@hive-ui/sibling-box 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4466 @@
1
+ import { BoxProps, BoxStyleProps } from "@hive-ui/box";
2
+ import * as _$react from "react";
3
+ import * as _$_hive_ui_style_props0 from "@hive-ui/style-props";
4
+
5
+ //#region src/SiblingBox.d.ts
6
+ type SiblingBoxProps = BoxProps<"span"> & {
7
+ _activeSibling?: BoxStyleProps;
8
+ _boxChild?: BoxStyleProps;
9
+ _checkedAndActiveSibling?: BoxStyleProps;
10
+ _checkedAndDisabledSibling?: BoxStyleProps;
11
+ _checkedAndFocusSibling?: BoxStyleProps;
12
+ _checkedAndHoverSibling?: BoxStyleProps;
13
+ _checkedAndInvalidSibling?: BoxStyleProps;
14
+ _checkedAndInvalidAndDisabledSibling?: BoxStyleProps;
15
+ _checkedAndInvalidAndHoverSibling?: BoxStyleProps;
16
+ _checkedSibling?: BoxStyleProps;
17
+ _checkedSiblingAndBoxChild?: BoxStyleProps;
18
+ _disabledSibling?: BoxStyleProps;
19
+ _focusSibling?: BoxStyleProps;
20
+ _hoverSibling?: BoxStyleProps;
21
+ _invalidSibling?: BoxStyleProps;
22
+ _invalidAndHoverSibling?: BoxStyleProps;
23
+ _invalidAndDisabledSibling?: BoxStyleProps;
24
+ type?: "checkbox" | "radio" | "file";
25
+ };
26
+ declare const SiblingBox: _$react.ForwardRefExoticComponent<{
27
+ as?: "span" | undefined;
28
+ element?: string;
29
+ id?: string;
30
+ } & {
31
+ background?: "none";
32
+ border?: "none";
33
+ borderTop?: "none";
34
+ borderRight?: "none";
35
+ borderBottom?: "none";
36
+ borderLeft?: "none";
37
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
38
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
39
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
40
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
41
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
42
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
43
+ borderStyle?: _$react.CSSProperties["borderStyle"];
44
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
45
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
46
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
47
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
48
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
49
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
50
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
51
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
52
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
53
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
54
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
55
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
56
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
57
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
58
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
59
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
60
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
61
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
62
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
63
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
64
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
65
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
66
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
67
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
68
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
69
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
70
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
71
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
72
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
73
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
74
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
75
+ padding?: _$_hive_ui_style_props0.Padding;
76
+ paddingX?: _$_hive_ui_style_props0.Padding;
77
+ paddingY?: _$_hive_ui_style_props0.Padding;
78
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
79
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
80
+ paddingRight?: _$_hive_ui_style_props0.Padding;
81
+ paddingTop?: _$_hive_ui_style_props0.Padding;
82
+ margin?: _$_hive_ui_style_props0.Margin;
83
+ marginX?: _$_hive_ui_style_props0.Margin;
84
+ marginY?: _$_hive_ui_style_props0.Margin;
85
+ marginBottom?: _$_hive_ui_style_props0.Margin;
86
+ marginLeft?: _$_hive_ui_style_props0.Margin;
87
+ marginRight?: _$_hive_ui_style_props0.Margin;
88
+ marginTop?: _$_hive_ui_style_props0.Margin;
89
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
90
+ color?: _$_hive_ui_style_props0.Color;
91
+ fontSize?: _$_hive_ui_style_props0.FontSize;
92
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
93
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
94
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
95
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
96
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
97
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
98
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
99
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
100
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
101
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
102
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
103
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
104
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
105
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
106
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
107
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
108
+ rowGap?: _$_hive_ui_style_props0.Gap;
109
+ columnGap?: _$_hive_ui_style_props0.Gap;
110
+ gap?: _$_hive_ui_style_props0.Gap;
111
+ size?: _$_hive_ui_style_props0.IconSize;
112
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
113
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
114
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
115
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
116
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
117
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
118
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
119
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
120
+ style?: _$react.CSSProperties;
121
+ } & {
122
+ _hover?: {
123
+ background?: "none";
124
+ border?: "none";
125
+ borderTop?: "none";
126
+ borderRight?: "none";
127
+ borderBottom?: "none";
128
+ borderLeft?: "none";
129
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
130
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
131
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
132
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
133
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
134
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
135
+ borderStyle?: _$react.CSSProperties["borderStyle"];
136
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
137
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
138
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
139
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
140
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
141
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
142
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
143
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
144
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
145
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
146
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
147
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
148
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
149
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
150
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
151
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
152
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
153
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
154
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
155
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
156
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
157
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
158
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
159
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
160
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
161
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
162
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
163
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
164
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
165
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
166
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
167
+ padding?: _$_hive_ui_style_props0.Padding;
168
+ paddingX?: _$_hive_ui_style_props0.Padding;
169
+ paddingY?: _$_hive_ui_style_props0.Padding;
170
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
171
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
172
+ paddingRight?: _$_hive_ui_style_props0.Padding;
173
+ paddingTop?: _$_hive_ui_style_props0.Padding;
174
+ margin?: _$_hive_ui_style_props0.Margin;
175
+ marginX?: _$_hive_ui_style_props0.Margin;
176
+ marginY?: _$_hive_ui_style_props0.Margin;
177
+ marginBottom?: _$_hive_ui_style_props0.Margin;
178
+ marginLeft?: _$_hive_ui_style_props0.Margin;
179
+ marginRight?: _$_hive_ui_style_props0.Margin;
180
+ marginTop?: _$_hive_ui_style_props0.Margin;
181
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
182
+ color?: _$_hive_ui_style_props0.Color;
183
+ fontSize?: _$_hive_ui_style_props0.FontSize;
184
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
185
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
186
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
187
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
188
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
189
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
190
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
191
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
192
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
193
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
194
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
195
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
196
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
197
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
198
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
199
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
200
+ rowGap?: _$_hive_ui_style_props0.Gap;
201
+ columnGap?: _$_hive_ui_style_props0.Gap;
202
+ gap?: _$_hive_ui_style_props0.Gap;
203
+ size?: _$_hive_ui_style_props0.IconSize;
204
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
205
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
206
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
207
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
208
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
209
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
210
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
211
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
212
+ style?: _$react.CSSProperties;
213
+ } | undefined;
214
+ _active?: {
215
+ background?: "none";
216
+ border?: "none";
217
+ borderTop?: "none";
218
+ borderRight?: "none";
219
+ borderBottom?: "none";
220
+ borderLeft?: "none";
221
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
222
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
223
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
224
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
225
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
226
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
227
+ borderStyle?: _$react.CSSProperties["borderStyle"];
228
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
229
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
230
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
231
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
232
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
233
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
234
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
235
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
236
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
237
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
238
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
239
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
240
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
241
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
242
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
243
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
244
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
245
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
246
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
247
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
248
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
249
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
250
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
251
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
252
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
253
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
254
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
255
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
256
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
257
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
258
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
259
+ padding?: _$_hive_ui_style_props0.Padding;
260
+ paddingX?: _$_hive_ui_style_props0.Padding;
261
+ paddingY?: _$_hive_ui_style_props0.Padding;
262
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
263
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
264
+ paddingRight?: _$_hive_ui_style_props0.Padding;
265
+ paddingTop?: _$_hive_ui_style_props0.Padding;
266
+ margin?: _$_hive_ui_style_props0.Margin;
267
+ marginX?: _$_hive_ui_style_props0.Margin;
268
+ marginY?: _$_hive_ui_style_props0.Margin;
269
+ marginBottom?: _$_hive_ui_style_props0.Margin;
270
+ marginLeft?: _$_hive_ui_style_props0.Margin;
271
+ marginRight?: _$_hive_ui_style_props0.Margin;
272
+ marginTop?: _$_hive_ui_style_props0.Margin;
273
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
274
+ color?: _$_hive_ui_style_props0.Color;
275
+ fontSize?: _$_hive_ui_style_props0.FontSize;
276
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
277
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
278
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
279
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
280
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
281
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
282
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
283
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
284
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
285
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
286
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
287
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
288
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
289
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
290
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
291
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
292
+ rowGap?: _$_hive_ui_style_props0.Gap;
293
+ columnGap?: _$_hive_ui_style_props0.Gap;
294
+ gap?: _$_hive_ui_style_props0.Gap;
295
+ size?: _$_hive_ui_style_props0.IconSize;
296
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
297
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
298
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
299
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
300
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
301
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
302
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
303
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
304
+ style?: _$react.CSSProperties;
305
+ } | undefined;
306
+ _focus?: {
307
+ background?: "none";
308
+ border?: "none";
309
+ borderTop?: "none";
310
+ borderRight?: "none";
311
+ borderBottom?: "none";
312
+ borderLeft?: "none";
313
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
314
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
315
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
316
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
317
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
318
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
319
+ borderStyle?: _$react.CSSProperties["borderStyle"];
320
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
321
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
322
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
323
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
324
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
325
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
326
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
327
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
328
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
329
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
330
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
331
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
332
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
333
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
334
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
335
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
336
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
337
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
338
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
339
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
340
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
341
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
342
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
343
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
344
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
345
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
346
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
347
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
348
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
349
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
350
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
351
+ padding?: _$_hive_ui_style_props0.Padding;
352
+ paddingX?: _$_hive_ui_style_props0.Padding;
353
+ paddingY?: _$_hive_ui_style_props0.Padding;
354
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
355
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
356
+ paddingRight?: _$_hive_ui_style_props0.Padding;
357
+ paddingTop?: _$_hive_ui_style_props0.Padding;
358
+ margin?: _$_hive_ui_style_props0.Margin;
359
+ marginX?: _$_hive_ui_style_props0.Margin;
360
+ marginY?: _$_hive_ui_style_props0.Margin;
361
+ marginBottom?: _$_hive_ui_style_props0.Margin;
362
+ marginLeft?: _$_hive_ui_style_props0.Margin;
363
+ marginRight?: _$_hive_ui_style_props0.Margin;
364
+ marginTop?: _$_hive_ui_style_props0.Margin;
365
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
366
+ color?: _$_hive_ui_style_props0.Color;
367
+ fontSize?: _$_hive_ui_style_props0.FontSize;
368
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
369
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
370
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
371
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
372
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
373
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
374
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
375
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
376
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
377
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
378
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
379
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
380
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
381
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
382
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
383
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
384
+ rowGap?: _$_hive_ui_style_props0.Gap;
385
+ columnGap?: _$_hive_ui_style_props0.Gap;
386
+ gap?: _$_hive_ui_style_props0.Gap;
387
+ size?: _$_hive_ui_style_props0.IconSize;
388
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
389
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
390
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
391
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
392
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
393
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
394
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
395
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
396
+ style?: _$react.CSSProperties;
397
+ } | undefined;
398
+ _focus_hover?: {
399
+ background?: "none";
400
+ border?: "none";
401
+ borderTop?: "none";
402
+ borderRight?: "none";
403
+ borderBottom?: "none";
404
+ borderLeft?: "none";
405
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
406
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
407
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
408
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
409
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
410
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
411
+ borderStyle?: _$react.CSSProperties["borderStyle"];
412
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
413
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
414
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
415
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
416
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
417
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
418
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
419
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
420
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
421
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
422
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
423
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
424
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
425
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
426
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
427
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
428
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
429
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
430
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
431
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
432
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
433
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
434
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
435
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
436
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
437
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
438
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
439
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
440
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
441
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
442
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
443
+ padding?: _$_hive_ui_style_props0.Padding;
444
+ paddingX?: _$_hive_ui_style_props0.Padding;
445
+ paddingY?: _$_hive_ui_style_props0.Padding;
446
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
447
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
448
+ paddingRight?: _$_hive_ui_style_props0.Padding;
449
+ paddingTop?: _$_hive_ui_style_props0.Padding;
450
+ margin?: _$_hive_ui_style_props0.Margin;
451
+ marginX?: _$_hive_ui_style_props0.Margin;
452
+ marginY?: _$_hive_ui_style_props0.Margin;
453
+ marginBottom?: _$_hive_ui_style_props0.Margin;
454
+ marginLeft?: _$_hive_ui_style_props0.Margin;
455
+ marginRight?: _$_hive_ui_style_props0.Margin;
456
+ marginTop?: _$_hive_ui_style_props0.Margin;
457
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
458
+ color?: _$_hive_ui_style_props0.Color;
459
+ fontSize?: _$_hive_ui_style_props0.FontSize;
460
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
461
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
462
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
463
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
464
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
465
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
466
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
467
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
468
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
469
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
470
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
471
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
472
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
473
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
474
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
475
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
476
+ rowGap?: _$_hive_ui_style_props0.Gap;
477
+ columnGap?: _$_hive_ui_style_props0.Gap;
478
+ gap?: _$_hive_ui_style_props0.Gap;
479
+ size?: _$_hive_ui_style_props0.IconSize;
480
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
481
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
482
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
483
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
484
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
485
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
486
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
487
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
488
+ style?: _$react.CSSProperties;
489
+ } | undefined;
490
+ _focus_placeholder?: {
491
+ background?: "none";
492
+ border?: "none";
493
+ borderTop?: "none";
494
+ borderRight?: "none";
495
+ borderBottom?: "none";
496
+ borderLeft?: "none";
497
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
498
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
499
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
500
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
501
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
502
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
503
+ borderStyle?: _$react.CSSProperties["borderStyle"];
504
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
505
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
506
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
507
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
508
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
509
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
510
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
511
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
512
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
513
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
514
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
515
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
516
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
517
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
518
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
519
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
520
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
521
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
522
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
523
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
524
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
525
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
526
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
527
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
528
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
529
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
530
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
531
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
532
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
533
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
534
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
535
+ padding?: _$_hive_ui_style_props0.Padding;
536
+ paddingX?: _$_hive_ui_style_props0.Padding;
537
+ paddingY?: _$_hive_ui_style_props0.Padding;
538
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
539
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
540
+ paddingRight?: _$_hive_ui_style_props0.Padding;
541
+ paddingTop?: _$_hive_ui_style_props0.Padding;
542
+ margin?: _$_hive_ui_style_props0.Margin;
543
+ marginX?: _$_hive_ui_style_props0.Margin;
544
+ marginY?: _$_hive_ui_style_props0.Margin;
545
+ marginBottom?: _$_hive_ui_style_props0.Margin;
546
+ marginLeft?: _$_hive_ui_style_props0.Margin;
547
+ marginRight?: _$_hive_ui_style_props0.Margin;
548
+ marginTop?: _$_hive_ui_style_props0.Margin;
549
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
550
+ color?: _$_hive_ui_style_props0.Color;
551
+ fontSize?: _$_hive_ui_style_props0.FontSize;
552
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
553
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
554
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
555
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
556
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
557
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
558
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
559
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
560
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
561
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
562
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
563
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
564
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
565
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
566
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
567
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
568
+ rowGap?: _$_hive_ui_style_props0.Gap;
569
+ columnGap?: _$_hive_ui_style_props0.Gap;
570
+ gap?: _$_hive_ui_style_props0.Gap;
571
+ size?: _$_hive_ui_style_props0.IconSize;
572
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
573
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
574
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
575
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
576
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
577
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
578
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
579
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
580
+ style?: _$react.CSSProperties;
581
+ } | undefined;
582
+ _visited?: {
583
+ background?: "none";
584
+ border?: "none";
585
+ borderTop?: "none";
586
+ borderRight?: "none";
587
+ borderBottom?: "none";
588
+ borderLeft?: "none";
589
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
590
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
591
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
592
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
593
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
594
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
595
+ borderStyle?: _$react.CSSProperties["borderStyle"];
596
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
597
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
598
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
599
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
600
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
601
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
602
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
603
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
604
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
605
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
606
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
607
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
608
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
609
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
610
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
611
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
612
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
613
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
614
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
615
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
616
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
617
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
618
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
619
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
620
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
621
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
622
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
623
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
624
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
625
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
626
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
627
+ padding?: _$_hive_ui_style_props0.Padding;
628
+ paddingX?: _$_hive_ui_style_props0.Padding;
629
+ paddingY?: _$_hive_ui_style_props0.Padding;
630
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
631
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
632
+ paddingRight?: _$_hive_ui_style_props0.Padding;
633
+ paddingTop?: _$_hive_ui_style_props0.Padding;
634
+ margin?: _$_hive_ui_style_props0.Margin;
635
+ marginX?: _$_hive_ui_style_props0.Margin;
636
+ marginY?: _$_hive_ui_style_props0.Margin;
637
+ marginBottom?: _$_hive_ui_style_props0.Margin;
638
+ marginLeft?: _$_hive_ui_style_props0.Margin;
639
+ marginRight?: _$_hive_ui_style_props0.Margin;
640
+ marginTop?: _$_hive_ui_style_props0.Margin;
641
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
642
+ color?: _$_hive_ui_style_props0.Color;
643
+ fontSize?: _$_hive_ui_style_props0.FontSize;
644
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
645
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
646
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
647
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
648
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
649
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
650
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
651
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
652
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
653
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
654
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
655
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
656
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
657
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
658
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
659
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
660
+ rowGap?: _$_hive_ui_style_props0.Gap;
661
+ columnGap?: _$_hive_ui_style_props0.Gap;
662
+ gap?: _$_hive_ui_style_props0.Gap;
663
+ size?: _$_hive_ui_style_props0.IconSize;
664
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
665
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
666
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
667
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
668
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
669
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
670
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
671
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
672
+ style?: _$react.CSSProperties;
673
+ } | undefined;
674
+ _even?: {
675
+ background?: "none";
676
+ border?: "none";
677
+ borderTop?: "none";
678
+ borderRight?: "none";
679
+ borderBottom?: "none";
680
+ borderLeft?: "none";
681
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
682
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
683
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
684
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
685
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
686
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
687
+ borderStyle?: _$react.CSSProperties["borderStyle"];
688
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
689
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
690
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
691
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
692
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
693
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
694
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
695
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
696
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
697
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
698
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
699
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
700
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
701
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
702
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
703
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
704
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
705
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
706
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
707
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
708
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
709
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
710
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
711
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
712
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
713
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
714
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
715
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
716
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
717
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
718
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
719
+ padding?: _$_hive_ui_style_props0.Padding;
720
+ paddingX?: _$_hive_ui_style_props0.Padding;
721
+ paddingY?: _$_hive_ui_style_props0.Padding;
722
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
723
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
724
+ paddingRight?: _$_hive_ui_style_props0.Padding;
725
+ paddingTop?: _$_hive_ui_style_props0.Padding;
726
+ margin?: _$_hive_ui_style_props0.Margin;
727
+ marginX?: _$_hive_ui_style_props0.Margin;
728
+ marginY?: _$_hive_ui_style_props0.Margin;
729
+ marginBottom?: _$_hive_ui_style_props0.Margin;
730
+ marginLeft?: _$_hive_ui_style_props0.Margin;
731
+ marginRight?: _$_hive_ui_style_props0.Margin;
732
+ marginTop?: _$_hive_ui_style_props0.Margin;
733
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
734
+ color?: _$_hive_ui_style_props0.Color;
735
+ fontSize?: _$_hive_ui_style_props0.FontSize;
736
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
737
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
738
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
739
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
740
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
741
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
742
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
743
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
744
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
745
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
746
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
747
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
748
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
749
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
750
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
751
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
752
+ rowGap?: _$_hive_ui_style_props0.Gap;
753
+ columnGap?: _$_hive_ui_style_props0.Gap;
754
+ gap?: _$_hive_ui_style_props0.Gap;
755
+ size?: _$_hive_ui_style_props0.IconSize;
756
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
757
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
758
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
759
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
760
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
761
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
762
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
763
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
764
+ style?: _$react.CSSProperties;
765
+ } | undefined;
766
+ _odd?: {
767
+ background?: "none";
768
+ border?: "none";
769
+ borderTop?: "none";
770
+ borderRight?: "none";
771
+ borderBottom?: "none";
772
+ borderLeft?: "none";
773
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
774
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
775
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
776
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
777
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
778
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
779
+ borderStyle?: _$react.CSSProperties["borderStyle"];
780
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
781
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
782
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
783
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
784
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
785
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
786
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
787
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
788
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
789
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
790
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
791
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
792
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
793
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
794
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
795
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
796
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
797
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
798
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
799
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
800
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
801
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
802
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
803
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
804
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
805
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
806
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
807
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
808
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
809
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
810
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
811
+ padding?: _$_hive_ui_style_props0.Padding;
812
+ paddingX?: _$_hive_ui_style_props0.Padding;
813
+ paddingY?: _$_hive_ui_style_props0.Padding;
814
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
815
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
816
+ paddingRight?: _$_hive_ui_style_props0.Padding;
817
+ paddingTop?: _$_hive_ui_style_props0.Padding;
818
+ margin?: _$_hive_ui_style_props0.Margin;
819
+ marginX?: _$_hive_ui_style_props0.Margin;
820
+ marginY?: _$_hive_ui_style_props0.Margin;
821
+ marginBottom?: _$_hive_ui_style_props0.Margin;
822
+ marginLeft?: _$_hive_ui_style_props0.Margin;
823
+ marginRight?: _$_hive_ui_style_props0.Margin;
824
+ marginTop?: _$_hive_ui_style_props0.Margin;
825
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
826
+ color?: _$_hive_ui_style_props0.Color;
827
+ fontSize?: _$_hive_ui_style_props0.FontSize;
828
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
829
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
830
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
831
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
832
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
833
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
834
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
835
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
836
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
837
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
838
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
839
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
840
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
841
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
842
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
843
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
844
+ rowGap?: _$_hive_ui_style_props0.Gap;
845
+ columnGap?: _$_hive_ui_style_props0.Gap;
846
+ gap?: _$_hive_ui_style_props0.Gap;
847
+ size?: _$_hive_ui_style_props0.IconSize;
848
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
849
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
850
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
851
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
852
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
853
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
854
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
855
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
856
+ style?: _$react.CSSProperties;
857
+ } | undefined;
858
+ _disabled?: {
859
+ background?: "none";
860
+ border?: "none";
861
+ borderTop?: "none";
862
+ borderRight?: "none";
863
+ borderBottom?: "none";
864
+ borderLeft?: "none";
865
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
866
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
867
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
868
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
869
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
870
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
871
+ borderStyle?: _$react.CSSProperties["borderStyle"];
872
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
873
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
874
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
875
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
876
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
877
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
878
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
879
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
880
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
881
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
882
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
883
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
884
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
885
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
886
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
887
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
888
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
889
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
890
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
891
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
892
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
893
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
894
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
895
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
896
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
897
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
898
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
899
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
900
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
901
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
902
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
903
+ padding?: _$_hive_ui_style_props0.Padding;
904
+ paddingX?: _$_hive_ui_style_props0.Padding;
905
+ paddingY?: _$_hive_ui_style_props0.Padding;
906
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
907
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
908
+ paddingRight?: _$_hive_ui_style_props0.Padding;
909
+ paddingTop?: _$_hive_ui_style_props0.Padding;
910
+ margin?: _$_hive_ui_style_props0.Margin;
911
+ marginX?: _$_hive_ui_style_props0.Margin;
912
+ marginY?: _$_hive_ui_style_props0.Margin;
913
+ marginBottom?: _$_hive_ui_style_props0.Margin;
914
+ marginLeft?: _$_hive_ui_style_props0.Margin;
915
+ marginRight?: _$_hive_ui_style_props0.Margin;
916
+ marginTop?: _$_hive_ui_style_props0.Margin;
917
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
918
+ color?: _$_hive_ui_style_props0.Color;
919
+ fontSize?: _$_hive_ui_style_props0.FontSize;
920
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
921
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
922
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
923
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
924
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
925
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
926
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
927
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
928
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
929
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
930
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
931
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
932
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
933
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
934
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
935
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
936
+ rowGap?: _$_hive_ui_style_props0.Gap;
937
+ columnGap?: _$_hive_ui_style_props0.Gap;
938
+ gap?: _$_hive_ui_style_props0.Gap;
939
+ size?: _$_hive_ui_style_props0.IconSize;
940
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
941
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
942
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
943
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
944
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
945
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
946
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
947
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
948
+ style?: _$react.CSSProperties;
949
+ } | undefined;
950
+ _disabled_focus?: {
951
+ background?: "none";
952
+ border?: "none";
953
+ borderTop?: "none";
954
+ borderRight?: "none";
955
+ borderBottom?: "none";
956
+ borderLeft?: "none";
957
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
958
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
959
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
960
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
961
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
962
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
963
+ borderStyle?: _$react.CSSProperties["borderStyle"];
964
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
965
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
966
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
967
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
968
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
969
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
970
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
971
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
972
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
973
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
974
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
975
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
976
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
977
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
978
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
979
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
980
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
981
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
982
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
983
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
984
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
985
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
986
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
987
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
988
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
989
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
990
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
991
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
992
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
993
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
994
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
995
+ padding?: _$_hive_ui_style_props0.Padding;
996
+ paddingX?: _$_hive_ui_style_props0.Padding;
997
+ paddingY?: _$_hive_ui_style_props0.Padding;
998
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
999
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
1000
+ paddingRight?: _$_hive_ui_style_props0.Padding;
1001
+ paddingTop?: _$_hive_ui_style_props0.Padding;
1002
+ margin?: _$_hive_ui_style_props0.Margin;
1003
+ marginX?: _$_hive_ui_style_props0.Margin;
1004
+ marginY?: _$_hive_ui_style_props0.Margin;
1005
+ marginBottom?: _$_hive_ui_style_props0.Margin;
1006
+ marginLeft?: _$_hive_ui_style_props0.Margin;
1007
+ marginRight?: _$_hive_ui_style_props0.Margin;
1008
+ marginTop?: _$_hive_ui_style_props0.Margin;
1009
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
1010
+ color?: _$_hive_ui_style_props0.Color;
1011
+ fontSize?: _$_hive_ui_style_props0.FontSize;
1012
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
1013
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
1014
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
1015
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1016
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1017
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1018
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1019
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
1020
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
1021
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
1022
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
1023
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
1024
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
1025
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
1026
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
1027
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
1028
+ rowGap?: _$_hive_ui_style_props0.Gap;
1029
+ columnGap?: _$_hive_ui_style_props0.Gap;
1030
+ gap?: _$_hive_ui_style_props0.Gap;
1031
+ size?: _$_hive_ui_style_props0.IconSize;
1032
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
1033
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
1034
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
1035
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
1036
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
1037
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
1038
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
1039
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
1040
+ style?: _$react.CSSProperties;
1041
+ } | undefined;
1042
+ _checked?: {
1043
+ background?: "none";
1044
+ border?: "none";
1045
+ borderTop?: "none";
1046
+ borderRight?: "none";
1047
+ borderBottom?: "none";
1048
+ borderLeft?: "none";
1049
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
1050
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
1051
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
1052
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
1053
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
1054
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
1055
+ borderStyle?: _$react.CSSProperties["borderStyle"];
1056
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
1057
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
1058
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
1059
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1060
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1061
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1062
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1063
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1064
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1065
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1066
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1067
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1068
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1069
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
1070
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
1071
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1072
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
1073
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
1074
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
1075
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
1076
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
1077
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
1078
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
1079
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
1080
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
1081
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
1082
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
1083
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
1084
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
1085
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
1086
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
1087
+ padding?: _$_hive_ui_style_props0.Padding;
1088
+ paddingX?: _$_hive_ui_style_props0.Padding;
1089
+ paddingY?: _$_hive_ui_style_props0.Padding;
1090
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
1091
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
1092
+ paddingRight?: _$_hive_ui_style_props0.Padding;
1093
+ paddingTop?: _$_hive_ui_style_props0.Padding;
1094
+ margin?: _$_hive_ui_style_props0.Margin;
1095
+ marginX?: _$_hive_ui_style_props0.Margin;
1096
+ marginY?: _$_hive_ui_style_props0.Margin;
1097
+ marginBottom?: _$_hive_ui_style_props0.Margin;
1098
+ marginLeft?: _$_hive_ui_style_props0.Margin;
1099
+ marginRight?: _$_hive_ui_style_props0.Margin;
1100
+ marginTop?: _$_hive_ui_style_props0.Margin;
1101
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
1102
+ color?: _$_hive_ui_style_props0.Color;
1103
+ fontSize?: _$_hive_ui_style_props0.FontSize;
1104
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
1105
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
1106
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
1107
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1108
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1109
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1110
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1111
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
1112
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
1113
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
1114
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
1115
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
1116
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
1117
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
1118
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
1119
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
1120
+ rowGap?: _$_hive_ui_style_props0.Gap;
1121
+ columnGap?: _$_hive_ui_style_props0.Gap;
1122
+ gap?: _$_hive_ui_style_props0.Gap;
1123
+ size?: _$_hive_ui_style_props0.IconSize;
1124
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
1125
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
1126
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
1127
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
1128
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
1129
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
1130
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
1131
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
1132
+ style?: _$react.CSSProperties;
1133
+ } | undefined;
1134
+ _checked_hover?: {
1135
+ background?: "none";
1136
+ border?: "none";
1137
+ borderTop?: "none";
1138
+ borderRight?: "none";
1139
+ borderBottom?: "none";
1140
+ borderLeft?: "none";
1141
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
1142
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
1143
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
1144
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
1145
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
1146
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
1147
+ borderStyle?: _$react.CSSProperties["borderStyle"];
1148
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
1149
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
1150
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
1151
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1152
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1153
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1154
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1155
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1156
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1157
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1158
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1159
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1160
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1161
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
1162
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
1163
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1164
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
1165
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
1166
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
1167
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
1168
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
1169
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
1170
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
1171
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
1172
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
1173
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
1174
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
1175
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
1176
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
1177
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
1178
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
1179
+ padding?: _$_hive_ui_style_props0.Padding;
1180
+ paddingX?: _$_hive_ui_style_props0.Padding;
1181
+ paddingY?: _$_hive_ui_style_props0.Padding;
1182
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
1183
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
1184
+ paddingRight?: _$_hive_ui_style_props0.Padding;
1185
+ paddingTop?: _$_hive_ui_style_props0.Padding;
1186
+ margin?: _$_hive_ui_style_props0.Margin;
1187
+ marginX?: _$_hive_ui_style_props0.Margin;
1188
+ marginY?: _$_hive_ui_style_props0.Margin;
1189
+ marginBottom?: _$_hive_ui_style_props0.Margin;
1190
+ marginLeft?: _$_hive_ui_style_props0.Margin;
1191
+ marginRight?: _$_hive_ui_style_props0.Margin;
1192
+ marginTop?: _$_hive_ui_style_props0.Margin;
1193
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
1194
+ color?: _$_hive_ui_style_props0.Color;
1195
+ fontSize?: _$_hive_ui_style_props0.FontSize;
1196
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
1197
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
1198
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
1199
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1200
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1201
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1202
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1203
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
1204
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
1205
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
1206
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
1207
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
1208
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
1209
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
1210
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
1211
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
1212
+ rowGap?: _$_hive_ui_style_props0.Gap;
1213
+ columnGap?: _$_hive_ui_style_props0.Gap;
1214
+ gap?: _$_hive_ui_style_props0.Gap;
1215
+ size?: _$_hive_ui_style_props0.IconSize;
1216
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
1217
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
1218
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
1219
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
1220
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
1221
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
1222
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
1223
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
1224
+ style?: _$react.CSSProperties;
1225
+ } | undefined;
1226
+ _mixed?: {
1227
+ background?: "none";
1228
+ border?: "none";
1229
+ borderTop?: "none";
1230
+ borderRight?: "none";
1231
+ borderBottom?: "none";
1232
+ borderLeft?: "none";
1233
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
1234
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
1235
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
1236
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
1237
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
1238
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
1239
+ borderStyle?: _$react.CSSProperties["borderStyle"];
1240
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
1241
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
1242
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
1243
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1244
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1245
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1246
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1247
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1248
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1249
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1250
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1251
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1252
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1253
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
1254
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
1255
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1256
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
1257
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
1258
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
1259
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
1260
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
1261
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
1262
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
1263
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
1264
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
1265
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
1266
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
1267
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
1268
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
1269
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
1270
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
1271
+ padding?: _$_hive_ui_style_props0.Padding;
1272
+ paddingX?: _$_hive_ui_style_props0.Padding;
1273
+ paddingY?: _$_hive_ui_style_props0.Padding;
1274
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
1275
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
1276
+ paddingRight?: _$_hive_ui_style_props0.Padding;
1277
+ paddingTop?: _$_hive_ui_style_props0.Padding;
1278
+ margin?: _$_hive_ui_style_props0.Margin;
1279
+ marginX?: _$_hive_ui_style_props0.Margin;
1280
+ marginY?: _$_hive_ui_style_props0.Margin;
1281
+ marginBottom?: _$_hive_ui_style_props0.Margin;
1282
+ marginLeft?: _$_hive_ui_style_props0.Margin;
1283
+ marginRight?: _$_hive_ui_style_props0.Margin;
1284
+ marginTop?: _$_hive_ui_style_props0.Margin;
1285
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
1286
+ color?: _$_hive_ui_style_props0.Color;
1287
+ fontSize?: _$_hive_ui_style_props0.FontSize;
1288
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
1289
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
1290
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
1291
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1292
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1293
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1294
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1295
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
1296
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
1297
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
1298
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
1299
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
1300
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
1301
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
1302
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
1303
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
1304
+ rowGap?: _$_hive_ui_style_props0.Gap;
1305
+ columnGap?: _$_hive_ui_style_props0.Gap;
1306
+ gap?: _$_hive_ui_style_props0.Gap;
1307
+ size?: _$_hive_ui_style_props0.IconSize;
1308
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
1309
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
1310
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
1311
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
1312
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
1313
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
1314
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
1315
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
1316
+ style?: _$react.CSSProperties;
1317
+ } | undefined;
1318
+ _selected?: {
1319
+ background?: "none";
1320
+ border?: "none";
1321
+ borderTop?: "none";
1322
+ borderRight?: "none";
1323
+ borderBottom?: "none";
1324
+ borderLeft?: "none";
1325
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
1326
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
1327
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
1328
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
1329
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
1330
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
1331
+ borderStyle?: _$react.CSSProperties["borderStyle"];
1332
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
1333
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
1334
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
1335
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1336
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1337
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1338
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1339
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1340
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1341
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1342
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1343
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1344
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1345
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
1346
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
1347
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1348
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
1349
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
1350
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
1351
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
1352
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
1353
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
1354
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
1355
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
1356
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
1357
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
1358
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
1359
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
1360
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
1361
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
1362
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
1363
+ padding?: _$_hive_ui_style_props0.Padding;
1364
+ paddingX?: _$_hive_ui_style_props0.Padding;
1365
+ paddingY?: _$_hive_ui_style_props0.Padding;
1366
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
1367
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
1368
+ paddingRight?: _$_hive_ui_style_props0.Padding;
1369
+ paddingTop?: _$_hive_ui_style_props0.Padding;
1370
+ margin?: _$_hive_ui_style_props0.Margin;
1371
+ marginX?: _$_hive_ui_style_props0.Margin;
1372
+ marginY?: _$_hive_ui_style_props0.Margin;
1373
+ marginBottom?: _$_hive_ui_style_props0.Margin;
1374
+ marginLeft?: _$_hive_ui_style_props0.Margin;
1375
+ marginRight?: _$_hive_ui_style_props0.Margin;
1376
+ marginTop?: _$_hive_ui_style_props0.Margin;
1377
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
1378
+ color?: _$_hive_ui_style_props0.Color;
1379
+ fontSize?: _$_hive_ui_style_props0.FontSize;
1380
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
1381
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
1382
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
1383
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1384
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1385
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1386
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1387
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
1388
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
1389
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
1390
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
1391
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
1392
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
1393
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
1394
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
1395
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
1396
+ rowGap?: _$_hive_ui_style_props0.Gap;
1397
+ columnGap?: _$_hive_ui_style_props0.Gap;
1398
+ gap?: _$_hive_ui_style_props0.Gap;
1399
+ size?: _$_hive_ui_style_props0.IconSize;
1400
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
1401
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
1402
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
1403
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
1404
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
1405
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
1406
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
1407
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
1408
+ style?: _$react.CSSProperties;
1409
+ } | undefined;
1410
+ _selected_hover?: {
1411
+ background?: "none";
1412
+ border?: "none";
1413
+ borderTop?: "none";
1414
+ borderRight?: "none";
1415
+ borderBottom?: "none";
1416
+ borderLeft?: "none";
1417
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
1418
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
1419
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
1420
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
1421
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
1422
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
1423
+ borderStyle?: _$react.CSSProperties["borderStyle"];
1424
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
1425
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
1426
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
1427
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1428
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1429
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1430
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1431
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1432
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1433
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1434
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1435
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1436
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1437
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
1438
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
1439
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1440
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
1441
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
1442
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
1443
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
1444
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
1445
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
1446
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
1447
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
1448
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
1449
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
1450
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
1451
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
1452
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
1453
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
1454
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
1455
+ padding?: _$_hive_ui_style_props0.Padding;
1456
+ paddingX?: _$_hive_ui_style_props0.Padding;
1457
+ paddingY?: _$_hive_ui_style_props0.Padding;
1458
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
1459
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
1460
+ paddingRight?: _$_hive_ui_style_props0.Padding;
1461
+ paddingTop?: _$_hive_ui_style_props0.Padding;
1462
+ margin?: _$_hive_ui_style_props0.Margin;
1463
+ marginX?: _$_hive_ui_style_props0.Margin;
1464
+ marginY?: _$_hive_ui_style_props0.Margin;
1465
+ marginBottom?: _$_hive_ui_style_props0.Margin;
1466
+ marginLeft?: _$_hive_ui_style_props0.Margin;
1467
+ marginRight?: _$_hive_ui_style_props0.Margin;
1468
+ marginTop?: _$_hive_ui_style_props0.Margin;
1469
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
1470
+ color?: _$_hive_ui_style_props0.Color;
1471
+ fontSize?: _$_hive_ui_style_props0.FontSize;
1472
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
1473
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
1474
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
1475
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1476
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1477
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1478
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1479
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
1480
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
1481
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
1482
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
1483
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
1484
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
1485
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
1486
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
1487
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
1488
+ rowGap?: _$_hive_ui_style_props0.Gap;
1489
+ columnGap?: _$_hive_ui_style_props0.Gap;
1490
+ gap?: _$_hive_ui_style_props0.Gap;
1491
+ size?: _$_hive_ui_style_props0.IconSize;
1492
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
1493
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
1494
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
1495
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
1496
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
1497
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
1498
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
1499
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
1500
+ style?: _$react.CSSProperties;
1501
+ } | undefined;
1502
+ _selected_focus?: {
1503
+ background?: "none";
1504
+ border?: "none";
1505
+ borderTop?: "none";
1506
+ borderRight?: "none";
1507
+ borderBottom?: "none";
1508
+ borderLeft?: "none";
1509
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
1510
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
1511
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
1512
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
1513
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
1514
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
1515
+ borderStyle?: _$react.CSSProperties["borderStyle"];
1516
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
1517
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
1518
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
1519
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1520
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1521
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1522
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1523
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1524
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1525
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1526
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1527
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1528
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1529
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
1530
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
1531
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1532
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
1533
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
1534
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
1535
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
1536
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
1537
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
1538
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
1539
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
1540
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
1541
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
1542
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
1543
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
1544
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
1545
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
1546
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
1547
+ padding?: _$_hive_ui_style_props0.Padding;
1548
+ paddingX?: _$_hive_ui_style_props0.Padding;
1549
+ paddingY?: _$_hive_ui_style_props0.Padding;
1550
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
1551
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
1552
+ paddingRight?: _$_hive_ui_style_props0.Padding;
1553
+ paddingTop?: _$_hive_ui_style_props0.Padding;
1554
+ margin?: _$_hive_ui_style_props0.Margin;
1555
+ marginX?: _$_hive_ui_style_props0.Margin;
1556
+ marginY?: _$_hive_ui_style_props0.Margin;
1557
+ marginBottom?: _$_hive_ui_style_props0.Margin;
1558
+ marginLeft?: _$_hive_ui_style_props0.Margin;
1559
+ marginRight?: _$_hive_ui_style_props0.Margin;
1560
+ marginTop?: _$_hive_ui_style_props0.Margin;
1561
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
1562
+ color?: _$_hive_ui_style_props0.Color;
1563
+ fontSize?: _$_hive_ui_style_props0.FontSize;
1564
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
1565
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
1566
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
1567
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1568
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1569
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1570
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1571
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
1572
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
1573
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
1574
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
1575
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
1576
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
1577
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
1578
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
1579
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
1580
+ rowGap?: _$_hive_ui_style_props0.Gap;
1581
+ columnGap?: _$_hive_ui_style_props0.Gap;
1582
+ gap?: _$_hive_ui_style_props0.Gap;
1583
+ size?: _$_hive_ui_style_props0.IconSize;
1584
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
1585
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
1586
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
1587
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
1588
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
1589
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
1590
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
1591
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
1592
+ style?: _$react.CSSProperties;
1593
+ } | undefined;
1594
+ _selected_focusVisible?: {
1595
+ background?: "none";
1596
+ border?: "none";
1597
+ borderTop?: "none";
1598
+ borderRight?: "none";
1599
+ borderBottom?: "none";
1600
+ borderLeft?: "none";
1601
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
1602
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
1603
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
1604
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
1605
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
1606
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
1607
+ borderStyle?: _$react.CSSProperties["borderStyle"];
1608
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
1609
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
1610
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
1611
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1612
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1613
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1614
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1615
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1616
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1617
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1618
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1619
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1620
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1621
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
1622
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
1623
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1624
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
1625
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
1626
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
1627
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
1628
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
1629
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
1630
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
1631
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
1632
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
1633
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
1634
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
1635
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
1636
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
1637
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
1638
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
1639
+ padding?: _$_hive_ui_style_props0.Padding;
1640
+ paddingX?: _$_hive_ui_style_props0.Padding;
1641
+ paddingY?: _$_hive_ui_style_props0.Padding;
1642
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
1643
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
1644
+ paddingRight?: _$_hive_ui_style_props0.Padding;
1645
+ paddingTop?: _$_hive_ui_style_props0.Padding;
1646
+ margin?: _$_hive_ui_style_props0.Margin;
1647
+ marginX?: _$_hive_ui_style_props0.Margin;
1648
+ marginY?: _$_hive_ui_style_props0.Margin;
1649
+ marginBottom?: _$_hive_ui_style_props0.Margin;
1650
+ marginLeft?: _$_hive_ui_style_props0.Margin;
1651
+ marginRight?: _$_hive_ui_style_props0.Margin;
1652
+ marginTop?: _$_hive_ui_style_props0.Margin;
1653
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
1654
+ color?: _$_hive_ui_style_props0.Color;
1655
+ fontSize?: _$_hive_ui_style_props0.FontSize;
1656
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
1657
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
1658
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
1659
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1660
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1661
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1662
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1663
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
1664
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
1665
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
1666
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
1667
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
1668
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
1669
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
1670
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
1671
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
1672
+ rowGap?: _$_hive_ui_style_props0.Gap;
1673
+ columnGap?: _$_hive_ui_style_props0.Gap;
1674
+ gap?: _$_hive_ui_style_props0.Gap;
1675
+ size?: _$_hive_ui_style_props0.IconSize;
1676
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
1677
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
1678
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
1679
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
1680
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
1681
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
1682
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
1683
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
1684
+ style?: _$react.CSSProperties;
1685
+ } | undefined;
1686
+ _invalid?: {
1687
+ background?: "none";
1688
+ border?: "none";
1689
+ borderTop?: "none";
1690
+ borderRight?: "none";
1691
+ borderBottom?: "none";
1692
+ borderLeft?: "none";
1693
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
1694
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
1695
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
1696
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
1697
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
1698
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
1699
+ borderStyle?: _$react.CSSProperties["borderStyle"];
1700
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
1701
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
1702
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
1703
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1704
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1705
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1706
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1707
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1708
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1709
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1710
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1711
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1712
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1713
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
1714
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
1715
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1716
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
1717
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
1718
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
1719
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
1720
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
1721
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
1722
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
1723
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
1724
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
1725
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
1726
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
1727
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
1728
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
1729
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
1730
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
1731
+ padding?: _$_hive_ui_style_props0.Padding;
1732
+ paddingX?: _$_hive_ui_style_props0.Padding;
1733
+ paddingY?: _$_hive_ui_style_props0.Padding;
1734
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
1735
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
1736
+ paddingRight?: _$_hive_ui_style_props0.Padding;
1737
+ paddingTop?: _$_hive_ui_style_props0.Padding;
1738
+ margin?: _$_hive_ui_style_props0.Margin;
1739
+ marginX?: _$_hive_ui_style_props0.Margin;
1740
+ marginY?: _$_hive_ui_style_props0.Margin;
1741
+ marginBottom?: _$_hive_ui_style_props0.Margin;
1742
+ marginLeft?: _$_hive_ui_style_props0.Margin;
1743
+ marginRight?: _$_hive_ui_style_props0.Margin;
1744
+ marginTop?: _$_hive_ui_style_props0.Margin;
1745
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
1746
+ color?: _$_hive_ui_style_props0.Color;
1747
+ fontSize?: _$_hive_ui_style_props0.FontSize;
1748
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
1749
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
1750
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
1751
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1752
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1753
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1754
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1755
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
1756
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
1757
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
1758
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
1759
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
1760
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
1761
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
1762
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
1763
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
1764
+ rowGap?: _$_hive_ui_style_props0.Gap;
1765
+ columnGap?: _$_hive_ui_style_props0.Gap;
1766
+ gap?: _$_hive_ui_style_props0.Gap;
1767
+ size?: _$_hive_ui_style_props0.IconSize;
1768
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
1769
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
1770
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
1771
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
1772
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
1773
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
1774
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
1775
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
1776
+ style?: _$react.CSSProperties;
1777
+ } | undefined;
1778
+ _pressed?: {
1779
+ background?: "none";
1780
+ border?: "none";
1781
+ borderTop?: "none";
1782
+ borderRight?: "none";
1783
+ borderBottom?: "none";
1784
+ borderLeft?: "none";
1785
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
1786
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
1787
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
1788
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
1789
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
1790
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
1791
+ borderStyle?: _$react.CSSProperties["borderStyle"];
1792
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
1793
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
1794
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
1795
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1796
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1797
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1798
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1799
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1800
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1801
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1802
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1803
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1804
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1805
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
1806
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
1807
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1808
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
1809
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
1810
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
1811
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
1812
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
1813
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
1814
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
1815
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
1816
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
1817
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
1818
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
1819
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
1820
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
1821
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
1822
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
1823
+ padding?: _$_hive_ui_style_props0.Padding;
1824
+ paddingX?: _$_hive_ui_style_props0.Padding;
1825
+ paddingY?: _$_hive_ui_style_props0.Padding;
1826
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
1827
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
1828
+ paddingRight?: _$_hive_ui_style_props0.Padding;
1829
+ paddingTop?: _$_hive_ui_style_props0.Padding;
1830
+ margin?: _$_hive_ui_style_props0.Margin;
1831
+ marginX?: _$_hive_ui_style_props0.Margin;
1832
+ marginY?: _$_hive_ui_style_props0.Margin;
1833
+ marginBottom?: _$_hive_ui_style_props0.Margin;
1834
+ marginLeft?: _$_hive_ui_style_props0.Margin;
1835
+ marginRight?: _$_hive_ui_style_props0.Margin;
1836
+ marginTop?: _$_hive_ui_style_props0.Margin;
1837
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
1838
+ color?: _$_hive_ui_style_props0.Color;
1839
+ fontSize?: _$_hive_ui_style_props0.FontSize;
1840
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
1841
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
1842
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
1843
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1844
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1845
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1846
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1847
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
1848
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
1849
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
1850
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
1851
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
1852
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
1853
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
1854
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
1855
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
1856
+ rowGap?: _$_hive_ui_style_props0.Gap;
1857
+ columnGap?: _$_hive_ui_style_props0.Gap;
1858
+ gap?: _$_hive_ui_style_props0.Gap;
1859
+ size?: _$_hive_ui_style_props0.IconSize;
1860
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
1861
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
1862
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
1863
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
1864
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
1865
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
1866
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
1867
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
1868
+ style?: _$react.CSSProperties;
1869
+ } | undefined;
1870
+ _pressed_focus?: {
1871
+ background?: "none";
1872
+ border?: "none";
1873
+ borderTop?: "none";
1874
+ borderRight?: "none";
1875
+ borderBottom?: "none";
1876
+ borderLeft?: "none";
1877
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
1878
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
1879
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
1880
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
1881
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
1882
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
1883
+ borderStyle?: _$react.CSSProperties["borderStyle"];
1884
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
1885
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
1886
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
1887
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1888
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1889
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1890
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1891
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1892
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1893
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1894
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1895
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1896
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1897
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
1898
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
1899
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1900
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
1901
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
1902
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
1903
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
1904
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
1905
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
1906
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
1907
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
1908
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
1909
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
1910
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
1911
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
1912
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
1913
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
1914
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
1915
+ padding?: _$_hive_ui_style_props0.Padding;
1916
+ paddingX?: _$_hive_ui_style_props0.Padding;
1917
+ paddingY?: _$_hive_ui_style_props0.Padding;
1918
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
1919
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
1920
+ paddingRight?: _$_hive_ui_style_props0.Padding;
1921
+ paddingTop?: _$_hive_ui_style_props0.Padding;
1922
+ margin?: _$_hive_ui_style_props0.Margin;
1923
+ marginX?: _$_hive_ui_style_props0.Margin;
1924
+ marginY?: _$_hive_ui_style_props0.Margin;
1925
+ marginBottom?: _$_hive_ui_style_props0.Margin;
1926
+ marginLeft?: _$_hive_ui_style_props0.Margin;
1927
+ marginRight?: _$_hive_ui_style_props0.Margin;
1928
+ marginTop?: _$_hive_ui_style_props0.Margin;
1929
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
1930
+ color?: _$_hive_ui_style_props0.Color;
1931
+ fontSize?: _$_hive_ui_style_props0.FontSize;
1932
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
1933
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
1934
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
1935
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1936
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1937
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
1938
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
1939
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
1940
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
1941
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
1942
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
1943
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
1944
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
1945
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
1946
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
1947
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
1948
+ rowGap?: _$_hive_ui_style_props0.Gap;
1949
+ columnGap?: _$_hive_ui_style_props0.Gap;
1950
+ gap?: _$_hive_ui_style_props0.Gap;
1951
+ size?: _$_hive_ui_style_props0.IconSize;
1952
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
1953
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
1954
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
1955
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
1956
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
1957
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
1958
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
1959
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
1960
+ style?: _$react.CSSProperties;
1961
+ } | undefined;
1962
+ _pressed_hover?: {
1963
+ background?: "none";
1964
+ border?: "none";
1965
+ borderTop?: "none";
1966
+ borderRight?: "none";
1967
+ borderBottom?: "none";
1968
+ borderLeft?: "none";
1969
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
1970
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
1971
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
1972
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
1973
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
1974
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
1975
+ borderStyle?: _$react.CSSProperties["borderStyle"];
1976
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
1977
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
1978
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
1979
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1980
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1981
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1982
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1983
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1984
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1985
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1986
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1987
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1988
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1989
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
1990
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
1991
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
1992
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
1993
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
1994
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
1995
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
1996
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
1997
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
1998
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
1999
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
2000
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
2001
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
2002
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
2003
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
2004
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
2005
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
2006
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
2007
+ padding?: _$_hive_ui_style_props0.Padding;
2008
+ paddingX?: _$_hive_ui_style_props0.Padding;
2009
+ paddingY?: _$_hive_ui_style_props0.Padding;
2010
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
2011
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
2012
+ paddingRight?: _$_hive_ui_style_props0.Padding;
2013
+ paddingTop?: _$_hive_ui_style_props0.Padding;
2014
+ margin?: _$_hive_ui_style_props0.Margin;
2015
+ marginX?: _$_hive_ui_style_props0.Margin;
2016
+ marginY?: _$_hive_ui_style_props0.Margin;
2017
+ marginBottom?: _$_hive_ui_style_props0.Margin;
2018
+ marginLeft?: _$_hive_ui_style_props0.Margin;
2019
+ marginRight?: _$_hive_ui_style_props0.Margin;
2020
+ marginTop?: _$_hive_ui_style_props0.Margin;
2021
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
2022
+ color?: _$_hive_ui_style_props0.Color;
2023
+ fontSize?: _$_hive_ui_style_props0.FontSize;
2024
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
2025
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
2026
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
2027
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2028
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2029
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2030
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2031
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
2032
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
2033
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
2034
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
2035
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
2036
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
2037
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
2038
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
2039
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
2040
+ rowGap?: _$_hive_ui_style_props0.Gap;
2041
+ columnGap?: _$_hive_ui_style_props0.Gap;
2042
+ gap?: _$_hive_ui_style_props0.Gap;
2043
+ size?: _$_hive_ui_style_props0.IconSize;
2044
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
2045
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
2046
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
2047
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
2048
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
2049
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
2050
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
2051
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
2052
+ style?: _$react.CSSProperties;
2053
+ } | undefined;
2054
+ _pressed_active?: {
2055
+ background?: "none";
2056
+ border?: "none";
2057
+ borderTop?: "none";
2058
+ borderRight?: "none";
2059
+ borderBottom?: "none";
2060
+ borderLeft?: "none";
2061
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
2062
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
2063
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
2064
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
2065
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
2066
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
2067
+ borderStyle?: _$react.CSSProperties["borderStyle"];
2068
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
2069
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
2070
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
2071
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2072
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2073
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2074
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2075
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2076
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2077
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2078
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2079
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2080
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2081
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
2082
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
2083
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2084
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
2085
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
2086
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
2087
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
2088
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
2089
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
2090
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
2091
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
2092
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
2093
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
2094
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
2095
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
2096
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
2097
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
2098
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
2099
+ padding?: _$_hive_ui_style_props0.Padding;
2100
+ paddingX?: _$_hive_ui_style_props0.Padding;
2101
+ paddingY?: _$_hive_ui_style_props0.Padding;
2102
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
2103
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
2104
+ paddingRight?: _$_hive_ui_style_props0.Padding;
2105
+ paddingTop?: _$_hive_ui_style_props0.Padding;
2106
+ margin?: _$_hive_ui_style_props0.Margin;
2107
+ marginX?: _$_hive_ui_style_props0.Margin;
2108
+ marginY?: _$_hive_ui_style_props0.Margin;
2109
+ marginBottom?: _$_hive_ui_style_props0.Margin;
2110
+ marginLeft?: _$_hive_ui_style_props0.Margin;
2111
+ marginRight?: _$_hive_ui_style_props0.Margin;
2112
+ marginTop?: _$_hive_ui_style_props0.Margin;
2113
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
2114
+ color?: _$_hive_ui_style_props0.Color;
2115
+ fontSize?: _$_hive_ui_style_props0.FontSize;
2116
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
2117
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
2118
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
2119
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2120
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2121
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2122
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2123
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
2124
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
2125
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
2126
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
2127
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
2128
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
2129
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
2130
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
2131
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
2132
+ rowGap?: _$_hive_ui_style_props0.Gap;
2133
+ columnGap?: _$_hive_ui_style_props0.Gap;
2134
+ gap?: _$_hive_ui_style_props0.Gap;
2135
+ size?: _$_hive_ui_style_props0.IconSize;
2136
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
2137
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
2138
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
2139
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
2140
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
2141
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
2142
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
2143
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
2144
+ style?: _$react.CSSProperties;
2145
+ } | undefined;
2146
+ _pressed_disabled?: {
2147
+ background?: "none";
2148
+ border?: "none";
2149
+ borderTop?: "none";
2150
+ borderRight?: "none";
2151
+ borderBottom?: "none";
2152
+ borderLeft?: "none";
2153
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
2154
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
2155
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
2156
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
2157
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
2158
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
2159
+ borderStyle?: _$react.CSSProperties["borderStyle"];
2160
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
2161
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
2162
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
2163
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2164
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2165
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2166
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2167
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2168
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2169
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2170
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2171
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2172
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2173
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
2174
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
2175
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2176
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
2177
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
2178
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
2179
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
2180
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
2181
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
2182
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
2183
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
2184
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
2185
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
2186
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
2187
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
2188
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
2189
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
2190
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
2191
+ padding?: _$_hive_ui_style_props0.Padding;
2192
+ paddingX?: _$_hive_ui_style_props0.Padding;
2193
+ paddingY?: _$_hive_ui_style_props0.Padding;
2194
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
2195
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
2196
+ paddingRight?: _$_hive_ui_style_props0.Padding;
2197
+ paddingTop?: _$_hive_ui_style_props0.Padding;
2198
+ margin?: _$_hive_ui_style_props0.Margin;
2199
+ marginX?: _$_hive_ui_style_props0.Margin;
2200
+ marginY?: _$_hive_ui_style_props0.Margin;
2201
+ marginBottom?: _$_hive_ui_style_props0.Margin;
2202
+ marginLeft?: _$_hive_ui_style_props0.Margin;
2203
+ marginRight?: _$_hive_ui_style_props0.Margin;
2204
+ marginTop?: _$_hive_ui_style_props0.Margin;
2205
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
2206
+ color?: _$_hive_ui_style_props0.Color;
2207
+ fontSize?: _$_hive_ui_style_props0.FontSize;
2208
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
2209
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
2210
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
2211
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2212
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2213
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2214
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2215
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
2216
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
2217
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
2218
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
2219
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
2220
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
2221
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
2222
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
2223
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
2224
+ rowGap?: _$_hive_ui_style_props0.Gap;
2225
+ columnGap?: _$_hive_ui_style_props0.Gap;
2226
+ gap?: _$_hive_ui_style_props0.Gap;
2227
+ size?: _$_hive_ui_style_props0.IconSize;
2228
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
2229
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
2230
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
2231
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
2232
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
2233
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
2234
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
2235
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
2236
+ style?: _$react.CSSProperties;
2237
+ } | undefined;
2238
+ _readOnly?: {
2239
+ background?: "none";
2240
+ border?: "none";
2241
+ borderTop?: "none";
2242
+ borderRight?: "none";
2243
+ borderBottom?: "none";
2244
+ borderLeft?: "none";
2245
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
2246
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
2247
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
2248
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
2249
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
2250
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
2251
+ borderStyle?: _$react.CSSProperties["borderStyle"];
2252
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
2253
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
2254
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
2255
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2256
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2257
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2258
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2259
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2260
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2261
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2262
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2263
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2264
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2265
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
2266
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
2267
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2268
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
2269
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
2270
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
2271
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
2272
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
2273
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
2274
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
2275
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
2276
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
2277
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
2278
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
2279
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
2280
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
2281
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
2282
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
2283
+ padding?: _$_hive_ui_style_props0.Padding;
2284
+ paddingX?: _$_hive_ui_style_props0.Padding;
2285
+ paddingY?: _$_hive_ui_style_props0.Padding;
2286
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
2287
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
2288
+ paddingRight?: _$_hive_ui_style_props0.Padding;
2289
+ paddingTop?: _$_hive_ui_style_props0.Padding;
2290
+ margin?: _$_hive_ui_style_props0.Margin;
2291
+ marginX?: _$_hive_ui_style_props0.Margin;
2292
+ marginY?: _$_hive_ui_style_props0.Margin;
2293
+ marginBottom?: _$_hive_ui_style_props0.Margin;
2294
+ marginLeft?: _$_hive_ui_style_props0.Margin;
2295
+ marginRight?: _$_hive_ui_style_props0.Margin;
2296
+ marginTop?: _$_hive_ui_style_props0.Margin;
2297
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
2298
+ color?: _$_hive_ui_style_props0.Color;
2299
+ fontSize?: _$_hive_ui_style_props0.FontSize;
2300
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
2301
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
2302
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
2303
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2304
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2305
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2306
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2307
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
2308
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
2309
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
2310
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
2311
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
2312
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
2313
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
2314
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
2315
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
2316
+ rowGap?: _$_hive_ui_style_props0.Gap;
2317
+ columnGap?: _$_hive_ui_style_props0.Gap;
2318
+ gap?: _$_hive_ui_style_props0.Gap;
2319
+ size?: _$_hive_ui_style_props0.IconSize;
2320
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
2321
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
2322
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
2323
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
2324
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
2325
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
2326
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
2327
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
2328
+ style?: _$react.CSSProperties;
2329
+ } | undefined;
2330
+ _first?: {
2331
+ background?: "none";
2332
+ border?: "none";
2333
+ borderTop?: "none";
2334
+ borderRight?: "none";
2335
+ borderBottom?: "none";
2336
+ borderLeft?: "none";
2337
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
2338
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
2339
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
2340
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
2341
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
2342
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
2343
+ borderStyle?: _$react.CSSProperties["borderStyle"];
2344
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
2345
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
2346
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
2347
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2348
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2349
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2350
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2351
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2352
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2353
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2354
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2355
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2356
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2357
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
2358
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
2359
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2360
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
2361
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
2362
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
2363
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
2364
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
2365
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
2366
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
2367
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
2368
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
2369
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
2370
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
2371
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
2372
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
2373
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
2374
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
2375
+ padding?: _$_hive_ui_style_props0.Padding;
2376
+ paddingX?: _$_hive_ui_style_props0.Padding;
2377
+ paddingY?: _$_hive_ui_style_props0.Padding;
2378
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
2379
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
2380
+ paddingRight?: _$_hive_ui_style_props0.Padding;
2381
+ paddingTop?: _$_hive_ui_style_props0.Padding;
2382
+ margin?: _$_hive_ui_style_props0.Margin;
2383
+ marginX?: _$_hive_ui_style_props0.Margin;
2384
+ marginY?: _$_hive_ui_style_props0.Margin;
2385
+ marginBottom?: _$_hive_ui_style_props0.Margin;
2386
+ marginLeft?: _$_hive_ui_style_props0.Margin;
2387
+ marginRight?: _$_hive_ui_style_props0.Margin;
2388
+ marginTop?: _$_hive_ui_style_props0.Margin;
2389
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
2390
+ color?: _$_hive_ui_style_props0.Color;
2391
+ fontSize?: _$_hive_ui_style_props0.FontSize;
2392
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
2393
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
2394
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
2395
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2396
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2397
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2398
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2399
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
2400
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
2401
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
2402
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
2403
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
2404
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
2405
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
2406
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
2407
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
2408
+ rowGap?: _$_hive_ui_style_props0.Gap;
2409
+ columnGap?: _$_hive_ui_style_props0.Gap;
2410
+ gap?: _$_hive_ui_style_props0.Gap;
2411
+ size?: _$_hive_ui_style_props0.IconSize;
2412
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
2413
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
2414
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
2415
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
2416
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
2417
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
2418
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
2419
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
2420
+ style?: _$react.CSSProperties;
2421
+ } | undefined;
2422
+ _last?: {
2423
+ background?: "none";
2424
+ border?: "none";
2425
+ borderTop?: "none";
2426
+ borderRight?: "none";
2427
+ borderBottom?: "none";
2428
+ borderLeft?: "none";
2429
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
2430
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
2431
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
2432
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
2433
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
2434
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
2435
+ borderStyle?: _$react.CSSProperties["borderStyle"];
2436
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
2437
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
2438
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
2439
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2440
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2441
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2442
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2443
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2444
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2445
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2446
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2447
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2448
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2449
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
2450
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
2451
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2452
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
2453
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
2454
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
2455
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
2456
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
2457
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
2458
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
2459
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
2460
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
2461
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
2462
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
2463
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
2464
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
2465
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
2466
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
2467
+ padding?: _$_hive_ui_style_props0.Padding;
2468
+ paddingX?: _$_hive_ui_style_props0.Padding;
2469
+ paddingY?: _$_hive_ui_style_props0.Padding;
2470
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
2471
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
2472
+ paddingRight?: _$_hive_ui_style_props0.Padding;
2473
+ paddingTop?: _$_hive_ui_style_props0.Padding;
2474
+ margin?: _$_hive_ui_style_props0.Margin;
2475
+ marginX?: _$_hive_ui_style_props0.Margin;
2476
+ marginY?: _$_hive_ui_style_props0.Margin;
2477
+ marginBottom?: _$_hive_ui_style_props0.Margin;
2478
+ marginLeft?: _$_hive_ui_style_props0.Margin;
2479
+ marginRight?: _$_hive_ui_style_props0.Margin;
2480
+ marginTop?: _$_hive_ui_style_props0.Margin;
2481
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
2482
+ color?: _$_hive_ui_style_props0.Color;
2483
+ fontSize?: _$_hive_ui_style_props0.FontSize;
2484
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
2485
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
2486
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
2487
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2488
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2489
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2490
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2491
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
2492
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
2493
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
2494
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
2495
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
2496
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
2497
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
2498
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
2499
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
2500
+ rowGap?: _$_hive_ui_style_props0.Gap;
2501
+ columnGap?: _$_hive_ui_style_props0.Gap;
2502
+ gap?: _$_hive_ui_style_props0.Gap;
2503
+ size?: _$_hive_ui_style_props0.IconSize;
2504
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
2505
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
2506
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
2507
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
2508
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
2509
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
2510
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
2511
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
2512
+ style?: _$react.CSSProperties;
2513
+ } | undefined;
2514
+ _expanded?: {
2515
+ background?: "none";
2516
+ border?: "none";
2517
+ borderTop?: "none";
2518
+ borderRight?: "none";
2519
+ borderBottom?: "none";
2520
+ borderLeft?: "none";
2521
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
2522
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
2523
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
2524
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
2525
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
2526
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
2527
+ borderStyle?: _$react.CSSProperties["borderStyle"];
2528
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
2529
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
2530
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
2531
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2532
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2533
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2534
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2535
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2536
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2537
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2538
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2539
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2540
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2541
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
2542
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
2543
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2544
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
2545
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
2546
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
2547
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
2548
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
2549
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
2550
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
2551
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
2552
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
2553
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
2554
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
2555
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
2556
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
2557
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
2558
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
2559
+ padding?: _$_hive_ui_style_props0.Padding;
2560
+ paddingX?: _$_hive_ui_style_props0.Padding;
2561
+ paddingY?: _$_hive_ui_style_props0.Padding;
2562
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
2563
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
2564
+ paddingRight?: _$_hive_ui_style_props0.Padding;
2565
+ paddingTop?: _$_hive_ui_style_props0.Padding;
2566
+ margin?: _$_hive_ui_style_props0.Margin;
2567
+ marginX?: _$_hive_ui_style_props0.Margin;
2568
+ marginY?: _$_hive_ui_style_props0.Margin;
2569
+ marginBottom?: _$_hive_ui_style_props0.Margin;
2570
+ marginLeft?: _$_hive_ui_style_props0.Margin;
2571
+ marginRight?: _$_hive_ui_style_props0.Margin;
2572
+ marginTop?: _$_hive_ui_style_props0.Margin;
2573
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
2574
+ color?: _$_hive_ui_style_props0.Color;
2575
+ fontSize?: _$_hive_ui_style_props0.FontSize;
2576
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
2577
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
2578
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
2579
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2580
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2581
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2582
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2583
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
2584
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
2585
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
2586
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
2587
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
2588
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
2589
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
2590
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
2591
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
2592
+ rowGap?: _$_hive_ui_style_props0.Gap;
2593
+ columnGap?: _$_hive_ui_style_props0.Gap;
2594
+ gap?: _$_hive_ui_style_props0.Gap;
2595
+ size?: _$_hive_ui_style_props0.IconSize;
2596
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
2597
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
2598
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
2599
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
2600
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
2601
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
2602
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
2603
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
2604
+ style?: _$react.CSSProperties;
2605
+ } | undefined;
2606
+ _grabbed?: {
2607
+ background?: "none";
2608
+ border?: "none";
2609
+ borderTop?: "none";
2610
+ borderRight?: "none";
2611
+ borderBottom?: "none";
2612
+ borderLeft?: "none";
2613
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
2614
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
2615
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
2616
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
2617
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
2618
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
2619
+ borderStyle?: _$react.CSSProperties["borderStyle"];
2620
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
2621
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
2622
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
2623
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2624
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2625
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2626
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2627
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2628
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2629
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2630
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2631
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2632
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2633
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
2634
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
2635
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2636
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
2637
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
2638
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
2639
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
2640
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
2641
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
2642
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
2643
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
2644
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
2645
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
2646
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
2647
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
2648
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
2649
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
2650
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
2651
+ padding?: _$_hive_ui_style_props0.Padding;
2652
+ paddingX?: _$_hive_ui_style_props0.Padding;
2653
+ paddingY?: _$_hive_ui_style_props0.Padding;
2654
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
2655
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
2656
+ paddingRight?: _$_hive_ui_style_props0.Padding;
2657
+ paddingTop?: _$_hive_ui_style_props0.Padding;
2658
+ margin?: _$_hive_ui_style_props0.Margin;
2659
+ marginX?: _$_hive_ui_style_props0.Margin;
2660
+ marginY?: _$_hive_ui_style_props0.Margin;
2661
+ marginBottom?: _$_hive_ui_style_props0.Margin;
2662
+ marginLeft?: _$_hive_ui_style_props0.Margin;
2663
+ marginRight?: _$_hive_ui_style_props0.Margin;
2664
+ marginTop?: _$_hive_ui_style_props0.Margin;
2665
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
2666
+ color?: _$_hive_ui_style_props0.Color;
2667
+ fontSize?: _$_hive_ui_style_props0.FontSize;
2668
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
2669
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
2670
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
2671
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2672
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2673
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2674
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2675
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
2676
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
2677
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
2678
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
2679
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
2680
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
2681
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
2682
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
2683
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
2684
+ rowGap?: _$_hive_ui_style_props0.Gap;
2685
+ columnGap?: _$_hive_ui_style_props0.Gap;
2686
+ gap?: _$_hive_ui_style_props0.Gap;
2687
+ size?: _$_hive_ui_style_props0.IconSize;
2688
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
2689
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
2690
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
2691
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
2692
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
2693
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
2694
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
2695
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
2696
+ style?: _$react.CSSProperties;
2697
+ } | undefined;
2698
+ _notFirst?: {
2699
+ background?: "none";
2700
+ border?: "none";
2701
+ borderTop?: "none";
2702
+ borderRight?: "none";
2703
+ borderBottom?: "none";
2704
+ borderLeft?: "none";
2705
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
2706
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
2707
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
2708
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
2709
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
2710
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
2711
+ borderStyle?: _$react.CSSProperties["borderStyle"];
2712
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
2713
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
2714
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
2715
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2716
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2717
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2718
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2719
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2720
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2721
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2722
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2723
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2724
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2725
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
2726
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
2727
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2728
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
2729
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
2730
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
2731
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
2732
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
2733
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
2734
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
2735
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
2736
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
2737
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
2738
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
2739
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
2740
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
2741
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
2742
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
2743
+ padding?: _$_hive_ui_style_props0.Padding;
2744
+ paddingX?: _$_hive_ui_style_props0.Padding;
2745
+ paddingY?: _$_hive_ui_style_props0.Padding;
2746
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
2747
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
2748
+ paddingRight?: _$_hive_ui_style_props0.Padding;
2749
+ paddingTop?: _$_hive_ui_style_props0.Padding;
2750
+ margin?: _$_hive_ui_style_props0.Margin;
2751
+ marginX?: _$_hive_ui_style_props0.Margin;
2752
+ marginY?: _$_hive_ui_style_props0.Margin;
2753
+ marginBottom?: _$_hive_ui_style_props0.Margin;
2754
+ marginLeft?: _$_hive_ui_style_props0.Margin;
2755
+ marginRight?: _$_hive_ui_style_props0.Margin;
2756
+ marginTop?: _$_hive_ui_style_props0.Margin;
2757
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
2758
+ color?: _$_hive_ui_style_props0.Color;
2759
+ fontSize?: _$_hive_ui_style_props0.FontSize;
2760
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
2761
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
2762
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
2763
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2764
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2765
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2766
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2767
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
2768
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
2769
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
2770
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
2771
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
2772
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
2773
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
2774
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
2775
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
2776
+ rowGap?: _$_hive_ui_style_props0.Gap;
2777
+ columnGap?: _$_hive_ui_style_props0.Gap;
2778
+ gap?: _$_hive_ui_style_props0.Gap;
2779
+ size?: _$_hive_ui_style_props0.IconSize;
2780
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
2781
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
2782
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
2783
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
2784
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
2785
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
2786
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
2787
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
2788
+ style?: _$react.CSSProperties;
2789
+ } | undefined;
2790
+ _notLast?: {
2791
+ background?: "none";
2792
+ border?: "none";
2793
+ borderTop?: "none";
2794
+ borderRight?: "none";
2795
+ borderBottom?: "none";
2796
+ borderLeft?: "none";
2797
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
2798
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
2799
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
2800
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
2801
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
2802
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
2803
+ borderStyle?: _$react.CSSProperties["borderStyle"];
2804
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
2805
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
2806
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
2807
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2808
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2809
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2810
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2811
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2812
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2813
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2814
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2815
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2816
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2817
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
2818
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
2819
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2820
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
2821
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
2822
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
2823
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
2824
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
2825
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
2826
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
2827
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
2828
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
2829
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
2830
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
2831
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
2832
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
2833
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
2834
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
2835
+ padding?: _$_hive_ui_style_props0.Padding;
2836
+ paddingX?: _$_hive_ui_style_props0.Padding;
2837
+ paddingY?: _$_hive_ui_style_props0.Padding;
2838
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
2839
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
2840
+ paddingRight?: _$_hive_ui_style_props0.Padding;
2841
+ paddingTop?: _$_hive_ui_style_props0.Padding;
2842
+ margin?: _$_hive_ui_style_props0.Margin;
2843
+ marginX?: _$_hive_ui_style_props0.Margin;
2844
+ marginY?: _$_hive_ui_style_props0.Margin;
2845
+ marginBottom?: _$_hive_ui_style_props0.Margin;
2846
+ marginLeft?: _$_hive_ui_style_props0.Margin;
2847
+ marginRight?: _$_hive_ui_style_props0.Margin;
2848
+ marginTop?: _$_hive_ui_style_props0.Margin;
2849
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
2850
+ color?: _$_hive_ui_style_props0.Color;
2851
+ fontSize?: _$_hive_ui_style_props0.FontSize;
2852
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
2853
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
2854
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
2855
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2856
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2857
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2858
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2859
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
2860
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
2861
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
2862
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
2863
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
2864
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
2865
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
2866
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
2867
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
2868
+ rowGap?: _$_hive_ui_style_props0.Gap;
2869
+ columnGap?: _$_hive_ui_style_props0.Gap;
2870
+ gap?: _$_hive_ui_style_props0.Gap;
2871
+ size?: _$_hive_ui_style_props0.IconSize;
2872
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
2873
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
2874
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
2875
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
2876
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
2877
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
2878
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
2879
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
2880
+ style?: _$react.CSSProperties;
2881
+ } | undefined;
2882
+ _groupHover?: {
2883
+ background?: "none";
2884
+ border?: "none";
2885
+ borderTop?: "none";
2886
+ borderRight?: "none";
2887
+ borderBottom?: "none";
2888
+ borderLeft?: "none";
2889
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
2890
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
2891
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
2892
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
2893
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
2894
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
2895
+ borderStyle?: _$react.CSSProperties["borderStyle"];
2896
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
2897
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
2898
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
2899
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2900
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2901
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2902
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2903
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2904
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2905
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2906
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2907
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2908
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2909
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
2910
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
2911
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2912
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
2913
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
2914
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
2915
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
2916
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
2917
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
2918
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
2919
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
2920
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
2921
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
2922
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
2923
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
2924
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
2925
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
2926
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
2927
+ padding?: _$_hive_ui_style_props0.Padding;
2928
+ paddingX?: _$_hive_ui_style_props0.Padding;
2929
+ paddingY?: _$_hive_ui_style_props0.Padding;
2930
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
2931
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
2932
+ paddingRight?: _$_hive_ui_style_props0.Padding;
2933
+ paddingTop?: _$_hive_ui_style_props0.Padding;
2934
+ margin?: _$_hive_ui_style_props0.Margin;
2935
+ marginX?: _$_hive_ui_style_props0.Margin;
2936
+ marginY?: _$_hive_ui_style_props0.Margin;
2937
+ marginBottom?: _$_hive_ui_style_props0.Margin;
2938
+ marginLeft?: _$_hive_ui_style_props0.Margin;
2939
+ marginRight?: _$_hive_ui_style_props0.Margin;
2940
+ marginTop?: _$_hive_ui_style_props0.Margin;
2941
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
2942
+ color?: _$_hive_ui_style_props0.Color;
2943
+ fontSize?: _$_hive_ui_style_props0.FontSize;
2944
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
2945
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
2946
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
2947
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2948
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2949
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
2950
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
2951
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
2952
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
2953
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
2954
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
2955
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
2956
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
2957
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
2958
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
2959
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
2960
+ rowGap?: _$_hive_ui_style_props0.Gap;
2961
+ columnGap?: _$_hive_ui_style_props0.Gap;
2962
+ gap?: _$_hive_ui_style_props0.Gap;
2963
+ size?: _$_hive_ui_style_props0.IconSize;
2964
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
2965
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
2966
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
2967
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
2968
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
2969
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
2970
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
2971
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
2972
+ style?: _$react.CSSProperties;
2973
+ } | undefined;
2974
+ _before?: {
2975
+ background?: "none";
2976
+ border?: "none";
2977
+ borderTop?: "none";
2978
+ borderRight?: "none";
2979
+ borderBottom?: "none";
2980
+ borderLeft?: "none";
2981
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
2982
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
2983
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
2984
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
2985
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
2986
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
2987
+ borderStyle?: _$react.CSSProperties["borderStyle"];
2988
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
2989
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
2990
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
2991
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2992
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2993
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2994
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2995
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2996
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2997
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2998
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
2999
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3000
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3001
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
3002
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
3003
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3004
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
3005
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
3006
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
3007
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
3008
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
3009
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
3010
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
3011
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
3012
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
3013
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
3014
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
3015
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
3016
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
3017
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
3018
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
3019
+ padding?: _$_hive_ui_style_props0.Padding;
3020
+ paddingX?: _$_hive_ui_style_props0.Padding;
3021
+ paddingY?: _$_hive_ui_style_props0.Padding;
3022
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
3023
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
3024
+ paddingRight?: _$_hive_ui_style_props0.Padding;
3025
+ paddingTop?: _$_hive_ui_style_props0.Padding;
3026
+ margin?: _$_hive_ui_style_props0.Margin;
3027
+ marginX?: _$_hive_ui_style_props0.Margin;
3028
+ marginY?: _$_hive_ui_style_props0.Margin;
3029
+ marginBottom?: _$_hive_ui_style_props0.Margin;
3030
+ marginLeft?: _$_hive_ui_style_props0.Margin;
3031
+ marginRight?: _$_hive_ui_style_props0.Margin;
3032
+ marginTop?: _$_hive_ui_style_props0.Margin;
3033
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
3034
+ color?: _$_hive_ui_style_props0.Color;
3035
+ fontSize?: _$_hive_ui_style_props0.FontSize;
3036
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
3037
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
3038
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
3039
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3040
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3041
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3042
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3043
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
3044
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
3045
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
3046
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
3047
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
3048
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
3049
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
3050
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
3051
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
3052
+ rowGap?: _$_hive_ui_style_props0.Gap;
3053
+ columnGap?: _$_hive_ui_style_props0.Gap;
3054
+ gap?: _$_hive_ui_style_props0.Gap;
3055
+ size?: _$_hive_ui_style_props0.IconSize;
3056
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
3057
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
3058
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
3059
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
3060
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
3061
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
3062
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
3063
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
3064
+ style?: _$react.CSSProperties;
3065
+ } | undefined;
3066
+ _after?: {
3067
+ background?: "none";
3068
+ border?: "none";
3069
+ borderTop?: "none";
3070
+ borderRight?: "none";
3071
+ borderBottom?: "none";
3072
+ borderLeft?: "none";
3073
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
3074
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
3075
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
3076
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
3077
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
3078
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
3079
+ borderStyle?: _$react.CSSProperties["borderStyle"];
3080
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
3081
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
3082
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
3083
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3084
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3085
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3086
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3087
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3088
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3089
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3090
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3091
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3092
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3093
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
3094
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
3095
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3096
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
3097
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
3098
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
3099
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
3100
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
3101
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
3102
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
3103
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
3104
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
3105
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
3106
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
3107
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
3108
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
3109
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
3110
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
3111
+ padding?: _$_hive_ui_style_props0.Padding;
3112
+ paddingX?: _$_hive_ui_style_props0.Padding;
3113
+ paddingY?: _$_hive_ui_style_props0.Padding;
3114
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
3115
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
3116
+ paddingRight?: _$_hive_ui_style_props0.Padding;
3117
+ paddingTop?: _$_hive_ui_style_props0.Padding;
3118
+ margin?: _$_hive_ui_style_props0.Margin;
3119
+ marginX?: _$_hive_ui_style_props0.Margin;
3120
+ marginY?: _$_hive_ui_style_props0.Margin;
3121
+ marginBottom?: _$_hive_ui_style_props0.Margin;
3122
+ marginLeft?: _$_hive_ui_style_props0.Margin;
3123
+ marginRight?: _$_hive_ui_style_props0.Margin;
3124
+ marginTop?: _$_hive_ui_style_props0.Margin;
3125
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
3126
+ color?: _$_hive_ui_style_props0.Color;
3127
+ fontSize?: _$_hive_ui_style_props0.FontSize;
3128
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
3129
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
3130
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
3131
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3132
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3133
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3134
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3135
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
3136
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
3137
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
3138
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
3139
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
3140
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
3141
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
3142
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
3143
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
3144
+ rowGap?: _$_hive_ui_style_props0.Gap;
3145
+ columnGap?: _$_hive_ui_style_props0.Gap;
3146
+ gap?: _$_hive_ui_style_props0.Gap;
3147
+ size?: _$_hive_ui_style_props0.IconSize;
3148
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
3149
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
3150
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
3151
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
3152
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
3153
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
3154
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
3155
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
3156
+ style?: _$react.CSSProperties;
3157
+ } | undefined;
3158
+ _selected_after?: {
3159
+ background?: "none";
3160
+ border?: "none";
3161
+ borderTop?: "none";
3162
+ borderRight?: "none";
3163
+ borderBottom?: "none";
3164
+ borderLeft?: "none";
3165
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
3166
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
3167
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
3168
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
3169
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
3170
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
3171
+ borderStyle?: _$react.CSSProperties["borderStyle"];
3172
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
3173
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
3174
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
3175
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3176
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3177
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3178
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3179
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3180
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3181
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3182
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3183
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3184
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3185
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
3186
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
3187
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3188
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
3189
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
3190
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
3191
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
3192
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
3193
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
3194
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
3195
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
3196
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
3197
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
3198
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
3199
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
3200
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
3201
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
3202
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
3203
+ padding?: _$_hive_ui_style_props0.Padding;
3204
+ paddingX?: _$_hive_ui_style_props0.Padding;
3205
+ paddingY?: _$_hive_ui_style_props0.Padding;
3206
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
3207
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
3208
+ paddingRight?: _$_hive_ui_style_props0.Padding;
3209
+ paddingTop?: _$_hive_ui_style_props0.Padding;
3210
+ margin?: _$_hive_ui_style_props0.Margin;
3211
+ marginX?: _$_hive_ui_style_props0.Margin;
3212
+ marginY?: _$_hive_ui_style_props0.Margin;
3213
+ marginBottom?: _$_hive_ui_style_props0.Margin;
3214
+ marginLeft?: _$_hive_ui_style_props0.Margin;
3215
+ marginRight?: _$_hive_ui_style_props0.Margin;
3216
+ marginTop?: _$_hive_ui_style_props0.Margin;
3217
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
3218
+ color?: _$_hive_ui_style_props0.Color;
3219
+ fontSize?: _$_hive_ui_style_props0.FontSize;
3220
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
3221
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
3222
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
3223
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3224
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3225
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3226
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3227
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
3228
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
3229
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
3230
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
3231
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
3232
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
3233
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
3234
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
3235
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
3236
+ rowGap?: _$_hive_ui_style_props0.Gap;
3237
+ columnGap?: _$_hive_ui_style_props0.Gap;
3238
+ gap?: _$_hive_ui_style_props0.Gap;
3239
+ size?: _$_hive_ui_style_props0.IconSize;
3240
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
3241
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
3242
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
3243
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
3244
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
3245
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
3246
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
3247
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
3248
+ style?: _$react.CSSProperties;
3249
+ } | undefined;
3250
+ _focus_selected_after?: {
3251
+ background?: "none";
3252
+ border?: "none";
3253
+ borderTop?: "none";
3254
+ borderRight?: "none";
3255
+ borderBottom?: "none";
3256
+ borderLeft?: "none";
3257
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
3258
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
3259
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
3260
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
3261
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
3262
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
3263
+ borderStyle?: _$react.CSSProperties["borderStyle"];
3264
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
3265
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
3266
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
3267
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3268
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3269
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3270
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3271
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3272
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3273
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3274
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3275
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3276
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3277
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
3278
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
3279
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3280
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
3281
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
3282
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
3283
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
3284
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
3285
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
3286
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
3287
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
3288
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
3289
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
3290
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
3291
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
3292
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
3293
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
3294
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
3295
+ padding?: _$_hive_ui_style_props0.Padding;
3296
+ paddingX?: _$_hive_ui_style_props0.Padding;
3297
+ paddingY?: _$_hive_ui_style_props0.Padding;
3298
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
3299
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
3300
+ paddingRight?: _$_hive_ui_style_props0.Padding;
3301
+ paddingTop?: _$_hive_ui_style_props0.Padding;
3302
+ margin?: _$_hive_ui_style_props0.Margin;
3303
+ marginX?: _$_hive_ui_style_props0.Margin;
3304
+ marginY?: _$_hive_ui_style_props0.Margin;
3305
+ marginBottom?: _$_hive_ui_style_props0.Margin;
3306
+ marginLeft?: _$_hive_ui_style_props0.Margin;
3307
+ marginRight?: _$_hive_ui_style_props0.Margin;
3308
+ marginTop?: _$_hive_ui_style_props0.Margin;
3309
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
3310
+ color?: _$_hive_ui_style_props0.Color;
3311
+ fontSize?: _$_hive_ui_style_props0.FontSize;
3312
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
3313
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
3314
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
3315
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3316
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3317
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3318
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3319
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
3320
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
3321
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
3322
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
3323
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
3324
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
3325
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
3326
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
3327
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
3328
+ rowGap?: _$_hive_ui_style_props0.Gap;
3329
+ columnGap?: _$_hive_ui_style_props0.Gap;
3330
+ gap?: _$_hive_ui_style_props0.Gap;
3331
+ size?: _$_hive_ui_style_props0.IconSize;
3332
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
3333
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
3334
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
3335
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
3336
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
3337
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
3338
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
3339
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
3340
+ style?: _$react.CSSProperties;
3341
+ } | undefined;
3342
+ _selected_hover_after?: {
3343
+ background?: "none";
3344
+ border?: "none";
3345
+ borderTop?: "none";
3346
+ borderRight?: "none";
3347
+ borderBottom?: "none";
3348
+ borderLeft?: "none";
3349
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
3350
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
3351
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
3352
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
3353
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
3354
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
3355
+ borderStyle?: _$react.CSSProperties["borderStyle"];
3356
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
3357
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
3358
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
3359
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3360
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3361
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3362
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3363
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3364
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3365
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3366
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3367
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3368
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3369
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
3370
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
3371
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3372
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
3373
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
3374
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
3375
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
3376
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
3377
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
3378
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
3379
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
3380
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
3381
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
3382
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
3383
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
3384
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
3385
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
3386
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
3387
+ padding?: _$_hive_ui_style_props0.Padding;
3388
+ paddingX?: _$_hive_ui_style_props0.Padding;
3389
+ paddingY?: _$_hive_ui_style_props0.Padding;
3390
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
3391
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
3392
+ paddingRight?: _$_hive_ui_style_props0.Padding;
3393
+ paddingTop?: _$_hive_ui_style_props0.Padding;
3394
+ margin?: _$_hive_ui_style_props0.Margin;
3395
+ marginX?: _$_hive_ui_style_props0.Margin;
3396
+ marginY?: _$_hive_ui_style_props0.Margin;
3397
+ marginBottom?: _$_hive_ui_style_props0.Margin;
3398
+ marginLeft?: _$_hive_ui_style_props0.Margin;
3399
+ marginRight?: _$_hive_ui_style_props0.Margin;
3400
+ marginTop?: _$_hive_ui_style_props0.Margin;
3401
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
3402
+ color?: _$_hive_ui_style_props0.Color;
3403
+ fontSize?: _$_hive_ui_style_props0.FontSize;
3404
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
3405
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
3406
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
3407
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3408
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3409
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3410
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3411
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
3412
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
3413
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
3414
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
3415
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
3416
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
3417
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
3418
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
3419
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
3420
+ rowGap?: _$_hive_ui_style_props0.Gap;
3421
+ columnGap?: _$_hive_ui_style_props0.Gap;
3422
+ gap?: _$_hive_ui_style_props0.Gap;
3423
+ size?: _$_hive_ui_style_props0.IconSize;
3424
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
3425
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
3426
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
3427
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
3428
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
3429
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
3430
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
3431
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
3432
+ style?: _$react.CSSProperties;
3433
+ } | undefined;
3434
+ _focus_selected_hover_after?: {
3435
+ background?: "none";
3436
+ border?: "none";
3437
+ borderTop?: "none";
3438
+ borderRight?: "none";
3439
+ borderBottom?: "none";
3440
+ borderLeft?: "none";
3441
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
3442
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
3443
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
3444
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
3445
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
3446
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
3447
+ borderStyle?: _$react.CSSProperties["borderStyle"];
3448
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
3449
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
3450
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
3451
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3452
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3453
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3454
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3455
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3456
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3457
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3458
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3459
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3460
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3461
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
3462
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
3463
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3464
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
3465
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
3466
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
3467
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
3468
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
3469
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
3470
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
3471
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
3472
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
3473
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
3474
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
3475
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
3476
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
3477
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
3478
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
3479
+ padding?: _$_hive_ui_style_props0.Padding;
3480
+ paddingX?: _$_hive_ui_style_props0.Padding;
3481
+ paddingY?: _$_hive_ui_style_props0.Padding;
3482
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
3483
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
3484
+ paddingRight?: _$_hive_ui_style_props0.Padding;
3485
+ paddingTop?: _$_hive_ui_style_props0.Padding;
3486
+ margin?: _$_hive_ui_style_props0.Margin;
3487
+ marginX?: _$_hive_ui_style_props0.Margin;
3488
+ marginY?: _$_hive_ui_style_props0.Margin;
3489
+ marginBottom?: _$_hive_ui_style_props0.Margin;
3490
+ marginLeft?: _$_hive_ui_style_props0.Margin;
3491
+ marginRight?: _$_hive_ui_style_props0.Margin;
3492
+ marginTop?: _$_hive_ui_style_props0.Margin;
3493
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
3494
+ color?: _$_hive_ui_style_props0.Color;
3495
+ fontSize?: _$_hive_ui_style_props0.FontSize;
3496
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
3497
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
3498
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
3499
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3500
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3501
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3502
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3503
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
3504
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
3505
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
3506
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
3507
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
3508
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
3509
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
3510
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
3511
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
3512
+ rowGap?: _$_hive_ui_style_props0.Gap;
3513
+ columnGap?: _$_hive_ui_style_props0.Gap;
3514
+ gap?: _$_hive_ui_style_props0.Gap;
3515
+ size?: _$_hive_ui_style_props0.IconSize;
3516
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
3517
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
3518
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
3519
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
3520
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
3521
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
3522
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
3523
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
3524
+ style?: _$react.CSSProperties;
3525
+ } | undefined;
3526
+ _disabled_focus_after?: {
3527
+ background?: "none";
3528
+ border?: "none";
3529
+ borderTop?: "none";
3530
+ borderRight?: "none";
3531
+ borderBottom?: "none";
3532
+ borderLeft?: "none";
3533
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
3534
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
3535
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
3536
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
3537
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
3538
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
3539
+ borderStyle?: _$react.CSSProperties["borderStyle"];
3540
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
3541
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
3542
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
3543
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3544
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3545
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3546
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3547
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3548
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3549
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3550
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3551
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3552
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3553
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
3554
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
3555
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3556
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
3557
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
3558
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
3559
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
3560
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
3561
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
3562
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
3563
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
3564
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
3565
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
3566
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
3567
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
3568
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
3569
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
3570
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
3571
+ padding?: _$_hive_ui_style_props0.Padding;
3572
+ paddingX?: _$_hive_ui_style_props0.Padding;
3573
+ paddingY?: _$_hive_ui_style_props0.Padding;
3574
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
3575
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
3576
+ paddingRight?: _$_hive_ui_style_props0.Padding;
3577
+ paddingTop?: _$_hive_ui_style_props0.Padding;
3578
+ margin?: _$_hive_ui_style_props0.Margin;
3579
+ marginX?: _$_hive_ui_style_props0.Margin;
3580
+ marginY?: _$_hive_ui_style_props0.Margin;
3581
+ marginBottom?: _$_hive_ui_style_props0.Margin;
3582
+ marginLeft?: _$_hive_ui_style_props0.Margin;
3583
+ marginRight?: _$_hive_ui_style_props0.Margin;
3584
+ marginTop?: _$_hive_ui_style_props0.Margin;
3585
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
3586
+ color?: _$_hive_ui_style_props0.Color;
3587
+ fontSize?: _$_hive_ui_style_props0.FontSize;
3588
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
3589
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
3590
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
3591
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3592
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3593
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3594
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3595
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
3596
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
3597
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
3598
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
3599
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
3600
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
3601
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
3602
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
3603
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
3604
+ rowGap?: _$_hive_ui_style_props0.Gap;
3605
+ columnGap?: _$_hive_ui_style_props0.Gap;
3606
+ gap?: _$_hive_ui_style_props0.Gap;
3607
+ size?: _$_hive_ui_style_props0.IconSize;
3608
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
3609
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
3610
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
3611
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
3612
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
3613
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
3614
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
3615
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
3616
+ style?: _$react.CSSProperties;
3617
+ } | undefined;
3618
+ _focusWithin?: {
3619
+ background?: "none";
3620
+ border?: "none";
3621
+ borderTop?: "none";
3622
+ borderRight?: "none";
3623
+ borderBottom?: "none";
3624
+ borderLeft?: "none";
3625
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
3626
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
3627
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
3628
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
3629
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
3630
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
3631
+ borderStyle?: _$react.CSSProperties["borderStyle"];
3632
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
3633
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
3634
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
3635
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3636
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3637
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3638
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3639
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3640
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3641
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3642
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3643
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3644
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3645
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
3646
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
3647
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3648
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
3649
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
3650
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
3651
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
3652
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
3653
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
3654
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
3655
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
3656
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
3657
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
3658
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
3659
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
3660
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
3661
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
3662
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
3663
+ padding?: _$_hive_ui_style_props0.Padding;
3664
+ paddingX?: _$_hive_ui_style_props0.Padding;
3665
+ paddingY?: _$_hive_ui_style_props0.Padding;
3666
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
3667
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
3668
+ paddingRight?: _$_hive_ui_style_props0.Padding;
3669
+ paddingTop?: _$_hive_ui_style_props0.Padding;
3670
+ margin?: _$_hive_ui_style_props0.Margin;
3671
+ marginX?: _$_hive_ui_style_props0.Margin;
3672
+ marginY?: _$_hive_ui_style_props0.Margin;
3673
+ marginBottom?: _$_hive_ui_style_props0.Margin;
3674
+ marginLeft?: _$_hive_ui_style_props0.Margin;
3675
+ marginRight?: _$_hive_ui_style_props0.Margin;
3676
+ marginTop?: _$_hive_ui_style_props0.Margin;
3677
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
3678
+ color?: _$_hive_ui_style_props0.Color;
3679
+ fontSize?: _$_hive_ui_style_props0.FontSize;
3680
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
3681
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
3682
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
3683
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3684
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3685
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3686
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3687
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
3688
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
3689
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
3690
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
3691
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
3692
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
3693
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
3694
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
3695
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
3696
+ rowGap?: _$_hive_ui_style_props0.Gap;
3697
+ columnGap?: _$_hive_ui_style_props0.Gap;
3698
+ gap?: _$_hive_ui_style_props0.Gap;
3699
+ size?: _$_hive_ui_style_props0.IconSize;
3700
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
3701
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
3702
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
3703
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
3704
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
3705
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
3706
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
3707
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
3708
+ style?: _$react.CSSProperties;
3709
+ } | undefined;
3710
+ _focusVisible?: {
3711
+ background?: "none";
3712
+ border?: "none";
3713
+ borderTop?: "none";
3714
+ borderRight?: "none";
3715
+ borderBottom?: "none";
3716
+ borderLeft?: "none";
3717
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
3718
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
3719
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
3720
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
3721
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
3722
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
3723
+ borderStyle?: _$react.CSSProperties["borderStyle"];
3724
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
3725
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
3726
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
3727
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3728
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3729
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3730
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3731
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3732
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3733
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3734
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3735
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3736
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3737
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
3738
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
3739
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3740
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
3741
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
3742
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
3743
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
3744
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
3745
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
3746
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
3747
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
3748
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
3749
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
3750
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
3751
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
3752
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
3753
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
3754
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
3755
+ padding?: _$_hive_ui_style_props0.Padding;
3756
+ paddingX?: _$_hive_ui_style_props0.Padding;
3757
+ paddingY?: _$_hive_ui_style_props0.Padding;
3758
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
3759
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
3760
+ paddingRight?: _$_hive_ui_style_props0.Padding;
3761
+ paddingTop?: _$_hive_ui_style_props0.Padding;
3762
+ margin?: _$_hive_ui_style_props0.Margin;
3763
+ marginX?: _$_hive_ui_style_props0.Margin;
3764
+ marginY?: _$_hive_ui_style_props0.Margin;
3765
+ marginBottom?: _$_hive_ui_style_props0.Margin;
3766
+ marginLeft?: _$_hive_ui_style_props0.Margin;
3767
+ marginRight?: _$_hive_ui_style_props0.Margin;
3768
+ marginTop?: _$_hive_ui_style_props0.Margin;
3769
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
3770
+ color?: _$_hive_ui_style_props0.Color;
3771
+ fontSize?: _$_hive_ui_style_props0.FontSize;
3772
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
3773
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
3774
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
3775
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3776
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3777
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3778
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3779
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
3780
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
3781
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
3782
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
3783
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
3784
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
3785
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
3786
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
3787
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
3788
+ rowGap?: _$_hive_ui_style_props0.Gap;
3789
+ columnGap?: _$_hive_ui_style_props0.Gap;
3790
+ gap?: _$_hive_ui_style_props0.Gap;
3791
+ size?: _$_hive_ui_style_props0.IconSize;
3792
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
3793
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
3794
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
3795
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
3796
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
3797
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
3798
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
3799
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
3800
+ style?: _$react.CSSProperties;
3801
+ } | undefined;
3802
+ _placeholder?: {
3803
+ background?: "none";
3804
+ border?: "none";
3805
+ borderTop?: "none";
3806
+ borderRight?: "none";
3807
+ borderBottom?: "none";
3808
+ borderLeft?: "none";
3809
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
3810
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
3811
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
3812
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
3813
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
3814
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
3815
+ borderStyle?: _$react.CSSProperties["borderStyle"];
3816
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
3817
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
3818
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
3819
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3820
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3821
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3822
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3823
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3824
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3825
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3826
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3827
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3828
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3829
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
3830
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
3831
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3832
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
3833
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
3834
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
3835
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
3836
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
3837
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
3838
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
3839
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
3840
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
3841
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
3842
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
3843
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
3844
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
3845
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
3846
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
3847
+ padding?: _$_hive_ui_style_props0.Padding;
3848
+ paddingX?: _$_hive_ui_style_props0.Padding;
3849
+ paddingY?: _$_hive_ui_style_props0.Padding;
3850
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
3851
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
3852
+ paddingRight?: _$_hive_ui_style_props0.Padding;
3853
+ paddingTop?: _$_hive_ui_style_props0.Padding;
3854
+ margin?: _$_hive_ui_style_props0.Margin;
3855
+ marginX?: _$_hive_ui_style_props0.Margin;
3856
+ marginY?: _$_hive_ui_style_props0.Margin;
3857
+ marginBottom?: _$_hive_ui_style_props0.Margin;
3858
+ marginLeft?: _$_hive_ui_style_props0.Margin;
3859
+ marginRight?: _$_hive_ui_style_props0.Margin;
3860
+ marginTop?: _$_hive_ui_style_props0.Margin;
3861
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
3862
+ color?: _$_hive_ui_style_props0.Color;
3863
+ fontSize?: _$_hive_ui_style_props0.FontSize;
3864
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
3865
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
3866
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
3867
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3868
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3869
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3870
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3871
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
3872
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
3873
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
3874
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
3875
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
3876
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
3877
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
3878
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
3879
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
3880
+ rowGap?: _$_hive_ui_style_props0.Gap;
3881
+ columnGap?: _$_hive_ui_style_props0.Gap;
3882
+ gap?: _$_hive_ui_style_props0.Gap;
3883
+ size?: _$_hive_ui_style_props0.IconSize;
3884
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
3885
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
3886
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
3887
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
3888
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
3889
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
3890
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
3891
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
3892
+ style?: _$react.CSSProperties;
3893
+ } | undefined;
3894
+ __moz_focus_inner?: {
3895
+ background?: "none";
3896
+ border?: "none";
3897
+ borderTop?: "none";
3898
+ borderRight?: "none";
3899
+ borderBottom?: "none";
3900
+ borderLeft?: "none";
3901
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
3902
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
3903
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
3904
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
3905
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
3906
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
3907
+ borderStyle?: _$react.CSSProperties["borderStyle"];
3908
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
3909
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
3910
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
3911
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3912
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3913
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3914
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3915
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3916
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3917
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3918
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3919
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3920
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3921
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
3922
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
3923
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
3924
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
3925
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
3926
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
3927
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
3928
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
3929
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
3930
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
3931
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
3932
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
3933
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
3934
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
3935
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
3936
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
3937
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
3938
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
3939
+ padding?: _$_hive_ui_style_props0.Padding;
3940
+ paddingX?: _$_hive_ui_style_props0.Padding;
3941
+ paddingY?: _$_hive_ui_style_props0.Padding;
3942
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
3943
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
3944
+ paddingRight?: _$_hive_ui_style_props0.Padding;
3945
+ paddingTop?: _$_hive_ui_style_props0.Padding;
3946
+ margin?: _$_hive_ui_style_props0.Margin;
3947
+ marginX?: _$_hive_ui_style_props0.Margin;
3948
+ marginY?: _$_hive_ui_style_props0.Margin;
3949
+ marginBottom?: _$_hive_ui_style_props0.Margin;
3950
+ marginLeft?: _$_hive_ui_style_props0.Margin;
3951
+ marginRight?: _$_hive_ui_style_props0.Margin;
3952
+ marginTop?: _$_hive_ui_style_props0.Margin;
3953
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
3954
+ color?: _$_hive_ui_style_props0.Color;
3955
+ fontSize?: _$_hive_ui_style_props0.FontSize;
3956
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
3957
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
3958
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
3959
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3960
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3961
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
3962
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
3963
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
3964
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
3965
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
3966
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
3967
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
3968
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
3969
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
3970
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
3971
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
3972
+ rowGap?: _$_hive_ui_style_props0.Gap;
3973
+ columnGap?: _$_hive_ui_style_props0.Gap;
3974
+ gap?: _$_hive_ui_style_props0.Gap;
3975
+ size?: _$_hive_ui_style_props0.IconSize;
3976
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
3977
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
3978
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
3979
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
3980
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
3981
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
3982
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
3983
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
3984
+ style?: _$react.CSSProperties;
3985
+ } | undefined;
3986
+ __webkit_datetime_edit?: {
3987
+ background?: "none";
3988
+ border?: "none";
3989
+ borderTop?: "none";
3990
+ borderRight?: "none";
3991
+ borderBottom?: "none";
3992
+ borderLeft?: "none";
3993
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
3994
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
3995
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
3996
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
3997
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
3998
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
3999
+ borderStyle?: _$react.CSSProperties["borderStyle"];
4000
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
4001
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
4002
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
4003
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4004
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4005
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4006
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4007
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4008
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4009
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4010
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4011
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4012
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4013
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
4014
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
4015
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4016
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
4017
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
4018
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
4019
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
4020
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
4021
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
4022
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
4023
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
4024
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
4025
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
4026
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
4027
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
4028
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
4029
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
4030
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
4031
+ padding?: _$_hive_ui_style_props0.Padding;
4032
+ paddingX?: _$_hive_ui_style_props0.Padding;
4033
+ paddingY?: _$_hive_ui_style_props0.Padding;
4034
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
4035
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
4036
+ paddingRight?: _$_hive_ui_style_props0.Padding;
4037
+ paddingTop?: _$_hive_ui_style_props0.Padding;
4038
+ margin?: _$_hive_ui_style_props0.Margin;
4039
+ marginX?: _$_hive_ui_style_props0.Margin;
4040
+ marginY?: _$_hive_ui_style_props0.Margin;
4041
+ marginBottom?: _$_hive_ui_style_props0.Margin;
4042
+ marginLeft?: _$_hive_ui_style_props0.Margin;
4043
+ marginRight?: _$_hive_ui_style_props0.Margin;
4044
+ marginTop?: _$_hive_ui_style_props0.Margin;
4045
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
4046
+ color?: _$_hive_ui_style_props0.Color;
4047
+ fontSize?: _$_hive_ui_style_props0.FontSize;
4048
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
4049
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
4050
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
4051
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
4052
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
4053
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
4054
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
4055
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
4056
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
4057
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
4058
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
4059
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
4060
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
4061
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
4062
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
4063
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
4064
+ rowGap?: _$_hive_ui_style_props0.Gap;
4065
+ columnGap?: _$_hive_ui_style_props0.Gap;
4066
+ gap?: _$_hive_ui_style_props0.Gap;
4067
+ size?: _$_hive_ui_style_props0.IconSize;
4068
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
4069
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
4070
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
4071
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
4072
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
4073
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
4074
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
4075
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
4076
+ style?: _$react.CSSProperties;
4077
+ } | undefined;
4078
+ __webkit_calendar_picker_indicator_hover?: {
4079
+ background?: "none";
4080
+ border?: "none";
4081
+ borderTop?: "none";
4082
+ borderRight?: "none";
4083
+ borderBottom?: "none";
4084
+ borderLeft?: "none";
4085
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
4086
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
4087
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
4088
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
4089
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
4090
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
4091
+ borderStyle?: _$react.CSSProperties["borderStyle"];
4092
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
4093
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
4094
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
4095
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4096
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4097
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4098
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4099
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4100
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4101
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4102
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4103
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4104
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4105
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
4106
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
4107
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4108
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
4109
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
4110
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
4111
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
4112
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
4113
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
4114
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
4115
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
4116
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
4117
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
4118
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
4119
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
4120
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
4121
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
4122
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
4123
+ padding?: _$_hive_ui_style_props0.Padding;
4124
+ paddingX?: _$_hive_ui_style_props0.Padding;
4125
+ paddingY?: _$_hive_ui_style_props0.Padding;
4126
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
4127
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
4128
+ paddingRight?: _$_hive_ui_style_props0.Padding;
4129
+ paddingTop?: _$_hive_ui_style_props0.Padding;
4130
+ margin?: _$_hive_ui_style_props0.Margin;
4131
+ marginX?: _$_hive_ui_style_props0.Margin;
4132
+ marginY?: _$_hive_ui_style_props0.Margin;
4133
+ marginBottom?: _$_hive_ui_style_props0.Margin;
4134
+ marginLeft?: _$_hive_ui_style_props0.Margin;
4135
+ marginRight?: _$_hive_ui_style_props0.Margin;
4136
+ marginTop?: _$_hive_ui_style_props0.Margin;
4137
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
4138
+ color?: _$_hive_ui_style_props0.Color;
4139
+ fontSize?: _$_hive_ui_style_props0.FontSize;
4140
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
4141
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
4142
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
4143
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
4144
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
4145
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
4146
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
4147
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
4148
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
4149
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
4150
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
4151
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
4152
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
4153
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
4154
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
4155
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
4156
+ rowGap?: _$_hive_ui_style_props0.Gap;
4157
+ columnGap?: _$_hive_ui_style_props0.Gap;
4158
+ gap?: _$_hive_ui_style_props0.Gap;
4159
+ size?: _$_hive_ui_style_props0.IconSize;
4160
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
4161
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
4162
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
4163
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
4164
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
4165
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
4166
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
4167
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
4168
+ style?: _$react.CSSProperties;
4169
+ } | undefined;
4170
+ __webkit_inner_spin_button?: {
4171
+ background?: "none";
4172
+ border?: "none";
4173
+ borderTop?: "none";
4174
+ borderRight?: "none";
4175
+ borderBottom?: "none";
4176
+ borderLeft?: "none";
4177
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
4178
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
4179
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
4180
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
4181
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
4182
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
4183
+ borderStyle?: _$react.CSSProperties["borderStyle"];
4184
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
4185
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
4186
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
4187
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4188
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4189
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4190
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4191
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4192
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4193
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4194
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4195
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4196
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4197
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
4198
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
4199
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4200
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
4201
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
4202
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
4203
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
4204
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
4205
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
4206
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
4207
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
4208
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
4209
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
4210
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
4211
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
4212
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
4213
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
4214
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
4215
+ padding?: _$_hive_ui_style_props0.Padding;
4216
+ paddingX?: _$_hive_ui_style_props0.Padding;
4217
+ paddingY?: _$_hive_ui_style_props0.Padding;
4218
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
4219
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
4220
+ paddingRight?: _$_hive_ui_style_props0.Padding;
4221
+ paddingTop?: _$_hive_ui_style_props0.Padding;
4222
+ margin?: _$_hive_ui_style_props0.Margin;
4223
+ marginX?: _$_hive_ui_style_props0.Margin;
4224
+ marginY?: _$_hive_ui_style_props0.Margin;
4225
+ marginBottom?: _$_hive_ui_style_props0.Margin;
4226
+ marginLeft?: _$_hive_ui_style_props0.Margin;
4227
+ marginRight?: _$_hive_ui_style_props0.Margin;
4228
+ marginTop?: _$_hive_ui_style_props0.Margin;
4229
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
4230
+ color?: _$_hive_ui_style_props0.Color;
4231
+ fontSize?: _$_hive_ui_style_props0.FontSize;
4232
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
4233
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
4234
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
4235
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
4236
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
4237
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
4238
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
4239
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
4240
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
4241
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
4242
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
4243
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
4244
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
4245
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
4246
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
4247
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
4248
+ rowGap?: _$_hive_ui_style_props0.Gap;
4249
+ columnGap?: _$_hive_ui_style_props0.Gap;
4250
+ gap?: _$_hive_ui_style_props0.Gap;
4251
+ size?: _$_hive_ui_style_props0.IconSize;
4252
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
4253
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
4254
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
4255
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
4256
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
4257
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
4258
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
4259
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
4260
+ style?: _$react.CSSProperties;
4261
+ } | undefined;
4262
+ __webkit_outer_spin_button?: {
4263
+ background?: "none";
4264
+ border?: "none";
4265
+ borderTop?: "none";
4266
+ borderRight?: "none";
4267
+ borderBottom?: "none";
4268
+ borderLeft?: "none";
4269
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
4270
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
4271
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
4272
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
4273
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
4274
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
4275
+ borderStyle?: _$react.CSSProperties["borderStyle"];
4276
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
4277
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
4278
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
4279
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4280
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4281
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4282
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4283
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4284
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4285
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4286
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4287
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4288
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4289
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
4290
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
4291
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4292
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
4293
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
4294
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
4295
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
4296
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
4297
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
4298
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
4299
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
4300
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
4301
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
4302
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
4303
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
4304
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
4305
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
4306
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
4307
+ padding?: _$_hive_ui_style_props0.Padding;
4308
+ paddingX?: _$_hive_ui_style_props0.Padding;
4309
+ paddingY?: _$_hive_ui_style_props0.Padding;
4310
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
4311
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
4312
+ paddingRight?: _$_hive_ui_style_props0.Padding;
4313
+ paddingTop?: _$_hive_ui_style_props0.Padding;
4314
+ margin?: _$_hive_ui_style_props0.Margin;
4315
+ marginX?: _$_hive_ui_style_props0.Margin;
4316
+ marginY?: _$_hive_ui_style_props0.Margin;
4317
+ marginBottom?: _$_hive_ui_style_props0.Margin;
4318
+ marginLeft?: _$_hive_ui_style_props0.Margin;
4319
+ marginRight?: _$_hive_ui_style_props0.Margin;
4320
+ marginTop?: _$_hive_ui_style_props0.Margin;
4321
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
4322
+ color?: _$_hive_ui_style_props0.Color;
4323
+ fontSize?: _$_hive_ui_style_props0.FontSize;
4324
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
4325
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
4326
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
4327
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
4328
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
4329
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
4330
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
4331
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
4332
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
4333
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
4334
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
4335
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
4336
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
4337
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
4338
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
4339
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
4340
+ rowGap?: _$_hive_ui_style_props0.Gap;
4341
+ columnGap?: _$_hive_ui_style_props0.Gap;
4342
+ gap?: _$_hive_ui_style_props0.Gap;
4343
+ size?: _$_hive_ui_style_props0.IconSize;
4344
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
4345
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
4346
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
4347
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
4348
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
4349
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
4350
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
4351
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
4352
+ style?: _$react.CSSProperties;
4353
+ } | undefined;
4354
+ } & Omit<Omit<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">, "__moz_focus_inner" | "__webkit_calendar_picker_indicator_hover" | "__webkit_datetime_edit" | "__webkit_inner_spin_button" | "__webkit_outer_spin_button" | "_active" | "_after" | "_before" | "_checked" | "_checked_hover" | "_disabled" | "_disabled_focus" | "_disabled_focus_after" | "_even" | "_expanded" | "_first" | "_focus" | "_focusVisible" | "_focusWithin" | "_focus_hover" | "_focus_placeholder" | "_focus_selected_after" | "_focus_selected_hover_after" | "_grabbed" | "_groupHover" | "_hover" | "_invalid" | "_last" | "_mixed" | "_notFirst" | "_notLast" | "_odd" | "_placeholder" | "_pressed" | "_pressed_active" | "_pressed_disabled" | "_pressed_focus" | "_pressed_hover" | "_readOnly" | "_selected" | "_selected_after" | "_selected_focus" | "_selected_focusVisible" | "_selected_hover" | "_selected_hover_after" | "_visited" | "as" | "element" | "id" | keyof {
4355
+ background?: "none";
4356
+ border?: "none";
4357
+ borderTop?: "none";
4358
+ borderRight?: "none";
4359
+ borderBottom?: "none";
4360
+ borderLeft?: "none";
4361
+ clip?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["clip"]>;
4362
+ gridTemplateColumns?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["gridTemplateColumns"]>;
4363
+ textTransform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textTransform"]>;
4364
+ whiteSpace?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["whiteSpace"]>;
4365
+ cursor?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["cursor"]>;
4366
+ transform?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transform"]>;
4367
+ borderStyle?: _$react.CSSProperties["borderStyle"];
4368
+ borderColor?: _$_hive_ui_style_props0.BorderColor;
4369
+ display?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["display"]>;
4370
+ position?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["position"]>;
4371
+ top?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4372
+ right?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4373
+ bottom?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4374
+ left?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4375
+ width?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4376
+ minWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4377
+ maxWidth?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4378
+ height?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4379
+ minHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4380
+ maxHeight?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4381
+ listStyleType?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["listStyleType"]>;
4382
+ boxSizing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["boxSizing"]>;
4383
+ flexBasis?: _$_hive_ui_style_props0.ResponsiveValue<string | number>;
4384
+ boxShadow?: _$_hive_ui_style_props0.BoxShadow;
4385
+ borderWidth?: _$_hive_ui_style_props0.BorderWidth;
4386
+ borderTopWidth?: _$_hive_ui_style_props0.BorderWidth;
4387
+ borderRightWidth?: _$_hive_ui_style_props0.BorderWidth;
4388
+ borderBottomWidth?: _$_hive_ui_style_props0.BorderWidth;
4389
+ borderLeftWidth?: _$_hive_ui_style_props0.BorderWidth;
4390
+ textAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textAlign"]>;
4391
+ outline?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["outline"]>;
4392
+ textDecoration?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["textDecoration"]>;
4393
+ resize?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["resize"]>;
4394
+ letterSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["letterSpacing"]>;
4395
+ transition?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["transition"]>;
4396
+ appearance?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["appearance"]>;
4397
+ fontStyle?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["fontStyle"]>;
4398
+ wordWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["wordWrap"]>;
4399
+ padding?: _$_hive_ui_style_props0.Padding;
4400
+ paddingX?: _$_hive_ui_style_props0.Padding;
4401
+ paddingY?: _$_hive_ui_style_props0.Padding;
4402
+ paddingBottom?: _$_hive_ui_style_props0.Padding;
4403
+ paddingLeft?: _$_hive_ui_style_props0.Padding;
4404
+ paddingRight?: _$_hive_ui_style_props0.Padding;
4405
+ paddingTop?: _$_hive_ui_style_props0.Padding;
4406
+ margin?: _$_hive_ui_style_props0.Margin;
4407
+ marginX?: _$_hive_ui_style_props0.Margin;
4408
+ marginY?: _$_hive_ui_style_props0.Margin;
4409
+ marginBottom?: _$_hive_ui_style_props0.Margin;
4410
+ marginLeft?: _$_hive_ui_style_props0.Margin;
4411
+ marginRight?: _$_hive_ui_style_props0.Margin;
4412
+ marginTop?: _$_hive_ui_style_props0.Margin;
4413
+ backgroundColor?: _$_hive_ui_style_props0.BackgroundColor;
4414
+ color?: _$_hive_ui_style_props0.Color;
4415
+ fontSize?: _$_hive_ui_style_props0.FontSize;
4416
+ fontWeight?: _$_hive_ui_style_props0.FontWeight;
4417
+ lineHeight?: _$_hive_ui_style_props0.LineHeight;
4418
+ borderRadius?: _$_hive_ui_style_props0.BorderRadius;
4419
+ borderBottomLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
4420
+ borderBottomRightRadius?: _$_hive_ui_style_props0.BorderRadius;
4421
+ borderTopLeftRadius?: _$_hive_ui_style_props0.BorderRadius;
4422
+ borderTopRightRadius?: _$_hive_ui_style_props0.BorderRadius;
4423
+ flex?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flex"]>;
4424
+ flexWrap?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexWrap"]>;
4425
+ flexGrow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexGrow"]>;
4426
+ flexShrink?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexShrink"]>;
4427
+ flexDirection?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["flexDirection"]>;
4428
+ alignItems?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["alignItems"]>;
4429
+ justifyContent?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["justifyContent"]>;
4430
+ verticalAlign?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["verticalAlign"]>;
4431
+ fontFamily?: _$_hive_ui_style_props0.FontFamily;
4432
+ rowGap?: _$_hive_ui_style_props0.Gap;
4433
+ columnGap?: _$_hive_ui_style_props0.Gap;
4434
+ gap?: _$_hive_ui_style_props0.Gap;
4435
+ size?: _$_hive_ui_style_props0.IconSize;
4436
+ zIndex?: _$_hive_ui_style_props0.ZIndex;
4437
+ overflow?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflow"]>;
4438
+ overflowX?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowX"]>;
4439
+ overflowY?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["overflowY"]>;
4440
+ borderCollapse?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderCollapse"]>;
4441
+ tableLayout?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["tableLayout"]>;
4442
+ opacity?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["opacity"]>;
4443
+ borderSpacing?: _$_hive_ui_style_props0.ResponsiveValue<_$react.CSSProperties["borderSpacing"]>;
4444
+ style?: _$react.CSSProperties;
4445
+ }> & {
4446
+ _activeSibling?: BoxStyleProps;
4447
+ _boxChild?: BoxStyleProps;
4448
+ _checkedAndActiveSibling?: BoxStyleProps;
4449
+ _checkedAndDisabledSibling?: BoxStyleProps;
4450
+ _checkedAndFocusSibling?: BoxStyleProps;
4451
+ _checkedAndHoverSibling?: BoxStyleProps;
4452
+ _checkedAndInvalidSibling?: BoxStyleProps;
4453
+ _checkedAndInvalidAndDisabledSibling?: BoxStyleProps;
4454
+ _checkedAndInvalidAndHoverSibling?: BoxStyleProps;
4455
+ _checkedSibling?: BoxStyleProps;
4456
+ _checkedSiblingAndBoxChild?: BoxStyleProps;
4457
+ _disabledSibling?: BoxStyleProps;
4458
+ _focusSibling?: BoxStyleProps;
4459
+ _hoverSibling?: BoxStyleProps;
4460
+ _invalidSibling?: BoxStyleProps;
4461
+ _invalidAndHoverSibling?: BoxStyleProps;
4462
+ _invalidAndDisabledSibling?: BoxStyleProps;
4463
+ type?: "checkbox" | "radio" | "file";
4464
+ } & _$react.RefAttributes<HTMLSpanElement>>;
4465
+ //#endregion
4466
+ export { SiblingBox, type SiblingBoxProps };