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
@@ -24,6 +24,10 @@ export interface TableRowProps extends React.HTMLAttributes<HTMLTableRowElement>
24
24
  onHeaderRowSelect?: (event: React.ChangeEvent<HTMLInputElement>) => void;
25
25
  onTableRowSelect?: (event: React.ChangeEvent<HTMLInputElement>) => void;
26
26
  rowIndex?: number;
27
+ /**
28
+ * Unique name to be used to identify row for screenreaders
29
+ */
30
+ rowName?: string;
27
31
  /**
28
32
  * @internal
29
33
  */
@@ -23,11 +23,11 @@ export declare const InverseDisabled: import("@storybook/csf").AnnotatedStoryFn<
23
23
  onClick?: never;
24
24
  } & import("./Tag").DeletableTagProps)>;
25
25
  export declare const OnClick: {
26
- (args: any): JSX.Element;
26
+ (args: any): React.JSX.Element;
27
27
  args: {};
28
28
  };
29
29
  export declare const WithDelete: {
30
- (args: any): JSX.Element;
30
+ (args: any): React.JSX.Element;
31
31
  args: {
32
32
  onDelete?: never;
33
33
  onClick?: () => void;
@@ -45,6 +45,7 @@ export declare const WithDelete: {
45
45
  suppressContentEditableWarning?: boolean;
46
46
  suppressHydrationWarning?: boolean;
47
47
  accessKey?: string;
48
+ autoFocus?: boolean;
48
49
  className?: string;
49
50
  contentEditable?: boolean | "true" | "false" | "inherit";
50
51
  contextMenu?: string;
@@ -53,6 +54,7 @@ export declare const WithDelete: {
53
54
  hidden?: boolean;
54
55
  id?: string;
55
56
  lang?: string;
57
+ nonce?: string;
56
58
  placeholder?: string;
57
59
  slot?: string;
58
60
  spellCheck?: boolean | "true" | "false";
@@ -63,11 +65,14 @@ export declare const WithDelete: {
63
65
  radioGroup?: string;
64
66
  role?: React.AriaRole;
65
67
  about?: string;
68
+ content?: string;
66
69
  datatype?: string;
67
70
  inlist?: any;
68
71
  prefix?: string;
69
72
  property?: string;
73
+ rel?: string;
70
74
  resource?: string;
75
+ rev?: string;
71
76
  typeof?: string;
72
77
  vocab?: string;
73
78
  autoCapitalize?: string;
@@ -83,57 +88,57 @@ export declare const WithDelete: {
83
88
  unselectable?: "on" | "off";
84
89
  inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
85
90
  is?: string;
86
- 'aria-activedescendant'?: string;
87
- 'aria-atomic'?: boolean | "true" | "false";
88
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
89
- 'aria-busy'?: boolean | "true" | "false";
90
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
91
- 'aria-colcount'?: number;
92
- 'aria-colindex'?: number;
93
- 'aria-colspan'?: number;
94
- 'aria-controls'?: string;
95
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
96
- 'aria-describedby'?: string;
97
- 'aria-details'?: string;
98
- 'aria-disabled'?: boolean | "true" | "false";
99
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
100
- 'aria-errormessage'?: string;
101
- 'aria-expanded'?: boolean | "true" | "false";
102
- 'aria-flowto'?: string;
103
- 'aria-grabbed'?: boolean | "true" | "false";
104
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
105
- 'aria-hidden'?: boolean | "true" | "false";
106
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
107
- 'aria-keyshortcuts'?: string;
108
- 'aria-label'?: string;
109
- 'aria-labelledby'?: string;
110
- 'aria-level'?: number;
111
- 'aria-live'?: "off" | "assertive" | "polite";
112
- 'aria-modal'?: boolean | "true" | "false";
113
- 'aria-multiline'?: boolean | "true" | "false";
114
- 'aria-multiselectable'?: boolean | "true" | "false";
115
- 'aria-orientation'?: "horizontal" | "vertical";
116
- 'aria-owns'?: string;
117
- 'aria-placeholder'?: string;
118
- 'aria-posinset'?: number;
119
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
120
- 'aria-readonly'?: boolean | "true" | "false";
121
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
122
- 'aria-required'?: boolean | "true" | "false";
123
- 'aria-roledescription'?: string;
124
- 'aria-rowcount'?: number;
125
- 'aria-rowindex'?: number;
126
- 'aria-rowspan'?: number;
127
- 'aria-selected'?: boolean | "true" | "false";
128
- 'aria-setsize'?: number;
129
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
130
- 'aria-valuemax'?: number;
131
- 'aria-valuemin'?: number;
132
- 'aria-valuenow'?: number;
133
- 'aria-valuetext'?: string;
91
+ "aria-activedescendant"?: string;
92
+ "aria-atomic"?: boolean | "true" | "false";
93
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both";
94
+ "aria-busy"?: boolean | "true" | "false";
95
+ "aria-checked"?: boolean | "true" | "false" | "mixed";
96
+ "aria-colcount"?: number;
97
+ "aria-colindex"?: number;
98
+ "aria-colspan"?: number;
99
+ "aria-controls"?: string;
100
+ "aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
101
+ "aria-describedby"?: string;
102
+ "aria-details"?: string;
103
+ "aria-disabled"?: boolean | "true" | "false";
104
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
105
+ "aria-errormessage"?: string;
106
+ "aria-expanded"?: boolean | "true" | "false";
107
+ "aria-flowto"?: string;
108
+ "aria-grabbed"?: boolean | "true" | "false";
109
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
110
+ "aria-hidden"?: boolean | "true" | "false";
111
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
112
+ "aria-keyshortcuts"?: string;
113
+ "aria-label"?: string;
114
+ "aria-labelledby"?: string;
115
+ "aria-level"?: number;
116
+ "aria-live"?: "off" | "assertive" | "polite";
117
+ "aria-modal"?: boolean | "true" | "false";
118
+ "aria-multiline"?: boolean | "true" | "false";
119
+ "aria-multiselectable"?: boolean | "true" | "false";
120
+ "aria-orientation"?: "horizontal" | "vertical";
121
+ "aria-owns"?: string;
122
+ "aria-placeholder"?: string;
123
+ "aria-posinset"?: number;
124
+ "aria-pressed"?: boolean | "true" | "false" | "mixed";
125
+ "aria-readonly"?: boolean | "true" | "false";
126
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
127
+ "aria-required"?: boolean | "true" | "false";
128
+ "aria-roledescription"?: string;
129
+ "aria-rowcount"?: number;
130
+ "aria-rowindex"?: number;
131
+ "aria-rowspan"?: number;
132
+ "aria-selected"?: boolean | "true" | "false";
133
+ "aria-setsize"?: number;
134
+ "aria-sort"?: "none" | "ascending" | "descending" | "other";
135
+ "aria-valuemax"?: number;
136
+ "aria-valuemin"?: number;
137
+ "aria-valuenow"?: number;
138
+ "aria-valuetext"?: string;
134
139
  children?: React.ReactNode;
135
140
  dangerouslySetInnerHTML?: {
136
- __html: string;
141
+ __html: string | TrustedHTML;
137
142
  };
138
143
  onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
139
144
  onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
@@ -312,6 +317,7 @@ export declare const WithDelete: {
312
317
  suppressContentEditableWarning?: boolean;
313
318
  suppressHydrationWarning?: boolean;
314
319
  accessKey?: string;
320
+ autoFocus?: boolean;
315
321
  className?: string;
316
322
  contentEditable?: boolean | "true" | "false" | "inherit";
317
323
  contextMenu?: string;
@@ -320,6 +326,7 @@ export declare const WithDelete: {
320
326
  hidden?: boolean;
321
327
  id?: string;
322
328
  lang?: string;
329
+ nonce?: string;
323
330
  placeholder?: string;
324
331
  slot?: string;
325
332
  spellCheck?: boolean | "true" | "false";
@@ -330,11 +337,14 @@ export declare const WithDelete: {
330
337
  radioGroup?: string;
331
338
  role?: React.AriaRole;
332
339
  about?: string;
340
+ content?: string;
333
341
  datatype?: string;
334
342
  inlist?: any;
335
343
  prefix?: string;
336
344
  property?: string;
345
+ rel?: string;
337
346
  resource?: string;
347
+ rev?: string;
338
348
  typeof?: string;
339
349
  vocab?: string;
340
350
  autoCapitalize?: string;
@@ -350,57 +360,57 @@ export declare const WithDelete: {
350
360
  unselectable?: "on" | "off";
351
361
  inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
352
362
  is?: string;
353
- 'aria-activedescendant'?: string;
354
- 'aria-atomic'?: boolean | "true" | "false";
355
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
356
- 'aria-busy'?: boolean | "true" | "false";
357
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
358
- 'aria-colcount'?: number;
359
- 'aria-colindex'?: number;
360
- 'aria-colspan'?: number;
361
- 'aria-controls'?: string;
362
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
363
- 'aria-describedby'?: string;
364
- 'aria-details'?: string;
365
- 'aria-disabled'?: boolean | "true" | "false";
366
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
367
- 'aria-errormessage'?: string;
368
- 'aria-expanded'?: boolean | "true" | "false";
369
- 'aria-flowto'?: string;
370
- 'aria-grabbed'?: boolean | "true" | "false";
371
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
372
- 'aria-hidden'?: boolean | "true" | "false";
373
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
374
- 'aria-keyshortcuts'?: string;
375
- 'aria-label'?: string;
376
- 'aria-labelledby'?: string;
377
- 'aria-level'?: number;
378
- 'aria-live'?: "off" | "assertive" | "polite";
379
- 'aria-modal'?: boolean | "true" | "false";
380
- 'aria-multiline'?: boolean | "true" | "false";
381
- 'aria-multiselectable'?: boolean | "true" | "false";
382
- 'aria-orientation'?: "horizontal" | "vertical";
383
- 'aria-owns'?: string;
384
- 'aria-placeholder'?: string;
385
- 'aria-posinset'?: number;
386
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
387
- 'aria-readonly'?: boolean | "true" | "false";
388
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
389
- 'aria-required'?: boolean | "true" | "false";
390
- 'aria-roledescription'?: string;
391
- 'aria-rowcount'?: number;
392
- 'aria-rowindex'?: number;
393
- 'aria-rowspan'?: number;
394
- 'aria-selected'?: boolean | "true" | "false";
395
- 'aria-setsize'?: number;
396
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
397
- 'aria-valuemax'?: number;
398
- 'aria-valuemin'?: number;
399
- 'aria-valuenow'?: number;
400
- 'aria-valuetext'?: string;
363
+ "aria-activedescendant"?: string;
364
+ "aria-atomic"?: boolean | "true" | "false";
365
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both";
366
+ "aria-busy"?: boolean | "true" | "false";
367
+ "aria-checked"?: boolean | "true" | "false" | "mixed";
368
+ "aria-colcount"?: number;
369
+ "aria-colindex"?: number;
370
+ "aria-colspan"?: number;
371
+ "aria-controls"?: string;
372
+ "aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
373
+ "aria-describedby"?: string;
374
+ "aria-details"?: string;
375
+ "aria-disabled"?: boolean | "true" | "false";
376
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
377
+ "aria-errormessage"?: string;
378
+ "aria-expanded"?: boolean | "true" | "false";
379
+ "aria-flowto"?: string;
380
+ "aria-grabbed"?: boolean | "true" | "false";
381
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
382
+ "aria-hidden"?: boolean | "true" | "false";
383
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
384
+ "aria-keyshortcuts"?: string;
385
+ "aria-label"?: string;
386
+ "aria-labelledby"?: string;
387
+ "aria-level"?: number;
388
+ "aria-live"?: "off" | "assertive" | "polite";
389
+ "aria-modal"?: boolean | "true" | "false";
390
+ "aria-multiline"?: boolean | "true" | "false";
391
+ "aria-multiselectable"?: boolean | "true" | "false";
392
+ "aria-orientation"?: "horizontal" | "vertical";
393
+ "aria-owns"?: string;
394
+ "aria-placeholder"?: string;
395
+ "aria-posinset"?: number;
396
+ "aria-pressed"?: boolean | "true" | "false" | "mixed";
397
+ "aria-readonly"?: boolean | "true" | "false";
398
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
399
+ "aria-required"?: boolean | "true" | "false";
400
+ "aria-roledescription"?: string;
401
+ "aria-rowcount"?: number;
402
+ "aria-rowindex"?: number;
403
+ "aria-rowspan"?: number;
404
+ "aria-selected"?: boolean | "true" | "false";
405
+ "aria-setsize"?: number;
406
+ "aria-sort"?: "none" | "ascending" | "descending" | "other";
407
+ "aria-valuemax"?: number;
408
+ "aria-valuemin"?: number;
409
+ "aria-valuenow"?: number;
410
+ "aria-valuetext"?: string;
401
411
  children?: React.ReactNode;
402
412
  dangerouslySetInnerHTML?: {
403
- __html: string;
413
+ __html: string | TrustedHTML;
404
414
  };
405
415
  onCopy?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
406
416
  onCopyCapture?: (event: React.ClipboardEvent<HTMLButtonElement>) => void;
@@ -5,7 +5,7 @@ declare const _default: import("@storybook/csf").ComponentAnnotations<import("@s
5
5
  export default _default;
6
6
  export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TextareaProps>;
7
7
  export declare const OnClear: {
8
- (args: any): JSX.Element;
8
+ (args: any): React.JSX.Element;
9
9
  args: {
10
10
  containerStyle?: React.CSSProperties;
11
11
  isInverse?: boolean;
@@ -27,7 +27,6 @@ export declare const OnClear: {
27
27
  maxLength?: number;
28
28
  messageStyle?: React.CSSProperties;
29
29
  autoComplete?: string;
30
- autoFocus?: boolean;
31
30
  cols?: number;
32
31
  dirName?: string;
33
32
  disabled?: boolean;
@@ -45,6 +44,7 @@ export declare const OnClear: {
45
44
  suppressContentEditableWarning?: boolean;
46
45
  suppressHydrationWarning?: boolean;
47
46
  accessKey?: string;
47
+ autoFocus?: boolean;
48
48
  className?: string;
49
49
  contentEditable?: boolean | "true" | "false" | "inherit";
50
50
  contextMenu?: string;
@@ -53,6 +53,7 @@ export declare const OnClear: {
53
53
  hidden?: boolean;
54
54
  id?: string;
55
55
  lang?: string;
56
+ nonce?: string;
56
57
  slot?: string;
57
58
  spellCheck?: boolean | "true" | "false";
58
59
  style?: React.CSSProperties;
@@ -62,11 +63,14 @@ export declare const OnClear: {
62
63
  radioGroup?: string;
63
64
  role?: React.AriaRole;
64
65
  about?: string;
66
+ content?: string;
65
67
  datatype?: string;
66
68
  inlist?: any;
67
69
  prefix?: string;
68
70
  property?: string;
71
+ rel?: string;
69
72
  resource?: string;
73
+ rev?: string;
70
74
  typeof?: string;
71
75
  vocab?: string;
72
76
  autoCapitalize?: string;
@@ -83,57 +87,57 @@ export declare const OnClear: {
83
87
  unselectable?: "on" | "off";
84
88
  inputMode?: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal";
85
89
  is?: string;
86
- 'aria-activedescendant'?: string;
87
- 'aria-atomic'?: boolean | "true" | "false";
88
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both";
89
- 'aria-busy'?: boolean | "true" | "false";
90
- 'aria-checked'?: boolean | "true" | "false" | "mixed";
91
- 'aria-colcount'?: number;
92
- 'aria-colindex'?: number;
93
- 'aria-colspan'?: number;
94
- 'aria-controls'?: string;
95
- 'aria-current'?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
96
- 'aria-describedby'?: string;
97
- 'aria-details'?: string;
98
- 'aria-disabled'?: boolean | "true" | "false";
99
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
100
- 'aria-errormessage'?: string;
101
- 'aria-expanded'?: boolean | "true" | "false";
102
- 'aria-flowto'?: string;
103
- 'aria-grabbed'?: boolean | "true" | "false";
104
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
105
- 'aria-hidden'?: boolean | "true" | "false";
106
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
107
- 'aria-keyshortcuts'?: string;
108
- 'aria-label'?: string;
109
- 'aria-labelledby'?: string;
110
- 'aria-level'?: number;
111
- 'aria-live'?: "off" | "assertive" | "polite";
112
- 'aria-modal'?: boolean | "true" | "false";
113
- 'aria-multiline'?: boolean | "true" | "false";
114
- 'aria-multiselectable'?: boolean | "true" | "false";
115
- 'aria-orientation'?: "horizontal" | "vertical";
116
- 'aria-owns'?: string;
117
- 'aria-placeholder'?: string;
118
- 'aria-posinset'?: number;
119
- 'aria-pressed'?: boolean | "true" | "false" | "mixed";
120
- 'aria-readonly'?: boolean | "true" | "false";
121
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
122
- 'aria-required'?: boolean | "true" | "false";
123
- 'aria-roledescription'?: string;
124
- 'aria-rowcount'?: number;
125
- 'aria-rowindex'?: number;
126
- 'aria-rowspan'?: number;
127
- 'aria-selected'?: boolean | "true" | "false";
128
- 'aria-setsize'?: number;
129
- 'aria-sort'?: "none" | "ascending" | "descending" | "other";
130
- 'aria-valuemax'?: number;
131
- 'aria-valuemin'?: number;
132
- 'aria-valuenow'?: number;
133
- 'aria-valuetext'?: string;
90
+ "aria-activedescendant"?: string;
91
+ "aria-atomic"?: boolean | "true" | "false";
92
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both";
93
+ "aria-busy"?: boolean | "true" | "false";
94
+ "aria-checked"?: boolean | "true" | "false" | "mixed";
95
+ "aria-colcount"?: number;
96
+ "aria-colindex"?: number;
97
+ "aria-colspan"?: number;
98
+ "aria-controls"?: string;
99
+ "aria-current"?: boolean | "time" | "true" | "false" | "step" | "page" | "location" | "date";
100
+ "aria-describedby"?: string;
101
+ "aria-details"?: string;
102
+ "aria-disabled"?: boolean | "true" | "false";
103
+ "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup";
104
+ "aria-errormessage"?: string;
105
+ "aria-expanded"?: boolean | "true" | "false";
106
+ "aria-flowto"?: string;
107
+ "aria-grabbed"?: boolean | "true" | "false";
108
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree";
109
+ "aria-hidden"?: boolean | "true" | "false";
110
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling";
111
+ "aria-keyshortcuts"?: string;
112
+ "aria-label"?: string;
113
+ "aria-labelledby"?: string;
114
+ "aria-level"?: number;
115
+ "aria-live"?: "off" | "assertive" | "polite";
116
+ "aria-modal"?: boolean | "true" | "false";
117
+ "aria-multiline"?: boolean | "true" | "false";
118
+ "aria-multiselectable"?: boolean | "true" | "false";
119
+ "aria-orientation"?: "horizontal" | "vertical";
120
+ "aria-owns"?: string;
121
+ "aria-placeholder"?: string;
122
+ "aria-posinset"?: number;
123
+ "aria-pressed"?: boolean | "true" | "false" | "mixed";
124
+ "aria-readonly"?: boolean | "true" | "false";
125
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals";
126
+ "aria-required"?: boolean | "true" | "false";
127
+ "aria-roledescription"?: string;
128
+ "aria-rowcount"?: number;
129
+ "aria-rowindex"?: number;
130
+ "aria-rowspan"?: number;
131
+ "aria-selected"?: boolean | "true" | "false";
132
+ "aria-setsize"?: number;
133
+ "aria-sort"?: "none" | "ascending" | "descending" | "other";
134
+ "aria-valuemax"?: number;
135
+ "aria-valuemin"?: number;
136
+ "aria-valuenow"?: number;
137
+ "aria-valuetext"?: string;
134
138
  children?: React.ReactNode;
135
139
  dangerouslySetInnerHTML?: {
136
- __html: string;
140
+ __html: string | TrustedHTML;
137
141
  };
138
142
  onCopy?: (event: React.ClipboardEvent<HTMLTextAreaElement>) => void;
139
143
  onCopyCapture?: (event: React.ClipboardEvent<HTMLTextAreaElement>) => void;
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { TimePickerProps } from '.';
3
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
4
4
  export default _default;
5
5
  export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TimePickerProps>;
6
6
  export declare const Error: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TimePickerProps>;
7
7
  export declare const Inverse: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, TimePickerProps>;
8
- export declare const Events: () => JSX.Element;
8
+ export declare const Events: () => React.JSX.Element;
@@ -1,9 +1,9 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { AlertVariant } from '../AlertBase';
3
3
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
4
4
  export default _default;
5
5
  export declare const Default: {
6
- (args: any): JSX.Element;
6
+ (args: any): React.JSX.Element;
7
7
  args: {
8
8
  variant: AlertVariant;
9
9
  toastDuration: number;
@@ -12,7 +12,7 @@ export declare const Default: {
12
12
  };
13
13
  };
14
14
  export declare const TwoLine: {
15
- (args: any): JSX.Element;
15
+ (args: any): React.JSX.Element;
16
16
  args: {
17
17
  variant: AlertVariant;
18
18
  toastDuration: number;
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
3
3
  export default _default;
4
- export declare const Default: () => JSX.Element;
5
- export declare const Inverse: () => JSX.Element;
4
+ export declare const Default: () => React.JSX.Element;
5
+ export declare const Inverse: () => React.JSX.Element;