react-magma-dom 2.5.10 → 2.5.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.
@@ -27,7 +27,7 @@ export declare const Disabled: {
27
27
  suppressHydrationWarning?: boolean;
28
28
  accessKey?: string;
29
29
  className?: string;
30
- contentEditable?: boolean | "true" | "false" | "inherit";
30
+ contentEditable?: boolean | "inherit" | "true" | "false";
31
31
  contextMenu?: string;
32
32
  dir?: string;
33
33
  draggable?: boolean | "true" | "false";
@@ -62,27 +62,27 @@ export declare const Disabled: {
62
62
  results?: number;
63
63
  security?: string;
64
64
  unselectable?: "on" | "off";
65
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
65
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
66
66
  is?: string;
67
67
  'aria-activedescendant'?: string;
68
68
  'aria-atomic'?: boolean | "true" | "false";
69
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
69
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
70
70
  'aria-busy'?: boolean | "true" | "false";
71
71
  'aria-checked'?: boolean | "true" | "false" | "mixed";
72
72
  'aria-colcount'?: number;
73
73
  'aria-colindex'?: number;
74
74
  'aria-colspan'?: number;
75
75
  'aria-controls'?: string;
76
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
76
+ 'aria-current'?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date";
77
77
  'aria-describedby'?: string;
78
78
  'aria-details'?: string;
79
79
  'aria-disabled'?: boolean | "true" | "false";
80
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
80
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
81
81
  'aria-errormessage'?: string;
82
82
  'aria-expanded'?: boolean | "true" | "false";
83
83
  'aria-flowto'?: string;
84
84
  'aria-grabbed'?: boolean | "true" | "false";
85
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
85
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
86
86
  'aria-hidden'?: boolean | "true" | "false";
87
87
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
88
88
  'aria-keyshortcuts'?: string;
@@ -99,7 +99,7 @@ export declare const Disabled: {
99
99
  'aria-posinset'?: number;
100
100
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
101
101
  'aria-readonly'?: boolean | "true" | "false";
102
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
102
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
103
103
  'aria-required'?: boolean | "true" | "false";
104
104
  'aria-roledescription'?: string;
105
105
  'aria-rowcount'?: number;
@@ -294,7 +294,7 @@ export declare const Disabled: {
294
294
  suppressHydrationWarning?: boolean;
295
295
  accessKey?: string;
296
296
  className?: string;
297
- contentEditable?: boolean | "true" | "false" | "inherit";
297
+ contentEditable?: boolean | "inherit" | "true" | "false";
298
298
  contextMenu?: string;
299
299
  dir?: string;
300
300
  draggable?: boolean | "true" | "false";
@@ -329,27 +329,27 @@ export declare const Disabled: {
329
329
  results?: number;
330
330
  security?: string;
331
331
  unselectable?: "on" | "off";
332
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
332
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
333
333
  is?: string;
334
334
  'aria-activedescendant'?: string;
335
335
  'aria-atomic'?: boolean | "true" | "false";
336
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
336
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
337
337
  'aria-busy'?: boolean | "true" | "false";
338
338
  'aria-checked'?: boolean | "true" | "false" | "mixed";
339
339
  'aria-colcount'?: number;
340
340
  'aria-colindex'?: number;
341
341
  'aria-colspan'?: number;
342
342
  'aria-controls'?: string;
343
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
343
+ 'aria-current'?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date";
344
344
  'aria-describedby'?: string;
345
345
  'aria-details'?: string;
346
346
  'aria-disabled'?: boolean | "true" | "false";
347
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
347
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
348
348
  'aria-errormessage'?: string;
349
349
  'aria-expanded'?: boolean | "true" | "false";
350
350
  'aria-flowto'?: string;
351
351
  'aria-grabbed'?: boolean | "true" | "false";
352
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
352
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
353
353
  'aria-hidden'?: boolean | "true" | "false";
354
354
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
355
355
  'aria-keyshortcuts'?: string;
@@ -366,7 +366,7 @@ export declare const Disabled: {
366
366
  'aria-posinset'?: number;
367
367
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
368
368
  'aria-readonly'?: boolean | "true" | "false";
369
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
369
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
370
370
  'aria-required'?: boolean | "true" | "false";
371
371
  'aria-roledescription'?: string;
372
372
  'aria-rowcount'?: number;
@@ -565,7 +565,7 @@ export declare const DisabledInverse: {
565
565
  suppressHydrationWarning?: boolean;
566
566
  accessKey?: string;
567
567
  className?: string;
568
- contentEditable?: boolean | "true" | "false" | "inherit";
568
+ contentEditable?: boolean | "inherit" | "true" | "false";
569
569
  contextMenu?: string;
570
570
  dir?: string;
571
571
  draggable?: boolean | "true" | "false";
@@ -600,27 +600,27 @@ export declare const DisabledInverse: {
600
600
  results?: number;
601
601
  security?: string;
602
602
  unselectable?: "on" | "off";
603
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
603
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
604
604
  is?: string;
605
605
  'aria-activedescendant'?: string;
606
606
  'aria-atomic'?: boolean | "true" | "false";
607
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
607
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
608
608
  'aria-busy'?: boolean | "true" | "false";
609
609
  'aria-checked'?: boolean | "true" | "false" | "mixed";
610
610
  'aria-colcount'?: number;
611
611
  'aria-colindex'?: number;
612
612
  'aria-colspan'?: number;
613
613
  'aria-controls'?: string;
614
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
614
+ 'aria-current'?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date";
615
615
  'aria-describedby'?: string;
616
616
  'aria-details'?: string;
617
617
  'aria-disabled'?: boolean | "true" | "false";
618
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
618
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
619
619
  'aria-errormessage'?: string;
620
620
  'aria-expanded'?: boolean | "true" | "false";
621
621
  'aria-flowto'?: string;
622
622
  'aria-grabbed'?: boolean | "true" | "false";
623
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
623
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
624
624
  'aria-hidden'?: boolean | "true" | "false";
625
625
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
626
626
  'aria-keyshortcuts'?: string;
@@ -637,7 +637,7 @@ export declare const DisabledInverse: {
637
637
  'aria-posinset'?: number;
638
638
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
639
639
  'aria-readonly'?: boolean | "true" | "false";
640
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
640
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
641
641
  'aria-required'?: boolean | "true" | "false";
642
642
  'aria-roledescription'?: string;
643
643
  'aria-rowcount'?: number;
@@ -832,7 +832,7 @@ export declare const DisabledInverse: {
832
832
  suppressHydrationWarning?: boolean;
833
833
  accessKey?: string;
834
834
  className?: string;
835
- contentEditable?: boolean | "true" | "false" | "inherit";
835
+ contentEditable?: boolean | "inherit" | "true" | "false";
836
836
  contextMenu?: string;
837
837
  dir?: string;
838
838
  draggable?: boolean | "true" | "false";
@@ -867,27 +867,27 @@ export declare const DisabledInverse: {
867
867
  results?: number;
868
868
  security?: string;
869
869
  unselectable?: "on" | "off";
870
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
870
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
871
871
  is?: string;
872
872
  'aria-activedescendant'?: string;
873
873
  'aria-atomic'?: boolean | "true" | "false";
874
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
874
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
875
875
  'aria-busy'?: boolean | "true" | "false";
876
876
  'aria-checked'?: boolean | "true" | "false" | "mixed";
877
877
  'aria-colcount'?: number;
878
878
  'aria-colindex'?: number;
879
879
  'aria-colspan'?: number;
880
880
  'aria-controls'?: string;
881
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
881
+ 'aria-current'?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date";
882
882
  'aria-describedby'?: string;
883
883
  'aria-details'?: string;
884
884
  'aria-disabled'?: boolean | "true" | "false";
885
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
885
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
886
886
  'aria-errormessage'?: string;
887
887
  'aria-expanded'?: boolean | "true" | "false";
888
888
  'aria-flowto'?: string;
889
889
  'aria-grabbed'?: boolean | "true" | "false";
890
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
890
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
891
891
  'aria-hidden'?: boolean | "true" | "false";
892
892
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
893
893
  'aria-keyshortcuts'?: string;
@@ -904,7 +904,7 @@ export declare const DisabledInverse: {
904
904
  'aria-posinset'?: number;
905
905
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
906
906
  'aria-readonly'?: boolean | "true" | "false";
907
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
907
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
908
908
  'aria-required'?: boolean | "true" | "false";
909
909
  'aria-roledescription'?: string;
910
910
  'aria-rowcount'?: number;
@@ -1118,7 +1118,7 @@ export declare const SizeWithDelete: {
1118
1118
  suppressHydrationWarning?: boolean;
1119
1119
  accessKey?: string;
1120
1120
  className?: string;
1121
- contentEditable?: boolean | "true" | "false" | "inherit";
1121
+ contentEditable?: boolean | "inherit" | "true" | "false";
1122
1122
  contextMenu?: string;
1123
1123
  dir?: string;
1124
1124
  draggable?: boolean | "true" | "false";
@@ -1153,27 +1153,27 @@ export declare const SizeWithDelete: {
1153
1153
  results?: number;
1154
1154
  security?: string;
1155
1155
  unselectable?: "on" | "off";
1156
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1156
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1157
1157
  is?: string;
1158
1158
  'aria-activedescendant'?: string;
1159
1159
  'aria-atomic'?: boolean | "true" | "false";
1160
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
1160
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
1161
1161
  'aria-busy'?: boolean | "true" | "false";
1162
1162
  'aria-checked'?: boolean | "true" | "false" | "mixed";
1163
1163
  'aria-colcount'?: number;
1164
1164
  'aria-colindex'?: number;
1165
1165
  'aria-colspan'?: number;
1166
1166
  'aria-controls'?: string;
1167
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
1167
+ 'aria-current'?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date";
1168
1168
  'aria-describedby'?: string;
1169
1169
  'aria-details'?: string;
1170
1170
  'aria-disabled'?: boolean | "true" | "false";
1171
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
1171
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
1172
1172
  'aria-errormessage'?: string;
1173
1173
  'aria-expanded'?: boolean | "true" | "false";
1174
1174
  'aria-flowto'?: string;
1175
1175
  'aria-grabbed'?: boolean | "true" | "false";
1176
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
1176
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
1177
1177
  'aria-hidden'?: boolean | "true" | "false";
1178
1178
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
1179
1179
  'aria-keyshortcuts'?: string;
@@ -1190,7 +1190,7 @@ export declare const SizeWithDelete: {
1190
1190
  'aria-posinset'?: number;
1191
1191
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
1192
1192
  'aria-readonly'?: boolean | "true" | "false";
1193
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1193
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1194
1194
  'aria-required'?: boolean | "true" | "false";
1195
1195
  'aria-roledescription'?: string;
1196
1196
  'aria-rowcount'?: number;
@@ -1385,7 +1385,7 @@ export declare const SizeWithDelete: {
1385
1385
  suppressHydrationWarning?: boolean;
1386
1386
  accessKey?: string;
1387
1387
  className?: string;
1388
- contentEditable?: boolean | "true" | "false" | "inherit";
1388
+ contentEditable?: boolean | "inherit" | "true" | "false";
1389
1389
  contextMenu?: string;
1390
1390
  dir?: string;
1391
1391
  draggable?: boolean | "true" | "false";
@@ -1420,27 +1420,27 @@ export declare const SizeWithDelete: {
1420
1420
  results?: number;
1421
1421
  security?: string;
1422
1422
  unselectable?: "on" | "off";
1423
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1423
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1424
1424
  is?: string;
1425
1425
  'aria-activedescendant'?: string;
1426
1426
  'aria-atomic'?: boolean | "true" | "false";
1427
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
1427
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
1428
1428
  'aria-busy'?: boolean | "true" | "false";
1429
1429
  'aria-checked'?: boolean | "true" | "false" | "mixed";
1430
1430
  'aria-colcount'?: number;
1431
1431
  'aria-colindex'?: number;
1432
1432
  'aria-colspan'?: number;
1433
1433
  'aria-controls'?: string;
1434
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
1434
+ 'aria-current'?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date";
1435
1435
  'aria-describedby'?: string;
1436
1436
  'aria-details'?: string;
1437
1437
  'aria-disabled'?: boolean | "true" | "false";
1438
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
1438
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
1439
1439
  'aria-errormessage'?: string;
1440
1440
  'aria-expanded'?: boolean | "true" | "false";
1441
1441
  'aria-flowto'?: string;
1442
1442
  'aria-grabbed'?: boolean | "true" | "false";
1443
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
1443
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
1444
1444
  'aria-hidden'?: boolean | "true" | "false";
1445
1445
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
1446
1446
  'aria-keyshortcuts'?: string;
@@ -1457,7 +1457,7 @@ export declare const SizeWithDelete: {
1457
1457
  'aria-posinset'?: number;
1458
1458
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
1459
1459
  'aria-readonly'?: boolean | "true" | "false";
1460
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1460
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1461
1461
  'aria-required'?: boolean | "true" | "false";
1462
1462
  'aria-roledescription'?: string;
1463
1463
  'aria-rowcount'?: number;
@@ -1656,7 +1656,7 @@ export declare const SizeWithIconDelete: {
1656
1656
  suppressHydrationWarning?: boolean;
1657
1657
  accessKey?: string;
1658
1658
  className?: string;
1659
- contentEditable?: boolean | "true" | "false" | "inherit";
1659
+ contentEditable?: boolean | "inherit" | "true" | "false";
1660
1660
  contextMenu?: string;
1661
1661
  dir?: string;
1662
1662
  draggable?: boolean | "true" | "false";
@@ -1691,27 +1691,27 @@ export declare const SizeWithIconDelete: {
1691
1691
  results?: number;
1692
1692
  security?: string;
1693
1693
  unselectable?: "on" | "off";
1694
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1694
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1695
1695
  is?: string;
1696
1696
  'aria-activedescendant'?: string;
1697
1697
  'aria-atomic'?: boolean | "true" | "false";
1698
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
1698
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
1699
1699
  'aria-busy'?: boolean | "true" | "false";
1700
1700
  'aria-checked'?: boolean | "true" | "false" | "mixed";
1701
1701
  'aria-colcount'?: number;
1702
1702
  'aria-colindex'?: number;
1703
1703
  'aria-colspan'?: number;
1704
1704
  'aria-controls'?: string;
1705
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
1705
+ 'aria-current'?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date";
1706
1706
  'aria-describedby'?: string;
1707
1707
  'aria-details'?: string;
1708
1708
  'aria-disabled'?: boolean | "true" | "false";
1709
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
1709
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
1710
1710
  'aria-errormessage'?: string;
1711
1711
  'aria-expanded'?: boolean | "true" | "false";
1712
1712
  'aria-flowto'?: string;
1713
1713
  'aria-grabbed'?: boolean | "true" | "false";
1714
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
1714
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
1715
1715
  'aria-hidden'?: boolean | "true" | "false";
1716
1716
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
1717
1717
  'aria-keyshortcuts'?: string;
@@ -1728,7 +1728,7 @@ export declare const SizeWithIconDelete: {
1728
1728
  'aria-posinset'?: number;
1729
1729
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
1730
1730
  'aria-readonly'?: boolean | "true" | "false";
1731
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1731
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1732
1732
  'aria-required'?: boolean | "true" | "false";
1733
1733
  'aria-roledescription'?: string;
1734
1734
  'aria-rowcount'?: number;
@@ -1923,7 +1923,7 @@ export declare const SizeWithIconDelete: {
1923
1923
  suppressHydrationWarning?: boolean;
1924
1924
  accessKey?: string;
1925
1925
  className?: string;
1926
- contentEditable?: boolean | "true" | "false" | "inherit";
1926
+ contentEditable?: boolean | "inherit" | "true" | "false";
1927
1927
  contextMenu?: string;
1928
1928
  dir?: string;
1929
1929
  draggable?: boolean | "true" | "false";
@@ -1958,27 +1958,27 @@ export declare const SizeWithIconDelete: {
1958
1958
  results?: number;
1959
1959
  security?: string;
1960
1960
  unselectable?: "on" | "off";
1961
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1961
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
1962
1962
  is?: string;
1963
1963
  'aria-activedescendant'?: string;
1964
1964
  'aria-atomic'?: boolean | "true" | "false";
1965
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
1965
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
1966
1966
  'aria-busy'?: boolean | "true" | "false";
1967
1967
  'aria-checked'?: boolean | "true" | "false" | "mixed";
1968
1968
  'aria-colcount'?: number;
1969
1969
  'aria-colindex'?: number;
1970
1970
  'aria-colspan'?: number;
1971
1971
  'aria-controls'?: string;
1972
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
1972
+ 'aria-current'?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date";
1973
1973
  'aria-describedby'?: string;
1974
1974
  'aria-details'?: string;
1975
1975
  'aria-disabled'?: boolean | "true" | "false";
1976
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
1976
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
1977
1977
  'aria-errormessage'?: string;
1978
1978
  'aria-expanded'?: boolean | "true" | "false";
1979
1979
  'aria-flowto'?: string;
1980
1980
  'aria-grabbed'?: boolean | "true" | "false";
1981
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
1981
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
1982
1982
  'aria-hidden'?: boolean | "true" | "false";
1983
1983
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
1984
1984
  'aria-keyshortcuts'?: string;
@@ -1995,7 +1995,7 @@ export declare const SizeWithIconDelete: {
1995
1995
  'aria-posinset'?: number;
1996
1996
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
1997
1997
  'aria-readonly'?: boolean | "true" | "false";
1998
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1998
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
1999
1999
  'aria-required'?: boolean | "true" | "false";
2000
2000
  'aria-roledescription'?: string;
2001
2001
  'aria-rowcount'?: number;
@@ -2202,7 +2202,7 @@ export declare const OnDeleteWithIcon: {
2202
2202
  suppressHydrationWarning?: boolean;
2203
2203
  accessKey?: string;
2204
2204
  className?: string;
2205
- contentEditable?: boolean | "true" | "false" | "inherit";
2205
+ contentEditable?: boolean | "inherit" | "true" | "false";
2206
2206
  contextMenu?: string;
2207
2207
  dir?: string;
2208
2208
  draggable?: boolean | "true" | "false";
@@ -2237,27 +2237,27 @@ export declare const OnDeleteWithIcon: {
2237
2237
  results?: number;
2238
2238
  security?: string;
2239
2239
  unselectable?: "on" | "off";
2240
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
2240
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
2241
2241
  is?: string;
2242
2242
  'aria-activedescendant'?: string;
2243
2243
  'aria-atomic'?: boolean | "true" | "false";
2244
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
2244
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
2245
2245
  'aria-busy'?: boolean | "true" | "false";
2246
2246
  'aria-checked'?: boolean | "true" | "false" | "mixed";
2247
2247
  'aria-colcount'?: number;
2248
2248
  'aria-colindex'?: number;
2249
2249
  'aria-colspan'?: number;
2250
2250
  'aria-controls'?: string;
2251
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
2251
+ 'aria-current'?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date";
2252
2252
  'aria-describedby'?: string;
2253
2253
  'aria-details'?: string;
2254
2254
  'aria-disabled'?: boolean | "true" | "false";
2255
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
2255
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
2256
2256
  'aria-errormessage'?: string;
2257
2257
  'aria-expanded'?: boolean | "true" | "false";
2258
2258
  'aria-flowto'?: string;
2259
2259
  'aria-grabbed'?: boolean | "true" | "false";
2260
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
2260
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
2261
2261
  'aria-hidden'?: boolean | "true" | "false";
2262
2262
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
2263
2263
  'aria-keyshortcuts'?: string;
@@ -2274,7 +2274,7 @@ export declare const OnDeleteWithIcon: {
2274
2274
  'aria-posinset'?: number;
2275
2275
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
2276
2276
  'aria-readonly'?: boolean | "true" | "false";
2277
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
2277
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
2278
2278
  'aria-required'?: boolean | "true" | "false";
2279
2279
  'aria-roledescription'?: string;
2280
2280
  'aria-rowcount'?: number;
@@ -2469,7 +2469,7 @@ export declare const OnDeleteWithIcon: {
2469
2469
  suppressHydrationWarning?: boolean;
2470
2470
  accessKey?: string;
2471
2471
  className?: string;
2472
- contentEditable?: boolean | "true" | "false" | "inherit";
2472
+ contentEditable?: boolean | "inherit" | "true" | "false";
2473
2473
  contextMenu?: string;
2474
2474
  dir?: string;
2475
2475
  draggable?: boolean | "true" | "false";
@@ -2504,27 +2504,27 @@ export declare const OnDeleteWithIcon: {
2504
2504
  results?: number;
2505
2505
  security?: string;
2506
2506
  unselectable?: "on" | "off";
2507
- inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
2507
+ inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
2508
2508
  is?: string;
2509
2509
  'aria-activedescendant'?: string;
2510
2510
  'aria-atomic'?: boolean | "true" | "false";
2511
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
2511
+ 'aria-autocomplete'?: "none" | "list" | "inline" | "both";
2512
2512
  'aria-busy'?: boolean | "true" | "false";
2513
2513
  'aria-checked'?: boolean | "true" | "false" | "mixed";
2514
2514
  'aria-colcount'?: number;
2515
2515
  'aria-colindex'?: number;
2516
2516
  'aria-colspan'?: number;
2517
2517
  'aria-controls'?: string;
2518
- 'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date";
2518
+ 'aria-current'?: boolean | "step" | "time" | "true" | "false" | "page" | "location" | "date";
2519
2519
  'aria-describedby'?: string;
2520
2520
  'aria-details'?: string;
2521
2521
  'aria-disabled'?: boolean | "true" | "false";
2522
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
2522
+ 'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup";
2523
2523
  'aria-errormessage'?: string;
2524
2524
  'aria-expanded'?: boolean | "true" | "false";
2525
2525
  'aria-flowto'?: string;
2526
2526
  'aria-grabbed'?: boolean | "true" | "false";
2527
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
2527
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree";
2528
2528
  'aria-hidden'?: boolean | "true" | "false";
2529
2529
  'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
2530
2530
  'aria-keyshortcuts'?: string;
@@ -2541,7 +2541,7 @@ export declare const OnDeleteWithIcon: {
2541
2541
  'aria-posinset'?: number;
2542
2542
  'aria-pressed'?: boolean | "true" | "false" | "mixed";
2543
2543
  'aria-readonly'?: boolean | "true" | "false";
2544
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
2544
+ 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
2545
2545
  'aria-required'?: boolean | "true" | "false";
2546
2546
  'aria-roledescription'?: string;
2547
2547
  'aria-rowcount'?: number;