@atom-learning/components 2.29.0-beta.2 → 2.29.0-beta.4

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 (293) hide show
  1. package/dist/components/accordion/Accordion.d.ts +266 -1
  2. package/dist/components/accordion/AccordionContent.d.ts +266 -1
  3. package/dist/components/accordion/AccordionContent.js +1 -1
  4. package/dist/components/accordion/AccordionItem.d.ts +266 -1
  5. package/dist/components/accordion/AccordionItem.js +1 -1
  6. package/dist/components/accordion/AccordionTrigger.d.ts +268 -1
  7. package/dist/components/action-icon/ActionIcon.d.ts +281 -1
  8. package/dist/components/alert-dialog/AlertDialog.d.ts +266 -1
  9. package/dist/components/alert-dialog/AlertDialogContent.d.ts +268 -1
  10. package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
  11. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  12. package/dist/components/avatar/Avatar.d.ts +536 -2
  13. package/dist/components/avatar/Avatar.js +1 -1
  14. package/dist/components/badge/Badge.d.ts +534 -1
  15. package/dist/components/box/Box.d.ts +266 -1
  16. package/dist/components/button/Button.d.ts +283 -2
  17. package/dist/components/button/Button.js +1 -1
  18. package/dist/components/calendar/Calendar.d.ts +1 -1
  19. package/dist/components/calendar/Calendar.js +1 -1
  20. package/dist/components/calendar/Day.d.ts +270 -1
  21. package/dist/components/carousel/Carousel.d.ts +1 -1
  22. package/dist/components/carousel/CarouselArrows.d.ts +1 -1
  23. package/dist/components/carousel/CarouselArrows.js +1 -1
  24. package/dist/components/carousel/CarouselPagination.d.ts +267 -1
  25. package/dist/components/carousel/CarouselSlide.d.ts +266 -1
  26. package/dist/components/carousel/CarouselSlide.js +1 -1
  27. package/dist/components/carousel/CarouselSlider.d.ts +269 -1
  28. package/dist/components/checkbox/Checkbox.d.ts +269 -1
  29. package/dist/components/checkbox-field/CheckboxField.d.ts +2 -2
  30. package/dist/components/checkbox-field/CheckboxField.js +1 -1
  31. package/dist/components/chip/Chip.d.ts +1879 -5
  32. package/dist/components/chip/Chip.js +1 -1
  33. package/dist/components/chip/ChipGroup.d.ts +1 -1
  34. package/dist/components/chip/ChipGroup.js +1 -1
  35. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +547 -2
  36. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +5 -1
  37. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.js +1 -1
  38. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +546 -1
  39. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +562 -1
  40. package/dist/components/combobox/Combobox.d.ts +266 -1
  41. package/dist/components/combobox/ComboboxInput.d.ts +268 -1
  42. package/dist/components/combobox/ComboboxList.d.ts +266 -1
  43. package/dist/components/combobox/ComboboxOption.d.ts +266 -1
  44. package/dist/components/combobox/ComboboxPopover.d.ts +266 -1
  45. package/dist/components/data-table/DataTable.js +1 -1
  46. package/dist/components/data-table/DataTableBody.js +1 -1
  47. package/dist/components/data-table/DataTableDataCell.js +1 -1
  48. package/dist/components/data-table/DataTableLoading.d.ts +270 -1
  49. package/dist/components/data-table/DataTableRow.js +1 -1
  50. package/dist/components/data-table/drag-and-drop/DraggableRow.js +1 -1
  51. package/dist/components/data-table/drag-and-drop/Handle.d.ts +559 -1
  52. package/dist/components/data-table/drag-and-drop/Handle.js +1 -1
  53. package/dist/components/data-table/pagination/Pagination.d.ts +266 -1
  54. package/dist/components/data-table/pagination/PaginationButtons.d.ts +1 -1
  55. package/dist/components/date-field/DateField.d.ts +2 -2
  56. package/dist/components/dialog/Dialog.d.ts +266 -1
  57. package/dist/components/dialog/DialogBackground.d.ts +531 -1
  58. package/dist/components/dialog/DialogClose.d.ts +267 -1
  59. package/dist/components/dialog/DialogContent.d.ts +268 -1
  60. package/dist/components/dialog/DialogContent.js +1 -1
  61. package/dist/components/dismissible/DismissibleRoot.js +1 -1
  62. package/dist/components/dismissible/DismissibleTrigger.js +1 -1
  63. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  64. package/dist/components/dismissible-group/index.d.ts +1 -1
  65. package/dist/components/divider/Divider.d.ts +268 -1
  66. package/dist/components/dropdown-menu/DropdownMenu.d.ts +266 -1
  67. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +267 -1
  68. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +267 -1
  69. package/dist/components/dropdown-menu/DropdownMenuLinkItem.js +1 -1
  70. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +267 -1
  71. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +267 -1
  72. package/dist/components/empty-state/EmptyState.d.ts +533 -1
  73. package/dist/components/empty-state/EmptyStateBody.d.ts +543 -1
  74. package/dist/components/empty-state/EmptyStateImage.d.ts +542 -2
  75. package/dist/components/empty-state/EmptyStateTitle.d.ts +268 -1
  76. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  77. package/dist/components/field-wrapper/FieldDescription.js +1 -1
  78. package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
  79. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  80. package/dist/components/field-wrapper/InlineFieldWrapper.js +1 -1
  81. package/dist/components/file-input/FileInput.js +1 -1
  82. package/dist/components/flex/Flex.d.ts +266 -1
  83. package/dist/components/form/Form.d.ts +266 -1
  84. package/dist/components/grid/Grid.d.ts +268 -1
  85. package/dist/components/grid/Grid.js +1 -1
  86. package/dist/components/heading/Heading.d.ts +270 -2
  87. package/dist/components/icon/Icon.d.ts +269 -2
  88. package/dist/components/icon/Icon.js +1 -1
  89. package/dist/components/image/Image.d.ts +269 -2
  90. package/dist/components/inline-message/InlineMessage.config.d.ts +1 -1
  91. package/dist/components/inline-message/InlineMessage.d.ts +534 -1
  92. package/dist/components/inline-message/InlineMessage.js +1 -1
  93. package/dist/components/input/Input.d.ts +270 -2
  94. package/dist/components/input-field/InputField.d.ts +2 -2
  95. package/dist/components/label/Label.d.ts +272 -2
  96. package/dist/components/label/Label.js +1 -1
  97. package/dist/components/link/Link.d.ts +271 -3
  98. package/dist/components/link/Link.js +1 -1
  99. package/dist/components/list/List.d.ts +537 -2
  100. package/dist/components/list/List.js +1 -1
  101. package/dist/components/loader/Loader.d.ts +1 -1
  102. package/dist/components/markdown-content/MarkdownContent.d.ts +1 -1
  103. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +266 -1
  104. package/dist/components/markdown-content/components/MarkdownEmphasis.js +1 -1
  105. package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
  106. package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
  107. package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
  108. package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
  109. package/dist/components/markdown-content/components/MarkdownLink.js +1 -1
  110. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  111. package/dist/components/markdown-content/components/MarkdownListItem.js +1 -1
  112. package/dist/components/markdown-content/components/MarkdownParagraph.js +1 -1
  113. package/dist/components/markdown-content/components/MarkdownStrong.js +1 -1
  114. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
  115. package/dist/components/markdown-content/components/MarkdownThematicBreak.js +1 -1
  116. package/dist/components/navigation/NavigationMenu.d.ts +1 -1
  117. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  118. package/dist/components/navigation/NavigationMenuDropdownContent.js +1 -1
  119. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +543 -4
  120. package/dist/components/navigation/NavigationMenuLink.d.ts +1 -1
  121. package/dist/components/navigation/NavigationMenuLink.js +1 -1
  122. package/dist/components/notification-badge/NotificationBadge.d.ts +531 -1
  123. package/dist/components/notification-badge/NotificationBadge.js +1 -1
  124. package/dist/components/number-input/NumberInput.d.ts +1 -1
  125. package/dist/components/number-input/NumberInput.js +1 -1
  126. package/dist/components/number-input/NumberInputStepper.js +1 -1
  127. package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
  128. package/dist/components/number-input-field/NumberInputField.js +1 -1
  129. package/dist/components/password-field/PasswordField.d.ts +2 -2
  130. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  131. package/dist/components/popover/Popover.d.ts +266 -1
  132. package/dist/components/popover/PopoverContent.d.ts +268 -1
  133. package/dist/components/popover/PopoverContent.js +1 -1
  134. package/dist/components/progress-bar/ProgressBar.d.ts +269 -1
  135. package/dist/components/radio-button/RadioButton.d.ts +268 -2
  136. package/dist/components/radio-button/RadioButton.js +1 -1
  137. package/dist/components/radio-button/RadioButtonGroup.d.ts +270 -1
  138. package/dist/components/radio-button-field/RadioButtonField.d.ts +2 -2
  139. package/dist/components/radio-button-field/RadioButtonField.js +1 -1
  140. package/dist/components/radio-button-field/RadioField.d.ts +3 -3
  141. package/dist/components/radio-button-field/RadioField.js +1 -1
  142. package/dist/components/radio-card/RadioCard.d.ts +271 -1
  143. package/dist/components/radio-card/RadioCardGroup.d.ts +3 -3
  144. package/dist/components/radio-card/RadioCardGroup.js +1 -1
  145. package/dist/components/search-field/SearchField.d.ts +2 -2
  146. package/dist/components/search-input/SearchInput.d.ts +2 -2
  147. package/dist/components/search-input/SearchInput.js +1 -1
  148. package/dist/components/select/Select.d.ts +270 -2
  149. package/dist/components/select-field/SelectField.d.ts +2 -2
  150. package/dist/components/select-field/SelectField.js +1 -1
  151. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +266 -1
  152. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.js +1 -1
  153. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +267 -1
  154. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +267 -1
  155. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +268 -1
  156. package/dist/components/sidedrawer/SidedrawerContent.d.ts +266 -1
  157. package/dist/components/sidedrawer/SidedrawerContent.js +1 -1
  158. package/dist/components/sidedrawer/SidedrawerFooter.d.ts +266 -1
  159. package/dist/components/sidedrawer/SidedrawerHeader.d.ts +266 -1
  160. package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +267 -1
  161. package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +267 -1
  162. package/dist/components/slider/Slider.d.ts +268 -1
  163. package/dist/components/slider-field/SliderField.d.ts +3 -3
  164. package/dist/components/slider-field/SliderField.js +1 -1
  165. package/dist/components/stack/Stack.d.ts +273 -2
  166. package/dist/components/stack-content/StackContent.d.ts +267 -2
  167. package/dist/components/stack-content/StackContent.js +1 -1
  168. package/dist/components/stepper/StepperStepBack.js +1 -1
  169. package/dist/components/stepper/StepperStepBullet.d.ts +533 -1
  170. package/dist/components/stepper/StepperStepContainer.d.ts +536 -1
  171. package/dist/components/stepper/StepperStepLabel.d.ts +544 -1
  172. package/dist/components/stepper/types.d.ts +1 -1
  173. package/dist/components/switch/Switch.d.ts +267 -1
  174. package/dist/components/table/Table.d.ts +269 -1
  175. package/dist/components/table/TableBody.d.ts +268 -1
  176. package/dist/components/table/TableCell.d.ts +266 -1
  177. package/dist/components/table/TableFooter.d.ts +266 -1
  178. package/dist/components/table/TableFooterCell.d.ts +266 -1
  179. package/dist/components/table/TableHeader.d.ts +268 -1
  180. package/dist/components/table/TableHeader.js +1 -1
  181. package/dist/components/table/TableHeaderCell.d.ts +266 -1
  182. package/dist/components/table/TableRow.d.ts +536 -2
  183. package/dist/components/table/TableRow.js +1 -1
  184. package/dist/components/tabs/TabTrigger.d.ts +268 -1
  185. package/dist/components/tabs/Tabs.d.ts +536 -2
  186. package/dist/components/tabs/Tabs.js +1 -1
  187. package/dist/components/tabs/TabsTriggerList.d.ts +269 -1
  188. package/dist/components/tabs/utils.js +1 -1
  189. package/dist/components/text/Text.d.ts +271 -3
  190. package/dist/components/textarea/Textarea.d.ts +268 -1
  191. package/dist/components/textarea-field/TextareaField.d.ts +2 -2
  192. package/dist/components/toast/Toast.d.ts +268 -1
  193. package/dist/components/toast/Toast.js +1 -1
  194. package/dist/components/toast/ToastProvider.js +1 -1
  195. package/dist/components/toggle-group/ToggleGroupButton.d.ts +534 -1
  196. package/dist/components/toggle-group/ToggleGroupButton.js +1 -1
  197. package/dist/components/toggle-group/ToggleGroupItem.d.ts +534 -2
  198. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +271 -1
  199. package/dist/components/toggle-group/index.d.ts +1352 -3
  200. package/dist/components/tooltip/TooltipContent.d.ts +268 -1
  201. package/dist/components/tooltip/TooltipContent.js +1 -1
  202. package/dist/components/top-bar/TopBar.d.ts +270 -2
  203. package/dist/components/top-bar/TopBarBrand.d.ts +808 -4
  204. package/dist/components/video/Video.d.ts +535 -4
  205. package/dist/components/video/Video.js +1 -1
  206. package/dist/docgen.json +1 -0
  207. package/dist/docs/Accordion.mdx +45 -0
  208. package/dist/docs/ActionIcon.mdx +87 -0
  209. package/dist/docs/AlertDialog.mdx +40 -0
  210. package/dist/docs/Avatar.mdx +129 -0
  211. package/dist/docs/Badge.mdx +55 -0
  212. package/dist/docs/Box.mdx +52 -0
  213. package/dist/docs/Button.mdx +76 -0
  214. package/dist/docs/CONTRIBUTING.md +224 -0
  215. package/dist/docs/CSSWrapper.mdx +10 -0
  216. package/dist/docs/Carousel.mdx +88 -0
  217. package/dist/docs/Checkbox.mdx +19 -0
  218. package/dist/docs/CheckboxField.mdx +14 -0
  219. package/dist/docs/Chip.mdx +118 -0
  220. package/dist/docs/ChipDismissibleGroup.mdx +33 -0
  221. package/dist/docs/ChipToggleGroup.mdx +27 -0
  222. package/dist/docs/Combobox.mdx +44 -0
  223. package/dist/docs/DataTable.mdx +279 -0
  224. package/dist/docs/DateField.mdx +20 -0
  225. package/dist/docs/DateInput.mdx +87 -0
  226. package/dist/docs/Dialog.mdx +68 -0
  227. package/dist/docs/Dismissible.mdx +48 -0
  228. package/dist/docs/DismissibleGroup.mdx +29 -0
  229. package/dist/docs/Divider.mdx +16 -0
  230. package/dist/docs/DropdownMenu.mdx +30 -0
  231. package/dist/docs/EmptyState.mdx +23 -0
  232. package/dist/docs/FieldWrapper.mdx +30 -0
  233. package/dist/docs/FileInput.mdx +45 -0
  234. package/dist/docs/Flex.mdx +16 -0
  235. package/dist/docs/Form.mdx +411 -0
  236. package/dist/docs/Grid.mdx +28 -0
  237. package/dist/docs/Heading.mdx +30 -0
  238. package/dist/docs/Icon.mdx +30 -0
  239. package/dist/docs/Image.mdx +14 -0
  240. package/dist/docs/InlineMessage.mdx +52 -0
  241. package/dist/docs/Input.mdx +24 -0
  242. package/dist/docs/InputField.mdx +26 -0
  243. package/dist/docs/Label.mdx +32 -0
  244. package/dist/docs/Link.mdx +53 -0
  245. package/dist/docs/List.mdx +38 -0
  246. package/dist/docs/Loader.mdx +16 -0
  247. package/dist/docs/MarkdownContent.mdx +77 -0
  248. package/dist/docs/NavigationMenu.mdx +144 -0
  249. package/dist/docs/NotificationBadge.mdx +35 -0
  250. package/dist/docs/NumberInput.mdx +37 -0
  251. package/dist/docs/NumberInputField.mdx +26 -0
  252. package/dist/docs/PasswordField.mdx +23 -0
  253. package/dist/docs/PasswordInput.mdx +15 -0
  254. package/dist/docs/Popover.mdx +29 -0
  255. package/dist/docs/ProgressBar.mdx +56 -0
  256. package/dist/docs/RadioButton.mdx +10 -0
  257. package/dist/docs/RadioButtonField.mdx +25 -0
  258. package/dist/docs/RadioCard.mdx +62 -0
  259. package/dist/docs/SearchField.mdx +26 -0
  260. package/dist/docs/SearchInput.mdx +13 -0
  261. package/dist/docs/Select.mdx +56 -0
  262. package/dist/docs/SelectField.mdx +17 -0
  263. package/dist/docs/Sidedrawer.mdx +155 -0
  264. package/dist/docs/Slider.mdx +117 -0
  265. package/dist/docs/SliderField.mdx +35 -0
  266. package/dist/docs/Stack.mdx +24 -0
  267. package/dist/docs/StackContent.mdx +32 -0
  268. package/dist/docs/Stepper.mdx +154 -0
  269. package/dist/docs/Styling.mdx +85 -0
  270. package/dist/docs/Switch.mdx +28 -0
  271. package/dist/docs/Table.mdx +146 -0
  272. package/dist/docs/Tabs.mdx +102 -0
  273. package/dist/docs/Text.mdx +24 -0
  274. package/dist/docs/Textarea.mdx +12 -0
  275. package/dist/docs/TextareaField.mdx +21 -0
  276. package/dist/docs/Toast.mdx +20 -0
  277. package/dist/docs/ToggleGroup.mdx +88 -0
  278. package/dist/docs/Tooltip.mdx +25 -0
  279. package/dist/docs/TopBar.mdx +95 -0
  280. package/dist/docs/Video.mdx +12 -0
  281. package/dist/docs/accessibility.mdx +67 -0
  282. package/dist/docs/coreconcepts.mdx +77 -0
  283. package/dist/docs/introduction.mdx +33 -0
  284. package/dist/docs/versioning.mdx +40 -0
  285. package/dist/index.cjs.js +1 -1
  286. package/dist/index.d.ts +1 -1
  287. package/dist/stitches.d.ts +1949 -2
  288. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +109 -1
  289. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  290. package/dist/utilities/hooks/useCallbackRef.js +1 -1
  291. package/dist/utilities/style/capsize.d.ts +1 -1
  292. package/dist/utilities/style/keyframe-animations.d.ts +32 -8
  293. package/package.json +3 -3
@@ -1,6 +1,1355 @@
1
1
  /// <reference types="react" />
2
2
  export declare const ToggleGroup: {
3
- Item: any;
4
- Button: import("react").ForwardRefExoticComponent<any>;
5
- Root: import("react").ForwardRefExoticComponent<any>;
3
+ Item: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-toggle-group").ToggleGroupItemProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
4
+ sm: string;
5
+ md: string;
6
+ lg: string;
7
+ xl: string;
8
+ reducedMotion: string;
9
+ allowMotion: string;
10
+ hover: string;
11
+ }, import("@stitches/react/types/css-util").CSS<{
12
+ sm: string;
13
+ md: string;
14
+ lg: string;
15
+ xl: string;
16
+ reducedMotion: string;
17
+ allowMotion: string;
18
+ hover: string;
19
+ }, {
20
+ colors: {
21
+ textForeground: any;
22
+ textSubtle: any;
23
+ textPlaceholder: any;
24
+ background: any;
25
+ backgroundAccent: any;
26
+ tonal50: any;
27
+ tonal100: any;
28
+ tonal200: any;
29
+ tonal300: any;
30
+ tonal400: any;
31
+ tonal500: any;
32
+ tonal600: any;
33
+ alpha100: any;
34
+ alpha150: any;
35
+ alpha200: any;
36
+ alpha250: any;
37
+ alpha600: any;
38
+ primaryLight: any;
39
+ primary: any;
40
+ primaryMid: any;
41
+ primaryDark: any;
42
+ secondary: any;
43
+ brandRed: any;
44
+ brandRedAccent: any;
45
+ brandGreen: any;
46
+ brandGreenAccent: any;
47
+ brandPurple: any;
48
+ brandPurpleAccent: any;
49
+ brandYellow: any;
50
+ brandYellowAccent: any;
51
+ successLight: any;
52
+ success: any;
53
+ successMid: any;
54
+ successDark: any;
55
+ dangerLight: any;
56
+ danger: any;
57
+ dangerMid: any;
58
+ dangerDark: any;
59
+ warningLight: any;
60
+ warning: any;
61
+ warningMid: any;
62
+ warningDark: any;
63
+ warningText: any;
64
+ subjectEnglish: any;
65
+ subjectMaths: any;
66
+ subjectScience: any;
67
+ subjectVerbalReasoning: any;
68
+ subjectNonVerbalReasoning: any;
69
+ subjectCreativeWriting: any;
70
+ subjectExamSkills: any;
71
+ };
72
+ space: {
73
+ "0": any;
74
+ "1": any;
75
+ "2": any;
76
+ "3": any;
77
+ "4": any;
78
+ "5": any;
79
+ "6": any;
80
+ "7": any;
81
+ "8": any;
82
+ "9": any;
83
+ };
84
+ fontSizes: {
85
+ xs: any;
86
+ sm: any;
87
+ md: any;
88
+ lg: any;
89
+ xl: any;
90
+ "2xl": any;
91
+ "3xl": any;
92
+ "4xl": any;
93
+ };
94
+ fonts: {
95
+ sans: any;
96
+ mono: any;
97
+ display: any;
98
+ body: any;
99
+ };
100
+ sizes: {
101
+ "0": any;
102
+ "1": any;
103
+ "2": any;
104
+ "3": any;
105
+ "4": any;
106
+ "5": any;
107
+ "6": any;
108
+ "7": any;
109
+ "8": any;
110
+ };
111
+ radii: {
112
+ "0": any;
113
+ "1": any;
114
+ "2": any;
115
+ "3": any;
116
+ round: any;
117
+ };
118
+ shadows: {
119
+ "0": any;
120
+ "1": any;
121
+ "2": any;
122
+ "3": any;
123
+ };
124
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
125
+ bg: (value: {
126
+ readonly [$$PropertyValue]: "background";
127
+ }) => {
128
+ background: {
129
+ readonly [$$PropertyValue]: "background";
130
+ };
131
+ };
132
+ inset: (value: string | number | {
133
+ readonly [$$ScaleValue]: "space";
134
+ }) => {
135
+ top: string | number | {
136
+ readonly [$$ScaleValue]: "space";
137
+ };
138
+ right: string | number | {
139
+ readonly [$$ScaleValue]: "space";
140
+ };
141
+ bottom: string | number | {
142
+ readonly [$$ScaleValue]: "space";
143
+ };
144
+ left: string | number | {
145
+ readonly [$$ScaleValue]: "space";
146
+ };
147
+ };
148
+ size: (value: string | number | {
149
+ readonly [$$ScaleValue]: "size";
150
+ }) => {
151
+ height: string | number | {
152
+ readonly [$$ScaleValue]: "size";
153
+ };
154
+ width: string | number | {
155
+ readonly [$$ScaleValue]: "size";
156
+ };
157
+ };
158
+ p: (value: string | number | {
159
+ readonly [$$ScaleValue]: "space";
160
+ }) => {
161
+ padding: string | number | {
162
+ readonly [$$ScaleValue]: "space";
163
+ };
164
+ };
165
+ pt: (value: string | number | {
166
+ readonly [$$ScaleValue]: "space";
167
+ }) => {
168
+ paddingTop: string | number | {
169
+ readonly [$$ScaleValue]: "space";
170
+ };
171
+ };
172
+ pr: (value: string | number | {
173
+ readonly [$$ScaleValue]: "space";
174
+ }) => {
175
+ paddingRight: string | number | {
176
+ readonly [$$ScaleValue]: "space";
177
+ };
178
+ };
179
+ pb: (value: string | number | {
180
+ readonly [$$ScaleValue]: "space";
181
+ }) => {
182
+ paddingBottom: string | number | {
183
+ readonly [$$ScaleValue]: "space";
184
+ };
185
+ };
186
+ pl: (value: string | number | {
187
+ readonly [$$ScaleValue]: "space";
188
+ }) => {
189
+ paddingLeft: string | number | {
190
+ readonly [$$ScaleValue]: "space";
191
+ };
192
+ };
193
+ px: (value: string | number | {
194
+ readonly [$$ScaleValue]: "space";
195
+ }) => {
196
+ paddingLeft: string | number | {
197
+ readonly [$$ScaleValue]: "space";
198
+ };
199
+ paddingRight: string | number | {
200
+ readonly [$$ScaleValue]: "space";
201
+ };
202
+ };
203
+ py: (value: string | number | {
204
+ readonly [$$ScaleValue]: "space";
205
+ }) => {
206
+ paddingTop: string | number | {
207
+ readonly [$$ScaleValue]: "space";
208
+ };
209
+ paddingBottom: string | number | {
210
+ readonly [$$ScaleValue]: "space";
211
+ };
212
+ };
213
+ m: (value: string | number | {
214
+ readonly [$$ScaleValue]: "space";
215
+ }) => {
216
+ margin: string | number | {
217
+ readonly [$$ScaleValue]: "space";
218
+ };
219
+ };
220
+ mt: (value: string | number | {
221
+ readonly [$$ScaleValue]: "space";
222
+ }) => {
223
+ marginTop: string | number | {
224
+ readonly [$$ScaleValue]: "space";
225
+ };
226
+ };
227
+ mr: (value: string | number | {
228
+ readonly [$$ScaleValue]: "space";
229
+ }) => {
230
+ marginRight: string | number | {
231
+ readonly [$$ScaleValue]: "space";
232
+ };
233
+ };
234
+ mb: (value: string | number | {
235
+ readonly [$$ScaleValue]: "space";
236
+ }) => {
237
+ marginBottom: string | number | {
238
+ readonly [$$ScaleValue]: "space";
239
+ };
240
+ };
241
+ ml: (value: string | number | {
242
+ readonly [$$ScaleValue]: "space";
243
+ }) => {
244
+ marginLeft: string | number | {
245
+ readonly [$$ScaleValue]: "space";
246
+ };
247
+ };
248
+ mx: (value: string | number | {
249
+ readonly [$$ScaleValue]: "space";
250
+ }) => {
251
+ marginLeft: string | number | {
252
+ readonly [$$ScaleValue]: "space";
253
+ };
254
+ marginRight: string | number | {
255
+ readonly [$$ScaleValue]: "space";
256
+ };
257
+ };
258
+ my: (value: string | number | {
259
+ readonly [$$ScaleValue]: "space";
260
+ }) => {
261
+ marginTop: string | number | {
262
+ readonly [$$ScaleValue]: "space";
263
+ };
264
+ marginBottom: string | number | {
265
+ readonly [$$ScaleValue]: "space";
266
+ };
267
+ };
268
+ }>>;
269
+ Button: import("react").ForwardRefExoticComponent<Omit<Omit<import("@radix-ui/react-toggle-group").ToggleGroupItemProps & import("react").RefAttributes<HTMLButtonElement>, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
270
+ sm: string;
271
+ md: string;
272
+ lg: string;
273
+ xl: string;
274
+ reducedMotion: string;
275
+ allowMotion: string;
276
+ hover: string;
277
+ }> & {
278
+ css?: import("@stitches/react/types/css-util").CSS<{
279
+ sm: string;
280
+ md: string;
281
+ lg: string;
282
+ xl: string;
283
+ reducedMotion: string;
284
+ allowMotion: string;
285
+ hover: string;
286
+ }, {
287
+ colors: {
288
+ textForeground: any;
289
+ textSubtle: any;
290
+ textPlaceholder: any;
291
+ background: any;
292
+ backgroundAccent: any;
293
+ tonal50: any;
294
+ tonal100: any;
295
+ tonal200: any;
296
+ tonal300: any;
297
+ tonal400: any;
298
+ tonal500: any;
299
+ tonal600: any;
300
+ alpha100: any;
301
+ alpha150: any;
302
+ alpha200: any;
303
+ alpha250: any;
304
+ alpha600: any;
305
+ primaryLight: any;
306
+ primary: any;
307
+ primaryMid: any;
308
+ primaryDark: any;
309
+ secondary: any;
310
+ brandRed: any;
311
+ brandRedAccent: any;
312
+ brandGreen: any;
313
+ brandGreenAccent: any;
314
+ brandPurple: any;
315
+ brandPurpleAccent: any;
316
+ brandYellow: any;
317
+ brandYellowAccent: any;
318
+ successLight: any;
319
+ success: any;
320
+ successMid: any;
321
+ successDark: any;
322
+ dangerLight: any;
323
+ danger: any;
324
+ dangerMid: any;
325
+ dangerDark: any;
326
+ warningLight: any;
327
+ warning: any;
328
+ warningMid: any;
329
+ warningDark: any;
330
+ warningText: any;
331
+ subjectEnglish: any;
332
+ subjectMaths: any;
333
+ subjectScience: any;
334
+ subjectVerbalReasoning: any;
335
+ subjectNonVerbalReasoning: any;
336
+ subjectCreativeWriting: any;
337
+ subjectExamSkills: any;
338
+ };
339
+ space: {
340
+ "0": any;
341
+ "1": any;
342
+ "2": any;
343
+ "3": any;
344
+ "4": any;
345
+ "5": any;
346
+ "6": any;
347
+ "7": any;
348
+ "8": any;
349
+ "9": any;
350
+ };
351
+ fontSizes: {
352
+ xs: any;
353
+ sm: any;
354
+ md: any;
355
+ lg: any;
356
+ xl: any;
357
+ "2xl": any;
358
+ "3xl": any;
359
+ "4xl": any;
360
+ };
361
+ fonts: {
362
+ sans: any;
363
+ mono: any;
364
+ display: any;
365
+ body: any;
366
+ };
367
+ sizes: {
368
+ "0": any;
369
+ "1": any;
370
+ "2": any;
371
+ "3": any;
372
+ "4": any;
373
+ "5": any;
374
+ "6": any;
375
+ "7": any;
376
+ "8": any;
377
+ };
378
+ radii: {
379
+ "0": any;
380
+ "1": any;
381
+ "2": any;
382
+ "3": any;
383
+ round: any;
384
+ };
385
+ shadows: {
386
+ "0": any;
387
+ "1": any;
388
+ "2": any;
389
+ "3": any;
390
+ };
391
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
392
+ bg: (value: {
393
+ readonly [$$PropertyValue]: "background";
394
+ }) => {
395
+ background: {
396
+ readonly [$$PropertyValue]: "background";
397
+ };
398
+ };
399
+ inset: (value: string | number | {
400
+ readonly [$$ScaleValue]: "space";
401
+ }) => {
402
+ top: string | number | {
403
+ readonly [$$ScaleValue]: "space";
404
+ };
405
+ right: string | number | {
406
+ readonly [$$ScaleValue]: "space";
407
+ };
408
+ bottom: string | number | {
409
+ readonly [$$ScaleValue]: "space";
410
+ };
411
+ left: string | number | {
412
+ readonly [$$ScaleValue]: "space";
413
+ };
414
+ };
415
+ size: (value: string | number | {
416
+ readonly [$$ScaleValue]: "size";
417
+ }) => {
418
+ height: string | number | {
419
+ readonly [$$ScaleValue]: "size";
420
+ };
421
+ width: string | number | {
422
+ readonly [$$ScaleValue]: "size";
423
+ };
424
+ };
425
+ p: (value: string | number | {
426
+ readonly [$$ScaleValue]: "space";
427
+ }) => {
428
+ padding: string | number | {
429
+ readonly [$$ScaleValue]: "space";
430
+ };
431
+ };
432
+ pt: (value: string | number | {
433
+ readonly [$$ScaleValue]: "space";
434
+ }) => {
435
+ paddingTop: string | number | {
436
+ readonly [$$ScaleValue]: "space";
437
+ };
438
+ };
439
+ pr: (value: string | number | {
440
+ readonly [$$ScaleValue]: "space";
441
+ }) => {
442
+ paddingRight: string | number | {
443
+ readonly [$$ScaleValue]: "space";
444
+ };
445
+ };
446
+ pb: (value: string | number | {
447
+ readonly [$$ScaleValue]: "space";
448
+ }) => {
449
+ paddingBottom: string | number | {
450
+ readonly [$$ScaleValue]: "space";
451
+ };
452
+ };
453
+ pl: (value: string | number | {
454
+ readonly [$$ScaleValue]: "space";
455
+ }) => {
456
+ paddingLeft: string | number | {
457
+ readonly [$$ScaleValue]: "space";
458
+ };
459
+ };
460
+ px: (value: string | number | {
461
+ readonly [$$ScaleValue]: "space";
462
+ }) => {
463
+ paddingLeft: string | number | {
464
+ readonly [$$ScaleValue]: "space";
465
+ };
466
+ paddingRight: string | number | {
467
+ readonly [$$ScaleValue]: "space";
468
+ };
469
+ };
470
+ py: (value: string | number | {
471
+ readonly [$$ScaleValue]: "space";
472
+ }) => {
473
+ paddingTop: string | number | {
474
+ readonly [$$ScaleValue]: "space";
475
+ };
476
+ paddingBottom: string | number | {
477
+ readonly [$$ScaleValue]: "space";
478
+ };
479
+ };
480
+ m: (value: string | number | {
481
+ readonly [$$ScaleValue]: "space";
482
+ }) => {
483
+ margin: string | number | {
484
+ readonly [$$ScaleValue]: "space";
485
+ };
486
+ };
487
+ mt: (value: string | number | {
488
+ readonly [$$ScaleValue]: "space";
489
+ }) => {
490
+ marginTop: string | number | {
491
+ readonly [$$ScaleValue]: "space";
492
+ };
493
+ };
494
+ mr: (value: string | number | {
495
+ readonly [$$ScaleValue]: "space";
496
+ }) => {
497
+ marginRight: string | number | {
498
+ readonly [$$ScaleValue]: "space";
499
+ };
500
+ };
501
+ mb: (value: string | number | {
502
+ readonly [$$ScaleValue]: "space";
503
+ }) => {
504
+ marginBottom: string | number | {
505
+ readonly [$$ScaleValue]: "space";
506
+ };
507
+ };
508
+ ml: (value: string | number | {
509
+ readonly [$$ScaleValue]: "space";
510
+ }) => {
511
+ marginLeft: string | number | {
512
+ readonly [$$ScaleValue]: "space";
513
+ };
514
+ };
515
+ mx: (value: string | number | {
516
+ readonly [$$ScaleValue]: "space";
517
+ }) => {
518
+ marginLeft: string | number | {
519
+ readonly [$$ScaleValue]: "space";
520
+ };
521
+ marginRight: string | number | {
522
+ readonly [$$ScaleValue]: "space";
523
+ };
524
+ };
525
+ my: (value: string | number | {
526
+ readonly [$$ScaleValue]: "space";
527
+ }) => {
528
+ marginTop: string | number | {
529
+ readonly [$$ScaleValue]: "space";
530
+ };
531
+ marginBottom: string | number | {
532
+ readonly [$$ScaleValue]: "space";
533
+ };
534
+ };
535
+ }> | undefined;
536
+ }, "size" | "css" | "isIconOnly"> & import("@stitches/react/types/styled-component").TransformProps<{
537
+ size?: "sm" | "md" | "lg" | undefined;
538
+ isIconOnly?: boolean | "true" | undefined;
539
+ }, {
540
+ sm: string;
541
+ md: string;
542
+ lg: string;
543
+ xl: string;
544
+ reducedMotion: string;
545
+ allowMotion: string;
546
+ hover: string;
547
+ }> & {
548
+ css?: import("@stitches/react/types/css-util").CSS<{
549
+ sm: string;
550
+ md: string;
551
+ lg: string;
552
+ xl: string;
553
+ reducedMotion: string;
554
+ allowMotion: string;
555
+ hover: string;
556
+ }, {
557
+ colors: {
558
+ textForeground: any;
559
+ textSubtle: any;
560
+ textPlaceholder: any;
561
+ background: any;
562
+ backgroundAccent: any;
563
+ tonal50: any;
564
+ tonal100: any;
565
+ tonal200: any;
566
+ tonal300: any;
567
+ tonal400: any;
568
+ tonal500: any;
569
+ tonal600: any;
570
+ alpha100: any;
571
+ alpha150: any;
572
+ alpha200: any;
573
+ alpha250: any;
574
+ alpha600: any;
575
+ primaryLight: any;
576
+ primary: any;
577
+ primaryMid: any;
578
+ primaryDark: any;
579
+ secondary: any;
580
+ brandRed: any;
581
+ brandRedAccent: any;
582
+ brandGreen: any;
583
+ brandGreenAccent: any;
584
+ brandPurple: any;
585
+ brandPurpleAccent: any;
586
+ brandYellow: any;
587
+ brandYellowAccent: any;
588
+ successLight: any;
589
+ success: any;
590
+ successMid: any;
591
+ successDark: any;
592
+ dangerLight: any;
593
+ danger: any;
594
+ dangerMid: any;
595
+ dangerDark: any;
596
+ warningLight: any;
597
+ warning: any;
598
+ warningMid: any;
599
+ warningDark: any;
600
+ warningText: any;
601
+ subjectEnglish: any;
602
+ subjectMaths: any;
603
+ subjectScience: any;
604
+ subjectVerbalReasoning: any;
605
+ subjectNonVerbalReasoning: any;
606
+ subjectCreativeWriting: any;
607
+ subjectExamSkills: any;
608
+ };
609
+ space: {
610
+ "0": any;
611
+ "1": any;
612
+ "2": any;
613
+ "3": any;
614
+ "4": any;
615
+ "5": any;
616
+ "6": any;
617
+ "7": any;
618
+ "8": any;
619
+ "9": any;
620
+ };
621
+ fontSizes: {
622
+ xs: any;
623
+ sm: any;
624
+ md: any;
625
+ lg: any;
626
+ xl: any;
627
+ "2xl": any;
628
+ "3xl": any;
629
+ "4xl": any;
630
+ };
631
+ fonts: {
632
+ sans: any;
633
+ mono: any;
634
+ display: any;
635
+ body: any;
636
+ };
637
+ sizes: {
638
+ "0": any;
639
+ "1": any;
640
+ "2": any;
641
+ "3": any;
642
+ "4": any;
643
+ "5": any;
644
+ "6": any;
645
+ "7": any;
646
+ "8": any;
647
+ };
648
+ radii: {
649
+ "0": any;
650
+ "1": any;
651
+ "2": any;
652
+ "3": any;
653
+ round: any;
654
+ };
655
+ shadows: {
656
+ "0": any;
657
+ "1": any;
658
+ "2": any;
659
+ "3": any;
660
+ };
661
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
662
+ bg: (value: {
663
+ readonly [$$PropertyValue]: "background";
664
+ }) => {
665
+ background: {
666
+ readonly [$$PropertyValue]: "background";
667
+ };
668
+ };
669
+ inset: (value: string | number | {
670
+ readonly [$$ScaleValue]: "space";
671
+ }) => {
672
+ top: string | number | {
673
+ readonly [$$ScaleValue]: "space";
674
+ };
675
+ right: string | number | {
676
+ readonly [$$ScaleValue]: "space";
677
+ };
678
+ bottom: string | number | {
679
+ readonly [$$ScaleValue]: "space";
680
+ };
681
+ left: string | number | {
682
+ readonly [$$ScaleValue]: "space";
683
+ };
684
+ };
685
+ size: (value: string | number | {
686
+ readonly [$$ScaleValue]: "size";
687
+ }) => {
688
+ height: string | number | {
689
+ readonly [$$ScaleValue]: "size";
690
+ };
691
+ width: string | number | {
692
+ readonly [$$ScaleValue]: "size";
693
+ };
694
+ };
695
+ p: (value: string | number | {
696
+ readonly [$$ScaleValue]: "space";
697
+ }) => {
698
+ padding: string | number | {
699
+ readonly [$$ScaleValue]: "space";
700
+ };
701
+ };
702
+ pt: (value: string | number | {
703
+ readonly [$$ScaleValue]: "space";
704
+ }) => {
705
+ paddingTop: string | number | {
706
+ readonly [$$ScaleValue]: "space";
707
+ };
708
+ };
709
+ pr: (value: string | number | {
710
+ readonly [$$ScaleValue]: "space";
711
+ }) => {
712
+ paddingRight: string | number | {
713
+ readonly [$$ScaleValue]: "space";
714
+ };
715
+ };
716
+ pb: (value: string | number | {
717
+ readonly [$$ScaleValue]: "space";
718
+ }) => {
719
+ paddingBottom: string | number | {
720
+ readonly [$$ScaleValue]: "space";
721
+ };
722
+ };
723
+ pl: (value: string | number | {
724
+ readonly [$$ScaleValue]: "space";
725
+ }) => {
726
+ paddingLeft: string | number | {
727
+ readonly [$$ScaleValue]: "space";
728
+ };
729
+ };
730
+ px: (value: string | number | {
731
+ readonly [$$ScaleValue]: "space";
732
+ }) => {
733
+ paddingLeft: string | number | {
734
+ readonly [$$ScaleValue]: "space";
735
+ };
736
+ paddingRight: string | number | {
737
+ readonly [$$ScaleValue]: "space";
738
+ };
739
+ };
740
+ py: (value: string | number | {
741
+ readonly [$$ScaleValue]: "space";
742
+ }) => {
743
+ paddingTop: string | number | {
744
+ readonly [$$ScaleValue]: "space";
745
+ };
746
+ paddingBottom: string | number | {
747
+ readonly [$$ScaleValue]: "space";
748
+ };
749
+ };
750
+ m: (value: string | number | {
751
+ readonly [$$ScaleValue]: "space";
752
+ }) => {
753
+ margin: string | number | {
754
+ readonly [$$ScaleValue]: "space";
755
+ };
756
+ };
757
+ mt: (value: string | number | {
758
+ readonly [$$ScaleValue]: "space";
759
+ }) => {
760
+ marginTop: string | number | {
761
+ readonly [$$ScaleValue]: "space";
762
+ };
763
+ };
764
+ mr: (value: string | number | {
765
+ readonly [$$ScaleValue]: "space";
766
+ }) => {
767
+ marginRight: string | number | {
768
+ readonly [$$ScaleValue]: "space";
769
+ };
770
+ };
771
+ mb: (value: string | number | {
772
+ readonly [$$ScaleValue]: "space";
773
+ }) => {
774
+ marginBottom: string | number | {
775
+ readonly [$$ScaleValue]: "space";
776
+ };
777
+ };
778
+ ml: (value: string | number | {
779
+ readonly [$$ScaleValue]: "space";
780
+ }) => {
781
+ marginLeft: string | number | {
782
+ readonly [$$ScaleValue]: "space";
783
+ };
784
+ };
785
+ mx: (value: string | number | {
786
+ readonly [$$ScaleValue]: "space";
787
+ }) => {
788
+ marginLeft: string | number | {
789
+ readonly [$$ScaleValue]: "space";
790
+ };
791
+ marginRight: string | number | {
792
+ readonly [$$ScaleValue]: "space";
793
+ };
794
+ };
795
+ my: (value: string | number | {
796
+ readonly [$$ScaleValue]: "space";
797
+ }) => {
798
+ marginTop: string | number | {
799
+ readonly [$$ScaleValue]: "space";
800
+ };
801
+ marginBottom: string | number | {
802
+ readonly [$$ScaleValue]: "space";
803
+ };
804
+ };
805
+ }> | undefined;
806
+ }>;
807
+ Root: import("react").ForwardRefExoticComponent<((Omit<import("@radix-ui/react-toggle-group").ToggleGroupSingleProps & import("react").RefAttributes<HTMLDivElement>, "direction" | "css" | "isFullWidth" | "hasGap"> & import("@stitches/react/types/styled-component").TransformProps<{
808
+ isFullWidth?: boolean | "true" | undefined;
809
+ hasGap?: boolean | "true" | "false" | undefined;
810
+ direction?: "row" | "column" | undefined;
811
+ }, {
812
+ sm: string;
813
+ md: string;
814
+ lg: string;
815
+ xl: string;
816
+ reducedMotion: string;
817
+ allowMotion: string;
818
+ hover: string;
819
+ }> & {
820
+ css?: import("@stitches/react/types/css-util").CSS<{
821
+ sm: string;
822
+ md: string;
823
+ lg: string;
824
+ xl: string;
825
+ reducedMotion: string;
826
+ allowMotion: string;
827
+ hover: string;
828
+ }, {
829
+ colors: {
830
+ textForeground: any;
831
+ textSubtle: any;
832
+ textPlaceholder: any;
833
+ background: any;
834
+ backgroundAccent: any;
835
+ tonal50: any;
836
+ tonal100: any;
837
+ tonal200: any;
838
+ tonal300: any;
839
+ tonal400: any;
840
+ tonal500: any;
841
+ tonal600: any;
842
+ alpha100: any;
843
+ alpha150: any;
844
+ alpha200: any;
845
+ alpha250: any;
846
+ alpha600: any;
847
+ primaryLight: any;
848
+ primary: any;
849
+ primaryMid: any;
850
+ primaryDark: any;
851
+ secondary: any;
852
+ brandRed: any;
853
+ brandRedAccent: any;
854
+ brandGreen: any;
855
+ brandGreenAccent: any;
856
+ brandPurple: any;
857
+ brandPurpleAccent: any;
858
+ brandYellow: any;
859
+ brandYellowAccent: any;
860
+ successLight: any;
861
+ success: any;
862
+ successMid: any;
863
+ successDark: any;
864
+ dangerLight: any;
865
+ danger: any;
866
+ dangerMid: any;
867
+ dangerDark: any;
868
+ warningLight: any;
869
+ warning: any;
870
+ warningMid: any;
871
+ warningDark: any;
872
+ warningText: any;
873
+ subjectEnglish: any;
874
+ subjectMaths: any;
875
+ subjectScience: any;
876
+ subjectVerbalReasoning: any;
877
+ subjectNonVerbalReasoning: any;
878
+ subjectCreativeWriting: any;
879
+ subjectExamSkills: any;
880
+ };
881
+ space: {
882
+ "0": any;
883
+ "1": any;
884
+ "2": any;
885
+ "3": any;
886
+ "4": any;
887
+ "5": any;
888
+ "6": any;
889
+ "7": any;
890
+ "8": any;
891
+ "9": any;
892
+ };
893
+ fontSizes: {
894
+ xs: any;
895
+ sm: any;
896
+ md: any;
897
+ lg: any;
898
+ xl: any;
899
+ "2xl": any;
900
+ "3xl": any;
901
+ "4xl": any;
902
+ };
903
+ fonts: {
904
+ sans: any;
905
+ mono: any;
906
+ display: any;
907
+ body: any;
908
+ };
909
+ sizes: {
910
+ "0": any;
911
+ "1": any;
912
+ "2": any;
913
+ "3": any;
914
+ "4": any;
915
+ "5": any;
916
+ "6": any;
917
+ "7": any;
918
+ "8": any;
919
+ };
920
+ radii: {
921
+ "0": any;
922
+ "1": any;
923
+ "2": any;
924
+ "3": any;
925
+ round: any;
926
+ };
927
+ shadows: {
928
+ "0": any;
929
+ "1": any;
930
+ "2": any;
931
+ "3": any;
932
+ };
933
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
934
+ bg: (value: {
935
+ readonly [$$PropertyValue]: "background";
936
+ }) => {
937
+ background: {
938
+ readonly [$$PropertyValue]: "background";
939
+ };
940
+ };
941
+ inset: (value: string | number | {
942
+ readonly [$$ScaleValue]: "space";
943
+ }) => {
944
+ top: string | number | {
945
+ readonly [$$ScaleValue]: "space";
946
+ };
947
+ right: string | number | {
948
+ readonly [$$ScaleValue]: "space";
949
+ };
950
+ bottom: string | number | {
951
+ readonly [$$ScaleValue]: "space";
952
+ };
953
+ left: string | number | {
954
+ readonly [$$ScaleValue]: "space";
955
+ };
956
+ };
957
+ size: (value: string | number | {
958
+ readonly [$$ScaleValue]: "size";
959
+ }) => {
960
+ height: string | number | {
961
+ readonly [$$ScaleValue]: "size";
962
+ };
963
+ width: string | number | {
964
+ readonly [$$ScaleValue]: "size";
965
+ };
966
+ };
967
+ p: (value: string | number | {
968
+ readonly [$$ScaleValue]: "space";
969
+ }) => {
970
+ padding: string | number | {
971
+ readonly [$$ScaleValue]: "space";
972
+ };
973
+ };
974
+ pt: (value: string | number | {
975
+ readonly [$$ScaleValue]: "space";
976
+ }) => {
977
+ paddingTop: string | number | {
978
+ readonly [$$ScaleValue]: "space";
979
+ };
980
+ };
981
+ pr: (value: string | number | {
982
+ readonly [$$ScaleValue]: "space";
983
+ }) => {
984
+ paddingRight: string | number | {
985
+ readonly [$$ScaleValue]: "space";
986
+ };
987
+ };
988
+ pb: (value: string | number | {
989
+ readonly [$$ScaleValue]: "space";
990
+ }) => {
991
+ paddingBottom: string | number | {
992
+ readonly [$$ScaleValue]: "space";
993
+ };
994
+ };
995
+ pl: (value: string | number | {
996
+ readonly [$$ScaleValue]: "space";
997
+ }) => {
998
+ paddingLeft: string | number | {
999
+ readonly [$$ScaleValue]: "space";
1000
+ };
1001
+ };
1002
+ px: (value: string | number | {
1003
+ readonly [$$ScaleValue]: "space";
1004
+ }) => {
1005
+ paddingLeft: string | number | {
1006
+ readonly [$$ScaleValue]: "space";
1007
+ };
1008
+ paddingRight: string | number | {
1009
+ readonly [$$ScaleValue]: "space";
1010
+ };
1011
+ };
1012
+ py: (value: string | number | {
1013
+ readonly [$$ScaleValue]: "space";
1014
+ }) => {
1015
+ paddingTop: string | number | {
1016
+ readonly [$$ScaleValue]: "space";
1017
+ };
1018
+ paddingBottom: string | number | {
1019
+ readonly [$$ScaleValue]: "space";
1020
+ };
1021
+ };
1022
+ m: (value: string | number | {
1023
+ readonly [$$ScaleValue]: "space";
1024
+ }) => {
1025
+ margin: string | number | {
1026
+ readonly [$$ScaleValue]: "space";
1027
+ };
1028
+ };
1029
+ mt: (value: string | number | {
1030
+ readonly [$$ScaleValue]: "space";
1031
+ }) => {
1032
+ marginTop: string | number | {
1033
+ readonly [$$ScaleValue]: "space";
1034
+ };
1035
+ };
1036
+ mr: (value: string | number | {
1037
+ readonly [$$ScaleValue]: "space";
1038
+ }) => {
1039
+ marginRight: string | number | {
1040
+ readonly [$$ScaleValue]: "space";
1041
+ };
1042
+ };
1043
+ mb: (value: string | number | {
1044
+ readonly [$$ScaleValue]: "space";
1045
+ }) => {
1046
+ marginBottom: string | number | {
1047
+ readonly [$$ScaleValue]: "space";
1048
+ };
1049
+ };
1050
+ ml: (value: string | number | {
1051
+ readonly [$$ScaleValue]: "space";
1052
+ }) => {
1053
+ marginLeft: string | number | {
1054
+ readonly [$$ScaleValue]: "space";
1055
+ };
1056
+ };
1057
+ mx: (value: string | number | {
1058
+ readonly [$$ScaleValue]: "space";
1059
+ }) => {
1060
+ marginLeft: string | number | {
1061
+ readonly [$$ScaleValue]: "space";
1062
+ };
1063
+ marginRight: string | number | {
1064
+ readonly [$$ScaleValue]: "space";
1065
+ };
1066
+ };
1067
+ my: (value: string | number | {
1068
+ readonly [$$ScaleValue]: "space";
1069
+ }) => {
1070
+ marginTop: string | number | {
1071
+ readonly [$$ScaleValue]: "space";
1072
+ };
1073
+ marginBottom: string | number | {
1074
+ readonly [$$ScaleValue]: "space";
1075
+ };
1076
+ };
1077
+ }> | undefined;
1078
+ }) | (Omit<import("@radix-ui/react-toggle-group").ToggleGroupMultipleProps & import("react").RefAttributes<HTMLDivElement>, "direction" | "css" | "isFullWidth" | "hasGap"> & import("@stitches/react/types/styled-component").TransformProps<{
1079
+ isFullWidth?: boolean | "true" | undefined;
1080
+ hasGap?: boolean | "true" | "false" | undefined;
1081
+ direction?: "row" | "column" | undefined;
1082
+ }, {
1083
+ sm: string;
1084
+ md: string;
1085
+ lg: string;
1086
+ xl: string;
1087
+ reducedMotion: string;
1088
+ allowMotion: string;
1089
+ hover: string;
1090
+ }> & {
1091
+ css?: import("@stitches/react/types/css-util").CSS<{
1092
+ sm: string;
1093
+ md: string;
1094
+ lg: string;
1095
+ xl: string;
1096
+ reducedMotion: string;
1097
+ allowMotion: string;
1098
+ hover: string;
1099
+ }, {
1100
+ colors: {
1101
+ textForeground: any;
1102
+ textSubtle: any;
1103
+ textPlaceholder: any;
1104
+ background: any;
1105
+ backgroundAccent: any;
1106
+ tonal50: any;
1107
+ tonal100: any;
1108
+ tonal200: any;
1109
+ tonal300: any;
1110
+ tonal400: any;
1111
+ tonal500: any;
1112
+ tonal600: any;
1113
+ alpha100: any;
1114
+ alpha150: any;
1115
+ alpha200: any;
1116
+ alpha250: any;
1117
+ alpha600: any;
1118
+ primaryLight: any;
1119
+ primary: any;
1120
+ primaryMid: any;
1121
+ primaryDark: any;
1122
+ secondary: any;
1123
+ brandRed: any;
1124
+ brandRedAccent: any;
1125
+ brandGreen: any;
1126
+ brandGreenAccent: any;
1127
+ brandPurple: any;
1128
+ brandPurpleAccent: any;
1129
+ brandYellow: any;
1130
+ brandYellowAccent: any;
1131
+ successLight: any;
1132
+ success: any;
1133
+ successMid: any;
1134
+ successDark: any;
1135
+ dangerLight: any;
1136
+ danger: any;
1137
+ dangerMid: any;
1138
+ dangerDark: any;
1139
+ warningLight: any;
1140
+ warning: any;
1141
+ warningMid: any;
1142
+ warningDark: any;
1143
+ warningText: any;
1144
+ subjectEnglish: any;
1145
+ subjectMaths: any;
1146
+ subjectScience: any;
1147
+ subjectVerbalReasoning: any;
1148
+ subjectNonVerbalReasoning: any;
1149
+ subjectCreativeWriting: any;
1150
+ subjectExamSkills: any;
1151
+ };
1152
+ space: {
1153
+ "0": any;
1154
+ "1": any;
1155
+ "2": any;
1156
+ "3": any;
1157
+ "4": any;
1158
+ "5": any;
1159
+ "6": any;
1160
+ "7": any;
1161
+ "8": any;
1162
+ "9": any;
1163
+ };
1164
+ fontSizes: {
1165
+ xs: any;
1166
+ sm: any;
1167
+ md: any;
1168
+ lg: any;
1169
+ xl: any;
1170
+ "2xl": any;
1171
+ "3xl": any;
1172
+ "4xl": any;
1173
+ };
1174
+ fonts: {
1175
+ sans: any;
1176
+ mono: any;
1177
+ display: any;
1178
+ body: any;
1179
+ };
1180
+ sizes: {
1181
+ "0": any;
1182
+ "1": any;
1183
+ "2": any;
1184
+ "3": any;
1185
+ "4": any;
1186
+ "5": any;
1187
+ "6": any;
1188
+ "7": any;
1189
+ "8": any;
1190
+ };
1191
+ radii: {
1192
+ "0": any;
1193
+ "1": any;
1194
+ "2": any;
1195
+ "3": any;
1196
+ round: any;
1197
+ };
1198
+ shadows: {
1199
+ "0": any;
1200
+ "1": any;
1201
+ "2": any;
1202
+ "3": any;
1203
+ };
1204
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1205
+ bg: (value: {
1206
+ readonly [$$PropertyValue]: "background";
1207
+ }) => {
1208
+ background: {
1209
+ readonly [$$PropertyValue]: "background";
1210
+ };
1211
+ };
1212
+ inset: (value: string | number | {
1213
+ readonly [$$ScaleValue]: "space";
1214
+ }) => {
1215
+ top: string | number | {
1216
+ readonly [$$ScaleValue]: "space";
1217
+ };
1218
+ right: string | number | {
1219
+ readonly [$$ScaleValue]: "space";
1220
+ };
1221
+ bottom: string | number | {
1222
+ readonly [$$ScaleValue]: "space";
1223
+ };
1224
+ left: string | number | {
1225
+ readonly [$$ScaleValue]: "space";
1226
+ };
1227
+ };
1228
+ size: (value: string | number | {
1229
+ readonly [$$ScaleValue]: "size";
1230
+ }) => {
1231
+ height: string | number | {
1232
+ readonly [$$ScaleValue]: "size";
1233
+ };
1234
+ width: string | number | {
1235
+ readonly [$$ScaleValue]: "size";
1236
+ };
1237
+ };
1238
+ p: (value: string | number | {
1239
+ readonly [$$ScaleValue]: "space";
1240
+ }) => {
1241
+ padding: string | number | {
1242
+ readonly [$$ScaleValue]: "space";
1243
+ };
1244
+ };
1245
+ pt: (value: string | number | {
1246
+ readonly [$$ScaleValue]: "space";
1247
+ }) => {
1248
+ paddingTop: string | number | {
1249
+ readonly [$$ScaleValue]: "space";
1250
+ };
1251
+ };
1252
+ pr: (value: string | number | {
1253
+ readonly [$$ScaleValue]: "space";
1254
+ }) => {
1255
+ paddingRight: string | number | {
1256
+ readonly [$$ScaleValue]: "space";
1257
+ };
1258
+ };
1259
+ pb: (value: string | number | {
1260
+ readonly [$$ScaleValue]: "space";
1261
+ }) => {
1262
+ paddingBottom: string | number | {
1263
+ readonly [$$ScaleValue]: "space";
1264
+ };
1265
+ };
1266
+ pl: (value: string | number | {
1267
+ readonly [$$ScaleValue]: "space";
1268
+ }) => {
1269
+ paddingLeft: string | number | {
1270
+ readonly [$$ScaleValue]: "space";
1271
+ };
1272
+ };
1273
+ px: (value: string | number | {
1274
+ readonly [$$ScaleValue]: "space";
1275
+ }) => {
1276
+ paddingLeft: string | number | {
1277
+ readonly [$$ScaleValue]: "space";
1278
+ };
1279
+ paddingRight: string | number | {
1280
+ readonly [$$ScaleValue]: "space";
1281
+ };
1282
+ };
1283
+ py: (value: string | number | {
1284
+ readonly [$$ScaleValue]: "space";
1285
+ }) => {
1286
+ paddingTop: string | number | {
1287
+ readonly [$$ScaleValue]: "space";
1288
+ };
1289
+ paddingBottom: string | number | {
1290
+ readonly [$$ScaleValue]: "space";
1291
+ };
1292
+ };
1293
+ m: (value: string | number | {
1294
+ readonly [$$ScaleValue]: "space";
1295
+ }) => {
1296
+ margin: string | number | {
1297
+ readonly [$$ScaleValue]: "space";
1298
+ };
1299
+ };
1300
+ mt: (value: string | number | {
1301
+ readonly [$$ScaleValue]: "space";
1302
+ }) => {
1303
+ marginTop: string | number | {
1304
+ readonly [$$ScaleValue]: "space";
1305
+ };
1306
+ };
1307
+ mr: (value: string | number | {
1308
+ readonly [$$ScaleValue]: "space";
1309
+ }) => {
1310
+ marginRight: string | number | {
1311
+ readonly [$$ScaleValue]: "space";
1312
+ };
1313
+ };
1314
+ mb: (value: string | number | {
1315
+ readonly [$$ScaleValue]: "space";
1316
+ }) => {
1317
+ marginBottom: string | number | {
1318
+ readonly [$$ScaleValue]: "space";
1319
+ };
1320
+ };
1321
+ ml: (value: string | number | {
1322
+ readonly [$$ScaleValue]: "space";
1323
+ }) => {
1324
+ marginLeft: string | number | {
1325
+ readonly [$$ScaleValue]: "space";
1326
+ };
1327
+ };
1328
+ mx: (value: string | number | {
1329
+ readonly [$$ScaleValue]: "space";
1330
+ }) => {
1331
+ marginLeft: string | number | {
1332
+ readonly [$$ScaleValue]: "space";
1333
+ };
1334
+ marginRight: string | number | {
1335
+ readonly [$$ScaleValue]: "space";
1336
+ };
1337
+ };
1338
+ my: (value: string | number | {
1339
+ readonly [$$ScaleValue]: "space";
1340
+ }) => {
1341
+ marginTop: string | number | {
1342
+ readonly [$$ScaleValue]: "space";
1343
+ };
1344
+ marginBottom: string | number | {
1345
+ readonly [$$ScaleValue]: "space";
1346
+ };
1347
+ };
1348
+ }> | undefined;
1349
+ })) & {
1350
+ orientation?: "horizontal" | "vertical" | undefined;
1351
+ gap?: number | undefined;
1352
+ isFullWidth?: boolean | undefined;
1353
+ wrap?: "wrap" | "wrap-reverse" | "no-wrap" | undefined;
1354
+ }>;
6
1355
  };