@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
@@ -4,553 +4,14 @@ export declare const NavigationMenuDropdownItem: React.ForwardRefExoticComponent
4
4
  active?: boolean | undefined;
5
5
  disabled?: boolean | undefined;
6
6
  variant?: "link" | "dropdownItem" | undefined;
7
- css?: import("../../stitches").CSS | undefined;
7
+ css?: any;
8
8
  } & {
9
9
  children?: React.ReactNode;
10
- } & React.RefAttributes<HTMLAnchorElement>>, "key" | "children" | keyof {
10
+ } & React.RefAttributes<HTMLAnchorElement>>, "children" | "key" | keyof {
11
11
  href: string;
12
12
  active?: boolean | undefined;
13
13
  disabled?: boolean | undefined;
14
14
  variant?: "link" | "dropdownItem" | undefined;
15
- css?: import("../../stitches").CSS | undefined;
15
+ css?: any;
16
16
  }> & React.RefAttributes<HTMLAnchorElement>>;
17
- export declare const NavigationMenuDropdownItemTitle: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "key" | keyof React.HTMLAttributes<HTMLParagraphElement>> & {
18
- ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
19
- }, "size" | "css" | "noCapsize"> & import("@stitches/react/types/styled-component").TransformProps<{
20
- size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
21
- noCapsize?: boolean | "true" | undefined;
22
- }, {
23
- sm: string;
24
- md: string;
25
- lg: string;
26
- xl: string;
27
- reducedMotion: string;
28
- allowMotion: string;
29
- hover: string;
30
- }> & {
31
- css?: import("@stitches/react/types/css-util").CSS<{
32
- sm: string;
33
- md: string;
34
- lg: string;
35
- xl: string;
36
- reducedMotion: string;
37
- allowMotion: string;
38
- hover: string;
39
- }, {
40
- colors: {
41
- textForeground: any;
42
- textSubtle: any;
43
- textPlaceholder: any;
44
- background: any;
45
- backgroundAccent: any;
46
- tonal50: any;
47
- tonal100: any;
48
- tonal200: any;
49
- tonal300: any;
50
- tonal400: any;
51
- tonal500: any;
52
- tonal600: any;
53
- alpha100: any;
54
- alpha150: any;
55
- alpha200: any;
56
- alpha250: any;
57
- alpha600: any;
58
- primaryLight: any;
59
- primary: any;
60
- primaryMid: any;
61
- primaryDark: any;
62
- secondary: any;
63
- brandRed: any;
64
- brandRedAccent: any;
65
- brandGreen: any;
66
- brandGreenAccent: any;
67
- brandPurple: any;
68
- brandPurpleAccent: any;
69
- brandYellow: any;
70
- brandYellowAccent: any;
71
- successLight: any;
72
- success: any;
73
- successMid: any;
74
- successDark: any;
75
- dangerLight: any;
76
- danger: any;
77
- dangerMid: any;
78
- dangerDark: any;
79
- warningLight: any;
80
- warning: any;
81
- warningMid: any;
82
- warningDark: any;
83
- warningText: any;
84
- subjectEnglish: any;
85
- subjectMaths: any;
86
- subjectScience: any;
87
- subjectVerbalReasoning: any;
88
- subjectNonVerbalReasoning: any;
89
- subjectCreativeWriting: any;
90
- subjectExamSkills: any;
91
- };
92
- space: {
93
- "0": any;
94
- "1": any;
95
- "2": any;
96
- "3": any;
97
- "4": any;
98
- "5": any;
99
- "6": any;
100
- "7": any;
101
- "8": any;
102
- "9": any;
103
- };
104
- fontSizes: {
105
- xs: any;
106
- sm: any;
107
- md: any;
108
- lg: any;
109
- xl: any;
110
- "2xl": any;
111
- "3xl": any;
112
- "4xl": any;
113
- };
114
- fonts: {
115
- sans: any;
116
- mono: any;
117
- display: any;
118
- body: any;
119
- };
120
- sizes: {
121
- "0": any;
122
- "1": any;
123
- "2": any;
124
- "3": any;
125
- "4": any;
126
- "5": any;
127
- "6": any;
128
- "7": any;
129
- "8": any;
130
- };
131
- radii: {
132
- "0": any;
133
- "1": any;
134
- "2": any;
135
- "3": any;
136
- round: any;
137
- };
138
- shadows: {
139
- "0": any;
140
- "1": any;
141
- "2": any;
142
- "3": any;
143
- };
144
- }, import("@stitches/react/types/config").DefaultThemeMap, {
145
- bg: (value: {
146
- readonly [$$PropertyValue]: "background";
147
- }) => {
148
- background: {
149
- readonly [$$PropertyValue]: "background";
150
- };
151
- };
152
- inset: (value: string | number | {
153
- readonly [$$ScaleValue]: "space";
154
- }) => {
155
- top: string | number | {
156
- readonly [$$ScaleValue]: "space";
157
- };
158
- right: string | number | {
159
- readonly [$$ScaleValue]: "space";
160
- };
161
- bottom: string | number | {
162
- readonly [$$ScaleValue]: "space";
163
- };
164
- left: string | number | {
165
- readonly [$$ScaleValue]: "space";
166
- };
167
- };
168
- size: (value: string | number | {
169
- readonly [$$ScaleValue]: "size";
170
- }) => {
171
- height: string | number | {
172
- readonly [$$ScaleValue]: "size";
173
- };
174
- width: string | number | {
175
- readonly [$$ScaleValue]: "size";
176
- };
177
- };
178
- p: (value: string | number | {
179
- readonly [$$ScaleValue]: "space";
180
- }) => {
181
- padding: string | number | {
182
- readonly [$$ScaleValue]: "space";
183
- };
184
- };
185
- pt: (value: string | number | {
186
- readonly [$$ScaleValue]: "space";
187
- }) => {
188
- paddingTop: string | number | {
189
- readonly [$$ScaleValue]: "space";
190
- };
191
- };
192
- pr: (value: string | number | {
193
- readonly [$$ScaleValue]: "space";
194
- }) => {
195
- paddingRight: string | number | {
196
- readonly [$$ScaleValue]: "space";
197
- };
198
- };
199
- pb: (value: string | number | {
200
- readonly [$$ScaleValue]: "space";
201
- }) => {
202
- paddingBottom: string | number | {
203
- readonly [$$ScaleValue]: "space";
204
- };
205
- };
206
- pl: (value: string | number | {
207
- readonly [$$ScaleValue]: "space";
208
- }) => {
209
- paddingLeft: string | number | {
210
- readonly [$$ScaleValue]: "space";
211
- };
212
- };
213
- px: (value: string | number | {
214
- readonly [$$ScaleValue]: "space";
215
- }) => {
216
- paddingLeft: string | number | {
217
- readonly [$$ScaleValue]: "space";
218
- };
219
- paddingRight: string | number | {
220
- readonly [$$ScaleValue]: "space";
221
- };
222
- };
223
- py: (value: string | number | {
224
- readonly [$$ScaleValue]: "space";
225
- }) => {
226
- paddingTop: string | number | {
227
- readonly [$$ScaleValue]: "space";
228
- };
229
- paddingBottom: string | number | {
230
- readonly [$$ScaleValue]: "space";
231
- };
232
- };
233
- m: (value: string | number | {
234
- readonly [$$ScaleValue]: "space";
235
- }) => {
236
- margin: string | number | {
237
- readonly [$$ScaleValue]: "space";
238
- };
239
- };
240
- mt: (value: string | number | {
241
- readonly [$$ScaleValue]: "space";
242
- }) => {
243
- marginTop: string | number | {
244
- readonly [$$ScaleValue]: "space";
245
- };
246
- };
247
- mr: (value: string | number | {
248
- readonly [$$ScaleValue]: "space";
249
- }) => {
250
- marginRight: string | number | {
251
- readonly [$$ScaleValue]: "space";
252
- };
253
- };
254
- mb: (value: string | number | {
255
- readonly [$$ScaleValue]: "space";
256
- }) => {
257
- marginBottom: string | number | {
258
- readonly [$$ScaleValue]: "space";
259
- };
260
- };
261
- ml: (value: string | number | {
262
- readonly [$$ScaleValue]: "space";
263
- }) => {
264
- marginLeft: string | number | {
265
- readonly [$$ScaleValue]: "space";
266
- };
267
- };
268
- mx: (value: string | number | {
269
- readonly [$$ScaleValue]: "space";
270
- }) => {
271
- marginLeft: string | number | {
272
- readonly [$$ScaleValue]: "space";
273
- };
274
- marginRight: string | number | {
275
- readonly [$$ScaleValue]: "space";
276
- };
277
- };
278
- my: (value: string | number | {
279
- readonly [$$ScaleValue]: "space";
280
- }) => {
281
- marginTop: string | number | {
282
- readonly [$$ScaleValue]: "space";
283
- };
284
- marginBottom: string | number | {
285
- readonly [$$ScaleValue]: "space";
286
- };
287
- };
288
- }> | undefined;
289
- }, "as"> & {
290
- as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
291
- }>, {}, {
292
- sm: string;
293
- md: string;
294
- lg: string;
295
- xl: string;
296
- reducedMotion: string;
297
- allowMotion: string;
298
- hover: string;
299
- }, import("@stitches/react/types/css-util").CSS<{
300
- sm: string;
301
- md: string;
302
- lg: string;
303
- xl: string;
304
- reducedMotion: string;
305
- allowMotion: string;
306
- hover: string;
307
- }, {
308
- colors: {
309
- textForeground: any;
310
- textSubtle: any;
311
- textPlaceholder: any;
312
- background: any;
313
- backgroundAccent: any;
314
- tonal50: any;
315
- tonal100: any;
316
- tonal200: any;
317
- tonal300: any;
318
- tonal400: any;
319
- tonal500: any;
320
- tonal600: any;
321
- alpha100: any;
322
- alpha150: any;
323
- alpha200: any;
324
- alpha250: any;
325
- alpha600: any;
326
- primaryLight: any;
327
- primary: any;
328
- primaryMid: any;
329
- primaryDark: any;
330
- secondary: any;
331
- brandRed: any;
332
- brandRedAccent: any;
333
- brandGreen: any;
334
- brandGreenAccent: any;
335
- brandPurple: any;
336
- brandPurpleAccent: any;
337
- brandYellow: any;
338
- brandYellowAccent: any;
339
- successLight: any;
340
- success: any;
341
- successMid: any;
342
- successDark: any;
343
- dangerLight: any;
344
- danger: any;
345
- dangerMid: any;
346
- dangerDark: any;
347
- warningLight: any;
348
- warning: any;
349
- warningMid: any;
350
- warningDark: any;
351
- warningText: any;
352
- subjectEnglish: any;
353
- subjectMaths: any;
354
- subjectScience: any;
355
- subjectVerbalReasoning: any;
356
- subjectNonVerbalReasoning: any;
357
- subjectCreativeWriting: any;
358
- subjectExamSkills: any;
359
- };
360
- space: {
361
- "0": any;
362
- "1": any;
363
- "2": any;
364
- "3": any;
365
- "4": any;
366
- "5": any;
367
- "6": any;
368
- "7": any;
369
- "8": any;
370
- "9": any;
371
- };
372
- fontSizes: {
373
- xs: any;
374
- sm: any;
375
- md: any;
376
- lg: any;
377
- xl: any;
378
- "2xl": any;
379
- "3xl": any;
380
- "4xl": any;
381
- };
382
- fonts: {
383
- sans: any;
384
- mono: any;
385
- display: any;
386
- body: any;
387
- };
388
- sizes: {
389
- "0": any;
390
- "1": any;
391
- "2": any;
392
- "3": any;
393
- "4": any;
394
- "5": any;
395
- "6": any;
396
- "7": any;
397
- "8": any;
398
- };
399
- radii: {
400
- "0": any;
401
- "1": any;
402
- "2": any;
403
- "3": any;
404
- round: any;
405
- };
406
- shadows: {
407
- "0": any;
408
- "1": any;
409
- "2": any;
410
- "3": any;
411
- };
412
- }, import("@stitches/react/types/config").DefaultThemeMap, {
413
- bg: (value: {
414
- readonly [$$PropertyValue]: "background";
415
- }) => {
416
- background: {
417
- readonly [$$PropertyValue]: "background";
418
- };
419
- };
420
- inset: (value: string | number | {
421
- readonly [$$ScaleValue]: "space";
422
- }) => {
423
- top: string | number | {
424
- readonly [$$ScaleValue]: "space";
425
- };
426
- right: string | number | {
427
- readonly [$$ScaleValue]: "space";
428
- };
429
- bottom: string | number | {
430
- readonly [$$ScaleValue]: "space";
431
- };
432
- left: string | number | {
433
- readonly [$$ScaleValue]: "space";
434
- };
435
- };
436
- size: (value: string | number | {
437
- readonly [$$ScaleValue]: "size";
438
- }) => {
439
- height: string | number | {
440
- readonly [$$ScaleValue]: "size";
441
- };
442
- width: string | number | {
443
- readonly [$$ScaleValue]: "size";
444
- };
445
- };
446
- p: (value: string | number | {
447
- readonly [$$ScaleValue]: "space";
448
- }) => {
449
- padding: string | number | {
450
- readonly [$$ScaleValue]: "space";
451
- };
452
- };
453
- pt: (value: string | number | {
454
- readonly [$$ScaleValue]: "space";
455
- }) => {
456
- paddingTop: string | number | {
457
- readonly [$$ScaleValue]: "space";
458
- };
459
- };
460
- pr: (value: string | number | {
461
- readonly [$$ScaleValue]: "space";
462
- }) => {
463
- paddingRight: string | number | {
464
- readonly [$$ScaleValue]: "space";
465
- };
466
- };
467
- pb: (value: string | number | {
468
- readonly [$$ScaleValue]: "space";
469
- }) => {
470
- paddingBottom: string | number | {
471
- readonly [$$ScaleValue]: "space";
472
- };
473
- };
474
- pl: (value: string | number | {
475
- readonly [$$ScaleValue]: "space";
476
- }) => {
477
- paddingLeft: string | number | {
478
- readonly [$$ScaleValue]: "space";
479
- };
480
- };
481
- px: (value: string | number | {
482
- readonly [$$ScaleValue]: "space";
483
- }) => {
484
- paddingLeft: string | number | {
485
- readonly [$$ScaleValue]: "space";
486
- };
487
- paddingRight: string | number | {
488
- readonly [$$ScaleValue]: "space";
489
- };
490
- };
491
- py: (value: string | number | {
492
- readonly [$$ScaleValue]: "space";
493
- }) => {
494
- paddingTop: string | number | {
495
- readonly [$$ScaleValue]: "space";
496
- };
497
- paddingBottom: string | number | {
498
- readonly [$$ScaleValue]: "space";
499
- };
500
- };
501
- m: (value: string | number | {
502
- readonly [$$ScaleValue]: "space";
503
- }) => {
504
- margin: string | number | {
505
- readonly [$$ScaleValue]: "space";
506
- };
507
- };
508
- mt: (value: string | number | {
509
- readonly [$$ScaleValue]: "space";
510
- }) => {
511
- marginTop: string | number | {
512
- readonly [$$ScaleValue]: "space";
513
- };
514
- };
515
- mr: (value: string | number | {
516
- readonly [$$ScaleValue]: "space";
517
- }) => {
518
- marginRight: string | number | {
519
- readonly [$$ScaleValue]: "space";
520
- };
521
- };
522
- mb: (value: string | number | {
523
- readonly [$$ScaleValue]: "space";
524
- }) => {
525
- marginBottom: string | number | {
526
- readonly [$$ScaleValue]: "space";
527
- };
528
- };
529
- ml: (value: string | number | {
530
- readonly [$$ScaleValue]: "space";
531
- }) => {
532
- marginLeft: string | number | {
533
- readonly [$$ScaleValue]: "space";
534
- };
535
- };
536
- mx: (value: string | number | {
537
- readonly [$$ScaleValue]: "space";
538
- }) => {
539
- marginLeft: string | number | {
540
- readonly [$$ScaleValue]: "space";
541
- };
542
- marginRight: string | number | {
543
- readonly [$$ScaleValue]: "space";
544
- };
545
- };
546
- my: (value: string | number | {
547
- readonly [$$ScaleValue]: "space";
548
- }) => {
549
- marginTop: string | number | {
550
- readonly [$$ScaleValue]: "space";
551
- };
552
- marginBottom: string | number | {
553
- readonly [$$ScaleValue]: "space";
554
- };
555
- };
556
- }>>;
17
+ export declare const NavigationMenuDropdownItemTitle: any;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { CSS } from '../../stitches';
2
+ import { CSS } from '~/stitches';
3
3
  declare type NavigationMenuLinkProps = {
4
4
  href: string;
5
5
  active?: boolean;