react-magma-dom 3.9.0 → 3.10.0
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/components/Accordion/Accordion.stories.d.ts +3 -3
- package/dist/components/Alert/Alert.stories.d.ts +3 -3
- package/dist/components/AlertBase/index.d.ts +1 -1
- package/dist/components/Announce/Announce.stories.d.ts +2 -2
- package/dist/components/Badge/Badge.stories.d.ts +3 -3
- package/dist/components/Breadcrumb/BreadcrumbItem.d.ts +1 -1
- package/dist/components/BreakpointsContainer/BreakpointsContainer.stories.d.ts +2 -2
- package/dist/components/Button/Button.stories.d.ts +3 -2
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +57 -52
- package/dist/components/Card/Card.stories.d.ts +2 -2
- package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +111 -101
- package/dist/components/Checkbox/Checkbox.stories.d.ts +3 -3
- package/dist/components/Checkbox/index.d.ts +2 -2
- package/dist/components/Combobox/Combobox.d.ts +2 -2
- package/dist/components/Combobox/Combobox.stories.d.ts +4 -4
- package/dist/components/Combobox/ComboboxInput.d.ts +1 -1
- package/dist/components/Combobox/MultiCombobox.d.ts +2 -2
- package/dist/components/Combobox/index.d.ts +1 -1
- package/dist/components/Datagrid/Datagrid.stories.d.ts +8 -8
- package/dist/components/Datagrid/components.d.ts +2 -2
- package/dist/components/DatePicker/DatePicker.stories.d.ts +6 -6
- package/dist/components/Drawer/Drawer.stories.d.ts +2 -2
- package/dist/components/Dropdown/Dropdown.stories.d.ts +5 -5
- package/dist/components/FormGroup/FormGroup.stories.d.ts +2 -2
- package/dist/components/Heading/Heading.stories.d.ts +3 -3
- package/dist/components/Heading/index.d.ts +1 -1
- package/dist/components/HideAtBreakpoint/HideAtBreakpoint.stories.d.ts +2 -2
- package/dist/components/Hyperlink/Hyperlink.stories.d.ts +5 -5
- package/dist/components/IndeterminateCheckbox/IndeterminateCheckbox.stories.d.ts +4 -4
- package/dist/components/Input/Input.stories.d.ts +166 -157
- package/dist/components/InputBase/InputBase.stories.d.ts +3 -3
- package/dist/components/List/List.d.ts +0 -6
- package/dist/components/List/List.stories.d.ts +63 -2
- package/dist/components/List/ListItem.d.ts +8 -0
- package/dist/components/LoadingIndicator/LoadingIndicator.stories.d.ts +2 -2
- package/dist/components/Modal/Modal.d.ts +4 -0
- package/dist/components/Modal/Modal.stories.d.ts +10 -8
- package/dist/components/NavTabs/NavTab.d.ts +1 -4
- package/dist/components/NavTabs/NavTabs.stories.d.ts +6 -4
- package/dist/components/Pagination/Pagination.stories.d.ts +2 -2
- package/dist/components/Paragraph/Paragraph.stories.d.ts +2 -2
- package/dist/components/ProgressBar/ProgressBar.stories.d.ts +2 -2
- package/dist/components/Radio/Radio.stories.d.ts +3 -3
- package/dist/components/Select/ItemsList.d.ts +1 -1
- package/dist/components/Select/MultiSelect.d.ts +2 -2
- package/dist/components/Select/Select.d.ts +2 -2
- package/dist/components/Select/Select.stories.d.ts +2 -2
- package/dist/components/Select/SelectContainer.d.ts +1 -1
- package/dist/components/Select/SelectTriggerButton.d.ts +1 -1
- package/dist/components/Select/components.d.ts +7 -7
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/Select/shared.d.ts +4 -4
- package/dist/components/SkipLink/SkipLink.stories.d.ts +2 -2
- package/dist/components/Spinner/index.d.ts +5 -0
- package/dist/components/Stepper/Step.d.ts +1 -1
- package/dist/components/Table/Table.stories.d.ts +335 -305
- package/dist/components/Table/TableRow.d.ts +4 -0
- package/dist/components/Tag/Tag.stories.d.ts +110 -100
- package/dist/components/Textarea/Textarea.stories.d.ts +55 -51
- package/dist/components/TimePicker/TimePicker.stories.d.ts +2 -2
- package/dist/components/Toast/Toast.stories.d.ts +3 -3
- package/dist/components/Toggle/Toggle.stories.d.ts +3 -3
- package/dist/components/ToggleButton/ToggleButton.stories.d.ts +216 -200
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +110 -100
- package/dist/components/Tooltip/Tooltip.stories.d.ts +2 -2
- package/dist/components/Transition/Transition.stories.d.ts +1 -1
- package/dist/components/TreeView/TreeView.stories.d.ts +24 -9
- package/dist/components/TreeView/TreeViewContext.d.ts +2 -0
- package/dist/components/TreeView/useTreeView.d.ts +17 -2
- package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +2 -2
- package/dist/esm/index.js +1068 -635
- package/dist/esm/index.js.map +1 -1
- package/dist/i18n/interface.d.ts +7 -0
- package/dist/index.d.ts +1 -1
- package/dist/properties.json +177 -138
- package/dist/react-magma-dom.cjs.development.js +944 -536
- package/dist/react-magma-dom.cjs.development.js.map +1 -1
- package/dist/react-magma-dom.cjs.production.min.js +1 -1
- package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
- package/dist/theme/components/reducedMotionTransition.d.ts +10 -0
- package/package.json +1 -1
|
@@ -24,6 +24,10 @@ export interface TableRowProps extends React.HTMLAttributes<HTMLTableRowElement>
|
|
|
24
24
|
onHeaderRowSelect?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
25
25
|
onTableRowSelect?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
26
26
|
rowIndex?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Unique name to be used to identify row for screenreaders
|
|
29
|
+
*/
|
|
30
|
+
rowName?: string;
|
|
27
31
|
/**
|
|
28
32
|
* @internal
|
|
29
33
|
*/
|
|
@@ -23,11 +23,11 @@ export declare const InverseDisabled: import("@storybook/csf").AnnotatedStoryFn<
|
|
|
23
23
|
onClick?: never;
|
|
24
24
|
} & import("./Tag").DeletableTagProps)>;
|
|
25
25
|
export declare const OnClick: {
|
|
26
|
-
(args: any): JSX.Element;
|
|
26
|
+
(args: any): React.JSX.Element;
|
|
27
27
|
args: {};
|
|
28
28
|
};
|
|
29
29
|
export declare const WithDelete: {
|
|
30
|
-
(args: any): JSX.Element;
|
|
30
|
+
(args: any): React.JSX.Element;
|
|
31
31
|
args: {
|
|
32
32
|
onDelete?: never;
|
|
33
33
|
onClick?: () => void;
|
|
@@ -45,6 +45,7 @@ export declare const WithDelete: {
|
|
|
45
45
|
suppressContentEditableWarning?: boolean;
|
|
46
46
|
suppressHydrationWarning?: boolean;
|
|
47
47
|
accessKey?: string;
|
|
48
|
+
autoFocus?: boolean;
|
|
48
49
|
className?: string;
|
|
49
50
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
50
51
|
contextMenu?: string;
|
|
@@ -53,6 +54,7 @@ export declare const WithDelete: {
|
|
|
53
54
|
hidden?: boolean;
|
|
54
55
|
id?: string;
|
|
55
56
|
lang?: string;
|
|
57
|
+
nonce?: string;
|
|
56
58
|
placeholder?: string;
|
|
57
59
|
slot?: string;
|
|
58
60
|
spellCheck?: boolean | "true" | "false";
|
|
@@ -63,11 +65,14 @@ export declare const WithDelete: {
|
|
|
63
65
|
radioGroup?: string;
|
|
64
66
|
role?: React.AriaRole;
|
|
65
67
|
about?: string;
|
|
68
|
+
content?: string;
|
|
66
69
|
datatype?: string;
|
|
67
70
|
inlist?: any;
|
|
68
71
|
prefix?: string;
|
|
69
72
|
property?: string;
|
|
73
|
+
rel?: string;
|
|
70
74
|
resource?: string;
|
|
75
|
+
rev?: string;
|
|
71
76
|
typeof?: string;
|
|
72
77
|
vocab?: string;
|
|
73
78
|
autoCapitalize?: string;
|
|
@@ -83,57 +88,57 @@ export declare const WithDelete: {
|
|
|
83
88
|
unselectable?: "on" | "off";
|
|
84
89
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
85
90
|
is?: string;
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
91
|
+
"aria-activedescendant"?: string;
|
|
92
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
93
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
94
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
95
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
96
|
+
"aria-colcount"?: number;
|
|
97
|
+
"aria-colindex"?: number;
|
|
98
|
+
"aria-colspan"?: number;
|
|
99
|
+
"aria-controls"?: string;
|
|
100
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
101
|
+
"aria-describedby"?: string;
|
|
102
|
+
"aria-details"?: string;
|
|
103
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
104
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
105
|
+
"aria-errormessage"?: string;
|
|
106
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
107
|
+
"aria-flowto"?: string;
|
|
108
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
109
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
110
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
111
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
112
|
+
"aria-keyshortcuts"?: string;
|
|
113
|
+
"aria-label"?: string;
|
|
114
|
+
"aria-labelledby"?: string;
|
|
115
|
+
"aria-level"?: number;
|
|
116
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
117
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
118
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
119
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
120
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
121
|
+
"aria-owns"?: string;
|
|
122
|
+
"aria-placeholder"?: string;
|
|
123
|
+
"aria-posinset"?: number;
|
|
124
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
125
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
126
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
127
|
+
"aria-required"?: boolean | "true" | "false";
|
|
128
|
+
"aria-roledescription"?: string;
|
|
129
|
+
"aria-rowcount"?: number;
|
|
130
|
+
"aria-rowindex"?: number;
|
|
131
|
+
"aria-rowspan"?: number;
|
|
132
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
133
|
+
"aria-setsize"?: number;
|
|
134
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
135
|
+
"aria-valuemax"?: number;
|
|
136
|
+
"aria-valuemin"?: number;
|
|
137
|
+
"aria-valuenow"?: number;
|
|
138
|
+
"aria-valuetext"?: string;
|
|
134
139
|
children?: React.ReactNode;
|
|
135
140
|
dangerouslySetInnerHTML?: {
|
|
136
|
-
__html: string;
|
|
141
|
+
__html: string | TrustedHTML;
|
|
137
142
|
};
|
|
138
143
|
onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|
|
139
144
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|
|
@@ -312,6 +317,7 @@ export declare const WithDelete: {
|
|
|
312
317
|
suppressContentEditableWarning?: boolean;
|
|
313
318
|
suppressHydrationWarning?: boolean;
|
|
314
319
|
accessKey?: string;
|
|
320
|
+
autoFocus?: boolean;
|
|
315
321
|
className?: string;
|
|
316
322
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
317
323
|
contextMenu?: string;
|
|
@@ -320,6 +326,7 @@ export declare const WithDelete: {
|
|
|
320
326
|
hidden?: boolean;
|
|
321
327
|
id?: string;
|
|
322
328
|
lang?: string;
|
|
329
|
+
nonce?: string;
|
|
323
330
|
placeholder?: string;
|
|
324
331
|
slot?: string;
|
|
325
332
|
spellCheck?: boolean | "true" | "false";
|
|
@@ -330,11 +337,14 @@ export declare const WithDelete: {
|
|
|
330
337
|
radioGroup?: string;
|
|
331
338
|
role?: React.AriaRole;
|
|
332
339
|
about?: string;
|
|
340
|
+
content?: string;
|
|
333
341
|
datatype?: string;
|
|
334
342
|
inlist?: any;
|
|
335
343
|
prefix?: string;
|
|
336
344
|
property?: string;
|
|
345
|
+
rel?: string;
|
|
337
346
|
resource?: string;
|
|
347
|
+
rev?: string;
|
|
338
348
|
typeof?: string;
|
|
339
349
|
vocab?: string;
|
|
340
350
|
autoCapitalize?: string;
|
|
@@ -350,57 +360,57 @@ export declare const WithDelete: {
|
|
|
350
360
|
unselectable?: "on" | "off";
|
|
351
361
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
352
362
|
is?: string;
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
363
|
+
"aria-activedescendant"?: string;
|
|
364
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
365
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
366
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
367
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
368
|
+
"aria-colcount"?: number;
|
|
369
|
+
"aria-colindex"?: number;
|
|
370
|
+
"aria-colspan"?: number;
|
|
371
|
+
"aria-controls"?: string;
|
|
372
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
373
|
+
"aria-describedby"?: string;
|
|
374
|
+
"aria-details"?: string;
|
|
375
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
376
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
377
|
+
"aria-errormessage"?: string;
|
|
378
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
379
|
+
"aria-flowto"?: string;
|
|
380
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
381
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
382
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
383
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
384
|
+
"aria-keyshortcuts"?: string;
|
|
385
|
+
"aria-label"?: string;
|
|
386
|
+
"aria-labelledby"?: string;
|
|
387
|
+
"aria-level"?: number;
|
|
388
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
389
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
390
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
391
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
392
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
393
|
+
"aria-owns"?: string;
|
|
394
|
+
"aria-placeholder"?: string;
|
|
395
|
+
"aria-posinset"?: number;
|
|
396
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
397
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
398
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
399
|
+
"aria-required"?: boolean | "true" | "false";
|
|
400
|
+
"aria-roledescription"?: string;
|
|
401
|
+
"aria-rowcount"?: number;
|
|
402
|
+
"aria-rowindex"?: number;
|
|
403
|
+
"aria-rowspan"?: number;
|
|
404
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
405
|
+
"aria-setsize"?: number;
|
|
406
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
407
|
+
"aria-valuemax"?: number;
|
|
408
|
+
"aria-valuemin"?: number;
|
|
409
|
+
"aria-valuenow"?: number;
|
|
410
|
+
"aria-valuetext"?: string;
|
|
401
411
|
children?: React.ReactNode;
|
|
402
412
|
dangerouslySetInnerHTML?: {
|
|
403
|
-
__html: string;
|
|
413
|
+
__html: string | TrustedHTML;
|
|
404
414
|
};
|
|
405
415
|
onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|
|
406
416
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|
|
@@ -5,7 +5,7 @@ declare const _default: import("@storybook/csf").ComponentAnnotations<import("@s
|
|
|
5
5
|
export default _default;
|
|
6
6
|
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TextareaProps>;
|
|
7
7
|
export declare const OnClear: {
|
|
8
|
-
(args: any): JSX.Element;
|
|
8
|
+
(args: any): React.JSX.Element;
|
|
9
9
|
args: {
|
|
10
10
|
containerStyle?: React.CSSProperties;
|
|
11
11
|
isInverse?: boolean;
|
|
@@ -27,7 +27,6 @@ export declare const OnClear: {
|
|
|
27
27
|
maxLength?: number;
|
|
28
28
|
messageStyle?: React.CSSProperties;
|
|
29
29
|
autoComplete?: string;
|
|
30
|
-
autoFocus?: boolean;
|
|
31
30
|
cols?: number;
|
|
32
31
|
dirName?: string;
|
|
33
32
|
disabled?: boolean;
|
|
@@ -45,6 +44,7 @@ export declare const OnClear: {
|
|
|
45
44
|
suppressContentEditableWarning?: boolean;
|
|
46
45
|
suppressHydrationWarning?: boolean;
|
|
47
46
|
accessKey?: string;
|
|
47
|
+
autoFocus?: boolean;
|
|
48
48
|
className?: string;
|
|
49
49
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
50
50
|
contextMenu?: string;
|
|
@@ -53,6 +53,7 @@ export declare const OnClear: {
|
|
|
53
53
|
hidden?: boolean;
|
|
54
54
|
id?: string;
|
|
55
55
|
lang?: string;
|
|
56
|
+
nonce?: string;
|
|
56
57
|
slot?: string;
|
|
57
58
|
spellCheck?: boolean | "true" | "false";
|
|
58
59
|
style?: React.CSSProperties;
|
|
@@ -62,11 +63,14 @@ export declare const OnClear: {
|
|
|
62
63
|
radioGroup?: string;
|
|
63
64
|
role?: React.AriaRole;
|
|
64
65
|
about?: string;
|
|
66
|
+
content?: string;
|
|
65
67
|
datatype?: string;
|
|
66
68
|
inlist?: any;
|
|
67
69
|
prefix?: string;
|
|
68
70
|
property?: string;
|
|
71
|
+
rel?: string;
|
|
69
72
|
resource?: string;
|
|
73
|
+
rev?: string;
|
|
70
74
|
typeof?: string;
|
|
71
75
|
vocab?: string;
|
|
72
76
|
autoCapitalize?: string;
|
|
@@ -83,57 +87,57 @@ export declare const OnClear: {
|
|
|
83
87
|
unselectable?: "on" | "off";
|
|
84
88
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
85
89
|
is?: string;
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
90
|
+
"aria-activedescendant"?: string;
|
|
91
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
92
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
93
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
94
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
95
|
+
"aria-colcount"?: number;
|
|
96
|
+
"aria-colindex"?: number;
|
|
97
|
+
"aria-colspan"?: number;
|
|
98
|
+
"aria-controls"?: string;
|
|
99
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
100
|
+
"aria-describedby"?: string;
|
|
101
|
+
"aria-details"?: string;
|
|
102
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
103
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
104
|
+
"aria-errormessage"?: string;
|
|
105
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
106
|
+
"aria-flowto"?: string;
|
|
107
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
108
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
109
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
110
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
111
|
+
"aria-keyshortcuts"?: string;
|
|
112
|
+
"aria-label"?: string;
|
|
113
|
+
"aria-labelledby"?: string;
|
|
114
|
+
"aria-level"?: number;
|
|
115
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
116
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
117
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
118
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
119
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
120
|
+
"aria-owns"?: string;
|
|
121
|
+
"aria-placeholder"?: string;
|
|
122
|
+
"aria-posinset"?: number;
|
|
123
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
124
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
125
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
126
|
+
"aria-required"?: boolean | "true" | "false";
|
|
127
|
+
"aria-roledescription"?: string;
|
|
128
|
+
"aria-rowcount"?: number;
|
|
129
|
+
"aria-rowindex"?: number;
|
|
130
|
+
"aria-rowspan"?: number;
|
|
131
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
132
|
+
"aria-setsize"?: number;
|
|
133
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
134
|
+
"aria-valuemax"?: number;
|
|
135
|
+
"aria-valuemin"?: number;
|
|
136
|
+
"aria-valuenow"?: number;
|
|
137
|
+
"aria-valuetext"?: string;
|
|
134
138
|
children?: React.ReactNode;
|
|
135
139
|
dangerouslySetInnerHTML?: {
|
|
136
|
-
__html: string;
|
|
140
|
+
__html: string | TrustedHTML;
|
|
137
141
|
};
|
|
138
142
|
onCopy?: (event: React.ClipboardEvent<HTMLTextAreaElement>) => void;
|
|
139
143
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLTextAreaElement>) => void;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { TimePickerProps } from '.';
|
|
3
3
|
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TimePickerProps>;
|
|
6
6
|
export declare const Error: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TimePickerProps>;
|
|
7
7
|
export declare const Inverse: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TimePickerProps>;
|
|
8
|
-
export declare const Events: () => JSX.Element;
|
|
8
|
+
export declare const Events: () => React.JSX.Element;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { AlertVariant } from '../AlertBase';
|
|
3
3
|
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Default: {
|
|
6
|
-
(args: any): JSX.Element;
|
|
6
|
+
(args: any): React.JSX.Element;
|
|
7
7
|
args: {
|
|
8
8
|
variant: AlertVariant;
|
|
9
9
|
toastDuration: number;
|
|
@@ -12,7 +12,7 @@ export declare const Default: {
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
export declare const TwoLine: {
|
|
15
|
-
(args: any): JSX.Element;
|
|
15
|
+
(args: any): React.JSX.Element;
|
|
16
16
|
args: {
|
|
17
17
|
variant: AlertVariant;
|
|
18
18
|
toastDuration: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
|
|
3
3
|
export default _default;
|
|
4
|
-
export declare const Default: () => JSX.Element;
|
|
5
|
-
export declare const Inverse: () => JSX.Element;
|
|
4
|
+
export declare const Default: () => React.JSX.Element;
|
|
5
|
+
export declare const Inverse: () => React.JSX.Element;
|