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
|
@@ -6,7 +6,7 @@ export declare const Icon: import("@storybook/csf").AnnotatedStoryFn<import("@st
|
|
|
6
6
|
icon?: never;
|
|
7
7
|
} & import("./ToggleButton").ToggleButtonTextProps)>;
|
|
8
8
|
export declare const Text: {
|
|
9
|
-
(args: any): JSX.Element;
|
|
9
|
+
(args: any): React.JSX.Element;
|
|
10
10
|
args: {
|
|
11
11
|
'aria-label'?: string;
|
|
12
12
|
disabled?: boolean;
|
|
@@ -18,7 +18,6 @@ export declare const Text: {
|
|
|
18
18
|
theme?: import("../..").ThemeInterface;
|
|
19
19
|
testId?: string;
|
|
20
20
|
type?: import("../Button").ButtonType;
|
|
21
|
-
autoFocus?: boolean;
|
|
22
21
|
form?: string;
|
|
23
22
|
formAction?: string;
|
|
24
23
|
formEncType?: string;
|
|
@@ -31,6 +30,7 @@ export declare const Text: {
|
|
|
31
30
|
suppressContentEditableWarning?: boolean;
|
|
32
31
|
suppressHydrationWarning?: boolean;
|
|
33
32
|
accessKey?: string;
|
|
33
|
+
autoFocus?: boolean;
|
|
34
34
|
className?: string;
|
|
35
35
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
36
36
|
contextMenu?: string;
|
|
@@ -39,6 +39,7 @@ export declare const Text: {
|
|
|
39
39
|
hidden?: boolean;
|
|
40
40
|
id?: string;
|
|
41
41
|
lang?: string;
|
|
42
|
+
nonce?: string;
|
|
42
43
|
placeholder?: string;
|
|
43
44
|
slot?: string;
|
|
44
45
|
spellCheck?: boolean | "true" | "false";
|
|
@@ -49,11 +50,14 @@ export declare const Text: {
|
|
|
49
50
|
radioGroup?: string;
|
|
50
51
|
role?: React.AriaRole;
|
|
51
52
|
about?: string;
|
|
53
|
+
content?: string;
|
|
52
54
|
datatype?: string;
|
|
53
55
|
inlist?: any;
|
|
54
56
|
prefix?: string;
|
|
55
57
|
property?: string;
|
|
58
|
+
rel?: string;
|
|
56
59
|
resource?: string;
|
|
60
|
+
rev?: string;
|
|
57
61
|
typeof?: string;
|
|
58
62
|
vocab?: string;
|
|
59
63
|
autoCapitalize?: string;
|
|
@@ -70,56 +74,56 @@ export declare const Text: {
|
|
|
70
74
|
unselectable?: "on" | "off";
|
|
71
75
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
72
76
|
is?: string;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
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
|
-
|
|
77
|
+
"aria-activedescendant"?: string;
|
|
78
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
79
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
80
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
81
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
82
|
+
"aria-colcount"?: number;
|
|
83
|
+
"aria-colindex"?: number;
|
|
84
|
+
"aria-colspan"?: number;
|
|
85
|
+
"aria-controls"?: string;
|
|
86
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
87
|
+
"aria-describedby"?: string;
|
|
88
|
+
"aria-details"?: string;
|
|
89
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
90
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
91
|
+
"aria-errormessage"?: string;
|
|
92
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
93
|
+
"aria-flowto"?: string;
|
|
94
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
95
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
96
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
97
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
98
|
+
"aria-keyshortcuts"?: string;
|
|
99
|
+
"aria-labelledby"?: string;
|
|
100
|
+
"aria-level"?: number;
|
|
101
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
102
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
103
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
104
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
105
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
106
|
+
"aria-owns"?: string;
|
|
107
|
+
"aria-placeholder"?: string;
|
|
108
|
+
"aria-posinset"?: number;
|
|
109
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
110
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
111
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
112
|
+
"aria-required"?: boolean | "true" | "false";
|
|
113
|
+
"aria-roledescription"?: string;
|
|
114
|
+
"aria-rowcount"?: number;
|
|
115
|
+
"aria-rowindex"?: number;
|
|
116
|
+
"aria-rowspan"?: number;
|
|
117
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
118
|
+
"aria-setsize"?: number;
|
|
119
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
120
|
+
"aria-valuemax"?: number;
|
|
121
|
+
"aria-valuemin"?: number;
|
|
122
|
+
"aria-valuenow"?: number;
|
|
123
|
+
"aria-valuetext"?: string;
|
|
120
124
|
children?: React.ReactNode;
|
|
121
125
|
dangerouslySetInnerHTML?: {
|
|
122
|
-
__html: string;
|
|
126
|
+
__html: string | TrustedHTML;
|
|
123
127
|
};
|
|
124
128
|
onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|
|
125
129
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|
|
@@ -297,7 +301,6 @@ export declare const Text: {
|
|
|
297
301
|
theme?: import("../..").ThemeInterface;
|
|
298
302
|
testId?: string;
|
|
299
303
|
type?: import("../Button").ButtonType;
|
|
300
|
-
autoFocus?: boolean;
|
|
301
304
|
form?: string;
|
|
302
305
|
formAction?: string;
|
|
303
306
|
formEncType?: string;
|
|
@@ -310,6 +313,7 @@ export declare const Text: {
|
|
|
310
313
|
suppressContentEditableWarning?: boolean;
|
|
311
314
|
suppressHydrationWarning?: boolean;
|
|
312
315
|
accessKey?: string;
|
|
316
|
+
autoFocus?: boolean;
|
|
313
317
|
className?: string;
|
|
314
318
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
315
319
|
contextMenu?: string;
|
|
@@ -318,6 +322,7 @@ export declare const Text: {
|
|
|
318
322
|
hidden?: boolean;
|
|
319
323
|
id?: string;
|
|
320
324
|
lang?: string;
|
|
325
|
+
nonce?: string;
|
|
321
326
|
placeholder?: string;
|
|
322
327
|
slot?: string;
|
|
323
328
|
spellCheck?: boolean | "true" | "false";
|
|
@@ -328,11 +333,14 @@ export declare const Text: {
|
|
|
328
333
|
radioGroup?: string;
|
|
329
334
|
role?: React.AriaRole;
|
|
330
335
|
about?: string;
|
|
336
|
+
content?: string;
|
|
331
337
|
datatype?: string;
|
|
332
338
|
inlist?: any;
|
|
333
339
|
prefix?: string;
|
|
334
340
|
property?: string;
|
|
341
|
+
rel?: string;
|
|
335
342
|
resource?: string;
|
|
343
|
+
rev?: string;
|
|
336
344
|
typeof?: string;
|
|
337
345
|
vocab?: string;
|
|
338
346
|
autoCapitalize?: string;
|
|
@@ -349,57 +357,57 @@ export declare const Text: {
|
|
|
349
357
|
unselectable?: "on" | "off";
|
|
350
358
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
351
359
|
is?: string;
|
|
352
|
-
|
|
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
|
-
|
|
360
|
+
"aria-activedescendant"?: string;
|
|
361
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
362
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
363
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
364
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
365
|
+
"aria-colcount"?: number;
|
|
366
|
+
"aria-colindex"?: number;
|
|
367
|
+
"aria-colspan"?: number;
|
|
368
|
+
"aria-controls"?: string;
|
|
369
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
370
|
+
"aria-describedby"?: string;
|
|
371
|
+
"aria-details"?: string;
|
|
372
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
373
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
374
|
+
"aria-errormessage"?: string;
|
|
375
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
376
|
+
"aria-flowto"?: string;
|
|
377
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
378
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
379
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
380
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
381
|
+
"aria-keyshortcuts"?: string;
|
|
382
|
+
"aria-label"?: string;
|
|
383
|
+
"aria-labelledby"?: string;
|
|
384
|
+
"aria-level"?: number;
|
|
385
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
386
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
387
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
388
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
389
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
390
|
+
"aria-owns"?: string;
|
|
391
|
+
"aria-placeholder"?: string;
|
|
392
|
+
"aria-posinset"?: number;
|
|
393
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
394
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
395
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
396
|
+
"aria-required"?: boolean | "true" | "false";
|
|
397
|
+
"aria-roledescription"?: string;
|
|
398
|
+
"aria-rowcount"?: number;
|
|
399
|
+
"aria-rowindex"?: number;
|
|
400
|
+
"aria-rowspan"?: number;
|
|
401
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
402
|
+
"aria-setsize"?: number;
|
|
403
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
404
|
+
"aria-valuemax"?: number;
|
|
405
|
+
"aria-valuemin"?: number;
|
|
406
|
+
"aria-valuenow"?: number;
|
|
407
|
+
"aria-valuetext"?: string;
|
|
400
408
|
children?: React.ReactNode;
|
|
401
409
|
dangerouslySetInnerHTML?: {
|
|
402
|
-
__html: string;
|
|
410
|
+
__html: string | TrustedHTML;
|
|
403
411
|
};
|
|
404
412
|
onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|
|
405
413
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|
|
@@ -570,7 +578,7 @@ export declare const Text: {
|
|
|
570
578
|
};
|
|
571
579
|
};
|
|
572
580
|
export declare const TextAndIcon: {
|
|
573
|
-
(args: any): JSX.Element;
|
|
581
|
+
(args: any): React.JSX.Element;
|
|
574
582
|
args: {
|
|
575
583
|
'aria-label'?: string;
|
|
576
584
|
disabled?: boolean;
|
|
@@ -582,7 +590,6 @@ export declare const TextAndIcon: {
|
|
|
582
590
|
theme?: import("../..").ThemeInterface;
|
|
583
591
|
testId?: string;
|
|
584
592
|
type?: import("../Button").ButtonType;
|
|
585
|
-
autoFocus?: boolean;
|
|
586
593
|
form?: string;
|
|
587
594
|
formAction?: string;
|
|
588
595
|
formEncType?: string;
|
|
@@ -595,6 +602,7 @@ export declare const TextAndIcon: {
|
|
|
595
602
|
suppressContentEditableWarning?: boolean;
|
|
596
603
|
suppressHydrationWarning?: boolean;
|
|
597
604
|
accessKey?: string;
|
|
605
|
+
autoFocus?: boolean;
|
|
598
606
|
className?: string;
|
|
599
607
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
600
608
|
contextMenu?: string;
|
|
@@ -603,6 +611,7 @@ export declare const TextAndIcon: {
|
|
|
603
611
|
hidden?: boolean;
|
|
604
612
|
id?: string;
|
|
605
613
|
lang?: string;
|
|
614
|
+
nonce?: string;
|
|
606
615
|
placeholder?: string;
|
|
607
616
|
slot?: string;
|
|
608
617
|
spellCheck?: boolean | "true" | "false";
|
|
@@ -613,11 +622,14 @@ export declare const TextAndIcon: {
|
|
|
613
622
|
radioGroup?: string;
|
|
614
623
|
role?: React.AriaRole;
|
|
615
624
|
about?: string;
|
|
625
|
+
content?: string;
|
|
616
626
|
datatype?: string;
|
|
617
627
|
inlist?: any;
|
|
618
628
|
prefix?: string;
|
|
619
629
|
property?: string;
|
|
630
|
+
rel?: string;
|
|
620
631
|
resource?: string;
|
|
632
|
+
rev?: string;
|
|
621
633
|
typeof?: string;
|
|
622
634
|
vocab?: string;
|
|
623
635
|
autoCapitalize?: string;
|
|
@@ -634,56 +646,56 @@ export declare const TextAndIcon: {
|
|
|
634
646
|
unselectable?: "on" | "off";
|
|
635
647
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
636
648
|
is?: string;
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
649
|
+
"aria-activedescendant"?: string;
|
|
650
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
651
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
652
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
653
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
654
|
+
"aria-colcount"?: number;
|
|
655
|
+
"aria-colindex"?: number;
|
|
656
|
+
"aria-colspan"?: number;
|
|
657
|
+
"aria-controls"?: string;
|
|
658
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
659
|
+
"aria-describedby"?: string;
|
|
660
|
+
"aria-details"?: string;
|
|
661
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
662
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
663
|
+
"aria-errormessage"?: string;
|
|
664
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
665
|
+
"aria-flowto"?: string;
|
|
666
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
667
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
668
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
669
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
670
|
+
"aria-keyshortcuts"?: string;
|
|
671
|
+
"aria-labelledby"?: string;
|
|
672
|
+
"aria-level"?: number;
|
|
673
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
674
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
675
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
676
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
677
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
678
|
+
"aria-owns"?: string;
|
|
679
|
+
"aria-placeholder"?: string;
|
|
680
|
+
"aria-posinset"?: number;
|
|
681
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
682
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
683
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
684
|
+
"aria-required"?: boolean | "true" | "false";
|
|
685
|
+
"aria-roledescription"?: string;
|
|
686
|
+
"aria-rowcount"?: number;
|
|
687
|
+
"aria-rowindex"?: number;
|
|
688
|
+
"aria-rowspan"?: number;
|
|
689
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
690
|
+
"aria-setsize"?: number;
|
|
691
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
692
|
+
"aria-valuemax"?: number;
|
|
693
|
+
"aria-valuemin"?: number;
|
|
694
|
+
"aria-valuenow"?: number;
|
|
695
|
+
"aria-valuetext"?: string;
|
|
684
696
|
children?: React.ReactNode;
|
|
685
697
|
dangerouslySetInnerHTML?: {
|
|
686
|
-
__html: string;
|
|
698
|
+
__html: string | TrustedHTML;
|
|
687
699
|
};
|
|
688
700
|
onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|
|
689
701
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|
|
@@ -861,7 +873,6 @@ export declare const TextAndIcon: {
|
|
|
861
873
|
theme?: import("../..").ThemeInterface;
|
|
862
874
|
testId?: string;
|
|
863
875
|
type?: import("../Button").ButtonType;
|
|
864
|
-
autoFocus?: boolean;
|
|
865
876
|
form?: string;
|
|
866
877
|
formAction?: string;
|
|
867
878
|
formEncType?: string;
|
|
@@ -874,6 +885,7 @@ export declare const TextAndIcon: {
|
|
|
874
885
|
suppressContentEditableWarning?: boolean;
|
|
875
886
|
suppressHydrationWarning?: boolean;
|
|
876
887
|
accessKey?: string;
|
|
888
|
+
autoFocus?: boolean;
|
|
877
889
|
className?: string;
|
|
878
890
|
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
879
891
|
contextMenu?: string;
|
|
@@ -882,6 +894,7 @@ export declare const TextAndIcon: {
|
|
|
882
894
|
hidden?: boolean;
|
|
883
895
|
id?: string;
|
|
884
896
|
lang?: string;
|
|
897
|
+
nonce?: string;
|
|
885
898
|
placeholder?: string;
|
|
886
899
|
slot?: string;
|
|
887
900
|
spellCheck?: boolean | "true" | "false";
|
|
@@ -892,11 +905,14 @@ export declare const TextAndIcon: {
|
|
|
892
905
|
radioGroup?: string;
|
|
893
906
|
role?: React.AriaRole;
|
|
894
907
|
about?: string;
|
|
908
|
+
content?: string;
|
|
895
909
|
datatype?: string;
|
|
896
910
|
inlist?: any;
|
|
897
911
|
prefix?: string;
|
|
898
912
|
property?: string;
|
|
913
|
+
rel?: string;
|
|
899
914
|
resource?: string;
|
|
915
|
+
rev?: string;
|
|
900
916
|
typeof?: string;
|
|
901
917
|
vocab?: string;
|
|
902
918
|
autoCapitalize?: string;
|
|
@@ -913,57 +929,57 @@ export declare const TextAndIcon: {
|
|
|
913
929
|
unselectable?: "on" | "off";
|
|
914
930
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
915
931
|
is?: string;
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
932
|
+
"aria-activedescendant"?: string;
|
|
933
|
+
"aria-atomic"?: boolean | "true" | "false";
|
|
934
|
+
"aria-autocomplete"?: "list" | "none" | "inline" | "both";
|
|
935
|
+
"aria-busy"?: boolean | "true" | "false";
|
|
936
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed";
|
|
937
|
+
"aria-colcount"?: number;
|
|
938
|
+
"aria-colindex"?: number;
|
|
939
|
+
"aria-colspan"?: number;
|
|
940
|
+
"aria-controls"?: string;
|
|
941
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
942
|
+
"aria-describedby"?: string;
|
|
943
|
+
"aria-details"?: string;
|
|
944
|
+
"aria-disabled"?: boolean | "true" | "false";
|
|
945
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
946
|
+
"aria-errormessage"?: string;
|
|
947
|
+
"aria-expanded"?: boolean | "true" | "false";
|
|
948
|
+
"aria-flowto"?: string;
|
|
949
|
+
"aria-grabbed"?: boolean | "true" | "false";
|
|
950
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
951
|
+
"aria-hidden"?: boolean | "true" | "false";
|
|
952
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
953
|
+
"aria-keyshortcuts"?: string;
|
|
954
|
+
"aria-label"?: string;
|
|
955
|
+
"aria-labelledby"?: string;
|
|
956
|
+
"aria-level"?: number;
|
|
957
|
+
"aria-live"?: "off" | "assertive" | "polite";
|
|
958
|
+
"aria-modal"?: boolean | "true" | "false";
|
|
959
|
+
"aria-multiline"?: boolean | "true" | "false";
|
|
960
|
+
"aria-multiselectable"?: boolean | "true" | "false";
|
|
961
|
+
"aria-orientation"?: "horizontal" | "vertical";
|
|
962
|
+
"aria-owns"?: string;
|
|
963
|
+
"aria-placeholder"?: string;
|
|
964
|
+
"aria-posinset"?: number;
|
|
965
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed";
|
|
966
|
+
"aria-readonly"?: boolean | "true" | "false";
|
|
967
|
+
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
968
|
+
"aria-required"?: boolean | "true" | "false";
|
|
969
|
+
"aria-roledescription"?: string;
|
|
970
|
+
"aria-rowcount"?: number;
|
|
971
|
+
"aria-rowindex"?: number;
|
|
972
|
+
"aria-rowspan"?: number;
|
|
973
|
+
"aria-selected"?: boolean | "true" | "false";
|
|
974
|
+
"aria-setsize"?: number;
|
|
975
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other";
|
|
976
|
+
"aria-valuemax"?: number;
|
|
977
|
+
"aria-valuemin"?: number;
|
|
978
|
+
"aria-valuenow"?: number;
|
|
979
|
+
"aria-valuetext"?: string;
|
|
964
980
|
children?: React.ReactNode;
|
|
965
981
|
dangerouslySetInnerHTML?: {
|
|
966
|
-
__html: string;
|
|
982
|
+
__html: string | TrustedHTML;
|
|
967
983
|
};
|
|
968
984
|
onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|
|
969
985
|
onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
|