@atom-learning/components 2.63.1 → 2.65.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.
- package/CHANGELOG.md +3 -3
- package/dist/components/accordion/Accordion.d.ts +99 -0
- package/dist/components/accordion/AccordionContent.d.ts +99 -0
- package/dist/components/accordion/AccordionItem.d.ts +99 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +99 -0
- package/dist/components/action-icon/ActionIcon.d.ts +99 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +99 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +99 -0
- package/dist/components/avatar/Avatar.d.ts +198 -0
- package/dist/components/badge/Badge.d.ts +205 -1
- package/dist/components/banner/BannerContainer.d.ts +205 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +198 -0
- package/dist/components/box/Box.d.ts +99 -0
- package/dist/components/button/Button.d.ts +99 -0
- package/dist/components/calendar/Day.d.ts +99 -0
- package/dist/components/carousel/CarouselPagination.d.ts +99 -0
- package/dist/components/carousel/CarouselSlide.d.ts +99 -0
- package/dist/components/carousel/CarouselSlider.d.ts +99 -0
- package/dist/components/checkbox/Checkbox.d.ts +99 -0
- package/dist/components/chip/Chip.d.ts +707 -2
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +403 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +403 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +198 -0
- package/dist/components/combobox/Combobox.d.ts +99 -0
- package/dist/components/combobox/ComboboxInput.d.ts +99 -0
- package/dist/components/combobox/ComboboxList.d.ts +99 -0
- package/dist/components/combobox/ComboboxOption.d.ts +99 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +99 -0
- package/dist/components/data-table/DataTableLoading.d.ts +99 -0
- package/dist/components/data-table/pagination/Pagination.d.ts +99 -0
- package/dist/components/dialog/Dialog.d.ts +99 -0
- package/dist/components/dialog/DialogBackground.d.ts +198 -0
- package/dist/components/dialog/DialogClose.d.ts +99 -0
- package/dist/components/dialog/DialogContent.d.ts +99 -0
- package/dist/components/divider/Divider.d.ts +99 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +99 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +99 -0
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +99 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +99 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +99 -0
- package/dist/components/empty-state/EmptyState.d.ts +205 -1
- package/dist/components/empty-state/EmptyStateBody.d.ts +198 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +198 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +99 -0
- package/dist/components/flex/Flex.d.ts +106 -1
- package/dist/components/flex/Flex.js +1 -1
- package/dist/components/flex/Flex.js.map +1 -1
- package/dist/components/form/Form.d.ts +99 -0
- package/dist/components/grid/Grid.d.ts +99 -0
- package/dist/components/heading/Heading.d.ts +99 -0
- package/dist/components/icon/Icon.d.ts +99 -0
- package/dist/components/image/Image.d.ts +99 -0
- package/dist/components/inline-message/InlineMessage.d.ts +205 -1
- package/dist/components/input/Input.d.ts +99 -0
- package/dist/components/label/Label.d.ts +99 -0
- package/dist/components/link/Link.d.ts +99 -0
- package/dist/components/list/List.d.ts +198 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +99 -0
- package/dist/components/navigation/NavigationMenu.d.ts +99 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +198 -0
- package/dist/components/notification-badge/NotificationBadge.d.ts +205 -1
- package/dist/components/pagination/PaginationNextButton.d.ts +198 -0
- package/dist/components/pagination/PaginationPreviousButton.d.ts +198 -0
- package/dist/components/popover/Popover.d.ts +99 -0
- package/dist/components/popover/PopoverContent.d.ts +99 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +99 -0
- package/dist/components/radio-button/RadioButton.d.ts +99 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +99 -0
- package/dist/components/radio-card/RadioCard.d.ts +99 -0
- package/dist/components/section-message/SectionMessage.d.ts +693 -0
- package/dist/components/select/Select.d.ts +99 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +99 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +99 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +99 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +99 -0
- package/dist/components/sidedrawer/SidedrawerContent.d.ts +99 -0
- package/dist/components/sidedrawer/SidedrawerFooter.d.ts +99 -0
- package/dist/components/sidedrawer/SidedrawerHeader.d.ts +99 -0
- package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +99 -0
- package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +99 -0
- package/dist/components/slider/Slider.d.ts +99 -0
- package/dist/components/sortable/Handle.d.ts +198 -0
- package/dist/components/stack/Stack.d.ts +102 -0
- package/dist/components/stack/Stack.js.map +1 -1
- package/dist/components/stack-content/StackContent.d.ts +99 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +205 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +205 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +198 -0
- package/dist/components/switch/Switch.d.ts +99 -0
- package/dist/components/table/Table.d.ts +99 -0
- package/dist/components/table/TableBody.d.ts +99 -0
- package/dist/components/table/TableCell.d.ts +99 -0
- package/dist/components/table/TableFooter.d.ts +99 -0
- package/dist/components/table/TableFooterCell.d.ts +99 -0
- package/dist/components/table/TableHeader.d.ts +99 -0
- package/dist/components/table/TableHeaderCell.d.ts +99 -0
- package/dist/components/table/TableRow.d.ts +198 -0
- package/dist/components/tabs/Tabs.d.ts +99 -0
- package/dist/components/tabs/TabsContent.d.ts +99 -0
- package/dist/components/tabs/TabsTrigger.d.ts +99 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +99 -0
- package/dist/components/text/Text.d.ts +99 -0
- package/dist/components/textarea/Textarea.d.ts +99 -0
- package/dist/components/tile/Tile.d.ts +99 -0
- package/dist/components/tile/TileGroup.d.ts +99 -0
- package/dist/components/tile-interactive/TileInteractive.d.ts +198 -0
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +297 -0
- package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +198 -0
- package/dist/components/toast/Toast.d.ts +99 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +198 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +198 -0
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +99 -0
- package/dist/components/toggle-group/index.d.ts +495 -0
- package/dist/components/tooltip/TooltipContent.d.ts +99 -0
- package/dist/components/top-bar/TopBar.d.ts +99 -0
- package/dist/components/top-bar/TopBarBrand.d.ts +297 -0
- package/dist/components/video/Video.d.ts +198 -0
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +99 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +112 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +1089 -0
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +99 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +198 -0
- package/package.json +4 -4
|
@@ -2,7 +2,13 @@ import * as React from 'react';
|
|
|
2
2
|
import { DismissibleGroup } from '../../components/dismissible-group';
|
|
3
3
|
declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
|
|
4
4
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, "css"> & import("@stitches/react/types/styled-component").TransformProps<{
|
|
5
|
+
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches/react/types/styled-component").TransformProps<{
|
|
6
|
+
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
7
|
+
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
8
|
+
justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
|
|
9
|
+
align?: "center" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "revert-layer" | "unsafe" | "safe" | "first baseline" | "last baseline" | undefined;
|
|
10
|
+
gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
11
|
+
}, {
|
|
6
12
|
sm: string;
|
|
7
13
|
md: string;
|
|
8
14
|
lg: string;
|
|
@@ -62,6 +68,102 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
62
68
|
purple1000: any;
|
|
63
69
|
purple1100: any;
|
|
64
70
|
purple1200: any;
|
|
71
|
+
cyan100: any;
|
|
72
|
+
cyan200: any;
|
|
73
|
+
cyan300: any;
|
|
74
|
+
cyan400: any;
|
|
75
|
+
cyan500: any;
|
|
76
|
+
cyan600: any;
|
|
77
|
+
cyan700: any;
|
|
78
|
+
cyan800: any;
|
|
79
|
+
cyan900: any;
|
|
80
|
+
cyan1000: any;
|
|
81
|
+
cyan1100: any;
|
|
82
|
+
cyan1200: any;
|
|
83
|
+
green100: any;
|
|
84
|
+
green200: any;
|
|
85
|
+
green300: any;
|
|
86
|
+
green400: any;
|
|
87
|
+
green500: any;
|
|
88
|
+
green600: any;
|
|
89
|
+
green700: any;
|
|
90
|
+
green800: any;
|
|
91
|
+
green900: any;
|
|
92
|
+
green1000: any;
|
|
93
|
+
green1100: any;
|
|
94
|
+
green1200: any;
|
|
95
|
+
magenta100: any;
|
|
96
|
+
magenta200: any;
|
|
97
|
+
magenta300: any;
|
|
98
|
+
magenta400: any;
|
|
99
|
+
magenta500: any;
|
|
100
|
+
magenta600: any;
|
|
101
|
+
magenta700: any;
|
|
102
|
+
magenta800: any;
|
|
103
|
+
magenta900: any;
|
|
104
|
+
magenta1000: any;
|
|
105
|
+
magenta1100: any;
|
|
106
|
+
magenta1200: any;
|
|
107
|
+
red100: any;
|
|
108
|
+
red200: any;
|
|
109
|
+
red300: any;
|
|
110
|
+
red400: any;
|
|
111
|
+
red500: any;
|
|
112
|
+
red600: any;
|
|
113
|
+
red700: any;
|
|
114
|
+
red800: any;
|
|
115
|
+
red900: any;
|
|
116
|
+
red1000: any;
|
|
117
|
+
red1100: any;
|
|
118
|
+
red1200: any;
|
|
119
|
+
teal100: any;
|
|
120
|
+
teal200: any;
|
|
121
|
+
teal300: any;
|
|
122
|
+
teal400: any;
|
|
123
|
+
teal500: any;
|
|
124
|
+
teal600: any;
|
|
125
|
+
teal700: any;
|
|
126
|
+
teal800: any;
|
|
127
|
+
teal900: any;
|
|
128
|
+
teal1000: any;
|
|
129
|
+
teal1100: any;
|
|
130
|
+
teal1200: any;
|
|
131
|
+
orange100: any;
|
|
132
|
+
orange200: any;
|
|
133
|
+
orange300: any;
|
|
134
|
+
orange400: any;
|
|
135
|
+
orange500: any;
|
|
136
|
+
orange600: any;
|
|
137
|
+
orange700: any;
|
|
138
|
+
orange800: any;
|
|
139
|
+
orange900: any;
|
|
140
|
+
orange1000: any;
|
|
141
|
+
orange1100: any;
|
|
142
|
+
orange1200: any;
|
|
143
|
+
yellow100: any;
|
|
144
|
+
yellow200: any;
|
|
145
|
+
yellow300: any;
|
|
146
|
+
yellow400: any;
|
|
147
|
+
yellow500: any;
|
|
148
|
+
yellow600: any;
|
|
149
|
+
yellow700: any;
|
|
150
|
+
yellow800: any;
|
|
151
|
+
yellow900: any;
|
|
152
|
+
yellow1000: any;
|
|
153
|
+
yellow1100: any;
|
|
154
|
+
yellow1200: any;
|
|
155
|
+
lime100: any;
|
|
156
|
+
lime200: any;
|
|
157
|
+
lime300: any;
|
|
158
|
+
lime400: any;
|
|
159
|
+
lime500: any;
|
|
160
|
+
lime600: any;
|
|
161
|
+
lime700: any;
|
|
162
|
+
lime800: any;
|
|
163
|
+
lime900: any;
|
|
164
|
+
lime1000: any;
|
|
165
|
+
lime1100: any;
|
|
166
|
+
lime1200: any;
|
|
65
167
|
tonal50: any;
|
|
66
168
|
tonal100: any;
|
|
67
169
|
tonal200: any;
|
|
@@ -107,6 +209,9 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
107
209
|
subjectNonVerbalReasoning: any;
|
|
108
210
|
subjectCreativeWriting: any;
|
|
109
211
|
subjectExamSkills: any;
|
|
212
|
+
glBlueLight: any;
|
|
213
|
+
glBluePrimary: any;
|
|
214
|
+
glBlueDark: any;
|
|
110
215
|
};
|
|
111
216
|
space: {
|
|
112
217
|
"0": any;
|
|
@@ -285,6 +390,102 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
285
390
|
purple1000: any;
|
|
286
391
|
purple1100: any;
|
|
287
392
|
purple1200: any;
|
|
393
|
+
cyan100: any;
|
|
394
|
+
cyan200: any;
|
|
395
|
+
cyan300: any;
|
|
396
|
+
cyan400: any;
|
|
397
|
+
cyan500: any;
|
|
398
|
+
cyan600: any;
|
|
399
|
+
cyan700: any;
|
|
400
|
+
cyan800: any;
|
|
401
|
+
cyan900: any;
|
|
402
|
+
cyan1000: any;
|
|
403
|
+
cyan1100: any;
|
|
404
|
+
cyan1200: any;
|
|
405
|
+
green100: any;
|
|
406
|
+
green200: any;
|
|
407
|
+
green300: any;
|
|
408
|
+
green400: any;
|
|
409
|
+
green500: any;
|
|
410
|
+
green600: any;
|
|
411
|
+
green700: any;
|
|
412
|
+
green800: any;
|
|
413
|
+
green900: any;
|
|
414
|
+
green1000: any;
|
|
415
|
+
green1100: any;
|
|
416
|
+
green1200: any;
|
|
417
|
+
magenta100: any;
|
|
418
|
+
magenta200: any;
|
|
419
|
+
magenta300: any;
|
|
420
|
+
magenta400: any;
|
|
421
|
+
magenta500: any;
|
|
422
|
+
magenta600: any;
|
|
423
|
+
magenta700: any;
|
|
424
|
+
magenta800: any;
|
|
425
|
+
magenta900: any;
|
|
426
|
+
magenta1000: any;
|
|
427
|
+
magenta1100: any;
|
|
428
|
+
magenta1200: any;
|
|
429
|
+
red100: any;
|
|
430
|
+
red200: any;
|
|
431
|
+
red300: any;
|
|
432
|
+
red400: any;
|
|
433
|
+
red500: any;
|
|
434
|
+
red600: any;
|
|
435
|
+
red700: any;
|
|
436
|
+
red800: any;
|
|
437
|
+
red900: any;
|
|
438
|
+
red1000: any;
|
|
439
|
+
red1100: any;
|
|
440
|
+
red1200: any;
|
|
441
|
+
teal100: any;
|
|
442
|
+
teal200: any;
|
|
443
|
+
teal300: any;
|
|
444
|
+
teal400: any;
|
|
445
|
+
teal500: any;
|
|
446
|
+
teal600: any;
|
|
447
|
+
teal700: any;
|
|
448
|
+
teal800: any;
|
|
449
|
+
teal900: any;
|
|
450
|
+
teal1000: any;
|
|
451
|
+
teal1100: any;
|
|
452
|
+
teal1200: any;
|
|
453
|
+
orange100: any;
|
|
454
|
+
orange200: any;
|
|
455
|
+
orange300: any;
|
|
456
|
+
orange400: any;
|
|
457
|
+
orange500: any;
|
|
458
|
+
orange600: any;
|
|
459
|
+
orange700: any;
|
|
460
|
+
orange800: any;
|
|
461
|
+
orange900: any;
|
|
462
|
+
orange1000: any;
|
|
463
|
+
orange1100: any;
|
|
464
|
+
orange1200: any;
|
|
465
|
+
yellow100: any;
|
|
466
|
+
yellow200: any;
|
|
467
|
+
yellow300: any;
|
|
468
|
+
yellow400: any;
|
|
469
|
+
yellow500: any;
|
|
470
|
+
yellow600: any;
|
|
471
|
+
yellow700: any;
|
|
472
|
+
yellow800: any;
|
|
473
|
+
yellow900: any;
|
|
474
|
+
yellow1000: any;
|
|
475
|
+
yellow1100: any;
|
|
476
|
+
yellow1200: any;
|
|
477
|
+
lime100: any;
|
|
478
|
+
lime200: any;
|
|
479
|
+
lime300: any;
|
|
480
|
+
lime400: any;
|
|
481
|
+
lime500: any;
|
|
482
|
+
lime600: any;
|
|
483
|
+
lime700: any;
|
|
484
|
+
lime800: any;
|
|
485
|
+
lime900: any;
|
|
486
|
+
lime1000: any;
|
|
487
|
+
lime1100: any;
|
|
488
|
+
lime1200: any;
|
|
288
489
|
tonal50: any;
|
|
289
490
|
tonal100: any;
|
|
290
491
|
tonal200: any;
|
|
@@ -330,6 +531,9 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
330
531
|
subjectNonVerbalReasoning: any;
|
|
331
532
|
subjectCreativeWriting: any;
|
|
332
533
|
subjectExamSkills: any;
|
|
534
|
+
glBlueLight: any;
|
|
535
|
+
glBluePrimary: any;
|
|
536
|
+
glBlueDark: any;
|
|
333
537
|
};
|
|
334
538
|
space: {
|
|
335
539
|
"0": any;
|
|
@@ -515,6 +719,102 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
515
719
|
purple1000: any;
|
|
516
720
|
purple1100: any;
|
|
517
721
|
purple1200: any;
|
|
722
|
+
cyan100: any;
|
|
723
|
+
cyan200: any;
|
|
724
|
+
cyan300: any;
|
|
725
|
+
cyan400: any;
|
|
726
|
+
cyan500: any;
|
|
727
|
+
cyan600: any;
|
|
728
|
+
cyan700: any;
|
|
729
|
+
cyan800: any;
|
|
730
|
+
cyan900: any;
|
|
731
|
+
cyan1000: any;
|
|
732
|
+
cyan1100: any;
|
|
733
|
+
cyan1200: any;
|
|
734
|
+
green100: any;
|
|
735
|
+
green200: any;
|
|
736
|
+
green300: any;
|
|
737
|
+
green400: any;
|
|
738
|
+
green500: any;
|
|
739
|
+
green600: any;
|
|
740
|
+
green700: any;
|
|
741
|
+
green800: any;
|
|
742
|
+
green900: any;
|
|
743
|
+
green1000: any;
|
|
744
|
+
green1100: any;
|
|
745
|
+
green1200: any;
|
|
746
|
+
magenta100: any;
|
|
747
|
+
magenta200: any;
|
|
748
|
+
magenta300: any;
|
|
749
|
+
magenta400: any;
|
|
750
|
+
magenta500: any;
|
|
751
|
+
magenta600: any;
|
|
752
|
+
magenta700: any;
|
|
753
|
+
magenta800: any;
|
|
754
|
+
magenta900: any;
|
|
755
|
+
magenta1000: any;
|
|
756
|
+
magenta1100: any;
|
|
757
|
+
magenta1200: any;
|
|
758
|
+
red100: any;
|
|
759
|
+
red200: any;
|
|
760
|
+
red300: any;
|
|
761
|
+
red400: any;
|
|
762
|
+
red500: any;
|
|
763
|
+
red600: any;
|
|
764
|
+
red700: any;
|
|
765
|
+
red800: any;
|
|
766
|
+
red900: any;
|
|
767
|
+
red1000: any;
|
|
768
|
+
red1100: any;
|
|
769
|
+
red1200: any;
|
|
770
|
+
teal100: any;
|
|
771
|
+
teal200: any;
|
|
772
|
+
teal300: any;
|
|
773
|
+
teal400: any;
|
|
774
|
+
teal500: any;
|
|
775
|
+
teal600: any;
|
|
776
|
+
teal700: any;
|
|
777
|
+
teal800: any;
|
|
778
|
+
teal900: any;
|
|
779
|
+
teal1000: any;
|
|
780
|
+
teal1100: any;
|
|
781
|
+
teal1200: any;
|
|
782
|
+
orange100: any;
|
|
783
|
+
orange200: any;
|
|
784
|
+
orange300: any;
|
|
785
|
+
orange400: any;
|
|
786
|
+
orange500: any;
|
|
787
|
+
orange600: any;
|
|
788
|
+
orange700: any;
|
|
789
|
+
orange800: any;
|
|
790
|
+
orange900: any;
|
|
791
|
+
orange1000: any;
|
|
792
|
+
orange1100: any;
|
|
793
|
+
orange1200: any;
|
|
794
|
+
yellow100: any;
|
|
795
|
+
yellow200: any;
|
|
796
|
+
yellow300: any;
|
|
797
|
+
yellow400: any;
|
|
798
|
+
yellow500: any;
|
|
799
|
+
yellow600: any;
|
|
800
|
+
yellow700: any;
|
|
801
|
+
yellow800: any;
|
|
802
|
+
yellow900: any;
|
|
803
|
+
yellow1000: any;
|
|
804
|
+
yellow1100: any;
|
|
805
|
+
yellow1200: any;
|
|
806
|
+
lime100: any;
|
|
807
|
+
lime200: any;
|
|
808
|
+
lime300: any;
|
|
809
|
+
lime400: any;
|
|
810
|
+
lime500: any;
|
|
811
|
+
lime600: any;
|
|
812
|
+
lime700: any;
|
|
813
|
+
lime800: any;
|
|
814
|
+
lime900: any;
|
|
815
|
+
lime1000: any;
|
|
816
|
+
lime1100: any;
|
|
817
|
+
lime1200: any;
|
|
518
818
|
tonal50: any;
|
|
519
819
|
tonal100: any;
|
|
520
820
|
tonal200: any;
|
|
@@ -560,6 +860,9 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
560
860
|
subjectNonVerbalReasoning: any;
|
|
561
861
|
subjectCreativeWriting: any;
|
|
562
862
|
subjectExamSkills: any;
|
|
863
|
+
glBlueLight: any;
|
|
864
|
+
glBluePrimary: any;
|
|
865
|
+
glBlueDark: any;
|
|
563
866
|
};
|
|
564
867
|
space: {
|
|
565
868
|
"0": any;
|
|
@@ -739,6 +1042,102 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
739
1042
|
purple1000: any;
|
|
740
1043
|
purple1100: any;
|
|
741
1044
|
purple1200: any;
|
|
1045
|
+
cyan100: any;
|
|
1046
|
+
cyan200: any;
|
|
1047
|
+
cyan300: any;
|
|
1048
|
+
cyan400: any;
|
|
1049
|
+
cyan500: any;
|
|
1050
|
+
cyan600: any;
|
|
1051
|
+
cyan700: any;
|
|
1052
|
+
cyan800: any;
|
|
1053
|
+
cyan900: any;
|
|
1054
|
+
cyan1000: any;
|
|
1055
|
+
cyan1100: any;
|
|
1056
|
+
cyan1200: any;
|
|
1057
|
+
green100: any;
|
|
1058
|
+
green200: any;
|
|
1059
|
+
green300: any;
|
|
1060
|
+
green400: any;
|
|
1061
|
+
green500: any;
|
|
1062
|
+
green600: any;
|
|
1063
|
+
green700: any;
|
|
1064
|
+
green800: any;
|
|
1065
|
+
green900: any;
|
|
1066
|
+
green1000: any;
|
|
1067
|
+
green1100: any;
|
|
1068
|
+
green1200: any;
|
|
1069
|
+
magenta100: any;
|
|
1070
|
+
magenta200: any;
|
|
1071
|
+
magenta300: any;
|
|
1072
|
+
magenta400: any;
|
|
1073
|
+
magenta500: any;
|
|
1074
|
+
magenta600: any;
|
|
1075
|
+
magenta700: any;
|
|
1076
|
+
magenta800: any;
|
|
1077
|
+
magenta900: any;
|
|
1078
|
+
magenta1000: any;
|
|
1079
|
+
magenta1100: any;
|
|
1080
|
+
magenta1200: any;
|
|
1081
|
+
red100: any;
|
|
1082
|
+
red200: any;
|
|
1083
|
+
red300: any;
|
|
1084
|
+
red400: any;
|
|
1085
|
+
red500: any;
|
|
1086
|
+
red600: any;
|
|
1087
|
+
red700: any;
|
|
1088
|
+
red800: any;
|
|
1089
|
+
red900: any;
|
|
1090
|
+
red1000: any;
|
|
1091
|
+
red1100: any;
|
|
1092
|
+
red1200: any;
|
|
1093
|
+
teal100: any;
|
|
1094
|
+
teal200: any;
|
|
1095
|
+
teal300: any;
|
|
1096
|
+
teal400: any;
|
|
1097
|
+
teal500: any;
|
|
1098
|
+
teal600: any;
|
|
1099
|
+
teal700: any;
|
|
1100
|
+
teal800: any;
|
|
1101
|
+
teal900: any;
|
|
1102
|
+
teal1000: any;
|
|
1103
|
+
teal1100: any;
|
|
1104
|
+
teal1200: any;
|
|
1105
|
+
orange100: any;
|
|
1106
|
+
orange200: any;
|
|
1107
|
+
orange300: any;
|
|
1108
|
+
orange400: any;
|
|
1109
|
+
orange500: any;
|
|
1110
|
+
orange600: any;
|
|
1111
|
+
orange700: any;
|
|
1112
|
+
orange800: any;
|
|
1113
|
+
orange900: any;
|
|
1114
|
+
orange1000: any;
|
|
1115
|
+
orange1100: any;
|
|
1116
|
+
orange1200: any;
|
|
1117
|
+
yellow100: any;
|
|
1118
|
+
yellow200: any;
|
|
1119
|
+
yellow300: any;
|
|
1120
|
+
yellow400: any;
|
|
1121
|
+
yellow500: any;
|
|
1122
|
+
yellow600: any;
|
|
1123
|
+
yellow700: any;
|
|
1124
|
+
yellow800: any;
|
|
1125
|
+
yellow900: any;
|
|
1126
|
+
yellow1000: any;
|
|
1127
|
+
yellow1100: any;
|
|
1128
|
+
yellow1200: any;
|
|
1129
|
+
lime100: any;
|
|
1130
|
+
lime200: any;
|
|
1131
|
+
lime300: any;
|
|
1132
|
+
lime400: any;
|
|
1133
|
+
lime500: any;
|
|
1134
|
+
lime600: any;
|
|
1135
|
+
lime700: any;
|
|
1136
|
+
lime800: any;
|
|
1137
|
+
lime900: any;
|
|
1138
|
+
lime1000: any;
|
|
1139
|
+
lime1100: any;
|
|
1140
|
+
lime1200: any;
|
|
742
1141
|
tonal50: any;
|
|
743
1142
|
tonal100: any;
|
|
744
1143
|
tonal200: any;
|
|
@@ -784,6 +1183,9 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
784
1183
|
subjectNonVerbalReasoning: any;
|
|
785
1184
|
subjectCreativeWriting: any;
|
|
786
1185
|
subjectExamSkills: any;
|
|
1186
|
+
glBlueLight: any;
|
|
1187
|
+
glBluePrimary: any;
|
|
1188
|
+
glBlueDark: any;
|
|
787
1189
|
};
|
|
788
1190
|
space: {
|
|
789
1191
|
"0": any;
|