mui-design-system 0.0.38 → 0.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -112,7 +112,3 @@ export declare const OTPInput: import("react").FC<import("./otp-input/OTPInput")
112
112
  skeletonWidth?: string | number | undefined;
113
113
  skeletonHeight?: string | number | undefined;
114
114
  }>;
115
- export declare const CustomTabs: import("react").FC<import("./custom-tabs/types").CustomTabsProps & {
116
- skeletonWidth?: string | number | undefined;
117
- skeletonHeight?: string | number | undefined;
118
- }>;
@@ -18,7 +18,6 @@ import UFSwitchBase from './form/components/UFSwitch';
18
18
  import UFTimeBase from './form/components/UFTime';
19
19
  import UFUploaderBase from './form/components/UFUploader';
20
20
  import OTPInputBase from './otp-input/OTPInput';
21
- import CustomTabsBase from './custom-tabs/CustomTabs';
22
21
  export { useTable };
23
22
  export const Form = withErrorBoundary(FormBase);
24
23
  export const CustomTable = withErrorBoundary(CustomTableBase);
@@ -38,4 +37,3 @@ export const UFSwitch = withErrorBoundary(UFSwitchBase);
38
37
  export const UFTime = withErrorBoundary(UFTimeBase);
39
38
  export const UFUploader = withErrorBoundary(UFUploaderBase);
40
39
  export const OTPInput = withErrorBoundary(OTPInputBase);
41
- export const CustomTabs = withErrorBoundary(CustomTabsBase);
@@ -8,7 +8,6 @@ import { MuiButton } from '../mui/Button/MuiButton';
8
8
  import { MuiChip } from '../mui/Chip/MuiChip';
9
9
  import { MuiPagination } from '../mui/Pagination/MuiPagination';
10
10
  import { MuiPaginationItem } from '../mui/Pagination/MuiPaginationItem';
11
- import { MuiCheckbox } from '../mui/Checkbox/Checkbox';
12
11
  import { MuiSelect } from '../mui/Select/MuiSelect';
13
12
  import { MuiIconButton } from '../mui/IconButton/MuiIconButon';
14
13
  import { MuiOutlinedInput } from '../mui/TextField/MuiOutlinedInput';
@@ -63,7 +62,6 @@ export const themeOptions = (mode, isRtl) => ({
63
62
  MuiFilledInput,
64
63
  MuiButton,
65
64
  MuiSwitch,
66
- MuiCheckbox,
67
65
  MuiRadio,
68
66
  },
69
67
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mui-design-system",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "MUI-based design system with theme, form components, and utilities",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",