@mdtl/uikit 0.0.65 → 0.0.67

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.
@@ -0,0 +1,14 @@
1
+ import { StoryObj } from '@storybook/react-vite';
2
+ import { Checkbox } from '@mui/material';
3
+ declare const meta: {
4
+ title: string;
5
+ component: typeof Checkbox;
6
+ parameters: {
7
+ layout: string;
8
+ };
9
+ tags: string[];
10
+ args: {};
11
+ };
12
+ export default meta;
13
+ type Story = StoryObj<typeof meta>;
14
+ export declare const Primary: Story;
@@ -1,4 +1,9 @@
1
1
  export declare const buttonsConfig: {
2
+ defaultProps: {
3
+ disableRipple: boolean;
4
+ disableFocusRipple: boolean;
5
+ disableTouchRipple: boolean;
6
+ };
2
7
  styleOverrides: {
3
8
  root: {
4
9
  textTransform: string;
@@ -219,9 +224,4 @@ export declare const buttonsConfig: {
219
224
  })[];
220
225
  };
221
226
  };
222
- defaultProps: {
223
- disableRipple: boolean;
224
- disableFocusRipple: boolean;
225
- disableTouchRipple: boolean;
226
- };
227
227
  };
@@ -7,6 +7,7 @@ export declare const checkboxConfig: {
7
7
  disableTouchRipple: boolean;
8
8
  icon: React.ReactNode;
9
9
  checkedIcon: React.ReactNode;
10
+ id: string;
10
11
  };
11
12
  variants: ({
12
13
  props: {
@@ -7,6 +7,7 @@ export declare const radioConfig: {
7
7
  disableTouchRipple: boolean;
8
8
  icon: React.ReactNode;
9
9
  checkedIcon: React.ReactNode;
10
+ id: string;
10
11
  };
11
12
  variants: ({
12
13
  props: {
@@ -11,6 +11,7 @@ export declare const createCheckConfig: ({ icon, checkedIcon, indeterminateIcon
11
11
  disableTouchRipple: boolean;
12
12
  icon: import('react').ReactNode;
13
13
  checkedIcon: import('react').ReactNode;
14
+ id: string;
14
15
  };
15
16
  variants: ({
16
17
  props: {