@atom-learning/components 2.63.0 → 2.64.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 +2 -2
- 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 +198 -0
- package/dist/components/banner/BannerContainer.d.ts +198 -0
- 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 +693 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +396 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +396 -0
- 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 +198 -0
- 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 +99 -0
- 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 +198 -0
- 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 +198 -0
- 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 +99 -0
- package/dist/components/stack-content/StackContent.d.ts +99 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +198 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +198 -0
- 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/tabs/TabsTriggerList.js +1 -1
- package/dist/components/tabs/TabsTriggerList.js.map +1 -1
- 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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabsTriggerList.js","sources":["../../../src/components/tabs/TabsTriggerList.tsx"],"sourcesContent":["import { ChevronLeft, ChevronRight } from '@atom-learning/icons'\nimport { List } from '@radix-ui/react-tabs'\nimport React from 'react'\n\nimport { ColorScheme, TcolorScheme } from '~/experiments/color-scheme'\nimport { styled } from '~/stitches'\nimport { useCallbackRefState } from '~/utilities/hooks/useCallbackRef'\nimport { useScrollPosition } from '~/utilities/hooks/useScrollPosition'\nimport { useSize } from '~/utilities/hooks/useSize'\n\nimport { ActionIcon } from '../action-icon'\nimport { Icon } from '../icon'\n\nconst StyledContainer = styled(ColorScheme, {\n position: 'relative',\n borderBottom: '1px solid $base4',\n width: '100%'\n})\n\nconst StyledTriggerList = styled(List, {\n flexShrink: 0,\n display: 'flex',\n width: '100%',\n overflowX: 'auto',\n '&::-webkit-scrollbar': { display: 'none' },\n scrollbarWidth: 'none'\n})\n\nconst StyledChevronActionIcon = styled(ActionIcon, {\n height: '100% !important',\n position: 'absolute',\n top: '50%',\n transform: 'translateY(-50%)',\n cursor: 'pointer',\n background: '$base1 !important',\n color: '$interactive1 !important',\n borderRadius: 0,\n opacity: 0.9\n})\n\nconst SCROLL_STEP = 0.8 // Used to scroll 80% of clientWidth\n\nexport const TabsTriggerList: React.FC<\n React.ComponentProps<typeof StyledTriggerList> & {\n colorScheme?: TcolorScheme\n }\n> = ({ children, colorScheme = {}, ...rest }) => {\n const [listRef, setListRefCallback] = useCallbackRefState()\n\n const { width } = useSize({ element: listRef, delay: 500 })\n const { left } = useScrollPosition({\n element: listRef,\n delay: 100,\n delayMethod: 'debounce'\n })\n\n const canScrollXAxis = React.useMemo(() => {\n if (!listRef) return false\n return listRef.scrollWidth > listRef.clientWidth\n }, [width, listRef])\n\n const canScrollLeft = React.useMemo(() => {\n if (!canScrollXAxis) return false\n return left > 0\n }, [left, canScrollXAxis])\n\n const canScrollRight = React.useMemo(() => {\n if (!listRef || !canScrollXAxis) return false\n return listRef.scrollWidth - left - listRef.clientWidth > 1 // 1 rather than 0 to account for sub-pixel widths and calculations\n }, [listRef, left, canScrollXAxis])\n\n const scrollList = React.useCallback(\n (stepModifier) => {\n if (!listRef) return\n listRef.scroll({\n left: listRef.scrollLeft + listRef.clientWidth * stepModifier,\n behavior: 'smooth'\n })\n },\n [listRef]\n )\n\n return (\n <StyledContainer\n base=\"grey1\"\n accent=\"blue1\"\n interactive=\"hiContrast\"\n {...colorScheme}\n {...rest}\n >\n {canScrollLeft && (\n <StyledChevronActionIcon\n label=\"scroll left\"\n size=\"md\"\n css={{\n left: 0\n }}\n onClick={() => scrollList(-SCROLL_STEP)}\n >\n <Icon is={ChevronLeft} />\n </StyledChevronActionIcon>\n )}\n\n
|
|
1
|
+
{"version":3,"file":"TabsTriggerList.js","sources":["../../../src/components/tabs/TabsTriggerList.tsx"],"sourcesContent":["import { ChevronLeft, ChevronRight } from '@atom-learning/icons'\nimport { List } from '@radix-ui/react-tabs'\nimport React from 'react'\n\nimport { ColorScheme, TcolorScheme } from '~/experiments/color-scheme'\nimport { styled } from '~/stitches'\nimport { useCallbackRefState } from '~/utilities/hooks/useCallbackRef'\nimport { useScrollPosition } from '~/utilities/hooks/useScrollPosition'\nimport { useSize } from '~/utilities/hooks/useSize'\n\nimport { ActionIcon } from '../action-icon'\nimport { Icon } from '../icon'\n\nconst StyledContainer = styled(ColorScheme, {\n position: 'relative',\n borderBottom: '1px solid $base4',\n width: '100%'\n})\n\nconst StyledTriggerList = styled(List, {\n flexShrink: 0,\n display: 'flex',\n width: '100%',\n overflowX: 'auto',\n '&::-webkit-scrollbar': { display: 'none' },\n scrollbarWidth: 'none'\n})\n\nconst StyledChevronActionIcon = styled(ActionIcon, {\n height: '100% !important',\n position: 'absolute',\n top: '50%',\n transform: 'translateY(-50%)',\n cursor: 'pointer',\n background: '$base1 !important',\n color: '$interactive1 !important',\n borderRadius: 0,\n opacity: 0.9\n})\n\nconst SCROLL_STEP = 0.8 // Used to scroll 80% of clientWidth\n\nexport const TabsTriggerList: React.FC<\n React.ComponentProps<typeof StyledTriggerList> & {\n colorScheme?: TcolorScheme\n }\n> = ({ children, colorScheme = {}, ...rest }) => {\n const [listRef, setListRefCallback] = useCallbackRefState()\n\n const { width } = useSize({ element: listRef, delay: 500 })\n const { left } = useScrollPosition({\n element: listRef,\n delay: 100,\n delayMethod: 'debounce'\n })\n\n const canScrollXAxis = React.useMemo(() => {\n if (!listRef) return false\n return listRef.scrollWidth > listRef.clientWidth\n }, [width, listRef])\n\n const canScrollLeft = React.useMemo(() => {\n if (!canScrollXAxis) return false\n return left > 0\n }, [left, canScrollXAxis])\n\n const canScrollRight = React.useMemo(() => {\n if (!listRef || !canScrollXAxis) return false\n return listRef.scrollWidth - left - listRef.clientWidth > 1 // 1 rather than 0 to account for sub-pixel widths and calculations\n }, [listRef, left, canScrollXAxis])\n\n const scrollList = React.useCallback(\n (stepModifier) => {\n if (!listRef) return\n listRef.scroll({\n left: listRef.scrollLeft + listRef.clientWidth * stepModifier,\n behavior: 'smooth'\n })\n },\n [listRef]\n )\n\n return (\n <StyledContainer\n base=\"grey1\"\n accent=\"blue1\"\n interactive=\"hiContrast\"\n {...colorScheme}\n {...rest}\n >\n <StyledTriggerList ref={setListRefCallback}>{children}</StyledTriggerList>\n\n {canScrollLeft && (\n <StyledChevronActionIcon\n label=\"scroll left\"\n size=\"md\"\n css={{\n left: 0\n }}\n onClick={() => scrollList(-SCROLL_STEP)}\n tabIndex={-1}\n >\n <Icon is={ChevronLeft} />\n </StyledChevronActionIcon>\n )}\n\n {canScrollRight && (\n <StyledChevronActionIcon\n label=\"scroll right\"\n size=\"md\"\n css={{\n right: 0\n }}\n onClick={() => scrollList(SCROLL_STEP)}\n tabIndex={-1}\n >\n <Icon is={ChevronRight} />\n </StyledChevronActionIcon>\n )}\n </StyledContainer>\n )\n}\n\nTabsTriggerList.displayName = 'TabsTriggerList'\n"],"names":["StyledContainer","styled","ColorScheme","StyledTriggerList","List","StyledChevronActionIcon","ActionIcon","SCROLL_STEP","TabsTriggerList","children","colorScheme","rest","listRef","setListRefCallback","useCallbackRefState","width","useSize","left","useScrollPosition","canScrollXAxis","React","canScrollLeft","canScrollRight","scrollList","stepModifier","Icon","ChevronLeft","ChevronRight"],"mappings":"sjBAaA,MAAMA,EAAkBC,EAAOC,EAAa,CAC1C,SAAU,WACV,aAAc,mBACd,MAAO,MACT,CAAC,EAEKC,EAAoBF,EAAOG,EAAM,CACrC,WAAY,EACZ,QAAS,OACT,MAAO,OACP,UAAW,OACX,uBAAwB,CAAE,QAAS,MAAO,EAC1C,eAAgB,MAClB,CAAC,EAEKC,EAA0BJ,EAAOK,EAAY,CACjD,OAAQ,kBACR,SAAU,WACV,IAAK,MACL,UAAW,mBACX,OAAQ,UACR,WAAY,oBACZ,MAAO,2BACP,aAAc,EACd,QAAS,EACX,CAAC,EAEKC,EAAc,GAEPC,EAIT,CAAC,CAAE,SAAAC,EAAU,YAAAC,EAAc,CAAA,KAAOC,CAAK,IAAM,CAC/C,KAAM,CAACC,EAASC,CAAkB,EAAIC,IAEhC,CAAE,MAAAC,CAAM,EAAIC,EAAQ,CAAE,QAASJ,EAAS,MAAO,GAAI,CAAC,EACpD,CAAE,KAAAK,CAAK,EAAIC,EAAkB,CACjC,QAASN,EACT,MAAO,IACP,YAAa,UACf,CAAC,EAEKO,EAAiBC,EAAM,QAAQ,IAC9BR,EACEA,EAAQ,YAAcA,EAAQ,YADhB,GAEpB,CAACG,EAAOH,CAAO,CAAC,EAEbS,EAAgBD,EAAM,QAAQ,IAC7BD,EACEF,EAAO,EADc,GAE3B,CAACA,EAAME,CAAc,CAAC,EAEnBG,EAAiBF,EAAM,QAAQ,IAC/B,CAACR,GAAW,CAACO,EAAuB,GACjCP,EAAQ,YAAcK,EAAOL,EAAQ,YAAc,EACzD,CAACA,EAASK,EAAME,CAAc,CAAC,EAE5BI,EAAaH,EAAM,YACtBI,GAAiB,CACZ,CAACZ,GACLA,EAAQ,OAAO,CACb,KAAMA,EAAQ,WAAaA,EAAQ,YAAcY,EACjD,SAAU,QACZ,CAAC,CACH,EACA,CAACZ,CAAO,CACV,EAEA,OACEQ,EAAA,cAACpB,EAAA,CACC,KAAK,QACL,OAAO,QACP,YAAY,aACX,GAAGU,EACH,GAAGC,CAAAA,EAEJS,EAAA,cAACjB,EAAA,CAAkB,IAAKU,GAAqBJ,CAAS,EAErDY,GACCD,EAAA,cAACf,EAAA,CACC,MAAM,cACN,KAAK,KACL,IAAK,CACH,KAAM,CACR,EACA,QAAS,IAAMkB,EAAW,CAAChB,CAAW,EACtC,SAAU,EAAA,EAEVa,EAAA,cAACK,EAAA,CAAK,GAAIC,CAAa,CAAA,CACzB,EAGDJ,GACCF,EAAA,cAACf,EAAA,CACC,MAAM,eACN,KAAK,KACL,IAAK,CACH,MAAO,CACT,EACA,QAAS,IAAMkB,EAAWhB,CAAW,EACrC,SAAU,EAAA,EAEVa,EAAA,cAACK,EAAA,CAAK,GAAIE,EAAc,CAC1B,CAEJ,CAEJ,EAEAnB,EAAgB,YAAc"}
|
|
@@ -98,6 +98,102 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
98
98
|
purple1000: any;
|
|
99
99
|
purple1100: any;
|
|
100
100
|
purple1200: any;
|
|
101
|
+
cyan100: any;
|
|
102
|
+
cyan200: any;
|
|
103
|
+
cyan300: any;
|
|
104
|
+
cyan400: any;
|
|
105
|
+
cyan500: any;
|
|
106
|
+
cyan600: any;
|
|
107
|
+
cyan700: any;
|
|
108
|
+
cyan800: any;
|
|
109
|
+
cyan900: any;
|
|
110
|
+
cyan1000: any;
|
|
111
|
+
cyan1100: any;
|
|
112
|
+
cyan1200: any;
|
|
113
|
+
green100: any;
|
|
114
|
+
green200: any;
|
|
115
|
+
green300: any;
|
|
116
|
+
green400: any;
|
|
117
|
+
green500: any;
|
|
118
|
+
green600: any;
|
|
119
|
+
green700: any;
|
|
120
|
+
green800: any;
|
|
121
|
+
green900: any;
|
|
122
|
+
green1000: any;
|
|
123
|
+
green1100: any;
|
|
124
|
+
green1200: any;
|
|
125
|
+
magenta100: any;
|
|
126
|
+
magenta200: any;
|
|
127
|
+
magenta300: any;
|
|
128
|
+
magenta400: any;
|
|
129
|
+
magenta500: any;
|
|
130
|
+
magenta600: any;
|
|
131
|
+
magenta700: any;
|
|
132
|
+
magenta800: any;
|
|
133
|
+
magenta900: any;
|
|
134
|
+
magenta1000: any;
|
|
135
|
+
magenta1100: any;
|
|
136
|
+
magenta1200: any;
|
|
137
|
+
red100: any;
|
|
138
|
+
red200: any;
|
|
139
|
+
red300: any;
|
|
140
|
+
red400: any;
|
|
141
|
+
red500: any;
|
|
142
|
+
red600: any;
|
|
143
|
+
red700: any;
|
|
144
|
+
red800: any;
|
|
145
|
+
red900: any;
|
|
146
|
+
red1000: any;
|
|
147
|
+
red1100: any;
|
|
148
|
+
red1200: any;
|
|
149
|
+
teal100: any;
|
|
150
|
+
teal200: any;
|
|
151
|
+
teal300: any;
|
|
152
|
+
teal400: any;
|
|
153
|
+
teal500: any;
|
|
154
|
+
teal600: any;
|
|
155
|
+
teal700: any;
|
|
156
|
+
teal800: any;
|
|
157
|
+
teal900: any;
|
|
158
|
+
teal1000: any;
|
|
159
|
+
teal1100: any;
|
|
160
|
+
teal1200: any;
|
|
161
|
+
orange100: any;
|
|
162
|
+
orange200: any;
|
|
163
|
+
orange300: any;
|
|
164
|
+
orange400: any;
|
|
165
|
+
orange500: any;
|
|
166
|
+
orange600: any;
|
|
167
|
+
orange700: any;
|
|
168
|
+
orange800: any;
|
|
169
|
+
orange900: any;
|
|
170
|
+
orange1000: any;
|
|
171
|
+
orange1100: any;
|
|
172
|
+
orange1200: any;
|
|
173
|
+
yellow100: any;
|
|
174
|
+
yellow200: any;
|
|
175
|
+
yellow300: any;
|
|
176
|
+
yellow400: any;
|
|
177
|
+
yellow500: any;
|
|
178
|
+
yellow600: any;
|
|
179
|
+
yellow700: any;
|
|
180
|
+
yellow800: any;
|
|
181
|
+
yellow900: any;
|
|
182
|
+
yellow1000: any;
|
|
183
|
+
yellow1100: any;
|
|
184
|
+
yellow1200: any;
|
|
185
|
+
lime100: any;
|
|
186
|
+
lime200: any;
|
|
187
|
+
lime300: any;
|
|
188
|
+
lime400: any;
|
|
189
|
+
lime500: any;
|
|
190
|
+
lime600: any;
|
|
191
|
+
lime700: any;
|
|
192
|
+
lime800: any;
|
|
193
|
+
lime900: any;
|
|
194
|
+
lime1000: any;
|
|
195
|
+
lime1100: any;
|
|
196
|
+
lime1200: any;
|
|
101
197
|
tonal50: any;
|
|
102
198
|
tonal100: any;
|
|
103
199
|
tonal200: any;
|
|
@@ -143,6 +239,9 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
|
|
|
143
239
|
subjectNonVerbalReasoning: any;
|
|
144
240
|
subjectCreativeWriting: any;
|
|
145
241
|
subjectExamSkills: any;
|
|
242
|
+
glBlueLight: any;
|
|
243
|
+
glBluePrimary: any;
|
|
244
|
+
glBlueDark: any;
|
|
146
245
|
};
|
|
147
246
|
space: {
|
|
148
247
|
"0": any;
|
|
@@ -60,6 +60,102 @@ declare const StyledTextarea: import("@stitches/react/types/styled-component").S
|
|
|
60
60
|
purple1000: any;
|
|
61
61
|
purple1100: any;
|
|
62
62
|
purple1200: any;
|
|
63
|
+
cyan100: any;
|
|
64
|
+
cyan200: any;
|
|
65
|
+
cyan300: any;
|
|
66
|
+
cyan400: any;
|
|
67
|
+
cyan500: any;
|
|
68
|
+
cyan600: any;
|
|
69
|
+
cyan700: any;
|
|
70
|
+
cyan800: any;
|
|
71
|
+
cyan900: any;
|
|
72
|
+
cyan1000: any;
|
|
73
|
+
cyan1100: any;
|
|
74
|
+
cyan1200: any;
|
|
75
|
+
green100: any;
|
|
76
|
+
green200: any;
|
|
77
|
+
green300: any;
|
|
78
|
+
green400: any;
|
|
79
|
+
green500: any;
|
|
80
|
+
green600: any;
|
|
81
|
+
green700: any;
|
|
82
|
+
green800: any;
|
|
83
|
+
green900: any;
|
|
84
|
+
green1000: any;
|
|
85
|
+
green1100: any;
|
|
86
|
+
green1200: any;
|
|
87
|
+
magenta100: any;
|
|
88
|
+
magenta200: any;
|
|
89
|
+
magenta300: any;
|
|
90
|
+
magenta400: any;
|
|
91
|
+
magenta500: any;
|
|
92
|
+
magenta600: any;
|
|
93
|
+
magenta700: any;
|
|
94
|
+
magenta800: any;
|
|
95
|
+
magenta900: any;
|
|
96
|
+
magenta1000: any;
|
|
97
|
+
magenta1100: any;
|
|
98
|
+
magenta1200: any;
|
|
99
|
+
red100: any;
|
|
100
|
+
red200: any;
|
|
101
|
+
red300: any;
|
|
102
|
+
red400: any;
|
|
103
|
+
red500: any;
|
|
104
|
+
red600: any;
|
|
105
|
+
red700: any;
|
|
106
|
+
red800: any;
|
|
107
|
+
red900: any;
|
|
108
|
+
red1000: any;
|
|
109
|
+
red1100: any;
|
|
110
|
+
red1200: any;
|
|
111
|
+
teal100: any;
|
|
112
|
+
teal200: any;
|
|
113
|
+
teal300: any;
|
|
114
|
+
teal400: any;
|
|
115
|
+
teal500: any;
|
|
116
|
+
teal600: any;
|
|
117
|
+
teal700: any;
|
|
118
|
+
teal800: any;
|
|
119
|
+
teal900: any;
|
|
120
|
+
teal1000: any;
|
|
121
|
+
teal1100: any;
|
|
122
|
+
teal1200: any;
|
|
123
|
+
orange100: any;
|
|
124
|
+
orange200: any;
|
|
125
|
+
orange300: any;
|
|
126
|
+
orange400: any;
|
|
127
|
+
orange500: any;
|
|
128
|
+
orange600: any;
|
|
129
|
+
orange700: any;
|
|
130
|
+
orange800: any;
|
|
131
|
+
orange900: any;
|
|
132
|
+
orange1000: any;
|
|
133
|
+
orange1100: any;
|
|
134
|
+
orange1200: any;
|
|
135
|
+
yellow100: any;
|
|
136
|
+
yellow200: any;
|
|
137
|
+
yellow300: any;
|
|
138
|
+
yellow400: any;
|
|
139
|
+
yellow500: any;
|
|
140
|
+
yellow600: any;
|
|
141
|
+
yellow700: any;
|
|
142
|
+
yellow800: any;
|
|
143
|
+
yellow900: any;
|
|
144
|
+
yellow1000: any;
|
|
145
|
+
yellow1100: any;
|
|
146
|
+
yellow1200: any;
|
|
147
|
+
lime100: any;
|
|
148
|
+
lime200: any;
|
|
149
|
+
lime300: any;
|
|
150
|
+
lime400: any;
|
|
151
|
+
lime500: any;
|
|
152
|
+
lime600: any;
|
|
153
|
+
lime700: any;
|
|
154
|
+
lime800: any;
|
|
155
|
+
lime900: any;
|
|
156
|
+
lime1000: any;
|
|
157
|
+
lime1100: any;
|
|
158
|
+
lime1200: any;
|
|
63
159
|
tonal50: any;
|
|
64
160
|
tonal100: any;
|
|
65
161
|
tonal200: any;
|
|
@@ -105,6 +201,9 @@ declare const StyledTextarea: import("@stitches/react/types/styled-component").S
|
|
|
105
201
|
subjectNonVerbalReasoning: any;
|
|
106
202
|
subjectCreativeWriting: any;
|
|
107
203
|
subjectExamSkills: any;
|
|
204
|
+
glBlueLight: any;
|
|
205
|
+
glBluePrimary: any;
|
|
206
|
+
glBlueDark: any;
|
|
108
207
|
};
|
|
109
208
|
space: {
|
|
110
209
|
"0": any;
|
|
@@ -62,6 +62,102 @@ export declare const StyledTile: import("@stitches/react/types/styled-component"
|
|
|
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 StyledTile: import("@stitches/react/types/styled-component"
|
|
|
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;
|
|
@@ -67,6 +67,102 @@ export declare const TileGroup: import("react").ForwardRefExoticComponent<Omit<P
|
|
|
67
67
|
purple1000: any;
|
|
68
68
|
purple1100: any;
|
|
69
69
|
purple1200: any;
|
|
70
|
+
cyan100: any;
|
|
71
|
+
cyan200: any;
|
|
72
|
+
cyan300: any;
|
|
73
|
+
cyan400: any;
|
|
74
|
+
cyan500: any;
|
|
75
|
+
cyan600: any;
|
|
76
|
+
cyan700: any;
|
|
77
|
+
cyan800: any;
|
|
78
|
+
cyan900: any;
|
|
79
|
+
cyan1000: any;
|
|
80
|
+
cyan1100: any;
|
|
81
|
+
cyan1200: any;
|
|
82
|
+
green100: any;
|
|
83
|
+
green200: any;
|
|
84
|
+
green300: any;
|
|
85
|
+
green400: any;
|
|
86
|
+
green500: any;
|
|
87
|
+
green600: any;
|
|
88
|
+
green700: any;
|
|
89
|
+
green800: any;
|
|
90
|
+
green900: any;
|
|
91
|
+
green1000: any;
|
|
92
|
+
green1100: any;
|
|
93
|
+
green1200: any;
|
|
94
|
+
magenta100: any;
|
|
95
|
+
magenta200: any;
|
|
96
|
+
magenta300: any;
|
|
97
|
+
magenta400: any;
|
|
98
|
+
magenta500: any;
|
|
99
|
+
magenta600: any;
|
|
100
|
+
magenta700: any;
|
|
101
|
+
magenta800: any;
|
|
102
|
+
magenta900: any;
|
|
103
|
+
magenta1000: any;
|
|
104
|
+
magenta1100: any;
|
|
105
|
+
magenta1200: any;
|
|
106
|
+
red100: any;
|
|
107
|
+
red200: any;
|
|
108
|
+
red300: any;
|
|
109
|
+
red400: any;
|
|
110
|
+
red500: any;
|
|
111
|
+
red600: any;
|
|
112
|
+
red700: any;
|
|
113
|
+
red800: any;
|
|
114
|
+
red900: any;
|
|
115
|
+
red1000: any;
|
|
116
|
+
red1100: any;
|
|
117
|
+
red1200: any;
|
|
118
|
+
teal100: any;
|
|
119
|
+
teal200: any;
|
|
120
|
+
teal300: any;
|
|
121
|
+
teal400: any;
|
|
122
|
+
teal500: any;
|
|
123
|
+
teal600: any;
|
|
124
|
+
teal700: any;
|
|
125
|
+
teal800: any;
|
|
126
|
+
teal900: any;
|
|
127
|
+
teal1000: any;
|
|
128
|
+
teal1100: any;
|
|
129
|
+
teal1200: any;
|
|
130
|
+
orange100: any;
|
|
131
|
+
orange200: any;
|
|
132
|
+
orange300: any;
|
|
133
|
+
orange400: any;
|
|
134
|
+
orange500: any;
|
|
135
|
+
orange600: any;
|
|
136
|
+
orange700: any;
|
|
137
|
+
orange800: any;
|
|
138
|
+
orange900: any;
|
|
139
|
+
orange1000: any;
|
|
140
|
+
orange1100: any;
|
|
141
|
+
orange1200: any;
|
|
142
|
+
yellow100: any;
|
|
143
|
+
yellow200: any;
|
|
144
|
+
yellow300: any;
|
|
145
|
+
yellow400: any;
|
|
146
|
+
yellow500: any;
|
|
147
|
+
yellow600: any;
|
|
148
|
+
yellow700: any;
|
|
149
|
+
yellow800: any;
|
|
150
|
+
yellow900: any;
|
|
151
|
+
yellow1000: any;
|
|
152
|
+
yellow1100: any;
|
|
153
|
+
yellow1200: any;
|
|
154
|
+
lime100: any;
|
|
155
|
+
lime200: any;
|
|
156
|
+
lime300: any;
|
|
157
|
+
lime400: any;
|
|
158
|
+
lime500: any;
|
|
159
|
+
lime600: any;
|
|
160
|
+
lime700: any;
|
|
161
|
+
lime800: any;
|
|
162
|
+
lime900: any;
|
|
163
|
+
lime1000: any;
|
|
164
|
+
lime1100: any;
|
|
165
|
+
lime1200: any;
|
|
70
166
|
tonal50: any;
|
|
71
167
|
tonal100: any;
|
|
72
168
|
tonal200: any;
|
|
@@ -112,6 +208,9 @@ export declare const TileGroup: import("react").ForwardRefExoticComponent<Omit<P
|
|
|
112
208
|
subjectNonVerbalReasoning: any;
|
|
113
209
|
subjectCreativeWriting: any;
|
|
114
210
|
subjectExamSkills: any;
|
|
211
|
+
glBlueLight: any;
|
|
212
|
+
glBluePrimary: any;
|
|
213
|
+
glBlueDark: any;
|
|
115
214
|
};
|
|
116
215
|
space: {
|
|
117
216
|
"0": any;
|
|
@@ -65,6 +65,102 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
|
|
|
65
65
|
purple1000: any;
|
|
66
66
|
purple1100: any;
|
|
67
67
|
purple1200: any;
|
|
68
|
+
cyan100: any;
|
|
69
|
+
cyan200: any;
|
|
70
|
+
cyan300: any;
|
|
71
|
+
cyan400: any;
|
|
72
|
+
cyan500: any;
|
|
73
|
+
cyan600: any;
|
|
74
|
+
cyan700: any;
|
|
75
|
+
cyan800: any;
|
|
76
|
+
cyan900: any;
|
|
77
|
+
cyan1000: any;
|
|
78
|
+
cyan1100: any;
|
|
79
|
+
cyan1200: any;
|
|
80
|
+
green100: any;
|
|
81
|
+
green200: any;
|
|
82
|
+
green300: any;
|
|
83
|
+
green400: any;
|
|
84
|
+
green500: any;
|
|
85
|
+
green600: any;
|
|
86
|
+
green700: any;
|
|
87
|
+
green800: any;
|
|
88
|
+
green900: any;
|
|
89
|
+
green1000: any;
|
|
90
|
+
green1100: any;
|
|
91
|
+
green1200: any;
|
|
92
|
+
magenta100: any;
|
|
93
|
+
magenta200: any;
|
|
94
|
+
magenta300: any;
|
|
95
|
+
magenta400: any;
|
|
96
|
+
magenta500: any;
|
|
97
|
+
magenta600: any;
|
|
98
|
+
magenta700: any;
|
|
99
|
+
magenta800: any;
|
|
100
|
+
magenta900: any;
|
|
101
|
+
magenta1000: any;
|
|
102
|
+
magenta1100: any;
|
|
103
|
+
magenta1200: any;
|
|
104
|
+
red100: any;
|
|
105
|
+
red200: any;
|
|
106
|
+
red300: any;
|
|
107
|
+
red400: any;
|
|
108
|
+
red500: any;
|
|
109
|
+
red600: any;
|
|
110
|
+
red700: any;
|
|
111
|
+
red800: any;
|
|
112
|
+
red900: any;
|
|
113
|
+
red1000: any;
|
|
114
|
+
red1100: any;
|
|
115
|
+
red1200: any;
|
|
116
|
+
teal100: any;
|
|
117
|
+
teal200: any;
|
|
118
|
+
teal300: any;
|
|
119
|
+
teal400: any;
|
|
120
|
+
teal500: any;
|
|
121
|
+
teal600: any;
|
|
122
|
+
teal700: any;
|
|
123
|
+
teal800: any;
|
|
124
|
+
teal900: any;
|
|
125
|
+
teal1000: any;
|
|
126
|
+
teal1100: any;
|
|
127
|
+
teal1200: any;
|
|
128
|
+
orange100: any;
|
|
129
|
+
orange200: any;
|
|
130
|
+
orange300: any;
|
|
131
|
+
orange400: any;
|
|
132
|
+
orange500: any;
|
|
133
|
+
orange600: any;
|
|
134
|
+
orange700: any;
|
|
135
|
+
orange800: any;
|
|
136
|
+
orange900: any;
|
|
137
|
+
orange1000: any;
|
|
138
|
+
orange1100: any;
|
|
139
|
+
orange1200: any;
|
|
140
|
+
yellow100: any;
|
|
141
|
+
yellow200: any;
|
|
142
|
+
yellow300: any;
|
|
143
|
+
yellow400: any;
|
|
144
|
+
yellow500: any;
|
|
145
|
+
yellow600: any;
|
|
146
|
+
yellow700: any;
|
|
147
|
+
yellow800: any;
|
|
148
|
+
yellow900: any;
|
|
149
|
+
yellow1000: any;
|
|
150
|
+
yellow1100: any;
|
|
151
|
+
yellow1200: any;
|
|
152
|
+
lime100: any;
|
|
153
|
+
lime200: any;
|
|
154
|
+
lime300: any;
|
|
155
|
+
lime400: any;
|
|
156
|
+
lime500: any;
|
|
157
|
+
lime600: any;
|
|
158
|
+
lime700: any;
|
|
159
|
+
lime800: any;
|
|
160
|
+
lime900: any;
|
|
161
|
+
lime1000: any;
|
|
162
|
+
lime1100: any;
|
|
163
|
+
lime1200: any;
|
|
68
164
|
tonal50: any;
|
|
69
165
|
tonal100: any;
|
|
70
166
|
tonal200: any;
|
|
@@ -110,6 +206,9 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
|
|
|
110
206
|
subjectNonVerbalReasoning: any;
|
|
111
207
|
subjectCreativeWriting: any;
|
|
112
208
|
subjectExamSkills: any;
|
|
209
|
+
glBlueLight: any;
|
|
210
|
+
glBluePrimary: any;
|
|
211
|
+
glBlueDark: any;
|
|
113
212
|
};
|
|
114
213
|
space: {
|
|
115
214
|
"0": any;
|
|
@@ -287,6 +386,102 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
|
|
|
287
386
|
purple1000: any;
|
|
288
387
|
purple1100: any;
|
|
289
388
|
purple1200: any;
|
|
389
|
+
cyan100: any;
|
|
390
|
+
cyan200: any;
|
|
391
|
+
cyan300: any;
|
|
392
|
+
cyan400: any;
|
|
393
|
+
cyan500: any;
|
|
394
|
+
cyan600: any;
|
|
395
|
+
cyan700: any;
|
|
396
|
+
cyan800: any;
|
|
397
|
+
cyan900: any;
|
|
398
|
+
cyan1000: any;
|
|
399
|
+
cyan1100: any;
|
|
400
|
+
cyan1200: any;
|
|
401
|
+
green100: any;
|
|
402
|
+
green200: any;
|
|
403
|
+
green300: any;
|
|
404
|
+
green400: any;
|
|
405
|
+
green500: any;
|
|
406
|
+
green600: any;
|
|
407
|
+
green700: any;
|
|
408
|
+
green800: any;
|
|
409
|
+
green900: any;
|
|
410
|
+
green1000: any;
|
|
411
|
+
green1100: any;
|
|
412
|
+
green1200: any;
|
|
413
|
+
magenta100: any;
|
|
414
|
+
magenta200: any;
|
|
415
|
+
magenta300: any;
|
|
416
|
+
magenta400: any;
|
|
417
|
+
magenta500: any;
|
|
418
|
+
magenta600: any;
|
|
419
|
+
magenta700: any;
|
|
420
|
+
magenta800: any;
|
|
421
|
+
magenta900: any;
|
|
422
|
+
magenta1000: any;
|
|
423
|
+
magenta1100: any;
|
|
424
|
+
magenta1200: any;
|
|
425
|
+
red100: any;
|
|
426
|
+
red200: any;
|
|
427
|
+
red300: any;
|
|
428
|
+
red400: any;
|
|
429
|
+
red500: any;
|
|
430
|
+
red600: any;
|
|
431
|
+
red700: any;
|
|
432
|
+
red800: any;
|
|
433
|
+
red900: any;
|
|
434
|
+
red1000: any;
|
|
435
|
+
red1100: any;
|
|
436
|
+
red1200: any;
|
|
437
|
+
teal100: any;
|
|
438
|
+
teal200: any;
|
|
439
|
+
teal300: any;
|
|
440
|
+
teal400: any;
|
|
441
|
+
teal500: any;
|
|
442
|
+
teal600: any;
|
|
443
|
+
teal700: any;
|
|
444
|
+
teal800: any;
|
|
445
|
+
teal900: any;
|
|
446
|
+
teal1000: any;
|
|
447
|
+
teal1100: any;
|
|
448
|
+
teal1200: any;
|
|
449
|
+
orange100: any;
|
|
450
|
+
orange200: any;
|
|
451
|
+
orange300: any;
|
|
452
|
+
orange400: any;
|
|
453
|
+
orange500: any;
|
|
454
|
+
orange600: any;
|
|
455
|
+
orange700: any;
|
|
456
|
+
orange800: any;
|
|
457
|
+
orange900: any;
|
|
458
|
+
orange1000: any;
|
|
459
|
+
orange1100: any;
|
|
460
|
+
orange1200: any;
|
|
461
|
+
yellow100: any;
|
|
462
|
+
yellow200: any;
|
|
463
|
+
yellow300: any;
|
|
464
|
+
yellow400: any;
|
|
465
|
+
yellow500: any;
|
|
466
|
+
yellow600: any;
|
|
467
|
+
yellow700: any;
|
|
468
|
+
yellow800: any;
|
|
469
|
+
yellow900: any;
|
|
470
|
+
yellow1000: any;
|
|
471
|
+
yellow1100: any;
|
|
472
|
+
yellow1200: any;
|
|
473
|
+
lime100: any;
|
|
474
|
+
lime200: any;
|
|
475
|
+
lime300: any;
|
|
476
|
+
lime400: any;
|
|
477
|
+
lime500: any;
|
|
478
|
+
lime600: any;
|
|
479
|
+
lime700: any;
|
|
480
|
+
lime800: any;
|
|
481
|
+
lime900: any;
|
|
482
|
+
lime1000: any;
|
|
483
|
+
lime1100: any;
|
|
484
|
+
lime1200: any;
|
|
290
485
|
tonal50: any;
|
|
291
486
|
tonal100: any;
|
|
292
487
|
tonal200: any;
|
|
@@ -332,6 +527,9 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
|
|
|
332
527
|
subjectNonVerbalReasoning: any;
|
|
333
528
|
subjectCreativeWriting: any;
|
|
334
529
|
subjectExamSkills: any;
|
|
530
|
+
glBlueLight: any;
|
|
531
|
+
glBluePrimary: any;
|
|
532
|
+
glBlueDark: any;
|
|
335
533
|
};
|
|
336
534
|
space: {
|
|
337
535
|
"0": any;
|