@rocket.chat/fuselage 0.6.3-dev.353 → 0.6.3-dev.357

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.
@@ -9,7 +9,20 @@ import {
9
9
  SVGAttributes,
10
10
  } from 'react';
11
11
 
12
- type FontScale = 'h1' | 's1' | 's2' | 'p1' | 'p2' | 'c1' | 'c2' | 'micro';
12
+ type FontScale =
13
+ | 'hero'
14
+ | 'h1'
15
+ | 'h2'
16
+ | 'h3'
17
+ | 'h4'
18
+ | 'h5'
19
+ | 'p1'
20
+ | 'p2'
21
+ | 'p3'
22
+ | 'p4'
23
+ | 'c1'
24
+ | 'c2'
25
+ | 'micro';
13
26
 
14
27
  type BoxProps = PropsWithChildren<{
15
28
  is?: ElementType;
@@ -139,10 +139,10 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
139
139
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
140
140
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
141
141
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
142
- fontFamily?: import("csstype").Property.FontFamily | ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
142
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
143
143
  fontSize?: string | number | (string & {}) | undefined;
144
144
  fontStyle?: import("csstype").Property.FontStyle | undefined;
145
- fontWeight?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
145
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
146
146
  letterSpacing?: string | number | undefined;
147
147
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
148
148
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -155,7 +155,7 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
155
155
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
156
156
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
157
157
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
158
- fontScale?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
158
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
159
159
  } & {
160
160
  children?: React.ReactNode;
161
161
  } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown>> & {
@@ -265,10 +265,10 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
265
265
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
266
266
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
267
267
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
268
- fontFamily?: import("csstype").Property.FontFamily | ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
268
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
269
269
  fontSize?: string | number | (string & {}) | undefined;
270
270
  fontStyle?: import("csstype").Property.FontStyle | undefined;
271
- fontWeight?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
271
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
272
272
  letterSpacing?: string | number | undefined;
273
273
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
274
274
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -281,7 +281,7 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
281
281
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
282
282
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
283
283
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
284
- fontScale?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
284
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
285
285
  } & {
286
286
  children?: React.ReactNode;
287
287
  } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown>>;
@@ -392,10 +392,10 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
392
392
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
393
393
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
394
394
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
395
- fontFamily?: import("csstype").Property.FontFamily | ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
395
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
396
396
  fontSize?: string | number | (string & {}) | undefined;
397
397
  fontStyle?: import("csstype").Property.FontStyle | undefined;
398
- fontWeight?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
398
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
399
399
  letterSpacing?: string | number | undefined;
400
400
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
401
401
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -408,7 +408,7 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
408
408
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
409
409
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
410
410
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
411
- fontScale?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
411
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
412
412
  } & {
413
413
  children?: React.ReactNode;
414
414
  } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
@@ -527,10 +527,10 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
527
527
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
528
528
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
529
529
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
530
- fontFamily?: import("csstype").Property.FontFamily | ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
530
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
531
531
  fontSize?: string | number | (string & {}) | undefined;
532
532
  fontStyle?: import("csstype").Property.FontStyle | undefined;
533
- fontWeight?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
533
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
534
534
  letterSpacing?: string | number | undefined;
535
535
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
536
536
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -543,7 +543,7 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
543
543
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
544
544
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
545
545
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
546
- fontScale?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
546
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
547
547
  } & {
548
548
  children?: React.ReactNode;
549
549
  } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
@@ -657,10 +657,10 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
657
657
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
658
658
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
659
659
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
660
- fontFamily?: import("csstype").Property.FontFamily | ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
660
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
661
661
  fontSize?: string | number | (string & {}) | undefined;
662
662
  fontStyle?: import("csstype").Property.FontStyle | undefined;
663
- fontWeight?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
663
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
664
664
  letterSpacing?: string | number | undefined;
665
665
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
666
666
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -673,7 +673,7 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
673
673
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
674
674
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
675
675
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
676
- fontScale?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
676
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
677
677
  } & {
678
678
  children?: React.ReactNode;
679
679
  } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
@@ -796,10 +796,10 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
796
796
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
797
797
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
798
798
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
799
- fontFamily?: import("csstype").Property.FontFamily | ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
799
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
800
800
  fontSize?: string | number | (string & {}) | undefined;
801
801
  fontStyle?: import("csstype").Property.FontStyle | undefined;
802
- fontWeight?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
802
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
803
803
  letterSpacing?: string | number | undefined;
804
804
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
805
805
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -812,7 +812,7 @@ declare const _default: React.ForwardRefExoticComponent<React.AllHTMLAttributes<
812
812
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
813
813
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
814
814
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
815
- fontScale?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
815
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
816
816
  } & {
817
817
  children?: React.ReactNode;
818
818
  } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
@@ -103,10 +103,10 @@ export declare const ProgressBar: React.ForwardRefExoticComponent<Pick<{
103
103
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
104
104
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
105
105
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
106
- fontFamily?: import("csstype").Property.FontFamily | ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
106
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
107
107
  fontSize?: string | number | (string & {}) | undefined;
108
108
  fontStyle?: import("csstype").Property.FontStyle | undefined;
109
- fontWeight?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
109
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
110
110
  letterSpacing?: string | number | undefined;
111
111
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
112
112
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -119,7 +119,7 @@ export declare const ProgressBar: React.ForwardRefExoticComponent<Pick<{
119
119
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
120
120
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
121
121
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
122
- fontScale?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
122
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
123
123
  } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
124
124
  barColor?: ComponentProps<typeof Box>['bg'];
125
125
  percentage: number;
@@ -102,10 +102,10 @@ declare const Tooltip: React.ForwardRefExoticComponent<Pick<{
102
102
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
103
103
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
104
104
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
105
- fontFamily?: import("csstype").Property.FontFamily | ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
105
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
106
106
  fontSize?: string | number | (string & {}) | undefined;
107
107
  fontStyle?: import("csstype").Property.FontStyle | undefined;
108
- fontWeight?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
108
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
109
109
  letterSpacing?: string | number | undefined;
110
110
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
111
111
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -118,7 +118,7 @@ declare const Tooltip: React.ForwardRefExoticComponent<Pick<{
118
118
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
119
119
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
120
120
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
121
- fontScale?: ("h1" | "s1" | "s2" | "p1" | "p2" | "c1" | "c2" | "micro") | undefined;
121
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
122
122
  } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
123
123
  placement?: "left" | "right" | "bottom" | "top" | "top-start" | "top-middle" | "top-end" | "bottom-start" | "bottom-middle" | "bottom-end" | null | undefined;
124
124
  }, "string" | "y" | "r" | "default" | "disabled" | "type" | "color" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "className" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "async" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "cite" | "classID" | "cols" | "colSpan" | "content" | "controls" | "coords" | "crossOrigin" | "data" | "dateTime" | "defer" | "download" | "encType" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "label" | "list" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "name" | "nonce" | "noValidate" | "open" | "optimum" | "pattern" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "size" | "sizes" | "span" | "src" | "srcDoc" | "srcLang" | "srcSet" | "start" | "step" | "summary" | "target" | "useMap" | "value" | "width" | "wmode" | "wrap" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | "p" | "border" | "inset" | "borderBlock" | "borderBlockStart" | "borderBlockEnd" | "borderInline" | "borderInlineStart" | "borderInlineEnd" | "borderWidth" | "borderBlockWidth" | "borderBlockStartWidth" | "borderBlockEndWidth" | "borderInlineWidth" | "borderInlineStartWidth" | "borderInlineEndWidth" | "borderStyle" | "borderBlockStyle" | "borderBlockStartStyle" | "borderBlockEndStyle" | "borderInlineStyle" | "borderInlineStartStyle" | "borderInlineEndStyle" | "borderColor" | "borderBlockColor" | "borderBlockStartColor" | "borderBlockEndColor" | "borderInlineColor" | "borderInlineStartColor" | "borderInlineEndColor" | "borderRadius" | "borderStartStartRadius" | "borderStartEndRadius" | "borderEndStartRadius" | "borderEndEndRadius" | "backgroundColor" | "alignItems" | "alignContent" | "justifyItems" | "justifyContent" | "flexWrap" | "flexDirection" | "flexGrow" | "flexShrink" | "flexBasis" | "justifySelf" | "alignSelf" | "minWidth" | "maxWidth" | "minHeight" | "maxHeight" | "verticalAlign" | "overflowX" | "overflowY" | "position" | "zIndex" | "insetBlock" | "insetBlockStart" | "insetBlockEnd" | "insetInline" | "insetInlineStart" | "insetInlineEnd" | "margin" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "padding" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "textAlign" | "textTransform" | "textDecorationLine" | "bg" | "w" | "h" | "m" | "mb" | "mbs" | "mbe" | "mi" | "mis" | "mie" | "pb" | "pbs" | "pbe" | "pi" | "pis" | "pie" | "invisible" | "withRichContent" | "withTruncatedText" | "minSize" | "maxSize" | "fontScale" | "key" | "placement"> & React.RefAttributes<HTMLElement>>;