@atom-learning/components 2.29.1-beta.0 → 2.30.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 (294) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/{lib/src/components → components}/accordion/Accordion.js +0 -0
  3. package/dist/{lib/src/components → components}/accordion/AccordionContent.js +0 -0
  4. package/dist/{lib/src/components → components}/accordion/AccordionItem.js +0 -0
  5. package/dist/components/accordion/AccordionTrigger.d.ts +1 -1
  6. package/dist/components/accordion/AccordionTrigger.js +1 -0
  7. package/dist/{lib/src/components → components}/action-icon/ActionIcon.constants.js +0 -0
  8. package/dist/components/action-icon/ActionIcon.d.ts +44 -44
  9. package/dist/{lib/src/components → components}/action-icon/ActionIcon.js +0 -0
  10. package/dist/{lib/src/components → components}/alert-dialog/AlertDialog.js +0 -0
  11. package/dist/{lib/src/components → components}/alert-dialog/AlertDialogContent.js +0 -0
  12. package/dist/{lib/src/components → components}/alert-dialog/alert-context/AlertContext.js +0 -0
  13. package/dist/{lib/src/components → components}/alert-dialog/alert-context/AlertDialog.js +0 -0
  14. package/dist/{lib/src/components → components}/alert-dialog/alert-context/reducer.js +0 -0
  15. package/dist/components/avatar/Avatar.d.ts +2 -2
  16. package/dist/{lib/src/components → components}/avatar/Avatar.js +1 -1
  17. package/dist/{lib/src/components → components}/avatar/AvatarIcon.js +0 -0
  18. package/dist/{lib/src/components → components}/avatar/AvatarImage.js +0 -0
  19. package/dist/{lib/src/components → components}/avatar/AvatarInitial.js +0 -0
  20. package/dist/{lib/src/components → components}/avatar/AvatarPlaceholder.js +1 -1
  21. package/dist/{lib/src/components → components}/badge/Badge.js +1 -1
  22. package/dist/{lib/src/components → components}/box/Box.js +0 -0
  23. package/dist/components/button/Button.d.ts +44 -45
  24. package/dist/components/button/Button.js +1 -0
  25. package/dist/components/calendar/Calendar.js +1 -0
  26. package/dist/{lib/src/components → components}/calendar/Day.js +0 -0
  27. package/dist/{lib/src/components → components}/calendar/constants.js +0 -0
  28. package/dist/{lib/src/components → components}/carousel/Carousel.js +0 -0
  29. package/dist/{lib/src/components → components}/carousel/CarouselArrows.js +0 -0
  30. package/dist/{lib/src/components → components}/carousel/CarouselPagination.js +0 -0
  31. package/dist/{lib/src/components → components}/carousel/CarouselSlide.js +0 -0
  32. package/dist/{lib/src/components → components}/carousel/CarouselSlider.js +0 -0
  33. package/dist/{lib/src/components → components}/checkbox/Checkbox.js +0 -0
  34. package/dist/{lib/src/components → components}/checkbox-field/CheckboxField.js +0 -0
  35. package/dist/{lib/src/components → components}/chip/Chip.js +0 -0
  36. package/dist/{lib/src/components → components}/chip/ChipGroup.js +0 -0
  37. package/dist/{lib/src/components → components}/chip-dismissible-group/ChipDismissibleGroupItem.js +0 -0
  38. package/dist/{lib/src/components → components}/chip-dismissible-group/ChipDismissibleGroupRoot.js +0 -0
  39. package/dist/{lib/src/components → components}/chip-dismissible-group/index.js +0 -0
  40. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +1 -1
  41. package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -0
  42. package/dist/{lib/src/components → components}/chip-toggle-group/ChipToggleGroupRoot.js +1 -1
  43. package/dist/{lib/src/components → components}/chip-toggle-group/index.js +0 -0
  44. package/dist/{lib/src/components → components}/combobox/Combobox.js +0 -0
  45. package/dist/{lib/src/components → components}/combobox/ComboboxInput.js +0 -0
  46. package/dist/{lib/src/components → components}/combobox/ComboboxList.js +0 -0
  47. package/dist/{lib/src/components → components}/combobox/ComboboxOption.js +0 -0
  48. package/dist/{lib/src/components → components}/combobox/ComboboxPopover.js +0 -0
  49. package/dist/components/data-table/DataTable.js +1 -0
  50. package/dist/components/data-table/DataTable.types.d.ts +1 -2
  51. package/dist/{lib/src/components → components}/data-table/DataTable.types.js +0 -0
  52. package/dist/{lib/src/components → components}/data-table/DataTableBody.js +0 -0
  53. package/dist/components/data-table/DataTableContext.d.ts +1 -1
  54. package/dist/{lib/src/components → components}/data-table/DataTableContext.js +1 -1
  55. package/dist/components/data-table/DataTableDataCell.d.ts +1 -1
  56. package/dist/components/data-table/DataTableDataCell.js +1 -0
  57. package/dist/{lib/src/components → components}/data-table/DataTableError.js +0 -0
  58. package/dist/components/data-table/DataTableGlobalFilter.js +1 -0
  59. package/dist/{lib/src/components → components}/data-table/DataTableHead.js +0 -0
  60. package/dist/{lib/src/components → components}/data-table/DataTableHeaderCell.js +1 -1
  61. package/dist/{lib/src/components → components}/data-table/DataTableLoading.js +0 -0
  62. package/dist/{lib/src/components → components}/data-table/DataTableRow.js +0 -0
  63. package/dist/{lib/src/components → components}/data-table/DataTableTable.js +0 -0
  64. package/dist/components/data-table/drag-and-drop/DragAndDropContainer.d.ts +4 -1
  65. package/dist/components/data-table/drag-and-drop/DragAndDropContainer.js +1 -0
  66. package/dist/{lib/src/components → components}/data-table/drag-and-drop/DragAndDropTable.js +0 -0
  67. package/dist/{lib/src/components → components}/data-table/drag-and-drop/DragAndDropTableBody.js +0 -0
  68. package/dist/components/data-table/drag-and-drop/DraggableRow.js +1 -0
  69. package/dist/components/data-table/drag-and-drop/Handle.d.ts +1 -1
  70. package/dist/components/data-table/drag-and-drop/Handle.js +1 -0
  71. package/dist/components/data-table/drag-and-drop/index.d.ts +1 -1
  72. package/dist/{lib/src/components → components}/data-table/getNewAsyncData.js +0 -0
  73. package/dist/{lib/src/components → components}/data-table/pagination/Pagination.js +0 -0
  74. package/dist/{lib/src/components → components}/data-table/pagination/PaginationButtons.js +0 -0
  75. package/dist/components/data-table/usePagination.d.ts +1 -1
  76. package/dist/{lib/src/components → components}/data-table/usePagination.js +0 -0
  77. package/dist/components/data-table/useSorting.d.ts +1 -1
  78. package/dist/{lib/src/components → components}/data-table/useSorting.js +0 -0
  79. package/dist/{lib/src/components → components}/date-field/DateField.js +0 -0
  80. package/dist/components/date-input/DateInput.js +1 -0
  81. package/dist/{lib/src/components → components}/date-input/constants.js +0 -0
  82. package/dist/{lib/src/components → components}/date-input/use-date.js +0 -0
  83. package/dist/{lib/src/components → components}/dialog/Dialog.js +0 -0
  84. package/dist/{lib/src/components → components}/dialog/DialogBackground.js +0 -0
  85. package/dist/{lib/src/components → components}/dialog/DialogClose.js +0 -0
  86. package/dist/{lib/src/components → components}/dialog/DialogContent.js +0 -0
  87. package/dist/{lib/src/components → components}/dismissible/DismissibleRoot.js +1 -1
  88. package/dist/{lib/src/components → components}/dismissible/DismissibleTrigger.js +1 -1
  89. package/dist/{lib/src/components → components}/dismissible/index.js +0 -0
  90. package/dist/components/dismissible-group/DismissibleGroupItem.js +1 -0
  91. package/dist/{lib/src/components → components}/dismissible-group/DismissibleGroupRoot.js +0 -0
  92. package/dist/components/dismissible-group/index.d.ts +1 -1
  93. package/dist/components/dismissible-group/index.js +1 -0
  94. package/dist/{lib/src/components → components}/divider/Divider.js +0 -0
  95. package/dist/{lib/src/components → components}/dropdown-menu/DropdownMenu.js +0 -0
  96. package/dist/{lib/src/components → components}/dropdown-menu/DropdownMenuContent.js +0 -0
  97. package/dist/{lib/src/components → components}/dropdown-menu/DropdownMenuItem.js +0 -0
  98. package/dist/{lib/src/components → components}/dropdown-menu/DropdownMenuLinkItem.js +0 -0
  99. package/dist/{lib/src/components → components}/dropdown-menu/DropdownMenuSeparator.js +0 -0
  100. package/dist/{lib/src/components → components}/dropdown-menu/DropdownMenuTrigger.js +0 -0
  101. package/dist/{lib/src/components → components}/empty-state/EmptyState.js +0 -0
  102. package/dist/{lib/src/components → components}/empty-state/EmptyStateBody.js +0 -0
  103. package/dist/{lib/src/components → components}/empty-state/EmptyStateImage.js +0 -0
  104. package/dist/{lib/src/components → components}/empty-state/EmptyStateTitle.js +0 -0
  105. package/dist/{lib/src/components → components}/field-wrapper/FieldDescription.js +0 -0
  106. package/dist/components/field-wrapper/FieldWrapper.js +1 -0
  107. package/dist/{lib/src/components → components}/field-wrapper/InlineFieldWrapper.js +1 -1
  108. package/dist/{lib/src/components → components}/file-input/FileInput.js +0 -0
  109. package/dist/{lib/src/components → components}/flex/Flex.js +0 -0
  110. package/dist/{lib/src/components → components}/form/Form.js +0 -0
  111. package/dist/{lib/src/components → components}/form/Form.types.js +0 -0
  112. package/dist/{lib/src/components → components}/form/useFieldError.js +0 -0
  113. package/dist/{lib/src/components → components}/grid/Grid.js +0 -0
  114. package/dist/{lib/src/components → components}/heading/Heading.js +0 -0
  115. package/dist/{lib/src/components → components}/icon/Icon.js +0 -0
  116. package/dist/{lib/src/components → components}/image/Image.js +0 -0
  117. package/dist/components/inline-message/InlineMessage.config.d.ts +2 -2
  118. package/dist/{lib/src/components → components}/inline-message/InlineMessage.config.js +0 -0
  119. package/dist/components/inline-message/InlineMessage.js +1 -0
  120. package/dist/{lib/src/components → components}/input/Input.js +0 -0
  121. package/dist/{lib/src/components → components}/input-field/InputField.js +0 -0
  122. package/dist/{lib/src/components → components}/label/Label.js +0 -0
  123. package/dist/{lib/src/components → components}/link/Link.js +0 -0
  124. package/dist/components/list/List.d.ts +1 -0
  125. package/dist/components/list/List.js +1 -0
  126. package/dist/{lib/src/components → components}/loader/Loader.js +0 -0
  127. package/dist/{lib/src/components → components}/markdown-content/MarkdownContent.js +0 -0
  128. package/dist/{lib/src/components → components}/markdown-content/components/MarkdownCode.js +0 -0
  129. package/dist/{lib/src/components → components}/markdown-content/components/MarkdownEmphasis.js +0 -0
  130. package/dist/{lib/src/components → components}/markdown-content/components/MarkdownHeading.js +0 -0
  131. package/dist/{lib/src/components → components}/markdown-content/components/MarkdownImage.js +0 -0
  132. package/dist/{lib/src/components → components}/markdown-content/components/MarkdownInlineCode.js +0 -0
  133. package/dist/{lib/src/components → components}/markdown-content/components/MarkdownLink.js +0 -0
  134. package/dist/{lib/src/components → components}/markdown-content/components/MarkdownList.js +0 -0
  135. package/dist/{lib/src/components → components}/markdown-content/components/MarkdownListItem.js +0 -0
  136. package/dist/{lib/src/components → components}/markdown-content/components/MarkdownParagraph.js +0 -0
  137. package/dist/{lib/src/components → components}/markdown-content/components/MarkdownStrong.js +0 -0
  138. package/dist/{lib/src/components → components}/markdown-content/components/MarkdownText.js +0 -0
  139. package/dist/{lib/src/components → components}/markdown-content/components/MarkdownThematicBreak.js +0 -0
  140. package/dist/{lib/src/components → components}/navigation/NavigationMenu.js +0 -0
  141. package/dist/{lib/src/components → components}/navigation/NavigationMenu.styles.js +0 -0
  142. package/dist/{lib/src/components → components}/navigation/NavigationMenuContext.js +0 -0
  143. package/dist/{lib/src/components → components}/navigation/NavigationMenuDropdown.js +0 -0
  144. package/dist/components/navigation/NavigationMenuDropdownContent.js +1 -0
  145. package/dist/{lib/src/components → components}/navigation/NavigationMenuDropdownItem.js +0 -0
  146. package/dist/components/navigation/NavigationMenuDropdownTrigger.js +1 -0
  147. package/dist/{lib/src/components → components}/navigation/NavigationMenuLink.js +0 -0
  148. package/dist/components/navigation/preventHover.d.ts +1 -0
  149. package/dist/components/navigation/preventHover.js +1 -0
  150. package/dist/{lib/src/components → components}/notification-badge/NotificationBadge.js +0 -0
  151. package/dist/{lib/src/components → components}/number-input/NumberInput.js +0 -0
  152. package/dist/components/number-input/NumberInputStepper.js +1 -0
  153. package/dist/{lib/src/components → components}/number-input-field/NumberInputField.js +0 -0
  154. package/dist/{lib/src/components → components}/password-field/PasswordField.js +0 -0
  155. package/dist/{lib/src/components → components}/password-input/PasswordInput.js +0 -0
  156. package/dist/{lib/src/components → components}/popover/Popover.js +0 -0
  157. package/dist/{lib/src/components → components}/popover/PopoverContent.js +0 -0
  158. package/dist/{lib/src/components → components}/progress-bar/ProgressBar.js +0 -0
  159. package/dist/{lib/src/components → components}/radio-button/RadioButton.js +0 -0
  160. package/dist/{lib/src/components → components}/radio-button/RadioButtonGroup.js +0 -0
  161. package/dist/{lib/src/components → components}/radio-button-field/RadioButtonField.js +1 -1
  162. package/dist/{lib/src/components → components}/radio-button-field/RadioField.js +0 -0
  163. package/dist/{lib/src/components → components}/radio-card/RadioCard.js +0 -0
  164. package/dist/components/radio-card/RadioCardGroup.d.ts +2 -2
  165. package/dist/{lib/src/components → components}/radio-card/RadioCardGroup.js +0 -0
  166. package/dist/{lib/src/components → components}/search-field/SearchField.js +0 -0
  167. package/dist/{lib/src/components → components}/search-input/SearchInput.js +0 -0
  168. package/dist/{lib/src/components → components}/select/Select.js +0 -0
  169. package/dist/{lib/src/components → components}/select-field/SelectField.js +0 -0
  170. package/dist/{lib/src/components → components}/sidedrawer/Sidedrawer.js +0 -0
  171. package/dist/{lib/src/components → components}/sidedrawer/Sidedrawer.styles.js +0 -0
  172. package/dist/{lib/src/components → components}/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.js +1 -1
  173. package/dist/{lib/src/components → components}/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.js +0 -0
  174. package/dist/{lib/src/components → components}/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.js +0 -0
  175. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.js +1 -0
  176. package/dist/{lib/src/components → components}/sidedrawer/SidedrawerBody.js +0 -0
  177. package/dist/components/sidedrawer/SidedrawerClose.js +1 -0
  178. package/dist/{lib/src/components → components}/sidedrawer/SidedrawerContent.js +0 -0
  179. package/dist/{lib/src/components → components}/sidedrawer/SidedrawerFooter.js +0 -0
  180. package/dist/{lib/src/components → components}/sidedrawer/SidedrawerHeader.js +0 -0
  181. package/dist/{lib/src/components → components}/sidedrawer/SidedrawerItem.js +0 -0
  182. package/dist/{lib/src/components → components}/sidedrawer/SidedrawerOverlay.js +1 -1
  183. package/dist/{lib/src/components → components}/sidedrawer/SidedrawerTrigger.js +0 -0
  184. package/dist/{lib/src/components → components}/slider/Slider.js +0 -0
  185. package/dist/{lib/src/components → components}/slider/SliderSteps.js +0 -0
  186. package/dist/{lib/src/components → components}/slider/SliderValue.js +0 -0
  187. package/dist/{lib/src/components → components}/slider-field/SliderField.js +0 -0
  188. package/dist/{lib/src/components → components}/stack/Stack.js +0 -0
  189. package/dist/{lib/src/components → components}/stack-content/StackContent.js +0 -0
  190. package/dist/{lib/src/components → components}/stepper/Stepper.js +0 -0
  191. package/dist/{lib/src/components → components}/stepper/StepperStepBack.js +0 -0
  192. package/dist/{lib/src/components → components}/stepper/StepperStepBullet.js +0 -0
  193. package/dist/{lib/src/components → components}/stepper/StepperStepContainer.js +0 -0
  194. package/dist/{lib/src/components → components}/stepper/StepperStepForward.js +0 -0
  195. package/dist/{lib/src/components → components}/stepper/StepperStepLabel.js +0 -0
  196. package/dist/{lib/src/components → components}/stepper/StepperSteps.js +0 -0
  197. package/dist/{lib/src/components → components}/stepper/stepper-context/StepperContext.js +0 -0
  198. package/dist/{lib/src/components → components}/stepper/types.js +0 -0
  199. package/dist/{lib/src/components → components}/switch/Switch.js +0 -0
  200. package/dist/{lib/src/components → components}/table/Table.js +0 -0
  201. package/dist/{lib/src/components → components}/table/TableBody.js +0 -0
  202. package/dist/{lib/src/components → components}/table/TableCell.js +0 -0
  203. package/dist/{lib/src/components → components}/table/TableFooter.js +0 -0
  204. package/dist/{lib/src/components → components}/table/TableFooterCell.js +0 -0
  205. package/dist/{lib/src/components → components}/table/TableHeader.js +0 -0
  206. package/dist/{lib/src/components → components}/table/TableHeaderCell.js +0 -0
  207. package/dist/{lib/src/components → components}/table/TableRow.js +0 -0
  208. package/dist/components/tabs/Tabs.js +1 -0
  209. package/dist/components/tabs/TabsContent.js +1 -0
  210. package/dist/{lib/src/components → components}/tabs/TabsTrigger.js +1 -1
  211. package/dist/components/tabs/TabsTriggerList.d.ts +1 -1
  212. package/dist/components/tabs/TabsTriggerList.js +1 -0
  213. package/dist/{lib/src/components → components}/text/Text.js +0 -0
  214. package/dist/{lib/src/components → components}/textarea/Textarea.js +0 -0
  215. package/dist/{lib/src/components → components}/textarea-field/TextareaField.js +0 -0
  216. package/dist/{lib/src/components → components}/toast/Toast.js +0 -0
  217. package/dist/{lib/src/components → components}/toast/ToastProvider.js +0 -0
  218. package/dist/components/toggle-group/ToggleGroupButton.js +1 -0
  219. package/dist/{lib/src/components → components}/toggle-group/ToggleGroupItem.js +0 -0
  220. package/dist/{lib/src/components → components}/toggle-group/ToggleGroupRoot.js +1 -1
  221. package/dist/{lib/src/components → components}/toggle-group/index.js +0 -0
  222. package/dist/{lib/src/components → components}/tooltip/Tooltip.js +0 -0
  223. package/dist/{lib/src/components → components}/tooltip/TooltipContent.js +0 -0
  224. package/dist/{lib/src/components → components}/top-bar/TopBar.js +0 -0
  225. package/dist/{lib/src/components → components}/top-bar/TopBarActionIcon.js +0 -0
  226. package/dist/{lib/src/components → components}/top-bar/TopBarBrand.js +0 -0
  227. package/dist/{lib/src/components → components}/video/Video.js +0 -0
  228. package/dist/{lib/src/constants → constants}/zIndices.js +0 -0
  229. package/dist/docgen.json +1 -1
  230. package/dist/docs/Accordion.mdx +1 -1
  231. package/dist/docs/Badge.mdx +1 -1
  232. package/dist/docs/Button.mdx +0 -8
  233. package/dist/docs/README.mdx +79 -0
  234. package/dist/docs/Tabs.mdx +1 -1
  235. package/dist/docs/ToggleGroup.mdx +1 -1
  236. package/dist/experiments/color-scheme/ColorScheme.d.ts +201 -0
  237. package/dist/experiments/color-scheme/ColorScheme.js +1 -0
  238. package/dist/experiments/color-scheme/blue.json.js +1 -0
  239. package/dist/experiments/color-scheme/generateAlphaColors.d.ts +1 -0
  240. package/dist/experiments/color-scheme/generateAlphaColors.js +1 -0
  241. package/dist/experiments/color-scheme/index.d.ts +1 -0
  242. package/dist/experiments/color-scheme/slate.json.js +1 -0
  243. package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +452 -0
  244. package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -0
  245. package/dist/index.cjs.js +1 -1
  246. package/dist/{lib/src/index.js → index.js} +0 -0
  247. package/dist/stitches.d.ts +338 -338
  248. package/dist/{lib/src/stitches.js → stitches.js} +1 -1
  249. package/dist/{lib/src/utilities → utilities}/create-theme-variants/createThemeVariants.js +0 -0
  250. package/dist/{lib/src/utilities → utilities}/css-wrapper/CSSWrapper.js +0 -0
  251. package/dist/utilities/hooks/useCallbackRef.js +1 -0
  252. package/dist/{lib/src/utilities → utilities}/hooks/useIsMountedRef.js +0 -0
  253. package/dist/{lib/src/utilities → utilities}/hooks/useScrollPosition.js +0 -0
  254. package/dist/utilities/hooks/useWindowSize.d.ts +8 -0
  255. package/dist/utilities/hooks/useWindowSize.js +1 -0
  256. package/dist/utilities/optionally-visually-hidden-container/OptionallyVisuallyHiddenContainer.js +1 -0
  257. package/dist/{lib/src/utilities → utilities}/override-stitches-variant-value/overrideStitchesVariantValue.js +0 -0
  258. package/dist/{lib/src/utilities → utilities}/style/capsize.js +0 -0
  259. package/dist/{lib/src/utilities → utilities}/style/encode-background-icon.js +0 -0
  260. package/dist/{lib/src/utilities → utilities}/style/focus-visible-style-block.js +0 -0
  261. package/dist/{lib/src/utilities → utilities}/style/keyframe-animations.js +0 -0
  262. package/package.json +5 -4
  263. package/dist/color-scheme/dist/ColorScheme.js +0 -1
  264. package/dist/color-scheme/dist/blue.json.js +0 -1
  265. package/dist/color-scheme/dist/generateAlphaColors.js +0 -1
  266. package/dist/color-scheme/dist/slate.json.js +0 -1
  267. package/dist/color-scheme/dist/stitches.colorscheme.config.js +0 -1
  268. package/dist/lib/src/components/accordion/AccordionTrigger.js +0 -1
  269. package/dist/lib/src/components/button/Button.js +0 -1
  270. package/dist/lib/src/components/calendar/Calendar.js +0 -1
  271. package/dist/lib/src/components/chip-toggle-group/ChipToggleGroupItem.js +0 -1
  272. package/dist/lib/src/components/data-table/DataTable.js +0 -1
  273. package/dist/lib/src/components/data-table/DataTableDataCell.js +0 -1
  274. package/dist/lib/src/components/data-table/DataTableGlobalFilter.js +0 -1
  275. package/dist/lib/src/components/data-table/drag-and-drop/DragAndDropContainer.js +0 -1
  276. package/dist/lib/src/components/data-table/drag-and-drop/DraggableRow.js +0 -1
  277. package/dist/lib/src/components/data-table/drag-and-drop/Handle.js +0 -1
  278. package/dist/lib/src/components/date-input/DateInput.js +0 -1
  279. package/dist/lib/src/components/dismissible-group/DismissibleGroupItem.js +0 -1
  280. package/dist/lib/src/components/dismissible-group/index.js +0 -1
  281. package/dist/lib/src/components/field-wrapper/FieldWrapper.js +0 -1
  282. package/dist/lib/src/components/inline-message/InlineMessage.js +0 -1
  283. package/dist/lib/src/components/list/List.js +0 -1
  284. package/dist/lib/src/components/navigation/NavigationMenuDropdownContent.js +0 -1
  285. package/dist/lib/src/components/navigation/NavigationMenuDropdownTrigger.js +0 -1
  286. package/dist/lib/src/components/number-input/NumberInputStepper.js +0 -1
  287. package/dist/lib/src/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.js +0 -1
  288. package/dist/lib/src/components/sidedrawer/SidedrawerClose.js +0 -1
  289. package/dist/lib/src/components/tabs/Tabs.js +0 -1
  290. package/dist/lib/src/components/tabs/TabsContent.js +0 -1
  291. package/dist/lib/src/components/tabs/TabsTriggerList.js +0 -1
  292. package/dist/lib/src/components/toggle-group/ToggleGroupButton.js +0 -1
  293. package/dist/lib/src/utilities/hooks/useCallbackRef.js +0 -1
  294. package/dist/lib/src/utilities/optionally-visually-hidden-container/OptionallyVisuallyHiddenContainer.js +0 -1
@@ -1,113 +1,113 @@
1
1
  /// <reference types="react" />
2
- import type * as Stitches from '@stitches/react';
2
+ import type { CSS as StitchesCSS, PropertyValue, ScaleValue } from '@stitches/react';
3
3
  export declare const utils: {
4
- bg: (value: Stitches.PropertyValue<'background'>) => {
4
+ bg: (value: PropertyValue<'background'>) => {
5
5
  background: {
6
- readonly [Stitches.$$PropertyValue]: "background";
6
+ readonly [$$PropertyValue]: "background";
7
7
  };
8
8
  };
9
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
9
+ inset: (value: ScaleValue<'space'> | number | string) => {
10
10
  top: string | number | {
11
- readonly [Stitches.$$ScaleValue]: "space";
11
+ readonly [$$ScaleValue]: "space";
12
12
  };
13
13
  right: string | number | {
14
- readonly [Stitches.$$ScaleValue]: "space";
14
+ readonly [$$ScaleValue]: "space";
15
15
  };
16
16
  bottom: string | number | {
17
- readonly [Stitches.$$ScaleValue]: "space";
17
+ readonly [$$ScaleValue]: "space";
18
18
  };
19
19
  left: string | number | {
20
- readonly [Stitches.$$ScaleValue]: "space";
20
+ readonly [$$ScaleValue]: "space";
21
21
  };
22
22
  };
23
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
23
+ size: (value: ScaleValue<'size'> | number | string) => {
24
24
  height: string | number | {
25
- readonly [Stitches.$$ScaleValue]: "size";
25
+ readonly [$$ScaleValue]: "size";
26
26
  };
27
27
  width: string | number | {
28
- readonly [Stitches.$$ScaleValue]: "size";
28
+ readonly [$$ScaleValue]: "size";
29
29
  };
30
30
  };
31
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
31
+ p: (value: ScaleValue<'space'> | number | string) => {
32
32
  padding: string | number | {
33
- readonly [Stitches.$$ScaleValue]: "space";
33
+ readonly [$$ScaleValue]: "space";
34
34
  };
35
35
  };
36
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
36
+ pt: (value: ScaleValue<'space'> | number | string) => {
37
37
  paddingTop: string | number | {
38
- readonly [Stitches.$$ScaleValue]: "space";
38
+ readonly [$$ScaleValue]: "space";
39
39
  };
40
40
  };
41
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
41
+ pr: (value: ScaleValue<'space'> | number | string) => {
42
42
  paddingRight: string | number | {
43
- readonly [Stitches.$$ScaleValue]: "space";
43
+ readonly [$$ScaleValue]: "space";
44
44
  };
45
45
  };
46
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
46
+ pb: (value: ScaleValue<'space'> | number | string) => {
47
47
  paddingBottom: string | number | {
48
- readonly [Stitches.$$ScaleValue]: "space";
48
+ readonly [$$ScaleValue]: "space";
49
49
  };
50
50
  };
51
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
51
+ pl: (value: ScaleValue<'space'> | number | string) => {
52
52
  paddingLeft: string | number | {
53
- readonly [Stitches.$$ScaleValue]: "space";
53
+ readonly [$$ScaleValue]: "space";
54
54
  };
55
55
  };
56
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
56
+ px: (value: ScaleValue<'space'> | number | string) => {
57
57
  paddingLeft: string | number | {
58
- readonly [Stitches.$$ScaleValue]: "space";
58
+ readonly [$$ScaleValue]: "space";
59
59
  };
60
60
  paddingRight: string | number | {
61
- readonly [Stitches.$$ScaleValue]: "space";
61
+ readonly [$$ScaleValue]: "space";
62
62
  };
63
63
  };
64
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
64
+ py: (value: ScaleValue<'space'> | number | string) => {
65
65
  paddingTop: string | number | {
66
- readonly [Stitches.$$ScaleValue]: "space";
66
+ readonly [$$ScaleValue]: "space";
67
67
  };
68
68
  paddingBottom: string | number | {
69
- readonly [Stitches.$$ScaleValue]: "space";
69
+ readonly [$$ScaleValue]: "space";
70
70
  };
71
71
  };
72
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
72
+ m: (value: ScaleValue<'space'> | number | string) => {
73
73
  margin: string | number | {
74
- readonly [Stitches.$$ScaleValue]: "space";
74
+ readonly [$$ScaleValue]: "space";
75
75
  };
76
76
  };
77
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
77
+ mt: (value: ScaleValue<'space'> | number | string) => {
78
78
  marginTop: string | number | {
79
- readonly [Stitches.$$ScaleValue]: "space";
79
+ readonly [$$ScaleValue]: "space";
80
80
  };
81
81
  };
82
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
82
+ mr: (value: ScaleValue<'space'> | number | string) => {
83
83
  marginRight: string | number | {
84
- readonly [Stitches.$$ScaleValue]: "space";
84
+ readonly [$$ScaleValue]: "space";
85
85
  };
86
86
  };
87
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
87
+ mb: (value: ScaleValue<'space'> | number | string) => {
88
88
  marginBottom: string | number | {
89
- readonly [Stitches.$$ScaleValue]: "space";
89
+ readonly [$$ScaleValue]: "space";
90
90
  };
91
91
  };
92
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
92
+ ml: (value: ScaleValue<'space'> | number | string) => {
93
93
  marginLeft: string | number | {
94
- readonly [Stitches.$$ScaleValue]: "space";
94
+ readonly [$$ScaleValue]: "space";
95
95
  };
96
96
  };
97
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
97
+ mx: (value: ScaleValue<'space'> | number | string) => {
98
98
  marginLeft: string | number | {
99
- readonly [Stitches.$$ScaleValue]: "space";
99
+ readonly [$$ScaleValue]: "space";
100
100
  };
101
101
  marginRight: string | number | {
102
- readonly [Stitches.$$ScaleValue]: "space";
102
+ readonly [$$ScaleValue]: "space";
103
103
  };
104
104
  };
105
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
105
+ my: (value: ScaleValue<'space'> | number | string) => {
106
106
  marginTop: string | number | {
107
- readonly [Stitches.$$ScaleValue]: "space";
107
+ readonly [$$ScaleValue]: "space";
108
108
  };
109
109
  marginBottom: string | number | {
110
- readonly [Stitches.$$ScaleValue]: "space";
110
+ readonly [$$ScaleValue]: "space";
111
111
  };
112
112
  };
113
113
  };
@@ -234,113 +234,113 @@ declare const stitchesConfig: import("@stitches/react/types/stitches").default<"
234
234
  "3": any;
235
235
  };
236
236
  }, import("@stitches/react/types/config").DefaultThemeMap, {
237
- bg: (value: Stitches.PropertyValue<'background'>) => {
237
+ bg: (value: PropertyValue<'background'>) => {
238
238
  background: {
239
- readonly [Stitches.$$PropertyValue]: "background";
239
+ readonly [$$PropertyValue]: "background";
240
240
  };
241
241
  };
242
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
242
+ inset: (value: ScaleValue<'space'> | number | string) => {
243
243
  top: string | number | {
244
- readonly [Stitches.$$ScaleValue]: "space";
244
+ readonly [$$ScaleValue]: "space";
245
245
  };
246
246
  right: string | number | {
247
- readonly [Stitches.$$ScaleValue]: "space";
247
+ readonly [$$ScaleValue]: "space";
248
248
  };
249
249
  bottom: string | number | {
250
- readonly [Stitches.$$ScaleValue]: "space";
250
+ readonly [$$ScaleValue]: "space";
251
251
  };
252
252
  left: string | number | {
253
- readonly [Stitches.$$ScaleValue]: "space";
253
+ readonly [$$ScaleValue]: "space";
254
254
  };
255
255
  };
256
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
256
+ size: (value: ScaleValue<'size'> | number | string) => {
257
257
  height: string | number | {
258
- readonly [Stitches.$$ScaleValue]: "size";
258
+ readonly [$$ScaleValue]: "size";
259
259
  };
260
260
  width: string | number | {
261
- readonly [Stitches.$$ScaleValue]: "size";
261
+ readonly [$$ScaleValue]: "size";
262
262
  };
263
263
  };
264
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
264
+ p: (value: ScaleValue<'space'> | number | string) => {
265
265
  padding: string | number | {
266
- readonly [Stitches.$$ScaleValue]: "space";
266
+ readonly [$$ScaleValue]: "space";
267
267
  };
268
268
  };
269
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
269
+ pt: (value: ScaleValue<'space'> | number | string) => {
270
270
  paddingTop: string | number | {
271
- readonly [Stitches.$$ScaleValue]: "space";
271
+ readonly [$$ScaleValue]: "space";
272
272
  };
273
273
  };
274
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
274
+ pr: (value: ScaleValue<'space'> | number | string) => {
275
275
  paddingRight: string | number | {
276
- readonly [Stitches.$$ScaleValue]: "space";
276
+ readonly [$$ScaleValue]: "space";
277
277
  };
278
278
  };
279
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
279
+ pb: (value: ScaleValue<'space'> | number | string) => {
280
280
  paddingBottom: string | number | {
281
- readonly [Stitches.$$ScaleValue]: "space";
281
+ readonly [$$ScaleValue]: "space";
282
282
  };
283
283
  };
284
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
284
+ pl: (value: ScaleValue<'space'> | number | string) => {
285
285
  paddingLeft: string | number | {
286
- readonly [Stitches.$$ScaleValue]: "space";
286
+ readonly [$$ScaleValue]: "space";
287
287
  };
288
288
  };
289
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
289
+ px: (value: ScaleValue<'space'> | number | string) => {
290
290
  paddingLeft: string | number | {
291
- readonly [Stitches.$$ScaleValue]: "space";
291
+ readonly [$$ScaleValue]: "space";
292
292
  };
293
293
  paddingRight: string | number | {
294
- readonly [Stitches.$$ScaleValue]: "space";
294
+ readonly [$$ScaleValue]: "space";
295
295
  };
296
296
  };
297
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
297
+ py: (value: ScaleValue<'space'> | number | string) => {
298
298
  paddingTop: string | number | {
299
- readonly [Stitches.$$ScaleValue]: "space";
299
+ readonly [$$ScaleValue]: "space";
300
300
  };
301
301
  paddingBottom: string | number | {
302
- readonly [Stitches.$$ScaleValue]: "space";
302
+ readonly [$$ScaleValue]: "space";
303
303
  };
304
304
  };
305
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
305
+ m: (value: ScaleValue<'space'> | number | string) => {
306
306
  margin: string | number | {
307
- readonly [Stitches.$$ScaleValue]: "space";
307
+ readonly [$$ScaleValue]: "space";
308
308
  };
309
309
  };
310
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
310
+ mt: (value: ScaleValue<'space'> | number | string) => {
311
311
  marginTop: string | number | {
312
- readonly [Stitches.$$ScaleValue]: "space";
312
+ readonly [$$ScaleValue]: "space";
313
313
  };
314
314
  };
315
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
315
+ mr: (value: ScaleValue<'space'> | number | string) => {
316
316
  marginRight: string | number | {
317
- readonly [Stitches.$$ScaleValue]: "space";
317
+ readonly [$$ScaleValue]: "space";
318
318
  };
319
319
  };
320
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
320
+ mb: (value: ScaleValue<'space'> | number | string) => {
321
321
  marginBottom: string | number | {
322
- readonly [Stitches.$$ScaleValue]: "space";
322
+ readonly [$$ScaleValue]: "space";
323
323
  };
324
324
  };
325
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
325
+ ml: (value: ScaleValue<'space'> | number | string) => {
326
326
  marginLeft: string | number | {
327
- readonly [Stitches.$$ScaleValue]: "space";
327
+ readonly [$$ScaleValue]: "space";
328
328
  };
329
329
  };
330
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
330
+ mx: (value: ScaleValue<'space'> | number | string) => {
331
331
  marginLeft: string | number | {
332
- readonly [Stitches.$$ScaleValue]: "space";
332
+ readonly [$$ScaleValue]: "space";
333
333
  };
334
334
  marginRight: string | number | {
335
- readonly [Stitches.$$ScaleValue]: "space";
335
+ readonly [$$ScaleValue]: "space";
336
336
  };
337
337
  };
338
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
338
+ my: (value: ScaleValue<'space'> | number | string) => {
339
339
  marginTop: string | number | {
340
- readonly [Stitches.$$ScaleValue]: "space";
340
+ readonly [$$ScaleValue]: "space";
341
341
  };
342
342
  marginBottom: string | number | {
343
- readonly [Stitches.$$ScaleValue]: "space";
343
+ readonly [$$ScaleValue]: "space";
344
344
  };
345
345
  };
346
346
  }>;
@@ -460,113 +460,113 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
460
460
  "3": any;
461
461
  };
462
462
  }, import("@stitches/react/types/config").DefaultThemeMap, {
463
- bg: (value: Stitches.PropertyValue<'background'>) => {
463
+ bg: (value: PropertyValue<'background'>) => {
464
464
  background: {
465
- readonly [Stitches.$$PropertyValue]: "background";
465
+ readonly [$$PropertyValue]: "background";
466
466
  };
467
467
  };
468
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
468
+ inset: (value: ScaleValue<'space'> | number | string) => {
469
469
  top: string | number | {
470
- readonly [Stitches.$$ScaleValue]: "space";
470
+ readonly [$$ScaleValue]: "space";
471
471
  };
472
472
  right: string | number | {
473
- readonly [Stitches.$$ScaleValue]: "space";
473
+ readonly [$$ScaleValue]: "space";
474
474
  };
475
475
  bottom: string | number | {
476
- readonly [Stitches.$$ScaleValue]: "space";
476
+ readonly [$$ScaleValue]: "space";
477
477
  };
478
478
  left: string | number | {
479
- readonly [Stitches.$$ScaleValue]: "space";
479
+ readonly [$$ScaleValue]: "space";
480
480
  };
481
481
  };
482
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
482
+ size: (value: ScaleValue<'size'> | number | string) => {
483
483
  height: string | number | {
484
- readonly [Stitches.$$ScaleValue]: "size";
484
+ readonly [$$ScaleValue]: "size";
485
485
  };
486
486
  width: string | number | {
487
- readonly [Stitches.$$ScaleValue]: "size";
487
+ readonly [$$ScaleValue]: "size";
488
488
  };
489
489
  };
490
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
490
+ p: (value: ScaleValue<'space'> | number | string) => {
491
491
  padding: string | number | {
492
- readonly [Stitches.$$ScaleValue]: "space";
492
+ readonly [$$ScaleValue]: "space";
493
493
  };
494
494
  };
495
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
495
+ pt: (value: ScaleValue<'space'> | number | string) => {
496
496
  paddingTop: string | number | {
497
- readonly [Stitches.$$ScaleValue]: "space";
497
+ readonly [$$ScaleValue]: "space";
498
498
  };
499
499
  };
500
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
500
+ pr: (value: ScaleValue<'space'> | number | string) => {
501
501
  paddingRight: string | number | {
502
- readonly [Stitches.$$ScaleValue]: "space";
502
+ readonly [$$ScaleValue]: "space";
503
503
  };
504
504
  };
505
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
505
+ pb: (value: ScaleValue<'space'> | number | string) => {
506
506
  paddingBottom: string | number | {
507
- readonly [Stitches.$$ScaleValue]: "space";
507
+ readonly [$$ScaleValue]: "space";
508
508
  };
509
509
  };
510
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
510
+ pl: (value: ScaleValue<'space'> | number | string) => {
511
511
  paddingLeft: string | number | {
512
- readonly [Stitches.$$ScaleValue]: "space";
512
+ readonly [$$ScaleValue]: "space";
513
513
  };
514
514
  };
515
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
515
+ px: (value: ScaleValue<'space'> | number | string) => {
516
516
  paddingLeft: string | number | {
517
- readonly [Stitches.$$ScaleValue]: "space";
517
+ readonly [$$ScaleValue]: "space";
518
518
  };
519
519
  paddingRight: string | number | {
520
- readonly [Stitches.$$ScaleValue]: "space";
520
+ readonly [$$ScaleValue]: "space";
521
521
  };
522
522
  };
523
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
523
+ py: (value: ScaleValue<'space'> | number | string) => {
524
524
  paddingTop: string | number | {
525
- readonly [Stitches.$$ScaleValue]: "space";
525
+ readonly [$$ScaleValue]: "space";
526
526
  };
527
527
  paddingBottom: string | number | {
528
- readonly [Stitches.$$ScaleValue]: "space";
528
+ readonly [$$ScaleValue]: "space";
529
529
  };
530
530
  };
531
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
531
+ m: (value: ScaleValue<'space'> | number | string) => {
532
532
  margin: string | number | {
533
- readonly [Stitches.$$ScaleValue]: "space";
533
+ readonly [$$ScaleValue]: "space";
534
534
  };
535
535
  };
536
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
536
+ mt: (value: ScaleValue<'space'> | number | string) => {
537
537
  marginTop: string | number | {
538
- readonly [Stitches.$$ScaleValue]: "space";
538
+ readonly [$$ScaleValue]: "space";
539
539
  };
540
540
  };
541
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
541
+ mr: (value: ScaleValue<'space'> | number | string) => {
542
542
  marginRight: string | number | {
543
- readonly [Stitches.$$ScaleValue]: "space";
543
+ readonly [$$ScaleValue]: "space";
544
544
  };
545
545
  };
546
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
546
+ mb: (value: ScaleValue<'space'> | number | string) => {
547
547
  marginBottom: string | number | {
548
- readonly [Stitches.$$ScaleValue]: "space";
548
+ readonly [$$ScaleValue]: "space";
549
549
  };
550
550
  };
551
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
551
+ ml: (value: ScaleValue<'space'> | number | string) => {
552
552
  marginLeft: string | number | {
553
- readonly [Stitches.$$ScaleValue]: "space";
553
+ readonly [$$ScaleValue]: "space";
554
554
  };
555
555
  };
556
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
556
+ mx: (value: ScaleValue<'space'> | number | string) => {
557
557
  marginLeft: string | number | {
558
- readonly [Stitches.$$ScaleValue]: "space";
558
+ readonly [$$ScaleValue]: "space";
559
559
  };
560
560
  marginRight: string | number | {
561
- readonly [Stitches.$$ScaleValue]: "space";
561
+ readonly [$$ScaleValue]: "space";
562
562
  };
563
563
  };
564
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
564
+ my: (value: ScaleValue<'space'> | number | string) => {
565
565
  marginTop: string | number | {
566
- readonly [Stitches.$$ScaleValue]: "space";
566
+ readonly [$$ScaleValue]: "space";
567
567
  };
568
568
  marginBottom: string | number | {
569
- readonly [Stitches.$$ScaleValue]: "space";
569
+ readonly [$$ScaleValue]: "space";
570
570
  };
571
571
  };
572
572
  }>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
@@ -931,113 +931,113 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
931
931
  "3": any;
932
932
  };
933
933
  }, import("@stitches/react/types/config").DefaultThemeMap, {
934
- bg: (value: Stitches.PropertyValue<'background'>) => {
934
+ bg: (value: PropertyValue<'background'>) => {
935
935
  background: {
936
- readonly [Stitches.$$PropertyValue]: "background";
936
+ readonly [$$PropertyValue]: "background";
937
937
  };
938
938
  };
939
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
939
+ inset: (value: ScaleValue<'space'> | number | string) => {
940
940
  top: string | number | {
941
- readonly [Stitches.$$ScaleValue]: "space";
941
+ readonly [$$ScaleValue]: "space";
942
942
  };
943
943
  right: string | number | {
944
- readonly [Stitches.$$ScaleValue]: "space";
944
+ readonly [$$ScaleValue]: "space";
945
945
  };
946
946
  bottom: string | number | {
947
- readonly [Stitches.$$ScaleValue]: "space";
947
+ readonly [$$ScaleValue]: "space";
948
948
  };
949
949
  left: string | number | {
950
- readonly [Stitches.$$ScaleValue]: "space";
950
+ readonly [$$ScaleValue]: "space";
951
951
  };
952
952
  };
953
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
953
+ size: (value: ScaleValue<'size'> | number | string) => {
954
954
  height: string | number | {
955
- readonly [Stitches.$$ScaleValue]: "size";
955
+ readonly [$$ScaleValue]: "size";
956
956
  };
957
957
  width: string | number | {
958
- readonly [Stitches.$$ScaleValue]: "size";
958
+ readonly [$$ScaleValue]: "size";
959
959
  };
960
960
  };
961
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
961
+ p: (value: ScaleValue<'space'> | number | string) => {
962
962
  padding: string | number | {
963
- readonly [Stitches.$$ScaleValue]: "space";
963
+ readonly [$$ScaleValue]: "space";
964
964
  };
965
965
  };
966
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
966
+ pt: (value: ScaleValue<'space'> | number | string) => {
967
967
  paddingTop: string | number | {
968
- readonly [Stitches.$$ScaleValue]: "space";
968
+ readonly [$$ScaleValue]: "space";
969
969
  };
970
970
  };
971
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
971
+ pr: (value: ScaleValue<'space'> | number | string) => {
972
972
  paddingRight: string | number | {
973
- readonly [Stitches.$$ScaleValue]: "space";
973
+ readonly [$$ScaleValue]: "space";
974
974
  };
975
975
  };
976
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
976
+ pb: (value: ScaleValue<'space'> | number | string) => {
977
977
  paddingBottom: string | number | {
978
- readonly [Stitches.$$ScaleValue]: "space";
978
+ readonly [$$ScaleValue]: "space";
979
979
  };
980
980
  };
981
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
981
+ pl: (value: ScaleValue<'space'> | number | string) => {
982
982
  paddingLeft: string | number | {
983
- readonly [Stitches.$$ScaleValue]: "space";
983
+ readonly [$$ScaleValue]: "space";
984
984
  };
985
985
  };
986
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
986
+ px: (value: ScaleValue<'space'> | number | string) => {
987
987
  paddingLeft: string | number | {
988
- readonly [Stitches.$$ScaleValue]: "space";
988
+ readonly [$$ScaleValue]: "space";
989
989
  };
990
990
  paddingRight: string | number | {
991
- readonly [Stitches.$$ScaleValue]: "space";
991
+ readonly [$$ScaleValue]: "space";
992
992
  };
993
993
  };
994
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
994
+ py: (value: ScaleValue<'space'> | number | string) => {
995
995
  paddingTop: string | number | {
996
- readonly [Stitches.$$ScaleValue]: "space";
996
+ readonly [$$ScaleValue]: "space";
997
997
  };
998
998
  paddingBottom: string | number | {
999
- readonly [Stitches.$$ScaleValue]: "space";
999
+ readonly [$$ScaleValue]: "space";
1000
1000
  };
1001
1001
  };
1002
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1002
+ m: (value: ScaleValue<'space'> | number | string) => {
1003
1003
  margin: string | number | {
1004
- readonly [Stitches.$$ScaleValue]: "space";
1004
+ readonly [$$ScaleValue]: "space";
1005
1005
  };
1006
1006
  };
1007
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1007
+ mt: (value: ScaleValue<'space'> | number | string) => {
1008
1008
  marginTop: string | number | {
1009
- readonly [Stitches.$$ScaleValue]: "space";
1009
+ readonly [$$ScaleValue]: "space";
1010
1010
  };
1011
1011
  };
1012
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1012
+ mr: (value: ScaleValue<'space'> | number | string) => {
1013
1013
  marginRight: string | number | {
1014
- readonly [Stitches.$$ScaleValue]: "space";
1014
+ readonly [$$ScaleValue]: "space";
1015
1015
  };
1016
1016
  };
1017
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1017
+ mb: (value: ScaleValue<'space'> | number | string) => {
1018
1018
  marginBottom: string | number | {
1019
- readonly [Stitches.$$ScaleValue]: "space";
1019
+ readonly [$$ScaleValue]: "space";
1020
1020
  };
1021
1021
  };
1022
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1022
+ ml: (value: ScaleValue<'space'> | number | string) => {
1023
1023
  marginLeft: string | number | {
1024
- readonly [Stitches.$$ScaleValue]: "space";
1024
+ readonly [$$ScaleValue]: "space";
1025
1025
  };
1026
1026
  };
1027
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1027
+ mx: (value: ScaleValue<'space'> | number | string) => {
1028
1028
  marginLeft: string | number | {
1029
- readonly [Stitches.$$ScaleValue]: "space";
1029
+ readonly [$$ScaleValue]: "space";
1030
1030
  };
1031
1031
  marginRight: string | number | {
1032
- readonly [Stitches.$$ScaleValue]: "space";
1032
+ readonly [$$ScaleValue]: "space";
1033
1033
  };
1034
1034
  };
1035
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1035
+ my: (value: ScaleValue<'space'> | number | string) => {
1036
1036
  marginTop: string | number | {
1037
- readonly [Stitches.$$ScaleValue]: "space";
1037
+ readonly [$$ScaleValue]: "space";
1038
1038
  };
1039
1039
  marginBottom: string | number | {
1040
- readonly [Stitches.$$ScaleValue]: "space";
1040
+ readonly [$$ScaleValue]: "space";
1041
1041
  };
1042
1042
  };
1043
1043
  }>;
@@ -1155,113 +1155,113 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
1155
1155
  "3": any;
1156
1156
  };
1157
1157
  }, import("@stitches/react/types/config").DefaultThemeMap, {
1158
- bg: (value: Stitches.PropertyValue<'background'>) => {
1158
+ bg: (value: PropertyValue<'background'>) => {
1159
1159
  background: {
1160
- readonly [Stitches.$$PropertyValue]: "background";
1160
+ readonly [$$PropertyValue]: "background";
1161
1161
  };
1162
1162
  };
1163
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
1163
+ inset: (value: ScaleValue<'space'> | number | string) => {
1164
1164
  top: string | number | {
1165
- readonly [Stitches.$$ScaleValue]: "space";
1165
+ readonly [$$ScaleValue]: "space";
1166
1166
  };
1167
1167
  right: string | number | {
1168
- readonly [Stitches.$$ScaleValue]: "space";
1168
+ readonly [$$ScaleValue]: "space";
1169
1169
  };
1170
1170
  bottom: string | number | {
1171
- readonly [Stitches.$$ScaleValue]: "space";
1171
+ readonly [$$ScaleValue]: "space";
1172
1172
  };
1173
1173
  left: string | number | {
1174
- readonly [Stitches.$$ScaleValue]: "space";
1174
+ readonly [$$ScaleValue]: "space";
1175
1175
  };
1176
1176
  };
1177
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
1177
+ size: (value: ScaleValue<'size'> | number | string) => {
1178
1178
  height: string | number | {
1179
- readonly [Stitches.$$ScaleValue]: "size";
1179
+ readonly [$$ScaleValue]: "size";
1180
1180
  };
1181
1181
  width: string | number | {
1182
- readonly [Stitches.$$ScaleValue]: "size";
1182
+ readonly [$$ScaleValue]: "size";
1183
1183
  };
1184
1184
  };
1185
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
1185
+ p: (value: ScaleValue<'space'> | number | string) => {
1186
1186
  padding: string | number | {
1187
- readonly [Stitches.$$ScaleValue]: "space";
1187
+ readonly [$$ScaleValue]: "space";
1188
1188
  };
1189
1189
  };
1190
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1190
+ pt: (value: ScaleValue<'space'> | number | string) => {
1191
1191
  paddingTop: string | number | {
1192
- readonly [Stitches.$$ScaleValue]: "space";
1192
+ readonly [$$ScaleValue]: "space";
1193
1193
  };
1194
1194
  };
1195
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1195
+ pr: (value: ScaleValue<'space'> | number | string) => {
1196
1196
  paddingRight: string | number | {
1197
- readonly [Stitches.$$ScaleValue]: "space";
1197
+ readonly [$$ScaleValue]: "space";
1198
1198
  };
1199
1199
  };
1200
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1200
+ pb: (value: ScaleValue<'space'> | number | string) => {
1201
1201
  paddingBottom: string | number | {
1202
- readonly [Stitches.$$ScaleValue]: "space";
1202
+ readonly [$$ScaleValue]: "space";
1203
1203
  };
1204
1204
  };
1205
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
1205
+ pl: (value: ScaleValue<'space'> | number | string) => {
1206
1206
  paddingLeft: string | number | {
1207
- readonly [Stitches.$$ScaleValue]: "space";
1207
+ readonly [$$ScaleValue]: "space";
1208
1208
  };
1209
1209
  };
1210
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
1210
+ px: (value: ScaleValue<'space'> | number | string) => {
1211
1211
  paddingLeft: string | number | {
1212
- readonly [Stitches.$$ScaleValue]: "space";
1212
+ readonly [$$ScaleValue]: "space";
1213
1213
  };
1214
1214
  paddingRight: string | number | {
1215
- readonly [Stitches.$$ScaleValue]: "space";
1215
+ readonly [$$ScaleValue]: "space";
1216
1216
  };
1217
1217
  };
1218
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
1218
+ py: (value: ScaleValue<'space'> | number | string) => {
1219
1219
  paddingTop: string | number | {
1220
- readonly [Stitches.$$ScaleValue]: "space";
1220
+ readonly [$$ScaleValue]: "space";
1221
1221
  };
1222
1222
  paddingBottom: string | number | {
1223
- readonly [Stitches.$$ScaleValue]: "space";
1223
+ readonly [$$ScaleValue]: "space";
1224
1224
  };
1225
1225
  };
1226
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1226
+ m: (value: ScaleValue<'space'> | number | string) => {
1227
1227
  margin: string | number | {
1228
- readonly [Stitches.$$ScaleValue]: "space";
1228
+ readonly [$$ScaleValue]: "space";
1229
1229
  };
1230
1230
  };
1231
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1231
+ mt: (value: ScaleValue<'space'> | number | string) => {
1232
1232
  marginTop: string | number | {
1233
- readonly [Stitches.$$ScaleValue]: "space";
1233
+ readonly [$$ScaleValue]: "space";
1234
1234
  };
1235
1235
  };
1236
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1236
+ mr: (value: ScaleValue<'space'> | number | string) => {
1237
1237
  marginRight: string | number | {
1238
- readonly [Stitches.$$ScaleValue]: "space";
1238
+ readonly [$$ScaleValue]: "space";
1239
1239
  };
1240
1240
  };
1241
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1241
+ mb: (value: ScaleValue<'space'> | number | string) => {
1242
1242
  marginBottom: string | number | {
1243
- readonly [Stitches.$$ScaleValue]: "space";
1243
+ readonly [$$ScaleValue]: "space";
1244
1244
  };
1245
1245
  };
1246
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1246
+ ml: (value: ScaleValue<'space'> | number | string) => {
1247
1247
  marginLeft: string | number | {
1248
- readonly [Stitches.$$ScaleValue]: "space";
1248
+ readonly [$$ScaleValue]: "space";
1249
1249
  };
1250
1250
  };
1251
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1251
+ mx: (value: ScaleValue<'space'> | number | string) => {
1252
1252
  marginLeft: string | number | {
1253
- readonly [Stitches.$$ScaleValue]: "space";
1253
+ readonly [$$ScaleValue]: "space";
1254
1254
  };
1255
1255
  marginRight: string | number | {
1256
- readonly [Stitches.$$ScaleValue]: "space";
1256
+ readonly [$$ScaleValue]: "space";
1257
1257
  };
1258
1258
  };
1259
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1259
+ my: (value: ScaleValue<'space'> | number | string) => {
1260
1260
  marginTop: string | number | {
1261
- readonly [Stitches.$$ScaleValue]: "space";
1261
+ readonly [$$ScaleValue]: "space";
1262
1262
  };
1263
1263
  marginBottom: string | number | {
1264
- readonly [Stitches.$$ScaleValue]: "space";
1264
+ readonly [$$ScaleValue]: "space";
1265
1265
  };
1266
1266
  };
1267
1267
  }>; })[]) => () => string, keyframes: (style: {
@@ -1379,113 +1379,113 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
1379
1379
  "3": any;
1380
1380
  };
1381
1381
  }, import("@stitches/react/types/config").DefaultThemeMap, {
1382
- bg: (value: Stitches.PropertyValue<'background'>) => {
1382
+ bg: (value: PropertyValue<'background'>) => {
1383
1383
  background: {
1384
- readonly [Stitches.$$PropertyValue]: "background";
1384
+ readonly [$$PropertyValue]: "background";
1385
1385
  };
1386
1386
  };
1387
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
1387
+ inset: (value: ScaleValue<'space'> | number | string) => {
1388
1388
  top: string | number | {
1389
- readonly [Stitches.$$ScaleValue]: "space";
1389
+ readonly [$$ScaleValue]: "space";
1390
1390
  };
1391
1391
  right: string | number | {
1392
- readonly [Stitches.$$ScaleValue]: "space";
1392
+ readonly [$$ScaleValue]: "space";
1393
1393
  };
1394
1394
  bottom: string | number | {
1395
- readonly [Stitches.$$ScaleValue]: "space";
1395
+ readonly [$$ScaleValue]: "space";
1396
1396
  };
1397
1397
  left: string | number | {
1398
- readonly [Stitches.$$ScaleValue]: "space";
1398
+ readonly [$$ScaleValue]: "space";
1399
1399
  };
1400
1400
  };
1401
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
1401
+ size: (value: ScaleValue<'size'> | number | string) => {
1402
1402
  height: string | number | {
1403
- readonly [Stitches.$$ScaleValue]: "size";
1403
+ readonly [$$ScaleValue]: "size";
1404
1404
  };
1405
1405
  width: string | number | {
1406
- readonly [Stitches.$$ScaleValue]: "size";
1406
+ readonly [$$ScaleValue]: "size";
1407
1407
  };
1408
1408
  };
1409
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
1409
+ p: (value: ScaleValue<'space'> | number | string) => {
1410
1410
  padding: string | number | {
1411
- readonly [Stitches.$$ScaleValue]: "space";
1411
+ readonly [$$ScaleValue]: "space";
1412
1412
  };
1413
1413
  };
1414
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1414
+ pt: (value: ScaleValue<'space'> | number | string) => {
1415
1415
  paddingTop: string | number | {
1416
- readonly [Stitches.$$ScaleValue]: "space";
1416
+ readonly [$$ScaleValue]: "space";
1417
1417
  };
1418
1418
  };
1419
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1419
+ pr: (value: ScaleValue<'space'> | number | string) => {
1420
1420
  paddingRight: string | number | {
1421
- readonly [Stitches.$$ScaleValue]: "space";
1421
+ readonly [$$ScaleValue]: "space";
1422
1422
  };
1423
1423
  };
1424
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1424
+ pb: (value: ScaleValue<'space'> | number | string) => {
1425
1425
  paddingBottom: string | number | {
1426
- readonly [Stitches.$$ScaleValue]: "space";
1426
+ readonly [$$ScaleValue]: "space";
1427
1427
  };
1428
1428
  };
1429
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
1429
+ pl: (value: ScaleValue<'space'> | number | string) => {
1430
1430
  paddingLeft: string | number | {
1431
- readonly [Stitches.$$ScaleValue]: "space";
1431
+ readonly [$$ScaleValue]: "space";
1432
1432
  };
1433
1433
  };
1434
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
1434
+ px: (value: ScaleValue<'space'> | number | string) => {
1435
1435
  paddingLeft: string | number | {
1436
- readonly [Stitches.$$ScaleValue]: "space";
1436
+ readonly [$$ScaleValue]: "space";
1437
1437
  };
1438
1438
  paddingRight: string | number | {
1439
- readonly [Stitches.$$ScaleValue]: "space";
1439
+ readonly [$$ScaleValue]: "space";
1440
1440
  };
1441
1441
  };
1442
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
1442
+ py: (value: ScaleValue<'space'> | number | string) => {
1443
1443
  paddingTop: string | number | {
1444
- readonly [Stitches.$$ScaleValue]: "space";
1444
+ readonly [$$ScaleValue]: "space";
1445
1445
  };
1446
1446
  paddingBottom: string | number | {
1447
- readonly [Stitches.$$ScaleValue]: "space";
1447
+ readonly [$$ScaleValue]: "space";
1448
1448
  };
1449
1449
  };
1450
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1450
+ m: (value: ScaleValue<'space'> | number | string) => {
1451
1451
  margin: string | number | {
1452
- readonly [Stitches.$$ScaleValue]: "space";
1452
+ readonly [$$ScaleValue]: "space";
1453
1453
  };
1454
1454
  };
1455
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1455
+ mt: (value: ScaleValue<'space'> | number | string) => {
1456
1456
  marginTop: string | number | {
1457
- readonly [Stitches.$$ScaleValue]: "space";
1457
+ readonly [$$ScaleValue]: "space";
1458
1458
  };
1459
1459
  };
1460
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1460
+ mr: (value: ScaleValue<'space'> | number | string) => {
1461
1461
  marginRight: string | number | {
1462
- readonly [Stitches.$$ScaleValue]: "space";
1462
+ readonly [$$ScaleValue]: "space";
1463
1463
  };
1464
1464
  };
1465
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1465
+ mb: (value: ScaleValue<'space'> | number | string) => {
1466
1466
  marginBottom: string | number | {
1467
- readonly [Stitches.$$ScaleValue]: "space";
1467
+ readonly [$$ScaleValue]: "space";
1468
1468
  };
1469
1469
  };
1470
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1470
+ ml: (value: ScaleValue<'space'> | number | string) => {
1471
1471
  marginLeft: string | number | {
1472
- readonly [Stitches.$$ScaleValue]: "space";
1472
+ readonly [$$ScaleValue]: "space";
1473
1473
  };
1474
1474
  };
1475
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1475
+ mx: (value: ScaleValue<'space'> | number | string) => {
1476
1476
  marginLeft: string | number | {
1477
- readonly [Stitches.$$ScaleValue]: "space";
1477
+ readonly [$$ScaleValue]: "space";
1478
1478
  };
1479
1479
  marginRight: string | number | {
1480
- readonly [Stitches.$$ScaleValue]: "space";
1480
+ readonly [$$ScaleValue]: "space";
1481
1481
  };
1482
1482
  };
1483
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1483
+ my: (value: ScaleValue<'space'> | number | string) => {
1484
1484
  marginTop: string | number | {
1485
- readonly [Stitches.$$ScaleValue]: "space";
1485
+ readonly [$$ScaleValue]: "space";
1486
1486
  };
1487
1487
  marginBottom: string | number | {
1488
- readonly [Stitches.$$ScaleValue]: "space";
1488
+ readonly [$$ScaleValue]: "space";
1489
1489
  };
1490
1490
  };
1491
1491
  }>;
@@ -1608,113 +1608,113 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
1608
1608
  "3": any;
1609
1609
  };
1610
1610
  }, import("@stitches/react/types/config").DefaultThemeMap, {
1611
- bg: (value: Stitches.PropertyValue<'background'>) => {
1611
+ bg: (value: PropertyValue<'background'>) => {
1612
1612
  background: {
1613
- readonly [Stitches.$$PropertyValue]: "background";
1613
+ readonly [$$PropertyValue]: "background";
1614
1614
  };
1615
1615
  };
1616
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
1616
+ inset: (value: ScaleValue<'space'> | number | string) => {
1617
1617
  top: string | number | {
1618
- readonly [Stitches.$$ScaleValue]: "space";
1618
+ readonly [$$ScaleValue]: "space";
1619
1619
  };
1620
1620
  right: string | number | {
1621
- readonly [Stitches.$$ScaleValue]: "space";
1621
+ readonly [$$ScaleValue]: "space";
1622
1622
  };
1623
1623
  bottom: string | number | {
1624
- readonly [Stitches.$$ScaleValue]: "space";
1624
+ readonly [$$ScaleValue]: "space";
1625
1625
  };
1626
1626
  left: string | number | {
1627
- readonly [Stitches.$$ScaleValue]: "space";
1627
+ readonly [$$ScaleValue]: "space";
1628
1628
  };
1629
1629
  };
1630
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
1630
+ size: (value: ScaleValue<'size'> | number | string) => {
1631
1631
  height: string | number | {
1632
- readonly [Stitches.$$ScaleValue]: "size";
1632
+ readonly [$$ScaleValue]: "size";
1633
1633
  };
1634
1634
  width: string | number | {
1635
- readonly [Stitches.$$ScaleValue]: "size";
1635
+ readonly [$$ScaleValue]: "size";
1636
1636
  };
1637
1637
  };
1638
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
1638
+ p: (value: ScaleValue<'space'> | number | string) => {
1639
1639
  padding: string | number | {
1640
- readonly [Stitches.$$ScaleValue]: "space";
1640
+ readonly [$$ScaleValue]: "space";
1641
1641
  };
1642
1642
  };
1643
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1643
+ pt: (value: ScaleValue<'space'> | number | string) => {
1644
1644
  paddingTop: string | number | {
1645
- readonly [Stitches.$$ScaleValue]: "space";
1645
+ readonly [$$ScaleValue]: "space";
1646
1646
  };
1647
1647
  };
1648
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1648
+ pr: (value: ScaleValue<'space'> | number | string) => {
1649
1649
  paddingRight: string | number | {
1650
- readonly [Stitches.$$ScaleValue]: "space";
1650
+ readonly [$$ScaleValue]: "space";
1651
1651
  };
1652
1652
  };
1653
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1653
+ pb: (value: ScaleValue<'space'> | number | string) => {
1654
1654
  paddingBottom: string | number | {
1655
- readonly [Stitches.$$ScaleValue]: "space";
1655
+ readonly [$$ScaleValue]: "space";
1656
1656
  };
1657
1657
  };
1658
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
1658
+ pl: (value: ScaleValue<'space'> | number | string) => {
1659
1659
  paddingLeft: string | number | {
1660
- readonly [Stitches.$$ScaleValue]: "space";
1660
+ readonly [$$ScaleValue]: "space";
1661
1661
  };
1662
1662
  };
1663
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
1663
+ px: (value: ScaleValue<'space'> | number | string) => {
1664
1664
  paddingLeft: string | number | {
1665
- readonly [Stitches.$$ScaleValue]: "space";
1665
+ readonly [$$ScaleValue]: "space";
1666
1666
  };
1667
1667
  paddingRight: string | number | {
1668
- readonly [Stitches.$$ScaleValue]: "space";
1668
+ readonly [$$ScaleValue]: "space";
1669
1669
  };
1670
1670
  };
1671
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
1671
+ py: (value: ScaleValue<'space'> | number | string) => {
1672
1672
  paddingTop: string | number | {
1673
- readonly [Stitches.$$ScaleValue]: "space";
1673
+ readonly [$$ScaleValue]: "space";
1674
1674
  };
1675
1675
  paddingBottom: string | number | {
1676
- readonly [Stitches.$$ScaleValue]: "space";
1676
+ readonly [$$ScaleValue]: "space";
1677
1677
  };
1678
1678
  };
1679
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1679
+ m: (value: ScaleValue<'space'> | number | string) => {
1680
1680
  margin: string | number | {
1681
- readonly [Stitches.$$ScaleValue]: "space";
1681
+ readonly [$$ScaleValue]: "space";
1682
1682
  };
1683
1683
  };
1684
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1684
+ mt: (value: ScaleValue<'space'> | number | string) => {
1685
1685
  marginTop: string | number | {
1686
- readonly [Stitches.$$ScaleValue]: "space";
1686
+ readonly [$$ScaleValue]: "space";
1687
1687
  };
1688
1688
  };
1689
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1689
+ mr: (value: ScaleValue<'space'> | number | string) => {
1690
1690
  marginRight: string | number | {
1691
- readonly [Stitches.$$ScaleValue]: "space";
1691
+ readonly [$$ScaleValue]: "space";
1692
1692
  };
1693
1693
  };
1694
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1694
+ mb: (value: ScaleValue<'space'> | number | string) => {
1695
1695
  marginBottom: string | number | {
1696
- readonly [Stitches.$$ScaleValue]: "space";
1696
+ readonly [$$ScaleValue]: "space";
1697
1697
  };
1698
1698
  };
1699
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1699
+ ml: (value: ScaleValue<'space'> | number | string) => {
1700
1700
  marginLeft: string | number | {
1701
- readonly [Stitches.$$ScaleValue]: "space";
1701
+ readonly [$$ScaleValue]: "space";
1702
1702
  };
1703
1703
  };
1704
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1704
+ mx: (value: ScaleValue<'space'> | number | string) => {
1705
1705
  marginLeft: string | number | {
1706
- readonly [Stitches.$$ScaleValue]: "space";
1706
+ readonly [$$ScaleValue]: "space";
1707
1707
  };
1708
1708
  marginRight: string | number | {
1709
- readonly [Stitches.$$ScaleValue]: "space";
1709
+ readonly [$$ScaleValue]: "space";
1710
1710
  };
1711
1711
  };
1712
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1712
+ my: (value: ScaleValue<'space'> | number | string) => {
1713
1713
  marginTop: string | number | {
1714
- readonly [Stitches.$$ScaleValue]: "space";
1714
+ readonly [$$ScaleValue]: "space";
1715
1715
  };
1716
1716
  marginBottom: string | number | {
1717
- readonly [Stitches.$$ScaleValue]: "space";
1717
+ readonly [$$ScaleValue]: "space";
1718
1718
  };
1719
1719
  };
1720
1720
  }>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").ComponentType<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS_1> & {
@@ -1850,113 +1850,113 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
1850
1850
  "3": any;
1851
1851
  };
1852
1852
  }, import("@stitches/react/types/config").DefaultThemeMap, {
1853
- bg: (value: Stitches.PropertyValue<'background'>) => {
1853
+ bg: (value: PropertyValue<'background'>) => {
1854
1854
  background: {
1855
- readonly [Stitches.$$PropertyValue]: "background";
1855
+ readonly [$$PropertyValue]: "background";
1856
1856
  };
1857
1857
  };
1858
- inset: (value: Stitches.ScaleValue<'space'> | number | string) => {
1858
+ inset: (value: ScaleValue<'space'> | number | string) => {
1859
1859
  top: string | number | {
1860
- readonly [Stitches.$$ScaleValue]: "space";
1860
+ readonly [$$ScaleValue]: "space";
1861
1861
  };
1862
1862
  right: string | number | {
1863
- readonly [Stitches.$$ScaleValue]: "space";
1863
+ readonly [$$ScaleValue]: "space";
1864
1864
  };
1865
1865
  bottom: string | number | {
1866
- readonly [Stitches.$$ScaleValue]: "space";
1866
+ readonly [$$ScaleValue]: "space";
1867
1867
  };
1868
1868
  left: string | number | {
1869
- readonly [Stitches.$$ScaleValue]: "space";
1869
+ readonly [$$ScaleValue]: "space";
1870
1870
  };
1871
1871
  };
1872
- size: (value: Stitches.ScaleValue<'size'> | number | string) => {
1872
+ size: (value: ScaleValue<'size'> | number | string) => {
1873
1873
  height: string | number | {
1874
- readonly [Stitches.$$ScaleValue]: "size";
1874
+ readonly [$$ScaleValue]: "size";
1875
1875
  };
1876
1876
  width: string | number | {
1877
- readonly [Stitches.$$ScaleValue]: "size";
1877
+ readonly [$$ScaleValue]: "size";
1878
1878
  };
1879
1879
  };
1880
- p: (value: Stitches.ScaleValue<'space'> | number | string) => {
1880
+ p: (value: ScaleValue<'space'> | number | string) => {
1881
1881
  padding: string | number | {
1882
- readonly [Stitches.$$ScaleValue]: "space";
1882
+ readonly [$$ScaleValue]: "space";
1883
1883
  };
1884
1884
  };
1885
- pt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1885
+ pt: (value: ScaleValue<'space'> | number | string) => {
1886
1886
  paddingTop: string | number | {
1887
- readonly [Stitches.$$ScaleValue]: "space";
1887
+ readonly [$$ScaleValue]: "space";
1888
1888
  };
1889
1889
  };
1890
- pr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1890
+ pr: (value: ScaleValue<'space'> | number | string) => {
1891
1891
  paddingRight: string | number | {
1892
- readonly [Stitches.$$ScaleValue]: "space";
1892
+ readonly [$$ScaleValue]: "space";
1893
1893
  };
1894
1894
  };
1895
- pb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1895
+ pb: (value: ScaleValue<'space'> | number | string) => {
1896
1896
  paddingBottom: string | number | {
1897
- readonly [Stitches.$$ScaleValue]: "space";
1897
+ readonly [$$ScaleValue]: "space";
1898
1898
  };
1899
1899
  };
1900
- pl: (value: Stitches.ScaleValue<'space'> | number | string) => {
1900
+ pl: (value: ScaleValue<'space'> | number | string) => {
1901
1901
  paddingLeft: string | number | {
1902
- readonly [Stitches.$$ScaleValue]: "space";
1902
+ readonly [$$ScaleValue]: "space";
1903
1903
  };
1904
1904
  };
1905
- px: (value: Stitches.ScaleValue<'space'> | number | string) => {
1905
+ px: (value: ScaleValue<'space'> | number | string) => {
1906
1906
  paddingLeft: string | number | {
1907
- readonly [Stitches.$$ScaleValue]: "space";
1907
+ readonly [$$ScaleValue]: "space";
1908
1908
  };
1909
1909
  paddingRight: string | number | {
1910
- readonly [Stitches.$$ScaleValue]: "space";
1910
+ readonly [$$ScaleValue]: "space";
1911
1911
  };
1912
1912
  };
1913
- py: (value: Stitches.ScaleValue<'space'> | number | string) => {
1913
+ py: (value: ScaleValue<'space'> | number | string) => {
1914
1914
  paddingTop: string | number | {
1915
- readonly [Stitches.$$ScaleValue]: "space";
1915
+ readonly [$$ScaleValue]: "space";
1916
1916
  };
1917
1917
  paddingBottom: string | number | {
1918
- readonly [Stitches.$$ScaleValue]: "space";
1918
+ readonly [$$ScaleValue]: "space";
1919
1919
  };
1920
1920
  };
1921
- m: (value: Stitches.ScaleValue<'space'> | number | string) => {
1921
+ m: (value: ScaleValue<'space'> | number | string) => {
1922
1922
  margin: string | number | {
1923
- readonly [Stitches.$$ScaleValue]: "space";
1923
+ readonly [$$ScaleValue]: "space";
1924
1924
  };
1925
1925
  };
1926
- mt: (value: Stitches.ScaleValue<'space'> | number | string) => {
1926
+ mt: (value: ScaleValue<'space'> | number | string) => {
1927
1927
  marginTop: string | number | {
1928
- readonly [Stitches.$$ScaleValue]: "space";
1928
+ readonly [$$ScaleValue]: "space";
1929
1929
  };
1930
1930
  };
1931
- mr: (value: Stitches.ScaleValue<'space'> | number | string) => {
1931
+ mr: (value: ScaleValue<'space'> | number | string) => {
1932
1932
  marginRight: string | number | {
1933
- readonly [Stitches.$$ScaleValue]: "space";
1933
+ readonly [$$ScaleValue]: "space";
1934
1934
  };
1935
1935
  };
1936
- mb: (value: Stitches.ScaleValue<'space'> | number | string) => {
1936
+ mb: (value: ScaleValue<'space'> | number | string) => {
1937
1937
  marginBottom: string | number | {
1938
- readonly [Stitches.$$ScaleValue]: "space";
1938
+ readonly [$$ScaleValue]: "space";
1939
1939
  };
1940
1940
  };
1941
- ml: (value: Stitches.ScaleValue<'space'> | number | string) => {
1941
+ ml: (value: ScaleValue<'space'> | number | string) => {
1942
1942
  marginLeft: string | number | {
1943
- readonly [Stitches.$$ScaleValue]: "space";
1943
+ readonly [$$ScaleValue]: "space";
1944
1944
  };
1945
1945
  };
1946
- mx: (value: Stitches.ScaleValue<'space'> | number | string) => {
1946
+ mx: (value: ScaleValue<'space'> | number | string) => {
1947
1947
  marginLeft: string | number | {
1948
- readonly [Stitches.$$ScaleValue]: "space";
1948
+ readonly [$$ScaleValue]: "space";
1949
1949
  };
1950
1950
  marginRight: string | number | {
1951
- readonly [Stitches.$$ScaleValue]: "space";
1951
+ readonly [$$ScaleValue]: "space";
1952
1952
  };
1953
1953
  };
1954
- my: (value: Stitches.ScaleValue<'space'> | number | string) => {
1954
+ my: (value: ScaleValue<'space'> | number | string) => {
1955
1955
  marginTop: string | number | {
1956
- readonly [Stitches.$$ScaleValue]: "space";
1956
+ readonly [$$ScaleValue]: "space";
1957
1957
  };
1958
1958
  marginBottom: string | number | {
1959
- readonly [Stitches.$$ScaleValue]: "space";
1959
+ readonly [$$ScaleValue]: "space";
1960
1960
  };
1961
1961
  };
1962
1962
  }>>, theme: string & {
@@ -2068,5 +2068,5 @@ export declare const css: <Composers extends (string | import("@stitches/react/t
2068
2068
  3: import("@stitches/react/types/theme").Token<"3", string, "shadows", "">;
2069
2069
  };
2070
2070
  };
2071
- export declare type CSS = Stitches.CSS<typeof stitchesConfig>;
2071
+ export declare type CSS = StitchesCSS<typeof stitchesConfig>;
2072
2072
  export {};