@rubin-epo/epo-widget-lib 0.10.2 → 0.10.3

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 (53) hide show
  1. package/dist/atomic/Blinker/Controls/styles.d.ts +56 -54
  2. package/dist/atomic/Blinker/styles.d.ts +109 -108
  3. package/dist/atomic/ElapsedTime/styles.d.ts +326 -324
  4. package/dist/atomic/LiveRegion/styles.d.ts +56 -54
  5. package/dist/atomic/Loader/styles.d.ts +56 -54
  6. package/dist/atomic/PlaybackControl/styles.d.ts +110 -108
  7. package/dist/atomic/PlotWrapper/styles.d.ts +56 -54
  8. package/dist/charts/Base/styles.d.ts +541 -539
  9. package/dist/charts/Readout/styles.d.ts +110 -108
  10. package/dist/charts/Tooltip/styles.d.ts +109 -108
  11. package/dist/charts/XAxis/index.cjs +1 -1
  12. package/dist/charts/XAxis/index.js +47 -32
  13. package/dist/charts/YAxis/index.cjs +1 -1
  14. package/dist/charts/YAxis/index.js +44 -29
  15. package/dist/charts/hooks/useAxis.cjs +1 -1
  16. package/dist/charts/hooks/useAxis.d.ts +4 -3
  17. package/dist/charts/hooks/useAxis.js +15 -25
  18. package/dist/charts/styles.d.ts +320 -318
  19. package/dist/layout/AspectRatio/styles.d.ts +55 -54
  20. package/dist/layout/Controls/styles.d.ts +379 -378
  21. package/dist/lib/utils.d.ts +2 -2
  22. package/dist/styles/svg.d.ts +56 -54
  23. package/dist/widgets/CameraFilter/styles.d.ts +860 -860
  24. package/dist/widgets/ColorTool/FilterControls/styles.d.ts +222 -221
  25. package/dist/widgets/FilterTool/styles.d.ts +426 -426
  26. package/dist/widgets/LightCurvePlot/Plot/index.cjs +1 -1
  27. package/dist/widgets/LightCurvePlot/Plot/index.js +67 -52
  28. package/dist/widgets/LightCurvePlot/Plot/styles.d.ts +110 -108
  29. package/dist/widgets/LightCurvePlot/PlotWithCurve/A11Y/LightCurveLabel/styles.d.ts +56 -54
  30. package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.cjs +1 -1
  31. package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.d.ts +1 -1
  32. package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/index.js +29 -33
  33. package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.cjs +1 -1
  34. package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.js +4 -4
  35. package/dist/widgets/LightCurvePlot/PlotWithCurve/index.cjs +1 -1
  36. package/dist/widgets/LightCurvePlot/PlotWithCurve/index.js +85 -81
  37. package/dist/widgets/LightCurvePlot/PlotWithCurve/styles.d.ts +164 -162
  38. package/dist/widgets/LightCurvePlot/defaults.cjs +1 -1
  39. package/dist/widgets/LightCurvePlot/defaults.d.ts +10 -6
  40. package/dist/widgets/LightCurvePlot/defaults.js +2 -6
  41. package/dist/widgets/LightCurvePlot/helpers.cjs +1 -1
  42. package/dist/widgets/LightCurvePlot/helpers.js +1 -1
  43. package/dist/widgets/SourceSelector/Point/styles.d.ts +55 -53
  44. package/dist/widgets/SourceSelector/SelectionList/styles.d.ts +164 -162
  45. package/dist/widgets/SourceSelector/styles.d.ts +496 -0
  46. package/dist/widgets/SupernovaThreeVector/Histogram/index.cjs +1 -1
  47. package/dist/widgets/SupernovaThreeVector/Histogram/index.js +8 -8
  48. package/dist/widgets/SupernovaThreeVector/Histogram/styles.d.ts +55 -53
  49. package/dist/widgets/SupernovaThreeVector/Skymap/styles.d.ts +373 -371
  50. package/package.json +4 -4
  51. package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.cjs +0 -5
  52. package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.d.ts +0 -272
  53. package/dist/widgets/LightCurvePlot/PlotWithCurve/DM15Display/styles.js +0 -10
@@ -1,3 +1,5 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react" />
1
3
  export declare const ControlsContainer: import('styled-components').IStyledComponent<"web", {
2
4
  ref?: import('react').LegacyRef<HTMLDivElement> | undefined;
3
5
  key?: import('react').Key | null | undefined;
@@ -50,60 +52,60 @@ export declare const ControlsContainer: import('styled-components').IStyledCompo
50
52
  unselectable?: "on" | "off" | undefined;
51
53
  inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
52
54
  is?: string | undefined;
53
- children?: import('react').ReactNode;
54
- "aria-activedescendant"?: string | undefined;
55
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
56
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
57
- "aria-braillelabel"?: string | undefined;
58
- "aria-brailleroledescription"?: string | undefined;
59
- "aria-busy"?: (boolean | "true" | "false") | undefined;
60
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
61
- "aria-colcount"?: number | undefined;
62
- "aria-colindex"?: number | undefined;
63
- "aria-colindextext"?: string | undefined;
64
- "aria-colspan"?: number | undefined;
65
- "aria-controls"?: string | undefined;
66
- "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
67
- "aria-describedby"?: string | undefined;
68
- "aria-description"?: string | undefined;
69
- "aria-details"?: string | undefined;
70
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
71
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
72
- "aria-errormessage"?: string | undefined;
73
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
74
- "aria-flowto"?: string | undefined;
75
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
76
- "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
77
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
78
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
79
- "aria-keyshortcuts"?: string | undefined;
80
- "aria-label"?: string | undefined;
81
- "aria-labelledby"?: string | undefined;
82
- "aria-level"?: number | undefined;
83
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
84
- "aria-modal"?: (boolean | "true" | "false") | undefined;
85
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
86
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
87
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
88
- "aria-owns"?: string | undefined;
89
- "aria-placeholder"?: string | undefined;
90
- "aria-posinset"?: number | undefined;
91
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
92
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
93
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
94
- "aria-required"?: (boolean | "true" | "false") | undefined;
95
- "aria-roledescription"?: string | undefined;
96
- "aria-rowcount"?: number | undefined;
97
- "aria-rowindex"?: number | undefined;
98
- "aria-rowindextext"?: string | undefined;
99
- "aria-rowspan"?: number | undefined;
100
- "aria-selected"?: (boolean | "true" | "false") | undefined;
101
- "aria-setsize"?: number | undefined;
102
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
103
- "aria-valuemax"?: number | undefined;
104
- "aria-valuemin"?: number | undefined;
105
- "aria-valuenow"?: number | undefined;
106
- "aria-valuetext"?: string | undefined;
55
+ children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
56
+ 'aria-activedescendant'?: string | undefined;
57
+ 'aria-atomic'?: (boolean | "true" | "false") | undefined;
58
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
59
+ 'aria-braillelabel'?: string | undefined;
60
+ 'aria-brailleroledescription'?: string | undefined;
61
+ 'aria-busy'?: (boolean | "true" | "false") | undefined;
62
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
63
+ 'aria-colcount'?: number | undefined;
64
+ 'aria-colindex'?: number | undefined;
65
+ 'aria-colindextext'?: string | undefined;
66
+ 'aria-colspan'?: number | undefined;
67
+ 'aria-controls'?: string | undefined;
68
+ 'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
69
+ 'aria-describedby'?: string | undefined;
70
+ 'aria-description'?: string | undefined;
71
+ 'aria-details'?: string | undefined;
72
+ 'aria-disabled'?: (boolean | "true" | "false") | undefined;
73
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
74
+ 'aria-errormessage'?: string | undefined;
75
+ 'aria-expanded'?: (boolean | "true" | "false") | undefined;
76
+ 'aria-flowto'?: string | undefined;
77
+ 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
78
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
79
+ 'aria-hidden'?: (boolean | "true" | "false") | undefined;
80
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
81
+ 'aria-keyshortcuts'?: string | undefined;
82
+ 'aria-label'?: string | undefined;
83
+ 'aria-labelledby'?: string | undefined;
84
+ 'aria-level'?: number | undefined;
85
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
86
+ 'aria-modal'?: (boolean | "true" | "false") | undefined;
87
+ 'aria-multiline'?: (boolean | "true" | "false") | undefined;
88
+ 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
89
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
90
+ 'aria-owns'?: string | undefined;
91
+ 'aria-placeholder'?: string | undefined;
92
+ 'aria-posinset'?: number | undefined;
93
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
94
+ 'aria-readonly'?: (boolean | "true" | "false") | undefined;
95
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
96
+ 'aria-required'?: (boolean | "true" | "false") | undefined;
97
+ 'aria-roledescription'?: string | undefined;
98
+ 'aria-rowcount'?: number | undefined;
99
+ 'aria-rowindex'?: number | undefined;
100
+ 'aria-rowindextext'?: string | undefined;
101
+ 'aria-rowspan'?: number | undefined;
102
+ 'aria-selected'?: (boolean | "true" | "false") | undefined;
103
+ 'aria-setsize'?: number | undefined;
104
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
105
+ 'aria-valuemax'?: number | undefined;
106
+ 'aria-valuemin'?: number | undefined;
107
+ 'aria-valuenow'?: number | undefined;
108
+ 'aria-valuetext'?: string | undefined;
107
109
  dangerouslySetInnerHTML?: {
108
110
  __html: string | TrustedHTML;
109
111
  } | undefined;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
+ /// <reference types="react" />
2
3
  export declare const BlinkerContainer: import('styled-components').IStyledComponent<"web", {
3
4
  ref?: import('react').LegacyRef<HTMLDivElement> | undefined;
4
5
  key?: import('react').Key | null | undefined;
@@ -51,60 +52,60 @@ export declare const BlinkerContainer: import('styled-components').IStyledCompon
51
52
  unselectable?: "on" | "off" | undefined;
52
53
  inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
53
54
  is?: string | undefined;
54
- children?: import('react').ReactNode;
55
- "aria-activedescendant"?: string | undefined;
56
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
57
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
58
- "aria-braillelabel"?: string | undefined;
59
- "aria-brailleroledescription"?: string | undefined;
60
- "aria-busy"?: (boolean | "true" | "false") | undefined;
61
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
62
- "aria-colcount"?: number | undefined;
63
- "aria-colindex"?: number | undefined;
64
- "aria-colindextext"?: string | undefined;
65
- "aria-colspan"?: number | undefined;
66
- "aria-controls"?: string | undefined;
67
- "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
68
- "aria-describedby"?: string | undefined;
69
- "aria-description"?: string | undefined;
70
- "aria-details"?: string | undefined;
71
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
72
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
73
- "aria-errormessage"?: string | undefined;
74
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
75
- "aria-flowto"?: string | undefined;
76
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
77
- "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
78
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
79
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
80
- "aria-keyshortcuts"?: string | undefined;
81
- "aria-label"?: string | undefined;
82
- "aria-labelledby"?: string | undefined;
83
- "aria-level"?: number | undefined;
84
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
85
- "aria-modal"?: (boolean | "true" | "false") | undefined;
86
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
87
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
88
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
89
- "aria-owns"?: string | undefined;
90
- "aria-placeholder"?: string | undefined;
91
- "aria-posinset"?: number | undefined;
92
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
93
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
94
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
95
- "aria-required"?: (boolean | "true" | "false") | undefined;
96
- "aria-roledescription"?: string | undefined;
97
- "aria-rowcount"?: number | undefined;
98
- "aria-rowindex"?: number | undefined;
99
- "aria-rowindextext"?: string | undefined;
100
- "aria-rowspan"?: number | undefined;
101
- "aria-selected"?: (boolean | "true" | "false") | undefined;
102
- "aria-setsize"?: number | undefined;
103
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
104
- "aria-valuemax"?: number | undefined;
105
- "aria-valuemin"?: number | undefined;
106
- "aria-valuenow"?: number | undefined;
107
- "aria-valuetext"?: string | undefined;
55
+ children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
56
+ 'aria-activedescendant'?: string | undefined;
57
+ 'aria-atomic'?: (boolean | "true" | "false") | undefined;
58
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
59
+ 'aria-braillelabel'?: string | undefined;
60
+ 'aria-brailleroledescription'?: string | undefined;
61
+ 'aria-busy'?: (boolean | "true" | "false") | undefined;
62
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
63
+ 'aria-colcount'?: number | undefined;
64
+ 'aria-colindex'?: number | undefined;
65
+ 'aria-colindextext'?: string | undefined;
66
+ 'aria-colspan'?: number | undefined;
67
+ 'aria-controls'?: string | undefined;
68
+ 'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
69
+ 'aria-describedby'?: string | undefined;
70
+ 'aria-description'?: string | undefined;
71
+ 'aria-details'?: string | undefined;
72
+ 'aria-disabled'?: (boolean | "true" | "false") | undefined;
73
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
74
+ 'aria-errormessage'?: string | undefined;
75
+ 'aria-expanded'?: (boolean | "true" | "false") | undefined;
76
+ 'aria-flowto'?: string | undefined;
77
+ 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
78
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
79
+ 'aria-hidden'?: (boolean | "true" | "false") | undefined;
80
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
81
+ 'aria-keyshortcuts'?: string | undefined;
82
+ 'aria-label'?: string | undefined;
83
+ 'aria-labelledby'?: string | undefined;
84
+ 'aria-level'?: number | undefined;
85
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
86
+ 'aria-modal'?: (boolean | "true" | "false") | undefined;
87
+ 'aria-multiline'?: (boolean | "true" | "false") | undefined;
88
+ 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
89
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
90
+ 'aria-owns'?: string | undefined;
91
+ 'aria-placeholder'?: string | undefined;
92
+ 'aria-posinset'?: number | undefined;
93
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
94
+ 'aria-readonly'?: (boolean | "true" | "false") | undefined;
95
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
96
+ 'aria-required'?: (boolean | "true" | "false") | undefined;
97
+ 'aria-roledescription'?: string | undefined;
98
+ 'aria-rowcount'?: number | undefined;
99
+ 'aria-rowindex'?: number | undefined;
100
+ 'aria-rowindextext'?: string | undefined;
101
+ 'aria-rowspan'?: number | undefined;
102
+ 'aria-selected'?: (boolean | "true" | "false") | undefined;
103
+ 'aria-setsize'?: number | undefined;
104
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
105
+ 'aria-valuemax'?: number | undefined;
106
+ 'aria-valuemin'?: number | undefined;
107
+ 'aria-valuenow'?: number | undefined;
108
+ 'aria-valuetext'?: string | undefined;
108
109
  dangerouslySetInnerHTML?: {
109
110
  __html: string | TrustedHTML;
110
111
  } | undefined;
@@ -331,60 +332,60 @@ export declare const ControlsContainer: import('styled-components').IStyledCompo
331
332
  unselectable?: "on" | "off" | undefined;
332
333
  inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
333
334
  is?: string | undefined;
334
- children?: import('react').ReactNode;
335
- "aria-activedescendant"?: string | undefined;
336
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
337
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
338
- "aria-braillelabel"?: string | undefined;
339
- "aria-brailleroledescription"?: string | undefined;
340
- "aria-busy"?: (boolean | "true" | "false") | undefined;
341
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
342
- "aria-colcount"?: number | undefined;
343
- "aria-colindex"?: number | undefined;
344
- "aria-colindextext"?: string | undefined;
345
- "aria-colspan"?: number | undefined;
346
- "aria-controls"?: string | undefined;
347
- "aria-current"?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
348
- "aria-describedby"?: string | undefined;
349
- "aria-description"?: string | undefined;
350
- "aria-details"?: string | undefined;
351
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
352
- "aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
353
- "aria-errormessage"?: string | undefined;
354
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
355
- "aria-flowto"?: string | undefined;
356
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
357
- "aria-haspopup"?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
358
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
359
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
360
- "aria-keyshortcuts"?: string | undefined;
361
- "aria-label"?: string | undefined;
362
- "aria-labelledby"?: string | undefined;
363
- "aria-level"?: number | undefined;
364
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
365
- "aria-modal"?: (boolean | "true" | "false") | undefined;
366
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
367
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
368
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
369
- "aria-owns"?: string | undefined;
370
- "aria-placeholder"?: string | undefined;
371
- "aria-posinset"?: number | undefined;
372
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
373
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
374
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
375
- "aria-required"?: (boolean | "true" | "false") | undefined;
376
- "aria-roledescription"?: string | undefined;
377
- "aria-rowcount"?: number | undefined;
378
- "aria-rowindex"?: number | undefined;
379
- "aria-rowindextext"?: string | undefined;
380
- "aria-rowspan"?: number | undefined;
381
- "aria-selected"?: (boolean | "true" | "false") | undefined;
382
- "aria-setsize"?: number | undefined;
383
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
384
- "aria-valuemax"?: number | undefined;
385
- "aria-valuemin"?: number | undefined;
386
- "aria-valuenow"?: number | undefined;
387
- "aria-valuetext"?: string | undefined;
335
+ children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
336
+ 'aria-activedescendant'?: string | undefined;
337
+ 'aria-atomic'?: (boolean | "true" | "false") | undefined;
338
+ 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
339
+ 'aria-braillelabel'?: string | undefined;
340
+ 'aria-brailleroledescription'?: string | undefined;
341
+ 'aria-busy'?: (boolean | "true" | "false") | undefined;
342
+ 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
343
+ 'aria-colcount'?: number | undefined;
344
+ 'aria-colindex'?: number | undefined;
345
+ 'aria-colindextext'?: string | undefined;
346
+ 'aria-colspan'?: number | undefined;
347
+ 'aria-controls'?: string | undefined;
348
+ 'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
349
+ 'aria-describedby'?: string | undefined;
350
+ 'aria-description'?: string | undefined;
351
+ 'aria-details'?: string | undefined;
352
+ 'aria-disabled'?: (boolean | "true" | "false") | undefined;
353
+ 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
354
+ 'aria-errormessage'?: string | undefined;
355
+ 'aria-expanded'?: (boolean | "true" | "false") | undefined;
356
+ 'aria-flowto'?: string | undefined;
357
+ 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
358
+ 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
359
+ 'aria-hidden'?: (boolean | "true" | "false") | undefined;
360
+ 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
361
+ 'aria-keyshortcuts'?: string | undefined;
362
+ 'aria-label'?: string | undefined;
363
+ 'aria-labelledby'?: string | undefined;
364
+ 'aria-level'?: number | undefined;
365
+ 'aria-live'?: "off" | "assertive" | "polite" | undefined;
366
+ 'aria-modal'?: (boolean | "true" | "false") | undefined;
367
+ 'aria-multiline'?: (boolean | "true" | "false") | undefined;
368
+ 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
369
+ 'aria-orientation'?: "horizontal" | "vertical" | undefined;
370
+ 'aria-owns'?: string | undefined;
371
+ 'aria-placeholder'?: string | undefined;
372
+ 'aria-posinset'?: number | undefined;
373
+ 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
374
+ 'aria-readonly'?: (boolean | "true" | "false") | undefined;
375
+ 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
376
+ 'aria-required'?: (boolean | "true" | "false") | undefined;
377
+ 'aria-roledescription'?: string | undefined;
378
+ 'aria-rowcount'?: number | undefined;
379
+ 'aria-rowindex'?: number | undefined;
380
+ 'aria-rowindextext'?: string | undefined;
381
+ 'aria-rowspan'?: number | undefined;
382
+ 'aria-selected'?: (boolean | "true" | "false") | undefined;
383
+ 'aria-setsize'?: number | undefined;
384
+ 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
385
+ 'aria-valuemax'?: number | undefined;
386
+ 'aria-valuemin'?: number | undefined;
387
+ 'aria-valuenow'?: number | undefined;
388
+ 'aria-valuetext'?: string | undefined;
388
389
  dangerouslySetInnerHTML?: {
389
390
  __html: string | TrustedHTML;
390
391
  } | undefined;