@galaxy-ds/core 2.1.3 → 2.1.4
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.
- package/dist/Accordion/Accordion.stories.d.ts +14 -12
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +3 -2
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +7 -7
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +7 -7
- package/dist/ActivityLog/ActivityLog.stories.d.ts +5 -5
- package/dist/AppBar/AppBar.stories.d.ts +9 -9
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +5 -3
- package/dist/Autocomplete/Autocomplete.stories.d.ts +44 -50
- package/dist/Avatar/Avatar.stories.d.ts +21 -11
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +30 -11
- package/dist/BottomListButton/BottomListButton.stories.d.ts +7 -7
- package/dist/Box/Box.stories.d.ts +2 -2
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +5 -5
- package/dist/Button/Button.stories.d.ts +17 -17
- package/dist/Card/Card.stories.d.ts +4 -4
- package/dist/Checkbox/Checkbox.stories.d.ts +25 -20
- package/dist/Chip/Chip.stories.d.ts +9 -9
- package/dist/CssBaseline/CssBaseline.stories.d.ts +8 -0
- package/dist/Dialog/Dialog.stories.d.ts +15 -15
- package/dist/Divider/Divider.stories.d.ts +22 -5
- package/dist/Drawer/Drawer.stories.d.ts +9 -9
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +5 -5
- package/dist/Dropdown/Dropdown.stories.d.ts +23 -23
- package/dist/FooterActions/FooterActions.stories.d.ts +6 -1
- package/dist/FormBody/FormBody.stories.d.ts +1 -1
- package/dist/FormContainer/FormContainer.stories.d.ts +1 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +2 -2
- package/dist/FormHeader/FormHeader.stories.d.ts +2 -2
- package/dist/Grid/Grid.stories.d.ts +47 -549
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +16 -6
- package/dist/Icon/Icon.stories.d.ts +12 -2
- package/dist/IconButton/IconButton.stories.d.ts +7 -7
- package/dist/Icons/doctype-icons.stories.d.ts +17 -0
- package/dist/Icons/lawconnect-icons.stories.d.ts +1 -1
- package/dist/Icons/leap-icons.stories.d.ts +20 -3
- package/dist/ImageUpload/ImageUpload.stories.d.ts +1 -1
- package/dist/Input/Input.stories.d.ts +66 -32
- package/dist/index.esm.js +9 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/package.json +23 -16
|
@@ -21,32 +21,42 @@ declare const meta: {
|
|
|
21
21
|
argTypes: {
|
|
22
22
|
children: {
|
|
23
23
|
control: {
|
|
24
|
-
|
|
24
|
+
disable: true;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
ref: {
|
|
28
28
|
control: {
|
|
29
|
-
|
|
29
|
+
disable: true;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
component: {
|
|
33
33
|
table: {
|
|
34
|
-
disable:
|
|
34
|
+
disable: true;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
37
37
|
imgProps: {
|
|
38
38
|
table: {
|
|
39
|
-
disable:
|
|
39
|
+
disable: true;
|
|
40
40
|
};
|
|
41
41
|
};
|
|
42
42
|
variant: {
|
|
43
43
|
control: {
|
|
44
|
-
|
|
44
|
+
disable: true;
|
|
45
45
|
};
|
|
46
46
|
};
|
|
47
47
|
size: {
|
|
48
48
|
control: {
|
|
49
|
-
|
|
49
|
+
disable: true;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
tooltip: {
|
|
53
|
+
control: {
|
|
54
|
+
disable: true;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
tooltipPlacement: {
|
|
58
|
+
control: {
|
|
59
|
+
disable: true;
|
|
50
60
|
};
|
|
51
61
|
};
|
|
52
62
|
};
|
|
@@ -61,11 +71,11 @@ export declare const Default: {
|
|
|
61
71
|
color: {
|
|
62
72
|
options: string[];
|
|
63
73
|
control: {
|
|
64
|
-
type:
|
|
74
|
+
type: "select";
|
|
65
75
|
};
|
|
66
76
|
};
|
|
67
77
|
};
|
|
68
|
-
play: ({ canvasElement }: import("@storybook/
|
|
78
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
69
79
|
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
70
80
|
color?: "default" | "primary" | "secondary" | undefined;
|
|
71
81
|
tooltip?: import("react").ReactNode;
|
|
@@ -645,7 +655,7 @@ export declare const Default: {
|
|
|
645
655
|
*/
|
|
646
656
|
export declare const Size: {
|
|
647
657
|
args: {};
|
|
648
|
-
play: ({ canvasElement }: import("@storybook/
|
|
658
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
649
659
|
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
650
660
|
color?: "default" | "primary" | "secondary" | undefined;
|
|
651
661
|
tooltip?: import("react").ReactNode;
|
|
@@ -1225,7 +1235,7 @@ export declare const Size: {
|
|
|
1225
1235
|
*/
|
|
1226
1236
|
export declare const Images: {
|
|
1227
1237
|
args: {};
|
|
1228
|
-
play: ({ canvasElement }: import("@storybook/
|
|
1238
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
1229
1239
|
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
1230
1240
|
color?: "default" | "primary" | "secondary" | undefined;
|
|
1231
1241
|
tooltip?: import("react").ReactNode;
|
|
@@ -2103,7 +2113,7 @@ export declare const Tooltip: {
|
|
|
2103
2113
|
args: {
|
|
2104
2114
|
color: "default";
|
|
2105
2115
|
};
|
|
2106
|
-
play: ({ canvasElement }: import("@storybook/
|
|
2116
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
2107
2117
|
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
2108
2118
|
color?: "default" | "primary" | "secondary" | undefined;
|
|
2109
2119
|
tooltip?: import("react").ReactNode;
|
|
@@ -19,22 +19,32 @@ declare const meta: {
|
|
|
19
19
|
argTypes: {
|
|
20
20
|
children: {
|
|
21
21
|
control: {
|
|
22
|
-
|
|
22
|
+
disable: true;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
component: {
|
|
26
26
|
table: {
|
|
27
|
-
disable:
|
|
27
|
+
disable: true;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
renderSurplus: {
|
|
31
31
|
control: {
|
|
32
|
-
|
|
32
|
+
disable: true;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
ref: {
|
|
36
36
|
control: {
|
|
37
|
-
|
|
37
|
+
disable: true;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
tooltip: {
|
|
41
|
+
control: {
|
|
42
|
+
disable: true;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
tooltipPlacement: {
|
|
46
|
+
control: {
|
|
47
|
+
disable: true;
|
|
38
48
|
};
|
|
39
49
|
};
|
|
40
50
|
total: {
|
|
@@ -43,7 +53,7 @@ declare const meta: {
|
|
|
43
53
|
summary: string;
|
|
44
54
|
};
|
|
45
55
|
defaultValue: {
|
|
46
|
-
summary:
|
|
56
|
+
summary: string;
|
|
47
57
|
};
|
|
48
58
|
};
|
|
49
59
|
};
|
|
@@ -57,7 +67,7 @@ export declare const Default: {
|
|
|
57
67
|
variant: "circular";
|
|
58
68
|
total: number;
|
|
59
69
|
};
|
|
60
|
-
play: ({ canvasElement }: import("@storybook/
|
|
70
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
61
71
|
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
62
72
|
color?: "default" | "primary" | "secondary" | undefined;
|
|
63
73
|
tooltip?: import("react").ReactNode;
|
|
@@ -643,8 +653,15 @@ export declare const Size: {
|
|
|
643
653
|
args: {
|
|
644
654
|
color: "default";
|
|
645
655
|
variant: "circular";
|
|
656
|
+
size: "medium";
|
|
646
657
|
};
|
|
647
|
-
|
|
658
|
+
argTypes: {
|
|
659
|
+
size: {
|
|
660
|
+
options: string[];
|
|
661
|
+
control: "select";
|
|
662
|
+
};
|
|
663
|
+
};
|
|
664
|
+
play: ({ canvasElement, args }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
648
665
|
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
649
666
|
color?: "default" | "primary" | "secondary" | undefined;
|
|
650
667
|
tooltip?: import("react").ReactNode;
|
|
@@ -1227,16 +1244,18 @@ export declare const Size: {
|
|
|
1227
1244
|
* You can change the size of the avatar with the `color` prop with value `default`, `primary`, `secondary`.
|
|
1228
1245
|
*/
|
|
1229
1246
|
export declare const Color: {
|
|
1230
|
-
args: {
|
|
1247
|
+
args: {
|
|
1248
|
+
color: "default";
|
|
1249
|
+
};
|
|
1231
1250
|
argTypes: {
|
|
1232
1251
|
color: {
|
|
1233
1252
|
options: string[];
|
|
1234
1253
|
control: {
|
|
1235
|
-
type:
|
|
1254
|
+
type: "select";
|
|
1236
1255
|
};
|
|
1237
1256
|
};
|
|
1238
1257
|
};
|
|
1239
|
-
play: ({ canvasElement }: import("@storybook/
|
|
1258
|
+
play: ({ canvasElement, args }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
1240
1259
|
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
1241
1260
|
color?: "default" | "primary" | "secondary" | undefined;
|
|
1242
1261
|
tooltip?: import("react").ReactNode;
|
|
@@ -1820,7 +1839,7 @@ export declare const Color: {
|
|
|
1820
1839
|
*/
|
|
1821
1840
|
export declare const Tooltip: {
|
|
1822
1841
|
args: {};
|
|
1823
|
-
play: ({ canvasElement }: import("@storybook/
|
|
1842
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
1824
1843
|
size?: "small" | "large" | "medium" | "xsmall" | "xlarge" | "xxlarge" | undefined;
|
|
1825
1844
|
color?: "default" | "primary" | "secondary" | undefined;
|
|
1826
1845
|
tooltip?: import("react").ReactNode;
|
|
@@ -20,27 +20,27 @@ declare const meta: {
|
|
|
20
20
|
argTypes: {
|
|
21
21
|
onFocusVisible: {
|
|
22
22
|
control: {
|
|
23
|
-
|
|
23
|
+
disable: true;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
onClick: {
|
|
27
27
|
control: {
|
|
28
|
-
|
|
28
|
+
disable: true;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
31
|
ref: {
|
|
32
32
|
control: {
|
|
33
|
-
|
|
33
|
+
disable: true;
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
36
|
component: {
|
|
37
37
|
table: {
|
|
38
|
-
disable:
|
|
38
|
+
disable: true;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
LinkComponent: {
|
|
42
42
|
control: {
|
|
43
|
-
|
|
43
|
+
disable: true;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
};
|
|
@@ -49,10 +49,10 @@ export default meta;
|
|
|
49
49
|
export declare const Default: {
|
|
50
50
|
args: {
|
|
51
51
|
label: string;
|
|
52
|
-
onClick: import("@vitest/spy").Mock<
|
|
52
|
+
onClick: import("@vitest/spy").Mock<(...args: any[]) => any>;
|
|
53
53
|
alignItems: "center";
|
|
54
54
|
};
|
|
55
|
-
play: ({ canvasElement, args }: import("@storybook/
|
|
55
|
+
play: ({ canvasElement, args }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
56
56
|
label?: string | undefined;
|
|
57
57
|
onClick?: ((e: import("react").MouseEvent<Element, MouseEvent>) => void) | undefined;
|
|
58
58
|
alignItems?: "center" | "flex-start" | undefined;
|
|
@@ -19,7 +19,7 @@ declare const meta: {
|
|
|
19
19
|
argTypes: {
|
|
20
20
|
component: {
|
|
21
21
|
table: {
|
|
22
|
-
disable:
|
|
22
|
+
disable: true;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
};
|
|
@@ -35,7 +35,7 @@ export declare const Default: {
|
|
|
35
35
|
height: number;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
|
-
play: ({ canvasElement }: import("@storybook/
|
|
38
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
39
39
|
children?: import("react").ReactNode;
|
|
40
40
|
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
41
41
|
ref?: import("react").Ref<unknown> | undefined;
|
|
@@ -18,22 +18,22 @@ declare const meta: {
|
|
|
18
18
|
argTypes: {
|
|
19
19
|
children: {
|
|
20
20
|
control: {
|
|
21
|
-
|
|
21
|
+
disable: true;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
separator: {
|
|
25
25
|
control: {
|
|
26
|
-
|
|
26
|
+
disable: true;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
29
29
|
ref: {
|
|
30
30
|
control: {
|
|
31
|
-
|
|
31
|
+
disable: true;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
34
34
|
component: {
|
|
35
35
|
table: {
|
|
36
|
-
disable:
|
|
36
|
+
disable: true;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
};
|
|
@@ -41,7 +41,7 @@ declare const meta: {
|
|
|
41
41
|
export default meta;
|
|
42
42
|
export declare const Default: {
|
|
43
43
|
args: {};
|
|
44
|
-
play: ({ canvasElement }: import("@storybook/
|
|
44
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
45
45
|
children?: import("react").ReactNode;
|
|
46
46
|
classes?: (Partial<import("@mui/material").BreadcrumbsClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
47
47
|
slots?: {
|
|
@@ -19,42 +19,42 @@ declare const meta: {
|
|
|
19
19
|
argTypes: {
|
|
20
20
|
onFocusVisible: {
|
|
21
21
|
control: {
|
|
22
|
-
|
|
22
|
+
disable: true;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
action: {
|
|
26
26
|
control: {
|
|
27
|
-
|
|
27
|
+
disable: true;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
LinkComponent: {
|
|
31
31
|
control: {
|
|
32
|
-
|
|
32
|
+
disable: true;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
ref: {
|
|
36
36
|
control: {
|
|
37
|
-
|
|
37
|
+
disable: true;
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
40
|
component: {
|
|
41
41
|
table: {
|
|
42
|
-
disable:
|
|
42
|
+
disable: true;
|
|
43
43
|
};
|
|
44
44
|
};
|
|
45
45
|
startIcon: {
|
|
46
46
|
control: {
|
|
47
|
-
|
|
47
|
+
disable: true;
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
endIcon: {
|
|
51
51
|
control: {
|
|
52
|
-
|
|
52
|
+
disable: true;
|
|
53
53
|
};
|
|
54
54
|
};
|
|
55
55
|
color: {
|
|
56
56
|
control: {
|
|
57
|
-
|
|
57
|
+
disable: true;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
60
|
disabled: {
|
|
@@ -63,7 +63,7 @@ declare const meta: {
|
|
|
63
63
|
summary: string;
|
|
64
64
|
};
|
|
65
65
|
defaultValue: {
|
|
66
|
-
summary:
|
|
66
|
+
summary: string;
|
|
67
67
|
};
|
|
68
68
|
};
|
|
69
69
|
};
|
|
@@ -77,7 +77,7 @@ export default meta;
|
|
|
77
77
|
export declare const Default: {
|
|
78
78
|
args: {
|
|
79
79
|
children: string;
|
|
80
|
-
onClick: import("@vitest/spy").Mock<
|
|
80
|
+
onClick: import("@vitest/spy").Mock<(...args: any[]) => any>;
|
|
81
81
|
size: "medium";
|
|
82
82
|
variant: "text";
|
|
83
83
|
};
|
|
@@ -88,7 +88,7 @@ export declare const Default: {
|
|
|
88
88
|
};
|
|
89
89
|
};
|
|
90
90
|
};
|
|
91
|
-
play: ({ canvasElement, args }: import("@storybook/
|
|
91
|
+
play: ({ canvasElement, args }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
92
92
|
isLoading?: boolean | undefined;
|
|
93
93
|
children: import("react").ReactNode;
|
|
94
94
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
@@ -705,7 +705,7 @@ export declare const Info: {
|
|
|
705
705
|
};
|
|
706
706
|
};
|
|
707
707
|
};
|
|
708
|
-
play: ({ canvasElement }: import("@storybook/
|
|
708
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
709
709
|
isLoading?: boolean | undefined;
|
|
710
710
|
children: import("react").ReactNode;
|
|
711
711
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
@@ -1322,7 +1322,7 @@ export declare const Primary: {
|
|
|
1322
1322
|
};
|
|
1323
1323
|
};
|
|
1324
1324
|
};
|
|
1325
|
-
play: ({ canvasElement }: import("@storybook/
|
|
1325
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
1326
1326
|
isLoading?: boolean | undefined;
|
|
1327
1327
|
children: import("react").ReactNode;
|
|
1328
1328
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
@@ -1939,7 +1939,7 @@ export declare const Text: {
|
|
|
1939
1939
|
};
|
|
1940
1940
|
};
|
|
1941
1941
|
};
|
|
1942
|
-
play: ({ canvasElement }: import("@storybook/
|
|
1942
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
1943
1943
|
isLoading?: boolean | undefined;
|
|
1944
1944
|
children: import("react").ReactNode;
|
|
1945
1945
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
@@ -3188,7 +3188,7 @@ export declare const Loading: {
|
|
|
3188
3188
|
};
|
|
3189
3189
|
};
|
|
3190
3190
|
};
|
|
3191
|
-
play: ({ canvasElement }: import("@storybook/
|
|
3191
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
3192
3192
|
isLoading?: boolean | undefined;
|
|
3193
3193
|
children: import("react").ReactNode;
|
|
3194
3194
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
@@ -3798,7 +3798,7 @@ export declare const StartIcon: {
|
|
|
3798
3798
|
args: {
|
|
3799
3799
|
children: string;
|
|
3800
3800
|
};
|
|
3801
|
-
play: ({ canvasElement }: import("@storybook/
|
|
3801
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
3802
3802
|
isLoading?: boolean | undefined;
|
|
3803
3803
|
children: import("react").ReactNode;
|
|
3804
3804
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
@@ -4415,7 +4415,7 @@ export declare const EndIcon: {
|
|
|
4415
4415
|
args: {
|
|
4416
4416
|
children: string;
|
|
4417
4417
|
};
|
|
4418
|
-
play: ({ canvasElement }: import("@storybook/
|
|
4418
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
4419
4419
|
isLoading?: boolean | undefined;
|
|
4420
4420
|
children: import("react").ReactNode;
|
|
4421
4421
|
classes?: (Partial<import("@mui/material").ButtonClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
@@ -19,17 +19,17 @@ declare const meta: {
|
|
|
19
19
|
argTypes: {
|
|
20
20
|
ref: {
|
|
21
21
|
control: {
|
|
22
|
-
|
|
22
|
+
disable: true;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
component: {
|
|
26
26
|
table: {
|
|
27
|
-
disable:
|
|
27
|
+
disable: true;
|
|
28
28
|
};
|
|
29
29
|
};
|
|
30
30
|
children: {
|
|
31
31
|
control: {
|
|
32
|
-
|
|
32
|
+
disable: true;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
};
|
|
@@ -44,7 +44,7 @@ export declare const Default: {
|
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
46
|
};
|
|
47
|
-
play: ({ canvasElement }: import("@storybook/
|
|
47
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
48
48
|
children?: import("react").ReactNode;
|
|
49
49
|
classes?: (Partial<import("@mui/material").CardClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
50
50
|
raised?: boolean | undefined;
|
|
@@ -15,89 +15,94 @@ declare const meta: {
|
|
|
15
15
|
layout: string;
|
|
16
16
|
};
|
|
17
17
|
argTypes: {
|
|
18
|
+
edge: {
|
|
19
|
+
control: {
|
|
20
|
+
disable: true;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
18
23
|
onFocusVisible: {
|
|
19
24
|
control: {
|
|
20
|
-
|
|
25
|
+
disable: true;
|
|
21
26
|
};
|
|
22
27
|
};
|
|
23
28
|
checkedIcon: {
|
|
24
29
|
control: {
|
|
25
|
-
|
|
30
|
+
disable: true;
|
|
26
31
|
};
|
|
27
32
|
};
|
|
28
33
|
icon: {
|
|
29
34
|
control: {
|
|
30
|
-
|
|
35
|
+
disable: true;
|
|
31
36
|
};
|
|
32
37
|
};
|
|
33
38
|
indeterminateIcon: {
|
|
34
39
|
control: {
|
|
35
|
-
|
|
40
|
+
disable: true;
|
|
36
41
|
};
|
|
37
42
|
};
|
|
38
43
|
inputRef: {
|
|
39
44
|
control: {
|
|
40
|
-
|
|
45
|
+
disable: true;
|
|
41
46
|
};
|
|
42
47
|
};
|
|
43
48
|
checked: {
|
|
44
49
|
control: {
|
|
45
|
-
|
|
50
|
+
disable: true;
|
|
46
51
|
};
|
|
47
52
|
};
|
|
48
53
|
component: {
|
|
49
54
|
table: {
|
|
50
|
-
disable:
|
|
55
|
+
disable: true;
|
|
51
56
|
};
|
|
52
57
|
};
|
|
53
58
|
size: {
|
|
54
59
|
table: {
|
|
55
|
-
disable:
|
|
60
|
+
disable: true;
|
|
56
61
|
};
|
|
57
62
|
};
|
|
58
63
|
color: {
|
|
59
64
|
table: {
|
|
60
|
-
disable:
|
|
65
|
+
disable: true;
|
|
61
66
|
};
|
|
62
67
|
};
|
|
63
68
|
TouchRippleProps: {
|
|
64
69
|
table: {
|
|
65
|
-
disable:
|
|
70
|
+
disable: true;
|
|
66
71
|
};
|
|
67
72
|
};
|
|
68
73
|
touchRippleRef: {
|
|
69
74
|
table: {
|
|
70
|
-
disable:
|
|
75
|
+
disable: true;
|
|
71
76
|
};
|
|
72
77
|
};
|
|
73
78
|
centerRipple: {
|
|
74
79
|
table: {
|
|
75
|
-
disable:
|
|
80
|
+
disable: true;
|
|
76
81
|
};
|
|
77
82
|
};
|
|
78
83
|
disableTouchRipple: {
|
|
79
84
|
table: {
|
|
80
|
-
disable:
|
|
85
|
+
disable: true;
|
|
81
86
|
};
|
|
82
87
|
};
|
|
83
88
|
focusRipple: {
|
|
84
89
|
table: {
|
|
85
|
-
disable:
|
|
90
|
+
disable: true;
|
|
86
91
|
};
|
|
87
92
|
};
|
|
88
93
|
disableRipple: {
|
|
89
94
|
table: {
|
|
90
|
-
disable:
|
|
95
|
+
disable: true;
|
|
91
96
|
};
|
|
92
97
|
};
|
|
93
98
|
disableFocusRipple: {
|
|
94
99
|
table: {
|
|
95
|
-
disable:
|
|
100
|
+
disable: true;
|
|
96
101
|
};
|
|
97
102
|
};
|
|
98
103
|
LinkComponent: {
|
|
99
104
|
table: {
|
|
100
|
-
disable:
|
|
105
|
+
disable: true;
|
|
101
106
|
};
|
|
102
107
|
};
|
|
103
108
|
};
|
|
@@ -430,7 +435,7 @@ export declare const Checked: {
|
|
|
430
435
|
};
|
|
431
436
|
};
|
|
432
437
|
};
|
|
433
|
-
play: ({ canvasElement }: import("@storybook/
|
|
438
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
434
439
|
label?: string | undefined;
|
|
435
440
|
isAuth?: boolean | undefined;
|
|
436
441
|
checked?: boolean | undefined;
|
|
@@ -1050,7 +1055,7 @@ export declare const Indeterminate: {
|
|
|
1050
1055
|
};
|
|
1051
1056
|
};
|
|
1052
1057
|
};
|
|
1053
|
-
play: ({ canvasElement }: import("@storybook/
|
|
1058
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
1054
1059
|
label?: string | undefined;
|
|
1055
1060
|
isAuth?: boolean | undefined;
|
|
1056
1061
|
checked?: boolean | undefined;
|
|
@@ -1673,7 +1678,7 @@ export declare const Disabled: {
|
|
|
1673
1678
|
};
|
|
1674
1679
|
};
|
|
1675
1680
|
};
|
|
1676
|
-
play: ({ canvasElement }: import("@storybook/
|
|
1681
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
1677
1682
|
label?: string | undefined;
|
|
1678
1683
|
isAuth?: boolean | undefined;
|
|
1679
1684
|
checked?: boolean | undefined;
|
|
@@ -17,32 +17,32 @@ declare const meta: {
|
|
|
17
17
|
argTypes: {
|
|
18
18
|
ref: {
|
|
19
19
|
control: {
|
|
20
|
-
|
|
20
|
+
disable: true;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
23
|
component: {
|
|
24
24
|
table: {
|
|
25
|
-
disable:
|
|
25
|
+
disable: true;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
28
|
deleteIcon: {
|
|
29
29
|
control: {
|
|
30
|
-
|
|
30
|
+
disable: true;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
33
|
icon: {
|
|
34
34
|
table: {
|
|
35
|
-
disable:
|
|
35
|
+
disable: true;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
38
38
|
label: {
|
|
39
39
|
table: {
|
|
40
|
-
disable:
|
|
40
|
+
disable: true;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
43
|
size: {
|
|
44
44
|
table: {
|
|
45
|
-
disable:
|
|
45
|
+
disable: true;
|
|
46
46
|
};
|
|
47
47
|
};
|
|
48
48
|
variant: {
|
|
@@ -64,7 +64,7 @@ export declare const Default: {
|
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
66
|
};
|
|
67
|
-
play: ({ canvasElement }: import("@storybook/
|
|
67
|
+
play: ({ canvasElement }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
68
68
|
rounded?: boolean | undefined;
|
|
69
69
|
onClick?: (() => void) | undefined;
|
|
70
70
|
onDelete?: (() => void) | undefined;
|
|
@@ -1534,9 +1534,9 @@ export declare const DeleteOnClick: {
|
|
|
1534
1534
|
args: {
|
|
1535
1535
|
label: string;
|
|
1536
1536
|
variant: "filled";
|
|
1537
|
-
onDelete: import("@vitest/spy").Mock<[]
|
|
1537
|
+
onDelete: import("@vitest/spy").Mock<(...args: any[]) => any>;
|
|
1538
1538
|
};
|
|
1539
|
-
play: ({ canvasElement, args }: import("@storybook/
|
|
1539
|
+
play: ({ canvasElement, args }: import("@storybook/csf").PlayFunctionContext<import("@storybook/react/dist/types-a5624094").R, {
|
|
1540
1540
|
rounded?: boolean | undefined;
|
|
1541
1541
|
onClick?: (() => void) | undefined;
|
|
1542
1542
|
onDelete?: (() => void) | undefined;
|