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

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 (224) 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/AccordionItem.d.ts +266 -1
  4. package/dist/components/accordion/AccordionTrigger.d.ts +268 -1
  5. package/dist/components/action-icon/ActionIcon.d.ts +281 -1
  6. package/dist/components/alert-dialog/AlertDialog.d.ts +266 -1
  7. package/dist/components/alert-dialog/AlertDialogContent.d.ts +268 -1
  8. package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
  9. package/dist/components/avatar/Avatar.d.ts +536 -2
  10. package/dist/components/badge/Badge.d.ts +534 -1
  11. package/dist/components/box/Box.d.ts +266 -1
  12. package/dist/components/button/Button.d.ts +283 -2
  13. package/dist/components/calendar/Calendar.d.ts +1 -1
  14. package/dist/components/calendar/Day.d.ts +270 -1
  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 +267 -1
  18. package/dist/components/carousel/CarouselSlide.d.ts +266 -1
  19. package/dist/components/carousel/CarouselSlider.d.ts +269 -1
  20. package/dist/components/checkbox/Checkbox.d.ts +269 -1
  21. package/dist/components/checkbox-field/CheckboxField.d.ts +2 -2
  22. package/dist/components/chip/Chip.d.ts +1879 -5
  23. package/dist/components/chip/ChipGroup.d.ts +1 -1
  24. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +547 -2
  25. package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +5 -1
  26. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +546 -1
  27. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +562 -1
  28. package/dist/components/combobox/Combobox.d.ts +266 -1
  29. package/dist/components/combobox/ComboboxInput.d.ts +268 -1
  30. package/dist/components/combobox/ComboboxList.d.ts +266 -1
  31. package/dist/components/combobox/ComboboxOption.d.ts +266 -1
  32. package/dist/components/combobox/ComboboxPopover.d.ts +266 -1
  33. package/dist/components/data-table/DataTableLoading.d.ts +270 -1
  34. package/dist/components/data-table/drag-and-drop/Handle.d.ts +559 -1
  35. package/dist/components/data-table/pagination/Pagination.d.ts +266 -1
  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 +266 -1
  39. package/dist/components/dialog/DialogBackground.d.ts +531 -1
  40. package/dist/components/dialog/DialogClose.d.ts +267 -1
  41. package/dist/components/dialog/DialogContent.d.ts +268 -1
  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 +268 -1
  45. package/dist/components/dropdown-menu/DropdownMenu.d.ts +266 -1
  46. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +267 -1
  47. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +267 -1
  48. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +267 -1
  49. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +267 -1
  50. package/dist/components/empty-state/EmptyState.d.ts +533 -1
  51. package/dist/components/empty-state/EmptyStateBody.d.ts +543 -1
  52. package/dist/components/empty-state/EmptyStateImage.d.ts +542 -2
  53. package/dist/components/empty-state/EmptyStateTitle.d.ts +268 -1
  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 +266 -1
  58. package/dist/components/form/Form.d.ts +266 -1
  59. package/dist/components/grid/Grid.d.ts +268 -1
  60. package/dist/components/heading/Heading.d.ts +270 -2
  61. package/dist/components/icon/Icon.d.ts +269 -2
  62. package/dist/components/image/Image.d.ts +269 -2
  63. package/dist/components/inline-message/InlineMessage.config.d.ts +1 -1
  64. package/dist/components/inline-message/InlineMessage.d.ts +534 -1
  65. package/dist/components/input/Input.d.ts +270 -2
  66. package/dist/components/input-field/InputField.d.ts +2 -2
  67. package/dist/components/label/Label.d.ts +272 -2
  68. package/dist/components/link/Link.d.ts +271 -3
  69. package/dist/components/list/List.d.ts +537 -2
  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 +266 -1
  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 +543 -4
  79. package/dist/components/navigation/NavigationMenuLink.d.ts +1 -1
  80. package/dist/components/notification-badge/NotificationBadge.d.ts +531 -1
  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 +266 -1
  86. package/dist/components/popover/PopoverContent.d.ts +268 -1
  87. package/dist/components/progress-bar/ProgressBar.d.ts +269 -1
  88. package/dist/components/radio-button/RadioButton.d.ts +268 -2
  89. package/dist/components/radio-button/RadioButtonGroup.d.ts +270 -1
  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 +271 -1
  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 +270 -2
  97. package/dist/components/select-field/SelectField.d.ts +2 -2
  98. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +266 -1
  99. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +267 -1
  100. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +267 -1
  101. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +268 -1
  102. package/dist/components/sidedrawer/SidedrawerContent.d.ts +266 -1
  103. package/dist/components/sidedrawer/SidedrawerFooter.d.ts +266 -1
  104. package/dist/components/sidedrawer/SidedrawerHeader.d.ts +266 -1
  105. package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +267 -1
  106. package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +267 -1
  107. package/dist/components/slider/Slider.d.ts +268 -1
  108. package/dist/components/slider-field/SliderField.d.ts +3 -3
  109. package/dist/components/stack/Stack.d.ts +273 -2
  110. package/dist/components/stack-content/StackContent.d.ts +267 -2
  111. package/dist/components/stepper/StepperStepBullet.d.ts +533 -1
  112. package/dist/components/stepper/StepperStepContainer.d.ts +536 -1
  113. package/dist/components/stepper/StepperStepLabel.d.ts +544 -1
  114. package/dist/components/stepper/types.d.ts +1 -1
  115. package/dist/components/switch/Switch.d.ts +267 -1
  116. package/dist/components/table/Table.d.ts +269 -1
  117. package/dist/components/table/TableBody.d.ts +268 -1
  118. package/dist/components/table/TableCell.d.ts +266 -1
  119. package/dist/components/table/TableFooter.d.ts +266 -1
  120. package/dist/components/table/TableFooterCell.d.ts +266 -1
  121. package/dist/components/table/TableHeader.d.ts +268 -1
  122. package/dist/components/table/TableHeaderCell.d.ts +266 -1
  123. package/dist/components/table/TableRow.d.ts +536 -2
  124. package/dist/components/tabs/TabTrigger.d.ts +268 -1
  125. package/dist/components/tabs/Tabs.d.ts +536 -2
  126. package/dist/components/tabs/TabsTriggerList.d.ts +269 -1
  127. package/dist/components/text/Text.d.ts +271 -3
  128. package/dist/components/textarea/Textarea.d.ts +268 -1
  129. package/dist/components/textarea-field/TextareaField.d.ts +2 -2
  130. package/dist/components/toast/Toast.d.ts +268 -1
  131. package/dist/components/toggle-group/ToggleGroupButton.d.ts +534 -1
  132. package/dist/components/toggle-group/ToggleGroupItem.d.ts +534 -2
  133. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +271 -1
  134. package/dist/components/toggle-group/index.d.ts +1352 -3
  135. package/dist/components/tooltip/TooltipContent.d.ts +268 -1
  136. package/dist/components/top-bar/TopBar.d.ts +270 -2
  137. package/dist/components/top-bar/TopBarBrand.d.ts +808 -4
  138. package/dist/components/video/Video.d.ts +535 -4
  139. package/dist/docgen.json +1 -0
  140. package/dist/docs/Accordion.mdx +45 -0
  141. package/dist/docs/ActionIcon.mdx +87 -0
  142. package/dist/docs/AlertDialog.mdx +40 -0
  143. package/dist/docs/Avatar.mdx +129 -0
  144. package/dist/docs/Badge.mdx +55 -0
  145. package/dist/docs/Box.mdx +52 -0
  146. package/dist/docs/Button.mdx +76 -0
  147. package/dist/docs/CONTRIBUTING.md +224 -0
  148. package/dist/docs/CSSWrapper.mdx +10 -0
  149. package/dist/docs/Carousel.mdx +88 -0
  150. package/dist/docs/Checkbox.mdx +19 -0
  151. package/dist/docs/CheckboxField.mdx +14 -0
  152. package/dist/docs/Chip.mdx +118 -0
  153. package/dist/docs/ChipDismissibleGroup.mdx +33 -0
  154. package/dist/docs/ChipToggleGroup.mdx +27 -0
  155. package/dist/docs/Combobox.mdx +44 -0
  156. package/dist/docs/DataTable.mdx +279 -0
  157. package/dist/docs/DateField.mdx +20 -0
  158. package/dist/docs/DateInput.mdx +87 -0
  159. package/dist/docs/Dialog.mdx +68 -0
  160. package/dist/docs/Dismissible.mdx +48 -0
  161. package/dist/docs/DismissibleGroup.mdx +29 -0
  162. package/dist/docs/Divider.mdx +16 -0
  163. package/dist/docs/DropdownMenu.mdx +30 -0
  164. package/dist/docs/EmptyState.mdx +23 -0
  165. package/dist/docs/FieldWrapper.mdx +30 -0
  166. package/dist/docs/FileInput.mdx +45 -0
  167. package/dist/docs/Flex.mdx +16 -0
  168. package/dist/docs/Form.mdx +411 -0
  169. package/dist/docs/Grid.mdx +28 -0
  170. package/dist/docs/Heading.mdx +30 -0
  171. package/dist/docs/Icon.mdx +30 -0
  172. package/dist/docs/Image.mdx +14 -0
  173. package/dist/docs/InlineMessage.mdx +52 -0
  174. package/dist/docs/Input.mdx +24 -0
  175. package/dist/docs/InputField.mdx +26 -0
  176. package/dist/docs/Label.mdx +32 -0
  177. package/dist/docs/Link.mdx +53 -0
  178. package/dist/docs/List.mdx +38 -0
  179. package/dist/docs/Loader.mdx +16 -0
  180. package/dist/docs/MarkdownContent.mdx +77 -0
  181. package/dist/docs/NavigationMenu.mdx +144 -0
  182. package/dist/docs/NotificationBadge.mdx +35 -0
  183. package/dist/docs/NumberInput.mdx +37 -0
  184. package/dist/docs/NumberInputField.mdx +26 -0
  185. package/dist/docs/PasswordField.mdx +23 -0
  186. package/dist/docs/PasswordInput.mdx +15 -0
  187. package/dist/docs/Popover.mdx +29 -0
  188. package/dist/docs/ProgressBar.mdx +56 -0
  189. package/dist/docs/RadioButton.mdx +10 -0
  190. package/dist/docs/RadioButtonField.mdx +25 -0
  191. package/dist/docs/RadioCard.mdx +62 -0
  192. package/dist/docs/SearchField.mdx +26 -0
  193. package/dist/docs/SearchInput.mdx +13 -0
  194. package/dist/docs/Select.mdx +56 -0
  195. package/dist/docs/SelectField.mdx +17 -0
  196. package/dist/docs/Sidedrawer.mdx +155 -0
  197. package/dist/docs/Slider.mdx +117 -0
  198. package/dist/docs/SliderField.mdx +35 -0
  199. package/dist/docs/Stack.mdx +24 -0
  200. package/dist/docs/StackContent.mdx +32 -0
  201. package/dist/docs/Stepper.mdx +154 -0
  202. package/dist/docs/Styling.mdx +85 -0
  203. package/dist/docs/Switch.mdx +28 -0
  204. package/dist/docs/Table.mdx +146 -0
  205. package/dist/docs/Tabs.mdx +102 -0
  206. package/dist/docs/Text.mdx +24 -0
  207. package/dist/docs/Textarea.mdx +12 -0
  208. package/dist/docs/TextareaField.mdx +21 -0
  209. package/dist/docs/Toast.mdx +20 -0
  210. package/dist/docs/ToggleGroup.mdx +88 -0
  211. package/dist/docs/Tooltip.mdx +25 -0
  212. package/dist/docs/TopBar.mdx +95 -0
  213. package/dist/docs/Video.mdx +12 -0
  214. package/dist/docs/accessibility.mdx +67 -0
  215. package/dist/docs/coreconcepts.mdx +77 -0
  216. package/dist/docs/introduction.mdx +33 -0
  217. package/dist/docs/versioning.mdx +40 -0
  218. package/dist/index.d.ts +1 -1
  219. package/dist/stitches.d.ts +1949 -2
  220. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +109 -1
  221. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  222. package/dist/utilities/style/capsize.d.ts +1 -1
  223. package/dist/utilities/style/keyframe-animations.d.ts +32 -8
  224. package/package.json +2 -3
@@ -1,6 +1,274 @@
1
1
  import * as React from 'react';
2
- import { Override } from '~/utilities/types';
3
- declare const StyledSelect: any;
2
+ import { Override } from '../../utilities/types';
3
+ declare const StyledSelect: import("@stitches/react/types/styled-component").StyledComponent<"select", {
4
+ size?: "sm" | "md" | undefined;
5
+ state?: "error" | undefined;
6
+ }, {
7
+ sm: string;
8
+ md: string;
9
+ lg: string;
10
+ xl: string;
11
+ reducedMotion: string;
12
+ allowMotion: string;
13
+ hover: string;
14
+ }, import("@stitches/react/types/css-util").CSS<{
15
+ sm: string;
16
+ md: string;
17
+ lg: string;
18
+ xl: string;
19
+ reducedMotion: string;
20
+ allowMotion: string;
21
+ hover: string;
22
+ }, {
23
+ colors: {
24
+ textForeground: any;
25
+ textSubtle: any;
26
+ textPlaceholder: any;
27
+ background: any;
28
+ backgroundAccent: any;
29
+ tonal50: any;
30
+ tonal100: any;
31
+ tonal200: any;
32
+ tonal300: any;
33
+ tonal400: any;
34
+ tonal500: any;
35
+ tonal600: any;
36
+ alpha100: any;
37
+ alpha150: any;
38
+ alpha200: any;
39
+ alpha250: any;
40
+ alpha600: any;
41
+ primaryLight: any;
42
+ primary: any;
43
+ primaryMid: any;
44
+ primaryDark: any;
45
+ secondary: any;
46
+ brandRed: any;
47
+ brandRedAccent: any;
48
+ brandGreen: any;
49
+ brandGreenAccent: any;
50
+ brandPurple: any;
51
+ brandPurpleAccent: any;
52
+ brandYellow: any;
53
+ brandYellowAccent: any;
54
+ successLight: any;
55
+ success: any;
56
+ successMid: any;
57
+ successDark: any;
58
+ dangerLight: any;
59
+ danger: any;
60
+ dangerMid: any;
61
+ dangerDark: any;
62
+ warningLight: any;
63
+ warning: any;
64
+ warningMid: any;
65
+ warningDark: any;
66
+ warningText: any;
67
+ subjectEnglish: any;
68
+ subjectMaths: any;
69
+ subjectScience: any;
70
+ subjectVerbalReasoning: any;
71
+ subjectNonVerbalReasoning: any;
72
+ subjectCreativeWriting: any;
73
+ subjectExamSkills: any;
74
+ };
75
+ space: {
76
+ "0": any;
77
+ "1": any;
78
+ "2": any;
79
+ "3": any;
80
+ "4": any;
81
+ "5": any;
82
+ "6": any;
83
+ "7": any;
84
+ "8": any;
85
+ "9": any;
86
+ };
87
+ fontSizes: {
88
+ xs: any;
89
+ sm: any;
90
+ md: any;
91
+ lg: any;
92
+ xl: any;
93
+ "2xl": any;
94
+ "3xl": any;
95
+ "4xl": any;
96
+ };
97
+ fonts: {
98
+ sans: any;
99
+ mono: any;
100
+ display: any;
101
+ body: any;
102
+ };
103
+ sizes: {
104
+ "0": any;
105
+ "1": any;
106
+ "2": any;
107
+ "3": any;
108
+ "4": any;
109
+ "5": any;
110
+ "6": any;
111
+ "7": any;
112
+ "8": any;
113
+ };
114
+ radii: {
115
+ "0": any;
116
+ "1": any;
117
+ "2": any;
118
+ "3": any;
119
+ round: any;
120
+ };
121
+ shadows: {
122
+ "0": any;
123
+ "1": any;
124
+ "2": any;
125
+ "3": any;
126
+ };
127
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
128
+ bg: (value: {
129
+ readonly [$$PropertyValue]: "background";
130
+ }) => {
131
+ background: {
132
+ readonly [$$PropertyValue]: "background";
133
+ };
134
+ };
135
+ inset: (value: string | number | {
136
+ readonly [$$ScaleValue]: "space";
137
+ }) => {
138
+ top: string | number | {
139
+ readonly [$$ScaleValue]: "space";
140
+ };
141
+ right: string | number | {
142
+ readonly [$$ScaleValue]: "space";
143
+ };
144
+ bottom: string | number | {
145
+ readonly [$$ScaleValue]: "space";
146
+ };
147
+ left: string | number | {
148
+ readonly [$$ScaleValue]: "space";
149
+ };
150
+ };
151
+ size: (value: string | number | {
152
+ readonly [$$ScaleValue]: "size";
153
+ }) => {
154
+ height: string | number | {
155
+ readonly [$$ScaleValue]: "size";
156
+ };
157
+ width: string | number | {
158
+ readonly [$$ScaleValue]: "size";
159
+ };
160
+ };
161
+ p: (value: string | number | {
162
+ readonly [$$ScaleValue]: "space";
163
+ }) => {
164
+ padding: string | number | {
165
+ readonly [$$ScaleValue]: "space";
166
+ };
167
+ };
168
+ pt: (value: string | number | {
169
+ readonly [$$ScaleValue]: "space";
170
+ }) => {
171
+ paddingTop: string | number | {
172
+ readonly [$$ScaleValue]: "space";
173
+ };
174
+ };
175
+ pr: (value: string | number | {
176
+ readonly [$$ScaleValue]: "space";
177
+ }) => {
178
+ paddingRight: string | number | {
179
+ readonly [$$ScaleValue]: "space";
180
+ };
181
+ };
182
+ pb: (value: string | number | {
183
+ readonly [$$ScaleValue]: "space";
184
+ }) => {
185
+ paddingBottom: string | number | {
186
+ readonly [$$ScaleValue]: "space";
187
+ };
188
+ };
189
+ pl: (value: string | number | {
190
+ readonly [$$ScaleValue]: "space";
191
+ }) => {
192
+ paddingLeft: string | number | {
193
+ readonly [$$ScaleValue]: "space";
194
+ };
195
+ };
196
+ px: (value: string | number | {
197
+ readonly [$$ScaleValue]: "space";
198
+ }) => {
199
+ paddingLeft: string | number | {
200
+ readonly [$$ScaleValue]: "space";
201
+ };
202
+ paddingRight: string | number | {
203
+ readonly [$$ScaleValue]: "space";
204
+ };
205
+ };
206
+ py: (value: string | number | {
207
+ readonly [$$ScaleValue]: "space";
208
+ }) => {
209
+ paddingTop: string | number | {
210
+ readonly [$$ScaleValue]: "space";
211
+ };
212
+ paddingBottom: string | number | {
213
+ readonly [$$ScaleValue]: "space";
214
+ };
215
+ };
216
+ m: (value: string | number | {
217
+ readonly [$$ScaleValue]: "space";
218
+ }) => {
219
+ margin: string | number | {
220
+ readonly [$$ScaleValue]: "space";
221
+ };
222
+ };
223
+ mt: (value: string | number | {
224
+ readonly [$$ScaleValue]: "space";
225
+ }) => {
226
+ marginTop: string | number | {
227
+ readonly [$$ScaleValue]: "space";
228
+ };
229
+ };
230
+ mr: (value: string | number | {
231
+ readonly [$$ScaleValue]: "space";
232
+ }) => {
233
+ marginRight: string | number | {
234
+ readonly [$$ScaleValue]: "space";
235
+ };
236
+ };
237
+ mb: (value: string | number | {
238
+ readonly [$$ScaleValue]: "space";
239
+ }) => {
240
+ marginBottom: string | number | {
241
+ readonly [$$ScaleValue]: "space";
242
+ };
243
+ };
244
+ ml: (value: string | number | {
245
+ readonly [$$ScaleValue]: "space";
246
+ }) => {
247
+ marginLeft: string | number | {
248
+ readonly [$$ScaleValue]: "space";
249
+ };
250
+ };
251
+ mx: (value: string | number | {
252
+ readonly [$$ScaleValue]: "space";
253
+ }) => {
254
+ marginLeft: string | number | {
255
+ readonly [$$ScaleValue]: "space";
256
+ };
257
+ marginRight: string | number | {
258
+ readonly [$$ScaleValue]: "space";
259
+ };
260
+ };
261
+ my: (value: string | number | {
262
+ readonly [$$ScaleValue]: "space";
263
+ }) => {
264
+ marginTop: string | number | {
265
+ readonly [$$ScaleValue]: "space";
266
+ };
267
+ marginBottom: string | number | {
268
+ readonly [$$ScaleValue]: "space";
269
+ };
270
+ };
271
+ }>>;
4
272
  export declare type SelectProps = Override<React.ComponentProps<typeof StyledSelect>, {
5
273
  as?: never;
6
274
  placeholder?: string;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
- import { FieldElementWrapperProps } from '~/components/field-wrapper';
3
- import { SelectProps } from '~/components/select';
2
+ import { FieldElementWrapperProps } from '../../components/field-wrapper';
3
+ import { SelectProps } from '../../components/select';
4
4
  declare type SelectFieldProps = SelectProps & FieldElementWrapperProps;
5
5
  export declare const SelectField: React.FC<SelectFieldProps>;
6
6
  export {};
@@ -1,4 +1,269 @@
1
1
  import React from 'react';
2
- declare const StyledContent: any;
2
+ declare const StyledContent: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-accordion").AccordionContentProps & React.RefAttributes<HTMLDivElement>>, {}, {
3
+ sm: string;
4
+ md: string;
5
+ lg: string;
6
+ xl: string;
7
+ reducedMotion: string;
8
+ allowMotion: string;
9
+ hover: string;
10
+ }, import("@stitches/react/types/css-util").CSS<{
11
+ sm: string;
12
+ md: string;
13
+ lg: string;
14
+ xl: string;
15
+ reducedMotion: string;
16
+ allowMotion: string;
17
+ hover: string;
18
+ }, {
19
+ colors: {
20
+ textForeground: any;
21
+ textSubtle: any;
22
+ textPlaceholder: any;
23
+ background: any;
24
+ backgroundAccent: any;
25
+ tonal50: any;
26
+ tonal100: any;
27
+ tonal200: any;
28
+ tonal300: any;
29
+ tonal400: any;
30
+ tonal500: any;
31
+ tonal600: any;
32
+ alpha100: any;
33
+ alpha150: any;
34
+ alpha200: any;
35
+ alpha250: any;
36
+ alpha600: any;
37
+ primaryLight: any;
38
+ primary: any;
39
+ primaryMid: any;
40
+ primaryDark: any;
41
+ secondary: any;
42
+ brandRed: any;
43
+ brandRedAccent: any;
44
+ brandGreen: any;
45
+ brandGreenAccent: any;
46
+ brandPurple: any;
47
+ brandPurpleAccent: any;
48
+ brandYellow: any;
49
+ brandYellowAccent: any;
50
+ successLight: any;
51
+ success: any;
52
+ successMid: any;
53
+ successDark: any;
54
+ dangerLight: any;
55
+ danger: any;
56
+ dangerMid: any;
57
+ dangerDark: any;
58
+ warningLight: any;
59
+ warning: any;
60
+ warningMid: any;
61
+ warningDark: any;
62
+ warningText: any;
63
+ subjectEnglish: any;
64
+ subjectMaths: any;
65
+ subjectScience: any;
66
+ subjectVerbalReasoning: any;
67
+ subjectNonVerbalReasoning: any;
68
+ subjectCreativeWriting: any;
69
+ subjectExamSkills: any;
70
+ };
71
+ space: {
72
+ "0": any;
73
+ "1": any;
74
+ "2": any;
75
+ "3": any;
76
+ "4": any;
77
+ "5": any;
78
+ "6": any;
79
+ "7": any;
80
+ "8": any;
81
+ "9": any;
82
+ };
83
+ fontSizes: {
84
+ xs: any;
85
+ sm: any;
86
+ md: any;
87
+ lg: any;
88
+ xl: any;
89
+ "2xl": any;
90
+ "3xl": any;
91
+ "4xl": any;
92
+ };
93
+ fonts: {
94
+ sans: any;
95
+ mono: any;
96
+ display: any;
97
+ body: any;
98
+ };
99
+ sizes: {
100
+ "0": any;
101
+ "1": any;
102
+ "2": any;
103
+ "3": any;
104
+ "4": any;
105
+ "5": any;
106
+ "6": any;
107
+ "7": any;
108
+ "8": any;
109
+ };
110
+ radii: {
111
+ "0": any;
112
+ "1": any;
113
+ "2": any;
114
+ "3": any;
115
+ round: any;
116
+ };
117
+ shadows: {
118
+ "0": any;
119
+ "1": any;
120
+ "2": any;
121
+ "3": any;
122
+ };
123
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
124
+ bg: (value: {
125
+ readonly [$$PropertyValue]: "background";
126
+ }) => {
127
+ background: {
128
+ readonly [$$PropertyValue]: "background";
129
+ };
130
+ };
131
+ inset: (value: string | number | {
132
+ readonly [$$ScaleValue]: "space";
133
+ }) => {
134
+ top: string | number | {
135
+ readonly [$$ScaleValue]: "space";
136
+ };
137
+ right: string | number | {
138
+ readonly [$$ScaleValue]: "space";
139
+ };
140
+ bottom: string | number | {
141
+ readonly [$$ScaleValue]: "space";
142
+ };
143
+ left: string | number | {
144
+ readonly [$$ScaleValue]: "space";
145
+ };
146
+ };
147
+ size: (value: string | number | {
148
+ readonly [$$ScaleValue]: "size";
149
+ }) => {
150
+ height: string | number | {
151
+ readonly [$$ScaleValue]: "size";
152
+ };
153
+ width: string | number | {
154
+ readonly [$$ScaleValue]: "size";
155
+ };
156
+ };
157
+ p: (value: string | number | {
158
+ readonly [$$ScaleValue]: "space";
159
+ }) => {
160
+ padding: string | number | {
161
+ readonly [$$ScaleValue]: "space";
162
+ };
163
+ };
164
+ pt: (value: string | number | {
165
+ readonly [$$ScaleValue]: "space";
166
+ }) => {
167
+ paddingTop: string | number | {
168
+ readonly [$$ScaleValue]: "space";
169
+ };
170
+ };
171
+ pr: (value: string | number | {
172
+ readonly [$$ScaleValue]: "space";
173
+ }) => {
174
+ paddingRight: string | number | {
175
+ readonly [$$ScaleValue]: "space";
176
+ };
177
+ };
178
+ pb: (value: string | number | {
179
+ readonly [$$ScaleValue]: "space";
180
+ }) => {
181
+ paddingBottom: string | number | {
182
+ readonly [$$ScaleValue]: "space";
183
+ };
184
+ };
185
+ pl: (value: string | number | {
186
+ readonly [$$ScaleValue]: "space";
187
+ }) => {
188
+ paddingLeft: string | number | {
189
+ readonly [$$ScaleValue]: "space";
190
+ };
191
+ };
192
+ px: (value: string | number | {
193
+ readonly [$$ScaleValue]: "space";
194
+ }) => {
195
+ paddingLeft: string | number | {
196
+ readonly [$$ScaleValue]: "space";
197
+ };
198
+ paddingRight: string | number | {
199
+ readonly [$$ScaleValue]: "space";
200
+ };
201
+ };
202
+ py: (value: string | number | {
203
+ readonly [$$ScaleValue]: "space";
204
+ }) => {
205
+ paddingTop: string | number | {
206
+ readonly [$$ScaleValue]: "space";
207
+ };
208
+ paddingBottom: string | number | {
209
+ readonly [$$ScaleValue]: "space";
210
+ };
211
+ };
212
+ m: (value: string | number | {
213
+ readonly [$$ScaleValue]: "space";
214
+ }) => {
215
+ margin: string | number | {
216
+ readonly [$$ScaleValue]: "space";
217
+ };
218
+ };
219
+ mt: (value: string | number | {
220
+ readonly [$$ScaleValue]: "space";
221
+ }) => {
222
+ marginTop: string | number | {
223
+ readonly [$$ScaleValue]: "space";
224
+ };
225
+ };
226
+ mr: (value: string | number | {
227
+ readonly [$$ScaleValue]: "space";
228
+ }) => {
229
+ marginRight: string | number | {
230
+ readonly [$$ScaleValue]: "space";
231
+ };
232
+ };
233
+ mb: (value: string | number | {
234
+ readonly [$$ScaleValue]: "space";
235
+ }) => {
236
+ marginBottom: string | number | {
237
+ readonly [$$ScaleValue]: "space";
238
+ };
239
+ };
240
+ ml: (value: string | number | {
241
+ readonly [$$ScaleValue]: "space";
242
+ }) => {
243
+ marginLeft: string | number | {
244
+ readonly [$$ScaleValue]: "space";
245
+ };
246
+ };
247
+ mx: (value: string | number | {
248
+ readonly [$$ScaleValue]: "space";
249
+ }) => {
250
+ marginLeft: string | number | {
251
+ readonly [$$ScaleValue]: "space";
252
+ };
253
+ marginRight: string | number | {
254
+ readonly [$$ScaleValue]: "space";
255
+ };
256
+ };
257
+ my: (value: string | number | {
258
+ readonly [$$ScaleValue]: "space";
259
+ }) => {
260
+ marginTop: string | number | {
261
+ readonly [$$ScaleValue]: "space";
262
+ };
263
+ marginBottom: string | number | {
264
+ readonly [$$ScaleValue]: "space";
265
+ };
266
+ };
267
+ }>>;
3
268
  export declare const SidedrawerAccordionContent: React.FC<React.ComponentProps<typeof StyledContent>>;
4
269
  export {};