react-magma-dom 4.6.1-next.0 → 4.7.0-next.2

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.
Files changed (26) hide show
  1. package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +6 -6
  2. package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +12 -12
  3. package/dist/components/Datagrid/Datagrid.stories.d.ts +8 -8
  4. package/dist/components/IconButton/IconButton.stories.d.ts +4 -4
  5. package/dist/components/Input/Input.stories.d.ts +30 -30
  6. package/dist/components/Table/Table.stories.d.ts +36 -36
  7. package/dist/components/Tag/Tag.stories.d.ts +68 -68
  8. package/dist/components/Textarea/Textarea.stories.d.ts +6 -6
  9. package/dist/components/ToggleButton/ToggleButton.stories.d.ts +24 -24
  10. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +12 -12
  11. package/dist/components/TreeView/TreeItemContext.d.ts +0 -2
  12. package/dist/components/TreeView/TreeView.stories.d.ts +2 -0
  13. package/dist/components/TreeView/TreeViewContext.d.ts +10 -7
  14. package/dist/components/TreeView/index.d.ts +1 -0
  15. package/dist/components/TreeView/types.d.ts +5 -0
  16. package/dist/components/TreeView/useTreeItem.d.ts +0 -10
  17. package/dist/components/TreeView/useTreeView.d.ts +18 -13
  18. package/dist/components/TreeView/utils.d.ts +22 -16
  19. package/dist/esm/index.js +973 -1308
  20. package/dist/esm/index.js.map +1 -1
  21. package/dist/properties.json +80 -67
  22. package/dist/react-magma-dom.cjs.development.js +974 -1321
  23. package/dist/react-magma-dom.cjs.development.js.map +1 -1
  24. package/dist/react-magma-dom.cjs.production.min.js +1 -1
  25. package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
  26. package/package.json +1 -1
@@ -60,10 +60,10 @@ export declare const IconPositions: {
60
60
  formMethod?: string;
61
61
  formNoValidate?: boolean;
62
62
  formTarget?: string;
63
- height?: string | number;
63
+ height?: React.ReactText;
64
64
  list?: string;
65
- max?: string | number;
66
- min?: string | number;
65
+ max?: React.ReactText;
66
+ min?: React.ReactText;
67
67
  minLength?: number;
68
68
  multiple?: boolean;
69
69
  name?: string;
@@ -72,7 +72,7 @@ export declare const IconPositions: {
72
72
  required?: boolean;
73
73
  size?: number;
74
74
  src?: string;
75
- step?: string | number;
75
+ step?: React.ReactText;
76
76
  value?: string | number | readonly string[];
77
77
  onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
78
78
  defaultChecked?: boolean;
@@ -81,7 +81,7 @@ export declare const IconPositions: {
81
81
  suppressHydrationWarning?: boolean;
82
82
  accessKey?: string;
83
83
  className?: string;
84
- contentEditable?: boolean | "inherit" | "true" | "false";
84
+ contentEditable?: boolean | "true" | "false" | "inherit";
85
85
  contextMenu?: string;
86
86
  dir?: string;
87
87
  draggable?: boolean | "true" | "false";
@@ -116,11 +116,11 @@ export declare const IconPositions: {
116
116
  results?: number;
117
117
  security?: string;
118
118
  unselectable?: "on" | "off";
119
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
119
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
120
120
  is?: string;
121
121
  'aria-activedescendant'?: string;
122
122
  'aria-atomic'?: boolean | "true" | "false";
123
- 'aria-autocomplete'?: "none" | "inline" | "list" | "both";
123
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
124
124
  'aria-busy'?: boolean | "true" | "false";
125
125
  'aria-checked'?: boolean | "true" | "false" | "mixed";
126
126
  'aria-colcount'?: number;
@@ -131,12 +131,12 @@ export declare const IconPositions: {
131
131
  'aria-describedby'?: string;
132
132
  'aria-details'?: string;
133
133
  'aria-disabled'?: boolean | "true" | "false";
134
- 'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
134
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
135
135
  'aria-errormessage'?: string;
136
136
  'aria-expanded'?: boolean | "true" | "false";
137
137
  'aria-flowto'?: string;
138
138
  'aria-grabbed'?: boolean | "true" | "false";
139
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
139
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
140
140
  'aria-hidden'?: boolean | "true" | "false";
141
141
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
142
142
  'aria-keyshortcuts'?: string;
@@ -153,7 +153,7 @@ export declare const IconPositions: {
153
153
  'aria-posinset'?: number;
154
154
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
155
155
  'aria-readonly'?: boolean | "true" | "false";
156
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
156
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
157
157
  'aria-required'?: boolean | "true" | "false";
158
158
  'aria-roledescription'?: string;
159
159
  'aria-rowcount'?: number;
@@ -390,10 +390,10 @@ export declare const WithChildren: {
390
390
  formMethod?: string;
391
391
  formNoValidate?: boolean;
392
392
  formTarget?: string;
393
- height?: string | number;
393
+ height?: React.ReactText;
394
394
  list?: string;
395
- max?: string | number;
396
- min?: string | number;
395
+ max?: React.ReactText;
396
+ min?: React.ReactText;
397
397
  minLength?: number;
398
398
  multiple?: boolean;
399
399
  name?: string;
@@ -403,7 +403,7 @@ export declare const WithChildren: {
403
403
  required?: boolean;
404
404
  size?: number;
405
405
  src?: string;
406
- step?: string | number;
406
+ step?: React.ReactText;
407
407
  value?: string | number | readonly string[];
408
408
  onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
409
409
  defaultChecked?: boolean;
@@ -412,7 +412,7 @@ export declare const WithChildren: {
412
412
  suppressHydrationWarning?: boolean;
413
413
  accessKey?: string;
414
414
  className?: string;
415
- contentEditable?: boolean | "inherit" | "true" | "false";
415
+ contentEditable?: boolean | "true" | "false" | "inherit";
416
416
  contextMenu?: string;
417
417
  dir?: string;
418
418
  draggable?: boolean | "true" | "false";
@@ -447,11 +447,11 @@ export declare const WithChildren: {
447
447
  results?: number;
448
448
  security?: string;
449
449
  unselectable?: "on" | "off";
450
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
450
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
451
451
  is?: string;
452
452
  'aria-activedescendant'?: string;
453
453
  'aria-atomic'?: boolean | "true" | "false";
454
- 'aria-autocomplete'?: "none" | "inline" | "list" | "both";
454
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
455
455
  'aria-busy'?: boolean | "true" | "false";
456
456
  'aria-checked'?: boolean | "true" | "false" | "mixed";
457
457
  'aria-colcount'?: number;
@@ -462,12 +462,12 @@ export declare const WithChildren: {
462
462
  'aria-describedby'?: string;
463
463
  'aria-details'?: string;
464
464
  'aria-disabled'?: boolean | "true" | "false";
465
- 'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
465
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
466
466
  'aria-errormessage'?: string;
467
467
  'aria-expanded'?: boolean | "true" | "false";
468
468
  'aria-flowto'?: string;
469
469
  'aria-grabbed'?: boolean | "true" | "false";
470
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
470
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
471
471
  'aria-hidden'?: boolean | "true" | "false";
472
472
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
473
473
  'aria-keyshortcuts'?: string;
@@ -484,7 +484,7 @@ export declare const WithChildren: {
484
484
  'aria-posinset'?: number;
485
485
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
486
486
  'aria-readonly'?: boolean | "true" | "false";
487
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
487
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
488
488
  'aria-required'?: boolean | "true" | "false";
489
489
  'aria-roledescription'?: string;
490
490
  'aria-rowcount'?: number;
@@ -718,10 +718,10 @@ export declare const WithTwoIcons: {
718
718
  formMethod?: string;
719
719
  formNoValidate?: boolean;
720
720
  formTarget?: string;
721
- height?: string | number;
721
+ height?: React.ReactText;
722
722
  list?: string;
723
- max?: string | number;
724
- min?: string | number;
723
+ max?: React.ReactText;
724
+ min?: React.ReactText;
725
725
  minLength?: number;
726
726
  multiple?: boolean;
727
727
  name?: string;
@@ -731,7 +731,7 @@ export declare const WithTwoIcons: {
731
731
  required?: boolean;
732
732
  size?: number;
733
733
  src?: string;
734
- step?: string | number;
734
+ step?: React.ReactText;
735
735
  value?: string | number | readonly string[];
736
736
  onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
737
737
  defaultChecked?: boolean;
@@ -740,7 +740,7 @@ export declare const WithTwoIcons: {
740
740
  suppressHydrationWarning?: boolean;
741
741
  accessKey?: string;
742
742
  className?: string;
743
- contentEditable?: boolean | "inherit" | "true" | "false";
743
+ contentEditable?: boolean | "true" | "false" | "inherit";
744
744
  contextMenu?: string;
745
745
  dir?: string;
746
746
  draggable?: boolean | "true" | "false";
@@ -775,11 +775,11 @@ export declare const WithTwoIcons: {
775
775
  results?: number;
776
776
  security?: string;
777
777
  unselectable?: "on" | "off";
778
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
778
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
779
779
  is?: string;
780
780
  'aria-activedescendant'?: string;
781
781
  'aria-atomic'?: boolean | "true" | "false";
782
- 'aria-autocomplete'?: "none" | "inline" | "list" | "both";
782
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
783
783
  'aria-busy'?: boolean | "true" | "false";
784
784
  'aria-checked'?: boolean | "true" | "false" | "mixed";
785
785
  'aria-colcount'?: number;
@@ -790,12 +790,12 @@ export declare const WithTwoIcons: {
790
790
  'aria-describedby'?: string;
791
791
  'aria-details'?: string;
792
792
  'aria-disabled'?: boolean | "true" | "false";
793
- 'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
793
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
794
794
  'aria-errormessage'?: string;
795
795
  'aria-expanded'?: boolean | "true" | "false";
796
796
  'aria-flowto'?: string;
797
797
  'aria-grabbed'?: boolean | "true" | "false";
798
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
798
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
799
799
  'aria-hidden'?: boolean | "true" | "false";
800
800
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
801
801
  'aria-keyshortcuts'?: string;
@@ -812,7 +812,7 @@ export declare const WithTwoIcons: {
812
812
  'aria-posinset'?: number;
813
813
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
814
814
  'aria-readonly'?: boolean | "true" | "false";
815
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
815
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
816
816
  'aria-required'?: boolean | "true" | "false";
817
817
  'aria-roledescription'?: string;
818
818
  'aria-rowcount'?: number;
@@ -33,7 +33,7 @@ export declare const ControlledPagination: {
33
33
  suppressHydrationWarning?: boolean;
34
34
  accessKey?: string;
35
35
  className?: string;
36
- contentEditable?: boolean | "inherit" | "true" | "false";
36
+ contentEditable?: boolean | "true" | "false" | "inherit";
37
37
  contextMenu?: string;
38
38
  dir?: string;
39
39
  draggable?: boolean | "true" | "false";
@@ -69,11 +69,11 @@ export declare const ControlledPagination: {
69
69
  results?: number;
70
70
  security?: string;
71
71
  unselectable?: "on" | "off";
72
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
72
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
73
73
  is?: string;
74
74
  'aria-activedescendant'?: string;
75
75
  'aria-atomic'?: boolean | "true" | "false";
76
- 'aria-autocomplete'?: "none" | "inline" | "list" | "both";
76
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
77
77
  'aria-busy'?: boolean | "true" | "false";
78
78
  'aria-checked'?: boolean | "true" | "false" | "mixed";
79
79
  'aria-colcount'?: number;
@@ -84,12 +84,12 @@ export declare const ControlledPagination: {
84
84
  'aria-describedby'?: string;
85
85
  'aria-details'?: string;
86
86
  'aria-disabled'?: boolean | "true" | "false";
87
- 'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
87
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
88
88
  'aria-errormessage'?: string;
89
89
  'aria-expanded'?: boolean | "true" | "false";
90
90
  'aria-flowto'?: string;
91
91
  'aria-grabbed'?: boolean | "true" | "false";
92
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
92
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
93
93
  'aria-hidden'?: boolean | "true" | "false";
94
94
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
95
95
  'aria-keyshortcuts'?: string;
@@ -106,7 +106,7 @@ export declare const ControlledPagination: {
106
106
  'aria-posinset'?: number;
107
107
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
108
108
  'aria-readonly'?: boolean | "true" | "false";
109
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
109
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
110
110
  'aria-required'?: boolean | "true" | "false";
111
111
  'aria-roledescription'?: string;
112
112
  'aria-rowcount'?: number;
@@ -316,7 +316,7 @@ export declare const PaginationInverse: {
316
316
  suppressHydrationWarning?: boolean;
317
317
  accessKey?: string;
318
318
  className?: string;
319
- contentEditable?: boolean | "inherit" | "true" | "false";
319
+ contentEditable?: boolean | "true" | "false" | "inherit";
320
320
  contextMenu?: string;
321
321
  dir?: string;
322
322
  draggable?: boolean | "true" | "false";
@@ -352,11 +352,11 @@ export declare const PaginationInverse: {
352
352
  results?: number;
353
353
  security?: string;
354
354
  unselectable?: "on" | "off";
355
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
355
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
356
356
  is?: string;
357
357
  'aria-activedescendant'?: string;
358
358
  'aria-atomic'?: boolean | "true" | "false";
359
- 'aria-autocomplete'?: "none" | "inline" | "list" | "both";
359
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
360
360
  'aria-busy'?: boolean | "true" | "false";
361
361
  'aria-checked'?: boolean | "true" | "false" | "mixed";
362
362
  'aria-colcount'?: number;
@@ -367,12 +367,12 @@ export declare const PaginationInverse: {
367
367
  'aria-describedby'?: string;
368
368
  'aria-details'?: string;
369
369
  'aria-disabled'?: boolean | "true" | "false";
370
- 'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
370
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
371
371
  'aria-errormessage'?: string;
372
372
  'aria-expanded'?: boolean | "true" | "false";
373
373
  'aria-flowto'?: string;
374
374
  'aria-grabbed'?: boolean | "true" | "false";
375
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
375
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
376
376
  'aria-hidden'?: boolean | "true" | "false";
377
377
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
378
378
  'aria-keyshortcuts'?: string;
@@ -389,7 +389,7 @@ export declare const PaginationInverse: {
389
389
  'aria-posinset'?: number;
390
390
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
391
391
  'aria-readonly'?: boolean | "true" | "false";
392
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
392
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
393
393
  'aria-required'?: boolean | "true" | "false";
394
394
  'aria-roledescription'?: string;
395
395
  'aria-rowcount'?: number;
@@ -590,7 +590,7 @@ export declare const RowColors: {
590
590
  suppressHydrationWarning?: boolean;
591
591
  accessKey?: string;
592
592
  className?: string;
593
- contentEditable?: boolean | "inherit" | "true" | "false";
593
+ contentEditable?: boolean | "true" | "false" | "inherit";
594
594
  contextMenu?: string;
595
595
  dir?: string;
596
596
  draggable?: boolean | "true" | "false";
@@ -626,11 +626,11 @@ export declare const RowColors: {
626
626
  results?: number;
627
627
  security?: string;
628
628
  unselectable?: "on" | "off";
629
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
629
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
630
630
  is?: string;
631
631
  'aria-activedescendant'?: string;
632
632
  'aria-atomic'?: boolean | "true" | "false";
633
- 'aria-autocomplete'?: "none" | "inline" | "list" | "both";
633
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
634
634
  'aria-busy'?: boolean | "true" | "false";
635
635
  'aria-checked'?: boolean | "true" | "false" | "mixed";
636
636
  'aria-colcount'?: number;
@@ -641,12 +641,12 @@ export declare const RowColors: {
641
641
  'aria-describedby'?: string;
642
642
  'aria-details'?: string;
643
643
  'aria-disabled'?: boolean | "true" | "false";
644
- 'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
644
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
645
645
  'aria-errormessage'?: string;
646
646
  'aria-expanded'?: boolean | "true" | "false";
647
647
  'aria-flowto'?: string;
648
648
  'aria-grabbed'?: boolean | "true" | "false";
649
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
649
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
650
650
  'aria-hidden'?: boolean | "true" | "false";
651
651
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
652
652
  'aria-keyshortcuts'?: string;
@@ -663,7 +663,7 @@ export declare const RowColors: {
663
663
  'aria-posinset'?: number;
664
664
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
665
665
  'aria-readonly'?: boolean | "true" | "false";
666
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
666
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
667
667
  'aria-required'?: boolean | "true" | "false";
668
668
  'aria-roledescription'?: string;
669
669
  'aria-rowcount'?: number;
@@ -863,7 +863,7 @@ export declare const RowColorsInverse: {
863
863
  suppressHydrationWarning?: boolean;
864
864
  accessKey?: string;
865
865
  className?: string;
866
- contentEditable?: boolean | "inherit" | "true" | "false";
866
+ contentEditable?: boolean | "true" | "false" | "inherit";
867
867
  contextMenu?: string;
868
868
  dir?: string;
869
869
  draggable?: boolean | "true" | "false";
@@ -899,11 +899,11 @@ export declare const RowColorsInverse: {
899
899
  results?: number;
900
900
  security?: string;
901
901
  unselectable?: "on" | "off";
902
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
902
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
903
903
  is?: string;
904
904
  'aria-activedescendant'?: string;
905
905
  'aria-atomic'?: boolean | "true" | "false";
906
- 'aria-autocomplete'?: "none" | "inline" | "list" | "both";
906
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
907
907
  'aria-busy'?: boolean | "true" | "false";
908
908
  'aria-checked'?: boolean | "true" | "false" | "mixed";
909
909
  'aria-colcount'?: number;
@@ -914,12 +914,12 @@ export declare const RowColorsInverse: {
914
914
  'aria-describedby'?: string;
915
915
  'aria-details'?: string;
916
916
  'aria-disabled'?: boolean | "true" | "false";
917
- 'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
917
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
918
918
  'aria-errormessage'?: string;
919
919
  'aria-expanded'?: boolean | "true" | "false";
920
920
  'aria-flowto'?: string;
921
921
  'aria-grabbed'?: boolean | "true" | "false";
922
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
922
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
923
923
  'aria-hidden'?: boolean | "true" | "false";
924
924
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
925
925
  'aria-keyshortcuts'?: string;
@@ -936,7 +936,7 @@ export declare const RowColorsInverse: {
936
936
  'aria-posinset'?: number;
937
937
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
938
938
  'aria-readonly'?: boolean | "true" | "false";
939
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
939
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
940
940
  'aria-required'?: boolean | "true" | "false";
941
941
  'aria-roledescription'?: string;
942
942
  'aria-rowcount'?: number;
@@ -1136,7 +1136,7 @@ export declare const Sortable: {
1136
1136
  suppressHydrationWarning?: boolean;
1137
1137
  accessKey?: string;
1138
1138
  className?: string;
1139
- contentEditable?: boolean | "inherit" | "true" | "false";
1139
+ contentEditable?: boolean | "true" | "false" | "inherit";
1140
1140
  contextMenu?: string;
1141
1141
  dir?: string;
1142
1142
  draggable?: boolean | "true" | "false";
@@ -1172,11 +1172,11 @@ export declare const Sortable: {
1172
1172
  results?: number;
1173
1173
  security?: string;
1174
1174
  unselectable?: "on" | "off";
1175
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1175
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1176
1176
  is?: string;
1177
1177
  'aria-activedescendant'?: string;
1178
1178
  'aria-atomic'?: boolean | "true" | "false";
1179
- 'aria-autocomplete'?: "none" | "inline" | "list" | "both";
1179
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
1180
1180
  'aria-busy'?: boolean | "true" | "false";
1181
1181
  'aria-checked'?: boolean | "true" | "false" | "mixed";
1182
1182
  'aria-colcount'?: number;
@@ -1187,12 +1187,12 @@ export declare const Sortable: {
1187
1187
  'aria-describedby'?: string;
1188
1188
  'aria-details'?: string;
1189
1189
  'aria-disabled'?: boolean | "true" | "false";
1190
- 'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
1190
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
1191
1191
  'aria-errormessage'?: string;
1192
1192
  'aria-expanded'?: boolean | "true" | "false";
1193
1193
  'aria-flowto'?: string;
1194
1194
  'aria-grabbed'?: boolean | "true" | "false";
1195
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
1195
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
1196
1196
  'aria-hidden'?: boolean | "true" | "false";
1197
1197
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
1198
1198
  'aria-keyshortcuts'?: string;
@@ -1209,7 +1209,7 @@ export declare const Sortable: {
1209
1209
  'aria-posinset'?: number;
1210
1210
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
1211
1211
  'aria-readonly'?: boolean | "true" | "false";
1212
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1212
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1213
1213
  'aria-required'?: boolean | "true" | "false";
1214
1214
  'aria-roledescription'?: string;
1215
1215
  'aria-rowcount'?: number;
@@ -1409,7 +1409,7 @@ export declare const WithDropdown: {
1409
1409
  suppressHydrationWarning?: boolean;
1410
1410
  accessKey?: string;
1411
1411
  className?: string;
1412
- contentEditable?: boolean | "inherit" | "true" | "false";
1412
+ contentEditable?: boolean | "true" | "false" | "inherit";
1413
1413
  contextMenu?: string;
1414
1414
  dir?: string;
1415
1415
  draggable?: boolean | "true" | "false";
@@ -1445,11 +1445,11 @@ export declare const WithDropdown: {
1445
1445
  results?: number;
1446
1446
  security?: string;
1447
1447
  unselectable?: "on" | "off";
1448
- inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1448
+ inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1449
1449
  is?: string;
1450
1450
  'aria-activedescendant'?: string;
1451
1451
  'aria-atomic'?: boolean | "true" | "false";
1452
- 'aria-autocomplete'?: "none" | "inline" | "list" | "both";
1452
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
1453
1453
  'aria-busy'?: boolean | "true" | "false";
1454
1454
  'aria-checked'?: boolean | "true" | "false" | "mixed";
1455
1455
  'aria-colcount'?: number;
@@ -1460,12 +1460,12 @@ export declare const WithDropdown: {
1460
1460
  'aria-describedby'?: string;
1461
1461
  'aria-details'?: string;
1462
1462
  'aria-disabled'?: boolean | "true" | "false";
1463
- 'aria-dropeffect'?: "none" | "copy" | "move" | "link" | "execute" | "popup";
1463
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
1464
1464
  'aria-errormessage'?: string;
1465
1465
  'aria-expanded'?: boolean | "true" | "false";
1466
1466
  'aria-flowto'?: string;
1467
1467
  'aria-grabbed'?: boolean | "true" | "false";
1468
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
1468
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
1469
1469
  'aria-hidden'?: boolean | "true" | "false";
1470
1470
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
1471
1471
  'aria-keyshortcuts'?: string;
@@ -1482,7 +1482,7 @@ export declare const WithDropdown: {
1482
1482
  'aria-posinset'?: number;
1483
1483
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
1484
1484
  'aria-readonly'?: boolean | "true" | "false";
1485
- 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1485
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1486
1486
  'aria-required'?: boolean | "true" | "false";
1487
1487
  'aria-roledescription'?: string;
1488
1488
  'aria-rowcount'?: number;