@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
@@ -1,1890 +1,16 @@
1
1
  import * as React from 'react';
2
- import { Icon } from '../../components/icon';
3
- export declare const StyledChipContent: import("@stitches/react/types/styled-component").StyledComponent<"span", {}, {
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
- export declare const StyledChipIcon: import("@stitches/react/types/styled-component").StyledComponent<React.FC<Omit<Omit<Pick<React.SVGProps<SVGSVGElement>, "string" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "local" | "media" | "onBlur" | "onChange" | "onSubmit" | "style" | "path" | "key" | "method" | "name" | "target" | "className" | "id" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "mode" | "min" | "max" | "end" | "x" | "y" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "type" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan"> & {
270
- ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
271
- }, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
272
- size?: "sm" | "md" | "lg" | undefined;
273
- }, {
274
- sm: string;
275
- md: string;
276
- lg: string;
277
- xl: string;
278
- reducedMotion: string;
279
- allowMotion: string;
280
- hover: string;
281
- }> & {
282
- css?: import("@stitches/react/types/css-util").CSS<{
283
- sm: string;
284
- md: string;
285
- lg: string;
286
- xl: string;
287
- reducedMotion: string;
288
- allowMotion: string;
289
- hover: string;
290
- }, {
291
- colors: {
292
- textForeground: any;
293
- textSubtle: any;
294
- textPlaceholder: any;
295
- background: any;
296
- backgroundAccent: any;
297
- tonal50: any;
298
- tonal100: any;
299
- tonal200: any;
300
- tonal300: any;
301
- tonal400: any;
302
- tonal500: any;
303
- tonal600: any;
304
- alpha100: any;
305
- alpha150: any;
306
- alpha200: any;
307
- alpha250: any;
308
- alpha600: any;
309
- primaryLight: any;
310
- primary: any;
311
- primaryMid: any;
312
- primaryDark: any;
313
- secondary: any;
314
- brandRed: any;
315
- brandRedAccent: any;
316
- brandGreen: any;
317
- brandGreenAccent: any;
318
- brandPurple: any;
319
- brandPurpleAccent: any;
320
- brandYellow: any;
321
- brandYellowAccent: any;
322
- successLight: any;
323
- success: any;
324
- successMid: any;
325
- successDark: any;
326
- dangerLight: any;
327
- danger: any;
328
- dangerMid: any;
329
- dangerDark: any;
330
- warningLight: any;
331
- warning: any;
332
- warningMid: any;
333
- warningDark: any;
334
- warningText: any;
335
- subjectEnglish: any;
336
- subjectMaths: any;
337
- subjectScience: any;
338
- subjectVerbalReasoning: any;
339
- subjectNonVerbalReasoning: any;
340
- subjectCreativeWriting: any;
341
- subjectExamSkills: any;
342
- };
343
- space: {
344
- "0": any;
345
- "1": any;
346
- "2": any;
347
- "3": any;
348
- "4": any;
349
- "5": any;
350
- "6": any;
351
- "7": any;
352
- "8": any;
353
- "9": any;
354
- };
355
- fontSizes: {
356
- xs: any;
357
- sm: any;
358
- md: any;
359
- lg: any;
360
- xl: any;
361
- "2xl": any;
362
- "3xl": any;
363
- "4xl": any;
364
- };
365
- fonts: {
366
- sans: any;
367
- mono: any;
368
- display: any;
369
- body: any;
370
- };
371
- sizes: {
372
- "0": any;
373
- "1": any;
374
- "2": any;
375
- "3": any;
376
- "4": any;
377
- "5": any;
378
- "6": any;
379
- "7": any;
380
- "8": any;
381
- };
382
- radii: {
383
- "0": any;
384
- "1": any;
385
- "2": any;
386
- "3": any;
387
- round: any;
388
- };
389
- shadows: {
390
- "0": any;
391
- "1": any;
392
- "2": any;
393
- "3": any;
394
- };
395
- }, import("@stitches/react/types/config").DefaultThemeMap, {
396
- bg: (value: {
397
- readonly [$$PropertyValue]: "background";
398
- }) => {
399
- background: {
400
- readonly [$$PropertyValue]: "background";
401
- };
402
- };
403
- inset: (value: string | number | {
404
- readonly [$$ScaleValue]: "space";
405
- }) => {
406
- top: string | number | {
407
- readonly [$$ScaleValue]: "space";
408
- };
409
- right: string | number | {
410
- readonly [$$ScaleValue]: "space";
411
- };
412
- bottom: string | number | {
413
- readonly [$$ScaleValue]: "space";
414
- };
415
- left: string | number | {
416
- readonly [$$ScaleValue]: "space";
417
- };
418
- };
419
- size: (value: string | number | {
420
- readonly [$$ScaleValue]: "size";
421
- }) => {
422
- height: string | number | {
423
- readonly [$$ScaleValue]: "size";
424
- };
425
- width: string | number | {
426
- readonly [$$ScaleValue]: "size";
427
- };
428
- };
429
- p: (value: string | number | {
430
- readonly [$$ScaleValue]: "space";
431
- }) => {
432
- padding: string | number | {
433
- readonly [$$ScaleValue]: "space";
434
- };
435
- };
436
- pt: (value: string | number | {
437
- readonly [$$ScaleValue]: "space";
438
- }) => {
439
- paddingTop: string | number | {
440
- readonly [$$ScaleValue]: "space";
441
- };
442
- };
443
- pr: (value: string | number | {
444
- readonly [$$ScaleValue]: "space";
445
- }) => {
446
- paddingRight: string | number | {
447
- readonly [$$ScaleValue]: "space";
448
- };
449
- };
450
- pb: (value: string | number | {
451
- readonly [$$ScaleValue]: "space";
452
- }) => {
453
- paddingBottom: string | number | {
454
- readonly [$$ScaleValue]: "space";
455
- };
456
- };
457
- pl: (value: string | number | {
458
- readonly [$$ScaleValue]: "space";
459
- }) => {
460
- paddingLeft: string | number | {
461
- readonly [$$ScaleValue]: "space";
462
- };
463
- };
464
- px: (value: string | number | {
465
- readonly [$$ScaleValue]: "space";
466
- }) => {
467
- paddingLeft: string | number | {
468
- readonly [$$ScaleValue]: "space";
469
- };
470
- paddingRight: string | number | {
471
- readonly [$$ScaleValue]: "space";
472
- };
473
- };
474
- py: (value: string | number | {
475
- readonly [$$ScaleValue]: "space";
476
- }) => {
477
- paddingTop: string | number | {
478
- readonly [$$ScaleValue]: "space";
479
- };
480
- paddingBottom: string | number | {
481
- readonly [$$ScaleValue]: "space";
482
- };
483
- };
484
- m: (value: string | number | {
485
- readonly [$$ScaleValue]: "space";
486
- }) => {
487
- margin: string | number | {
488
- readonly [$$ScaleValue]: "space";
489
- };
490
- };
491
- mt: (value: string | number | {
492
- readonly [$$ScaleValue]: "space";
493
- }) => {
494
- marginTop: string | number | {
495
- readonly [$$ScaleValue]: "space";
496
- };
497
- };
498
- mr: (value: string | number | {
499
- readonly [$$ScaleValue]: "space";
500
- }) => {
501
- marginRight: string | number | {
502
- readonly [$$ScaleValue]: "space";
503
- };
504
- };
505
- mb: (value: string | number | {
506
- readonly [$$ScaleValue]: "space";
507
- }) => {
508
- marginBottom: string | number | {
509
- readonly [$$ScaleValue]: "space";
510
- };
511
- };
512
- ml: (value: string | number | {
513
- readonly [$$ScaleValue]: "space";
514
- }) => {
515
- marginLeft: string | number | {
516
- readonly [$$ScaleValue]: "space";
517
- };
518
- };
519
- mx: (value: string | number | {
520
- readonly [$$ScaleValue]: "space";
521
- }) => {
522
- marginLeft: string | number | {
523
- readonly [$$ScaleValue]: "space";
524
- };
525
- marginRight: string | number | {
526
- readonly [$$ScaleValue]: "space";
527
- };
528
- };
529
- my: (value: string | number | {
530
- readonly [$$ScaleValue]: "space";
531
- }) => {
532
- marginTop: string | number | {
533
- readonly [$$ScaleValue]: "space";
534
- };
535
- marginBottom: string | number | {
536
- readonly [$$ScaleValue]: "space";
537
- };
538
- };
539
- }> | undefined;
540
- }, "is" | "as"> & {
541
- is: React.FC<React.SVGProps<SVGSVGElement>>;
542
- as?: undefined;
543
- }>, {}, {
544
- sm: string;
545
- md: string;
546
- lg: string;
547
- xl: string;
548
- reducedMotion: string;
549
- allowMotion: string;
550
- hover: string;
551
- }, import("@stitches/react/types/css-util").CSS<{
552
- sm: string;
553
- md: string;
554
- lg: string;
555
- xl: string;
556
- reducedMotion: string;
557
- allowMotion: string;
558
- hover: string;
559
- }, {
560
- colors: {
561
- textForeground: any;
562
- textSubtle: any;
563
- textPlaceholder: any;
564
- background: any;
565
- backgroundAccent: any;
566
- tonal50: any;
567
- tonal100: any;
568
- tonal200: any;
569
- tonal300: any;
570
- tonal400: any;
571
- tonal500: any;
572
- tonal600: any;
573
- alpha100: any;
574
- alpha150: any;
575
- alpha200: any;
576
- alpha250: any;
577
- alpha600: any;
578
- primaryLight: any;
579
- primary: any;
580
- primaryMid: any;
581
- primaryDark: any;
582
- secondary: any;
583
- brandRed: any;
584
- brandRedAccent: any;
585
- brandGreen: any;
586
- brandGreenAccent: any;
587
- brandPurple: any;
588
- brandPurpleAccent: any;
589
- brandYellow: any;
590
- brandYellowAccent: any;
591
- successLight: any;
592
- success: any;
593
- successMid: any;
594
- successDark: any;
595
- dangerLight: any;
596
- danger: any;
597
- dangerMid: any;
598
- dangerDark: any;
599
- warningLight: any;
600
- warning: any;
601
- warningMid: any;
602
- warningDark: any;
603
- warningText: any;
604
- subjectEnglish: any;
605
- subjectMaths: any;
606
- subjectScience: any;
607
- subjectVerbalReasoning: any;
608
- subjectNonVerbalReasoning: any;
609
- subjectCreativeWriting: any;
610
- subjectExamSkills: any;
611
- };
612
- space: {
613
- "0": any;
614
- "1": any;
615
- "2": any;
616
- "3": any;
617
- "4": any;
618
- "5": any;
619
- "6": any;
620
- "7": any;
621
- "8": any;
622
- "9": any;
623
- };
624
- fontSizes: {
625
- xs: any;
626
- sm: any;
627
- md: any;
628
- lg: any;
629
- xl: any;
630
- "2xl": any;
631
- "3xl": any;
632
- "4xl": any;
633
- };
634
- fonts: {
635
- sans: any;
636
- mono: any;
637
- display: any;
638
- body: any;
639
- };
640
- sizes: {
641
- "0": any;
642
- "1": any;
643
- "2": any;
644
- "3": any;
645
- "4": any;
646
- "5": any;
647
- "6": any;
648
- "7": any;
649
- "8": any;
650
- };
651
- radii: {
652
- "0": any;
653
- "1": any;
654
- "2": any;
655
- "3": any;
656
- round: any;
657
- };
658
- shadows: {
659
- "0": any;
660
- "1": any;
661
- "2": any;
662
- "3": any;
663
- };
664
- }, import("@stitches/react/types/config").DefaultThemeMap, {
665
- bg: (value: {
666
- readonly [$$PropertyValue]: "background";
667
- }) => {
668
- background: {
669
- readonly [$$PropertyValue]: "background";
670
- };
671
- };
672
- inset: (value: string | number | {
673
- readonly [$$ScaleValue]: "space";
674
- }) => {
675
- top: string | number | {
676
- readonly [$$ScaleValue]: "space";
677
- };
678
- right: string | number | {
679
- readonly [$$ScaleValue]: "space";
680
- };
681
- bottom: string | number | {
682
- readonly [$$ScaleValue]: "space";
683
- };
684
- left: string | number | {
685
- readonly [$$ScaleValue]: "space";
686
- };
687
- };
688
- size: (value: string | number | {
689
- readonly [$$ScaleValue]: "size";
690
- }) => {
691
- height: string | number | {
692
- readonly [$$ScaleValue]: "size";
693
- };
694
- width: string | number | {
695
- readonly [$$ScaleValue]: "size";
696
- };
697
- };
698
- p: (value: string | number | {
699
- readonly [$$ScaleValue]: "space";
700
- }) => {
701
- padding: string | number | {
702
- readonly [$$ScaleValue]: "space";
703
- };
704
- };
705
- pt: (value: string | number | {
706
- readonly [$$ScaleValue]: "space";
707
- }) => {
708
- paddingTop: string | number | {
709
- readonly [$$ScaleValue]: "space";
710
- };
711
- };
712
- pr: (value: string | number | {
713
- readonly [$$ScaleValue]: "space";
714
- }) => {
715
- paddingRight: string | number | {
716
- readonly [$$ScaleValue]: "space";
717
- };
718
- };
719
- pb: (value: string | number | {
720
- readonly [$$ScaleValue]: "space";
721
- }) => {
722
- paddingBottom: string | number | {
723
- readonly [$$ScaleValue]: "space";
724
- };
725
- };
726
- pl: (value: string | number | {
727
- readonly [$$ScaleValue]: "space";
728
- }) => {
729
- paddingLeft: string | number | {
730
- readonly [$$ScaleValue]: "space";
731
- };
732
- };
733
- px: (value: string | number | {
734
- readonly [$$ScaleValue]: "space";
735
- }) => {
736
- paddingLeft: string | number | {
737
- readonly [$$ScaleValue]: "space";
738
- };
739
- paddingRight: string | number | {
740
- readonly [$$ScaleValue]: "space";
741
- };
742
- };
743
- py: (value: string | number | {
744
- readonly [$$ScaleValue]: "space";
745
- }) => {
746
- paddingTop: string | number | {
747
- readonly [$$ScaleValue]: "space";
748
- };
749
- paddingBottom: string | number | {
750
- readonly [$$ScaleValue]: "space";
751
- };
752
- };
753
- m: (value: string | number | {
754
- readonly [$$ScaleValue]: "space";
755
- }) => {
756
- margin: string | number | {
757
- readonly [$$ScaleValue]: "space";
758
- };
759
- };
760
- mt: (value: string | number | {
761
- readonly [$$ScaleValue]: "space";
762
- }) => {
763
- marginTop: string | number | {
764
- readonly [$$ScaleValue]: "space";
765
- };
766
- };
767
- mr: (value: string | number | {
768
- readonly [$$ScaleValue]: "space";
769
- }) => {
770
- marginRight: string | number | {
771
- readonly [$$ScaleValue]: "space";
772
- };
773
- };
774
- mb: (value: string | number | {
775
- readonly [$$ScaleValue]: "space";
776
- }) => {
777
- marginBottom: string | number | {
778
- readonly [$$ScaleValue]: "space";
779
- };
780
- };
781
- ml: (value: string | number | {
782
- readonly [$$ScaleValue]: "space";
783
- }) => {
784
- marginLeft: string | number | {
785
- readonly [$$ScaleValue]: "space";
786
- };
787
- };
788
- mx: (value: string | number | {
789
- readonly [$$ScaleValue]: "space";
790
- }) => {
791
- marginLeft: string | number | {
792
- readonly [$$ScaleValue]: "space";
793
- };
794
- marginRight: string | number | {
795
- readonly [$$ScaleValue]: "space";
796
- };
797
- };
798
- my: (value: string | number | {
799
- readonly [$$ScaleValue]: "space";
800
- }) => {
801
- marginTop: string | number | {
802
- readonly [$$ScaleValue]: "space";
803
- };
804
- marginBottom: string | number | {
805
- readonly [$$ScaleValue]: "space";
806
- };
807
- };
808
- }>>;
2
+ import { Icon } from '~/components/icon';
3
+ export declare const StyledChipContent: any;
4
+ export declare const StyledChipIcon: any;
809
5
  export declare const ChipIcon: typeof Icon;
810
6
  declare const ChipContent: ({ children, ...rest }: {
811
7
  [x: string]: any;
812
8
  children: any;
813
9
  }) => JSX.Element;
814
- export declare const StyledRoot: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
815
- sm: string;
816
- md: string;
817
- lg: string;
818
- xl: string;
819
- reducedMotion: string;
820
- allowMotion: string;
821
- hover: string;
822
- }, import("@stitches/react/types/css-util").CSS<{
823
- sm: string;
824
- md: string;
825
- lg: string;
826
- xl: string;
827
- reducedMotion: string;
828
- allowMotion: string;
829
- hover: string;
830
- }, {
831
- colors: {
832
- textForeground: any;
833
- textSubtle: any;
834
- textPlaceholder: any;
835
- background: any;
836
- backgroundAccent: any;
837
- tonal50: any;
838
- tonal100: any;
839
- tonal200: any;
840
- tonal300: any;
841
- tonal400: any;
842
- tonal500: any;
843
- tonal600: any;
844
- alpha100: any;
845
- alpha150: any;
846
- alpha200: any;
847
- alpha250: any;
848
- alpha600: any;
849
- primaryLight: any;
850
- primary: any;
851
- primaryMid: any;
852
- primaryDark: any;
853
- secondary: any;
854
- brandRed: any;
855
- brandRedAccent: any;
856
- brandGreen: any;
857
- brandGreenAccent: any;
858
- brandPurple: any;
859
- brandPurpleAccent: any;
860
- brandYellow: any;
861
- brandYellowAccent: any;
862
- successLight: any;
863
- success: any;
864
- successMid: any;
865
- successDark: any;
866
- dangerLight: any;
867
- danger: any;
868
- dangerMid: any;
869
- dangerDark: any;
870
- warningLight: any;
871
- warning: any;
872
- warningMid: any;
873
- warningDark: any;
874
- warningText: any;
875
- subjectEnglish: any;
876
- subjectMaths: any;
877
- subjectScience: any;
878
- subjectVerbalReasoning: any;
879
- subjectNonVerbalReasoning: any;
880
- subjectCreativeWriting: any;
881
- subjectExamSkills: any;
882
- };
883
- space: {
884
- "0": any;
885
- "1": any;
886
- "2": any;
887
- "3": any;
888
- "4": any;
889
- "5": any;
890
- "6": any;
891
- "7": any;
892
- "8": any;
893
- "9": any;
894
- };
895
- fontSizes: {
896
- xs: any;
897
- sm: any;
898
- md: any;
899
- lg: any;
900
- xl: any;
901
- "2xl": any;
902
- "3xl": any;
903
- "4xl": any;
904
- };
905
- fonts: {
906
- sans: any;
907
- mono: any;
908
- display: any;
909
- body: any;
910
- };
911
- sizes: {
912
- "0": any;
913
- "1": any;
914
- "2": any;
915
- "3": any;
916
- "4": any;
917
- "5": any;
918
- "6": any;
919
- "7": any;
920
- "8": any;
921
- };
922
- radii: {
923
- "0": any;
924
- "1": any;
925
- "2": any;
926
- "3": any;
927
- round: any;
928
- };
929
- shadows: {
930
- "0": any;
931
- "1": any;
932
- "2": any;
933
- "3": any;
934
- };
935
- }, import("@stitches/react/types/config").DefaultThemeMap, {
936
- bg: (value: {
937
- readonly [$$PropertyValue]: "background";
938
- }) => {
939
- background: {
940
- readonly [$$PropertyValue]: "background";
941
- };
942
- };
943
- inset: (value: string | number | {
944
- readonly [$$ScaleValue]: "space";
945
- }) => {
946
- top: string | number | {
947
- readonly [$$ScaleValue]: "space";
948
- };
949
- right: string | number | {
950
- readonly [$$ScaleValue]: "space";
951
- };
952
- bottom: string | number | {
953
- readonly [$$ScaleValue]: "space";
954
- };
955
- left: string | number | {
956
- readonly [$$ScaleValue]: "space";
957
- };
958
- };
959
- size: (value: string | number | {
960
- readonly [$$ScaleValue]: "size";
961
- }) => {
962
- height: string | number | {
963
- readonly [$$ScaleValue]: "size";
964
- };
965
- width: string | number | {
966
- readonly [$$ScaleValue]: "size";
967
- };
968
- };
969
- p: (value: string | number | {
970
- readonly [$$ScaleValue]: "space";
971
- }) => {
972
- padding: string | number | {
973
- readonly [$$ScaleValue]: "space";
974
- };
975
- };
976
- pt: (value: string | number | {
977
- readonly [$$ScaleValue]: "space";
978
- }) => {
979
- paddingTop: string | number | {
980
- readonly [$$ScaleValue]: "space";
981
- };
982
- };
983
- pr: (value: string | number | {
984
- readonly [$$ScaleValue]: "space";
985
- }) => {
986
- paddingRight: string | number | {
987
- readonly [$$ScaleValue]: "space";
988
- };
989
- };
990
- pb: (value: string | number | {
991
- readonly [$$ScaleValue]: "space";
992
- }) => {
993
- paddingBottom: string | number | {
994
- readonly [$$ScaleValue]: "space";
995
- };
996
- };
997
- pl: (value: string | number | {
998
- readonly [$$ScaleValue]: "space";
999
- }) => {
1000
- paddingLeft: string | number | {
1001
- readonly [$$ScaleValue]: "space";
1002
- };
1003
- };
1004
- px: (value: string | number | {
1005
- readonly [$$ScaleValue]: "space";
1006
- }) => {
1007
- paddingLeft: string | number | {
1008
- readonly [$$ScaleValue]: "space";
1009
- };
1010
- paddingRight: string | number | {
1011
- readonly [$$ScaleValue]: "space";
1012
- };
1013
- };
1014
- py: (value: string | number | {
1015
- readonly [$$ScaleValue]: "space";
1016
- }) => {
1017
- paddingTop: string | number | {
1018
- readonly [$$ScaleValue]: "space";
1019
- };
1020
- paddingBottom: string | number | {
1021
- readonly [$$ScaleValue]: "space";
1022
- };
1023
- };
1024
- m: (value: string | number | {
1025
- readonly [$$ScaleValue]: "space";
1026
- }) => {
1027
- margin: string | number | {
1028
- readonly [$$ScaleValue]: "space";
1029
- };
1030
- };
1031
- mt: (value: string | number | {
1032
- readonly [$$ScaleValue]: "space";
1033
- }) => {
1034
- marginTop: string | number | {
1035
- readonly [$$ScaleValue]: "space";
1036
- };
1037
- };
1038
- mr: (value: string | number | {
1039
- readonly [$$ScaleValue]: "space";
1040
- }) => {
1041
- marginRight: string | number | {
1042
- readonly [$$ScaleValue]: "space";
1043
- };
1044
- };
1045
- mb: (value: string | number | {
1046
- readonly [$$ScaleValue]: "space";
1047
- }) => {
1048
- marginBottom: string | number | {
1049
- readonly [$$ScaleValue]: "space";
1050
- };
1051
- };
1052
- ml: (value: string | number | {
1053
- readonly [$$ScaleValue]: "space";
1054
- }) => {
1055
- marginLeft: string | number | {
1056
- readonly [$$ScaleValue]: "space";
1057
- };
1058
- };
1059
- mx: (value: string | number | {
1060
- readonly [$$ScaleValue]: "space";
1061
- }) => {
1062
- marginLeft: string | number | {
1063
- readonly [$$ScaleValue]: "space";
1064
- };
1065
- marginRight: string | number | {
1066
- readonly [$$ScaleValue]: "space";
1067
- };
1068
- };
1069
- my: (value: string | number | {
1070
- readonly [$$ScaleValue]: "space";
1071
- }) => {
1072
- marginTop: string | number | {
1073
- readonly [$$ScaleValue]: "space";
1074
- };
1075
- marginBottom: string | number | {
1076
- readonly [$$ScaleValue]: "space";
1077
- };
1078
- };
1079
- }>>, {
1080
- size?: "sm" | "md" | "lg" | undefined;
1081
- }, {
1082
- sm: string;
1083
- md: string;
1084
- lg: string;
1085
- xl: string;
1086
- reducedMotion: string;
1087
- allowMotion: string;
1088
- hover: string;
1089
- }, import("@stitches/react/types/css-util").CSS<{
1090
- sm: string;
1091
- md: string;
1092
- lg: string;
1093
- xl: string;
1094
- reducedMotion: string;
1095
- allowMotion: string;
1096
- hover: string;
1097
- }, {
1098
- colors: {
1099
- textForeground: any;
1100
- textSubtle: any;
1101
- textPlaceholder: any;
1102
- background: any;
1103
- backgroundAccent: any;
1104
- tonal50: any;
1105
- tonal100: any;
1106
- tonal200: any;
1107
- tonal300: any;
1108
- tonal400: any;
1109
- tonal500: any;
1110
- tonal600: any;
1111
- alpha100: any;
1112
- alpha150: any;
1113
- alpha200: any;
1114
- alpha250: any;
1115
- alpha600: any;
1116
- primaryLight: any;
1117
- primary: any;
1118
- primaryMid: any;
1119
- primaryDark: any;
1120
- secondary: any;
1121
- brandRed: any;
1122
- brandRedAccent: any;
1123
- brandGreen: any;
1124
- brandGreenAccent: any;
1125
- brandPurple: any;
1126
- brandPurpleAccent: any;
1127
- brandYellow: any;
1128
- brandYellowAccent: any;
1129
- successLight: any;
1130
- success: any;
1131
- successMid: any;
1132
- successDark: any;
1133
- dangerLight: any;
1134
- danger: any;
1135
- dangerMid: any;
1136
- dangerDark: any;
1137
- warningLight: any;
1138
- warning: any;
1139
- warningMid: any;
1140
- warningDark: any;
1141
- warningText: any;
1142
- subjectEnglish: any;
1143
- subjectMaths: any;
1144
- subjectScience: any;
1145
- subjectVerbalReasoning: any;
1146
- subjectNonVerbalReasoning: any;
1147
- subjectCreativeWriting: any;
1148
- subjectExamSkills: any;
1149
- };
1150
- space: {
1151
- "0": any;
1152
- "1": any;
1153
- "2": any;
1154
- "3": any;
1155
- "4": any;
1156
- "5": any;
1157
- "6": any;
1158
- "7": any;
1159
- "8": any;
1160
- "9": any;
1161
- };
1162
- fontSizes: {
1163
- xs: any;
1164
- sm: any;
1165
- md: any;
1166
- lg: any;
1167
- xl: any;
1168
- "2xl": any;
1169
- "3xl": any;
1170
- "4xl": any;
1171
- };
1172
- fonts: {
1173
- sans: any;
1174
- mono: any;
1175
- display: any;
1176
- body: any;
1177
- };
1178
- sizes: {
1179
- "0": any;
1180
- "1": any;
1181
- "2": any;
1182
- "3": any;
1183
- "4": any;
1184
- "5": any;
1185
- "6": any;
1186
- "7": any;
1187
- "8": any;
1188
- };
1189
- radii: {
1190
- "0": any;
1191
- "1": any;
1192
- "2": any;
1193
- "3": any;
1194
- round: any;
1195
- };
1196
- shadows: {
1197
- "0": any;
1198
- "1": any;
1199
- "2": any;
1200
- "3": any;
1201
- };
1202
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1203
- bg: (value: {
1204
- readonly [$$PropertyValue]: "background";
1205
- }) => {
1206
- background: {
1207
- readonly [$$PropertyValue]: "background";
1208
- };
1209
- };
1210
- inset: (value: string | number | {
1211
- readonly [$$ScaleValue]: "space";
1212
- }) => {
1213
- top: string | number | {
1214
- readonly [$$ScaleValue]: "space";
1215
- };
1216
- right: string | number | {
1217
- readonly [$$ScaleValue]: "space";
1218
- };
1219
- bottom: string | number | {
1220
- readonly [$$ScaleValue]: "space";
1221
- };
1222
- left: string | number | {
1223
- readonly [$$ScaleValue]: "space";
1224
- };
1225
- };
1226
- size: (value: string | number | {
1227
- readonly [$$ScaleValue]: "size";
1228
- }) => {
1229
- height: string | number | {
1230
- readonly [$$ScaleValue]: "size";
1231
- };
1232
- width: string | number | {
1233
- readonly [$$ScaleValue]: "size";
1234
- };
1235
- };
1236
- p: (value: string | number | {
1237
- readonly [$$ScaleValue]: "space";
1238
- }) => {
1239
- padding: string | number | {
1240
- readonly [$$ScaleValue]: "space";
1241
- };
1242
- };
1243
- pt: (value: string | number | {
1244
- readonly [$$ScaleValue]: "space";
1245
- }) => {
1246
- paddingTop: string | number | {
1247
- readonly [$$ScaleValue]: "space";
1248
- };
1249
- };
1250
- pr: (value: string | number | {
1251
- readonly [$$ScaleValue]: "space";
1252
- }) => {
1253
- paddingRight: string | number | {
1254
- readonly [$$ScaleValue]: "space";
1255
- };
1256
- };
1257
- pb: (value: string | number | {
1258
- readonly [$$ScaleValue]: "space";
1259
- }) => {
1260
- paddingBottom: string | number | {
1261
- readonly [$$ScaleValue]: "space";
1262
- };
1263
- };
1264
- pl: (value: string | number | {
1265
- readonly [$$ScaleValue]: "space";
1266
- }) => {
1267
- paddingLeft: string | number | {
1268
- readonly [$$ScaleValue]: "space";
1269
- };
1270
- };
1271
- px: (value: string | number | {
1272
- readonly [$$ScaleValue]: "space";
1273
- }) => {
1274
- paddingLeft: string | number | {
1275
- readonly [$$ScaleValue]: "space";
1276
- };
1277
- paddingRight: string | number | {
1278
- readonly [$$ScaleValue]: "space";
1279
- };
1280
- };
1281
- py: (value: string | number | {
1282
- readonly [$$ScaleValue]: "space";
1283
- }) => {
1284
- paddingTop: string | number | {
1285
- readonly [$$ScaleValue]: "space";
1286
- };
1287
- paddingBottom: string | number | {
1288
- readonly [$$ScaleValue]: "space";
1289
- };
1290
- };
1291
- m: (value: string | number | {
1292
- readonly [$$ScaleValue]: "space";
1293
- }) => {
1294
- margin: string | number | {
1295
- readonly [$$ScaleValue]: "space";
1296
- };
1297
- };
1298
- mt: (value: string | number | {
1299
- readonly [$$ScaleValue]: "space";
1300
- }) => {
1301
- marginTop: string | number | {
1302
- readonly [$$ScaleValue]: "space";
1303
- };
1304
- };
1305
- mr: (value: string | number | {
1306
- readonly [$$ScaleValue]: "space";
1307
- }) => {
1308
- marginRight: string | number | {
1309
- readonly [$$ScaleValue]: "space";
1310
- };
1311
- };
1312
- mb: (value: string | number | {
1313
- readonly [$$ScaleValue]: "space";
1314
- }) => {
1315
- marginBottom: string | number | {
1316
- readonly [$$ScaleValue]: "space";
1317
- };
1318
- };
1319
- ml: (value: string | number | {
1320
- readonly [$$ScaleValue]: "space";
1321
- }) => {
1322
- marginLeft: string | number | {
1323
- readonly [$$ScaleValue]: "space";
1324
- };
1325
- };
1326
- mx: (value: string | number | {
1327
- readonly [$$ScaleValue]: "space";
1328
- }) => {
1329
- marginLeft: string | number | {
1330
- readonly [$$ScaleValue]: "space";
1331
- };
1332
- marginRight: string | number | {
1333
- readonly [$$ScaleValue]: "space";
1334
- };
1335
- };
1336
- my: (value: string | number | {
1337
- readonly [$$ScaleValue]: "space";
1338
- }) => {
1339
- marginTop: string | number | {
1340
- readonly [$$ScaleValue]: "space";
1341
- };
1342
- marginBottom: string | number | {
1343
- readonly [$$ScaleValue]: "space";
1344
- };
1345
- };
1346
- }>>;
10
+ export declare const StyledRoot: any;
1347
11
  export declare type TChipRootContext = React.ComponentProps<typeof StyledRoot>;
1348
12
  export declare type TChipRootProviderProps = TChipRootContext;
1349
- export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
1350
- ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
1351
- }, "css"> & import("@stitches/react/types/styled-component").TransformProps<{}, {
1352
- sm: string;
1353
- md: string;
1354
- lg: string;
1355
- xl: string;
1356
- reducedMotion: string;
1357
- allowMotion: string;
1358
- hover: string;
1359
- }> & {
1360
- css?: import("@stitches/react/types/css-util").CSS<{
1361
- sm: string;
1362
- md: string;
1363
- lg: string;
1364
- xl: string;
1365
- reducedMotion: string;
1366
- allowMotion: string;
1367
- hover: string;
1368
- }, {
1369
- colors: {
1370
- textForeground: any;
1371
- textSubtle: any;
1372
- textPlaceholder: any;
1373
- background: any;
1374
- backgroundAccent: any;
1375
- tonal50: any;
1376
- tonal100: any;
1377
- tonal200: any;
1378
- tonal300: any;
1379
- tonal400: any;
1380
- tonal500: any;
1381
- tonal600: any;
1382
- alpha100: any;
1383
- alpha150: any;
1384
- alpha200: any;
1385
- alpha250: any;
1386
- alpha600: any;
1387
- primaryLight: any;
1388
- primary: any;
1389
- primaryMid: any;
1390
- primaryDark: any;
1391
- secondary: any;
1392
- brandRed: any;
1393
- brandRedAccent: any;
1394
- brandGreen: any;
1395
- brandGreenAccent: any;
1396
- brandPurple: any;
1397
- brandPurpleAccent: any;
1398
- brandYellow: any;
1399
- brandYellowAccent: any;
1400
- successLight: any;
1401
- success: any;
1402
- successMid: any;
1403
- successDark: any;
1404
- dangerLight: any;
1405
- danger: any;
1406
- dangerMid: any;
1407
- dangerDark: any;
1408
- warningLight: any;
1409
- warning: any;
1410
- warningMid: any;
1411
- warningDark: any;
1412
- warningText: any;
1413
- subjectEnglish: any;
1414
- subjectMaths: any;
1415
- subjectScience: any;
1416
- subjectVerbalReasoning: any;
1417
- subjectNonVerbalReasoning: any;
1418
- subjectCreativeWriting: any;
1419
- subjectExamSkills: any;
1420
- };
1421
- space: {
1422
- "0": any;
1423
- "1": any;
1424
- "2": any;
1425
- "3": any;
1426
- "4": any;
1427
- "5": any;
1428
- "6": any;
1429
- "7": any;
1430
- "8": any;
1431
- "9": any;
1432
- };
1433
- fontSizes: {
1434
- xs: any;
1435
- sm: any;
1436
- md: any;
1437
- lg: any;
1438
- xl: any;
1439
- "2xl": any;
1440
- "3xl": any;
1441
- "4xl": any;
1442
- };
1443
- fonts: {
1444
- sans: any;
1445
- mono: any;
1446
- display: any;
1447
- body: any;
1448
- };
1449
- sizes: {
1450
- "0": any;
1451
- "1": any;
1452
- "2": any;
1453
- "3": any;
1454
- "4": any;
1455
- "5": any;
1456
- "6": any;
1457
- "7": any;
1458
- "8": any;
1459
- };
1460
- radii: {
1461
- "0": any;
1462
- "1": any;
1463
- "2": any;
1464
- "3": any;
1465
- round: any;
1466
- };
1467
- shadows: {
1468
- "0": any;
1469
- "1": any;
1470
- "2": any;
1471
- "3": any;
1472
- };
1473
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1474
- bg: (value: {
1475
- readonly [$$PropertyValue]: "background";
1476
- }) => {
1477
- background: {
1478
- readonly [$$PropertyValue]: "background";
1479
- };
1480
- };
1481
- inset: (value: string | number | {
1482
- readonly [$$ScaleValue]: "space";
1483
- }) => {
1484
- top: string | number | {
1485
- readonly [$$ScaleValue]: "space";
1486
- };
1487
- right: string | number | {
1488
- readonly [$$ScaleValue]: "space";
1489
- };
1490
- bottom: string | number | {
1491
- readonly [$$ScaleValue]: "space";
1492
- };
1493
- left: string | number | {
1494
- readonly [$$ScaleValue]: "space";
1495
- };
1496
- };
1497
- size: (value: string | number | {
1498
- readonly [$$ScaleValue]: "size";
1499
- }) => {
1500
- height: string | number | {
1501
- readonly [$$ScaleValue]: "size";
1502
- };
1503
- width: string | number | {
1504
- readonly [$$ScaleValue]: "size";
1505
- };
1506
- };
1507
- p: (value: string | number | {
1508
- readonly [$$ScaleValue]: "space";
1509
- }) => {
1510
- padding: string | number | {
1511
- readonly [$$ScaleValue]: "space";
1512
- };
1513
- };
1514
- pt: (value: string | number | {
1515
- readonly [$$ScaleValue]: "space";
1516
- }) => {
1517
- paddingTop: string | number | {
1518
- readonly [$$ScaleValue]: "space";
1519
- };
1520
- };
1521
- pr: (value: string | number | {
1522
- readonly [$$ScaleValue]: "space";
1523
- }) => {
1524
- paddingRight: string | number | {
1525
- readonly [$$ScaleValue]: "space";
1526
- };
1527
- };
1528
- pb: (value: string | number | {
1529
- readonly [$$ScaleValue]: "space";
1530
- }) => {
1531
- paddingBottom: string | number | {
1532
- readonly [$$ScaleValue]: "space";
1533
- };
1534
- };
1535
- pl: (value: string | number | {
1536
- readonly [$$ScaleValue]: "space";
1537
- }) => {
1538
- paddingLeft: string | number | {
1539
- readonly [$$ScaleValue]: "space";
1540
- };
1541
- };
1542
- px: (value: string | number | {
1543
- readonly [$$ScaleValue]: "space";
1544
- }) => {
1545
- paddingLeft: string | number | {
1546
- readonly [$$ScaleValue]: "space";
1547
- };
1548
- paddingRight: string | number | {
1549
- readonly [$$ScaleValue]: "space";
1550
- };
1551
- };
1552
- py: (value: string | number | {
1553
- readonly [$$ScaleValue]: "space";
1554
- }) => {
1555
- paddingTop: string | number | {
1556
- readonly [$$ScaleValue]: "space";
1557
- };
1558
- paddingBottom: string | number | {
1559
- readonly [$$ScaleValue]: "space";
1560
- };
1561
- };
1562
- m: (value: string | number | {
1563
- readonly [$$ScaleValue]: "space";
1564
- }) => {
1565
- margin: string | number | {
1566
- readonly [$$ScaleValue]: "space";
1567
- };
1568
- };
1569
- mt: (value: string | number | {
1570
- readonly [$$ScaleValue]: "space";
1571
- }) => {
1572
- marginTop: string | number | {
1573
- readonly [$$ScaleValue]: "space";
1574
- };
1575
- };
1576
- mr: (value: string | number | {
1577
- readonly [$$ScaleValue]: "space";
1578
- }) => {
1579
- marginRight: string | number | {
1580
- readonly [$$ScaleValue]: "space";
1581
- };
1582
- };
1583
- mb: (value: string | number | {
1584
- readonly [$$ScaleValue]: "space";
1585
- }) => {
1586
- marginBottom: string | number | {
1587
- readonly [$$ScaleValue]: "space";
1588
- };
1589
- };
1590
- ml: (value: string | number | {
1591
- readonly [$$ScaleValue]: "space";
1592
- }) => {
1593
- marginLeft: string | number | {
1594
- readonly [$$ScaleValue]: "space";
1595
- };
1596
- };
1597
- mx: (value: string | number | {
1598
- readonly [$$ScaleValue]: "space";
1599
- }) => {
1600
- marginLeft: string | number | {
1601
- readonly [$$ScaleValue]: "space";
1602
- };
1603
- marginRight: string | number | {
1604
- readonly [$$ScaleValue]: "space";
1605
- };
1606
- };
1607
- my: (value: string | number | {
1608
- readonly [$$ScaleValue]: "space";
1609
- }) => {
1610
- marginTop: string | number | {
1611
- readonly [$$ScaleValue]: "space";
1612
- };
1613
- marginBottom: string | number | {
1614
- readonly [$$ScaleValue]: "space";
1615
- };
1616
- };
1617
- }> | undefined;
1618
- }, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
1619
- size?: "sm" | "md" | "lg" | undefined;
1620
- }, {
1621
- sm: string;
1622
- md: string;
1623
- lg: string;
1624
- xl: string;
1625
- reducedMotion: string;
1626
- allowMotion: string;
1627
- hover: string;
1628
- }> & {
1629
- css?: import("@stitches/react/types/css-util").CSS<{
1630
- sm: string;
1631
- md: string;
1632
- lg: string;
1633
- xl: string;
1634
- reducedMotion: string;
1635
- allowMotion: string;
1636
- hover: string;
1637
- }, {
1638
- colors: {
1639
- textForeground: any;
1640
- textSubtle: any;
1641
- textPlaceholder: any;
1642
- background: any;
1643
- backgroundAccent: any;
1644
- tonal50: any;
1645
- tonal100: any;
1646
- tonal200: any;
1647
- tonal300: any;
1648
- tonal400: any;
1649
- tonal500: any;
1650
- tonal600: any;
1651
- alpha100: any;
1652
- alpha150: any;
1653
- alpha200: any;
1654
- alpha250: any;
1655
- alpha600: any;
1656
- primaryLight: any;
1657
- primary: any;
1658
- primaryMid: any;
1659
- primaryDark: any;
1660
- secondary: any;
1661
- brandRed: any;
1662
- brandRedAccent: any;
1663
- brandGreen: any;
1664
- brandGreenAccent: any;
1665
- brandPurple: any;
1666
- brandPurpleAccent: any;
1667
- brandYellow: any;
1668
- brandYellowAccent: any;
1669
- successLight: any;
1670
- success: any;
1671
- successMid: any;
1672
- successDark: any;
1673
- dangerLight: any;
1674
- danger: any;
1675
- dangerMid: any;
1676
- dangerDark: any;
1677
- warningLight: any;
1678
- warning: any;
1679
- warningMid: any;
1680
- warningDark: any;
1681
- warningText: any;
1682
- subjectEnglish: any;
1683
- subjectMaths: any;
1684
- subjectScience: any;
1685
- subjectVerbalReasoning: any;
1686
- subjectNonVerbalReasoning: any;
1687
- subjectCreativeWriting: any;
1688
- subjectExamSkills: any;
1689
- };
1690
- space: {
1691
- "0": any;
1692
- "1": any;
1693
- "2": any;
1694
- "3": any;
1695
- "4": any;
1696
- "5": any;
1697
- "6": any;
1698
- "7": any;
1699
- "8": any;
1700
- "9": any;
1701
- };
1702
- fontSizes: {
1703
- xs: any;
1704
- sm: any;
1705
- md: any;
1706
- lg: any;
1707
- xl: any;
1708
- "2xl": any;
1709
- "3xl": any;
1710
- "4xl": any;
1711
- };
1712
- fonts: {
1713
- sans: any;
1714
- mono: any;
1715
- display: any;
1716
- body: any;
1717
- };
1718
- sizes: {
1719
- "0": any;
1720
- "1": any;
1721
- "2": any;
1722
- "3": any;
1723
- "4": any;
1724
- "5": any;
1725
- "6": any;
1726
- "7": any;
1727
- "8": any;
1728
- };
1729
- radii: {
1730
- "0": any;
1731
- "1": any;
1732
- "2": any;
1733
- "3": any;
1734
- round: any;
1735
- };
1736
- shadows: {
1737
- "0": any;
1738
- "1": any;
1739
- "2": any;
1740
- "3": any;
1741
- };
1742
- }, import("@stitches/react/types/config").DefaultThemeMap, {
1743
- bg: (value: {
1744
- readonly [$$PropertyValue]: "background";
1745
- }) => {
1746
- background: {
1747
- readonly [$$PropertyValue]: "background";
1748
- };
1749
- };
1750
- inset: (value: string | number | {
1751
- readonly [$$ScaleValue]: "space";
1752
- }) => {
1753
- top: string | number | {
1754
- readonly [$$ScaleValue]: "space";
1755
- };
1756
- right: string | number | {
1757
- readonly [$$ScaleValue]: "space";
1758
- };
1759
- bottom: string | number | {
1760
- readonly [$$ScaleValue]: "space";
1761
- };
1762
- left: string | number | {
1763
- readonly [$$ScaleValue]: "space";
1764
- };
1765
- };
1766
- size: (value: string | number | {
1767
- readonly [$$ScaleValue]: "size";
1768
- }) => {
1769
- height: string | number | {
1770
- readonly [$$ScaleValue]: "size";
1771
- };
1772
- width: string | number | {
1773
- readonly [$$ScaleValue]: "size";
1774
- };
1775
- };
1776
- p: (value: string | number | {
1777
- readonly [$$ScaleValue]: "space";
1778
- }) => {
1779
- padding: string | number | {
1780
- readonly [$$ScaleValue]: "space";
1781
- };
1782
- };
1783
- pt: (value: string | number | {
1784
- readonly [$$ScaleValue]: "space";
1785
- }) => {
1786
- paddingTop: string | number | {
1787
- readonly [$$ScaleValue]: "space";
1788
- };
1789
- };
1790
- pr: (value: string | number | {
1791
- readonly [$$ScaleValue]: "space";
1792
- }) => {
1793
- paddingRight: string | number | {
1794
- readonly [$$ScaleValue]: "space";
1795
- };
1796
- };
1797
- pb: (value: string | number | {
1798
- readonly [$$ScaleValue]: "space";
1799
- }) => {
1800
- paddingBottom: string | number | {
1801
- readonly [$$ScaleValue]: "space";
1802
- };
1803
- };
1804
- pl: (value: string | number | {
1805
- readonly [$$ScaleValue]: "space";
1806
- }) => {
1807
- paddingLeft: string | number | {
1808
- readonly [$$ScaleValue]: "space";
1809
- };
1810
- };
1811
- px: (value: string | number | {
1812
- readonly [$$ScaleValue]: "space";
1813
- }) => {
1814
- paddingLeft: string | number | {
1815
- readonly [$$ScaleValue]: "space";
1816
- };
1817
- paddingRight: string | number | {
1818
- readonly [$$ScaleValue]: "space";
1819
- };
1820
- };
1821
- py: (value: string | number | {
1822
- readonly [$$ScaleValue]: "space";
1823
- }) => {
1824
- paddingTop: string | number | {
1825
- readonly [$$ScaleValue]: "space";
1826
- };
1827
- paddingBottom: string | number | {
1828
- readonly [$$ScaleValue]: "space";
1829
- };
1830
- };
1831
- m: (value: string | number | {
1832
- readonly [$$ScaleValue]: "space";
1833
- }) => {
1834
- margin: string | number | {
1835
- readonly [$$ScaleValue]: "space";
1836
- };
1837
- };
1838
- mt: (value: string | number | {
1839
- readonly [$$ScaleValue]: "space";
1840
- }) => {
1841
- marginTop: string | number | {
1842
- readonly [$$ScaleValue]: "space";
1843
- };
1844
- };
1845
- mr: (value: string | number | {
1846
- readonly [$$ScaleValue]: "space";
1847
- }) => {
1848
- marginRight: string | number | {
1849
- readonly [$$ScaleValue]: "space";
1850
- };
1851
- };
1852
- mb: (value: string | number | {
1853
- readonly [$$ScaleValue]: "space";
1854
- }) => {
1855
- marginBottom: string | number | {
1856
- readonly [$$ScaleValue]: "space";
1857
- };
1858
- };
1859
- ml: (value: string | number | {
1860
- readonly [$$ScaleValue]: "space";
1861
- }) => {
1862
- marginLeft: string | number | {
1863
- readonly [$$ScaleValue]: "space";
1864
- };
1865
- };
1866
- mx: (value: string | number | {
1867
- readonly [$$ScaleValue]: "space";
1868
- }) => {
1869
- marginLeft: string | number | {
1870
- readonly [$$ScaleValue]: "space";
1871
- };
1872
- marginRight: string | number | {
1873
- readonly [$$ScaleValue]: "space";
1874
- };
1875
- };
1876
- my: (value: string | number | {
1877
- readonly [$$ScaleValue]: "space";
1878
- }) => {
1879
- marginTop: string | number | {
1880
- readonly [$$ScaleValue]: "space";
1881
- };
1882
- marginBottom: string | number | {
1883
- readonly [$$ScaleValue]: "space";
1884
- };
1885
- };
1886
- }> | undefined;
1887
- }>;
13
+ export declare const ChipRootContext: React.Context<any>;
1888
14
  export declare const ChipRootProvider: React.FC<TChipRootProviderProps>;
1889
15
  export declare type TChipRootProps = TChipRootProviderProps & {
1890
16
  asWorkaround?: React.ElementType;