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