react-magma-dom 4.7.0-next.4 → 4.7.0-next.5
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/ButtonGroup/ButtonGroup.stories.d.ts +6 -6
- package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +12 -12
- package/dist/components/Datagrid/Datagrid.stories.d.ts +8 -8
- package/dist/components/IconButton/IconButton.stories.d.ts +4 -4
- package/dist/components/Input/Input.stories.d.ts +30 -30
- package/dist/components/Table/Table.stories.d.ts +36 -36
- package/dist/components/Tag/Tag.stories.d.ts +68 -68
- package/dist/components/Textarea/Textarea.stories.d.ts +6 -6
- package/dist/components/ToggleButton/ToggleButton.stories.d.ts +24 -24
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +12 -12
- package/dist/esm/index.js +40 -30
- package/dist/esm/index.js.map +1 -1
- package/dist/react-magma-dom.cjs.development.js +40 -30
- 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/package.json +1 -1
|
@@ -40,52 +40,17 @@ export declare const WithDelete: {
|
|
|
40
40
|
isClickable?: boolean;
|
|
41
41
|
isInverse?: boolean;
|
|
42
42
|
theme?: import("../..").ThemeInterface;
|
|
43
|
-
|
|
44
|
-
defaultValue?: string | number | readonly string[];
|
|
45
|
-
suppressContentEditableWarning?: boolean;
|
|
46
|
-
suppressHydrationWarning?: boolean;
|
|
47
|
-
accessKey?: string;
|
|
48
|
-
className?: string;
|
|
49
|
-
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
50
|
-
contextMenu?: string;
|
|
51
|
-
dir?: string;
|
|
52
|
-
draggable?: boolean | "true" | "false";
|
|
43
|
+
translate?: "yes" | "no";
|
|
53
44
|
hidden?: boolean;
|
|
45
|
+
className?: string;
|
|
54
46
|
id?: string;
|
|
55
47
|
lang?: string;
|
|
56
|
-
placeholder?: string;
|
|
57
|
-
slot?: string;
|
|
58
|
-
spellCheck?: boolean | "true" | "false";
|
|
59
48
|
style?: React.CSSProperties;
|
|
60
|
-
tabIndex?: number;
|
|
61
|
-
title?: string;
|
|
62
|
-
translate?: "yes" | "no";
|
|
63
|
-
radioGroup?: string;
|
|
64
49
|
role?: React.AriaRole;
|
|
65
|
-
|
|
66
|
-
datatype?: string;
|
|
67
|
-
inlist?: any;
|
|
68
|
-
prefix?: string;
|
|
69
|
-
property?: string;
|
|
70
|
-
resource?: string;
|
|
71
|
-
typeof?: string;
|
|
72
|
-
vocab?: string;
|
|
73
|
-
autoCapitalize?: string;
|
|
74
|
-
autoCorrect?: string;
|
|
75
|
-
autoSave?: string;
|
|
76
|
-
itemProp?: string;
|
|
77
|
-
itemScope?: boolean;
|
|
78
|
-
itemType?: string;
|
|
79
|
-
itemID?: string;
|
|
80
|
-
itemRef?: string;
|
|
81
|
-
results?: number;
|
|
82
|
-
security?: string;
|
|
83
|
-
unselectable?: "on" | "off";
|
|
84
|
-
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
85
|
-
is?: string;
|
|
50
|
+
tabIndex?: number;
|
|
86
51
|
'aria-activedescendant'?: string;
|
|
87
52
|
'aria-atomic'?: boolean | "true" | "false";
|
|
88
|
-
'aria-autocomplete'?: "
|
|
53
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both";
|
|
89
54
|
'aria-busy'?: boolean | "true" | "false";
|
|
90
55
|
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
91
56
|
'aria-colcount'?: number;
|
|
@@ -96,12 +61,12 @@ export declare const WithDelete: {
|
|
|
96
61
|
'aria-describedby'?: string;
|
|
97
62
|
'aria-details'?: string;
|
|
98
63
|
'aria-disabled'?: boolean | "true" | "false";
|
|
99
|
-
'aria-dropeffect'?: "
|
|
64
|
+
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
|
|
100
65
|
'aria-errormessage'?: string;
|
|
101
66
|
'aria-expanded'?: boolean | "true" | "false";
|
|
102
67
|
'aria-flowto'?: string;
|
|
103
68
|
'aria-grabbed'?: boolean | "true" | "false";
|
|
104
|
-
'aria-haspopup'?: boolean | "
|
|
69
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
|
|
105
70
|
'aria-hidden'?: boolean | "true" | "false";
|
|
106
71
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
107
72
|
'aria-keyshortcuts'?: string;
|
|
@@ -118,7 +83,7 @@ export declare const WithDelete: {
|
|
|
118
83
|
'aria-posinset'?: number;
|
|
119
84
|
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
120
85
|
'aria-readonly'?: boolean | "true" | "false";
|
|
121
|
-
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
86
|
+
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
122
87
|
'aria-required'?: boolean | "true" | "false";
|
|
123
88
|
'aria-roledescription'?: string;
|
|
124
89
|
'aria-rowcount'?: number;
|
|
@@ -294,40 +259,20 @@ export declare const WithDelete: {
|
|
|
294
259
|
onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
|
|
295
260
|
onTransitionEnd?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
|
|
296
261
|
onTransitionEndCapture?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
|
|
297
|
-
} | {
|
|
298
|
-
onClick?: never;
|
|
299
|
-
onDelete?: () => void;
|
|
300
|
-
color?: TagColor;
|
|
301
|
-
size?: TagSize;
|
|
302
|
-
labelText?: React.ReactNode;
|
|
303
|
-
disabled?: boolean;
|
|
304
|
-
testId?: string;
|
|
305
|
-
icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
|
|
306
|
-
isClickable?: boolean;
|
|
307
|
-
isInverse?: boolean;
|
|
308
|
-
theme?: import("../..").ThemeInterface;
|
|
309
262
|
defaultChecked?: boolean;
|
|
310
263
|
defaultValue?: string | number | readonly string[];
|
|
311
264
|
suppressContentEditableWarning?: boolean;
|
|
312
265
|
suppressHydrationWarning?: boolean;
|
|
313
266
|
accessKey?: string;
|
|
314
|
-
|
|
315
|
-
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
267
|
+
contentEditable?: boolean | "inherit" | "true" | "false";
|
|
316
268
|
contextMenu?: string;
|
|
317
269
|
dir?: string;
|
|
318
270
|
draggable?: boolean | "true" | "false";
|
|
319
|
-
hidden?: boolean;
|
|
320
|
-
id?: string;
|
|
321
|
-
lang?: string;
|
|
322
271
|
placeholder?: string;
|
|
323
272
|
slot?: string;
|
|
324
273
|
spellCheck?: boolean | "true" | "false";
|
|
325
|
-
style?: React.CSSProperties;
|
|
326
|
-
tabIndex?: number;
|
|
327
274
|
title?: string;
|
|
328
|
-
translate?: "yes" | "no";
|
|
329
275
|
radioGroup?: string;
|
|
330
|
-
role?: React.AriaRole;
|
|
331
276
|
about?: string;
|
|
332
277
|
datatype?: string;
|
|
333
278
|
inlist?: any;
|
|
@@ -347,11 +292,31 @@ export declare const WithDelete: {
|
|
|
347
292
|
results?: number;
|
|
348
293
|
security?: string;
|
|
349
294
|
unselectable?: "on" | "off";
|
|
350
|
-
inputMode?: "
|
|
295
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
351
296
|
is?: string;
|
|
297
|
+
} | {
|
|
298
|
+
onClick?: never;
|
|
299
|
+
onDelete?: () => void;
|
|
300
|
+
color?: TagColor;
|
|
301
|
+
size?: TagSize;
|
|
302
|
+
labelText?: React.ReactNode;
|
|
303
|
+
disabled?: boolean;
|
|
304
|
+
testId?: string;
|
|
305
|
+
icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
|
|
306
|
+
isClickable?: boolean;
|
|
307
|
+
isInverse?: boolean;
|
|
308
|
+
theme?: import("../..").ThemeInterface;
|
|
309
|
+
translate?: "yes" | "no";
|
|
310
|
+
hidden?: boolean;
|
|
311
|
+
className?: string;
|
|
312
|
+
id?: string;
|
|
313
|
+
lang?: string;
|
|
314
|
+
style?: React.CSSProperties;
|
|
315
|
+
role?: React.AriaRole;
|
|
316
|
+
tabIndex?: number;
|
|
352
317
|
'aria-activedescendant'?: string;
|
|
353
318
|
'aria-atomic'?: boolean | "true" | "false";
|
|
354
|
-
'aria-autocomplete'?: "
|
|
319
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both";
|
|
355
320
|
'aria-busy'?: boolean | "true" | "false";
|
|
356
321
|
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
357
322
|
'aria-colcount'?: number;
|
|
@@ -362,12 +327,12 @@ export declare const WithDelete: {
|
|
|
362
327
|
'aria-describedby'?: string;
|
|
363
328
|
'aria-details'?: string;
|
|
364
329
|
'aria-disabled'?: boolean | "true" | "false";
|
|
365
|
-
'aria-dropeffect'?: "
|
|
330
|
+
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
|
|
366
331
|
'aria-errormessage'?: string;
|
|
367
332
|
'aria-expanded'?: boolean | "true" | "false";
|
|
368
333
|
'aria-flowto'?: string;
|
|
369
334
|
'aria-grabbed'?: boolean | "true" | "false";
|
|
370
|
-
'aria-haspopup'?: boolean | "
|
|
335
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
|
|
371
336
|
'aria-hidden'?: boolean | "true" | "false";
|
|
372
337
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
373
338
|
'aria-keyshortcuts'?: string;
|
|
@@ -384,7 +349,7 @@ export declare const WithDelete: {
|
|
|
384
349
|
'aria-posinset'?: number;
|
|
385
350
|
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
386
351
|
'aria-readonly'?: boolean | "true" | "false";
|
|
387
|
-
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
352
|
+
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
388
353
|
'aria-required'?: boolean | "true" | "false";
|
|
389
354
|
'aria-roledescription'?: string;
|
|
390
355
|
'aria-rowcount'?: number;
|
|
@@ -560,5 +525,40 @@ export declare const WithDelete: {
|
|
|
560
525
|
onAnimationIterationCapture?: (event: React.AnimationEvent<HTMLButtonElement>) => void;
|
|
561
526
|
onTransitionEnd?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
|
|
562
527
|
onTransitionEndCapture?: (event: React.TransitionEvent<HTMLButtonElement>) => void;
|
|
528
|
+
defaultChecked?: boolean;
|
|
529
|
+
defaultValue?: string | number | readonly string[];
|
|
530
|
+
suppressContentEditableWarning?: boolean;
|
|
531
|
+
suppressHydrationWarning?: boolean;
|
|
532
|
+
accessKey?: string;
|
|
533
|
+
contentEditable?: boolean | "inherit" | "true" | "false";
|
|
534
|
+
contextMenu?: string;
|
|
535
|
+
dir?: string;
|
|
536
|
+
draggable?: boolean | "true" | "false";
|
|
537
|
+
placeholder?: string;
|
|
538
|
+
slot?: string;
|
|
539
|
+
spellCheck?: boolean | "true" | "false";
|
|
540
|
+
title?: string;
|
|
541
|
+
radioGroup?: string;
|
|
542
|
+
about?: string;
|
|
543
|
+
datatype?: string;
|
|
544
|
+
inlist?: any;
|
|
545
|
+
prefix?: string;
|
|
546
|
+
property?: string;
|
|
547
|
+
resource?: string;
|
|
548
|
+
typeof?: string;
|
|
549
|
+
vocab?: string;
|
|
550
|
+
autoCapitalize?: string;
|
|
551
|
+
autoCorrect?: string;
|
|
552
|
+
autoSave?: string;
|
|
553
|
+
itemProp?: string;
|
|
554
|
+
itemScope?: boolean;
|
|
555
|
+
itemType?: string;
|
|
556
|
+
itemID?: string;
|
|
557
|
+
itemRef?: string;
|
|
558
|
+
results?: number;
|
|
559
|
+
security?: string;
|
|
560
|
+
unselectable?: "on" | "off";
|
|
561
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
562
|
+
is?: string;
|
|
563
563
|
};
|
|
564
564
|
};
|
|
@@ -46,7 +46,7 @@ export declare const OnClear: {
|
|
|
46
46
|
suppressHydrationWarning?: boolean;
|
|
47
47
|
accessKey?: string;
|
|
48
48
|
className?: string;
|
|
49
|
-
contentEditable?: boolean | "
|
|
49
|
+
contentEditable?: boolean | "inherit" | "true" | "false";
|
|
50
50
|
contextMenu?: string;
|
|
51
51
|
dir?: string;
|
|
52
52
|
draggable?: boolean | "true" | "false";
|
|
@@ -81,11 +81,11 @@ export declare const OnClear: {
|
|
|
81
81
|
results?: number;
|
|
82
82
|
security?: string;
|
|
83
83
|
unselectable?: "on" | "off";
|
|
84
|
-
inputMode?: "
|
|
84
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
85
85
|
is?: string;
|
|
86
86
|
'aria-activedescendant'?: string;
|
|
87
87
|
'aria-atomic'?: boolean | "true" | "false";
|
|
88
|
-
'aria-autocomplete'?: "
|
|
88
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both";
|
|
89
89
|
'aria-busy'?: boolean | "true" | "false";
|
|
90
90
|
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
91
91
|
'aria-colcount'?: number;
|
|
@@ -96,12 +96,12 @@ export declare const OnClear: {
|
|
|
96
96
|
'aria-describedby'?: string;
|
|
97
97
|
'aria-details'?: string;
|
|
98
98
|
'aria-disabled'?: boolean | "true" | "false";
|
|
99
|
-
'aria-dropeffect'?: "
|
|
99
|
+
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
|
|
100
100
|
'aria-errormessage'?: string;
|
|
101
101
|
'aria-expanded'?: boolean | "true" | "false";
|
|
102
102
|
'aria-flowto'?: string;
|
|
103
103
|
'aria-grabbed'?: boolean | "true" | "false";
|
|
104
|
-
'aria-haspopup'?: boolean | "
|
|
104
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
|
|
105
105
|
'aria-hidden'?: boolean | "true" | "false";
|
|
106
106
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
107
107
|
'aria-keyshortcuts'?: string;
|
|
@@ -118,7 +118,7 @@ export declare const OnClear: {
|
|
|
118
118
|
'aria-posinset'?: number;
|
|
119
119
|
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
120
120
|
'aria-readonly'?: boolean | "true" | "false";
|
|
121
|
-
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
121
|
+
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
122
122
|
'aria-required'?: boolean | "true" | "false";
|
|
123
123
|
'aria-roledescription'?: string;
|
|
124
124
|
'aria-rowcount'?: number;
|
|
@@ -32,7 +32,7 @@ export declare const Text: {
|
|
|
32
32
|
suppressHydrationWarning?: boolean;
|
|
33
33
|
accessKey?: string;
|
|
34
34
|
className?: string;
|
|
35
|
-
contentEditable?: boolean | "
|
|
35
|
+
contentEditable?: boolean | "inherit" | "true" | "false";
|
|
36
36
|
contextMenu?: string;
|
|
37
37
|
dir?: string;
|
|
38
38
|
draggable?: boolean | "true" | "false";
|
|
@@ -68,11 +68,11 @@ export declare const Text: {
|
|
|
68
68
|
results?: number;
|
|
69
69
|
security?: string;
|
|
70
70
|
unselectable?: "on" | "off";
|
|
71
|
-
inputMode?: "
|
|
71
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
72
72
|
is?: string;
|
|
73
73
|
'aria-activedescendant'?: string;
|
|
74
74
|
'aria-atomic'?: boolean | "true" | "false";
|
|
75
|
-
'aria-autocomplete'?: "
|
|
75
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both";
|
|
76
76
|
'aria-busy'?: boolean | "true" | "false";
|
|
77
77
|
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
78
78
|
'aria-colcount'?: number;
|
|
@@ -83,12 +83,12 @@ export declare const Text: {
|
|
|
83
83
|
'aria-describedby'?: string;
|
|
84
84
|
'aria-details'?: string;
|
|
85
85
|
'aria-disabled'?: boolean | "true" | "false";
|
|
86
|
-
'aria-dropeffect'?: "
|
|
86
|
+
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
|
|
87
87
|
'aria-errormessage'?: string;
|
|
88
88
|
'aria-expanded'?: boolean | "true" | "false";
|
|
89
89
|
'aria-flowto'?: string;
|
|
90
90
|
'aria-grabbed'?: boolean | "true" | "false";
|
|
91
|
-
'aria-haspopup'?: boolean | "
|
|
91
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
|
|
92
92
|
'aria-hidden'?: boolean | "true" | "false";
|
|
93
93
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
94
94
|
'aria-keyshortcuts'?: string;
|
|
@@ -104,7 +104,7 @@ export declare const Text: {
|
|
|
104
104
|
'aria-posinset'?: number;
|
|
105
105
|
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
106
106
|
'aria-readonly'?: boolean | "true" | "false";
|
|
107
|
-
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
107
|
+
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
108
108
|
'aria-required'?: boolean | "true" | "false";
|
|
109
109
|
'aria-roledescription'?: string;
|
|
110
110
|
'aria-rowcount'?: number;
|
|
@@ -310,7 +310,7 @@ export declare const Text: {
|
|
|
310
310
|
suppressHydrationWarning?: boolean;
|
|
311
311
|
accessKey?: string;
|
|
312
312
|
className?: string;
|
|
313
|
-
contentEditable?: boolean | "
|
|
313
|
+
contentEditable?: boolean | "inherit" | "true" | "false";
|
|
314
314
|
contextMenu?: string;
|
|
315
315
|
dir?: string;
|
|
316
316
|
draggable?: boolean | "true" | "false";
|
|
@@ -346,11 +346,11 @@ export declare const Text: {
|
|
|
346
346
|
results?: number;
|
|
347
347
|
security?: string;
|
|
348
348
|
unselectable?: "on" | "off";
|
|
349
|
-
inputMode?: "
|
|
349
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
350
350
|
is?: string;
|
|
351
351
|
'aria-activedescendant'?: string;
|
|
352
352
|
'aria-atomic'?: boolean | "true" | "false";
|
|
353
|
-
'aria-autocomplete'?: "
|
|
353
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both";
|
|
354
354
|
'aria-busy'?: boolean | "true" | "false";
|
|
355
355
|
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
356
356
|
'aria-colcount'?: number;
|
|
@@ -361,12 +361,12 @@ export declare const Text: {
|
|
|
361
361
|
'aria-describedby'?: string;
|
|
362
362
|
'aria-details'?: string;
|
|
363
363
|
'aria-disabled'?: boolean | "true" | "false";
|
|
364
|
-
'aria-dropeffect'?: "
|
|
364
|
+
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
|
|
365
365
|
'aria-errormessage'?: string;
|
|
366
366
|
'aria-expanded'?: boolean | "true" | "false";
|
|
367
367
|
'aria-flowto'?: string;
|
|
368
368
|
'aria-grabbed'?: boolean | "true" | "false";
|
|
369
|
-
'aria-haspopup'?: boolean | "
|
|
369
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
|
|
370
370
|
'aria-hidden'?: boolean | "true" | "false";
|
|
371
371
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
372
372
|
'aria-keyshortcuts'?: string;
|
|
@@ -383,7 +383,7 @@ export declare const Text: {
|
|
|
383
383
|
'aria-posinset'?: number;
|
|
384
384
|
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
385
385
|
'aria-readonly'?: boolean | "true" | "false";
|
|
386
|
-
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
386
|
+
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
387
387
|
'aria-required'?: boolean | "true" | "false";
|
|
388
388
|
'aria-roledescription'?: string;
|
|
389
389
|
'aria-rowcount'?: number;
|
|
@@ -594,7 +594,7 @@ export declare const TextAndIcon: {
|
|
|
594
594
|
suppressHydrationWarning?: boolean;
|
|
595
595
|
accessKey?: string;
|
|
596
596
|
className?: string;
|
|
597
|
-
contentEditable?: boolean | "
|
|
597
|
+
contentEditable?: boolean | "inherit" | "true" | "false";
|
|
598
598
|
contextMenu?: string;
|
|
599
599
|
dir?: string;
|
|
600
600
|
draggable?: boolean | "true" | "false";
|
|
@@ -630,11 +630,11 @@ export declare const TextAndIcon: {
|
|
|
630
630
|
results?: number;
|
|
631
631
|
security?: string;
|
|
632
632
|
unselectable?: "on" | "off";
|
|
633
|
-
inputMode?: "
|
|
633
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
634
634
|
is?: string;
|
|
635
635
|
'aria-activedescendant'?: string;
|
|
636
636
|
'aria-atomic'?: boolean | "true" | "false";
|
|
637
|
-
'aria-autocomplete'?: "
|
|
637
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both";
|
|
638
638
|
'aria-busy'?: boolean | "true" | "false";
|
|
639
639
|
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
640
640
|
'aria-colcount'?: number;
|
|
@@ -645,12 +645,12 @@ export declare const TextAndIcon: {
|
|
|
645
645
|
'aria-describedby'?: string;
|
|
646
646
|
'aria-details'?: string;
|
|
647
647
|
'aria-disabled'?: boolean | "true" | "false";
|
|
648
|
-
'aria-dropeffect'?: "
|
|
648
|
+
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
|
|
649
649
|
'aria-errormessage'?: string;
|
|
650
650
|
'aria-expanded'?: boolean | "true" | "false";
|
|
651
651
|
'aria-flowto'?: string;
|
|
652
652
|
'aria-grabbed'?: boolean | "true" | "false";
|
|
653
|
-
'aria-haspopup'?: boolean | "
|
|
653
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
|
|
654
654
|
'aria-hidden'?: boolean | "true" | "false";
|
|
655
655
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
656
656
|
'aria-keyshortcuts'?: string;
|
|
@@ -666,7 +666,7 @@ export declare const TextAndIcon: {
|
|
|
666
666
|
'aria-posinset'?: number;
|
|
667
667
|
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
668
668
|
'aria-readonly'?: boolean | "true" | "false";
|
|
669
|
-
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
669
|
+
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
670
670
|
'aria-required'?: boolean | "true" | "false";
|
|
671
671
|
'aria-roledescription'?: string;
|
|
672
672
|
'aria-rowcount'?: number;
|
|
@@ -872,7 +872,7 @@ export declare const TextAndIcon: {
|
|
|
872
872
|
suppressHydrationWarning?: boolean;
|
|
873
873
|
accessKey?: string;
|
|
874
874
|
className?: string;
|
|
875
|
-
contentEditable?: boolean | "
|
|
875
|
+
contentEditable?: boolean | "inherit" | "true" | "false";
|
|
876
876
|
contextMenu?: string;
|
|
877
877
|
dir?: string;
|
|
878
878
|
draggable?: boolean | "true" | "false";
|
|
@@ -908,11 +908,11 @@ export declare const TextAndIcon: {
|
|
|
908
908
|
results?: number;
|
|
909
909
|
security?: string;
|
|
910
910
|
unselectable?: "on" | "off";
|
|
911
|
-
inputMode?: "
|
|
911
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
912
912
|
is?: string;
|
|
913
913
|
'aria-activedescendant'?: string;
|
|
914
914
|
'aria-atomic'?: boolean | "true" | "false";
|
|
915
|
-
'aria-autocomplete'?: "
|
|
915
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both";
|
|
916
916
|
'aria-busy'?: boolean | "true" | "false";
|
|
917
917
|
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
918
918
|
'aria-colcount'?: number;
|
|
@@ -923,12 +923,12 @@ export declare const TextAndIcon: {
|
|
|
923
923
|
'aria-describedby'?: string;
|
|
924
924
|
'aria-details'?: string;
|
|
925
925
|
'aria-disabled'?: boolean | "true" | "false";
|
|
926
|
-
'aria-dropeffect'?: "
|
|
926
|
+
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
|
|
927
927
|
'aria-errormessage'?: string;
|
|
928
928
|
'aria-expanded'?: boolean | "true" | "false";
|
|
929
929
|
'aria-flowto'?: string;
|
|
930
930
|
'aria-grabbed'?: boolean | "true" | "false";
|
|
931
|
-
'aria-haspopup'?: boolean | "
|
|
931
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
|
|
932
932
|
'aria-hidden'?: boolean | "true" | "false";
|
|
933
933
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
934
934
|
'aria-keyshortcuts'?: string;
|
|
@@ -945,7 +945,7 @@ export declare const TextAndIcon: {
|
|
|
945
945
|
'aria-posinset'?: number;
|
|
946
946
|
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
947
947
|
'aria-readonly'?: boolean | "true" | "false";
|
|
948
|
-
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
948
|
+
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
949
949
|
'aria-required'?: boolean | "true" | "false";
|
|
950
950
|
'aria-roledescription'?: string;
|
|
951
951
|
'aria-rowcount'?: number;
|
|
@@ -28,7 +28,7 @@ export declare const AlignmentExample: {
|
|
|
28
28
|
suppressHydrationWarning?: boolean;
|
|
29
29
|
accessKey?: string;
|
|
30
30
|
className?: string;
|
|
31
|
-
contentEditable?: boolean | "
|
|
31
|
+
contentEditable?: boolean | "inherit" | "true" | "false";
|
|
32
32
|
contextMenu?: string;
|
|
33
33
|
dir?: string;
|
|
34
34
|
draggable?: boolean | "true" | "false";
|
|
@@ -63,11 +63,11 @@ export declare const AlignmentExample: {
|
|
|
63
63
|
results?: number;
|
|
64
64
|
security?: string;
|
|
65
65
|
unselectable?: "on" | "off";
|
|
66
|
-
inputMode?: "
|
|
66
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
67
67
|
is?: string;
|
|
68
68
|
'aria-activedescendant'?: string;
|
|
69
69
|
'aria-atomic'?: boolean | "true" | "false";
|
|
70
|
-
'aria-autocomplete'?: "
|
|
70
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both";
|
|
71
71
|
'aria-busy'?: boolean | "true" | "false";
|
|
72
72
|
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
73
73
|
'aria-colcount'?: number;
|
|
@@ -78,12 +78,12 @@ export declare const AlignmentExample: {
|
|
|
78
78
|
'aria-describedby'?: string;
|
|
79
79
|
'aria-details'?: string;
|
|
80
80
|
'aria-disabled'?: boolean | "true" | "false";
|
|
81
|
-
'aria-dropeffect'?: "
|
|
81
|
+
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
|
|
82
82
|
'aria-errormessage'?: string;
|
|
83
83
|
'aria-expanded'?: boolean | "true" | "false";
|
|
84
84
|
'aria-flowto'?: string;
|
|
85
85
|
'aria-grabbed'?: boolean | "true" | "false";
|
|
86
|
-
'aria-haspopup'?: boolean | "
|
|
86
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
|
|
87
87
|
'aria-hidden'?: boolean | "true" | "false";
|
|
88
88
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
89
89
|
'aria-keyshortcuts'?: string;
|
|
@@ -100,7 +100,7 @@ export declare const AlignmentExample: {
|
|
|
100
100
|
'aria-posinset'?: number;
|
|
101
101
|
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
102
102
|
'aria-readonly'?: boolean | "true" | "false";
|
|
103
|
-
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
103
|
+
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
104
104
|
'aria-required'?: boolean | "true" | "false";
|
|
105
105
|
'aria-roledescription'?: string;
|
|
106
106
|
'aria-rowcount'?: number;
|
|
@@ -302,7 +302,7 @@ export declare const DifferentToggleButtons: {
|
|
|
302
302
|
suppressHydrationWarning?: boolean;
|
|
303
303
|
accessKey?: string;
|
|
304
304
|
className?: string;
|
|
305
|
-
contentEditable?: boolean | "
|
|
305
|
+
contentEditable?: boolean | "inherit" | "true" | "false";
|
|
306
306
|
contextMenu?: string;
|
|
307
307
|
dir?: string;
|
|
308
308
|
draggable?: boolean | "true" | "false";
|
|
@@ -337,11 +337,11 @@ export declare const DifferentToggleButtons: {
|
|
|
337
337
|
results?: number;
|
|
338
338
|
security?: string;
|
|
339
339
|
unselectable?: "on" | "off";
|
|
340
|
-
inputMode?: "
|
|
340
|
+
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
341
341
|
is?: string;
|
|
342
342
|
'aria-activedescendant'?: string;
|
|
343
343
|
'aria-atomic'?: boolean | "true" | "false";
|
|
344
|
-
'aria-autocomplete'?: "
|
|
344
|
+
'aria-autocomplete'?: "none" | "inline" | "list" | "both";
|
|
345
345
|
'aria-busy'?: boolean | "true" | "false";
|
|
346
346
|
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
347
347
|
'aria-colcount'?: number;
|
|
@@ -352,12 +352,12 @@ export declare const DifferentToggleButtons: {
|
|
|
352
352
|
'aria-describedby'?: string;
|
|
353
353
|
'aria-details'?: string;
|
|
354
354
|
'aria-disabled'?: boolean | "true" | "false";
|
|
355
|
-
'aria-dropeffect'?: "
|
|
355
|
+
'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
|
|
356
356
|
'aria-errormessage'?: string;
|
|
357
357
|
'aria-expanded'?: boolean | "true" | "false";
|
|
358
358
|
'aria-flowto'?: string;
|
|
359
359
|
'aria-grabbed'?: boolean | "true" | "false";
|
|
360
|
-
'aria-haspopup'?: boolean | "
|
|
360
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
|
|
361
361
|
'aria-hidden'?: boolean | "true" | "false";
|
|
362
362
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
363
363
|
'aria-keyshortcuts'?: string;
|
|
@@ -374,7 +374,7 @@ export declare const DifferentToggleButtons: {
|
|
|
374
374
|
'aria-posinset'?: number;
|
|
375
375
|
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
376
376
|
'aria-readonly'?: boolean | "true" | "false";
|
|
377
|
-
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "
|
|
377
|
+
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
378
378
|
'aria-required'?: boolean | "true" | "false";
|
|
379
379
|
'aria-roledescription'?: string;
|
|
380
380
|
'aria-rowcount'?: number;
|