@rocket.chat/fuselage 0.6.3-dev.381 → 0.6.3-dev.387

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.
@@ -17,9 +17,11 @@ type FontScale =
17
17
  | 'h4'
18
18
  | 'h5'
19
19
  | 'p1'
20
+ | 'p1m'
21
+ | 'p1b'
20
22
  | 'p2'
21
- | 'p3'
22
- | 'p4'
23
+ | 'p2m'
24
+ | 'p2b'
23
25
  | 'c1'
24
26
  | 'c2'
25
27
  | 'micro';
@@ -107,10 +107,10 @@ declare const _default: import("react").FC<import("react").HTMLAttributes<HTMLDi
107
107
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
108
108
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
109
109
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
110
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
110
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
111
111
  fontSize?: string | number | (string & {}) | undefined;
112
112
  fontStyle?: import("csstype").Property.FontStyle | undefined;
113
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
113
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
114
114
  letterSpacing?: string | number | undefined;
115
115
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
116
116
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -123,7 +123,7 @@ declare const _default: import("react").FC<import("react").HTMLAttributes<HTMLDi
123
123
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
124
124
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
125
125
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
126
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
126
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
127
127
  } & {
128
128
  children?: import("react").ReactNode;
129
129
  } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown> & {
@@ -108,10 +108,10 @@ declare const _default: import("react").FC<{
108
108
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
109
109
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
110
110
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
111
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
111
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
112
112
  fontSize?: string | number | (string & {}) | undefined;
113
113
  fontStyle?: import("csstype").Property.FontStyle | undefined;
114
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
114
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
115
115
  letterSpacing?: string | number | undefined;
116
116
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
117
117
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -124,7 +124,7 @@ declare const _default: import("react").FC<{
124
124
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
125
125
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
126
126
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
127
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
127
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
128
128
  } & {
129
129
  children?: import("react").ReactNode;
130
130
  } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown> & {
@@ -102,10 +102,10 @@ export declare const MessageToolboxItem: 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 | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
105
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
106
106
  fontSize?: string | number | (string & {}) | undefined;
107
107
  fontStyle?: import("csstype").Property.FontStyle | undefined;
108
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
108
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "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 @@ export declare const MessageToolboxItem: 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?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
121
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
122
122
  } & {
123
123
  children?: React.ReactNode;
124
124
  } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
@@ -107,10 +107,10 @@ declare const _default: import("react").FC<{
107
107
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
108
108
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
109
109
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
110
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
110
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
111
111
  fontSize?: string | number | (string & {}) | undefined;
112
112
  fontStyle?: import("csstype").Property.FontStyle | undefined;
113
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
113
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
114
114
  letterSpacing?: string | number | undefined;
115
115
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
116
116
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -123,7 +123,7 @@ declare const _default: import("react").FC<{
123
123
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
124
124
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
125
125
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
126
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
126
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
127
127
  } & {
128
128
  children?: import("react").ReactNode;
129
129
  } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown> & {
@@ -237,10 +237,10 @@ declare const _default: import("react").FC<{
237
237
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
238
238
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
239
239
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
240
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
240
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
241
241
  fontSize?: string | number | (string & {}) | undefined;
242
242
  fontStyle?: import("csstype").Property.FontStyle | undefined;
243
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
243
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
244
244
  letterSpacing?: string | number | undefined;
245
245
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
246
246
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -253,7 +253,7 @@ declare const _default: import("react").FC<{
253
253
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
254
254
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
255
255
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
256
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
256
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
257
257
  } & {
258
258
  children?: import("react").ReactNode;
259
259
  } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown> & {
@@ -127,10 +127,10 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
127
127
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
128
128
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
129
129
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
130
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
130
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
131
131
  fontSize?: string | number | (string & {}) | undefined;
132
132
  fontStyle?: import("csstype").Property.FontStyle | undefined;
133
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
133
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
134
134
  letterSpacing?: string | number | undefined;
135
135
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
136
136
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -143,7 +143,7 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
143
143
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
144
144
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
145
145
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
146
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
146
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
147
147
  } & {
148
148
  children?: import("react").ReactNode;
149
149
  } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown> & {
@@ -271,10 +271,10 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
271
271
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
272
272
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
273
273
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
274
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
274
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
275
275
  fontSize?: string | number | (string & {}) | undefined;
276
276
  fontStyle?: import("csstype").Property.FontStyle | undefined;
277
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
277
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
278
278
  letterSpacing?: string | number | undefined;
279
279
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
280
280
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -287,7 +287,7 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
287
287
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
288
288
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
289
289
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
290
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
290
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
291
291
  } & {
292
292
  children?: import("react").ReactNode;
293
293
  } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown> & {
@@ -401,10 +401,10 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
401
401
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
402
402
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
403
403
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
404
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
404
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
405
405
  fontSize?: string | number | (string & {}) | undefined;
406
406
  fontStyle?: import("csstype").Property.FontStyle | undefined;
407
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
407
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
408
408
  letterSpacing?: string | number | undefined;
409
409
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
410
410
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -417,7 +417,7 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
417
417
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
418
418
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
419
419
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
420
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
420
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
421
421
  } & {
422
422
  children?: import("react").ReactNode;
423
423
  } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown> & {
@@ -552,10 +552,10 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
552
552
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
553
553
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
554
554
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
555
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
555
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
556
556
  fontSize?: string | number | (string & {}) | undefined;
557
557
  fontStyle?: import("csstype").Property.FontStyle | undefined;
558
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
558
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
559
559
  letterSpacing?: string | number | undefined;
560
560
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
561
561
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -568,7 +568,7 @@ declare const _default: import("react").ForwardRefExoticComponent<import("react"
568
568
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
569
569
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
570
570
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
571
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
571
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
572
572
  } & {
573
573
  children?: import("react").ReactNode;
574
574
  } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown>>;
@@ -125,10 +125,10 @@ declare const _default: import("react").NamedExoticComponent<{
125
125
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
126
126
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
127
127
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
128
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
128
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
129
129
  fontSize?: string | number | (string & {}) | undefined;
130
130
  fontStyle?: import("csstype").Property.FontStyle | undefined;
131
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
131
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
132
132
  letterSpacing?: string | number | undefined;
133
133
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
134
134
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -141,7 +141,7 @@ declare const _default: import("react").NamedExoticComponent<{
141
141
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
142
142
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
143
143
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
144
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
144
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
145
145
  } & {
146
146
  children?: import("react").ReactNode;
147
147
  } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown>, "onClick">> & {
@@ -262,10 +262,10 @@ declare const _default: import("react").NamedExoticComponent<{
262
262
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
263
263
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
264
264
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
265
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
265
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
266
266
  fontSize?: string | number | (string & {}) | undefined;
267
267
  fontStyle?: import("csstype").Property.FontStyle | undefined;
268
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
268
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
269
269
  letterSpacing?: string | number | undefined;
270
270
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
271
271
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -278,7 +278,7 @@ declare const _default: import("react").NamedExoticComponent<{
278
278
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
279
279
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
280
280
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
281
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
281
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
282
282
  } & {
283
283
  children?: import("react").ReactNode;
284
284
  } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("react").RefAttributes<unknown>, "onClick">) => JSX.Element;
@@ -393,10 +393,10 @@ declare const _default: import("react").NamedExoticComponent<{
393
393
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
394
394
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
395
395
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
396
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
396
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
397
397
  fontSize?: string | number | (string & {}) | undefined;
398
398
  fontStyle?: import("csstype").Property.FontStyle | undefined;
399
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
399
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
400
400
  letterSpacing?: string | number | undefined;
401
401
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
402
402
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -409,7 +409,7 @@ declare const _default: import("react").NamedExoticComponent<{
409
409
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
410
410
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
411
411
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
412
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
412
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
413
413
  } & {
414
414
  children?: import("react").ReactNode;
415
415
  } & Omit<import("react").AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<import("react").SVGAttributes<SVGElement>, keyof import("react").AllHTMLAttributes<HTMLOrSVGElement>> & import("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 | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
106
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
107
107
  fontSize?: string | number | (string & {}) | undefined;
108
108
  fontStyle?: import("csstype").Property.FontStyle | undefined;
109
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
109
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "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?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
122
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "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;
@@ -137,10 +137,10 @@ export declare const SidebarItemActions: React.FC<{
137
137
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
138
138
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
139
139
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
140
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
140
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
141
141
  fontSize?: string | number | (string & {}) | undefined;
142
142
  fontStyle?: import("csstype").Property.FontStyle | undefined;
143
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
143
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
144
144
  letterSpacing?: string | number | undefined;
145
145
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
146
146
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -153,7 +153,7 @@ export declare const SidebarItemActions: React.FC<{
153
153
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
154
154
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
155
155
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
156
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
156
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
157
157
  } & {
158
158
  children?: React.ReactNode;
159
159
  } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
@@ -125,10 +125,10 @@ export declare const TopBarActions: React.FC<{
125
125
  paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
126
126
  pie?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
127
127
  paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
128
- fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
128
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
129
129
  fontSize?: string | number | (string & {}) | undefined;
130
130
  fontStyle?: import("csstype").Property.FontStyle | undefined;
131
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
131
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
132
132
  letterSpacing?: string | number | undefined;
133
133
  lineHeight?: string | number | (string & {}) | (number & {}) | undefined;
134
134
  textAlign?: import("csstype").Property.TextAlign | undefined;
@@ -141,7 +141,7 @@ export declare const TopBarActions: React.FC<{
141
141
  size?: import("csstype").Property.BlockSize<string | number> | undefined;
142
142
  minSize?: import("csstype").Property.BlockSize<string | number> | undefined;
143
143
  maxSize?: import("csstype").Property.BlockSize<string | number> | undefined;
144
- fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
144
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
145
145
  } & {
146
146
  children?: React.ReactNode;
147
147
  } & Omit<React.AllHTMLAttributes<HTMLOrSVGElement>, "className"> & Omit<React.SVGAttributes<SVGElement>, keyof React.AllHTMLAttributes<HTMLOrSVGElement>> & React.RefAttributes<unknown> & {
@@ -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 | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
105
+ fontFamily?: import("csstype").Property.FontFamily | ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "c1" | "c2" | "micro") | undefined;
106
106
  fontSize?: string | number | (string & {}) | undefined;
107
107
  fontStyle?: import("csstype").Property.FontStyle | undefined;
108
- fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | import("csstype").Property.FontWeight | undefined;
108
+ fontWeight?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "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?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p2" | "p3" | "p4" | "c1" | "c2" | "micro") | undefined;
121
+ fontScale?: ("hero" | "h1" | "h2" | "h3" | "h4" | "h5" | "p1" | "p1m" | "p1b" | "p2" | "p2m" | "p2b" | "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>>;