@atom-learning/components 2.70.0 → 3.0.0

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 (131) hide show
  1. package/CHANGELOG.md +16 -5
  2. package/dist/components/dialog/DialogContent.js +1 -1
  3. package/dist/components/dialog/DialogContent.js.map +1 -1
  4. package/dist/components/drawer/Drawer.context.d.ts +8 -0
  5. package/dist/components/drawer/Drawer.context.js +2 -0
  6. package/dist/components/drawer/Drawer.context.js.map +1 -0
  7. package/dist/components/drawer/Drawer.d.ts +1953 -0
  8. package/dist/components/drawer/Drawer.js +2 -0
  9. package/dist/components/drawer/Drawer.js.map +1 -0
  10. package/dist/components/drawer/Drawer.styles.d.ts +5 -0
  11. package/dist/components/drawer/Drawer.styles.js +2 -0
  12. package/dist/components/drawer/Drawer.styles.js.map +1 -0
  13. package/dist/components/drawer/DrawerClose.d.ts +3 -0
  14. package/dist/components/drawer/DrawerClose.js +2 -0
  15. package/dist/components/drawer/DrawerClose.js.map +1 -0
  16. package/dist/components/{sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts → drawer/DrawerContent.d.ts} +4 -4
  17. package/dist/components/drawer/DrawerContent.js +2 -0
  18. package/dist/components/drawer/DrawerContent.js.map +1 -0
  19. package/dist/components/{sidedrawer/SidedrawerFooter.d.ts → drawer/DrawerFooter.d.ts} +1 -1
  20. package/dist/components/drawer/DrawerFooter.js +2 -0
  21. package/dist/components/drawer/DrawerFooter.js.map +1 -0
  22. package/dist/components/{sidedrawer/SidedrawerHeader.d.ts → drawer/DrawerHeader.d.ts} +1 -4
  23. package/dist/components/drawer/DrawerHeader.js +2 -0
  24. package/dist/components/drawer/DrawerHeader.js.map +1 -0
  25. package/dist/components/drawer/DrawerMain.d.ts +319 -0
  26. package/dist/components/drawer/DrawerMain.js +2 -0
  27. package/dist/components/drawer/DrawerMain.js.map +1 -0
  28. package/dist/components/{sidedrawer/SidedrawerOverlay.d.ts → drawer/DrawerOverlay.d.ts} +1 -1
  29. package/dist/components/drawer/DrawerOverlay.js +2 -0
  30. package/dist/components/drawer/DrawerOverlay.js.map +1 -0
  31. package/dist/components/{sidedrawer/SidedrawerTrigger.d.ts → drawer/DrawerTrigger.d.ts} +1 -1
  32. package/dist/components/drawer/DrawerTrigger.js +2 -0
  33. package/dist/components/drawer/DrawerTrigger.js.map +1 -0
  34. package/dist/components/drawer/index.d.ts +1 -0
  35. package/dist/components/index.d.ts +2 -1
  36. package/dist/components/navigation/NavigationMenuDropdownContent.js +1 -1
  37. package/dist/components/navigation/NavigationMenuDropdownContent.js.map +1 -1
  38. package/dist/components/navigation/NavigationMenuDropdownTrigger.js +1 -1
  39. package/dist/components/navigation/NavigationMenuDropdownTrigger.js.map +1 -1
  40. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +341 -0
  41. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.js +2 -0
  42. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.js.map +1 -0
  43. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.d.ts +53 -0
  44. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js +2 -0
  45. package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js.map +1 -0
  46. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.d.ts +11 -0
  47. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.js +2 -0
  48. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordion.js.map +1 -0
  49. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +324 -0
  50. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.js +2 -0
  51. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.js.map +1 -0
  52. package/dist/components/{sidedrawer/SidedrawerContent.d.ts → navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts} +5 -2
  53. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.js +2 -0
  54. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.js.map +1 -0
  55. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +649 -0
  56. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.js +2 -0
  57. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.js.map +1 -0
  58. package/dist/components/{sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts → navigation-menu-vertical/NavigationMenuVerticalItem.d.ts} +5 -2
  59. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.js +2 -0
  60. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.js.map +1 -0
  61. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.d.ts +5 -0
  62. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.js +2 -0
  63. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.js.map +1 -0
  64. package/dist/components/{sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts → navigation-menu-vertical/NavigationMenuVerticalLink.d.ts} +5 -2
  65. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.js +2 -0
  66. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.js.map +1 -0
  67. package/dist/components/{sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts → navigation-menu-vertical/NavigationMenuVerticalList.d.ts} +1 -1
  68. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.js +2 -0
  69. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.js.map +1 -0
  70. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +650 -0
  71. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js +2 -0
  72. package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -0
  73. package/dist/components/navigation-menu-vertical/index.d.ts +1 -0
  74. package/dist/components/pagination/PaginationPopover.js +1 -1
  75. package/dist/components/pagination/PaginationPopover.js.map +1 -1
  76. package/dist/docgen.json +1 -1
  77. package/dist/index.cjs.js +1 -1
  78. package/dist/index.cjs.js.map +1 -1
  79. package/dist/index.js +1 -1
  80. package/dist/utilities/event/index.d.ts +1 -0
  81. package/dist/utilities/event/preventEvent.d.ts +1 -0
  82. package/dist/utilities/event/preventEvent.js +2 -0
  83. package/dist/utilities/event/preventEvent.js.map +1 -0
  84. package/dist/utilities/style/backdrop-overlay.d.ts +14 -0
  85. package/dist/utilities/style/backdrop-overlay.js +2 -0
  86. package/dist/utilities/style/backdrop-overlay.js.map +1 -0
  87. package/dist/utilities/style/keyframe-animations.d.ts +13 -7
  88. package/dist/utilities/style/keyframe-animations.js +1 -1
  89. package/dist/utilities/style/keyframe-animations.js.map +1 -1
  90. package/dist/utilities/style/reset.d.ts +13 -0
  91. package/dist/utilities/style/reset.js +2 -0
  92. package/dist/utilities/style/reset.js.map +1 -0
  93. package/package.json +3 -2
  94. package/dist/components/navigation/preventHover.d.ts +0 -1
  95. package/dist/components/navigation/preventHover.js +0 -2
  96. package/dist/components/navigation/preventHover.js.map +0 -1
  97. package/dist/components/sidedrawer/Sidedrawer.d.ts +0 -24
  98. package/dist/components/sidedrawer/Sidedrawer.js +0 -2
  99. package/dist/components/sidedrawer/Sidedrawer.js.map +0 -1
  100. package/dist/components/sidedrawer/Sidedrawer.styles.d.ts +0 -44
  101. package/dist/components/sidedrawer/Sidedrawer.styles.js +0 -2
  102. package/dist/components/sidedrawer/Sidedrawer.styles.js.map +0 -1
  103. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.js +0 -2
  104. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.js.map +0 -1
  105. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.js +0 -2
  106. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.js.map +0 -1
  107. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.js +0 -2
  108. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.js.map +0 -1
  109. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.js +0 -2
  110. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.js.map +0 -1
  111. package/dist/components/sidedrawer/SidedrawerAccordion/index.d.ts +0 -4
  112. package/dist/components/sidedrawer/SidedrawerBody.d.ts +0 -2
  113. package/dist/components/sidedrawer/SidedrawerBody.js +0 -2
  114. package/dist/components/sidedrawer/SidedrawerBody.js.map +0 -1
  115. package/dist/components/sidedrawer/SidedrawerClose.d.ts +0 -3
  116. package/dist/components/sidedrawer/SidedrawerClose.js +0 -2
  117. package/dist/components/sidedrawer/SidedrawerClose.js.map +0 -1
  118. package/dist/components/sidedrawer/SidedrawerContent.js +0 -2
  119. package/dist/components/sidedrawer/SidedrawerContent.js.map +0 -1
  120. package/dist/components/sidedrawer/SidedrawerFooter.js +0 -2
  121. package/dist/components/sidedrawer/SidedrawerFooter.js.map +0 -1
  122. package/dist/components/sidedrawer/SidedrawerHeader.js +0 -2
  123. package/dist/components/sidedrawer/SidedrawerHeader.js.map +0 -1
  124. package/dist/components/sidedrawer/SidedrawerItem.d.ts +0 -9
  125. package/dist/components/sidedrawer/SidedrawerItem.js +0 -2
  126. package/dist/components/sidedrawer/SidedrawerItem.js.map +0 -1
  127. package/dist/components/sidedrawer/SidedrawerOverlay.js +0 -2
  128. package/dist/components/sidedrawer/SidedrawerOverlay.js.map +0 -1
  129. package/dist/components/sidedrawer/SidedrawerTrigger.js +0 -2
  130. package/dist/components/sidedrawer/SidedrawerTrigger.js.map +0 -1
  131. package/dist/components/sidedrawer/index.d.ts +0 -1
@@ -0,0 +1,650 @@
1
+ import React from 'react';
2
+ declare const StyledNavigationMenuVerticalText: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "key" | keyof React.HTMLAttributes<HTMLParagraphElement>> & {
3
+ ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
4
+ }, "size" | "css" | "noCapsize"> & import("@stitches/react/types/styled-component").TransformProps<{
5
+ size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
6
+ noCapsize?: boolean | "true" | undefined;
7
+ }, {
8
+ sm: string;
9
+ md: string;
10
+ lg: string;
11
+ xl: string;
12
+ reducedMotion: string;
13
+ allowMotion: string;
14
+ hover: string;
15
+ }> & {
16
+ css?: 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
+ grey100: any;
32
+ grey200: any;
33
+ grey300: any;
34
+ grey400: any;
35
+ grey500: any;
36
+ grey600: any;
37
+ grey700: any;
38
+ grey800: any;
39
+ grey900: any;
40
+ grey1000: any;
41
+ grey1100: any;
42
+ grey1200: any;
43
+ blue100: any;
44
+ blue200: any;
45
+ blue300: any;
46
+ blue400: any;
47
+ blue500: any;
48
+ blue600: any;
49
+ blue700: any;
50
+ blue800: any;
51
+ blue900: any;
52
+ blue1000: any;
53
+ blue1100: any;
54
+ blue1200: any;
55
+ purple100: any;
56
+ purple200: any;
57
+ purple300: any;
58
+ purple400: any;
59
+ purple500: any;
60
+ purple600: any;
61
+ purple700: any;
62
+ purple800: any;
63
+ purple900: any;
64
+ purple1000: any;
65
+ purple1100: any;
66
+ purple1200: any;
67
+ cyan100: any;
68
+ cyan200: any;
69
+ cyan300: any;
70
+ cyan400: any;
71
+ cyan500: any;
72
+ cyan600: any;
73
+ cyan700: any;
74
+ cyan800: any;
75
+ cyan900: any;
76
+ cyan1000: any;
77
+ cyan1100: any;
78
+ cyan1200: any;
79
+ green100: any;
80
+ green200: any;
81
+ green300: any;
82
+ green400: any;
83
+ green500: any;
84
+ green600: any;
85
+ green700: any;
86
+ green800: any;
87
+ green900: any;
88
+ green1000: any;
89
+ green1100: any;
90
+ green1200: any;
91
+ magenta100: any;
92
+ magenta200: any;
93
+ magenta300: any;
94
+ magenta400: any;
95
+ magenta500: any;
96
+ magenta600: any;
97
+ magenta700: any;
98
+ magenta800: any;
99
+ magenta900: any;
100
+ magenta1000: any;
101
+ magenta1100: any;
102
+ magenta1200: any;
103
+ red100: any;
104
+ red200: any;
105
+ red300: any;
106
+ red400: any;
107
+ red500: any;
108
+ red600: any;
109
+ red700: any;
110
+ red800: any;
111
+ red900: any;
112
+ red1000: any;
113
+ red1100: any;
114
+ red1200: any;
115
+ teal100: any;
116
+ teal200: any;
117
+ teal300: any;
118
+ teal400: any;
119
+ teal500: any;
120
+ teal600: any;
121
+ teal700: any;
122
+ teal800: any;
123
+ teal900: any;
124
+ teal1000: any;
125
+ teal1100: any;
126
+ teal1200: any;
127
+ orange100: any;
128
+ orange200: any;
129
+ orange300: any;
130
+ orange400: any;
131
+ orange500: any;
132
+ orange600: any;
133
+ orange700: any;
134
+ orange800: any;
135
+ orange900: any;
136
+ orange1000: any;
137
+ orange1100: any;
138
+ orange1200: any;
139
+ yellow100: any;
140
+ yellow200: any;
141
+ yellow300: any;
142
+ yellow400: any;
143
+ yellow500: any;
144
+ yellow600: any;
145
+ yellow700: any;
146
+ yellow800: any;
147
+ yellow900: any;
148
+ yellow1000: any;
149
+ yellow1100: any;
150
+ yellow1200: any;
151
+ lime100: any;
152
+ lime200: any;
153
+ lime300: any;
154
+ lime400: any;
155
+ lime500: any;
156
+ lime600: any;
157
+ lime700: any;
158
+ lime800: any;
159
+ lime900: any;
160
+ lime1000: any;
161
+ lime1100: any;
162
+ lime1200: any;
163
+ tonal50: any;
164
+ tonal100: any;
165
+ tonal200: any;
166
+ tonal300: any;
167
+ tonal400: any;
168
+ tonal500: any;
169
+ tonal600: any;
170
+ alpha100: any;
171
+ alpha150: any;
172
+ alpha200: any;
173
+ alpha250: any;
174
+ alpha600: any;
175
+ primaryLight: any;
176
+ primary: any;
177
+ primaryMid: any;
178
+ primaryDark: any;
179
+ secondary: any;
180
+ brandRed: any;
181
+ brandRedAccent: any;
182
+ brandGreen: any;
183
+ brandGreenAccent: any;
184
+ brandPurple: any;
185
+ brandPurpleAccent: any;
186
+ brandYellow: any;
187
+ brandYellowAccent: any;
188
+ successLight: any;
189
+ success: any;
190
+ successMid: any;
191
+ successDark: any;
192
+ dangerLight: any;
193
+ danger: any;
194
+ dangerMid: any;
195
+ dangerDark: any;
196
+ warningLight: any;
197
+ warning: any;
198
+ warningMid: any;
199
+ warningDark: any;
200
+ warningText: any;
201
+ subjectEnglish: any;
202
+ subjectMaths: any;
203
+ subjectScience: any;
204
+ subjectVerbalReasoning: any;
205
+ subjectNonVerbalReasoning: any;
206
+ subjectCreativeWriting: any;
207
+ subjectExamSkills: any;
208
+ glBlueLight: any;
209
+ glBluePrimary: any;
210
+ glBlueDark: any;
211
+ };
212
+ space: {
213
+ "0": any;
214
+ "1": any;
215
+ "2": any;
216
+ "3": any;
217
+ "4": any;
218
+ "5": any;
219
+ "6": any;
220
+ "7": any;
221
+ "8": any;
222
+ "9": any;
223
+ "24": any;
224
+ };
225
+ fontSizes: {
226
+ xs: any;
227
+ sm: any;
228
+ md: any;
229
+ lg: any;
230
+ xl: any;
231
+ "2xl": any;
232
+ "3xl": any;
233
+ "4xl": any;
234
+ };
235
+ fonts: {
236
+ sans: any;
237
+ mono: any;
238
+ display: any;
239
+ body: any;
240
+ };
241
+ sizes: {
242
+ "0": any;
243
+ "1": any;
244
+ "2": any;
245
+ "3": any;
246
+ "4": any;
247
+ "5": any;
248
+ "6": any;
249
+ "7": any;
250
+ "8": any;
251
+ };
252
+ radii: {
253
+ "0": any;
254
+ "1": any;
255
+ "2": any;
256
+ "3": any;
257
+ round: any;
258
+ };
259
+ shadows: {
260
+ "0": any;
261
+ "1": any;
262
+ "2": any;
263
+ "3": any;
264
+ };
265
+ ratios: {
266
+ "16-9": any;
267
+ "3-2": any;
268
+ "4-3": any;
269
+ "1-1": any;
270
+ "3-4": any;
271
+ };
272
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
273
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
274
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
275
+ };
276
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
277
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
278
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
279
+ };
280
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
281
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
282
+ };
283
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
284
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
285
+ };
286
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
287
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
288
+ };
289
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
290
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
291
+ };
292
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
293
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
294
+ };
295
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
296
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
297
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
298
+ };
299
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
300
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
301
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
302
+ };
303
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
304
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
305
+ };
306
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
307
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
308
+ };
309
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
310
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
311
+ };
312
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
313
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
314
+ };
315
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
316
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
317
+ };
318
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
319
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
320
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
321
+ };
322
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
323
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
324
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
325
+ };
326
+ }> | undefined;
327
+ }, "as"> & {
328
+ as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
329
+ }>, {}, {
330
+ sm: string;
331
+ md: string;
332
+ lg: string;
333
+ xl: string;
334
+ reducedMotion: string;
335
+ allowMotion: string;
336
+ hover: string;
337
+ }, import("@stitches/react/types/css-util").CSS<{
338
+ sm: string;
339
+ md: string;
340
+ lg: string;
341
+ xl: string;
342
+ reducedMotion: string;
343
+ allowMotion: string;
344
+ hover: string;
345
+ }, {
346
+ colors: {
347
+ textForeground: any;
348
+ textSubtle: any;
349
+ textPlaceholder: any;
350
+ background: any;
351
+ backgroundAccent: any;
352
+ grey100: any;
353
+ grey200: any;
354
+ grey300: any;
355
+ grey400: any;
356
+ grey500: any;
357
+ grey600: any;
358
+ grey700: any;
359
+ grey800: any;
360
+ grey900: any;
361
+ grey1000: any;
362
+ grey1100: any;
363
+ grey1200: any;
364
+ blue100: any;
365
+ blue200: any;
366
+ blue300: any;
367
+ blue400: any;
368
+ blue500: any;
369
+ blue600: any;
370
+ blue700: any;
371
+ blue800: any;
372
+ blue900: any;
373
+ blue1000: any;
374
+ blue1100: any;
375
+ blue1200: any;
376
+ purple100: any;
377
+ purple200: any;
378
+ purple300: any;
379
+ purple400: any;
380
+ purple500: any;
381
+ purple600: any;
382
+ purple700: any;
383
+ purple800: any;
384
+ purple900: any;
385
+ purple1000: any;
386
+ purple1100: any;
387
+ purple1200: any;
388
+ cyan100: any;
389
+ cyan200: any;
390
+ cyan300: any;
391
+ cyan400: any;
392
+ cyan500: any;
393
+ cyan600: any;
394
+ cyan700: any;
395
+ cyan800: any;
396
+ cyan900: any;
397
+ cyan1000: any;
398
+ cyan1100: any;
399
+ cyan1200: any;
400
+ green100: any;
401
+ green200: any;
402
+ green300: any;
403
+ green400: any;
404
+ green500: any;
405
+ green600: any;
406
+ green700: any;
407
+ green800: any;
408
+ green900: any;
409
+ green1000: any;
410
+ green1100: any;
411
+ green1200: any;
412
+ magenta100: any;
413
+ magenta200: any;
414
+ magenta300: any;
415
+ magenta400: any;
416
+ magenta500: any;
417
+ magenta600: any;
418
+ magenta700: any;
419
+ magenta800: any;
420
+ magenta900: any;
421
+ magenta1000: any;
422
+ magenta1100: any;
423
+ magenta1200: any;
424
+ red100: any;
425
+ red200: any;
426
+ red300: any;
427
+ red400: any;
428
+ red500: any;
429
+ red600: any;
430
+ red700: any;
431
+ red800: any;
432
+ red900: any;
433
+ red1000: any;
434
+ red1100: any;
435
+ red1200: any;
436
+ teal100: any;
437
+ teal200: any;
438
+ teal300: any;
439
+ teal400: any;
440
+ teal500: any;
441
+ teal600: any;
442
+ teal700: any;
443
+ teal800: any;
444
+ teal900: any;
445
+ teal1000: any;
446
+ teal1100: any;
447
+ teal1200: any;
448
+ orange100: any;
449
+ orange200: any;
450
+ orange300: any;
451
+ orange400: any;
452
+ orange500: any;
453
+ orange600: any;
454
+ orange700: any;
455
+ orange800: any;
456
+ orange900: any;
457
+ orange1000: any;
458
+ orange1100: any;
459
+ orange1200: any;
460
+ yellow100: any;
461
+ yellow200: any;
462
+ yellow300: any;
463
+ yellow400: any;
464
+ yellow500: any;
465
+ yellow600: any;
466
+ yellow700: any;
467
+ yellow800: any;
468
+ yellow900: any;
469
+ yellow1000: any;
470
+ yellow1100: any;
471
+ yellow1200: any;
472
+ lime100: any;
473
+ lime200: any;
474
+ lime300: any;
475
+ lime400: any;
476
+ lime500: any;
477
+ lime600: any;
478
+ lime700: any;
479
+ lime800: any;
480
+ lime900: any;
481
+ lime1000: any;
482
+ lime1100: any;
483
+ lime1200: any;
484
+ tonal50: any;
485
+ tonal100: any;
486
+ tonal200: any;
487
+ tonal300: any;
488
+ tonal400: any;
489
+ tonal500: any;
490
+ tonal600: any;
491
+ alpha100: any;
492
+ alpha150: any;
493
+ alpha200: any;
494
+ alpha250: any;
495
+ alpha600: any;
496
+ primaryLight: any;
497
+ primary: any;
498
+ primaryMid: any;
499
+ primaryDark: any;
500
+ secondary: any;
501
+ brandRed: any;
502
+ brandRedAccent: any;
503
+ brandGreen: any;
504
+ brandGreenAccent: any;
505
+ brandPurple: any;
506
+ brandPurpleAccent: any;
507
+ brandYellow: any;
508
+ brandYellowAccent: any;
509
+ successLight: any;
510
+ success: any;
511
+ successMid: any;
512
+ successDark: any;
513
+ dangerLight: any;
514
+ danger: any;
515
+ dangerMid: any;
516
+ dangerDark: any;
517
+ warningLight: any;
518
+ warning: any;
519
+ warningMid: any;
520
+ warningDark: any;
521
+ warningText: any;
522
+ subjectEnglish: any;
523
+ subjectMaths: any;
524
+ subjectScience: any;
525
+ subjectVerbalReasoning: any;
526
+ subjectNonVerbalReasoning: any;
527
+ subjectCreativeWriting: any;
528
+ subjectExamSkills: any;
529
+ glBlueLight: any;
530
+ glBluePrimary: any;
531
+ glBlueDark: any;
532
+ };
533
+ space: {
534
+ "0": any;
535
+ "1": any;
536
+ "2": any;
537
+ "3": any;
538
+ "4": any;
539
+ "5": any;
540
+ "6": any;
541
+ "7": any;
542
+ "8": any;
543
+ "9": any;
544
+ "24": any;
545
+ };
546
+ fontSizes: {
547
+ xs: any;
548
+ sm: any;
549
+ md: any;
550
+ lg: any;
551
+ xl: any;
552
+ "2xl": any;
553
+ "3xl": any;
554
+ "4xl": any;
555
+ };
556
+ fonts: {
557
+ sans: any;
558
+ mono: any;
559
+ display: any;
560
+ body: any;
561
+ };
562
+ sizes: {
563
+ "0": any;
564
+ "1": any;
565
+ "2": any;
566
+ "3": any;
567
+ "4": any;
568
+ "5": any;
569
+ "6": any;
570
+ "7": any;
571
+ "8": any;
572
+ };
573
+ radii: {
574
+ "0": any;
575
+ "1": any;
576
+ "2": any;
577
+ "3": any;
578
+ round: any;
579
+ };
580
+ shadows: {
581
+ "0": any;
582
+ "1": any;
583
+ "2": any;
584
+ "3": any;
585
+ };
586
+ ratios: {
587
+ "16-9": any;
588
+ "3-2": any;
589
+ "4-3": any;
590
+ "1-1": any;
591
+ "3-4": any;
592
+ };
593
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
594
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
595
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
596
+ };
597
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
598
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
599
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
600
+ };
601
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
602
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
603
+ };
604
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
605
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
606
+ };
607
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
608
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
609
+ };
610
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
611
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
612
+ };
613
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
614
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
615
+ };
616
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
617
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
618
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
619
+ };
620
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
621
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
622
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
623
+ };
624
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
625
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
626
+ };
627
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
628
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
629
+ };
630
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
631
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
632
+ };
633
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
634
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
635
+ };
636
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
637
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
638
+ };
639
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
640
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
641
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
642
+ };
643
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
644
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
645
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
646
+ };
647
+ }>>;
648
+ declare type TStyledNavigationMenuVerticalTextProps = React.ComponentProps<typeof StyledNavigationMenuVerticalText>;
649
+ export declare const NavigationMenuVerticalText: (props: TStyledNavigationMenuVerticalTextProps) => JSX.Element;
650
+ export {};
@@ -0,0 +1,2 @@
1
+ import e from"react";import{Text as i}from"../text/Text.js";import{styled as o}from"../../stitches.js";const a=o.withConfig({shouldForwardStitchesProp:t=>["as"].includes(t)})(i,{fontWeight:"var(--navigation-menu-vertical-item-font-weight)"}),r=t=>e.createElement(a,{size:"md",as:"span",...t});export{r as NavigationMenuVerticalText};
2
+ //# sourceMappingURL=NavigationMenuVerticalText.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NavigationMenuVerticalText.js","sources":["../../../src/components/navigation-menu-vertical/NavigationMenuVerticalText.tsx"],"sourcesContent":["import React from 'react'\n\nimport { Text } from '~/components/text'\nimport { styled } from '~/stitches'\n\nconst StyledNavigationMenuVerticalText = styled.withConfig({\n shouldForwardStitchesProp: (propName) => ['as'].includes(propName)\n})(Text, {\n fontWeight: 'var(--navigation-menu-vertical-item-font-weight)'\n})\n\ntype TStyledNavigationMenuVerticalTextProps = React.ComponentProps<\n typeof StyledNavigationMenuVerticalText\n>\n\nexport const NavigationMenuVerticalText = (\n props: TStyledNavigationMenuVerticalTextProps\n): JSX.Element => {\n return <StyledNavigationMenuVerticalText size=\"md\" as=\"span\" {...props} />\n}\n"],"names":["StyledNavigationMenuVerticalText","styled","propName","Text","NavigationMenuVerticalText","props","React"],"mappings":"uGAKA,MAAMA,EAAmCC,EAAO,WAAW,CACzD,0BAA4BC,GAAa,CAAC,IAAI,EAAE,SAASA,CAAQ,CACnE,CAAC,EAAEC,EAAM,CACP,WAAY,kDACd,CAAC,EAMYC,EACXC,GAEOC,EAAA,cAACN,EAAA,CAAiC,KAAK,KAAK,GAAG,OAAQ,GAAGK,CAAO,CAAA"}
@@ -0,0 +1 @@
1
+ export { NavigationMenuVertical } from './NavigationMenuVertical';
@@ -1,2 +1,2 @@
1
- import{Ellypsis as n}from"@atom-learning/icons";import t from"react";import"../accordion/Accordion.js";import{ActionIcon as a}from"../action-icon/ActionIcon.js";import"../alert-dialog/AlertDialog.js";import"../alert-dialog/alert-context/AlertContext.js";import"../avatar/Avatar.js";import"../badge/Badge.js";import"../box/Box.js";import"../button/Button.js";import"../carousel/Carousel.js";import"../checkbox/Checkbox.js";import"../checkbox-field/CheckboxField.js";import"../chip/Chip.js";import"../chip/ChipGroup.js";import"../chip-dismissible-group/index.js";import"../chip-toggle-group/index.js";import"../combobox/Combobox.js";import"../create-password-field/CreatePasswordField.js";import"../data-table/DataTableContext.js";import"../data-table/DataTable.js";import"../date-field/DateField.js";import"../date-input/DateInput.js";import"../dialog/Dialog.js";import"../dismissible/index.js";import"../dismissible-group/index.js";import"../divider/Divider.js";import"../dropdown-menu/DropdownMenu.js";import"../empty-state/EmptyState.js";import"../field-wrapper/FieldWrapper.js";import"../field-wrapper/InlineFieldWrapper.js";import"../file-input/FileInput.js";import{Flex as l}from"../flex/Flex.js";import"../form/Form.js";import"dlv";import"react-hook-form";import"../grid/Grid.js";import"../heading/Heading.js";import{Icon as s}from"../icon/Icon.js";import"../image/Image.js";import"../inline-message/InlineMessage.js";import"../input/Input.js";import"../input-field/InputField.js";import"../label/Label.js";import"../link/Link.js";import"../list/List.js";import"../loader/Loader.js";import"../markdown-content/MarkdownContent.js";import"../navigation/NavigationMenu.js";import"../notification-badge/NotificationBadge.js";import"../number-input/NumberInput.js";import"../number-input-field/NumberInputField.js";import"./Pagination.js";import"../password-field/PasswordField.js";import"../password-input/PasswordInput.js";import{Popover as r}from"../popover/Popover.js";import"../progress-bar/ProgressBar.js";import"../radio-button/RadioButton.js";import"../radio-button/RadioButtonGroup.js";import"../radio-button-field/RadioButtonField.js";import"../radio-card/RadioCard.js";import"@radix-ui/react-radio-group";import"../stack/Stack.js";import"../search-field/SearchField.js";import"../search-input/SearchInput.js";import"../section-message/SectionMessage.js";import"../select/Select.js";import"../select-field/SelectField.js";import"../sidedrawer/Sidedrawer.js";import"../slider/Slider.js";import"../slider-field/SliderField.js";import"../sortable/SortableHandle.js";import"../sortable/SortableItem.js";import"../sortable/SortableRoot.js";import"../spacer/Spacer.js";import"../stack-content/StackContent.js";import"../stepper/Stepper.js";import"../switch/Switch.js";import"../table/Table.js";import"../tabs/Tabs.js";import"../text/Text.js";import"../textarea/Textarea.js";import"../textarea-field/TextareaField.js";import"../toast/Toast.js";import"../toast/ToastProvider.js";import"../toggle-group/ToggleGroupButton.js";import"../toggle-group/ToggleGroupItem.js";import"../toggle-group/ToggleGroupRoot.js";import"../tooltip/Tooltip.js";import"../top-bar/TopBar.js";import"../video/Video.js";import"../banner/banner-regular/BannerRegular.js";import"../banner/banner-slim/BannerSlim.js";import"../tile/Tile.js";import"../tile-interactive/TileInteractive.js";import"../tile-toggle-group/index.js";import{PaginationItem as c}from"./PaginationItem.js";import{usePagination as g}from"./usePagination.js";const f=()=>{const{pagesCount:m,labels:i}=g(),p=Array.from({length:m},(o,e)=>e+1);return t.createElement(r,null,t.createElement(r.Trigger,{asChild:!0},t.createElement(a,{hasTooltip:!1,size:"md",theme:"neutral",label:(i==null?void 0:i.popoverTriggerLabel)||"Open pagination popover","data-testid":"pagination_popover_trigger"},t.createElement(s,{is:n}))),t.createElement(r.Content,{size:"md",showCloseButton:!1,css:{p:0}},t.createElement(l,{css:{p:"$4",display:"flex",flexWrap:"wrap",gap:1,justifyContent:"center"}},p==null?void 0:p.map(o=>t.createElement(c,{key:o,pageNumber:o,css:{bg:"$white"}})))))};export{f as PaginationPopover};
1
+ import{Ellypsis as n}from"@atom-learning/icons";import t from"react";import"../accordion/Accordion.js";import{ActionIcon as a}from"../action-icon/ActionIcon.js";import"../alert-dialog/AlertDialog.js";import"../alert-dialog/alert-context/AlertContext.js";import"../avatar/Avatar.js";import"../badge/Badge.js";import"../box/Box.js";import"../button/Button.js";import"../carousel/Carousel.js";import"../checkbox/Checkbox.js";import"../checkbox-field/CheckboxField.js";import"../chip/Chip.js";import"../chip/ChipGroup.js";import"../chip-dismissible-group/index.js";import"../chip-toggle-group/index.js";import"../combobox/Combobox.js";import"../create-password-field/CreatePasswordField.js";import"../data-table/DataTableContext.js";import"../data-table/DataTable.js";import"../date-field/DateField.js";import"../date-input/DateInput.js";import"../dialog/Dialog.js";import"../dismissible/index.js";import"../dismissible-group/index.js";import"../divider/Divider.js";import"../drawer/Drawer.js";import"../dropdown-menu/DropdownMenu.js";import"../empty-state/EmptyState.js";import"../field-wrapper/FieldWrapper.js";import"../field-wrapper/InlineFieldWrapper.js";import"../file-input/FileInput.js";import{Flex as l}from"../flex/Flex.js";import"../form/Form.js";import"dlv";import"react-hook-form";import"../grid/Grid.js";import"../heading/Heading.js";import{Icon as s}from"../icon/Icon.js";import"../image/Image.js";import"../inline-message/InlineMessage.js";import"../input/Input.js";import"../input-field/InputField.js";import"../label/Label.js";import"../link/Link.js";import"../list/List.js";import"../loader/Loader.js";import"../markdown-content/MarkdownContent.js";import"../navigation/NavigationMenu.js";import"../navigation-menu-vertical/NavigationMenuVertical.js";import"../notification-badge/NotificationBadge.js";import"../number-input/NumberInput.js";import"../number-input-field/NumberInputField.js";import"./Pagination.js";import"../password-field/PasswordField.js";import"../password-input/PasswordInput.js";import{Popover as r}from"../popover/Popover.js";import"../progress-bar/ProgressBar.js";import"../radio-button/RadioButton.js";import"../radio-button/RadioButtonGroup.js";import"../radio-button-field/RadioButtonField.js";import"../radio-card/RadioCard.js";import"@radix-ui/react-radio-group";import"../stack/Stack.js";import"../search-field/SearchField.js";import"../search-input/SearchInput.js";import"../section-message/SectionMessage.js";import"../select/Select.js";import"../select-field/SelectField.js";import"../slider/Slider.js";import"../slider-field/SliderField.js";import"../sortable/SortableHandle.js";import"../sortable/SortableItem.js";import"../sortable/SortableRoot.js";import"../spacer/Spacer.js";import"../stack-content/StackContent.js";import"../stepper/Stepper.js";import"../switch/Switch.js";import"../table/Table.js";import"../tabs/Tabs.js";import"../text/Text.js";import"../textarea/Textarea.js";import"../textarea-field/TextareaField.js";import"../toast/Toast.js";import"../toast/ToastProvider.js";import"../toggle-group/ToggleGroupButton.js";import"../toggle-group/ToggleGroupItem.js";import"../toggle-group/ToggleGroupRoot.js";import"../tooltip/Tooltip.js";import"../top-bar/TopBar.js";import"../video/Video.js";import"../banner/banner-regular/BannerRegular.js";import"../banner/banner-slim/BannerSlim.js";import"../tile/Tile.js";import"../tile-interactive/TileInteractive.js";import"../tile-toggle-group/index.js";import{PaginationItem as c}from"./PaginationItem.js";import{usePagination as g}from"./usePagination.js";const f=()=>{const{pagesCount:m,labels:i}=g(),p=Array.from({length:m},(o,e)=>e+1);return t.createElement(r,null,t.createElement(r.Trigger,{asChild:!0},t.createElement(a,{hasTooltip:!1,size:"md",theme:"neutral",label:(i==null?void 0:i.popoverTriggerLabel)||"Open pagination popover","data-testid":"pagination_popover_trigger"},t.createElement(s,{is:n}))),t.createElement(r.Content,{size:"md",showCloseButton:!1,css:{p:0}},t.createElement(l,{css:{p:"$4",display:"flex",flexWrap:"wrap",gap:1,justifyContent:"center"}},p==null?void 0:p.map(o=>t.createElement(c,{key:o,pageNumber:o,css:{bg:"$white"}})))))};export{f as PaginationPopover};
2
2
  //# sourceMappingURL=PaginationPopover.js.map