@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
@@ -121,148 +121,58 @@ export declare const StyledLi: import("@stitches/react/types/styled-component").
121
121
  "3": any;
122
122
  };
123
123
  }, import("@stitches/react/types/config").DefaultThemeMap, {
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
- };
124
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
125
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
126
+ };
127
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
128
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
129
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
130
+ };
131
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
132
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
133
+ };
134
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
135
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
136
+ };
137
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
138
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
139
+ };
140
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
141
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
142
+ };
143
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
144
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
145
+ };
146
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
147
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
148
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
149
+ };
150
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
151
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
152
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
153
+ };
154
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
155
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
156
+ };
157
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
158
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
159
+ };
160
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
161
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
162
+ };
163
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
164
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
165
+ };
166
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
167
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
168
+ };
169
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
170
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
171
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
172
+ };
173
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
174
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
175
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
266
176
  };
267
177
  }>>;
268
178
  export declare const StyledList: import("@stitches/react/types/styled-component").StyledComponent<"ul", {
@@ -392,148 +302,58 @@ export declare const StyledList: import("@stitches/react/types/styled-component"
392
302
  "3": any;
393
303
  };
394
304
  }, import("@stitches/react/types/config").DefaultThemeMap, {
395
- bg: (value: {
396
- readonly [$$PropertyValue]: "background";
397
- }) => {
398
- background: {
399
- readonly [$$PropertyValue]: "background";
400
- };
401
- };
402
- inset: (value: string | number | {
403
- readonly [$$ScaleValue]: "space";
404
- }) => {
405
- top: string | number | {
406
- readonly [$$ScaleValue]: "space";
407
- };
408
- right: string | number | {
409
- readonly [$$ScaleValue]: "space";
410
- };
411
- bottom: string | number | {
412
- readonly [$$ScaleValue]: "space";
413
- };
414
- left: string | number | {
415
- readonly [$$ScaleValue]: "space";
416
- };
417
- };
418
- size: (value: string | number | {
419
- readonly [$$ScaleValue]: "size";
420
- }) => {
421
- height: string | number | {
422
- readonly [$$ScaleValue]: "size";
423
- };
424
- width: string | number | {
425
- readonly [$$ScaleValue]: "size";
426
- };
427
- };
428
- p: (value: string | number | {
429
- readonly [$$ScaleValue]: "space";
430
- }) => {
431
- padding: string | number | {
432
- readonly [$$ScaleValue]: "space";
433
- };
434
- };
435
- pt: (value: string | number | {
436
- readonly [$$ScaleValue]: "space";
437
- }) => {
438
- paddingTop: string | number | {
439
- readonly [$$ScaleValue]: "space";
440
- };
441
- };
442
- pr: (value: string | number | {
443
- readonly [$$ScaleValue]: "space";
444
- }) => {
445
- paddingRight: string | number | {
446
- readonly [$$ScaleValue]: "space";
447
- };
448
- };
449
- pb: (value: string | number | {
450
- readonly [$$ScaleValue]: "space";
451
- }) => {
452
- paddingBottom: string | number | {
453
- readonly [$$ScaleValue]: "space";
454
- };
455
- };
456
- pl: (value: string | number | {
457
- readonly [$$ScaleValue]: "space";
458
- }) => {
459
- paddingLeft: string | number | {
460
- readonly [$$ScaleValue]: "space";
461
- };
462
- };
463
- px: (value: string | number | {
464
- readonly [$$ScaleValue]: "space";
465
- }) => {
466
- paddingLeft: string | number | {
467
- readonly [$$ScaleValue]: "space";
468
- };
469
- paddingRight: string | number | {
470
- readonly [$$ScaleValue]: "space";
471
- };
472
- };
473
- py: (value: string | number | {
474
- readonly [$$ScaleValue]: "space";
475
- }) => {
476
- paddingTop: string | number | {
477
- readonly [$$ScaleValue]: "space";
478
- };
479
- paddingBottom: string | number | {
480
- readonly [$$ScaleValue]: "space";
481
- };
482
- };
483
- m: (value: string | number | {
484
- readonly [$$ScaleValue]: "space";
485
- }) => {
486
- margin: string | number | {
487
- readonly [$$ScaleValue]: "space";
488
- };
489
- };
490
- mt: (value: string | number | {
491
- readonly [$$ScaleValue]: "space";
492
- }) => {
493
- marginTop: string | number | {
494
- readonly [$$ScaleValue]: "space";
495
- };
496
- };
497
- mr: (value: string | number | {
498
- readonly [$$ScaleValue]: "space";
499
- }) => {
500
- marginRight: string | number | {
501
- readonly [$$ScaleValue]: "space";
502
- };
503
- };
504
- mb: (value: string | number | {
505
- readonly [$$ScaleValue]: "space";
506
- }) => {
507
- marginBottom: string | number | {
508
- readonly [$$ScaleValue]: "space";
509
- };
510
- };
511
- ml: (value: string | number | {
512
- readonly [$$ScaleValue]: "space";
513
- }) => {
514
- marginLeft: string | number | {
515
- readonly [$$ScaleValue]: "space";
516
- };
517
- };
518
- mx: (value: string | number | {
519
- readonly [$$ScaleValue]: "space";
520
- }) => {
521
- marginLeft: string | number | {
522
- readonly [$$ScaleValue]: "space";
523
- };
524
- marginRight: string | number | {
525
- readonly [$$ScaleValue]: "space";
526
- };
527
- };
528
- my: (value: string | number | {
529
- readonly [$$ScaleValue]: "space";
530
- }) => {
531
- marginTop: string | number | {
532
- readonly [$$ScaleValue]: "space";
533
- };
534
- marginBottom: string | number | {
535
- readonly [$$ScaleValue]: "space";
536
- };
305
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
306
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
307
+ };
308
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
309
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
310
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
311
+ };
312
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
313
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
314
+ };
315
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
316
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
317
+ };
318
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
319
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
320
+ };
321
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
322
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
323
+ };
324
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
325
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
326
+ };
327
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
328
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
329
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
330
+ };
331
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
332
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
333
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
334
+ };
335
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
336
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
337
+ };
338
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
339
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
340
+ };
341
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
342
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
343
+ };
344
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
345
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
346
+ };
347
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
348
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
349
+ };
350
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
351
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
352
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
353
+ };
354
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
355
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
356
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
537
357
  };
538
358
  }>>;
539
359
  declare type ListProps = React.ComponentProps<typeof StyledList> & {
@@ -126,148 +126,58 @@ export declare const StyledMarkdownEmphasis: import("@stitches/react/types/style
126
126
  "3": any;
127
127
  };
128
128
  }, import("@stitches/react/types/config").DefaultThemeMap, {
129
- bg: (value: {
130
- readonly [$$PropertyValue]: "background";
131
- }) => {
132
- background: {
133
- readonly [$$PropertyValue]: "background";
134
- };
129
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
130
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
135
131
  };
136
- inset: (value: string | number | {
137
- readonly [$$ScaleValue]: "space";
138
- }) => {
139
- top: string | number | {
140
- readonly [$$ScaleValue]: "space";
141
- };
142
- right: string | number | {
143
- readonly [$$ScaleValue]: "space";
144
- };
145
- bottom: string | number | {
146
- readonly [$$ScaleValue]: "space";
147
- };
148
- left: string | number | {
149
- readonly [$$ScaleValue]: "space";
150
- };
132
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
133
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
134
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
151
135
  };
152
- size: (value: string | number | {
153
- readonly [$$ScaleValue]: "size";
154
- }) => {
155
- height: string | number | {
156
- readonly [$$ScaleValue]: "size";
157
- };
158
- width: string | number | {
159
- readonly [$$ScaleValue]: "size";
160
- };
136
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
137
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
161
138
  };
162
- p: (value: string | number | {
163
- readonly [$$ScaleValue]: "space";
164
- }) => {
165
- padding: string | number | {
166
- readonly [$$ScaleValue]: "space";
167
- };
139
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
140
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
168
141
  };
169
- pt: (value: string | number | {
170
- readonly [$$ScaleValue]: "space";
171
- }) => {
172
- paddingTop: string | number | {
173
- readonly [$$ScaleValue]: "space";
174
- };
142
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
143
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
175
144
  };
176
- pr: (value: string | number | {
177
- readonly [$$ScaleValue]: "space";
178
- }) => {
179
- paddingRight: string | number | {
180
- readonly [$$ScaleValue]: "space";
181
- };
145
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
146
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
182
147
  };
183
- pb: (value: string | number | {
184
- readonly [$$ScaleValue]: "space";
185
- }) => {
186
- paddingBottom: string | number | {
187
- readonly [$$ScaleValue]: "space";
188
- };
148
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
149
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
189
150
  };
190
- pl: (value: string | number | {
191
- readonly [$$ScaleValue]: "space";
192
- }) => {
193
- paddingLeft: string | number | {
194
- readonly [$$ScaleValue]: "space";
195
- };
151
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
152
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
153
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
196
154
  };
197
- px: (value: string | number | {
198
- readonly [$$ScaleValue]: "space";
199
- }) => {
200
- paddingLeft: string | number | {
201
- readonly [$$ScaleValue]: "space";
202
- };
203
- paddingRight: string | number | {
204
- readonly [$$ScaleValue]: "space";
205
- };
155
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
156
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
157
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
206
158
  };
207
- py: (value: string | number | {
208
- readonly [$$ScaleValue]: "space";
209
- }) => {
210
- paddingTop: string | number | {
211
- readonly [$$ScaleValue]: "space";
212
- };
213
- paddingBottom: string | number | {
214
- readonly [$$ScaleValue]: "space";
215
- };
159
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
160
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
216
161
  };
217
- m: (value: string | number | {
218
- readonly [$$ScaleValue]: "space";
219
- }) => {
220
- margin: string | number | {
221
- readonly [$$ScaleValue]: "space";
222
- };
162
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
163
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
223
164
  };
224
- mt: (value: string | number | {
225
- readonly [$$ScaleValue]: "space";
226
- }) => {
227
- marginTop: string | number | {
228
- readonly [$$ScaleValue]: "space";
229
- };
165
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
166
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
230
167
  };
231
- mr: (value: string | number | {
232
- readonly [$$ScaleValue]: "space";
233
- }) => {
234
- marginRight: string | number | {
235
- readonly [$$ScaleValue]: "space";
236
- };
168
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
169
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
237
170
  };
238
- mb: (value: string | number | {
239
- readonly [$$ScaleValue]: "space";
240
- }) => {
241
- marginBottom: string | number | {
242
- readonly [$$ScaleValue]: "space";
243
- };
171
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
172
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
244
173
  };
245
- ml: (value: string | number | {
246
- readonly [$$ScaleValue]: "space";
247
- }) => {
248
- marginLeft: string | number | {
249
- readonly [$$ScaleValue]: "space";
250
- };
174
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
175
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
176
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
251
177
  };
252
- mx: (value: string | number | {
253
- readonly [$$ScaleValue]: "space";
254
- }) => {
255
- marginLeft: string | number | {
256
- readonly [$$ScaleValue]: "space";
257
- };
258
- marginRight: string | number | {
259
- readonly [$$ScaleValue]: "space";
260
- };
261
- };
262
- my: (value: string | number | {
263
- readonly [$$ScaleValue]: "space";
264
- }) => {
265
- marginTop: string | number | {
266
- readonly [$$ScaleValue]: "space";
267
- };
268
- marginBottom: string | number | {
269
- readonly [$$ScaleValue]: "space";
270
- };
178
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
179
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
180
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
271
181
  };
272
182
  }>>;
273
183
  export declare const MarkdownEmphasis: React.FC<MarkdownEmphasisProps>;