@atom-learning/components 2.30.0 → 2.31.0-beta.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.
Files changed (112) hide show
  1. package/dist/components/accordion/Accordion.d.ts +37 -127
  2. package/dist/components/accordion/AccordionContent.d.ts +37 -127
  3. package/dist/components/accordion/AccordionItem.d.ts +37 -127
  4. package/dist/components/accordion/AccordionTrigger.d.ts +37 -127
  5. package/dist/components/action-icon/ActionIcon.d.ts +37 -127
  6. package/dist/components/alert-dialog/AlertDialog.d.ts +37 -127
  7. package/dist/components/alert-dialog/AlertDialogContent.d.ts +37 -127
  8. package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
  9. package/dist/components/avatar/Avatar.d.ts +104 -284
  10. package/dist/components/badge/Badge.d.ts +104 -284
  11. package/dist/components/box/Box.d.ts +37 -127
  12. package/dist/components/button/Button.d.ts +37 -127
  13. package/dist/components/calendar/Day.d.ts +37 -127
  14. package/dist/components/carousel/CarouselPagination.d.ts +37 -127
  15. package/dist/components/carousel/CarouselSlide.d.ts +37 -127
  16. package/dist/components/carousel/CarouselSlider.d.ts +37 -127
  17. package/dist/components/checkbox/Checkbox.d.ts +37 -127
  18. package/dist/components/chip/Chip.d.ts +304 -934
  19. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +74 -254
  20. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +74 -254
  21. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +104 -284
  22. package/dist/components/combobox/Combobox.d.ts +37 -127
  23. package/dist/components/combobox/ComboboxInput.d.ts +37 -127
  24. package/dist/components/combobox/ComboboxList.d.ts +37 -127
  25. package/dist/components/combobox/ComboboxOption.d.ts +37 -127
  26. package/dist/components/combobox/ComboboxPopover.d.ts +37 -127
  27. package/dist/components/data-table/DataTableLoading.d.ts +37 -127
  28. package/dist/components/data-table/drag-and-drop/Handle.d.ts +74 -254
  29. package/dist/components/data-table/pagination/Pagination.d.ts +37 -127
  30. package/dist/components/dialog/Dialog.d.ts +37 -127
  31. package/dist/components/dialog/DialogBackground.d.ts +104 -284
  32. package/dist/components/dialog/DialogClose.d.ts +37 -127
  33. package/dist/components/dialog/DialogContent.d.ts +37 -127
  34. package/dist/components/dialog/DialogContent.js +1 -1
  35. package/dist/components/divider/Divider.d.ts +37 -127
  36. package/dist/components/dropdown-menu/DropdownMenu.d.ts +37 -127
  37. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +37 -127
  38. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +37 -127
  39. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +37 -127
  40. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +37 -127
  41. package/dist/components/empty-state/EmptyState.d.ts +104 -284
  42. package/dist/components/empty-state/EmptyStateBody.d.ts +74 -254
  43. package/dist/components/empty-state/EmptyStateImage.d.ts +74 -254
  44. package/dist/components/empty-state/EmptyStateTitle.d.ts +37 -127
  45. package/dist/components/flex/Flex.d.ts +37 -127
  46. package/dist/components/form/Form.d.ts +37 -127
  47. package/dist/components/grid/Grid.d.ts +37 -127
  48. package/dist/components/heading/Heading.d.ts +37 -127
  49. package/dist/components/icon/Icon.d.ts +37 -127
  50. package/dist/components/image/Image.d.ts +37 -127
  51. package/dist/components/inline-message/InlineMessage.d.ts +104 -284
  52. package/dist/components/input/Input.d.ts +37 -127
  53. package/dist/components/label/Label.d.ts +37 -127
  54. package/dist/components/link/Link.d.ts +37 -127
  55. package/dist/components/list/List.d.ts +104 -284
  56. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +37 -127
  57. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +74 -254
  58. package/dist/components/notification-badge/NotificationBadge.d.ts +104 -284
  59. package/dist/components/popover/Popover.d.ts +37 -127
  60. package/dist/components/popover/PopoverContent.d.ts +37 -127
  61. package/dist/components/progress-bar/ProgressBar.d.ts +37 -127
  62. package/dist/components/radio-button/RadioButton.d.ts +37 -127
  63. package/dist/components/radio-button/RadioButtonGroup.d.ts +37 -127
  64. package/dist/components/radio-card/RadioCard.d.ts +37 -127
  65. package/dist/components/select/Select.d.ts +37 -127
  66. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +37 -127
  67. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +37 -127
  68. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +37 -127
  69. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +37 -127
  70. package/dist/components/sidedrawer/SidedrawerContent.d.ts +37 -127
  71. package/dist/components/sidedrawer/SidedrawerFooter.d.ts +37 -127
  72. package/dist/components/sidedrawer/SidedrawerHeader.d.ts +37 -127
  73. package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +37 -127
  74. package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +37 -127
  75. package/dist/components/slider/Slider.d.ts +37 -127
  76. package/dist/components/stack/Stack.d.ts +37 -127
  77. package/dist/components/stack-content/StackContent.d.ts +37 -127
  78. package/dist/components/stepper/StepperStepBullet.d.ts +104 -284
  79. package/dist/components/stepper/StepperStepContainer.d.ts +104 -284
  80. package/dist/components/stepper/StepperStepLabel.d.ts +74 -254
  81. package/dist/components/switch/Switch.d.ts +37 -127
  82. package/dist/components/table/Table.d.ts +37 -127
  83. package/dist/components/table/TableBody.d.ts +37 -127
  84. package/dist/components/table/TableCell.d.ts +37 -127
  85. package/dist/components/table/TableFooter.d.ts +37 -127
  86. package/dist/components/table/TableFooterCell.d.ts +37 -127
  87. package/dist/components/table/TableHeader.d.ts +37 -127
  88. package/dist/components/table/TableHeaderCell.d.ts +37 -127
  89. package/dist/components/table/TableRow.d.ts +74 -254
  90. package/dist/components/tabs/Tabs.d.ts +37 -127
  91. package/dist/components/tabs/TabsContent.d.ts +37 -127
  92. package/dist/components/tabs/TabsTrigger.d.ts +37 -127
  93. package/dist/components/tabs/TabsTriggerList.d.ts +37 -127
  94. package/dist/components/text/Text.d.ts +37 -127
  95. package/dist/components/textarea/Textarea.d.ts +37 -127
  96. package/dist/components/toast/Toast.d.ts +37 -127
  97. package/dist/components/toggle-group/ToggleGroupButton.d.ts +104 -284
  98. package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -284
  99. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +37 -127
  100. package/dist/components/toggle-group/index.d.ts +245 -695
  101. package/dist/components/tooltip/TooltipContent.d.ts +37 -127
  102. package/dist/components/top-bar/TopBar.d.ts +37 -127
  103. package/dist/components/top-bar/TopBarBrand.d.ts +111 -381
  104. package/dist/components/video/Video.d.ts +104 -284
  105. package/dist/docgen.json +1 -1
  106. package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -142
  107. package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +133 -329
  108. package/dist/index.cjs.js +1 -1
  109. package/dist/stitches.d.ts +474 -786
  110. package/dist/stitches.js +1 -1
  111. package/package.json +2 -2
  112. package/CHANGELOG.md +0 -220
@@ -122,148 +122,58 @@ export declare const StyledItem: import("@stitches/react/types/styled-component"
122
122
  "3": any;
123
123
  };
124
124
  }, import("@stitches/react/types/config").DefaultThemeMap, {
125
- bg: (value: {
126
- readonly [$$PropertyValue]: "background";
127
- }) => {
128
- background: {
129
- readonly [$$PropertyValue]: "background";
130
- };
131
- };
132
- inset: (value: string | number | {
133
- readonly [$$ScaleValue]: "space";
134
- }) => {
135
- top: string | number | {
136
- readonly [$$ScaleValue]: "space";
137
- };
138
- right: string | number | {
139
- readonly [$$ScaleValue]: "space";
140
- };
141
- bottom: string | number | {
142
- readonly [$$ScaleValue]: "space";
143
- };
144
- left: string | number | {
145
- readonly [$$ScaleValue]: "space";
146
- };
147
- };
148
- size: (value: string | number | {
149
- readonly [$$ScaleValue]: "size";
150
- }) => {
151
- height: string | number | {
152
- readonly [$$ScaleValue]: "size";
153
- };
154
- width: string | number | {
155
- readonly [$$ScaleValue]: "size";
156
- };
157
- };
158
- p: (value: string | number | {
159
- readonly [$$ScaleValue]: "space";
160
- }) => {
161
- padding: string | number | {
162
- readonly [$$ScaleValue]: "space";
163
- };
164
- };
165
- pt: (value: string | number | {
166
- readonly [$$ScaleValue]: "space";
167
- }) => {
168
- paddingTop: string | number | {
169
- readonly [$$ScaleValue]: "space";
170
- };
171
- };
172
- pr: (value: string | number | {
173
- readonly [$$ScaleValue]: "space";
174
- }) => {
175
- paddingRight: string | number | {
176
- readonly [$$ScaleValue]: "space";
177
- };
178
- };
179
- pb: (value: string | number | {
180
- readonly [$$ScaleValue]: "space";
181
- }) => {
182
- paddingBottom: string | number | {
183
- readonly [$$ScaleValue]: "space";
184
- };
185
- };
186
- pl: (value: string | number | {
187
- readonly [$$ScaleValue]: "space";
188
- }) => {
189
- paddingLeft: string | number | {
190
- readonly [$$ScaleValue]: "space";
191
- };
192
- };
193
- px: (value: string | number | {
194
- readonly [$$ScaleValue]: "space";
195
- }) => {
196
- paddingLeft: string | number | {
197
- readonly [$$ScaleValue]: "space";
198
- };
199
- paddingRight: string | number | {
200
- readonly [$$ScaleValue]: "space";
201
- };
202
- };
203
- py: (value: string | number | {
204
- readonly [$$ScaleValue]: "space";
205
- }) => {
206
- paddingTop: string | number | {
207
- readonly [$$ScaleValue]: "space";
208
- };
209
- paddingBottom: string | number | {
210
- readonly [$$ScaleValue]: "space";
211
- };
212
- };
213
- m: (value: string | number | {
214
- readonly [$$ScaleValue]: "space";
215
- }) => {
216
- margin: string | number | {
217
- readonly [$$ScaleValue]: "space";
218
- };
219
- };
220
- mt: (value: string | number | {
221
- readonly [$$ScaleValue]: "space";
222
- }) => {
223
- marginTop: string | number | {
224
- readonly [$$ScaleValue]: "space";
225
- };
226
- };
227
- mr: (value: string | number | {
228
- readonly [$$ScaleValue]: "space";
229
- }) => {
230
- marginRight: string | number | {
231
- readonly [$$ScaleValue]: "space";
232
- };
233
- };
234
- mb: (value: string | number | {
235
- readonly [$$ScaleValue]: "space";
236
- }) => {
237
- marginBottom: string | number | {
238
- readonly [$$ScaleValue]: "space";
239
- };
240
- };
241
- ml: (value: string | number | {
242
- readonly [$$ScaleValue]: "space";
243
- }) => {
244
- marginLeft: string | number | {
245
- readonly [$$ScaleValue]: "space";
246
- };
247
- };
248
- mx: (value: string | number | {
249
- readonly [$$ScaleValue]: "space";
250
- }) => {
251
- marginLeft: string | number | {
252
- readonly [$$ScaleValue]: "space";
253
- };
254
- marginRight: string | number | {
255
- readonly [$$ScaleValue]: "space";
256
- };
257
- };
258
- my: (value: string | number | {
259
- readonly [$$ScaleValue]: "space";
260
- }) => {
261
- marginTop: string | number | {
262
- readonly [$$ScaleValue]: "space";
263
- };
264
- marginBottom: string | number | {
265
- readonly [$$ScaleValue]: "space";
266
- };
125
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
126
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
127
+ };
128
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
129
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
130
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
131
+ };
132
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
133
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
134
+ };
135
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
136
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
137
+ };
138
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
139
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
140
+ };
141
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
142
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
143
+ };
144
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
145
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
146
+ };
147
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
148
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
149
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
150
+ };
151
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
152
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
153
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
154
+ };
155
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
156
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
157
+ };
158
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
159
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
160
+ };
161
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
162
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
163
+ };
164
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
165
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
166
+ };
167
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
168
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
169
+ };
170
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
171
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
172
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
173
+ };
174
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
175
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
176
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
267
177
  };
268
178
  }>>;
269
179
  export declare const ToggleGroupItem: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<ToggleGroup.ToggleGroupItemProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
@@ -388,147 +298,57 @@ export declare const ToggleGroupItem: import("@stitches/react/types/styled-compo
388
298
  "3": any;
389
299
  };
390
300
  }, import("@stitches/react/types/config").DefaultThemeMap, {
391
- bg: (value: {
392
- readonly [$$PropertyValue]: "background";
393
- }) => {
394
- background: {
395
- readonly [$$PropertyValue]: "background";
396
- };
397
- };
398
- inset: (value: string | number | {
399
- readonly [$$ScaleValue]: "space";
400
- }) => {
401
- top: string | number | {
402
- readonly [$$ScaleValue]: "space";
403
- };
404
- right: string | number | {
405
- readonly [$$ScaleValue]: "space";
406
- };
407
- bottom: string | number | {
408
- readonly [$$ScaleValue]: "space";
409
- };
410
- left: string | number | {
411
- readonly [$$ScaleValue]: "space";
412
- };
413
- };
414
- size: (value: string | number | {
415
- readonly [$$ScaleValue]: "size";
416
- }) => {
417
- height: string | number | {
418
- readonly [$$ScaleValue]: "size";
419
- };
420
- width: string | number | {
421
- readonly [$$ScaleValue]: "size";
422
- };
423
- };
424
- p: (value: string | number | {
425
- readonly [$$ScaleValue]: "space";
426
- }) => {
427
- padding: string | number | {
428
- readonly [$$ScaleValue]: "space";
429
- };
430
- };
431
- pt: (value: string | number | {
432
- readonly [$$ScaleValue]: "space";
433
- }) => {
434
- paddingTop: string | number | {
435
- readonly [$$ScaleValue]: "space";
436
- };
437
- };
438
- pr: (value: string | number | {
439
- readonly [$$ScaleValue]: "space";
440
- }) => {
441
- paddingRight: string | number | {
442
- readonly [$$ScaleValue]: "space";
443
- };
444
- };
445
- pb: (value: string | number | {
446
- readonly [$$ScaleValue]: "space";
447
- }) => {
448
- paddingBottom: string | number | {
449
- readonly [$$ScaleValue]: "space";
450
- };
451
- };
452
- pl: (value: string | number | {
453
- readonly [$$ScaleValue]: "space";
454
- }) => {
455
- paddingLeft: string | number | {
456
- readonly [$$ScaleValue]: "space";
457
- };
458
- };
459
- px: (value: string | number | {
460
- readonly [$$ScaleValue]: "space";
461
- }) => {
462
- paddingLeft: string | number | {
463
- readonly [$$ScaleValue]: "space";
464
- };
465
- paddingRight: string | number | {
466
- readonly [$$ScaleValue]: "space";
467
- };
468
- };
469
- py: (value: string | number | {
470
- readonly [$$ScaleValue]: "space";
471
- }) => {
472
- paddingTop: string | number | {
473
- readonly [$$ScaleValue]: "space";
474
- };
475
- paddingBottom: string | number | {
476
- readonly [$$ScaleValue]: "space";
477
- };
478
- };
479
- m: (value: string | number | {
480
- readonly [$$ScaleValue]: "space";
481
- }) => {
482
- margin: string | number | {
483
- readonly [$$ScaleValue]: "space";
484
- };
485
- };
486
- mt: (value: string | number | {
487
- readonly [$$ScaleValue]: "space";
488
- }) => {
489
- marginTop: string | number | {
490
- readonly [$$ScaleValue]: "space";
491
- };
492
- };
493
- mr: (value: string | number | {
494
- readonly [$$ScaleValue]: "space";
495
- }) => {
496
- marginRight: string | number | {
497
- readonly [$$ScaleValue]: "space";
498
- };
499
- };
500
- mb: (value: string | number | {
501
- readonly [$$ScaleValue]: "space";
502
- }) => {
503
- marginBottom: string | number | {
504
- readonly [$$ScaleValue]: "space";
505
- };
506
- };
507
- ml: (value: string | number | {
508
- readonly [$$ScaleValue]: "space";
509
- }) => {
510
- marginLeft: string | number | {
511
- readonly [$$ScaleValue]: "space";
512
- };
513
- };
514
- mx: (value: string | number | {
515
- readonly [$$ScaleValue]: "space";
516
- }) => {
517
- marginLeft: string | number | {
518
- readonly [$$ScaleValue]: "space";
519
- };
520
- marginRight: string | number | {
521
- readonly [$$ScaleValue]: "space";
522
- };
523
- };
524
- my: (value: string | number | {
525
- readonly [$$ScaleValue]: "space";
526
- }) => {
527
- marginTop: string | number | {
528
- readonly [$$ScaleValue]: "space";
529
- };
530
- marginBottom: string | number | {
531
- readonly [$$ScaleValue]: "space";
532
- };
301
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
302
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
303
+ };
304
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
305
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
306
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
307
+ };
308
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
309
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
310
+ };
311
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
312
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
313
+ };
314
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
315
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
316
+ };
317
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
318
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
319
+ };
320
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
321
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
322
+ };
323
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
324
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
325
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
326
+ };
327
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
328
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
329
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
330
+ };
331
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
332
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
333
+ };
334
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
335
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
336
+ };
337
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
338
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
339
+ };
340
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
341
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
342
+ };
343
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
344
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
345
+ };
346
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
347
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
348
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
349
+ };
350
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
351
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
352
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
533
353
  };
534
354
  }>>;
@@ -132,148 +132,58 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
132
132
  "3": any;
133
133
  };
134
134
  }, import("@stitches/react/types/config").DefaultThemeMap, {
135
- bg: (value: {
136
- readonly [$$PropertyValue]: "background";
137
- }) => {
138
- background: {
139
- readonly [$$PropertyValue]: "background";
140
- };
135
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
136
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
141
137
  };
142
- inset: (value: string | number | {
143
- readonly [$$ScaleValue]: "space";
144
- }) => {
145
- top: string | number | {
146
- readonly [$$ScaleValue]: "space";
147
- };
148
- right: string | number | {
149
- readonly [$$ScaleValue]: "space";
150
- };
151
- bottom: string | number | {
152
- readonly [$$ScaleValue]: "space";
153
- };
154
- left: string | number | {
155
- readonly [$$ScaleValue]: "space";
156
- };
138
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
139
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
140
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
157
141
  };
158
- size: (value: string | number | {
159
- readonly [$$ScaleValue]: "size";
160
- }) => {
161
- height: string | number | {
162
- readonly [$$ScaleValue]: "size";
163
- };
164
- width: string | number | {
165
- readonly [$$ScaleValue]: "size";
166
- };
142
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
143
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
167
144
  };
168
- p: (value: string | number | {
169
- readonly [$$ScaleValue]: "space";
170
- }) => {
171
- padding: string | number | {
172
- readonly [$$ScaleValue]: "space";
173
- };
145
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
146
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
174
147
  };
175
- pt: (value: string | number | {
176
- readonly [$$ScaleValue]: "space";
177
- }) => {
178
- paddingTop: string | number | {
179
- readonly [$$ScaleValue]: "space";
180
- };
148
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
149
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
181
150
  };
182
- pr: (value: string | number | {
183
- readonly [$$ScaleValue]: "space";
184
- }) => {
185
- paddingRight: string | number | {
186
- readonly [$$ScaleValue]: "space";
187
- };
151
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
152
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
188
153
  };
189
- pb: (value: string | number | {
190
- readonly [$$ScaleValue]: "space";
191
- }) => {
192
- paddingBottom: string | number | {
193
- readonly [$$ScaleValue]: "space";
194
- };
154
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
155
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
195
156
  };
196
- pl: (value: string | number | {
197
- readonly [$$ScaleValue]: "space";
198
- }) => {
199
- paddingLeft: string | number | {
200
- readonly [$$ScaleValue]: "space";
201
- };
157
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
158
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
159
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
202
160
  };
203
- px: (value: string | number | {
204
- readonly [$$ScaleValue]: "space";
205
- }) => {
206
- paddingLeft: string | number | {
207
- readonly [$$ScaleValue]: "space";
208
- };
209
- paddingRight: string | number | {
210
- readonly [$$ScaleValue]: "space";
211
- };
161
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
162
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
163
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
212
164
  };
213
- py: (value: string | number | {
214
- readonly [$$ScaleValue]: "space";
215
- }) => {
216
- paddingTop: string | number | {
217
- readonly [$$ScaleValue]: "space";
218
- };
219
- paddingBottom: string | number | {
220
- readonly [$$ScaleValue]: "space";
221
- };
165
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
166
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
222
167
  };
223
- m: (value: string | number | {
224
- readonly [$$ScaleValue]: "space";
225
- }) => {
226
- margin: string | number | {
227
- readonly [$$ScaleValue]: "space";
228
- };
168
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
169
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
229
170
  };
230
- mt: (value: string | number | {
231
- readonly [$$ScaleValue]: "space";
232
- }) => {
233
- marginTop: string | number | {
234
- readonly [$$ScaleValue]: "space";
235
- };
171
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
172
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
236
173
  };
237
- mr: (value: string | number | {
238
- readonly [$$ScaleValue]: "space";
239
- }) => {
240
- marginRight: string | number | {
241
- readonly [$$ScaleValue]: "space";
242
- };
174
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
175
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
243
176
  };
244
- mb: (value: string | number | {
245
- readonly [$$ScaleValue]: "space";
246
- }) => {
247
- marginBottom: string | number | {
248
- readonly [$$ScaleValue]: "space";
249
- };
177
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
178
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
250
179
  };
251
- ml: (value: string | number | {
252
- readonly [$$ScaleValue]: "space";
253
- }) => {
254
- marginLeft: string | number | {
255
- readonly [$$ScaleValue]: "space";
256
- };
180
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
181
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
182
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
257
183
  };
258
- mx: (value: string | number | {
259
- readonly [$$ScaleValue]: "space";
260
- }) => {
261
- marginLeft: string | number | {
262
- readonly [$$ScaleValue]: "space";
263
- };
264
- marginRight: string | number | {
265
- readonly [$$ScaleValue]: "space";
266
- };
267
- };
268
- my: (value: string | number | {
269
- readonly [$$ScaleValue]: "space";
270
- }) => {
271
- marginTop: string | number | {
272
- readonly [$$ScaleValue]: "space";
273
- };
274
- marginBottom: string | number | {
275
- readonly [$$ScaleValue]: "space";
276
- };
184
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
185
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
186
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
277
187
  };
278
188
  }>>;
279
189
  export declare const ToggleGroupRoot: React.ForwardRefExoticComponent<React.ComponentProps<typeof StyledRoot> & RootType>;