@atom-learning/components 1.0.0-rc.3 → 1.0.1
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.
- package/CHANGELOG.md +16 -0
- package/dist/components/action-icon/ActionIcon.d.ts +129 -43
- package/dist/components/alert-dialog/AlertDialog.d.ts +128 -42
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +128 -42
- package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
- package/dist/components/box/Box.d.ts +128 -42
- package/dist/components/button/Button.d.ts +128 -42
- package/dist/components/button/Button.js +1 -1
- package/dist/components/carousel/Carousel.js +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +128 -42
- package/dist/components/carousel/CarouselSlide.d.ts +128 -42
- package/dist/components/carousel/CarouselSlider.d.ts +128 -42
- package/dist/components/checkbox/Checkbox.d.ts +128 -42
- package/dist/components/combobox/Combobox.d.ts +128 -42
- package/dist/components/combobox/ComboboxInput.d.ts +128 -42
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +128 -42
- package/dist/components/combobox/ComboboxOption.d.ts +128 -42
- package/dist/components/combobox/ComboboxPopover.d.ts +128 -42
- package/dist/components/dialog/Dialog.d.ts +128 -42
- package/dist/components/dialog/DialogClose.d.ts +128 -42
- package/dist/components/dialog/DialogContent.d.ts +128 -42
- package/dist/components/dialog/DialogContent.js +1 -1
- package/dist/components/divider/Divider.d.ts +134 -43
- package/dist/components/divider/Divider.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +128 -42
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +128 -42
- package/dist/components/dropdown-menu/DropdownMenuContent.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +130 -45
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +128 -42
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +128 -42
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/field-wrapper/InlineFieldWrapper.js +1 -1
- package/dist/components/flex/Flex.d.ts +128 -42
- package/dist/components/form/Form.d.ts +128 -42
- package/dist/components/grid/Grid.d.ts +128 -42
- package/dist/components/heading/Heading.d.ts +128 -42
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/icon/Icon.d.ts +128 -42
- package/dist/components/image/Image.d.ts +128 -42
- package/dist/components/index.d.ts +5 -4
- package/dist/components/input/Input.d.ts +128 -42
- package/dist/components/label/Label.d.ts +129 -43
- package/dist/components/label/Label.js +1 -1
- package/dist/components/link/Link.d.ts +128 -42
- package/dist/components/list/List.d.ts +288 -116
- package/dist/components/popover/Popover.d.ts +128 -42
- package/dist/components/popover/PopoverContent.d.ts +128 -42
- package/dist/components/popover/PopoverContent.js +1 -1
- package/dist/components/progress-bar/ProgressBar.d.ts +128 -42
- package/dist/components/radio-button/RadioButton.d.ts +275 -0
- package/dist/components/radio-button/RadioButton.js +1 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +269 -0
- package/dist/components/{radio → radio-button}/RadioButtonGroup.js +0 -0
- package/dist/components/{radio → radio-button}/index.d.ts +0 -0
- package/dist/components/{radio-field/RadioGroupField.d.ts → radio-button-field/RadioButtonField.d.ts} +2 -2
- package/dist/components/radio-button-field/RadioButtonField.js +1 -0
- package/dist/components/{radio-field → radio-button-field}/RadioField.d.ts +1 -1
- package/dist/components/radio-button-field/RadioField.js +1 -0
- package/dist/components/radio-button-field/index.d.ts +1 -0
- package/dist/components/radio-card/RadioCard.d.ts +274 -0
- package/dist/components/radio-card/RadioCard.js +1 -0
- package/dist/components/radio-card/RadioCardGroup.d.ts +9 -0
- package/dist/components/radio-card/RadioCardGroup.js +1 -0
- package/dist/components/radio-card/index.d.ts +2 -0
- package/dist/components/select/Select.d.ts +128 -42
- package/dist/components/select/Select.js +1 -1
- package/dist/components/stack/Stack.d.ts +128 -42
- package/dist/components/stack-content/StackContent.d.ts +128 -42
- package/dist/components/switch/Switch.d.ts +128 -42
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/table/Table.d.ts +128 -42
- package/dist/components/table/TableBody.d.ts +128 -42
- package/dist/components/table/TableCell.d.ts +128 -42
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableFooter.d.ts +128 -42
- package/dist/components/table/TableFooterCell.d.ts +128 -42
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableHeader.d.ts +128 -42
- package/dist/components/table/TableHeaderCell.d.ts +128 -42
- package/dist/components/table/TableRow.d.ts +128 -42
- package/dist/components/tabs/TabTrigger.d.ts +128 -42
- package/dist/components/tabs/TabTrigger.js +1 -1
- package/dist/components/tabs/Tabs.d.ts +432 -174
- package/dist/components/text/Text.d.ts +128 -42
- package/dist/components/text/Text.js +1 -1
- package/dist/components/textarea/Textarea.d.ts +128 -42
- package/dist/components/toast/Toast.d.ts +128 -42
- package/dist/components/toast/Toast.js +1 -1
- package/dist/components/tooltip/Tooltip.js +1 -1
- package/dist/components/tooltip/TooltipContent.d.ts +128 -42
- package/dist/components/tooltip/TooltipContent.js +1 -1
- package/dist/components/video/Video.d.ts +128 -42
- package/dist/docgen.json +1 -1
- package/dist/docs/Divider.mdx +6 -2
- package/dist/docs/DropdownMenu.mdx +5 -3
- package/dist/docs/RadioButtonField.mdx +19 -0
- package/dist/docs/RadioCard.mdx +62 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/dist/stitches.d.ts +610 -200
- package/dist/stitches.js +1 -1
- package/dist/types/navigatorActions.types.d.ts +2 -5
- package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
- package/dist/utilities/css-wrapper/CSSWrapper.js +1 -1
- package/dist/utilities/style/index.d.ts +3 -2
- package/dist/utilities/style/keyframe-animations.d.ts +24 -0
- package/dist/utilities/style/keyframe-animations.js +1 -0
- package/package.json +21 -20
- package/dist/components/radio/RadioButton.d.ts +0 -189
- package/dist/components/radio/RadioButton.js +0 -1
- package/dist/components/radio/RadioButtonGroup.d.ts +0 -183
- package/dist/components/radio-field/RadioField.js +0 -1
- package/dist/components/radio-field/RadioGroupField.js +0 -1
- package/dist/components/radio-field/index.d.ts +0 -1
- package/dist/docs/RadioField.mdx +0 -19
|
@@ -6,6 +6,7 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
6
6
|
lg: string;
|
|
7
7
|
xl: string;
|
|
8
8
|
reducedMotion: string;
|
|
9
|
+
allowMotion: string;
|
|
9
10
|
hover: string;
|
|
10
11
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
11
12
|
sm: string;
|
|
@@ -13,6 +14,7 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
13
14
|
lg: string;
|
|
14
15
|
xl: string;
|
|
15
16
|
reducedMotion: string;
|
|
17
|
+
allowMotion: string;
|
|
16
18
|
hover: string;
|
|
17
19
|
}, {
|
|
18
20
|
colors: {
|
|
@@ -119,64 +121,148 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
119
121
|
"3": any;
|
|
120
122
|
};
|
|
121
123
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
122
|
-
bg: (value:
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
124
|
+
bg: (value: {
|
|
125
|
+
readonly [$$PropertyValue]: "background";
|
|
126
|
+
}) => {
|
|
127
|
+
background: {
|
|
128
|
+
readonly [$$PropertyValue]: "background";
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
inset: (value: string | number | {
|
|
132
|
+
readonly [$$ScaleValue]: "space";
|
|
133
|
+
}) => {
|
|
134
|
+
top: string | number | {
|
|
135
|
+
readonly [$$ScaleValue]: "space";
|
|
136
|
+
};
|
|
137
|
+
right: string | number | {
|
|
138
|
+
readonly [$$ScaleValue]: "space";
|
|
139
|
+
};
|
|
140
|
+
bottom: string | number | {
|
|
141
|
+
readonly [$$ScaleValue]: "space";
|
|
142
|
+
};
|
|
143
|
+
left: string | number | {
|
|
144
|
+
readonly [$$ScaleValue]: "space";
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
size: (value: string | number | {
|
|
148
|
+
readonly [$$ScaleValue]: "size";
|
|
149
|
+
}) => {
|
|
150
|
+
height: string | number | {
|
|
151
|
+
readonly [$$ScaleValue]: "size";
|
|
152
|
+
};
|
|
153
|
+
width: string | number | {
|
|
154
|
+
readonly [$$ScaleValue]: "size";
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
p: (value: string | number | {
|
|
158
|
+
readonly [$$ScaleValue]: "space";
|
|
159
|
+
}) => {
|
|
160
|
+
padding: string | number | {
|
|
161
|
+
readonly [$$ScaleValue]: "space";
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
pt: (value: string | number | {
|
|
165
|
+
readonly [$$ScaleValue]: "space";
|
|
166
|
+
}) => {
|
|
167
|
+
paddingTop: string | number | {
|
|
168
|
+
readonly [$$ScaleValue]: "space";
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
pr: (value: string | number | {
|
|
172
|
+
readonly [$$ScaleValue]: "space";
|
|
173
|
+
}) => {
|
|
174
|
+
paddingRight: string | number | {
|
|
175
|
+
readonly [$$ScaleValue]: "space";
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
pb: (value: string | number | {
|
|
179
|
+
readonly [$$ScaleValue]: "space";
|
|
180
|
+
}) => {
|
|
181
|
+
paddingBottom: string | number | {
|
|
182
|
+
readonly [$$ScaleValue]: "space";
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
pl: (value: string | number | {
|
|
186
|
+
readonly [$$ScaleValue]: "space";
|
|
187
|
+
}) => {
|
|
188
|
+
paddingLeft: string | number | {
|
|
189
|
+
readonly [$$ScaleValue]: "space";
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
px: (value: string | number | {
|
|
193
|
+
readonly [$$ScaleValue]: "space";
|
|
194
|
+
}) => {
|
|
195
|
+
paddingLeft: string | number | {
|
|
196
|
+
readonly [$$ScaleValue]: "space";
|
|
197
|
+
};
|
|
198
|
+
paddingRight: string | number | {
|
|
199
|
+
readonly [$$ScaleValue]: "space";
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
py: (value: string | number | {
|
|
203
|
+
readonly [$$ScaleValue]: "space";
|
|
204
|
+
}) => {
|
|
205
|
+
paddingTop: string | number | {
|
|
206
|
+
readonly [$$ScaleValue]: "space";
|
|
207
|
+
};
|
|
208
|
+
paddingBottom: string | number | {
|
|
209
|
+
readonly [$$ScaleValue]: "space";
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
m: (value: string | number | {
|
|
213
|
+
readonly [$$ScaleValue]: "space";
|
|
214
|
+
}) => {
|
|
215
|
+
margin: string | number | {
|
|
216
|
+
readonly [$$ScaleValue]: "space";
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
mt: (value: string | number | {
|
|
220
|
+
readonly [$$ScaleValue]: "space";
|
|
221
|
+
}) => {
|
|
222
|
+
marginTop: string | number | {
|
|
223
|
+
readonly [$$ScaleValue]: "space";
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
mr: (value: string | number | {
|
|
227
|
+
readonly [$$ScaleValue]: "space";
|
|
228
|
+
}) => {
|
|
229
|
+
marginRight: string | number | {
|
|
230
|
+
readonly [$$ScaleValue]: "space";
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
mb: (value: string | number | {
|
|
234
|
+
readonly [$$ScaleValue]: "space";
|
|
235
|
+
}) => {
|
|
236
|
+
marginBottom: string | number | {
|
|
237
|
+
readonly [$$ScaleValue]: "space";
|
|
238
|
+
};
|
|
239
|
+
};
|
|
240
|
+
ml: (value: string | number | {
|
|
241
|
+
readonly [$$ScaleValue]: "space";
|
|
242
|
+
}) => {
|
|
243
|
+
marginLeft: string | number | {
|
|
244
|
+
readonly [$$ScaleValue]: "space";
|
|
245
|
+
};
|
|
246
|
+
};
|
|
247
|
+
mx: (value: string | number | {
|
|
248
|
+
readonly [$$ScaleValue]: "space";
|
|
249
|
+
}) => {
|
|
250
|
+
marginLeft: string | number | {
|
|
251
|
+
readonly [$$ScaleValue]: "space";
|
|
252
|
+
};
|
|
253
|
+
marginRight: string | number | {
|
|
254
|
+
readonly [$$ScaleValue]: "space";
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
my: (value: string | number | {
|
|
258
|
+
readonly [$$ScaleValue]: "space";
|
|
259
|
+
}) => {
|
|
260
|
+
marginTop: string | number | {
|
|
261
|
+
readonly [$$ScaleValue]: "space";
|
|
262
|
+
};
|
|
263
|
+
marginBottom: string | number | {
|
|
264
|
+
readonly [$$ScaleValue]: "space";
|
|
265
|
+
};
|
|
180
266
|
};
|
|
181
267
|
}>>;
|
|
182
268
|
declare const StyledTabContent: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-tabs").TabsContentProps & React.RefAttributes<HTMLDivElement>>, {}, {
|
|
@@ -185,6 +271,7 @@ declare const StyledTabContent: import("@stitches/react/types/styled-component")
|
|
|
185
271
|
lg: string;
|
|
186
272
|
xl: string;
|
|
187
273
|
reducedMotion: string;
|
|
274
|
+
allowMotion: string;
|
|
188
275
|
hover: string;
|
|
189
276
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
190
277
|
sm: string;
|
|
@@ -192,6 +279,7 @@ declare const StyledTabContent: import("@stitches/react/types/styled-component")
|
|
|
192
279
|
lg: string;
|
|
193
280
|
xl: string;
|
|
194
281
|
reducedMotion: string;
|
|
282
|
+
allowMotion: string;
|
|
195
283
|
hover: string;
|
|
196
284
|
}, {
|
|
197
285
|
colors: {
|
|
@@ -298,64 +386,148 @@ declare const StyledTabContent: import("@stitches/react/types/styled-component")
|
|
|
298
386
|
"3": any;
|
|
299
387
|
};
|
|
300
388
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
301
|
-
bg: (value:
|
|
302
|
-
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
389
|
+
bg: (value: {
|
|
390
|
+
readonly [$$PropertyValue]: "background";
|
|
391
|
+
}) => {
|
|
392
|
+
background: {
|
|
393
|
+
readonly [$$PropertyValue]: "background";
|
|
394
|
+
};
|
|
395
|
+
};
|
|
396
|
+
inset: (value: string | number | {
|
|
397
|
+
readonly [$$ScaleValue]: "space";
|
|
398
|
+
}) => {
|
|
399
|
+
top: string | number | {
|
|
400
|
+
readonly [$$ScaleValue]: "space";
|
|
401
|
+
};
|
|
402
|
+
right: string | number | {
|
|
403
|
+
readonly [$$ScaleValue]: "space";
|
|
404
|
+
};
|
|
405
|
+
bottom: string | number | {
|
|
406
|
+
readonly [$$ScaleValue]: "space";
|
|
407
|
+
};
|
|
408
|
+
left: string | number | {
|
|
409
|
+
readonly [$$ScaleValue]: "space";
|
|
410
|
+
};
|
|
411
|
+
};
|
|
412
|
+
size: (value: string | number | {
|
|
413
|
+
readonly [$$ScaleValue]: "size";
|
|
414
|
+
}) => {
|
|
415
|
+
height: string | number | {
|
|
416
|
+
readonly [$$ScaleValue]: "size";
|
|
417
|
+
};
|
|
418
|
+
width: string | number | {
|
|
419
|
+
readonly [$$ScaleValue]: "size";
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
p: (value: string | number | {
|
|
423
|
+
readonly [$$ScaleValue]: "space";
|
|
424
|
+
}) => {
|
|
425
|
+
padding: string | number | {
|
|
426
|
+
readonly [$$ScaleValue]: "space";
|
|
427
|
+
};
|
|
428
|
+
};
|
|
429
|
+
pt: (value: string | number | {
|
|
430
|
+
readonly [$$ScaleValue]: "space";
|
|
431
|
+
}) => {
|
|
432
|
+
paddingTop: string | number | {
|
|
433
|
+
readonly [$$ScaleValue]: "space";
|
|
434
|
+
};
|
|
435
|
+
};
|
|
436
|
+
pr: (value: string | number | {
|
|
437
|
+
readonly [$$ScaleValue]: "space";
|
|
438
|
+
}) => {
|
|
439
|
+
paddingRight: string | number | {
|
|
440
|
+
readonly [$$ScaleValue]: "space";
|
|
441
|
+
};
|
|
442
|
+
};
|
|
443
|
+
pb: (value: string | number | {
|
|
444
|
+
readonly [$$ScaleValue]: "space";
|
|
445
|
+
}) => {
|
|
446
|
+
paddingBottom: string | number | {
|
|
447
|
+
readonly [$$ScaleValue]: "space";
|
|
448
|
+
};
|
|
449
|
+
};
|
|
450
|
+
pl: (value: string | number | {
|
|
451
|
+
readonly [$$ScaleValue]: "space";
|
|
452
|
+
}) => {
|
|
453
|
+
paddingLeft: string | number | {
|
|
454
|
+
readonly [$$ScaleValue]: "space";
|
|
455
|
+
};
|
|
456
|
+
};
|
|
457
|
+
px: (value: string | number | {
|
|
458
|
+
readonly [$$ScaleValue]: "space";
|
|
459
|
+
}) => {
|
|
460
|
+
paddingLeft: string | number | {
|
|
461
|
+
readonly [$$ScaleValue]: "space";
|
|
462
|
+
};
|
|
463
|
+
paddingRight: string | number | {
|
|
464
|
+
readonly [$$ScaleValue]: "space";
|
|
465
|
+
};
|
|
466
|
+
};
|
|
467
|
+
py: (value: string | number | {
|
|
468
|
+
readonly [$$ScaleValue]: "space";
|
|
469
|
+
}) => {
|
|
470
|
+
paddingTop: string | number | {
|
|
471
|
+
readonly [$$ScaleValue]: "space";
|
|
472
|
+
};
|
|
473
|
+
paddingBottom: string | number | {
|
|
474
|
+
readonly [$$ScaleValue]: "space";
|
|
475
|
+
};
|
|
476
|
+
};
|
|
477
|
+
m: (value: string | number | {
|
|
478
|
+
readonly [$$ScaleValue]: "space";
|
|
479
|
+
}) => {
|
|
480
|
+
margin: string | number | {
|
|
481
|
+
readonly [$$ScaleValue]: "space";
|
|
482
|
+
};
|
|
483
|
+
};
|
|
484
|
+
mt: (value: string | number | {
|
|
485
|
+
readonly [$$ScaleValue]: "space";
|
|
486
|
+
}) => {
|
|
487
|
+
marginTop: string | number | {
|
|
488
|
+
readonly [$$ScaleValue]: "space";
|
|
489
|
+
};
|
|
490
|
+
};
|
|
491
|
+
mr: (value: string | number | {
|
|
492
|
+
readonly [$$ScaleValue]: "space";
|
|
493
|
+
}) => {
|
|
494
|
+
marginRight: string | number | {
|
|
495
|
+
readonly [$$ScaleValue]: "space";
|
|
496
|
+
};
|
|
497
|
+
};
|
|
498
|
+
mb: (value: string | number | {
|
|
499
|
+
readonly [$$ScaleValue]: "space";
|
|
500
|
+
}) => {
|
|
501
|
+
marginBottom: string | number | {
|
|
502
|
+
readonly [$$ScaleValue]: "space";
|
|
503
|
+
};
|
|
504
|
+
};
|
|
505
|
+
ml: (value: string | number | {
|
|
506
|
+
readonly [$$ScaleValue]: "space";
|
|
507
|
+
}) => {
|
|
508
|
+
marginLeft: string | number | {
|
|
509
|
+
readonly [$$ScaleValue]: "space";
|
|
510
|
+
};
|
|
511
|
+
};
|
|
512
|
+
mx: (value: string | number | {
|
|
513
|
+
readonly [$$ScaleValue]: "space";
|
|
514
|
+
}) => {
|
|
515
|
+
marginLeft: string | number | {
|
|
516
|
+
readonly [$$ScaleValue]: "space";
|
|
517
|
+
};
|
|
518
|
+
marginRight: string | number | {
|
|
519
|
+
readonly [$$ScaleValue]: "space";
|
|
520
|
+
};
|
|
521
|
+
};
|
|
522
|
+
my: (value: string | number | {
|
|
523
|
+
readonly [$$ScaleValue]: "space";
|
|
524
|
+
}) => {
|
|
525
|
+
marginTop: string | number | {
|
|
526
|
+
readonly [$$ScaleValue]: "space";
|
|
527
|
+
};
|
|
528
|
+
marginBottom: string | number | {
|
|
529
|
+
readonly [$$ScaleValue]: "space";
|
|
530
|
+
};
|
|
359
531
|
};
|
|
360
532
|
}>>;
|
|
361
533
|
declare const StyledTriggerList: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-tabs").TabsListProps & React.RefAttributes<HTMLDivElement>>, {}, {
|
|
@@ -364,6 +536,7 @@ declare const StyledTriggerList: import("@stitches/react/types/styled-component"
|
|
|
364
536
|
lg: string;
|
|
365
537
|
xl: string;
|
|
366
538
|
reducedMotion: string;
|
|
539
|
+
allowMotion: string;
|
|
367
540
|
hover: string;
|
|
368
541
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
369
542
|
sm: string;
|
|
@@ -371,6 +544,7 @@ declare const StyledTriggerList: import("@stitches/react/types/styled-component"
|
|
|
371
544
|
lg: string;
|
|
372
545
|
xl: string;
|
|
373
546
|
reducedMotion: string;
|
|
547
|
+
allowMotion: string;
|
|
374
548
|
hover: string;
|
|
375
549
|
}, {
|
|
376
550
|
colors: {
|
|
@@ -477,64 +651,148 @@ declare const StyledTriggerList: import("@stitches/react/types/styled-component"
|
|
|
477
651
|
"3": any;
|
|
478
652
|
};
|
|
479
653
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
480
|
-
bg: (value:
|
|
481
|
-
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
654
|
+
bg: (value: {
|
|
655
|
+
readonly [$$PropertyValue]: "background";
|
|
656
|
+
}) => {
|
|
657
|
+
background: {
|
|
658
|
+
readonly [$$PropertyValue]: "background";
|
|
659
|
+
};
|
|
660
|
+
};
|
|
661
|
+
inset: (value: string | number | {
|
|
662
|
+
readonly [$$ScaleValue]: "space";
|
|
663
|
+
}) => {
|
|
664
|
+
top: string | number | {
|
|
665
|
+
readonly [$$ScaleValue]: "space";
|
|
666
|
+
};
|
|
667
|
+
right: string | number | {
|
|
668
|
+
readonly [$$ScaleValue]: "space";
|
|
669
|
+
};
|
|
670
|
+
bottom: string | number | {
|
|
671
|
+
readonly [$$ScaleValue]: "space";
|
|
672
|
+
};
|
|
673
|
+
left: string | number | {
|
|
674
|
+
readonly [$$ScaleValue]: "space";
|
|
675
|
+
};
|
|
676
|
+
};
|
|
677
|
+
size: (value: string | number | {
|
|
678
|
+
readonly [$$ScaleValue]: "size";
|
|
679
|
+
}) => {
|
|
680
|
+
height: string | number | {
|
|
681
|
+
readonly [$$ScaleValue]: "size";
|
|
682
|
+
};
|
|
683
|
+
width: string | number | {
|
|
684
|
+
readonly [$$ScaleValue]: "size";
|
|
685
|
+
};
|
|
686
|
+
};
|
|
687
|
+
p: (value: string | number | {
|
|
688
|
+
readonly [$$ScaleValue]: "space";
|
|
689
|
+
}) => {
|
|
690
|
+
padding: string | number | {
|
|
691
|
+
readonly [$$ScaleValue]: "space";
|
|
692
|
+
};
|
|
693
|
+
};
|
|
694
|
+
pt: (value: string | number | {
|
|
695
|
+
readonly [$$ScaleValue]: "space";
|
|
696
|
+
}) => {
|
|
697
|
+
paddingTop: string | number | {
|
|
698
|
+
readonly [$$ScaleValue]: "space";
|
|
699
|
+
};
|
|
700
|
+
};
|
|
701
|
+
pr: (value: string | number | {
|
|
702
|
+
readonly [$$ScaleValue]: "space";
|
|
703
|
+
}) => {
|
|
704
|
+
paddingRight: string | number | {
|
|
705
|
+
readonly [$$ScaleValue]: "space";
|
|
706
|
+
};
|
|
707
|
+
};
|
|
708
|
+
pb: (value: string | number | {
|
|
709
|
+
readonly [$$ScaleValue]: "space";
|
|
710
|
+
}) => {
|
|
711
|
+
paddingBottom: string | number | {
|
|
712
|
+
readonly [$$ScaleValue]: "space";
|
|
713
|
+
};
|
|
714
|
+
};
|
|
715
|
+
pl: (value: string | number | {
|
|
716
|
+
readonly [$$ScaleValue]: "space";
|
|
717
|
+
}) => {
|
|
718
|
+
paddingLeft: string | number | {
|
|
719
|
+
readonly [$$ScaleValue]: "space";
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
px: (value: string | number | {
|
|
723
|
+
readonly [$$ScaleValue]: "space";
|
|
724
|
+
}) => {
|
|
725
|
+
paddingLeft: string | number | {
|
|
726
|
+
readonly [$$ScaleValue]: "space";
|
|
727
|
+
};
|
|
728
|
+
paddingRight: string | number | {
|
|
729
|
+
readonly [$$ScaleValue]: "space";
|
|
730
|
+
};
|
|
731
|
+
};
|
|
732
|
+
py: (value: string | number | {
|
|
733
|
+
readonly [$$ScaleValue]: "space";
|
|
734
|
+
}) => {
|
|
735
|
+
paddingTop: string | number | {
|
|
736
|
+
readonly [$$ScaleValue]: "space";
|
|
737
|
+
};
|
|
738
|
+
paddingBottom: string | number | {
|
|
739
|
+
readonly [$$ScaleValue]: "space";
|
|
740
|
+
};
|
|
741
|
+
};
|
|
742
|
+
m: (value: string | number | {
|
|
743
|
+
readonly [$$ScaleValue]: "space";
|
|
744
|
+
}) => {
|
|
745
|
+
margin: string | number | {
|
|
746
|
+
readonly [$$ScaleValue]: "space";
|
|
747
|
+
};
|
|
748
|
+
};
|
|
749
|
+
mt: (value: string | number | {
|
|
750
|
+
readonly [$$ScaleValue]: "space";
|
|
751
|
+
}) => {
|
|
752
|
+
marginTop: string | number | {
|
|
753
|
+
readonly [$$ScaleValue]: "space";
|
|
754
|
+
};
|
|
755
|
+
};
|
|
756
|
+
mr: (value: string | number | {
|
|
757
|
+
readonly [$$ScaleValue]: "space";
|
|
758
|
+
}) => {
|
|
759
|
+
marginRight: string | number | {
|
|
760
|
+
readonly [$$ScaleValue]: "space";
|
|
761
|
+
};
|
|
762
|
+
};
|
|
763
|
+
mb: (value: string | number | {
|
|
764
|
+
readonly [$$ScaleValue]: "space";
|
|
765
|
+
}) => {
|
|
766
|
+
marginBottom: string | number | {
|
|
767
|
+
readonly [$$ScaleValue]: "space";
|
|
768
|
+
};
|
|
769
|
+
};
|
|
770
|
+
ml: (value: string | number | {
|
|
771
|
+
readonly [$$ScaleValue]: "space";
|
|
772
|
+
}) => {
|
|
773
|
+
marginLeft: string | number | {
|
|
774
|
+
readonly [$$ScaleValue]: "space";
|
|
775
|
+
};
|
|
776
|
+
};
|
|
777
|
+
mx: (value: string | number | {
|
|
778
|
+
readonly [$$ScaleValue]: "space";
|
|
779
|
+
}) => {
|
|
780
|
+
marginLeft: string | number | {
|
|
781
|
+
readonly [$$ScaleValue]: "space";
|
|
782
|
+
};
|
|
783
|
+
marginRight: string | number | {
|
|
784
|
+
readonly [$$ScaleValue]: "space";
|
|
785
|
+
};
|
|
786
|
+
};
|
|
787
|
+
my: (value: string | number | {
|
|
788
|
+
readonly [$$ScaleValue]: "space";
|
|
789
|
+
}) => {
|
|
790
|
+
marginTop: string | number | {
|
|
791
|
+
readonly [$$ScaleValue]: "space";
|
|
792
|
+
};
|
|
793
|
+
marginBottom: string | number | {
|
|
794
|
+
readonly [$$ScaleValue]: "space";
|
|
795
|
+
};
|
|
538
796
|
};
|
|
539
797
|
}>>;
|
|
540
798
|
declare type TabsProps = React.ComponentProps<typeof StyledRoot>;
|