Skip to content

Commit

Permalink
Remove unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcloudquery committed Jul 18, 2024
1 parent 1d995e4 commit 4075883
Show file tree
Hide file tree
Showing 29 changed files with 3 additions and 1,747 deletions.
54 changes: 0 additions & 54 deletions etc/cloud-ui.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,10 @@

import { BreakpointOverrides } from '@mui/system/createTheme/createBreakpoints';
import { Components } from '@mui/material/styles';
import { ImgHTMLAttributes } from 'react';
import { JSX as JSX_2 } from 'react/jsx-runtime';
import { ListItemProps } from '@mui/material/ListItem';
import { ListProps } from '@mui/material/List';
import { PaletteColor } from '@mui/material/styles/createPalette';
import { PaletteColor as PaletteColor_2 } from '@mui/material/styles';
import { PaletteOptions } from '@mui/material/styles/createPalette';
import { default as React_2 } from 'react';
import { ReactNode } from 'react';
import { Shadows } from '@mui/material/styles';
import { SxProps } from '@mui/system';
import { TextFieldProps } from '@mui/material/TextField';
import { ThemeOptions } from '@mui/material/styles';
import { TypographyOptions } from '@mui/material/styles/createTypography';
import * as Yup from 'yup';
Expand Down Expand Up @@ -136,16 +128,6 @@ export const createTypographyOptions: () => TypographyOptions;
// @public
const error: PaletteColor;

// Warning: (ae-forgotten-export) The symbol "Props_5" needs to be exported by the entry point index.d.ts
//
// @public
export function FormFieldGroup({ children, subheader, title }: Props_5): JSX_2.Element;

// Warning: (ae-forgotten-export) The symbol "Props_6" needs to be exported by the entry point index.d.ts
//
// @public
export function FormFieldReset({ isResetted, onReset, onCancel, inputSelectorToFocus, sx }: Props_6): JSX_2.Element;

// @public
export function getYupValidationResolver<FieldValues extends Yup.AnyObject, Schema extends Yup.ObjectSchema<FieldValues>>(validationSchema: Schema): (data: any) => Promise<{
errors: {};
Expand All @@ -163,9 +145,6 @@ export function getYupValidationResolver<FieldValues extends Yup.AnyObject, Sche
// @public
const info: PaletteColor;

// @public
export function LightboxImage(props: ImgHTMLAttributes<HTMLImageElement>): JSX_2.Element;

// @public
const neutral: {
100: string;
Expand All @@ -183,48 +162,15 @@ const neutral: {
// @public
const primary: PaletteColor;

// Warning: (ae-forgotten-export) The symbol "Props_4" needs to be exported by the entry point index.d.ts
//
// @public
export function RadioGroupSelector<Value extends string | number | boolean>({ onChange, title, value, items, }: Props_4<Value>): JSX_2.Element;

// @public
export function resetYupDefaultErrorMessages(yup: typeof Yup): void;

// @public
export function SearchField(props: TextFieldProps): JSX_2.Element;

// @public
const secondary: PaletteColor;

// @public
const success: PaletteColor;

// Warning: (ae-forgotten-export) The symbol "Props_7" needs to be exported by the entry point index.d.ts
//
// @public
export function SyncNodeTableSelector({ subscribeToTablesValueChange, errorMessage, value, onChange, tableList, }: Props_7): JSX_2.Element;

// Warning: (ae-forgotten-export) The symbol "Props_8" needs to be exported by the entry point index.d.ts
//
// @public
export function SyncNodeTestConnectionStatus({ failureReason, isLoading, onCancel, onSuccess, }: Props_8): JSX_2.Element;

// Warning: (ae-forgotten-export) The symbol "Props" needs to be exported by the entry point index.d.ts
//
// @public
export const TreeGroup: React_2.NamedExoticComponent<Props>;

// Warning: (ae-forgotten-export) The symbol "Props_2" needs to be exported by the entry point index.d.ts
//
// @public
export const TreeNode: React_2.NamedExoticComponent<Props_2>;

// Warning: (ae-forgotten-export) The symbol "Props_3" needs to be exported by the entry point index.d.ts
//
// @public
export function TreeRoot({ children, ...props }: Props_3): JSX_2.Element;

// @public
const warning: PaletteColor;

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudquery/cloud-ui",
"description": "Plugin configuration UI connector for CloudQuery Cloud App",
"version": "0.1.8",
"version": "0.1.9",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/components/controls/index.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/components/controls/tree/group.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/controls/tree/index.ts

This file was deleted.

55 changes: 0 additions & 55 deletions src/components/controls/tree/node.tsx

This file was deleted.

38 changes: 0 additions & 38 deletions src/components/controls/tree/root.tsx

This file was deleted.

Loading

0 comments on commit 4075883

Please sign in to comment.