react-magma-dom 3.9.0 → 3.10.0

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 (81) hide show
  1. package/dist/components/Accordion/Accordion.stories.d.ts +3 -3
  2. package/dist/components/Alert/Alert.stories.d.ts +3 -3
  3. package/dist/components/AlertBase/index.d.ts +1 -1
  4. package/dist/components/Announce/Announce.stories.d.ts +2 -2
  5. package/dist/components/Badge/Badge.stories.d.ts +3 -3
  6. package/dist/components/Breadcrumb/BreadcrumbItem.d.ts +1 -1
  7. package/dist/components/BreakpointsContainer/BreakpointsContainer.stories.d.ts +2 -2
  8. package/dist/components/Button/Button.stories.d.ts +3 -2
  9. package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +57 -52
  10. package/dist/components/Card/Card.stories.d.ts +2 -2
  11. package/dist/components/CharacterCounter/CharacterCounter.stories.d.ts +111 -101
  12. package/dist/components/Checkbox/Checkbox.stories.d.ts +3 -3
  13. package/dist/components/Checkbox/index.d.ts +2 -2
  14. package/dist/components/Combobox/Combobox.d.ts +2 -2
  15. package/dist/components/Combobox/Combobox.stories.d.ts +4 -4
  16. package/dist/components/Combobox/ComboboxInput.d.ts +1 -1
  17. package/dist/components/Combobox/MultiCombobox.d.ts +2 -2
  18. package/dist/components/Combobox/index.d.ts +1 -1
  19. package/dist/components/Datagrid/Datagrid.stories.d.ts +8 -8
  20. package/dist/components/Datagrid/components.d.ts +2 -2
  21. package/dist/components/DatePicker/DatePicker.stories.d.ts +6 -6
  22. package/dist/components/Drawer/Drawer.stories.d.ts +2 -2
  23. package/dist/components/Dropdown/Dropdown.stories.d.ts +5 -5
  24. package/dist/components/FormGroup/FormGroup.stories.d.ts +2 -2
  25. package/dist/components/Heading/Heading.stories.d.ts +3 -3
  26. package/dist/components/Heading/index.d.ts +1 -1
  27. package/dist/components/HideAtBreakpoint/HideAtBreakpoint.stories.d.ts +2 -2
  28. package/dist/components/Hyperlink/Hyperlink.stories.d.ts +5 -5
  29. package/dist/components/IndeterminateCheckbox/IndeterminateCheckbox.stories.d.ts +4 -4
  30. package/dist/components/Input/Input.stories.d.ts +166 -157
  31. package/dist/components/InputBase/InputBase.stories.d.ts +3 -3
  32. package/dist/components/List/List.d.ts +0 -6
  33. package/dist/components/List/List.stories.d.ts +63 -2
  34. package/dist/components/List/ListItem.d.ts +8 -0
  35. package/dist/components/LoadingIndicator/LoadingIndicator.stories.d.ts +2 -2
  36. package/dist/components/Modal/Modal.d.ts +4 -0
  37. package/dist/components/Modal/Modal.stories.d.ts +10 -8
  38. package/dist/components/NavTabs/NavTab.d.ts +1 -4
  39. package/dist/components/NavTabs/NavTabs.stories.d.ts +6 -4
  40. package/dist/components/Pagination/Pagination.stories.d.ts +2 -2
  41. package/dist/components/Paragraph/Paragraph.stories.d.ts +2 -2
  42. package/dist/components/ProgressBar/ProgressBar.stories.d.ts +2 -2
  43. package/dist/components/Radio/Radio.stories.d.ts +3 -3
  44. package/dist/components/Select/ItemsList.d.ts +1 -1
  45. package/dist/components/Select/MultiSelect.d.ts +2 -2
  46. package/dist/components/Select/Select.d.ts +2 -2
  47. package/dist/components/Select/Select.stories.d.ts +2 -2
  48. package/dist/components/Select/SelectContainer.d.ts +1 -1
  49. package/dist/components/Select/SelectTriggerButton.d.ts +1 -1
  50. package/dist/components/Select/components.d.ts +7 -7
  51. package/dist/components/Select/index.d.ts +1 -1
  52. package/dist/components/Select/shared.d.ts +4 -4
  53. package/dist/components/SkipLink/SkipLink.stories.d.ts +2 -2
  54. package/dist/components/Spinner/index.d.ts +5 -0
  55. package/dist/components/Stepper/Step.d.ts +1 -1
  56. package/dist/components/Table/Table.stories.d.ts +335 -305
  57. package/dist/components/Table/TableRow.d.ts +4 -0
  58. package/dist/components/Tag/Tag.stories.d.ts +110 -100
  59. package/dist/components/Textarea/Textarea.stories.d.ts +55 -51
  60. package/dist/components/TimePicker/TimePicker.stories.d.ts +2 -2
  61. package/dist/components/Toast/Toast.stories.d.ts +3 -3
  62. package/dist/components/Toggle/Toggle.stories.d.ts +3 -3
  63. package/dist/components/ToggleButton/ToggleButton.stories.d.ts +216 -200
  64. package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +110 -100
  65. package/dist/components/Tooltip/Tooltip.stories.d.ts +2 -2
  66. package/dist/components/Transition/Transition.stories.d.ts +1 -1
  67. package/dist/components/TreeView/TreeView.stories.d.ts +24 -9
  68. package/dist/components/TreeView/TreeViewContext.d.ts +2 -0
  69. package/dist/components/TreeView/useTreeView.d.ts +17 -2
  70. package/dist/components/VisuallyHidden/VisuallyHidden.stories.d.ts +2 -2
  71. package/dist/esm/index.js +1068 -635
  72. package/dist/esm/index.js.map +1 -1
  73. package/dist/i18n/interface.d.ts +7 -0
  74. package/dist/index.d.ts +1 -1
  75. package/dist/properties.json +177 -138
  76. package/dist/react-magma-dom.cjs.development.js +944 -536
  77. package/dist/react-magma-dom.cjs.development.js.map +1 -1
  78. package/dist/react-magma-dom.cjs.production.min.js +1 -1
  79. package/dist/react-magma-dom.cjs.production.min.js.map +1 -1
  80. package/dist/theme/components/reducedMotionTransition.d.ts +10 -0
  81. package/package.json +1 -1
@@ -6,7 +6,7 @@ export declare const Icon: import("@storybook/csf").AnnotatedStoryFn<import("@st
6
6
  icon?: never;
7
7
  } & import("./ToggleButton").ToggleButtonTextProps)>;
8
8
  export declare const Text: {
9
- (args: any): JSX.Element;
9
+ (args: any): React.JSX.Element;
10
10
  args: {
11
11
  'aria-label'?: string;
12
12
  disabled?: boolean;
@@ -18,7 +18,6 @@ export declare const Text: {
18
18
  theme?: import("../..").ThemeInterface;
19
19
  testId?: string;
20
20
  type?: import("../Button").ButtonType;
21
- autoFocus?: boolean;
22
21
  form?: string;
23
22
  formAction?: string;
24
23
  formEncType?: string;
@@ -31,6 +30,7 @@ export declare const Text: {
31
30
  suppressContentEditableWarning?: boolean;
32
31
  suppressHydrationWarning?: boolean;
33
32
  accessKey?: string;
33
+ autoFocus?: boolean;
34
34
  className?: string;
35
35
  contentEditable?: boolean | "true" | "false" | "inherit";
36
36
  contextMenu?: string;
@@ -39,6 +39,7 @@ export declare const Text: {
39
39
  hidden?: boolean;
40
40
  id?: string;
41
41
  lang?: string;
42
+ nonce?: string;
42
43
  placeholder?: string;
43
44
  slot?: string;
44
45
  spellCheck?: boolean | "true" | "false";
@@ -49,11 +50,14 @@ export declare const Text: {
49
50
  radioGroup?: string;
50
51
  role?: React.AriaRole;
51
52
  about?: string;
53
+ content?: string;
52
54
  datatype?: string;
53
55
  inlist?: any;
54
56
  prefix?: string;
55
57
  property?: string;
58
+ rel?: string;
56
59
  resource?: string;
60
+ rev?: string;
57
61
  typeof?: string;
58
62
  vocab?: string;
59
63
  autoCapitalize?: string;
@@ -70,56 +74,56 @@ export declare const Text: {
70
74
  unselectable?: "on" | "off";
71
75
  inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
72
76
  is?: string;
73
- 'aria-activedescendant'?: string;
74
- 'aria-atomic'?: boolean | "true" | "false";
75
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
76
- 'aria-busy'?: boolean | "true" | "false";
77
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
78
- 'aria-colcount'?: number;
79
- 'aria-colindex'?: number;
80
- 'aria-colspan'?: number;
81
- 'aria-controls'?: string;
82
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
83
- 'aria-describedby'?: string;
84
- 'aria-details'?: string;
85
- 'aria-disabled'?: boolean | "true" | "false";
86
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
87
- 'aria-errormessage'?: string;
88
- 'aria-expanded'?: boolean | "true" | "false";
89
- 'aria-flowto'?: string;
90
- 'aria-grabbed'?: boolean | "true" | "false";
91
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
92
- 'aria-hidden'?: boolean | "true" | "false";
93
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
94
- 'aria-keyshortcuts'?: string;
95
- 'aria-labelledby'?: string;
96
- 'aria-level'?: number;
97
- 'aria-live'?: "off" | "assertive" | "polite";
98
- 'aria-modal'?: boolean | "true" | "false";
99
- 'aria-multiline'?: boolean | "true" | "false";
100
- 'aria-multiselectable'?: boolean | "true" | "false";
101
- 'aria-orientation'?: "horizontal" | "vertical";
102
- 'aria-owns'?: string;
103
- 'aria-placeholder'?: string;
104
- 'aria-posinset'?: number;
105
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
106
- 'aria-readonly'?: boolean | "true" | "false";
107
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
108
- 'aria-required'?: boolean | "true" | "false";
109
- 'aria-roledescription'?: string;
110
- 'aria-rowcount'?: number;
111
- 'aria-rowindex'?: number;
112
- 'aria-rowspan'?: number;
113
- 'aria-selected'?: boolean | "true" | "false";
114
- 'aria-setsize'?: number;
115
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
116
- 'aria-valuemax'?: number;
117
- 'aria-valuemin'?: number;
118
- 'aria-valuenow'?: number;
119
- 'aria-valuetext'?: string;
77
+ "aria-activedescendant"?: string;
78
+ "aria-atomic"?: boolean | "true" | "false";
79
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both";
80
+ "aria-busy"?: boolean | "true" | "false";
81
+ "aria-checked"?: boolean | "true" | "false" | "mixed";
82
+ "aria-colcount"?: number;
83
+ "aria-colindex"?: number;
84
+ "aria-colspan"?: number;
85
+ "aria-controls"?: string;
86
+ "aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
87
+ "aria-describedby"?: string;
88
+ "aria-details"?: string;
89
+ "aria-disabled"?: boolean | "true" | "false";
90
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
91
+ "aria-errormessage"?: string;
92
+ "aria-expanded"?: boolean | "true" | "false";
93
+ "aria-flowto"?: string;
94
+ "aria-grabbed"?: boolean | "true" | "false";
95
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
96
+ "aria-hidden"?: boolean | "true" | "false";
97
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
98
+ "aria-keyshortcuts"?: string;
99
+ "aria-labelledby"?: string;
100
+ "aria-level"?: number;
101
+ "aria-live"?: "off" | "assertive" | "polite";
102
+ "aria-modal"?: boolean | "true" | "false";
103
+ "aria-multiline"?: boolean | "true" | "false";
104
+ "aria-multiselectable"?: boolean | "true" | "false";
105
+ "aria-orientation"?: "horizontal" | "vertical";
106
+ "aria-owns"?: string;
107
+ "aria-placeholder"?: string;
108
+ "aria-posinset"?: number;
109
+ "aria-pressed"?: boolean | "true" | "false" | "mixed";
110
+ "aria-readonly"?: boolean | "true" | "false";
111
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
112
+ "aria-required"?: boolean | "true" | "false";
113
+ "aria-roledescription"?: string;
114
+ "aria-rowcount"?: number;
115
+ "aria-rowindex"?: number;
116
+ "aria-rowspan"?: number;
117
+ "aria-selected"?: boolean | "true" | "false";
118
+ "aria-setsize"?: number;
119
+ "aria-sort"?: "none" | "ascending" | "descending" | "other";
120
+ "aria-valuemax"?: number;
121
+ "aria-valuemin"?: number;
122
+ "aria-valuenow"?: number;
123
+ "aria-valuetext"?: string;
120
124
  children?: React.ReactNode;
121
125
  dangerouslySetInnerHTML?: {
122
- __html: string;
126
+ __html: string | TrustedHTML;
123
127
  };
124
128
  onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
125
129
  onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
@@ -297,7 +301,6 @@ export declare const Text: {
297
301
  theme?: import("../..").ThemeInterface;
298
302
  testId?: string;
299
303
  type?: import("../Button").ButtonType;
300
- autoFocus?: boolean;
301
304
  form?: string;
302
305
  formAction?: string;
303
306
  formEncType?: string;
@@ -310,6 +313,7 @@ export declare const Text: {
310
313
  suppressContentEditableWarning?: boolean;
311
314
  suppressHydrationWarning?: boolean;
312
315
  accessKey?: string;
316
+ autoFocus?: boolean;
313
317
  className?: string;
314
318
  contentEditable?: boolean | "true" | "false" | "inherit";
315
319
  contextMenu?: string;
@@ -318,6 +322,7 @@ export declare const Text: {
318
322
  hidden?: boolean;
319
323
  id?: string;
320
324
  lang?: string;
325
+ nonce?: string;
321
326
  placeholder?: string;
322
327
  slot?: string;
323
328
  spellCheck?: boolean | "true" | "false";
@@ -328,11 +333,14 @@ export declare const Text: {
328
333
  radioGroup?: string;
329
334
  role?: React.AriaRole;
330
335
  about?: string;
336
+ content?: string;
331
337
  datatype?: string;
332
338
  inlist?: any;
333
339
  prefix?: string;
334
340
  property?: string;
341
+ rel?: string;
335
342
  resource?: string;
343
+ rev?: string;
336
344
  typeof?: string;
337
345
  vocab?: string;
338
346
  autoCapitalize?: string;
@@ -349,57 +357,57 @@ export declare const Text: {
349
357
  unselectable?: "on" | "off";
350
358
  inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
351
359
  is?: string;
352
- 'aria-activedescendant'?: string;
353
- 'aria-atomic'?: boolean | "true" | "false";
354
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
355
- 'aria-busy'?: boolean | "true" | "false";
356
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
357
- 'aria-colcount'?: number;
358
- 'aria-colindex'?: number;
359
- 'aria-colspan'?: number;
360
- 'aria-controls'?: string;
361
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
362
- 'aria-describedby'?: string;
363
- 'aria-details'?: string;
364
- 'aria-disabled'?: boolean | "true" | "false";
365
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
366
- 'aria-errormessage'?: string;
367
- 'aria-expanded'?: boolean | "true" | "false";
368
- 'aria-flowto'?: string;
369
- 'aria-grabbed'?: boolean | "true" | "false";
370
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
371
- 'aria-hidden'?: boolean | "true" | "false";
372
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
373
- 'aria-keyshortcuts'?: string;
374
- 'aria-label'?: string;
375
- 'aria-labelledby'?: string;
376
- 'aria-level'?: number;
377
- 'aria-live'?: "off" | "assertive" | "polite";
378
- 'aria-modal'?: boolean | "true" | "false";
379
- 'aria-multiline'?: boolean | "true" | "false";
380
- 'aria-multiselectable'?: boolean | "true" | "false";
381
- 'aria-orientation'?: "horizontal" | "vertical";
382
- 'aria-owns'?: string;
383
- 'aria-placeholder'?: string;
384
- 'aria-posinset'?: number;
385
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
386
- 'aria-readonly'?: boolean | "true" | "false";
387
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
388
- 'aria-required'?: boolean | "true" | "false";
389
- 'aria-roledescription'?: string;
390
- 'aria-rowcount'?: number;
391
- 'aria-rowindex'?: number;
392
- 'aria-rowspan'?: number;
393
- 'aria-selected'?: boolean | "true" | "false";
394
- 'aria-setsize'?: number;
395
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
396
- 'aria-valuemax'?: number;
397
- 'aria-valuemin'?: number;
398
- 'aria-valuenow'?: number;
399
- 'aria-valuetext'?: string;
360
+ "aria-activedescendant"?: string;
361
+ "aria-atomic"?: boolean | "true" | "false";
362
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both";
363
+ "aria-busy"?: boolean | "true" | "false";
364
+ "aria-checked"?: boolean | "true" | "false" | "mixed";
365
+ "aria-colcount"?: number;
366
+ "aria-colindex"?: number;
367
+ "aria-colspan"?: number;
368
+ "aria-controls"?: string;
369
+ "aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
370
+ "aria-describedby"?: string;
371
+ "aria-details"?: string;
372
+ "aria-disabled"?: boolean | "true" | "false";
373
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
374
+ "aria-errormessage"?: string;
375
+ "aria-expanded"?: boolean | "true" | "false";
376
+ "aria-flowto"?: string;
377
+ "aria-grabbed"?: boolean | "true" | "false";
378
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
379
+ "aria-hidden"?: boolean | "true" | "false";
380
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
381
+ "aria-keyshortcuts"?: string;
382
+ "aria-label"?: string;
383
+ "aria-labelledby"?: string;
384
+ "aria-level"?: number;
385
+ "aria-live"?: "off" | "assertive" | "polite";
386
+ "aria-modal"?: boolean | "true" | "false";
387
+ "aria-multiline"?: boolean | "true" | "false";
388
+ "aria-multiselectable"?: boolean | "true" | "false";
389
+ "aria-orientation"?: "horizontal" | "vertical";
390
+ "aria-owns"?: string;
391
+ "aria-placeholder"?: string;
392
+ "aria-posinset"?: number;
393
+ "aria-pressed"?: boolean | "true" | "false" | "mixed";
394
+ "aria-readonly"?: boolean | "true" | "false";
395
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
396
+ "aria-required"?: boolean | "true" | "false";
397
+ "aria-roledescription"?: string;
398
+ "aria-rowcount"?: number;
399
+ "aria-rowindex"?: number;
400
+ "aria-rowspan"?: number;
401
+ "aria-selected"?: boolean | "true" | "false";
402
+ "aria-setsize"?: number;
403
+ "aria-sort"?: "none" | "ascending" | "descending" | "other";
404
+ "aria-valuemax"?: number;
405
+ "aria-valuemin"?: number;
406
+ "aria-valuenow"?: number;
407
+ "aria-valuetext"?: string;
400
408
  children?: React.ReactNode;
401
409
  dangerouslySetInnerHTML?: {
402
- __html: string;
410
+ __html: string | TrustedHTML;
403
411
  };
404
412
  onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
405
413
  onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
@@ -570,7 +578,7 @@ export declare const Text: {
570
578
  };
571
579
  };
572
580
  export declare const TextAndIcon: {
573
- (args: any): JSX.Element;
581
+ (args: any): React.JSX.Element;
574
582
  args: {
575
583
  'aria-label'?: string;
576
584
  disabled?: boolean;
@@ -582,7 +590,6 @@ export declare const TextAndIcon: {
582
590
  theme?: import("../..").ThemeInterface;
583
591
  testId?: string;
584
592
  type?: import("../Button").ButtonType;
585
- autoFocus?: boolean;
586
593
  form?: string;
587
594
  formAction?: string;
588
595
  formEncType?: string;
@@ -595,6 +602,7 @@ export declare const TextAndIcon: {
595
602
  suppressContentEditableWarning?: boolean;
596
603
  suppressHydrationWarning?: boolean;
597
604
  accessKey?: string;
605
+ autoFocus?: boolean;
598
606
  className?: string;
599
607
  contentEditable?: boolean | "true" | "false" | "inherit";
600
608
  contextMenu?: string;
@@ -603,6 +611,7 @@ export declare const TextAndIcon: {
603
611
  hidden?: boolean;
604
612
  id?: string;
605
613
  lang?: string;
614
+ nonce?: string;
606
615
  placeholder?: string;
607
616
  slot?: string;
608
617
  spellCheck?: boolean | "true" | "false";
@@ -613,11 +622,14 @@ export declare const TextAndIcon: {
613
622
  radioGroup?: string;
614
623
  role?: React.AriaRole;
615
624
  about?: string;
625
+ content?: string;
616
626
  datatype?: string;
617
627
  inlist?: any;
618
628
  prefix?: string;
619
629
  property?: string;
630
+ rel?: string;
620
631
  resource?: string;
632
+ rev?: string;
621
633
  typeof?: string;
622
634
  vocab?: string;
623
635
  autoCapitalize?: string;
@@ -634,56 +646,56 @@ export declare const TextAndIcon: {
634
646
  unselectable?: "on" | "off";
635
647
  inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
636
648
  is?: string;
637
- 'aria-activedescendant'?: string;
638
- 'aria-atomic'?: boolean | "true" | "false";
639
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
640
- 'aria-busy'?: boolean | "true" | "false";
641
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
642
- 'aria-colcount'?: number;
643
- 'aria-colindex'?: number;
644
- 'aria-colspan'?: number;
645
- 'aria-controls'?: string;
646
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
647
- 'aria-describedby'?: string;
648
- 'aria-details'?: string;
649
- 'aria-disabled'?: boolean | "true" | "false";
650
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
651
- 'aria-errormessage'?: string;
652
- 'aria-expanded'?: boolean | "true" | "false";
653
- 'aria-flowto'?: string;
654
- 'aria-grabbed'?: boolean | "true" | "false";
655
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
656
- 'aria-hidden'?: boolean | "true" | "false";
657
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
658
- 'aria-keyshortcuts'?: string;
659
- 'aria-labelledby'?: string;
660
- 'aria-level'?: number;
661
- 'aria-live'?: "off" | "assertive" | "polite";
662
- 'aria-modal'?: boolean | "true" | "false";
663
- 'aria-multiline'?: boolean | "true" | "false";
664
- 'aria-multiselectable'?: boolean | "true" | "false";
665
- 'aria-orientation'?: "horizontal" | "vertical";
666
- 'aria-owns'?: string;
667
- 'aria-placeholder'?: string;
668
- 'aria-posinset'?: number;
669
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
670
- 'aria-readonly'?: boolean | "true" | "false";
671
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
672
- 'aria-required'?: boolean | "true" | "false";
673
- 'aria-roledescription'?: string;
674
- 'aria-rowcount'?: number;
675
- 'aria-rowindex'?: number;
676
- 'aria-rowspan'?: number;
677
- 'aria-selected'?: boolean | "true" | "false";
678
- 'aria-setsize'?: number;
679
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
680
- 'aria-valuemax'?: number;
681
- 'aria-valuemin'?: number;
682
- 'aria-valuenow'?: number;
683
- 'aria-valuetext'?: string;
649
+ "aria-activedescendant"?: string;
650
+ "aria-atomic"?: boolean | "true" | "false";
651
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both";
652
+ "aria-busy"?: boolean | "true" | "false";
653
+ "aria-checked"?: boolean | "true" | "false" | "mixed";
654
+ "aria-colcount"?: number;
655
+ "aria-colindex"?: number;
656
+ "aria-colspan"?: number;
657
+ "aria-controls"?: string;
658
+ "aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
659
+ "aria-describedby"?: string;
660
+ "aria-details"?: string;
661
+ "aria-disabled"?: boolean | "true" | "false";
662
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
663
+ "aria-errormessage"?: string;
664
+ "aria-expanded"?: boolean | "true" | "false";
665
+ "aria-flowto"?: string;
666
+ "aria-grabbed"?: boolean | "true" | "false";
667
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
668
+ "aria-hidden"?: boolean | "true" | "false";
669
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
670
+ "aria-keyshortcuts"?: string;
671
+ "aria-labelledby"?: string;
672
+ "aria-level"?: number;
673
+ "aria-live"?: "off" | "assertive" | "polite";
674
+ "aria-modal"?: boolean | "true" | "false";
675
+ "aria-multiline"?: boolean | "true" | "false";
676
+ "aria-multiselectable"?: boolean | "true" | "false";
677
+ "aria-orientation"?: "horizontal" | "vertical";
678
+ "aria-owns"?: string;
679
+ "aria-placeholder"?: string;
680
+ "aria-posinset"?: number;
681
+ "aria-pressed"?: boolean | "true" | "false" | "mixed";
682
+ "aria-readonly"?: boolean | "true" | "false";
683
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
684
+ "aria-required"?: boolean | "true" | "false";
685
+ "aria-roledescription"?: string;
686
+ "aria-rowcount"?: number;
687
+ "aria-rowindex"?: number;
688
+ "aria-rowspan"?: number;
689
+ "aria-selected"?: boolean | "true" | "false";
690
+ "aria-setsize"?: number;
691
+ "aria-sort"?: "none" | "ascending" | "descending" | "other";
692
+ "aria-valuemax"?: number;
693
+ "aria-valuemin"?: number;
694
+ "aria-valuenow"?: number;
695
+ "aria-valuetext"?: string;
684
696
  children?: React.ReactNode;
685
697
  dangerouslySetInnerHTML?: {
686
- __html: string;
698
+ __html: string | TrustedHTML;
687
699
  };
688
700
  onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
689
701
  onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
@@ -861,7 +873,6 @@ export declare const TextAndIcon: {
861
873
  theme?: import("../..").ThemeInterface;
862
874
  testId?: string;
863
875
  type?: import("../Button").ButtonType;
864
- autoFocus?: boolean;
865
876
  form?: string;
866
877
  formAction?: string;
867
878
  formEncType?: string;
@@ -874,6 +885,7 @@ export declare const TextAndIcon: {
874
885
  suppressContentEditableWarning?: boolean;
875
886
  suppressHydrationWarning?: boolean;
876
887
  accessKey?: string;
888
+ autoFocus?: boolean;
877
889
  className?: string;
878
890
  contentEditable?: boolean | "true" | "false" | "inherit";
879
891
  contextMenu?: string;
@@ -882,6 +894,7 @@ export declare const TextAndIcon: {
882
894
  hidden?: boolean;
883
895
  id?: string;
884
896
  lang?: string;
897
+ nonce?: string;
885
898
  placeholder?: string;
886
899
  slot?: string;
887
900
  spellCheck?: boolean | "true" | "false";
@@ -892,11 +905,14 @@ export declare const TextAndIcon: {
892
905
  radioGroup?: string;
893
906
  role?: React.AriaRole;
894
907
  about?: string;
908
+ content?: string;
895
909
  datatype?: string;
896
910
  inlist?: any;
897
911
  prefix?: string;
898
912
  property?: string;
913
+ rel?: string;
899
914
  resource?: string;
915
+ rev?: string;
900
916
  typeof?: string;
901
917
  vocab?: string;
902
918
  autoCapitalize?: string;
@@ -913,57 +929,57 @@ export declare const TextAndIcon: {
913
929
  unselectable?: "on" | "off";
914
930
  inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
915
931
  is?: string;
916
- 'aria-activedescendant'?: string;
917
- 'aria-atomic'?: boolean | "true" | "false";
918
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
919
- 'aria-busy'?: boolean | "true" | "false";
920
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
921
- 'aria-colcount'?: number;
922
- 'aria-colindex'?: number;
923
- 'aria-colspan'?: number;
924
- 'aria-controls'?: string;
925
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
926
- 'aria-describedby'?: string;
927
- 'aria-details'?: string;
928
- 'aria-disabled'?: boolean | "true" | "false";
929
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
930
- 'aria-errormessage'?: string;
931
- 'aria-expanded'?: boolean | "true" | "false";
932
- 'aria-flowto'?: string;
933
- 'aria-grabbed'?: boolean | "true" | "false";
934
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
935
- 'aria-hidden'?: boolean | "true" | "false";
936
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
937
- 'aria-keyshortcuts'?: string;
938
- 'aria-label'?: string;
939
- 'aria-labelledby'?: string;
940
- 'aria-level'?: number;
941
- 'aria-live'?: "off" | "assertive" | "polite";
942
- 'aria-modal'?: boolean | "true" | "false";
943
- 'aria-multiline'?: boolean | "true" | "false";
944
- 'aria-multiselectable'?: boolean | "true" | "false";
945
- 'aria-orientation'?: "horizontal" | "vertical";
946
- 'aria-owns'?: string;
947
- 'aria-placeholder'?: string;
948
- 'aria-posinset'?: number;
949
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
950
- 'aria-readonly'?: boolean | "true" | "false";
951
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
952
- 'aria-required'?: boolean | "true" | "false";
953
- 'aria-roledescription'?: string;
954
- 'aria-rowcount'?: number;
955
- 'aria-rowindex'?: number;
956
- 'aria-rowspan'?: number;
957
- 'aria-selected'?: boolean | "true" | "false";
958
- 'aria-setsize'?: number;
959
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
960
- 'aria-valuemax'?: number;
961
- 'aria-valuemin'?: number;
962
- 'aria-valuenow'?: number;
963
- 'aria-valuetext'?: string;
932
+ "aria-activedescendant"?: string;
933
+ "aria-atomic"?: boolean | "true" | "false";
934
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both";
935
+ "aria-busy"?: boolean | "true" | "false";
936
+ "aria-checked"?: boolean | "true" | "false" | "mixed";
937
+ "aria-colcount"?: number;
938
+ "aria-colindex"?: number;
939
+ "aria-colspan"?: number;
940
+ "aria-controls"?: string;
941
+ "aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
942
+ "aria-describedby"?: string;
943
+ "aria-details"?: string;
944
+ "aria-disabled"?: boolean | "true" | "false";
945
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
946
+ "aria-errormessage"?: string;
947
+ "aria-expanded"?: boolean | "true" | "false";
948
+ "aria-flowto"?: string;
949
+ "aria-grabbed"?: boolean | "true" | "false";
950
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
951
+ "aria-hidden"?: boolean | "true" | "false";
952
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
953
+ "aria-keyshortcuts"?: string;
954
+ "aria-label"?: string;
955
+ "aria-labelledby"?: string;
956
+ "aria-level"?: number;
957
+ "aria-live"?: "off" | "assertive" | "polite";
958
+ "aria-modal"?: boolean | "true" | "false";
959
+ "aria-multiline"?: boolean | "true" | "false";
960
+ "aria-multiselectable"?: boolean | "true" | "false";
961
+ "aria-orientation"?: "horizontal" | "vertical";
962
+ "aria-owns"?: string;
963
+ "aria-placeholder"?: string;
964
+ "aria-posinset"?: number;
965
+ "aria-pressed"?: boolean | "true" | "false" | "mixed";
966
+ "aria-readonly"?: boolean | "true" | "false";
967
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
968
+ "aria-required"?: boolean | "true" | "false";
969
+ "aria-roledescription"?: string;
970
+ "aria-rowcount"?: number;
971
+ "aria-rowindex"?: number;
972
+ "aria-rowspan"?: number;
973
+ "aria-selected"?: boolean | "true" | "false";
974
+ "aria-setsize"?: number;
975
+ "aria-sort"?: "none" | "ascending" | "descending" | "other";
976
+ "aria-valuemax"?: number;
977
+ "aria-valuemin"?: number;
978
+ "aria-valuenow"?: number;
979
+ "aria-valuetext"?: string;
964
980
  children?: React.ReactNode;
965
981
  dangerouslySetInnerHTML?: {
966
- __html: string;
982
+ __html: string | TrustedHTML;
967
983
  };
968
984
  onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
969
985
  onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;