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

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 (225) hide show
  1. package/dist/components/accordion/Accordion.d.ts +1 -266
  2. package/dist/components/accordion/AccordionContent.d.ts +1 -266
  3. package/dist/components/accordion/AccordionItem.d.ts +1 -266
  4. package/dist/components/accordion/AccordionTrigger.d.ts +1 -268
  5. package/dist/components/action-icon/ActionIcon.d.ts +1 -281
  6. package/dist/components/alert-dialog/AlertDialog.d.ts +1 -266
  7. package/dist/components/alert-dialog/AlertDialogContent.d.ts +1 -268
  8. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  9. package/dist/components/avatar/Avatar.d.ts +2 -536
  10. package/dist/components/badge/Badge.d.ts +1 -534
  11. package/dist/components/box/Box.d.ts +1 -266
  12. package/dist/components/button/Button.d.ts +2 -283
  13. package/dist/components/calendar/Calendar.d.ts +1 -1
  14. package/dist/components/calendar/Day.d.ts +1 -270
  15. package/dist/components/carousel/Carousel.d.ts +1 -1
  16. package/dist/components/carousel/CarouselArrows.d.ts +1 -1
  17. package/dist/components/carousel/CarouselPagination.d.ts +1 -267
  18. package/dist/components/carousel/CarouselSlide.d.ts +1 -266
  19. package/dist/components/carousel/CarouselSlider.d.ts +1 -269
  20. package/dist/components/checkbox/Checkbox.d.ts +1 -269
  21. package/dist/components/checkbox-field/CheckboxField.d.ts +2 -2
  22. package/dist/components/chip/Chip.d.ts +5 -1879
  23. package/dist/components/chip/ChipGroup.d.ts +1 -1
  24. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +2 -547
  25. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +1 -5
  26. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +1 -546
  27. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +1 -562
  28. package/dist/components/combobox/Combobox.d.ts +1 -266
  29. package/dist/components/combobox/ComboboxInput.d.ts +1 -268
  30. package/dist/components/combobox/ComboboxList.d.ts +1 -266
  31. package/dist/components/combobox/ComboboxOption.d.ts +1 -266
  32. package/dist/components/combobox/ComboboxPopover.d.ts +1 -266
  33. package/dist/components/data-table/DataTableLoading.d.ts +1 -270
  34. package/dist/components/data-table/drag-and-drop/Handle.d.ts +1 -559
  35. package/dist/components/data-table/pagination/Pagination.d.ts +1 -266
  36. package/dist/components/data-table/pagination/PaginationButtons.d.ts +1 -1
  37. package/dist/components/date-field/DateField.d.ts +2 -2
  38. package/dist/components/dialog/Dialog.d.ts +1 -266
  39. package/dist/components/dialog/DialogBackground.d.ts +1 -531
  40. package/dist/components/dialog/DialogClose.d.ts +1 -267
  41. package/dist/components/dialog/DialogContent.d.ts +1 -268
  42. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
  43. package/dist/components/dismissible-group/index.d.ts +1 -1
  44. package/dist/components/divider/Divider.d.ts +1 -268
  45. package/dist/components/dropdown-menu/DropdownMenu.d.ts +1 -266
  46. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +1 -267
  47. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +1 -267
  48. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +1 -267
  49. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +1 -267
  50. package/dist/components/empty-state/EmptyState.d.ts +1 -533
  51. package/dist/components/empty-state/EmptyStateBody.d.ts +1 -543
  52. package/dist/components/empty-state/EmptyStateImage.d.ts +2 -542
  53. package/dist/components/empty-state/EmptyStateTitle.d.ts +1 -268
  54. package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
  55. package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
  56. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  57. package/dist/components/flex/Flex.d.ts +1 -266
  58. package/dist/components/form/Form.d.ts +1 -266
  59. package/dist/components/grid/Grid.d.ts +1 -268
  60. package/dist/components/heading/Heading.d.ts +2 -270
  61. package/dist/components/icon/Icon.d.ts +2 -269
  62. package/dist/components/image/Image.d.ts +2 -269
  63. package/dist/components/inline-message/InlineMessage.config.d.ts +1 -1
  64. package/dist/components/inline-message/InlineMessage.d.ts +1 -534
  65. package/dist/components/input/Input.d.ts +2 -270
  66. package/dist/components/input-field/InputField.d.ts +2 -2
  67. package/dist/components/label/Label.d.ts +2 -272
  68. package/dist/components/link/Link.d.ts +3 -271
  69. package/dist/components/list/List.d.ts +2 -537
  70. package/dist/components/loader/Loader.d.ts +1 -1
  71. package/dist/components/markdown-content/MarkdownContent.d.ts +1 -1
  72. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +1 -266
  73. package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
  74. package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
  75. package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
  76. package/dist/components/navigation/NavigationMenu.d.ts +1 -1
  77. package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
  78. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +4 -543
  79. package/dist/components/navigation/NavigationMenuLink.d.ts +1 -1
  80. package/dist/components/notification-badge/NotificationBadge.d.ts +1 -531
  81. package/dist/components/number-input/NumberInput.d.ts +1 -1
  82. package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
  83. package/dist/components/password-field/PasswordField.d.ts +2 -2
  84. package/dist/components/password-input/PasswordInput.d.ts +1 -1
  85. package/dist/components/popover/Popover.d.ts +1 -266
  86. package/dist/components/popover/PopoverContent.d.ts +1 -268
  87. package/dist/components/progress-bar/ProgressBar.d.ts +1 -269
  88. package/dist/components/radio-button/RadioButton.d.ts +2 -268
  89. package/dist/components/radio-button/RadioButtonGroup.d.ts +1 -270
  90. package/dist/components/radio-button-field/RadioButtonField.d.ts +2 -2
  91. package/dist/components/radio-button-field/RadioField.d.ts +3 -3
  92. package/dist/components/radio-card/RadioCard.d.ts +1 -271
  93. package/dist/components/radio-card/RadioCardGroup.d.ts +1 -1
  94. package/dist/components/search-field/SearchField.d.ts +2 -2
  95. package/dist/components/search-input/SearchInput.d.ts +2 -2
  96. package/dist/components/select/Select.d.ts +2 -270
  97. package/dist/components/select-field/SelectField.d.ts +2 -2
  98. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +1 -266
  99. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +1 -267
  100. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +1 -267
  101. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +1 -268
  102. package/dist/components/sidedrawer/SidedrawerContent.d.ts +1 -266
  103. package/dist/components/sidedrawer/SidedrawerFooter.d.ts +1 -266
  104. package/dist/components/sidedrawer/SidedrawerHeader.d.ts +1 -266
  105. package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +1 -267
  106. package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +1 -267
  107. package/dist/components/slider/Slider.d.ts +1 -268
  108. package/dist/components/slider-field/SliderField.d.ts +3 -3
  109. package/dist/components/stack/Stack.d.ts +2 -273
  110. package/dist/components/stack-content/StackContent.d.ts +2 -267
  111. package/dist/components/stepper/StepperStepBullet.d.ts +1 -533
  112. package/dist/components/stepper/StepperStepContainer.d.ts +1 -536
  113. package/dist/components/stepper/StepperStepLabel.d.ts +1 -544
  114. package/dist/components/stepper/types.d.ts +1 -1
  115. package/dist/components/switch/Switch.d.ts +1 -267
  116. package/dist/components/table/Table.d.ts +1 -269
  117. package/dist/components/table/TableBody.d.ts +1 -268
  118. package/dist/components/table/TableCell.d.ts +1 -266
  119. package/dist/components/table/TableFooter.d.ts +1 -266
  120. package/dist/components/table/TableFooterCell.d.ts +1 -266
  121. package/dist/components/table/TableHeader.d.ts +1 -268
  122. package/dist/components/table/TableHeaderCell.d.ts +1 -266
  123. package/dist/components/table/TableRow.d.ts +2 -536
  124. package/dist/components/tabs/TabTrigger.d.ts +1 -268
  125. package/dist/components/tabs/Tabs.d.ts +2 -536
  126. package/dist/components/tabs/TabsTriggerList.d.ts +1 -269
  127. package/dist/components/text/Text.d.ts +3 -271
  128. package/dist/components/textarea/Textarea.d.ts +1 -268
  129. package/dist/components/textarea-field/TextareaField.d.ts +2 -2
  130. package/dist/components/toast/Toast.d.ts +1 -268
  131. package/dist/components/toggle-group/ToggleGroupButton.d.ts +1 -534
  132. package/dist/components/toggle-group/ToggleGroupItem.d.ts +2 -534
  133. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +1 -271
  134. package/dist/components/toggle-group/index.d.ts +3 -1352
  135. package/dist/components/tooltip/TooltipContent.d.ts +1 -268
  136. package/dist/components/top-bar/TopBar.d.ts +2 -270
  137. package/dist/components/top-bar/TopBarBrand.d.ts +4 -808
  138. package/dist/components/video/Video.d.ts +4 -535
  139. package/dist/index.d.ts +1 -1
  140. package/dist/stitches.d.ts +46 -1993
  141. package/dist/stitches.js +1 -1
  142. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +1 -109
  143. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  144. package/dist/utilities/style/capsize.d.ts +1 -1
  145. package/dist/utilities/style/keyframe-animations.d.ts +8 -32
  146. package/package.json +1 -2
  147. package/dist/docgen.json +0 -1
  148. package/dist/docs/Accordion.mdx +0 -45
  149. package/dist/docs/ActionIcon.mdx +0 -87
  150. package/dist/docs/AlertDialog.mdx +0 -40
  151. package/dist/docs/Avatar.mdx +0 -129
  152. package/dist/docs/Badge.mdx +0 -55
  153. package/dist/docs/Box.mdx +0 -52
  154. package/dist/docs/Button.mdx +0 -76
  155. package/dist/docs/CONTRIBUTING.md +0 -224
  156. package/dist/docs/CSSWrapper.mdx +0 -10
  157. package/dist/docs/Carousel.mdx +0 -88
  158. package/dist/docs/Checkbox.mdx +0 -19
  159. package/dist/docs/CheckboxField.mdx +0 -14
  160. package/dist/docs/Chip.mdx +0 -118
  161. package/dist/docs/ChipDismissibleGroup.mdx +0 -33
  162. package/dist/docs/ChipToggleGroup.mdx +0 -27
  163. package/dist/docs/Combobox.mdx +0 -44
  164. package/dist/docs/DataTable.mdx +0 -279
  165. package/dist/docs/DateField.mdx +0 -20
  166. package/dist/docs/DateInput.mdx +0 -87
  167. package/dist/docs/Dialog.mdx +0 -68
  168. package/dist/docs/Dismissible.mdx +0 -48
  169. package/dist/docs/DismissibleGroup.mdx +0 -29
  170. package/dist/docs/Divider.mdx +0 -16
  171. package/dist/docs/DropdownMenu.mdx +0 -30
  172. package/dist/docs/EmptyState.mdx +0 -23
  173. package/dist/docs/FieldWrapper.mdx +0 -30
  174. package/dist/docs/FileInput.mdx +0 -45
  175. package/dist/docs/Flex.mdx +0 -16
  176. package/dist/docs/Form.mdx +0 -411
  177. package/dist/docs/Grid.mdx +0 -28
  178. package/dist/docs/Heading.mdx +0 -30
  179. package/dist/docs/Icon.mdx +0 -30
  180. package/dist/docs/Image.mdx +0 -14
  181. package/dist/docs/InlineMessage.mdx +0 -52
  182. package/dist/docs/Input.mdx +0 -24
  183. package/dist/docs/InputField.mdx +0 -26
  184. package/dist/docs/Label.mdx +0 -32
  185. package/dist/docs/Link.mdx +0 -53
  186. package/dist/docs/List.mdx +0 -38
  187. package/dist/docs/Loader.mdx +0 -16
  188. package/dist/docs/MarkdownContent.mdx +0 -77
  189. package/dist/docs/NavigationMenu.mdx +0 -144
  190. package/dist/docs/NotificationBadge.mdx +0 -35
  191. package/dist/docs/NumberInput.mdx +0 -37
  192. package/dist/docs/NumberInputField.mdx +0 -26
  193. package/dist/docs/PasswordField.mdx +0 -23
  194. package/dist/docs/PasswordInput.mdx +0 -15
  195. package/dist/docs/Popover.mdx +0 -29
  196. package/dist/docs/ProgressBar.mdx +0 -56
  197. package/dist/docs/RadioButton.mdx +0 -10
  198. package/dist/docs/RadioButtonField.mdx +0 -25
  199. package/dist/docs/RadioCard.mdx +0 -62
  200. package/dist/docs/SearchField.mdx +0 -26
  201. package/dist/docs/SearchInput.mdx +0 -13
  202. package/dist/docs/Select.mdx +0 -56
  203. package/dist/docs/SelectField.mdx +0 -17
  204. package/dist/docs/Sidedrawer.mdx +0 -155
  205. package/dist/docs/Slider.mdx +0 -117
  206. package/dist/docs/SliderField.mdx +0 -35
  207. package/dist/docs/Stack.mdx +0 -24
  208. package/dist/docs/StackContent.mdx +0 -32
  209. package/dist/docs/Stepper.mdx +0 -154
  210. package/dist/docs/Styling.mdx +0 -85
  211. package/dist/docs/Switch.mdx +0 -28
  212. package/dist/docs/Table.mdx +0 -146
  213. package/dist/docs/Tabs.mdx +0 -102
  214. package/dist/docs/Text.mdx +0 -24
  215. package/dist/docs/Textarea.mdx +0 -12
  216. package/dist/docs/TextareaField.mdx +0 -21
  217. package/dist/docs/Toast.mdx +0 -20
  218. package/dist/docs/ToggleGroup.mdx +0 -88
  219. package/dist/docs/Tooltip.mdx +0 -25
  220. package/dist/docs/TopBar.mdx +0 -95
  221. package/dist/docs/Video.mdx +0 -12
  222. package/dist/docs/accessibility.mdx +0 -67
  223. package/dist/docs/coreconcepts.mdx +0 -77
  224. package/dist/docs/introduction.mdx +0 -33
  225. package/dist/docs/versioning.mdx +0 -40
@@ -2,542 +2,8 @@ import * as React from 'react';
2
2
  import { TriggerListWrapper } from './TabsTriggerList';
3
3
  import { TabTrigger } from './TabTrigger';
4
4
  declare type TabsProps = React.ComponentProps<typeof StyledRoot>;
5
- declare const StyledRoot: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-tabs").TabsProps & React.RefAttributes<HTMLDivElement>>, {
6
- theme?: "dark" | "light" | undefined;
7
- }, {
8
- sm: string;
9
- md: string;
10
- lg: string;
11
- xl: string;
12
- reducedMotion: string;
13
- allowMotion: string;
14
- hover: string;
15
- }, import("@stitches/react/types/css-util").CSS<{
16
- sm: string;
17
- md: string;
18
- lg: string;
19
- xl: string;
20
- reducedMotion: string;
21
- allowMotion: string;
22
- hover: string;
23
- }, {
24
- colors: {
25
- textForeground: any;
26
- textSubtle: any;
27
- textPlaceholder: any;
28
- background: any;
29
- backgroundAccent: any;
30
- tonal50: any;
31
- tonal100: any;
32
- tonal200: any;
33
- tonal300: any;
34
- tonal400: any;
35
- tonal500: any;
36
- tonal600: any;
37
- alpha100: any;
38
- alpha150: any;
39
- alpha200: any;
40
- alpha250: any;
41
- alpha600: any;
42
- primaryLight: any;
43
- primary: any;
44
- primaryMid: any;
45
- primaryDark: any;
46
- secondary: any;
47
- brandRed: any;
48
- brandRedAccent: any;
49
- brandGreen: any;
50
- brandGreenAccent: any;
51
- brandPurple: any;
52
- brandPurpleAccent: any;
53
- brandYellow: any;
54
- brandYellowAccent: any;
55
- successLight: any;
56
- success: any;
57
- successMid: any;
58
- successDark: any;
59
- dangerLight: any;
60
- danger: any;
61
- dangerMid: any;
62
- dangerDark: any;
63
- warningLight: any;
64
- warning: any;
65
- warningMid: any;
66
- warningDark: any;
67
- warningText: any;
68
- subjectEnglish: any;
69
- subjectMaths: any;
70
- subjectScience: any;
71
- subjectVerbalReasoning: any;
72
- subjectNonVerbalReasoning: any;
73
- subjectCreativeWriting: any;
74
- subjectExamSkills: any;
75
- };
76
- space: {
77
- "0": any;
78
- "1": any;
79
- "2": any;
80
- "3": any;
81
- "4": any;
82
- "5": any;
83
- "6": any;
84
- "7": any;
85
- "8": any;
86
- "9": any;
87
- };
88
- fontSizes: {
89
- xs: any;
90
- sm: any;
91
- md: any;
92
- lg: any;
93
- xl: any;
94
- "2xl": any;
95
- "3xl": any;
96
- "4xl": any;
97
- };
98
- fonts: {
99
- sans: any;
100
- mono: any;
101
- display: any;
102
- body: any;
103
- };
104
- sizes: {
105
- "0": any;
106
- "1": any;
107
- "2": any;
108
- "3": any;
109
- "4": any;
110
- "5": any;
111
- "6": any;
112
- "7": any;
113
- "8": any;
114
- };
115
- radii: {
116
- "0": any;
117
- "1": any;
118
- "2": any;
119
- "3": any;
120
- round: any;
121
- };
122
- shadows: {
123
- "0": any;
124
- "1": any;
125
- "2": any;
126
- "3": any;
127
- };
128
- }, import("@stitches/react/types/config").DefaultThemeMap, {
129
- bg: (value: {
130
- readonly [$$PropertyValue]: "background";
131
- }) => {
132
- background: {
133
- readonly [$$PropertyValue]: "background";
134
- };
135
- };
136
- inset: (value: string | number | {
137
- readonly [$$ScaleValue]: "space";
138
- }) => {
139
- top: string | number | {
140
- readonly [$$ScaleValue]: "space";
141
- };
142
- right: string | number | {
143
- readonly [$$ScaleValue]: "space";
144
- };
145
- bottom: string | number | {
146
- readonly [$$ScaleValue]: "space";
147
- };
148
- left: string | number | {
149
- readonly [$$ScaleValue]: "space";
150
- };
151
- };
152
- size: (value: string | number | {
153
- readonly [$$ScaleValue]: "size";
154
- }) => {
155
- height: string | number | {
156
- readonly [$$ScaleValue]: "size";
157
- };
158
- width: string | number | {
159
- readonly [$$ScaleValue]: "size";
160
- };
161
- };
162
- p: (value: string | number | {
163
- readonly [$$ScaleValue]: "space";
164
- }) => {
165
- padding: string | number | {
166
- readonly [$$ScaleValue]: "space";
167
- };
168
- };
169
- pt: (value: string | number | {
170
- readonly [$$ScaleValue]: "space";
171
- }) => {
172
- paddingTop: string | number | {
173
- readonly [$$ScaleValue]: "space";
174
- };
175
- };
176
- pr: (value: string | number | {
177
- readonly [$$ScaleValue]: "space";
178
- }) => {
179
- paddingRight: string | number | {
180
- readonly [$$ScaleValue]: "space";
181
- };
182
- };
183
- pb: (value: string | number | {
184
- readonly [$$ScaleValue]: "space";
185
- }) => {
186
- paddingBottom: string | number | {
187
- readonly [$$ScaleValue]: "space";
188
- };
189
- };
190
- pl: (value: string | number | {
191
- readonly [$$ScaleValue]: "space";
192
- }) => {
193
- paddingLeft: string | number | {
194
- readonly [$$ScaleValue]: "space";
195
- };
196
- };
197
- px: (value: string | number | {
198
- readonly [$$ScaleValue]: "space";
199
- }) => {
200
- paddingLeft: string | number | {
201
- readonly [$$ScaleValue]: "space";
202
- };
203
- paddingRight: string | number | {
204
- readonly [$$ScaleValue]: "space";
205
- };
206
- };
207
- py: (value: string | number | {
208
- readonly [$$ScaleValue]: "space";
209
- }) => {
210
- paddingTop: string | number | {
211
- readonly [$$ScaleValue]: "space";
212
- };
213
- paddingBottom: string | number | {
214
- readonly [$$ScaleValue]: "space";
215
- };
216
- };
217
- m: (value: string | number | {
218
- readonly [$$ScaleValue]: "space";
219
- }) => {
220
- margin: string | number | {
221
- readonly [$$ScaleValue]: "space";
222
- };
223
- };
224
- mt: (value: string | number | {
225
- readonly [$$ScaleValue]: "space";
226
- }) => {
227
- marginTop: string | number | {
228
- readonly [$$ScaleValue]: "space";
229
- };
230
- };
231
- mr: (value: string | number | {
232
- readonly [$$ScaleValue]: "space";
233
- }) => {
234
- marginRight: string | number | {
235
- readonly [$$ScaleValue]: "space";
236
- };
237
- };
238
- mb: (value: string | number | {
239
- readonly [$$ScaleValue]: "space";
240
- }) => {
241
- marginBottom: string | number | {
242
- readonly [$$ScaleValue]: "space";
243
- };
244
- };
245
- ml: (value: string | number | {
246
- readonly [$$ScaleValue]: "space";
247
- }) => {
248
- marginLeft: string | number | {
249
- readonly [$$ScaleValue]: "space";
250
- };
251
- };
252
- mx: (value: string | number | {
253
- readonly [$$ScaleValue]: "space";
254
- }) => {
255
- marginLeft: string | number | {
256
- readonly [$$ScaleValue]: "space";
257
- };
258
- marginRight: string | number | {
259
- readonly [$$ScaleValue]: "space";
260
- };
261
- };
262
- my: (value: string | number | {
263
- readonly [$$ScaleValue]: "space";
264
- }) => {
265
- marginTop: string | number | {
266
- readonly [$$ScaleValue]: "space";
267
- };
268
- marginBottom: string | number | {
269
- readonly [$$ScaleValue]: "space";
270
- };
271
- };
272
- }>>;
273
- declare const StyledTabContent: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-tabs").TabsContentProps & React.RefAttributes<HTMLDivElement>>, {
274
- theme?: "dark" | "light" | undefined;
275
- }, {
276
- sm: string;
277
- md: string;
278
- lg: string;
279
- xl: string;
280
- reducedMotion: string;
281
- allowMotion: string;
282
- hover: string;
283
- }, import("@stitches/react/types/css-util").CSS<{
284
- sm: string;
285
- md: string;
286
- lg: string;
287
- xl: string;
288
- reducedMotion: string;
289
- allowMotion: string;
290
- hover: string;
291
- }, {
292
- colors: {
293
- textForeground: any;
294
- textSubtle: any;
295
- textPlaceholder: any;
296
- background: any;
297
- backgroundAccent: any;
298
- tonal50: any;
299
- tonal100: any;
300
- tonal200: any;
301
- tonal300: any;
302
- tonal400: any;
303
- tonal500: any;
304
- tonal600: any;
305
- alpha100: any;
306
- alpha150: any;
307
- alpha200: any;
308
- alpha250: any;
309
- alpha600: any;
310
- primaryLight: any;
311
- primary: any;
312
- primaryMid: any;
313
- primaryDark: any;
314
- secondary: any;
315
- brandRed: any;
316
- brandRedAccent: any;
317
- brandGreen: any;
318
- brandGreenAccent: any;
319
- brandPurple: any;
320
- brandPurpleAccent: any;
321
- brandYellow: any;
322
- brandYellowAccent: any;
323
- successLight: any;
324
- success: any;
325
- successMid: any;
326
- successDark: any;
327
- dangerLight: any;
328
- danger: any;
329
- dangerMid: any;
330
- dangerDark: any;
331
- warningLight: any;
332
- warning: any;
333
- warningMid: any;
334
- warningDark: any;
335
- warningText: any;
336
- subjectEnglish: any;
337
- subjectMaths: any;
338
- subjectScience: any;
339
- subjectVerbalReasoning: any;
340
- subjectNonVerbalReasoning: any;
341
- subjectCreativeWriting: any;
342
- subjectExamSkills: any;
343
- };
344
- space: {
345
- "0": any;
346
- "1": any;
347
- "2": any;
348
- "3": any;
349
- "4": any;
350
- "5": any;
351
- "6": any;
352
- "7": any;
353
- "8": any;
354
- "9": any;
355
- };
356
- fontSizes: {
357
- xs: any;
358
- sm: any;
359
- md: any;
360
- lg: any;
361
- xl: any;
362
- "2xl": any;
363
- "3xl": any;
364
- "4xl": any;
365
- };
366
- fonts: {
367
- sans: any;
368
- mono: any;
369
- display: any;
370
- body: any;
371
- };
372
- sizes: {
373
- "0": any;
374
- "1": any;
375
- "2": any;
376
- "3": any;
377
- "4": any;
378
- "5": any;
379
- "6": any;
380
- "7": any;
381
- "8": any;
382
- };
383
- radii: {
384
- "0": any;
385
- "1": any;
386
- "2": any;
387
- "3": any;
388
- round: any;
389
- };
390
- shadows: {
391
- "0": any;
392
- "1": any;
393
- "2": any;
394
- "3": any;
395
- };
396
- }, import("@stitches/react/types/config").DefaultThemeMap, {
397
- bg: (value: {
398
- readonly [$$PropertyValue]: "background";
399
- }) => {
400
- background: {
401
- readonly [$$PropertyValue]: "background";
402
- };
403
- };
404
- inset: (value: string | number | {
405
- readonly [$$ScaleValue]: "space";
406
- }) => {
407
- top: string | number | {
408
- readonly [$$ScaleValue]: "space";
409
- };
410
- right: string | number | {
411
- readonly [$$ScaleValue]: "space";
412
- };
413
- bottom: string | number | {
414
- readonly [$$ScaleValue]: "space";
415
- };
416
- left: string | number | {
417
- readonly [$$ScaleValue]: "space";
418
- };
419
- };
420
- size: (value: string | number | {
421
- readonly [$$ScaleValue]: "size";
422
- }) => {
423
- height: string | number | {
424
- readonly [$$ScaleValue]: "size";
425
- };
426
- width: string | number | {
427
- readonly [$$ScaleValue]: "size";
428
- };
429
- };
430
- p: (value: string | number | {
431
- readonly [$$ScaleValue]: "space";
432
- }) => {
433
- padding: string | number | {
434
- readonly [$$ScaleValue]: "space";
435
- };
436
- };
437
- pt: (value: string | number | {
438
- readonly [$$ScaleValue]: "space";
439
- }) => {
440
- paddingTop: string | number | {
441
- readonly [$$ScaleValue]: "space";
442
- };
443
- };
444
- pr: (value: string | number | {
445
- readonly [$$ScaleValue]: "space";
446
- }) => {
447
- paddingRight: string | number | {
448
- readonly [$$ScaleValue]: "space";
449
- };
450
- };
451
- pb: (value: string | number | {
452
- readonly [$$ScaleValue]: "space";
453
- }) => {
454
- paddingBottom: string | number | {
455
- readonly [$$ScaleValue]: "space";
456
- };
457
- };
458
- pl: (value: string | number | {
459
- readonly [$$ScaleValue]: "space";
460
- }) => {
461
- paddingLeft: string | number | {
462
- readonly [$$ScaleValue]: "space";
463
- };
464
- };
465
- px: (value: string | number | {
466
- readonly [$$ScaleValue]: "space";
467
- }) => {
468
- paddingLeft: string | number | {
469
- readonly [$$ScaleValue]: "space";
470
- };
471
- paddingRight: string | number | {
472
- readonly [$$ScaleValue]: "space";
473
- };
474
- };
475
- py: (value: string | number | {
476
- readonly [$$ScaleValue]: "space";
477
- }) => {
478
- paddingTop: string | number | {
479
- readonly [$$ScaleValue]: "space";
480
- };
481
- paddingBottom: string | number | {
482
- readonly [$$ScaleValue]: "space";
483
- };
484
- };
485
- m: (value: string | number | {
486
- readonly [$$ScaleValue]: "space";
487
- }) => {
488
- margin: string | number | {
489
- readonly [$$ScaleValue]: "space";
490
- };
491
- };
492
- mt: (value: string | number | {
493
- readonly [$$ScaleValue]: "space";
494
- }) => {
495
- marginTop: string | number | {
496
- readonly [$$ScaleValue]: "space";
497
- };
498
- };
499
- mr: (value: string | number | {
500
- readonly [$$ScaleValue]: "space";
501
- }) => {
502
- marginRight: string | number | {
503
- readonly [$$ScaleValue]: "space";
504
- };
505
- };
506
- mb: (value: string | number | {
507
- readonly [$$ScaleValue]: "space";
508
- }) => {
509
- marginBottom: string | number | {
510
- readonly [$$ScaleValue]: "space";
511
- };
512
- };
513
- ml: (value: string | number | {
514
- readonly [$$ScaleValue]: "space";
515
- }) => {
516
- marginLeft: string | number | {
517
- readonly [$$ScaleValue]: "space";
518
- };
519
- };
520
- mx: (value: string | number | {
521
- readonly [$$ScaleValue]: "space";
522
- }) => {
523
- marginLeft: string | number | {
524
- readonly [$$ScaleValue]: "space";
525
- };
526
- marginRight: string | number | {
527
- readonly [$$ScaleValue]: "space";
528
- };
529
- };
530
- my: (value: string | number | {
531
- readonly [$$ScaleValue]: "space";
532
- }) => {
533
- marginTop: string | number | {
534
- readonly [$$ScaleValue]: "space";
535
- };
536
- marginBottom: string | number | {
537
- readonly [$$ScaleValue]: "space";
538
- };
539
- };
540
- }>>;
5
+ declare const StyledRoot: any;
6
+ declare const StyledTabContent: any;
541
7
  export declare const Tabs: React.FC<TabsProps> & {
542
8
  TriggerList: typeof TriggerListWrapper;
543
9
  Trigger: typeof TabTrigger;