react-magma-dom 3.0.0-next.6 → 3.0.0-next.7

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.
@@ -21,10 +21,6 @@ export declare const Disabled: {
21
21
  isClickable?: boolean;
22
22
  isInverse?: boolean;
23
23
  theme?: import("../../theme/magma").ThemeInterface;
24
- slot?: string;
25
- style?: React.CSSProperties;
26
- title?: string;
27
- translate?: "yes" | "no";
28
24
  defaultChecked?: boolean;
29
25
  defaultValue?: string | number | readonly string[];
30
26
  suppressContentEditableWarning?: boolean;
@@ -39,8 +35,12 @@ export declare const Disabled: {
39
35
  id?: string;
40
36
  lang?: string;
41
37
  placeholder?: string;
38
+ slot?: string;
42
39
  spellCheck?: boolean | "true" | "false";
40
+ style?: React.CSSProperties;
43
41
  tabIndex?: number;
42
+ title?: string;
43
+ translate?: "yes" | "no";
44
44
  radioGroup?: string;
45
45
  role?: React.AriaRole;
46
46
  about?: string;
@@ -62,7 +62,7 @@ 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";
@@ -77,12 +77,12 @@ export declare const Disabled: {
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" | "grid" | "true" | "false" | "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" | "all" | "additions" | "additions removals" | "additions text" | "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;
@@ -107,7 +107,7 @@ export declare const Disabled: {
107
107
  'aria-rowspan'?: number;
108
108
  'aria-selected'?: boolean | "true" | "false";
109
109
  'aria-setsize'?: number;
110
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
110
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending";
111
111
  'aria-valuemax'?: number;
112
112
  'aria-valuemin'?: number;
113
113
  'aria-valuenow'?: number;
@@ -288,10 +288,6 @@ export declare const Disabled: {
288
288
  isClickable?: boolean;
289
289
  isInverse?: boolean;
290
290
  theme?: import("../../theme/magma").ThemeInterface;
291
- slot?: string;
292
- style?: React.CSSProperties;
293
- title?: string;
294
- translate?: "yes" | "no";
295
291
  defaultChecked?: boolean;
296
292
  defaultValue?: string | number | readonly string[];
297
293
  suppressContentEditableWarning?: boolean;
@@ -306,8 +302,12 @@ export declare const Disabled: {
306
302
  id?: string;
307
303
  lang?: string;
308
304
  placeholder?: string;
305
+ slot?: string;
309
306
  spellCheck?: boolean | "true" | "false";
307
+ style?: React.CSSProperties;
310
308
  tabIndex?: number;
309
+ title?: string;
310
+ translate?: "yes" | "no";
311
311
  radioGroup?: string;
312
312
  role?: React.AriaRole;
313
313
  about?: string;
@@ -329,7 +329,7 @@ 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";
@@ -344,12 +344,12 @@ export declare const Disabled: {
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" | "grid" | "true" | "false" | "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" | "all" | "additions" | "additions removals" | "additions text" | "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;
@@ -374,7 +374,7 @@ export declare const Disabled: {
374
374
  'aria-rowspan'?: number;
375
375
  'aria-selected'?: boolean | "true" | "false";
376
376
  'aria-setsize'?: number;
377
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
377
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending";
378
378
  'aria-valuemax'?: number;
379
379
  'aria-valuemin'?: number;
380
380
  'aria-valuenow'?: number;
@@ -559,10 +559,6 @@ export declare const DisabledInverse: {
559
559
  icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
560
560
  isClickable?: boolean;
561
561
  theme?: import("../../theme/magma").ThemeInterface;
562
- slot?: string;
563
- style?: React.CSSProperties;
564
- title?: string;
565
- translate?: "yes" | "no";
566
562
  defaultChecked?: boolean;
567
563
  defaultValue?: string | number | readonly string[];
568
564
  suppressContentEditableWarning?: boolean;
@@ -577,8 +573,12 @@ export declare const DisabledInverse: {
577
573
  id?: string;
578
574
  lang?: string;
579
575
  placeholder?: string;
576
+ slot?: string;
580
577
  spellCheck?: boolean | "true" | "false";
578
+ style?: React.CSSProperties;
581
579
  tabIndex?: number;
580
+ title?: string;
581
+ translate?: "yes" | "no";
582
582
  radioGroup?: string;
583
583
  role?: React.AriaRole;
584
584
  about?: string;
@@ -600,7 +600,7 @@ 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";
@@ -615,12 +615,12 @@ export declare const DisabledInverse: {
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" | "grid" | "true" | "false" | "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" | "all" | "additions" | "additions removals" | "additions text" | "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;
@@ -645,7 +645,7 @@ export declare const DisabledInverse: {
645
645
  'aria-rowspan'?: number;
646
646
  'aria-selected'?: boolean | "true" | "false";
647
647
  'aria-setsize'?: number;
648
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
648
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending";
649
649
  'aria-valuemax'?: number;
650
650
  'aria-valuemin'?: number;
651
651
  'aria-valuenow'?: number;
@@ -826,10 +826,6 @@ export declare const DisabledInverse: {
826
826
  icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
827
827
  isClickable?: boolean;
828
828
  theme?: import("../../theme/magma").ThemeInterface;
829
- slot?: string;
830
- style?: React.CSSProperties;
831
- title?: string;
832
- translate?: "yes" | "no";
833
829
  defaultChecked?: boolean;
834
830
  defaultValue?: string | number | readonly string[];
835
831
  suppressContentEditableWarning?: boolean;
@@ -844,8 +840,12 @@ export declare const DisabledInverse: {
844
840
  id?: string;
845
841
  lang?: string;
846
842
  placeholder?: string;
843
+ slot?: string;
847
844
  spellCheck?: boolean | "true" | "false";
845
+ style?: React.CSSProperties;
848
846
  tabIndex?: number;
847
+ title?: string;
848
+ translate?: "yes" | "no";
849
849
  radioGroup?: string;
850
850
  role?: React.AriaRole;
851
851
  about?: string;
@@ -867,7 +867,7 @@ 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";
@@ -882,12 +882,12 @@ export declare const DisabledInverse: {
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" | "grid" | "true" | "false" | "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" | "all" | "additions" | "additions removals" | "additions text" | "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;
@@ -912,7 +912,7 @@ export declare const DisabledInverse: {
912
912
  'aria-rowspan'?: number;
913
913
  'aria-selected'?: boolean | "true" | "false";
914
914
  'aria-setsize'?: number;
915
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
915
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending";
916
916
  'aria-valuemax'?: number;
917
917
  'aria-valuemin'?: number;
918
918
  'aria-valuenow'?: number;
@@ -1112,10 +1112,6 @@ export declare const SizeWithDelete: {
1112
1112
  isClickable?: boolean;
1113
1113
  isInverse?: boolean;
1114
1114
  theme?: import("../../theme/magma").ThemeInterface;
1115
- slot?: string;
1116
- style?: React.CSSProperties;
1117
- title?: string;
1118
- translate?: "yes" | "no";
1119
1115
  defaultChecked?: boolean;
1120
1116
  defaultValue?: string | number | readonly string[];
1121
1117
  suppressContentEditableWarning?: boolean;
@@ -1130,8 +1126,12 @@ export declare const SizeWithDelete: {
1130
1126
  id?: string;
1131
1127
  lang?: string;
1132
1128
  placeholder?: string;
1129
+ slot?: string;
1133
1130
  spellCheck?: boolean | "true" | "false";
1131
+ style?: React.CSSProperties;
1134
1132
  tabIndex?: number;
1133
+ title?: string;
1134
+ translate?: "yes" | "no";
1135
1135
  radioGroup?: string;
1136
1136
  role?: React.AriaRole;
1137
1137
  about?: string;
@@ -1153,7 +1153,7 @@ 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";
@@ -1168,12 +1168,12 @@ export declare const SizeWithDelete: {
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" | "grid" | "true" | "false" | "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" | "all" | "additions" | "additions removals" | "additions text" | "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;
@@ -1198,7 +1198,7 @@ export declare const SizeWithDelete: {
1198
1198
  'aria-rowspan'?: number;
1199
1199
  'aria-selected'?: boolean | "true" | "false";
1200
1200
  'aria-setsize'?: number;
1201
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
1201
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending";
1202
1202
  'aria-valuemax'?: number;
1203
1203
  'aria-valuemin'?: number;
1204
1204
  'aria-valuenow'?: number;
@@ -1379,10 +1379,6 @@ export declare const SizeWithDelete: {
1379
1379
  isClickable?: boolean;
1380
1380
  isInverse?: boolean;
1381
1381
  theme?: import("../../theme/magma").ThemeInterface;
1382
- slot?: string;
1383
- style?: React.CSSProperties;
1384
- title?: string;
1385
- translate?: "yes" | "no";
1386
1382
  defaultChecked?: boolean;
1387
1383
  defaultValue?: string | number | readonly string[];
1388
1384
  suppressContentEditableWarning?: boolean;
@@ -1397,8 +1393,12 @@ export declare const SizeWithDelete: {
1397
1393
  id?: string;
1398
1394
  lang?: string;
1399
1395
  placeholder?: string;
1396
+ slot?: string;
1400
1397
  spellCheck?: boolean | "true" | "false";
1398
+ style?: React.CSSProperties;
1401
1399
  tabIndex?: number;
1400
+ title?: string;
1401
+ translate?: "yes" | "no";
1402
1402
  radioGroup?: string;
1403
1403
  role?: React.AriaRole;
1404
1404
  about?: string;
@@ -1420,7 +1420,7 @@ 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";
@@ -1435,12 +1435,12 @@ export declare const SizeWithDelete: {
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" | "grid" | "true" | "false" | "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" | "all" | "additions" | "additions removals" | "additions text" | "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;
@@ -1465,7 +1465,7 @@ export declare const SizeWithDelete: {
1465
1465
  'aria-rowspan'?: number;
1466
1466
  'aria-selected'?: boolean | "true" | "false";
1467
1467
  'aria-setsize'?: number;
1468
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
1468
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending";
1469
1469
  'aria-valuemax'?: number;
1470
1470
  'aria-valuemin'?: number;
1471
1471
  'aria-valuenow'?: number;
@@ -1650,10 +1650,6 @@ export declare const SizeWithIconDelete: {
1650
1650
  isClickable?: boolean;
1651
1651
  isInverse?: boolean;
1652
1652
  theme?: import("../../theme/magma").ThemeInterface;
1653
- slot?: string;
1654
- style?: React.CSSProperties;
1655
- title?: string;
1656
- translate?: "yes" | "no";
1657
1653
  defaultChecked?: boolean;
1658
1654
  defaultValue?: string | number | readonly string[];
1659
1655
  suppressContentEditableWarning?: boolean;
@@ -1668,8 +1664,12 @@ export declare const SizeWithIconDelete: {
1668
1664
  id?: string;
1669
1665
  lang?: string;
1670
1666
  placeholder?: string;
1667
+ slot?: string;
1671
1668
  spellCheck?: boolean | "true" | "false";
1669
+ style?: React.CSSProperties;
1672
1670
  tabIndex?: number;
1671
+ title?: string;
1672
+ translate?: "yes" | "no";
1673
1673
  radioGroup?: string;
1674
1674
  role?: React.AriaRole;
1675
1675
  about?: string;
@@ -1691,7 +1691,7 @@ 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";
@@ -1706,12 +1706,12 @@ export declare const SizeWithIconDelete: {
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" | "grid" | "true" | "false" | "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" | "all" | "additions" | "additions removals" | "additions text" | "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;
@@ -1736,7 +1736,7 @@ export declare const SizeWithIconDelete: {
1736
1736
  'aria-rowspan'?: number;
1737
1737
  'aria-selected'?: boolean | "true" | "false";
1738
1738
  'aria-setsize'?: number;
1739
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
1739
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending";
1740
1740
  'aria-valuemax'?: number;
1741
1741
  'aria-valuemin'?: number;
1742
1742
  'aria-valuenow'?: number;
@@ -1917,10 +1917,6 @@ export declare const SizeWithIconDelete: {
1917
1917
  isClickable?: boolean;
1918
1918
  isInverse?: boolean;
1919
1919
  theme?: import("../../theme/magma").ThemeInterface;
1920
- slot?: string;
1921
- style?: React.CSSProperties;
1922
- title?: string;
1923
- translate?: "yes" | "no";
1924
1920
  defaultChecked?: boolean;
1925
1921
  defaultValue?: string | number | readonly string[];
1926
1922
  suppressContentEditableWarning?: boolean;
@@ -1935,8 +1931,12 @@ export declare const SizeWithIconDelete: {
1935
1931
  id?: string;
1936
1932
  lang?: string;
1937
1933
  placeholder?: string;
1934
+ slot?: string;
1938
1935
  spellCheck?: boolean | "true" | "false";
1936
+ style?: React.CSSProperties;
1939
1937
  tabIndex?: number;
1938
+ title?: string;
1939
+ translate?: "yes" | "no";
1940
1940
  radioGroup?: string;
1941
1941
  role?: React.AriaRole;
1942
1942
  about?: string;
@@ -1958,7 +1958,7 @@ 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";
@@ -1973,12 +1973,12 @@ export declare const SizeWithIconDelete: {
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" | "grid" | "true" | "false" | "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" | "all" | "additions" | "additions removals" | "additions text" | "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;
@@ -2003,7 +2003,7 @@ export declare const SizeWithIconDelete: {
2003
2003
  'aria-rowspan'?: number;
2004
2004
  'aria-selected'?: boolean | "true" | "false";
2005
2005
  'aria-setsize'?: number;
2006
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
2006
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending";
2007
2007
  'aria-valuemax'?: number;
2008
2008
  'aria-valuemin'?: number;
2009
2009
  'aria-valuenow'?: number;
@@ -2196,10 +2196,6 @@ export declare const OnDeleteWithIcon: {
2196
2196
  icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
2197
2197
  isClickable?: boolean;
2198
2198
  theme?: import("../../theme/magma").ThemeInterface;
2199
- slot?: string;
2200
- style?: React.CSSProperties;
2201
- title?: string;
2202
- translate?: "yes" | "no";
2203
2199
  defaultChecked?: boolean;
2204
2200
  defaultValue?: string | number | readonly string[];
2205
2201
  suppressContentEditableWarning?: boolean;
@@ -2214,8 +2210,12 @@ export declare const OnDeleteWithIcon: {
2214
2210
  id?: string;
2215
2211
  lang?: string;
2216
2212
  placeholder?: string;
2213
+ slot?: string;
2217
2214
  spellCheck?: boolean | "true" | "false";
2215
+ style?: React.CSSProperties;
2218
2216
  tabIndex?: number;
2217
+ title?: string;
2218
+ translate?: "yes" | "no";
2219
2219
  radioGroup?: string;
2220
2220
  role?: React.AriaRole;
2221
2221
  about?: string;
@@ -2237,7 +2237,7 @@ 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";
@@ -2252,12 +2252,12 @@ export declare const OnDeleteWithIcon: {
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" | "grid" | "true" | "false" | "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" | "all" | "additions" | "additions removals" | "additions text" | "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;
@@ -2282,7 +2282,7 @@ export declare const OnDeleteWithIcon: {
2282
2282
  'aria-rowspan'?: number;
2283
2283
  'aria-selected'?: boolean | "true" | "false";
2284
2284
  'aria-setsize'?: number;
2285
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
2285
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending";
2286
2286
  'aria-valuemax'?: number;
2287
2287
  'aria-valuemin'?: number;
2288
2288
  'aria-valuenow'?: number;
@@ -2463,10 +2463,6 @@ export declare const OnDeleteWithIcon: {
2463
2463
  icon?: React.ReactElement<import("react-magma-icons").IconProps, string | ((props: any) => React.ReactElement<any, any>) | (new (props: any) => React.Component<any, any, any>)>;
2464
2464
  isClickable?: boolean;
2465
2465
  theme?: import("../../theme/magma").ThemeInterface;
2466
- slot?: string;
2467
- style?: React.CSSProperties;
2468
- title?: string;
2469
- translate?: "yes" | "no";
2470
2466
  defaultChecked?: boolean;
2471
2467
  defaultValue?: string | number | readonly string[];
2472
2468
  suppressContentEditableWarning?: boolean;
@@ -2481,8 +2477,12 @@ export declare const OnDeleteWithIcon: {
2481
2477
  id?: string;
2482
2478
  lang?: string;
2483
2479
  placeholder?: string;
2480
+ slot?: string;
2484
2481
  spellCheck?: boolean | "true" | "false";
2482
+ style?: React.CSSProperties;
2485
2483
  tabIndex?: number;
2484
+ title?: string;
2485
+ translate?: "yes" | "no";
2486
2486
  radioGroup?: string;
2487
2487
  role?: React.AriaRole;
2488
2488
  about?: string;
@@ -2504,7 +2504,7 @@ 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";
@@ -2519,12 +2519,12 @@ export declare const OnDeleteWithIcon: {
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" | "grid" | "true" | "false" | "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" | "all" | "additions" | "additions removals" | "additions text" | "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;
@@ -2549,7 +2549,7 @@ export declare const OnDeleteWithIcon: {
2549
2549
  'aria-rowspan'?: number;
2550
2550
  'aria-selected'?: boolean | "true" | "false";
2551
2551
  'aria-setsize'?: number;
2552
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
2552
+ 'aria-sort'?: "none" | "other" | "ascending" | "descending";
2553
2553
  'aria-valuemax'?: number;
2554
2554
  'aria-valuemin'?: number;
2555
2555
  'aria-valuenow'?: number;