react-magma-dom 4.7.0-next.12 → 4.7.0-next.13
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 +22 -22
- package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +44 -44
- 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 +69 -69
- package/dist/components/Stepper/ResponsiveStepperContainer.d.ts +17 -0
- package/dist/components/Stepper/Step.d.ts +5 -1
- package/dist/components/Stepper/Stepper.d.ts +13 -0
- package/dist/components/Stepper/Stepper.stories.d.ts +2 -0
- package/dist/components/Stepper/index.d.ts +1 -0
- package/dist/components/Table/Table.stories.d.ts +132 -132
- package/dist/components/Tag/Tag.stories.d.ts +58 -58
- package/dist/components/Textarea/Textarea.stories.d.ts +22 -22
- package/dist/components/ToggleButton/ToggleButton.stories.d.ts +88 -88
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +44 -44
- package/dist/esm/index.js +237 -144
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/properties.json +72 -6
- package/dist/react-magma-dom.cjs.development.js +215 -104
- 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,27 +40,26 @@ export declare const WithDelete: {
|
|
|
40
40
|
isClickable?: boolean;
|
|
41
41
|
isInverse?: boolean;
|
|
42
42
|
theme?: import("../..").ThemeInterface;
|
|
43
|
-
slot?: string;
|
|
44
|
-
style?: React.CSSProperties;
|
|
45
|
-
title?: string;
|
|
46
|
-
translate?: "yes" | "no";
|
|
47
|
-
children?: React.ReactNode;
|
|
48
|
-
hidden?: boolean;
|
|
49
|
-
id?: string;
|
|
50
43
|
defaultChecked?: boolean;
|
|
51
44
|
defaultValue?: string | number | readonly string[];
|
|
52
45
|
suppressContentEditableWarning?: boolean;
|
|
53
46
|
suppressHydrationWarning?: boolean;
|
|
54
47
|
accessKey?: string;
|
|
55
48
|
className?: string;
|
|
56
|
-
contentEditable?: boolean | "
|
|
49
|
+
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
57
50
|
contextMenu?: string;
|
|
58
51
|
dir?: string;
|
|
59
|
-
draggable?: boolean | "
|
|
52
|
+
draggable?: boolean | "true" | "false";
|
|
53
|
+
hidden?: boolean;
|
|
54
|
+
id?: string;
|
|
60
55
|
lang?: string;
|
|
61
56
|
placeholder?: string;
|
|
62
|
-
|
|
57
|
+
slot?: string;
|
|
58
|
+
spellCheck?: boolean | "true" | "false";
|
|
59
|
+
style?: React.CSSProperties;
|
|
63
60
|
tabIndex?: number;
|
|
61
|
+
title?: string;
|
|
62
|
+
translate?: "yes" | "no";
|
|
64
63
|
radioGroup?: string;
|
|
65
64
|
role?: React.AriaRole;
|
|
66
65
|
about?: string;
|
|
@@ -85,53 +84,54 @@ export declare const WithDelete: {
|
|
|
85
84
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
86
85
|
is?: string;
|
|
87
86
|
'aria-activedescendant'?: string;
|
|
88
|
-
'aria-atomic'?: boolean | "
|
|
89
|
-
'aria-autocomplete'?: "
|
|
90
|
-
'aria-busy'?: boolean | "
|
|
91
|
-
'aria-checked'?: boolean | "
|
|
87
|
+
'aria-atomic'?: boolean | "true" | "false";
|
|
88
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both";
|
|
89
|
+
'aria-busy'?: boolean | "true" | "false";
|
|
90
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
92
91
|
'aria-colcount'?: number;
|
|
93
92
|
'aria-colindex'?: number;
|
|
94
93
|
'aria-colspan'?: number;
|
|
95
94
|
'aria-controls'?: string;
|
|
96
|
-
'aria-current'?: boolean | "time" | "
|
|
95
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
97
96
|
'aria-describedby'?: string;
|
|
98
97
|
'aria-details'?: string;
|
|
99
|
-
'aria-disabled'?: boolean | "
|
|
98
|
+
'aria-disabled'?: boolean | "true" | "false";
|
|
100
99
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
101
100
|
'aria-errormessage'?: string;
|
|
102
|
-
'aria-expanded'?: boolean | "
|
|
101
|
+
'aria-expanded'?: boolean | "true" | "false";
|
|
103
102
|
'aria-flowto'?: string;
|
|
104
|
-
'aria-grabbed'?: boolean | "
|
|
105
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
106
|
-
'aria-hidden'?: boolean | "
|
|
107
|
-
'aria-invalid'?: boolean | "
|
|
103
|
+
'aria-grabbed'?: boolean | "true" | "false";
|
|
104
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
105
|
+
'aria-hidden'?: boolean | "true" | "false";
|
|
106
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
108
107
|
'aria-keyshortcuts'?: string;
|
|
109
108
|
'aria-label'?: string;
|
|
110
109
|
'aria-labelledby'?: string;
|
|
111
110
|
'aria-level'?: number;
|
|
112
111
|
'aria-live'?: "off" | "assertive" | "polite";
|
|
113
|
-
'aria-modal'?: boolean | "
|
|
114
|
-
'aria-multiline'?: boolean | "
|
|
115
|
-
'aria-multiselectable'?: boolean | "
|
|
112
|
+
'aria-modal'?: boolean | "true" | "false";
|
|
113
|
+
'aria-multiline'?: boolean | "true" | "false";
|
|
114
|
+
'aria-multiselectable'?: boolean | "true" | "false";
|
|
116
115
|
'aria-orientation'?: "horizontal" | "vertical";
|
|
117
116
|
'aria-owns'?: string;
|
|
118
117
|
'aria-placeholder'?: string;
|
|
119
118
|
'aria-posinset'?: number;
|
|
120
|
-
'aria-pressed'?: boolean | "
|
|
121
|
-
'aria-readonly'?: boolean | "
|
|
122
|
-
'aria-relevant'?: "text" | "
|
|
123
|
-
'aria-required'?: boolean | "
|
|
119
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
120
|
+
'aria-readonly'?: boolean | "true" | "false";
|
|
121
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
122
|
+
'aria-required'?: boolean | "true" | "false";
|
|
124
123
|
'aria-roledescription'?: string;
|
|
125
124
|
'aria-rowcount'?: number;
|
|
126
125
|
'aria-rowindex'?: number;
|
|
127
126
|
'aria-rowspan'?: number;
|
|
128
|
-
'aria-selected'?: boolean | "
|
|
127
|
+
'aria-selected'?: boolean | "true" | "false";
|
|
129
128
|
'aria-setsize'?: number;
|
|
130
129
|
'aria-sort'?: "none" | "ascending" | "descending" | "other";
|
|
131
130
|
'aria-valuemax'?: number;
|
|
132
131
|
'aria-valuemin'?: number;
|
|
133
132
|
'aria-valuenow'?: number;
|
|
134
133
|
'aria-valuetext'?: string;
|
|
134
|
+
children?: React.ReactNode;
|
|
135
135
|
dangerouslySetInnerHTML?: {
|
|
136
136
|
__html: string;
|
|
137
137
|
};
|
|
@@ -306,27 +306,26 @@ export declare const WithDelete: {
|
|
|
306
306
|
isClickable?: boolean;
|
|
307
307
|
isInverse?: boolean;
|
|
308
308
|
theme?: import("../..").ThemeInterface;
|
|
309
|
-
slot?: string;
|
|
310
|
-
style?: React.CSSProperties;
|
|
311
|
-
title?: string;
|
|
312
|
-
translate?: "yes" | "no";
|
|
313
|
-
children?: React.ReactNode;
|
|
314
|
-
hidden?: boolean;
|
|
315
|
-
id?: string;
|
|
316
309
|
defaultChecked?: boolean;
|
|
317
310
|
defaultValue?: string | number | readonly string[];
|
|
318
311
|
suppressContentEditableWarning?: boolean;
|
|
319
312
|
suppressHydrationWarning?: boolean;
|
|
320
313
|
accessKey?: string;
|
|
321
314
|
className?: string;
|
|
322
|
-
contentEditable?: boolean | "
|
|
315
|
+
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
323
316
|
contextMenu?: string;
|
|
324
317
|
dir?: string;
|
|
325
|
-
draggable?: boolean | "
|
|
318
|
+
draggable?: boolean | "true" | "false";
|
|
319
|
+
hidden?: boolean;
|
|
320
|
+
id?: string;
|
|
326
321
|
lang?: string;
|
|
327
322
|
placeholder?: string;
|
|
328
|
-
|
|
323
|
+
slot?: string;
|
|
324
|
+
spellCheck?: boolean | "true" | "false";
|
|
325
|
+
style?: React.CSSProperties;
|
|
329
326
|
tabIndex?: number;
|
|
327
|
+
title?: string;
|
|
328
|
+
translate?: "yes" | "no";
|
|
330
329
|
radioGroup?: string;
|
|
331
330
|
role?: React.AriaRole;
|
|
332
331
|
about?: string;
|
|
@@ -351,53 +350,54 @@ export declare const WithDelete: {
|
|
|
351
350
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
352
351
|
is?: string;
|
|
353
352
|
'aria-activedescendant'?: string;
|
|
354
|
-
'aria-atomic'?: boolean | "
|
|
355
|
-
'aria-autocomplete'?: "
|
|
356
|
-
'aria-busy'?: boolean | "
|
|
357
|
-
'aria-checked'?: boolean | "
|
|
353
|
+
'aria-atomic'?: boolean | "true" | "false";
|
|
354
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both";
|
|
355
|
+
'aria-busy'?: boolean | "true" | "false";
|
|
356
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
358
357
|
'aria-colcount'?: number;
|
|
359
358
|
'aria-colindex'?: number;
|
|
360
359
|
'aria-colspan'?: number;
|
|
361
360
|
'aria-controls'?: string;
|
|
362
|
-
'aria-current'?: boolean | "time" | "
|
|
361
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
363
362
|
'aria-describedby'?: string;
|
|
364
363
|
'aria-details'?: string;
|
|
365
|
-
'aria-disabled'?: boolean | "
|
|
364
|
+
'aria-disabled'?: boolean | "true" | "false";
|
|
366
365
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
367
366
|
'aria-errormessage'?: string;
|
|
368
|
-
'aria-expanded'?: boolean | "
|
|
367
|
+
'aria-expanded'?: boolean | "true" | "false";
|
|
369
368
|
'aria-flowto'?: string;
|
|
370
|
-
'aria-grabbed'?: boolean | "
|
|
371
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
372
|
-
'aria-hidden'?: boolean | "
|
|
373
|
-
'aria-invalid'?: boolean | "
|
|
369
|
+
'aria-grabbed'?: boolean | "true" | "false";
|
|
370
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
371
|
+
'aria-hidden'?: boolean | "true" | "false";
|
|
372
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
374
373
|
'aria-keyshortcuts'?: string;
|
|
375
374
|
'aria-label'?: string;
|
|
376
375
|
'aria-labelledby'?: string;
|
|
377
376
|
'aria-level'?: number;
|
|
378
377
|
'aria-live'?: "off" | "assertive" | "polite";
|
|
379
|
-
'aria-modal'?: boolean | "
|
|
380
|
-
'aria-multiline'?: boolean | "
|
|
381
|
-
'aria-multiselectable'?: boolean | "
|
|
378
|
+
'aria-modal'?: boolean | "true" | "false";
|
|
379
|
+
'aria-multiline'?: boolean | "true" | "false";
|
|
380
|
+
'aria-multiselectable'?: boolean | "true" | "false";
|
|
382
381
|
'aria-orientation'?: "horizontal" | "vertical";
|
|
383
382
|
'aria-owns'?: string;
|
|
384
383
|
'aria-placeholder'?: string;
|
|
385
384
|
'aria-posinset'?: number;
|
|
386
|
-
'aria-pressed'?: boolean | "
|
|
387
|
-
'aria-readonly'?: boolean | "
|
|
388
|
-
'aria-relevant'?: "text" | "
|
|
389
|
-
'aria-required'?: boolean | "
|
|
385
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
386
|
+
'aria-readonly'?: boolean | "true" | "false";
|
|
387
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
388
|
+
'aria-required'?: boolean | "true" | "false";
|
|
390
389
|
'aria-roledescription'?: string;
|
|
391
390
|
'aria-rowcount'?: number;
|
|
392
391
|
'aria-rowindex'?: number;
|
|
393
392
|
'aria-rowspan'?: number;
|
|
394
|
-
'aria-selected'?: boolean | "
|
|
393
|
+
'aria-selected'?: boolean | "true" | "false";
|
|
395
394
|
'aria-setsize'?: number;
|
|
396
395
|
'aria-sort'?: "none" | "ascending" | "descending" | "other";
|
|
397
396
|
'aria-valuemax'?: number;
|
|
398
397
|
'aria-valuemin'?: number;
|
|
399
398
|
'aria-valuenow'?: number;
|
|
400
399
|
'aria-valuetext'?: string;
|
|
400
|
+
children?: React.ReactNode;
|
|
401
401
|
dangerouslySetInnerHTML?: {
|
|
402
402
|
__html: string;
|
|
403
403
|
};
|
|
@@ -46,15 +46,15 @@ export declare const OnClear: {
|
|
|
46
46
|
suppressHydrationWarning?: boolean;
|
|
47
47
|
accessKey?: string;
|
|
48
48
|
className?: string;
|
|
49
|
-
contentEditable?: boolean | "
|
|
49
|
+
contentEditable?: boolean | "true" | "false" | "inherit";
|
|
50
50
|
contextMenu?: string;
|
|
51
51
|
dir?: string;
|
|
52
|
-
draggable?: boolean | "
|
|
52
|
+
draggable?: boolean | "true" | "false";
|
|
53
53
|
hidden?: boolean;
|
|
54
54
|
id?: string;
|
|
55
55
|
lang?: string;
|
|
56
56
|
slot?: string;
|
|
57
|
-
spellCheck?: boolean | "
|
|
57
|
+
spellCheck?: boolean | "true" | "false";
|
|
58
58
|
style?: React.CSSProperties;
|
|
59
59
|
tabIndex?: number;
|
|
60
60
|
title?: string;
|
|
@@ -84,47 +84,47 @@ export declare const OnClear: {
|
|
|
84
84
|
inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
|
|
85
85
|
is?: string;
|
|
86
86
|
'aria-activedescendant'?: string;
|
|
87
|
-
'aria-atomic'?: boolean | "
|
|
88
|
-
'aria-autocomplete'?: "
|
|
89
|
-
'aria-busy'?: boolean | "
|
|
90
|
-
'aria-checked'?: boolean | "
|
|
87
|
+
'aria-atomic'?: boolean | "true" | "false";
|
|
88
|
+
'aria-autocomplete'?: "list" | "none" | "inline" | "both";
|
|
89
|
+
'aria-busy'?: boolean | "true" | "false";
|
|
90
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed";
|
|
91
91
|
'aria-colcount'?: number;
|
|
92
92
|
'aria-colindex'?: number;
|
|
93
93
|
'aria-colspan'?: number;
|
|
94
94
|
'aria-controls'?: string;
|
|
95
|
-
'aria-current'?: boolean | "time" | "
|
|
95
|
+
'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
|
|
96
96
|
'aria-describedby'?: string;
|
|
97
97
|
'aria-details'?: string;
|
|
98
|
-
'aria-disabled'?: boolean | "
|
|
98
|
+
'aria-disabled'?: boolean | "true" | "false";
|
|
99
99
|
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
|
|
100
100
|
'aria-errormessage'?: string;
|
|
101
|
-
'aria-expanded'?: boolean | "
|
|
101
|
+
'aria-expanded'?: boolean | "true" | "false";
|
|
102
102
|
'aria-flowto'?: string;
|
|
103
|
-
'aria-grabbed'?: boolean | "
|
|
104
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
105
|
-
'aria-hidden'?: boolean | "
|
|
106
|
-
'aria-invalid'?: boolean | "
|
|
103
|
+
'aria-grabbed'?: boolean | "true" | "false";
|
|
104
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
|
|
105
|
+
'aria-hidden'?: boolean | "true" | "false";
|
|
106
|
+
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
|
|
107
107
|
'aria-keyshortcuts'?: string;
|
|
108
108
|
'aria-label'?: string;
|
|
109
109
|
'aria-labelledby'?: string;
|
|
110
110
|
'aria-level'?: number;
|
|
111
111
|
'aria-live'?: "off" | "assertive" | "polite";
|
|
112
|
-
'aria-modal'?: boolean | "
|
|
113
|
-
'aria-multiline'?: boolean | "
|
|
114
|
-
'aria-multiselectable'?: boolean | "
|
|
112
|
+
'aria-modal'?: boolean | "true" | "false";
|
|
113
|
+
'aria-multiline'?: boolean | "true" | "false";
|
|
114
|
+
'aria-multiselectable'?: boolean | "true" | "false";
|
|
115
115
|
'aria-orientation'?: "horizontal" | "vertical";
|
|
116
116
|
'aria-owns'?: string;
|
|
117
117
|
'aria-placeholder'?: string;
|
|
118
118
|
'aria-posinset'?: number;
|
|
119
|
-
'aria-pressed'?: boolean | "
|
|
120
|
-
'aria-readonly'?: boolean | "
|
|
121
|
-
'aria-relevant'?: "text" | "
|
|
122
|
-
'aria-required'?: boolean | "
|
|
119
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed";
|
|
120
|
+
'aria-readonly'?: boolean | "true" | "false";
|
|
121
|
+
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
|
|
122
|
+
'aria-required'?: boolean | "true" | "false";
|
|
123
123
|
'aria-roledescription'?: string;
|
|
124
124
|
'aria-rowcount'?: number;
|
|
125
125
|
'aria-rowindex'?: number;
|
|
126
126
|
'aria-rowspan'?: number;
|
|
127
|
-
'aria-selected'?: boolean | "
|
|
127
|
+
'aria-selected'?: boolean | "true" | "false";
|
|
128
128
|
'aria-setsize'?: number;
|
|
129
129
|
'aria-sort'?: "none" | "ascending" | "descending" | "other";
|
|
130
130
|
'aria-valuemax'?: number;
|