@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
@@ -137,148 +137,58 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
137
137
  "3": any;
138
138
  };
139
139
  }, import("@stitches/react/types/config").DefaultThemeMap, {
140
- bg: (value: {
141
- readonly [$$PropertyValue]: "background";
142
- }) => {
143
- background: {
144
- readonly [$$PropertyValue]: "background";
145
- };
140
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
141
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
146
142
  };
147
- inset: (value: string | number | {
148
- readonly [$$ScaleValue]: "space";
149
- }) => {
150
- top: string | number | {
151
- readonly [$$ScaleValue]: "space";
152
- };
153
- right: string | number | {
154
- readonly [$$ScaleValue]: "space";
155
- };
156
- bottom: string | number | {
157
- readonly [$$ScaleValue]: "space";
158
- };
159
- left: string | number | {
160
- readonly [$$ScaleValue]: "space";
161
- };
143
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
144
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
145
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
162
146
  };
163
- size: (value: string | number | {
164
- readonly [$$ScaleValue]: "size";
165
- }) => {
166
- height: string | number | {
167
- readonly [$$ScaleValue]: "size";
168
- };
169
- width: string | number | {
170
- readonly [$$ScaleValue]: "size";
171
- };
147
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
148
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
172
149
  };
173
- p: (value: string | number | {
174
- readonly [$$ScaleValue]: "space";
175
- }) => {
176
- padding: string | number | {
177
- readonly [$$ScaleValue]: "space";
178
- };
150
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
151
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
179
152
  };
180
- pt: (value: string | number | {
181
- readonly [$$ScaleValue]: "space";
182
- }) => {
183
- paddingTop: string | number | {
184
- readonly [$$ScaleValue]: "space";
185
- };
153
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
154
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
186
155
  };
187
- pr: (value: string | number | {
188
- readonly [$$ScaleValue]: "space";
189
- }) => {
190
- paddingRight: string | number | {
191
- readonly [$$ScaleValue]: "space";
192
- };
156
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
157
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
193
158
  };
194
- pb: (value: string | number | {
195
- readonly [$$ScaleValue]: "space";
196
- }) => {
197
- paddingBottom: string | number | {
198
- readonly [$$ScaleValue]: "space";
199
- };
159
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
160
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
200
161
  };
201
- pl: (value: string | number | {
202
- readonly [$$ScaleValue]: "space";
203
- }) => {
204
- paddingLeft: string | number | {
205
- readonly [$$ScaleValue]: "space";
206
- };
162
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
163
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
164
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
207
165
  };
208
- px: (value: string | number | {
209
- readonly [$$ScaleValue]: "space";
210
- }) => {
211
- paddingLeft: string | number | {
212
- readonly [$$ScaleValue]: "space";
213
- };
214
- paddingRight: string | number | {
215
- readonly [$$ScaleValue]: "space";
216
- };
166
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
167
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
168
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
217
169
  };
218
- py: (value: string | number | {
219
- readonly [$$ScaleValue]: "space";
220
- }) => {
221
- paddingTop: string | number | {
222
- readonly [$$ScaleValue]: "space";
223
- };
224
- paddingBottom: string | number | {
225
- readonly [$$ScaleValue]: "space";
226
- };
170
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
171
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
227
172
  };
228
- m: (value: string | number | {
229
- readonly [$$ScaleValue]: "space";
230
- }) => {
231
- margin: string | number | {
232
- readonly [$$ScaleValue]: "space";
233
- };
173
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
174
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
234
175
  };
235
- mt: (value: string | number | {
236
- readonly [$$ScaleValue]: "space";
237
- }) => {
238
- marginTop: string | number | {
239
- readonly [$$ScaleValue]: "space";
240
- };
176
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
177
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
241
178
  };
242
- mr: (value: string | number | {
243
- readonly [$$ScaleValue]: "space";
244
- }) => {
245
- marginRight: string | number | {
246
- readonly [$$ScaleValue]: "space";
247
- };
179
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
180
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
248
181
  };
249
- mb: (value: string | number | {
250
- readonly [$$ScaleValue]: "space";
251
- }) => {
252
- marginBottom: string | number | {
253
- readonly [$$ScaleValue]: "space";
254
- };
182
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
183
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
255
184
  };
256
- ml: (value: string | number | {
257
- readonly [$$ScaleValue]: "space";
258
- }) => {
259
- marginLeft: string | number | {
260
- readonly [$$ScaleValue]: "space";
261
- };
185
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
186
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
187
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
262
188
  };
263
- mx: (value: string | number | {
264
- readonly [$$ScaleValue]: "space";
265
- }) => {
266
- marginLeft: string | number | {
267
- readonly [$$ScaleValue]: "space";
268
- };
269
- marginRight: string | number | {
270
- readonly [$$ScaleValue]: "space";
271
- };
272
- };
273
- my: (value: string | number | {
274
- readonly [$$ScaleValue]: "space";
275
- }) => {
276
- marginTop: string | number | {
277
- readonly [$$ScaleValue]: "space";
278
- };
279
- marginBottom: string | number | {
280
- readonly [$$ScaleValue]: "space";
281
- };
189
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
190
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
191
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
282
192
  };
283
193
  }> | undefined;
284
194
  }, "as"> & {
@@ -405,148 +315,58 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
405
315
  "3": any;
406
316
  };
407
317
  }, import("@stitches/react/types/config").DefaultThemeMap, {
408
- bg: (value: {
409
- readonly [$$PropertyValue]: "background";
410
- }) => {
411
- background: {
412
- readonly [$$PropertyValue]: "background";
413
- };
318
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
319
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
414
320
  };
415
- inset: (value: string | number | {
416
- readonly [$$ScaleValue]: "space";
417
- }) => {
418
- top: string | number | {
419
- readonly [$$ScaleValue]: "space";
420
- };
421
- right: string | number | {
422
- readonly [$$ScaleValue]: "space";
423
- };
424
- bottom: string | number | {
425
- readonly [$$ScaleValue]: "space";
426
- };
427
- left: string | number | {
428
- readonly [$$ScaleValue]: "space";
429
- };
321
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
322
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
323
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
430
324
  };
431
- size: (value: string | number | {
432
- readonly [$$ScaleValue]: "size";
433
- }) => {
434
- height: string | number | {
435
- readonly [$$ScaleValue]: "size";
436
- };
437
- width: string | number | {
438
- readonly [$$ScaleValue]: "size";
439
- };
325
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
326
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
440
327
  };
441
- p: (value: string | number | {
442
- readonly [$$ScaleValue]: "space";
443
- }) => {
444
- padding: string | number | {
445
- readonly [$$ScaleValue]: "space";
446
- };
328
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
329
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
447
330
  };
448
- pt: (value: string | number | {
449
- readonly [$$ScaleValue]: "space";
450
- }) => {
451
- paddingTop: string | number | {
452
- readonly [$$ScaleValue]: "space";
453
- };
331
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
332
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
454
333
  };
455
- pr: (value: string | number | {
456
- readonly [$$ScaleValue]: "space";
457
- }) => {
458
- paddingRight: string | number | {
459
- readonly [$$ScaleValue]: "space";
460
- };
334
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
335
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
461
336
  };
462
- pb: (value: string | number | {
463
- readonly [$$ScaleValue]: "space";
464
- }) => {
465
- paddingBottom: string | number | {
466
- readonly [$$ScaleValue]: "space";
467
- };
337
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
338
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
468
339
  };
469
- pl: (value: string | number | {
470
- readonly [$$ScaleValue]: "space";
471
- }) => {
472
- paddingLeft: string | number | {
473
- readonly [$$ScaleValue]: "space";
474
- };
340
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
341
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
342
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
475
343
  };
476
- px: (value: string | number | {
477
- readonly [$$ScaleValue]: "space";
478
- }) => {
479
- paddingLeft: string | number | {
480
- readonly [$$ScaleValue]: "space";
481
- };
482
- paddingRight: string | number | {
483
- readonly [$$ScaleValue]: "space";
484
- };
344
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
345
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
346
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
485
347
  };
486
- py: (value: string | number | {
487
- readonly [$$ScaleValue]: "space";
488
- }) => {
489
- paddingTop: string | number | {
490
- readonly [$$ScaleValue]: "space";
491
- };
492
- paddingBottom: string | number | {
493
- readonly [$$ScaleValue]: "space";
494
- };
348
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
349
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
495
350
  };
496
- m: (value: string | number | {
497
- readonly [$$ScaleValue]: "space";
498
- }) => {
499
- margin: string | number | {
500
- readonly [$$ScaleValue]: "space";
501
- };
351
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
352
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
502
353
  };
503
- mt: (value: string | number | {
504
- readonly [$$ScaleValue]: "space";
505
- }) => {
506
- marginTop: string | number | {
507
- readonly [$$ScaleValue]: "space";
508
- };
354
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
355
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
509
356
  };
510
- mr: (value: string | number | {
511
- readonly [$$ScaleValue]: "space";
512
- }) => {
513
- marginRight: string | number | {
514
- readonly [$$ScaleValue]: "space";
515
- };
357
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
358
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
516
359
  };
517
- mb: (value: string | number | {
518
- readonly [$$ScaleValue]: "space";
519
- }) => {
520
- marginBottom: string | number | {
521
- readonly [$$ScaleValue]: "space";
522
- };
360
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
361
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
523
362
  };
524
- ml: (value: string | number | {
525
- readonly [$$ScaleValue]: "space";
526
- }) => {
527
- marginLeft: string | number | {
528
- readonly [$$ScaleValue]: "space";
529
- };
530
- };
531
- mx: (value: string | number | {
532
- readonly [$$ScaleValue]: "space";
533
- }) => {
534
- marginLeft: string | number | {
535
- readonly [$$ScaleValue]: "space";
536
- };
537
- marginRight: string | number | {
538
- readonly [$$ScaleValue]: "space";
539
- };
363
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
364
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
365
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
540
366
  };
541
- my: (value: string | number | {
542
- readonly [$$ScaleValue]: "space";
543
- }) => {
544
- marginTop: string | number | {
545
- readonly [$$ScaleValue]: "space";
546
- };
547
- marginBottom: string | number | {
548
- readonly [$$ScaleValue]: "space";
549
- };
367
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
368
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
369
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
550
370
  };
551
371
  }>>;
552
372
  export declare const TopBarBrand: import("@stitches/react/types/styled-component").StyledComponent<"a", {}, {
@@ -671,148 +491,58 @@ export declare const TopBarBrand: import("@stitches/react/types/styled-component
671
491
  "3": any;
672
492
  };
673
493
  }, import("@stitches/react/types/config").DefaultThemeMap, {
674
- bg: (value: {
675
- readonly [$$PropertyValue]: "background";
676
- }) => {
677
- background: {
678
- readonly [$$PropertyValue]: "background";
679
- };
494
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
495
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
680
496
  };
681
- inset: (value: string | number | {
682
- readonly [$$ScaleValue]: "space";
683
- }) => {
684
- top: string | number | {
685
- readonly [$$ScaleValue]: "space";
686
- };
687
- right: string | number | {
688
- readonly [$$ScaleValue]: "space";
689
- };
690
- bottom: string | number | {
691
- readonly [$$ScaleValue]: "space";
692
- };
693
- left: string | number | {
694
- readonly [$$ScaleValue]: "space";
695
- };
497
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
498
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
499
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
696
500
  };
697
- size: (value: string | number | {
698
- readonly [$$ScaleValue]: "size";
699
- }) => {
700
- height: string | number | {
701
- readonly [$$ScaleValue]: "size";
702
- };
703
- width: string | number | {
704
- readonly [$$ScaleValue]: "size";
705
- };
501
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
502
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
706
503
  };
707
- p: (value: string | number | {
708
- readonly [$$ScaleValue]: "space";
709
- }) => {
710
- padding: string | number | {
711
- readonly [$$ScaleValue]: "space";
712
- };
713
- };
714
- pt: (value: string | number | {
715
- readonly [$$ScaleValue]: "space";
716
- }) => {
717
- paddingTop: string | number | {
718
- readonly [$$ScaleValue]: "space";
719
- };
504
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
505
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
720
506
  };
721
- pr: (value: string | number | {
722
- readonly [$$ScaleValue]: "space";
723
- }) => {
724
- paddingRight: string | number | {
725
- readonly [$$ScaleValue]: "space";
726
- };
507
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
508
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
727
509
  };
728
- pb: (value: string | number | {
729
- readonly [$$ScaleValue]: "space";
730
- }) => {
731
- paddingBottom: string | number | {
732
- readonly [$$ScaleValue]: "space";
733
- };
510
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
511
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
734
512
  };
735
- pl: (value: string | number | {
736
- readonly [$$ScaleValue]: "space";
737
- }) => {
738
- paddingLeft: string | number | {
739
- readonly [$$ScaleValue]: "space";
740
- };
513
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
514
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
741
515
  };
742
- px: (value: string | number | {
743
- readonly [$$ScaleValue]: "space";
744
- }) => {
745
- paddingLeft: string | number | {
746
- readonly [$$ScaleValue]: "space";
747
- };
748
- paddingRight: string | number | {
749
- readonly [$$ScaleValue]: "space";
750
- };
516
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
517
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
518
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
751
519
  };
752
- py: (value: string | number | {
753
- readonly [$$ScaleValue]: "space";
754
- }) => {
755
- paddingTop: string | number | {
756
- readonly [$$ScaleValue]: "space";
757
- };
758
- paddingBottom: string | number | {
759
- readonly [$$ScaleValue]: "space";
760
- };
520
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
521
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
522
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
761
523
  };
762
- m: (value: string | number | {
763
- readonly [$$ScaleValue]: "space";
764
- }) => {
765
- margin: string | number | {
766
- readonly [$$ScaleValue]: "space";
767
- };
524
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
525
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
768
526
  };
769
- mt: (value: string | number | {
770
- readonly [$$ScaleValue]: "space";
771
- }) => {
772
- marginTop: string | number | {
773
- readonly [$$ScaleValue]: "space";
774
- };
527
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
528
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
775
529
  };
776
- mr: (value: string | number | {
777
- readonly [$$ScaleValue]: "space";
778
- }) => {
779
- marginRight: string | number | {
780
- readonly [$$ScaleValue]: "space";
781
- };
530
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
531
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
782
532
  };
783
- mb: (value: string | number | {
784
- readonly [$$ScaleValue]: "space";
785
- }) => {
786
- marginBottom: string | number | {
787
- readonly [$$ScaleValue]: "space";
788
- };
533
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
534
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
789
535
  };
790
- ml: (value: string | number | {
791
- readonly [$$ScaleValue]: "space";
792
- }) => {
793
- marginLeft: string | number | {
794
- readonly [$$ScaleValue]: "space";
795
- };
536
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
537
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
796
538
  };
797
- mx: (value: string | number | {
798
- readonly [$$ScaleValue]: "space";
799
- }) => {
800
- marginLeft: string | number | {
801
- readonly [$$ScaleValue]: "space";
802
- };
803
- marginRight: string | number | {
804
- readonly [$$ScaleValue]: "space";
805
- };
539
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
540
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
541
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
806
542
  };
807
- my: (value: string | number | {
808
- readonly [$$ScaleValue]: "space";
809
- }) => {
810
- marginTop: string | number | {
811
- readonly [$$ScaleValue]: "space";
812
- };
813
- marginBottom: string | number | {
814
- readonly [$$ScaleValue]: "space";
815
- };
543
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
544
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
545
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
816
546
  };
817
547
  }>>;
818
548
  export {};