@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
|
@@ -59,6 +59,102 @@ export declare const EmptyStateTitle: import("@stitches/react/types/styled-compo
|
|
|
59
59
|
purple1000: any;
|
|
60
60
|
purple1100: any;
|
|
61
61
|
purple1200: any;
|
|
62
|
+
cyan100: any;
|
|
63
|
+
cyan200: any;
|
|
64
|
+
cyan300: any;
|
|
65
|
+
cyan400: any;
|
|
66
|
+
cyan500: any;
|
|
67
|
+
cyan600: any;
|
|
68
|
+
cyan700: any;
|
|
69
|
+
cyan800: any;
|
|
70
|
+
cyan900: any;
|
|
71
|
+
cyan1000: any;
|
|
72
|
+
cyan1100: any;
|
|
73
|
+
cyan1200: any;
|
|
74
|
+
green100: any;
|
|
75
|
+
green200: any;
|
|
76
|
+
green300: any;
|
|
77
|
+
green400: any;
|
|
78
|
+
green500: any;
|
|
79
|
+
green600: any;
|
|
80
|
+
green700: any;
|
|
81
|
+
green800: any;
|
|
82
|
+
green900: any;
|
|
83
|
+
green1000: any;
|
|
84
|
+
green1100: any;
|
|
85
|
+
green1200: any;
|
|
86
|
+
magenta100: any;
|
|
87
|
+
magenta200: any;
|
|
88
|
+
magenta300: any;
|
|
89
|
+
magenta400: any;
|
|
90
|
+
magenta500: any;
|
|
91
|
+
magenta600: any;
|
|
92
|
+
magenta700: any;
|
|
93
|
+
magenta800: any;
|
|
94
|
+
magenta900: any;
|
|
95
|
+
magenta1000: any;
|
|
96
|
+
magenta1100: any;
|
|
97
|
+
magenta1200: any;
|
|
98
|
+
red100: any;
|
|
99
|
+
red200: any;
|
|
100
|
+
red300: any;
|
|
101
|
+
red400: any;
|
|
102
|
+
red500: any;
|
|
103
|
+
red600: any;
|
|
104
|
+
red700: any;
|
|
105
|
+
red800: any;
|
|
106
|
+
red900: any;
|
|
107
|
+
red1000: any;
|
|
108
|
+
red1100: any;
|
|
109
|
+
red1200: any;
|
|
110
|
+
teal100: any;
|
|
111
|
+
teal200: any;
|
|
112
|
+
teal300: any;
|
|
113
|
+
teal400: any;
|
|
114
|
+
teal500: any;
|
|
115
|
+
teal600: any;
|
|
116
|
+
teal700: any;
|
|
117
|
+
teal800: any;
|
|
118
|
+
teal900: any;
|
|
119
|
+
teal1000: any;
|
|
120
|
+
teal1100: any;
|
|
121
|
+
teal1200: any;
|
|
122
|
+
orange100: any;
|
|
123
|
+
orange200: any;
|
|
124
|
+
orange300: any;
|
|
125
|
+
orange400: any;
|
|
126
|
+
orange500: any;
|
|
127
|
+
orange600: any;
|
|
128
|
+
orange700: any;
|
|
129
|
+
orange800: any;
|
|
130
|
+
orange900: any;
|
|
131
|
+
orange1000: any;
|
|
132
|
+
orange1100: any;
|
|
133
|
+
orange1200: any;
|
|
134
|
+
yellow100: any;
|
|
135
|
+
yellow200: any;
|
|
136
|
+
yellow300: any;
|
|
137
|
+
yellow400: any;
|
|
138
|
+
yellow500: any;
|
|
139
|
+
yellow600: any;
|
|
140
|
+
yellow700: any;
|
|
141
|
+
yellow800: any;
|
|
142
|
+
yellow900: any;
|
|
143
|
+
yellow1000: any;
|
|
144
|
+
yellow1100: any;
|
|
145
|
+
yellow1200: any;
|
|
146
|
+
lime100: any;
|
|
147
|
+
lime200: any;
|
|
148
|
+
lime300: any;
|
|
149
|
+
lime400: any;
|
|
150
|
+
lime500: any;
|
|
151
|
+
lime600: any;
|
|
152
|
+
lime700: any;
|
|
153
|
+
lime800: any;
|
|
154
|
+
lime900: any;
|
|
155
|
+
lime1000: any;
|
|
156
|
+
lime1100: any;
|
|
157
|
+
lime1200: any;
|
|
62
158
|
tonal50: any;
|
|
63
159
|
tonal100: any;
|
|
64
160
|
tonal200: any;
|
|
@@ -104,6 +200,9 @@ export declare const EmptyStateTitle: import("@stitches/react/types/styled-compo
|
|
|
104
200
|
subjectNonVerbalReasoning: any;
|
|
105
201
|
subjectCreativeWriting: any;
|
|
106
202
|
subjectExamSkills: any;
|
|
203
|
+
glBlueLight: any;
|
|
204
|
+
glBluePrimary: any;
|
|
205
|
+
glBlueDark: any;
|
|
107
206
|
};
|
|
108
207
|
space: {
|
|
109
208
|
"0": any;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
export declare const Flex: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
1
|
+
export declare const Flex: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
2
|
+
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
3
|
+
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
4
|
+
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;
|
|
5
|
+
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;
|
|
6
|
+
gap?: number | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | undefined;
|
|
7
|
+
}, {
|
|
2
8
|
sm: string;
|
|
3
9
|
md: string;
|
|
4
10
|
lg: string;
|
|
@@ -57,6 +63,102 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
57
63
|
purple1000: any;
|
|
58
64
|
purple1100: any;
|
|
59
65
|
purple1200: any;
|
|
66
|
+
cyan100: any;
|
|
67
|
+
cyan200: any;
|
|
68
|
+
cyan300: any;
|
|
69
|
+
cyan400: any;
|
|
70
|
+
cyan500: any;
|
|
71
|
+
cyan600: any;
|
|
72
|
+
cyan700: any;
|
|
73
|
+
cyan800: any;
|
|
74
|
+
cyan900: any;
|
|
75
|
+
cyan1000: any;
|
|
76
|
+
cyan1100: any;
|
|
77
|
+
cyan1200: any;
|
|
78
|
+
green100: any;
|
|
79
|
+
green200: any;
|
|
80
|
+
green300: any;
|
|
81
|
+
green400: any;
|
|
82
|
+
green500: any;
|
|
83
|
+
green600: any;
|
|
84
|
+
green700: any;
|
|
85
|
+
green800: any;
|
|
86
|
+
green900: any;
|
|
87
|
+
green1000: any;
|
|
88
|
+
green1100: any;
|
|
89
|
+
green1200: any;
|
|
90
|
+
magenta100: any;
|
|
91
|
+
magenta200: any;
|
|
92
|
+
magenta300: any;
|
|
93
|
+
magenta400: any;
|
|
94
|
+
magenta500: any;
|
|
95
|
+
magenta600: any;
|
|
96
|
+
magenta700: any;
|
|
97
|
+
magenta800: any;
|
|
98
|
+
magenta900: any;
|
|
99
|
+
magenta1000: any;
|
|
100
|
+
magenta1100: any;
|
|
101
|
+
magenta1200: any;
|
|
102
|
+
red100: any;
|
|
103
|
+
red200: any;
|
|
104
|
+
red300: any;
|
|
105
|
+
red400: any;
|
|
106
|
+
red500: any;
|
|
107
|
+
red600: any;
|
|
108
|
+
red700: any;
|
|
109
|
+
red800: any;
|
|
110
|
+
red900: any;
|
|
111
|
+
red1000: any;
|
|
112
|
+
red1100: any;
|
|
113
|
+
red1200: any;
|
|
114
|
+
teal100: any;
|
|
115
|
+
teal200: any;
|
|
116
|
+
teal300: any;
|
|
117
|
+
teal400: any;
|
|
118
|
+
teal500: any;
|
|
119
|
+
teal600: any;
|
|
120
|
+
teal700: any;
|
|
121
|
+
teal800: any;
|
|
122
|
+
teal900: any;
|
|
123
|
+
teal1000: any;
|
|
124
|
+
teal1100: any;
|
|
125
|
+
teal1200: any;
|
|
126
|
+
orange100: any;
|
|
127
|
+
orange200: any;
|
|
128
|
+
orange300: any;
|
|
129
|
+
orange400: any;
|
|
130
|
+
orange500: any;
|
|
131
|
+
orange600: any;
|
|
132
|
+
orange700: any;
|
|
133
|
+
orange800: any;
|
|
134
|
+
orange900: any;
|
|
135
|
+
orange1000: any;
|
|
136
|
+
orange1100: any;
|
|
137
|
+
orange1200: any;
|
|
138
|
+
yellow100: any;
|
|
139
|
+
yellow200: any;
|
|
140
|
+
yellow300: any;
|
|
141
|
+
yellow400: any;
|
|
142
|
+
yellow500: any;
|
|
143
|
+
yellow600: any;
|
|
144
|
+
yellow700: any;
|
|
145
|
+
yellow800: any;
|
|
146
|
+
yellow900: any;
|
|
147
|
+
yellow1000: any;
|
|
148
|
+
yellow1100: any;
|
|
149
|
+
yellow1200: any;
|
|
150
|
+
lime100: any;
|
|
151
|
+
lime200: any;
|
|
152
|
+
lime300: any;
|
|
153
|
+
lime400: any;
|
|
154
|
+
lime500: any;
|
|
155
|
+
lime600: any;
|
|
156
|
+
lime700: any;
|
|
157
|
+
lime800: any;
|
|
158
|
+
lime900: any;
|
|
159
|
+
lime1000: any;
|
|
160
|
+
lime1100: any;
|
|
161
|
+
lime1200: any;
|
|
60
162
|
tonal50: any;
|
|
61
163
|
tonal100: any;
|
|
62
164
|
tonal200: any;
|
|
@@ -102,6 +204,9 @@ export declare const Flex: import("@stitches/react/types/styled-component").Styl
|
|
|
102
204
|
subjectNonVerbalReasoning: any;
|
|
103
205
|
subjectCreativeWriting: any;
|
|
104
206
|
subjectExamSkills: any;
|
|
207
|
+
glBlueLight: any;
|
|
208
|
+
glBluePrimary: any;
|
|
209
|
+
glBlueDark: any;
|
|
105
210
|
};
|
|
106
211
|
space: {
|
|
107
212
|
"0": any;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{styled as l}from"../../stitches.js";const e=l("div",{display:"flex"});
|
|
1
|
+
import{styled as l}from"../../stitches.js";import{createThemeVariants as o}from"../../utilities/create-theme-variants/createThemeVariants.js";import"../../utilities/css-wrapper/CSSWrapper.js";import"../../utilities/no-overflow-wrapper/NoOverflowWrapper.js";import"color2k";import"../../utilities/style/keyframe-animations.js";const r=(e,n)=>e.reduce((i,a)=>({...i,[a]:n(a)}),{}),t=["inherit","initial","revert","revert-layer","unset"],s=l("div",{display:"flex",variants:{direction:r([...t,"row","row-reverse","column","column-reverse"],e=>({flexDirection:e})),wrap:r([...t,"nowrap","wrap","wrap-reverse"],e=>({flexWrap:e})),justify:r([...t,"normal","unsafe","safe","start","center","end","flex-start","flex-end","left","right","space-between","space-around","space-evenly","stretch"],e=>({justifyContent:e})),align:r([...t,"normal","unsafe","safe","center","start","end","self-start","self-end","flex-start","flex-end","baseline","first baseline","last baseline","stretch"],e=>({alignItems:e})),gap:o("space",{gap:"$key"})}});s.displayName="Flex";export{s as Flex};
|
|
2
2
|
//# sourceMappingURL=Flex.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Flex.js","sources":["../../../src/components/flex/Flex.tsx"],"sourcesContent":["import { styled } from '~/stitches'\n\nexport const Flex = styled('div', {
|
|
1
|
+
{"version":3,"file":"Flex.js","sources":["../../../src/components/flex/Flex.tsx"],"sourcesContent":["import { CSS, styled } from '~/stitches'\nimport { createThemeVariants } from '~/utilities'\n\nconst createVariants = <T extends GlobalValue[]>(\n variants: T,\n fn: (string: T[number]) => CSS\n) => {\n return variants.reduce(\n (prev, variant) => ({ ...prev, [variant]: fn(variant) }),\n {} as Record<T[number], CSS>\n )\n}\n\nconst globalValues = [\n 'inherit',\n 'initial',\n 'revert',\n 'revert-layer',\n 'unset'\n] as const\n\n/*\n * The following type is partially a hack to get the rest of the createVariants array parameter to be recognised as const.\n * Thus giving is the correct types generated for these generated variant props.\n * No clue how we can do it cleaner.\n * Mad props to: Elliot for getting this to working as is.\n *\n */\n// eslint-disable-next-line @typescript-eslint/ban-types\ntype GlobalValue = typeof globalValues[number] | (string & {})\n\nexport const Flex = styled('div', {\n display: 'flex',\n variants: {\n direction: createVariants(\n [...globalValues, 'row', 'row-reverse', 'column', 'column-reverse'],\n (v) => {\n return { flexDirection: v }\n }\n ),\n wrap: createVariants(\n [...globalValues, 'nowrap', 'wrap', 'wrap-reverse'],\n (v) => {\n return { flexWrap: v }\n }\n ),\n // Why is both `start` and `flex-start` valid values? Answer: https://csslayout.news/whats-the-difference-between-the-alignment-values-of-start-flex-start-and-self-start/\n justify: createVariants(\n [\n ...globalValues,\n 'normal',\n 'unsafe',\n 'safe',\n 'start',\n 'center',\n 'end',\n 'flex-start',\n 'flex-end',\n 'left',\n 'right',\n 'space-between',\n 'space-around',\n 'space-evenly',\n 'stretch'\n ],\n (v) => {\n return { justifyContent: v }\n }\n ),\n align: createVariants(\n [\n ...globalValues,\n 'normal',\n 'unsafe',\n 'safe',\n 'center',\n 'start',\n 'end',\n 'self-start',\n 'self-end',\n 'flex-start',\n 'flex-end',\n 'baseline',\n 'first baseline',\n 'last baseline',\n 'stretch'\n ],\n (v) => {\n return { alignItems: v }\n }\n ),\n gap: createThemeVariants('space', { gap: '$key' })\n }\n})\n\nFlex.displayName = 'Flex'\n"],"names":["createVariants","variants","fn","prev","variant","globalValues","Flex","styled","v","createThemeVariants"],"mappings":"sUAGA,MAAMA,EAAiB,CACrBC,EACAC,IAEOD,EAAS,OACd,CAACE,EAAMC,KAAa,CAAE,GAAGD,EAAM,CAACC,GAAUF,EAAGE,CAAO,CAAE,GACtD,CAAA,CACF,EAGIC,EAAe,CACnB,UACA,UACA,SACA,eACA,OACF,EAYaC,EAAOC,EAAO,MAAO,CAChC,QAAS,OACT,SAAU,CACR,UAAWP,EACT,CAAC,GAAGK,EAAc,MAAO,cAAe,SAAU,gBAAgB,EACjEG,IACQ,CAAE,cAAeA,CAAE,EAE9B,EACA,KAAMR,EACJ,CAAC,GAAGK,EAAc,SAAU,OAAQ,cAAc,EACjDG,IACQ,CAAE,SAAUA,CAAE,EAEzB,EAEA,QAASR,EACP,CACE,GAAGK,EACH,SACA,SACA,OACA,QACA,SACA,MACA,aACA,WACA,OACA,QACA,gBACA,eACA,eACA,SACF,EACCG,IACQ,CAAE,eAAgBA,CAAE,EAE/B,EACA,MAAOR,EACL,CACE,GAAGK,EACH,SACA,SACA,OACA,SACA,QACA,MACA,aACA,WACA,aACA,WACA,WACA,iBACA,gBACA,SACF,EACCG,IACQ,CAAE,WAAYA,CAAE,EAE3B,EACA,IAAKC,EAAoB,QAAS,CAAE,IAAK,MAAO,CAAC,CACnD,CACF,CAAC,EAEDH,EAAK,YAAc"}
|
|
@@ -59,6 +59,102 @@ declare const StyledForm: import("@stitches/react/types/styled-component").Style
|
|
|
59
59
|
purple1000: any;
|
|
60
60
|
purple1100: any;
|
|
61
61
|
purple1200: any;
|
|
62
|
+
cyan100: any;
|
|
63
|
+
cyan200: any;
|
|
64
|
+
cyan300: any;
|
|
65
|
+
cyan400: any;
|
|
66
|
+
cyan500: any;
|
|
67
|
+
cyan600: any;
|
|
68
|
+
cyan700: any;
|
|
69
|
+
cyan800: any;
|
|
70
|
+
cyan900: any;
|
|
71
|
+
cyan1000: any;
|
|
72
|
+
cyan1100: any;
|
|
73
|
+
cyan1200: any;
|
|
74
|
+
green100: any;
|
|
75
|
+
green200: any;
|
|
76
|
+
green300: any;
|
|
77
|
+
green400: any;
|
|
78
|
+
green500: any;
|
|
79
|
+
green600: any;
|
|
80
|
+
green700: any;
|
|
81
|
+
green800: any;
|
|
82
|
+
green900: any;
|
|
83
|
+
green1000: any;
|
|
84
|
+
green1100: any;
|
|
85
|
+
green1200: any;
|
|
86
|
+
magenta100: any;
|
|
87
|
+
magenta200: any;
|
|
88
|
+
magenta300: any;
|
|
89
|
+
magenta400: any;
|
|
90
|
+
magenta500: any;
|
|
91
|
+
magenta600: any;
|
|
92
|
+
magenta700: any;
|
|
93
|
+
magenta800: any;
|
|
94
|
+
magenta900: any;
|
|
95
|
+
magenta1000: any;
|
|
96
|
+
magenta1100: any;
|
|
97
|
+
magenta1200: any;
|
|
98
|
+
red100: any;
|
|
99
|
+
red200: any;
|
|
100
|
+
red300: any;
|
|
101
|
+
red400: any;
|
|
102
|
+
red500: any;
|
|
103
|
+
red600: any;
|
|
104
|
+
red700: any;
|
|
105
|
+
red800: any;
|
|
106
|
+
red900: any;
|
|
107
|
+
red1000: any;
|
|
108
|
+
red1100: any;
|
|
109
|
+
red1200: any;
|
|
110
|
+
teal100: any;
|
|
111
|
+
teal200: any;
|
|
112
|
+
teal300: any;
|
|
113
|
+
teal400: any;
|
|
114
|
+
teal500: any;
|
|
115
|
+
teal600: any;
|
|
116
|
+
teal700: any;
|
|
117
|
+
teal800: any;
|
|
118
|
+
teal900: any;
|
|
119
|
+
teal1000: any;
|
|
120
|
+
teal1100: any;
|
|
121
|
+
teal1200: any;
|
|
122
|
+
orange100: any;
|
|
123
|
+
orange200: any;
|
|
124
|
+
orange300: any;
|
|
125
|
+
orange400: any;
|
|
126
|
+
orange500: any;
|
|
127
|
+
orange600: any;
|
|
128
|
+
orange700: any;
|
|
129
|
+
orange800: any;
|
|
130
|
+
orange900: any;
|
|
131
|
+
orange1000: any;
|
|
132
|
+
orange1100: any;
|
|
133
|
+
orange1200: any;
|
|
134
|
+
yellow100: any;
|
|
135
|
+
yellow200: any;
|
|
136
|
+
yellow300: any;
|
|
137
|
+
yellow400: any;
|
|
138
|
+
yellow500: any;
|
|
139
|
+
yellow600: any;
|
|
140
|
+
yellow700: any;
|
|
141
|
+
yellow800: any;
|
|
142
|
+
yellow900: any;
|
|
143
|
+
yellow1000: any;
|
|
144
|
+
yellow1100: any;
|
|
145
|
+
yellow1200: any;
|
|
146
|
+
lime100: any;
|
|
147
|
+
lime200: any;
|
|
148
|
+
lime300: any;
|
|
149
|
+
lime400: any;
|
|
150
|
+
lime500: any;
|
|
151
|
+
lime600: any;
|
|
152
|
+
lime700: any;
|
|
153
|
+
lime800: any;
|
|
154
|
+
lime900: any;
|
|
155
|
+
lime1000: any;
|
|
156
|
+
lime1100: any;
|
|
157
|
+
lime1200: any;
|
|
62
158
|
tonal50: any;
|
|
63
159
|
tonal100: any;
|
|
64
160
|
tonal200: any;
|
|
@@ -104,6 +200,9 @@ declare const StyledForm: import("@stitches/react/types/styled-component").Style
|
|
|
104
200
|
subjectNonVerbalReasoning: any;
|
|
105
201
|
subjectCreativeWriting: any;
|
|
106
202
|
subjectExamSkills: any;
|
|
203
|
+
glBlueLight: any;
|
|
204
|
+
glBluePrimary: any;
|
|
205
|
+
glBlueDark: any;
|
|
107
206
|
};
|
|
108
207
|
space: {
|
|
109
208
|
"0": any;
|
|
@@ -61,6 +61,102 @@ declare const GridContainer: import("@stitches/react/types/styled-component").St
|
|
|
61
61
|
purple1000: any;
|
|
62
62
|
purple1100: any;
|
|
63
63
|
purple1200: any;
|
|
64
|
+
cyan100: any;
|
|
65
|
+
cyan200: any;
|
|
66
|
+
cyan300: any;
|
|
67
|
+
cyan400: any;
|
|
68
|
+
cyan500: any;
|
|
69
|
+
cyan600: any;
|
|
70
|
+
cyan700: any;
|
|
71
|
+
cyan800: any;
|
|
72
|
+
cyan900: any;
|
|
73
|
+
cyan1000: any;
|
|
74
|
+
cyan1100: any;
|
|
75
|
+
cyan1200: any;
|
|
76
|
+
green100: any;
|
|
77
|
+
green200: any;
|
|
78
|
+
green300: any;
|
|
79
|
+
green400: any;
|
|
80
|
+
green500: any;
|
|
81
|
+
green600: any;
|
|
82
|
+
green700: any;
|
|
83
|
+
green800: any;
|
|
84
|
+
green900: any;
|
|
85
|
+
green1000: any;
|
|
86
|
+
green1100: any;
|
|
87
|
+
green1200: any;
|
|
88
|
+
magenta100: any;
|
|
89
|
+
magenta200: any;
|
|
90
|
+
magenta300: any;
|
|
91
|
+
magenta400: any;
|
|
92
|
+
magenta500: any;
|
|
93
|
+
magenta600: any;
|
|
94
|
+
magenta700: any;
|
|
95
|
+
magenta800: any;
|
|
96
|
+
magenta900: any;
|
|
97
|
+
magenta1000: any;
|
|
98
|
+
magenta1100: any;
|
|
99
|
+
magenta1200: any;
|
|
100
|
+
red100: any;
|
|
101
|
+
red200: any;
|
|
102
|
+
red300: any;
|
|
103
|
+
red400: any;
|
|
104
|
+
red500: any;
|
|
105
|
+
red600: any;
|
|
106
|
+
red700: any;
|
|
107
|
+
red800: any;
|
|
108
|
+
red900: any;
|
|
109
|
+
red1000: any;
|
|
110
|
+
red1100: any;
|
|
111
|
+
red1200: any;
|
|
112
|
+
teal100: any;
|
|
113
|
+
teal200: any;
|
|
114
|
+
teal300: any;
|
|
115
|
+
teal400: any;
|
|
116
|
+
teal500: any;
|
|
117
|
+
teal600: any;
|
|
118
|
+
teal700: any;
|
|
119
|
+
teal800: any;
|
|
120
|
+
teal900: any;
|
|
121
|
+
teal1000: any;
|
|
122
|
+
teal1100: any;
|
|
123
|
+
teal1200: any;
|
|
124
|
+
orange100: any;
|
|
125
|
+
orange200: any;
|
|
126
|
+
orange300: any;
|
|
127
|
+
orange400: any;
|
|
128
|
+
orange500: any;
|
|
129
|
+
orange600: any;
|
|
130
|
+
orange700: any;
|
|
131
|
+
orange800: any;
|
|
132
|
+
orange900: any;
|
|
133
|
+
orange1000: any;
|
|
134
|
+
orange1100: any;
|
|
135
|
+
orange1200: any;
|
|
136
|
+
yellow100: any;
|
|
137
|
+
yellow200: any;
|
|
138
|
+
yellow300: any;
|
|
139
|
+
yellow400: any;
|
|
140
|
+
yellow500: any;
|
|
141
|
+
yellow600: any;
|
|
142
|
+
yellow700: any;
|
|
143
|
+
yellow800: any;
|
|
144
|
+
yellow900: any;
|
|
145
|
+
yellow1000: any;
|
|
146
|
+
yellow1100: any;
|
|
147
|
+
yellow1200: any;
|
|
148
|
+
lime100: any;
|
|
149
|
+
lime200: any;
|
|
150
|
+
lime300: any;
|
|
151
|
+
lime400: any;
|
|
152
|
+
lime500: any;
|
|
153
|
+
lime600: any;
|
|
154
|
+
lime700: any;
|
|
155
|
+
lime800: any;
|
|
156
|
+
lime900: any;
|
|
157
|
+
lime1000: any;
|
|
158
|
+
lime1100: any;
|
|
159
|
+
lime1200: any;
|
|
64
160
|
tonal50: any;
|
|
65
161
|
tonal100: any;
|
|
66
162
|
tonal200: any;
|
|
@@ -106,6 +202,9 @@ declare const GridContainer: import("@stitches/react/types/styled-component").St
|
|
|
106
202
|
subjectNonVerbalReasoning: any;
|
|
107
203
|
subjectCreativeWriting: any;
|
|
108
204
|
subjectExamSkills: any;
|
|
205
|
+
glBlueLight: any;
|
|
206
|
+
glBluePrimary: any;
|
|
207
|
+
glBlueDark: any;
|
|
109
208
|
};
|
|
110
209
|
space: {
|
|
111
210
|
"0": any;
|
|
@@ -62,6 +62,102 @@ export declare const StyledHeading: import("@stitches/react/types/styled-compone
|
|
|
62
62
|
purple1000: any;
|
|
63
63
|
purple1100: any;
|
|
64
64
|
purple1200: any;
|
|
65
|
+
cyan100: any;
|
|
66
|
+
cyan200: any;
|
|
67
|
+
cyan300: any;
|
|
68
|
+
cyan400: any;
|
|
69
|
+
cyan500: any;
|
|
70
|
+
cyan600: any;
|
|
71
|
+
cyan700: any;
|
|
72
|
+
cyan800: any;
|
|
73
|
+
cyan900: any;
|
|
74
|
+
cyan1000: any;
|
|
75
|
+
cyan1100: any;
|
|
76
|
+
cyan1200: any;
|
|
77
|
+
green100: any;
|
|
78
|
+
green200: any;
|
|
79
|
+
green300: any;
|
|
80
|
+
green400: any;
|
|
81
|
+
green500: any;
|
|
82
|
+
green600: any;
|
|
83
|
+
green700: any;
|
|
84
|
+
green800: any;
|
|
85
|
+
green900: any;
|
|
86
|
+
green1000: any;
|
|
87
|
+
green1100: any;
|
|
88
|
+
green1200: any;
|
|
89
|
+
magenta100: any;
|
|
90
|
+
magenta200: any;
|
|
91
|
+
magenta300: any;
|
|
92
|
+
magenta400: any;
|
|
93
|
+
magenta500: any;
|
|
94
|
+
magenta600: any;
|
|
95
|
+
magenta700: any;
|
|
96
|
+
magenta800: any;
|
|
97
|
+
magenta900: any;
|
|
98
|
+
magenta1000: any;
|
|
99
|
+
magenta1100: any;
|
|
100
|
+
magenta1200: any;
|
|
101
|
+
red100: any;
|
|
102
|
+
red200: any;
|
|
103
|
+
red300: any;
|
|
104
|
+
red400: any;
|
|
105
|
+
red500: any;
|
|
106
|
+
red600: any;
|
|
107
|
+
red700: any;
|
|
108
|
+
red800: any;
|
|
109
|
+
red900: any;
|
|
110
|
+
red1000: any;
|
|
111
|
+
red1100: any;
|
|
112
|
+
red1200: any;
|
|
113
|
+
teal100: any;
|
|
114
|
+
teal200: any;
|
|
115
|
+
teal300: any;
|
|
116
|
+
teal400: any;
|
|
117
|
+
teal500: any;
|
|
118
|
+
teal600: any;
|
|
119
|
+
teal700: any;
|
|
120
|
+
teal800: any;
|
|
121
|
+
teal900: any;
|
|
122
|
+
teal1000: any;
|
|
123
|
+
teal1100: any;
|
|
124
|
+
teal1200: any;
|
|
125
|
+
orange100: any;
|
|
126
|
+
orange200: any;
|
|
127
|
+
orange300: any;
|
|
128
|
+
orange400: any;
|
|
129
|
+
orange500: any;
|
|
130
|
+
orange600: any;
|
|
131
|
+
orange700: any;
|
|
132
|
+
orange800: any;
|
|
133
|
+
orange900: any;
|
|
134
|
+
orange1000: any;
|
|
135
|
+
orange1100: any;
|
|
136
|
+
orange1200: any;
|
|
137
|
+
yellow100: any;
|
|
138
|
+
yellow200: any;
|
|
139
|
+
yellow300: any;
|
|
140
|
+
yellow400: any;
|
|
141
|
+
yellow500: any;
|
|
142
|
+
yellow600: any;
|
|
143
|
+
yellow700: any;
|
|
144
|
+
yellow800: any;
|
|
145
|
+
yellow900: any;
|
|
146
|
+
yellow1000: any;
|
|
147
|
+
yellow1100: any;
|
|
148
|
+
yellow1200: any;
|
|
149
|
+
lime100: any;
|
|
150
|
+
lime200: any;
|
|
151
|
+
lime300: any;
|
|
152
|
+
lime400: any;
|
|
153
|
+
lime500: any;
|
|
154
|
+
lime600: any;
|
|
155
|
+
lime700: any;
|
|
156
|
+
lime800: any;
|
|
157
|
+
lime900: any;
|
|
158
|
+
lime1000: any;
|
|
159
|
+
lime1100: any;
|
|
160
|
+
lime1200: any;
|
|
65
161
|
tonal50: any;
|
|
66
162
|
tonal100: any;
|
|
67
163
|
tonal200: any;
|
|
@@ -107,6 +203,9 @@ export declare const StyledHeading: import("@stitches/react/types/styled-compone
|
|
|
107
203
|
subjectNonVerbalReasoning: any;
|
|
108
204
|
subjectCreativeWriting: any;
|
|
109
205
|
subjectExamSkills: any;
|
|
206
|
+
glBlueLight: any;
|
|
207
|
+
glBluePrimary: any;
|
|
208
|
+
glBlueDark: any;
|
|
110
209
|
};
|
|
111
210
|
space: {
|
|
112
211
|
"0": any;
|
|
@@ -61,6 +61,102 @@ export declare const StyledIcon: import("@stitches/react/types/styled-component"
|
|
|
61
61
|
purple1000: any;
|
|
62
62
|
purple1100: any;
|
|
63
63
|
purple1200: any;
|
|
64
|
+
cyan100: any;
|
|
65
|
+
cyan200: any;
|
|
66
|
+
cyan300: any;
|
|
67
|
+
cyan400: any;
|
|
68
|
+
cyan500: any;
|
|
69
|
+
cyan600: any;
|
|
70
|
+
cyan700: any;
|
|
71
|
+
cyan800: any;
|
|
72
|
+
cyan900: any;
|
|
73
|
+
cyan1000: any;
|
|
74
|
+
cyan1100: any;
|
|
75
|
+
cyan1200: any;
|
|
76
|
+
green100: any;
|
|
77
|
+
green200: any;
|
|
78
|
+
green300: any;
|
|
79
|
+
green400: any;
|
|
80
|
+
green500: any;
|
|
81
|
+
green600: any;
|
|
82
|
+
green700: any;
|
|
83
|
+
green800: any;
|
|
84
|
+
green900: any;
|
|
85
|
+
green1000: any;
|
|
86
|
+
green1100: any;
|
|
87
|
+
green1200: any;
|
|
88
|
+
magenta100: any;
|
|
89
|
+
magenta200: any;
|
|
90
|
+
magenta300: any;
|
|
91
|
+
magenta400: any;
|
|
92
|
+
magenta500: any;
|
|
93
|
+
magenta600: any;
|
|
94
|
+
magenta700: any;
|
|
95
|
+
magenta800: any;
|
|
96
|
+
magenta900: any;
|
|
97
|
+
magenta1000: any;
|
|
98
|
+
magenta1100: any;
|
|
99
|
+
magenta1200: any;
|
|
100
|
+
red100: any;
|
|
101
|
+
red200: any;
|
|
102
|
+
red300: any;
|
|
103
|
+
red400: any;
|
|
104
|
+
red500: any;
|
|
105
|
+
red600: any;
|
|
106
|
+
red700: any;
|
|
107
|
+
red800: any;
|
|
108
|
+
red900: any;
|
|
109
|
+
red1000: any;
|
|
110
|
+
red1100: any;
|
|
111
|
+
red1200: any;
|
|
112
|
+
teal100: any;
|
|
113
|
+
teal200: any;
|
|
114
|
+
teal300: any;
|
|
115
|
+
teal400: any;
|
|
116
|
+
teal500: any;
|
|
117
|
+
teal600: any;
|
|
118
|
+
teal700: any;
|
|
119
|
+
teal800: any;
|
|
120
|
+
teal900: any;
|
|
121
|
+
teal1000: any;
|
|
122
|
+
teal1100: any;
|
|
123
|
+
teal1200: any;
|
|
124
|
+
orange100: any;
|
|
125
|
+
orange200: any;
|
|
126
|
+
orange300: any;
|
|
127
|
+
orange400: any;
|
|
128
|
+
orange500: any;
|
|
129
|
+
orange600: any;
|
|
130
|
+
orange700: any;
|
|
131
|
+
orange800: any;
|
|
132
|
+
orange900: any;
|
|
133
|
+
orange1000: any;
|
|
134
|
+
orange1100: any;
|
|
135
|
+
orange1200: any;
|
|
136
|
+
yellow100: any;
|
|
137
|
+
yellow200: any;
|
|
138
|
+
yellow300: any;
|
|
139
|
+
yellow400: any;
|
|
140
|
+
yellow500: any;
|
|
141
|
+
yellow600: any;
|
|
142
|
+
yellow700: any;
|
|
143
|
+
yellow800: any;
|
|
144
|
+
yellow900: any;
|
|
145
|
+
yellow1000: any;
|
|
146
|
+
yellow1100: any;
|
|
147
|
+
yellow1200: any;
|
|
148
|
+
lime100: any;
|
|
149
|
+
lime200: any;
|
|
150
|
+
lime300: any;
|
|
151
|
+
lime400: any;
|
|
152
|
+
lime500: any;
|
|
153
|
+
lime600: any;
|
|
154
|
+
lime700: any;
|
|
155
|
+
lime800: any;
|
|
156
|
+
lime900: any;
|
|
157
|
+
lime1000: any;
|
|
158
|
+
lime1100: any;
|
|
159
|
+
lime1200: any;
|
|
64
160
|
tonal50: any;
|
|
65
161
|
tonal100: any;
|
|
66
162
|
tonal200: any;
|
|
@@ -106,6 +202,9 @@ export declare const StyledIcon: import("@stitches/react/types/styled-component"
|
|
|
106
202
|
subjectNonVerbalReasoning: any;
|
|
107
203
|
subjectCreativeWriting: any;
|
|
108
204
|
subjectExamSkills: any;
|
|
205
|
+
glBlueLight: any;
|
|
206
|
+
glBluePrimary: any;
|
|
207
|
+
glBlueDark: any;
|
|
109
208
|
};
|
|
110
209
|
space: {
|
|
111
210
|
"0": any;
|