@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
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import { CSS } from '../../stitches';
1
+ /// <reference types="react" />
2
+ import { CSS } from '~/stitches';
3
3
  declare type TopBarBrandLogoProps = {
4
4
  src: string;
5
5
  alt?: string;
@@ -9,810 +9,6 @@ export declare const TopBarBrandLogo: {
9
9
  ({ src, alt, css }: TopBarBrandLogoProps): JSX.Element;
10
10
  toString(): string;
11
11
  };
12
- export declare const TopBarBrandName: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "key" | keyof React.HTMLAttributes<HTMLParagraphElement>> & {
13
- ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
14
- }, "size" | "css" | "noCapsize"> & import("@stitches/react/types/styled-component").TransformProps<{
15
- size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
16
- noCapsize?: boolean | "true" | undefined;
17
- }, {
18
- sm: string;
19
- md: string;
20
- lg: string;
21
- xl: string;
22
- reducedMotion: string;
23
- allowMotion: string;
24
- hover: string;
25
- }> & {
26
- css?: import("@stitches/react/types/css-util").CSS<{
27
- sm: string;
28
- md: string;
29
- lg: string;
30
- xl: string;
31
- reducedMotion: string;
32
- allowMotion: string;
33
- hover: string;
34
- }, {
35
- colors: {
36
- textForeground: any;
37
- textSubtle: any;
38
- textPlaceholder: any;
39
- background: any;
40
- backgroundAccent: any;
41
- tonal50: any;
42
- tonal100: any;
43
- tonal200: any;
44
- tonal300: any;
45
- tonal400: any;
46
- tonal500: any;
47
- tonal600: any;
48
- alpha100: any;
49
- alpha150: any;
50
- alpha200: any;
51
- alpha250: any;
52
- alpha600: any;
53
- primaryLight: any;
54
- primary: any;
55
- primaryMid: any;
56
- primaryDark: any;
57
- secondary: any;
58
- brandRed: any;
59
- brandRedAccent: any;
60
- brandGreen: any;
61
- brandGreenAccent: any;
62
- brandPurple: any;
63
- brandPurpleAccent: any;
64
- brandYellow: any;
65
- brandYellowAccent: any;
66
- successLight: any;
67
- success: any;
68
- successMid: any;
69
- successDark: any;
70
- dangerLight: any;
71
- danger: any;
72
- dangerMid: any;
73
- dangerDark: any;
74
- warningLight: any;
75
- warning: any;
76
- warningMid: any;
77
- warningDark: any;
78
- warningText: any;
79
- subjectEnglish: any;
80
- subjectMaths: any;
81
- subjectScience: any;
82
- subjectVerbalReasoning: any;
83
- subjectNonVerbalReasoning: any;
84
- subjectCreativeWriting: any;
85
- subjectExamSkills: any;
86
- };
87
- space: {
88
- "0": any;
89
- "1": any;
90
- "2": any;
91
- "3": any;
92
- "4": any;
93
- "5": any;
94
- "6": any;
95
- "7": any;
96
- "8": any;
97
- "9": any;
98
- };
99
- fontSizes: {
100
- xs: any;
101
- sm: any;
102
- md: any;
103
- lg: any;
104
- xl: any;
105
- "2xl": any;
106
- "3xl": any;
107
- "4xl": any;
108
- };
109
- fonts: {
110
- sans: any;
111
- mono: any;
112
- display: any;
113
- body: any;
114
- };
115
- sizes: {
116
- "0": any;
117
- "1": any;
118
- "2": any;
119
- "3": any;
120
- "4": any;
121
- "5": any;
122
- "6": any;
123
- "7": any;
124
- "8": any;
125
- };
126
- radii: {
127
- "0": any;
128
- "1": any;
129
- "2": any;
130
- "3": any;
131
- round: any;
132
- };
133
- shadows: {
134
- "0": any;
135
- "1": any;
136
- "2": any;
137
- "3": any;
138
- };
139
- }, import("@stitches/react/types/config").DefaultThemeMap, {
140
- bg: (value: {
141
- readonly [$$PropertyValue]: "background";
142
- }) => {
143
- background: {
144
- readonly [$$PropertyValue]: "background";
145
- };
146
- };
147
- inset: (value: string | number | {
148
- readonly [$$ScaleValue]: "space";
149
- }) => {
150
- top: string | number | {
151
- readonly [$$ScaleValue]: "space";
152
- };
153
- right: string | number | {
154
- readonly [$$ScaleValue]: "space";
155
- };
156
- bottom: string | number | {
157
- readonly [$$ScaleValue]: "space";
158
- };
159
- left: string | number | {
160
- readonly [$$ScaleValue]: "space";
161
- };
162
- };
163
- size: (value: string | number | {
164
- readonly [$$ScaleValue]: "size";
165
- }) => {
166
- height: string | number | {
167
- readonly [$$ScaleValue]: "size";
168
- };
169
- width: string | number | {
170
- readonly [$$ScaleValue]: "size";
171
- };
172
- };
173
- p: (value: string | number | {
174
- readonly [$$ScaleValue]: "space";
175
- }) => {
176
- padding: string | number | {
177
- readonly [$$ScaleValue]: "space";
178
- };
179
- };
180
- pt: (value: string | number | {
181
- readonly [$$ScaleValue]: "space";
182
- }) => {
183
- paddingTop: string | number | {
184
- readonly [$$ScaleValue]: "space";
185
- };
186
- };
187
- pr: (value: string | number | {
188
- readonly [$$ScaleValue]: "space";
189
- }) => {
190
- paddingRight: string | number | {
191
- readonly [$$ScaleValue]: "space";
192
- };
193
- };
194
- pb: (value: string | number | {
195
- readonly [$$ScaleValue]: "space";
196
- }) => {
197
- paddingBottom: string | number | {
198
- readonly [$$ScaleValue]: "space";
199
- };
200
- };
201
- pl: (value: string | number | {
202
- readonly [$$ScaleValue]: "space";
203
- }) => {
204
- paddingLeft: string | number | {
205
- readonly [$$ScaleValue]: "space";
206
- };
207
- };
208
- px: (value: string | number | {
209
- readonly [$$ScaleValue]: "space";
210
- }) => {
211
- paddingLeft: string | number | {
212
- readonly [$$ScaleValue]: "space";
213
- };
214
- paddingRight: string | number | {
215
- readonly [$$ScaleValue]: "space";
216
- };
217
- };
218
- py: (value: string | number | {
219
- readonly [$$ScaleValue]: "space";
220
- }) => {
221
- paddingTop: string | number | {
222
- readonly [$$ScaleValue]: "space";
223
- };
224
- paddingBottom: string | number | {
225
- readonly [$$ScaleValue]: "space";
226
- };
227
- };
228
- m: (value: string | number | {
229
- readonly [$$ScaleValue]: "space";
230
- }) => {
231
- margin: string | number | {
232
- readonly [$$ScaleValue]: "space";
233
- };
234
- };
235
- mt: (value: string | number | {
236
- readonly [$$ScaleValue]: "space";
237
- }) => {
238
- marginTop: string | number | {
239
- readonly [$$ScaleValue]: "space";
240
- };
241
- };
242
- mr: (value: string | number | {
243
- readonly [$$ScaleValue]: "space";
244
- }) => {
245
- marginRight: string | number | {
246
- readonly [$$ScaleValue]: "space";
247
- };
248
- };
249
- mb: (value: string | number | {
250
- readonly [$$ScaleValue]: "space";
251
- }) => {
252
- marginBottom: string | number | {
253
- readonly [$$ScaleValue]: "space";
254
- };
255
- };
256
- ml: (value: string | number | {
257
- readonly [$$ScaleValue]: "space";
258
- }) => {
259
- marginLeft: string | number | {
260
- readonly [$$ScaleValue]: "space";
261
- };
262
- };
263
- mx: (value: string | number | {
264
- readonly [$$ScaleValue]: "space";
265
- }) => {
266
- marginLeft: string | number | {
267
- readonly [$$ScaleValue]: "space";
268
- };
269
- marginRight: string | number | {
270
- readonly [$$ScaleValue]: "space";
271
- };
272
- };
273
- my: (value: string | number | {
274
- readonly [$$ScaleValue]: "space";
275
- }) => {
276
- marginTop: string | number | {
277
- readonly [$$ScaleValue]: "space";
278
- };
279
- marginBottom: string | number | {
280
- readonly [$$ScaleValue]: "space";
281
- };
282
- };
283
- }> | undefined;
284
- }, "as"> & {
285
- as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
286
- }>, {}, {
287
- sm: string;
288
- md: string;
289
- lg: string;
290
- xl: string;
291
- reducedMotion: string;
292
- allowMotion: string;
293
- hover: string;
294
- }, import("@stitches/react/types/css-util").CSS<{
295
- sm: string;
296
- md: string;
297
- lg: string;
298
- xl: string;
299
- reducedMotion: string;
300
- allowMotion: string;
301
- hover: string;
302
- }, {
303
- colors: {
304
- textForeground: any;
305
- textSubtle: any;
306
- textPlaceholder: any;
307
- background: any;
308
- backgroundAccent: any;
309
- tonal50: any;
310
- tonal100: any;
311
- tonal200: any;
312
- tonal300: any;
313
- tonal400: any;
314
- tonal500: any;
315
- tonal600: any;
316
- alpha100: any;
317
- alpha150: any;
318
- alpha200: any;
319
- alpha250: any;
320
- alpha600: any;
321
- primaryLight: any;
322
- primary: any;
323
- primaryMid: any;
324
- primaryDark: any;
325
- secondary: any;
326
- brandRed: any;
327
- brandRedAccent: any;
328
- brandGreen: any;
329
- brandGreenAccent: any;
330
- brandPurple: any;
331
- brandPurpleAccent: any;
332
- brandYellow: any;
333
- brandYellowAccent: any;
334
- successLight: any;
335
- success: any;
336
- successMid: any;
337
- successDark: any;
338
- dangerLight: any;
339
- danger: any;
340
- dangerMid: any;
341
- dangerDark: any;
342
- warningLight: any;
343
- warning: any;
344
- warningMid: any;
345
- warningDark: any;
346
- warningText: any;
347
- subjectEnglish: any;
348
- subjectMaths: any;
349
- subjectScience: any;
350
- subjectVerbalReasoning: any;
351
- subjectNonVerbalReasoning: any;
352
- subjectCreativeWriting: any;
353
- subjectExamSkills: any;
354
- };
355
- space: {
356
- "0": any;
357
- "1": any;
358
- "2": any;
359
- "3": any;
360
- "4": any;
361
- "5": any;
362
- "6": any;
363
- "7": any;
364
- "8": any;
365
- "9": any;
366
- };
367
- fontSizes: {
368
- xs: any;
369
- sm: any;
370
- md: any;
371
- lg: any;
372
- xl: any;
373
- "2xl": any;
374
- "3xl": any;
375
- "4xl": any;
376
- };
377
- fonts: {
378
- sans: any;
379
- mono: any;
380
- display: any;
381
- body: any;
382
- };
383
- sizes: {
384
- "0": any;
385
- "1": any;
386
- "2": any;
387
- "3": any;
388
- "4": any;
389
- "5": any;
390
- "6": any;
391
- "7": any;
392
- "8": any;
393
- };
394
- radii: {
395
- "0": any;
396
- "1": any;
397
- "2": any;
398
- "3": any;
399
- round: any;
400
- };
401
- shadows: {
402
- "0": any;
403
- "1": any;
404
- "2": any;
405
- "3": any;
406
- };
407
- }, import("@stitches/react/types/config").DefaultThemeMap, {
408
- bg: (value: {
409
- readonly [$$PropertyValue]: "background";
410
- }) => {
411
- background: {
412
- readonly [$$PropertyValue]: "background";
413
- };
414
- };
415
- inset: (value: string | number | {
416
- readonly [$$ScaleValue]: "space";
417
- }) => {
418
- top: string | number | {
419
- readonly [$$ScaleValue]: "space";
420
- };
421
- right: string | number | {
422
- readonly [$$ScaleValue]: "space";
423
- };
424
- bottom: string | number | {
425
- readonly [$$ScaleValue]: "space";
426
- };
427
- left: string | number | {
428
- readonly [$$ScaleValue]: "space";
429
- };
430
- };
431
- size: (value: string | number | {
432
- readonly [$$ScaleValue]: "size";
433
- }) => {
434
- height: string | number | {
435
- readonly [$$ScaleValue]: "size";
436
- };
437
- width: string | number | {
438
- readonly [$$ScaleValue]: "size";
439
- };
440
- };
441
- p: (value: string | number | {
442
- readonly [$$ScaleValue]: "space";
443
- }) => {
444
- padding: string | number | {
445
- readonly [$$ScaleValue]: "space";
446
- };
447
- };
448
- pt: (value: string | number | {
449
- readonly [$$ScaleValue]: "space";
450
- }) => {
451
- paddingTop: string | number | {
452
- readonly [$$ScaleValue]: "space";
453
- };
454
- };
455
- pr: (value: string | number | {
456
- readonly [$$ScaleValue]: "space";
457
- }) => {
458
- paddingRight: string | number | {
459
- readonly [$$ScaleValue]: "space";
460
- };
461
- };
462
- pb: (value: string | number | {
463
- readonly [$$ScaleValue]: "space";
464
- }) => {
465
- paddingBottom: string | number | {
466
- readonly [$$ScaleValue]: "space";
467
- };
468
- };
469
- pl: (value: string | number | {
470
- readonly [$$ScaleValue]: "space";
471
- }) => {
472
- paddingLeft: string | number | {
473
- readonly [$$ScaleValue]: "space";
474
- };
475
- };
476
- px: (value: string | number | {
477
- readonly [$$ScaleValue]: "space";
478
- }) => {
479
- paddingLeft: string | number | {
480
- readonly [$$ScaleValue]: "space";
481
- };
482
- paddingRight: string | number | {
483
- readonly [$$ScaleValue]: "space";
484
- };
485
- };
486
- py: (value: string | number | {
487
- readonly [$$ScaleValue]: "space";
488
- }) => {
489
- paddingTop: string | number | {
490
- readonly [$$ScaleValue]: "space";
491
- };
492
- paddingBottom: string | number | {
493
- readonly [$$ScaleValue]: "space";
494
- };
495
- };
496
- m: (value: string | number | {
497
- readonly [$$ScaleValue]: "space";
498
- }) => {
499
- margin: string | number | {
500
- readonly [$$ScaleValue]: "space";
501
- };
502
- };
503
- mt: (value: string | number | {
504
- readonly [$$ScaleValue]: "space";
505
- }) => {
506
- marginTop: string | number | {
507
- readonly [$$ScaleValue]: "space";
508
- };
509
- };
510
- mr: (value: string | number | {
511
- readonly [$$ScaleValue]: "space";
512
- }) => {
513
- marginRight: string | number | {
514
- readonly [$$ScaleValue]: "space";
515
- };
516
- };
517
- mb: (value: string | number | {
518
- readonly [$$ScaleValue]: "space";
519
- }) => {
520
- marginBottom: string | number | {
521
- readonly [$$ScaleValue]: "space";
522
- };
523
- };
524
- ml: (value: string | number | {
525
- readonly [$$ScaleValue]: "space";
526
- }) => {
527
- marginLeft: string | number | {
528
- readonly [$$ScaleValue]: "space";
529
- };
530
- };
531
- mx: (value: string | number | {
532
- readonly [$$ScaleValue]: "space";
533
- }) => {
534
- marginLeft: string | number | {
535
- readonly [$$ScaleValue]: "space";
536
- };
537
- marginRight: string | number | {
538
- readonly [$$ScaleValue]: "space";
539
- };
540
- };
541
- my: (value: string | number | {
542
- readonly [$$ScaleValue]: "space";
543
- }) => {
544
- marginTop: string | number | {
545
- readonly [$$ScaleValue]: "space";
546
- };
547
- marginBottom: string | number | {
548
- readonly [$$ScaleValue]: "space";
549
- };
550
- };
551
- }>>;
552
- export declare const TopBarBrand: import("@stitches/react/types/styled-component").StyledComponent<"a", {}, {
553
- sm: string;
554
- md: string;
555
- lg: string;
556
- xl: string;
557
- reducedMotion: string;
558
- allowMotion: string;
559
- hover: string;
560
- }, import("@stitches/react/types/css-util").CSS<{
561
- sm: string;
562
- md: string;
563
- lg: string;
564
- xl: string;
565
- reducedMotion: string;
566
- allowMotion: string;
567
- hover: string;
568
- }, {
569
- colors: {
570
- textForeground: any;
571
- textSubtle: any;
572
- textPlaceholder: any;
573
- background: any;
574
- backgroundAccent: any;
575
- tonal50: any;
576
- tonal100: any;
577
- tonal200: any;
578
- tonal300: any;
579
- tonal400: any;
580
- tonal500: any;
581
- tonal600: any;
582
- alpha100: any;
583
- alpha150: any;
584
- alpha200: any;
585
- alpha250: any;
586
- alpha600: any;
587
- primaryLight: any;
588
- primary: any;
589
- primaryMid: any;
590
- primaryDark: any;
591
- secondary: any;
592
- brandRed: any;
593
- brandRedAccent: any;
594
- brandGreen: any;
595
- brandGreenAccent: any;
596
- brandPurple: any;
597
- brandPurpleAccent: any;
598
- brandYellow: any;
599
- brandYellowAccent: any;
600
- successLight: any;
601
- success: any;
602
- successMid: any;
603
- successDark: any;
604
- dangerLight: any;
605
- danger: any;
606
- dangerMid: any;
607
- dangerDark: any;
608
- warningLight: any;
609
- warning: any;
610
- warningMid: any;
611
- warningDark: any;
612
- warningText: any;
613
- subjectEnglish: any;
614
- subjectMaths: any;
615
- subjectScience: any;
616
- subjectVerbalReasoning: any;
617
- subjectNonVerbalReasoning: any;
618
- subjectCreativeWriting: any;
619
- subjectExamSkills: any;
620
- };
621
- space: {
622
- "0": any;
623
- "1": any;
624
- "2": any;
625
- "3": any;
626
- "4": any;
627
- "5": any;
628
- "6": any;
629
- "7": any;
630
- "8": any;
631
- "9": any;
632
- };
633
- fontSizes: {
634
- xs: any;
635
- sm: any;
636
- md: any;
637
- lg: any;
638
- xl: any;
639
- "2xl": any;
640
- "3xl": any;
641
- "4xl": any;
642
- };
643
- fonts: {
644
- sans: any;
645
- mono: any;
646
- display: any;
647
- body: any;
648
- };
649
- sizes: {
650
- "0": any;
651
- "1": any;
652
- "2": any;
653
- "3": any;
654
- "4": any;
655
- "5": any;
656
- "6": any;
657
- "7": any;
658
- "8": any;
659
- };
660
- radii: {
661
- "0": any;
662
- "1": any;
663
- "2": any;
664
- "3": any;
665
- round: any;
666
- };
667
- shadows: {
668
- "0": any;
669
- "1": any;
670
- "2": any;
671
- "3": any;
672
- };
673
- }, import("@stitches/react/types/config").DefaultThemeMap, {
674
- bg: (value: {
675
- readonly [$$PropertyValue]: "background";
676
- }) => {
677
- background: {
678
- readonly [$$PropertyValue]: "background";
679
- };
680
- };
681
- inset: (value: string | number | {
682
- readonly [$$ScaleValue]: "space";
683
- }) => {
684
- top: string | number | {
685
- readonly [$$ScaleValue]: "space";
686
- };
687
- right: string | number | {
688
- readonly [$$ScaleValue]: "space";
689
- };
690
- bottom: string | number | {
691
- readonly [$$ScaleValue]: "space";
692
- };
693
- left: string | number | {
694
- readonly [$$ScaleValue]: "space";
695
- };
696
- };
697
- size: (value: string | number | {
698
- readonly [$$ScaleValue]: "size";
699
- }) => {
700
- height: string | number | {
701
- readonly [$$ScaleValue]: "size";
702
- };
703
- width: string | number | {
704
- readonly [$$ScaleValue]: "size";
705
- };
706
- };
707
- p: (value: string | number | {
708
- readonly [$$ScaleValue]: "space";
709
- }) => {
710
- padding: string | number | {
711
- readonly [$$ScaleValue]: "space";
712
- };
713
- };
714
- pt: (value: string | number | {
715
- readonly [$$ScaleValue]: "space";
716
- }) => {
717
- paddingTop: string | number | {
718
- readonly [$$ScaleValue]: "space";
719
- };
720
- };
721
- pr: (value: string | number | {
722
- readonly [$$ScaleValue]: "space";
723
- }) => {
724
- paddingRight: string | number | {
725
- readonly [$$ScaleValue]: "space";
726
- };
727
- };
728
- pb: (value: string | number | {
729
- readonly [$$ScaleValue]: "space";
730
- }) => {
731
- paddingBottom: string | number | {
732
- readonly [$$ScaleValue]: "space";
733
- };
734
- };
735
- pl: (value: string | number | {
736
- readonly [$$ScaleValue]: "space";
737
- }) => {
738
- paddingLeft: string | number | {
739
- readonly [$$ScaleValue]: "space";
740
- };
741
- };
742
- px: (value: string | number | {
743
- readonly [$$ScaleValue]: "space";
744
- }) => {
745
- paddingLeft: string | number | {
746
- readonly [$$ScaleValue]: "space";
747
- };
748
- paddingRight: string | number | {
749
- readonly [$$ScaleValue]: "space";
750
- };
751
- };
752
- py: (value: string | number | {
753
- readonly [$$ScaleValue]: "space";
754
- }) => {
755
- paddingTop: string | number | {
756
- readonly [$$ScaleValue]: "space";
757
- };
758
- paddingBottom: string | number | {
759
- readonly [$$ScaleValue]: "space";
760
- };
761
- };
762
- m: (value: string | number | {
763
- readonly [$$ScaleValue]: "space";
764
- }) => {
765
- margin: string | number | {
766
- readonly [$$ScaleValue]: "space";
767
- };
768
- };
769
- mt: (value: string | number | {
770
- readonly [$$ScaleValue]: "space";
771
- }) => {
772
- marginTop: string | number | {
773
- readonly [$$ScaleValue]: "space";
774
- };
775
- };
776
- mr: (value: string | number | {
777
- readonly [$$ScaleValue]: "space";
778
- }) => {
779
- marginRight: string | number | {
780
- readonly [$$ScaleValue]: "space";
781
- };
782
- };
783
- mb: (value: string | number | {
784
- readonly [$$ScaleValue]: "space";
785
- }) => {
786
- marginBottom: string | number | {
787
- readonly [$$ScaleValue]: "space";
788
- };
789
- };
790
- ml: (value: string | number | {
791
- readonly [$$ScaleValue]: "space";
792
- }) => {
793
- marginLeft: string | number | {
794
- readonly [$$ScaleValue]: "space";
795
- };
796
- };
797
- mx: (value: string | number | {
798
- readonly [$$ScaleValue]: "space";
799
- }) => {
800
- marginLeft: string | number | {
801
- readonly [$$ScaleValue]: "space";
802
- };
803
- marginRight: string | number | {
804
- readonly [$$ScaleValue]: "space";
805
- };
806
- };
807
- my: (value: string | number | {
808
- readonly [$$ScaleValue]: "space";
809
- }) => {
810
- marginTop: string | number | {
811
- readonly [$$ScaleValue]: "space";
812
- };
813
- marginBottom: string | number | {
814
- readonly [$$ScaleValue]: "space";
815
- };
816
- };
817
- }>>;
12
+ export declare const TopBarBrandName: any;
13
+ export declare const TopBarBrand: any;
818
14
  export {};