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