@atom-learning/components 4.0.0-beta.1 → 4.0.0-beta.10
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/dist/components/accordion/Accordion.d.ts +52 -55
- package/dist/components/accordion/AccordionContent.d.ts +53 -56
- package/dist/components/accordion/AccordionItem.d.ts +52 -55
- package/dist/components/accordion/AccordionTrigger.d.ts +105 -111
- package/dist/components/action-icon/ActionIcon.d.ts +53 -56
- package/dist/components/action-icon/ActionIcon.js +1 -1
- package/dist/components/action-icon/ActionIcon.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +105 -111
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +53 -56
- package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +2 -2
- package/dist/components/avatar/Avatar.d.ts +164 -173
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/avatar/AvatarIcon.d.ts +2 -2
- package/dist/components/avatar/AvatarImage.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.js +1 -1
- package/dist/components/avatar/AvatarInitial.js.map +1 -1
- package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
- package/dist/components/badge/Badge.context.d.ts +1 -1
- package/dist/components/badge/Badge.d.ts +316 -332
- package/dist/components/badge/BadgeIcon.d.ts +105 -111
- package/dist/components/badge/BadgeText.d.ts +106 -110
- package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +27 -16
- package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
- package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
- package/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/BannerContainer.d.ts +103 -109
- package/dist/components/banner/BannerContext.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +487 -505
- package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +104 -110
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +106 -112
- package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +432 -447
- package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +52 -55
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +104 -110
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +105 -111
- package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
- package/dist/components/box/Box.d.ts +52 -55
- package/dist/components/button/Button.d.ts +53 -56
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Calendar.d.ts +1 -1
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/components/calendar/Calendar.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +52 -55
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/carousel/Carousel.d.ts +213 -225
- package/dist/components/carousel/CarouselArrows.d.ts +3 -3
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +52 -55
- package/dist/components/carousel/CarouselPagination.js +1 -1
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +53 -56
- package/dist/components/carousel/CarouselSlider.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-field/CheckboxField.d.ts +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +211 -216
- package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
- package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +422 -416
- package/dist/components/chip/Chip.d.ts +369 -390
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +212 -224
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +212 -224
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/combobox/Combobox.d.ts +261 -276
- package/dist/components/combobox/ComboboxInput.d.ts +52 -55
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.js +1 -1
- package/dist/components/combobox/ComboboxOption.js.map +1 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +52 -55
- package/dist/components/combobox/ComboboxPopover.js +1 -1
- package/dist/components/combobox/ComboboxPopover.js.map +1 -1
- package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
- package/dist/components/data-table/DataTable.d.ts +649 -682
- package/dist/components/data-table/DataTableBody.d.ts +1 -1
- package/dist/components/data-table/DataTableBulkActions.d.ts +3 -3
- package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
- package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
- package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
- package/dist/components/data-table/DataTableHead.d.ts +1 -1
- package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +54 -57
- package/dist/components/data-table/DataTableMetaData.d.ts +4 -9
- package/dist/components/data-table/DataTableMetaData.js +1 -1
- package/dist/components/data-table/DataTableMetaData.js.map +1 -1
- package/dist/components/data-table/DataTableRow.d.ts +1 -1
- package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +2 -2
- package/dist/components/data-table/DataTableTable.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
- package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +53 -56
- package/dist/components/date-field/DateField.d.ts +2 -2
- package/dist/components/dialog/Dialog.d.ts +368 -389
- package/dist/components/dialog/DialogBackground.d.ts +103 -109
- package/dist/components/dialog/DialogClose.d.ts +52 -55
- package/dist/components/dialog/DialogContent.d.ts +53 -56
- package/dist/components/dialog/DialogFooter.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.js +1 -1
- package/dist/components/dialog/DialogHeading.js.map +1 -1
- package/dist/components/dismissible/DismissibleRoot.d.ts +2 -2
- package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
- package/dist/components/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
- package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- package/dist/components/divider/Divider.d.ts +52 -55
- package/dist/components/divider/Divider.js +1 -1
- package/dist/components/divider/Divider.js.map +1 -1
- package/dist/components/drawer/Drawer.d.ts +316 -334
- package/dist/components/drawer/DrawerClose.d.ts +1 -1
- package/dist/components/drawer/DrawerContent.d.ts +53 -56
- package/dist/components/drawer/DrawerFooter.d.ts +52 -55
- package/dist/components/drawer/DrawerHeader.d.ts +52 -55
- package/dist/components/drawer/DrawerMain.d.ts +52 -55
- package/dist/components/drawer/DrawerOverlay.d.ts +52 -55
- package/dist/components/drawer/DrawerTrigger.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +313 -331
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +480 -483
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +53 -56
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +52 -55
- package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
- package/dist/components/empty-state/EmptyState.d.ts +373 -392
- package/dist/components/empty-state/EmptyStateBody.d.ts +107 -111
- package/dist/components/empty-state/EmptyStateBody.js +1 -1
- package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
- package/dist/components/empty-state/EmptyStateImage.d.ts +108 -114
- package/dist/components/empty-state/EmptyStateTitle.d.ts +53 -56
- package/dist/components/empty-state/EmptyStateTitle.js +1 -1
- package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
- package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
- package/dist/components/field-wrapper/FieldDescription.js +1 -1
- package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
- package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -1
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/file-input/FileInput.d.ts +1 -1
- package/dist/components/flex/Flex.d.ts +52 -55
- package/dist/components/form/Form.d.ts +53 -56
- package/dist/components/grid/Grid.d.ts +53 -56
- package/dist/components/heading/Heading.d.ts +52 -55
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/icon/Icon.d.ts +52 -55
- package/dist/components/image/Image.d.ts +53 -56
- package/dist/components/inline-message/InlineMessage.config.js +1 -1
- package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +104 -110
- package/dist/components/input/Input.d.ts +155 -164
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/label/Label.d.ts +53 -56
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- package/dist/components/link/Link.d.ts +52 -55
- package/dist/components/list/List.d.ts +104 -110
- package/dist/components/loader/Loader.d.ts +2 -2
- package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +54 -57
- package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownLink.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownList.js +1 -1
- package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownText.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
- package/dist/components/navigation/NavigationMenu.d.ts +369 -388
- package/dist/components/navigation/NavigationMenu.js +1 -1
- package/dist/components/navigation/NavigationMenu.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +53 -56
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +106 -110
- package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
- package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +52 -55
- package/dist/components/navigation/NavigationMenuLink.d.ts +52 -55
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +686 -707
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +104 -110
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +106 -110
- package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +1 -1
- package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js.map +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
- package/dist/components/pagination/Pagination.d.ts +2 -2
- package/dist/components/pagination/PaginationNextButton.d.ts +106 -112
- package/dist/components/pagination/PaginationPage.d.ts +2 -2
- package/dist/components/pagination/PaginationPopover.d.ts +1 -1
- package/dist/components/pagination/PaginationPreviousButton.d.ts +106 -112
- package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +105 -111
- package/dist/components/popover/PopoverContent.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.js +1 -1
- package/dist/components/progress-bar/ProgressBar.js.map +1 -1
- package/dist/components/radio-button/RadioButton.d.ts +53 -56
- package/dist/components/radio-button/RadioButton.js +1 -1
- package/dist/components/radio-button/RadioButton.js.map +1 -1
- package/dist/components/radio-button/RadioButtonGroup.d.ts +52 -55
- package/dist/components/radio-button-field/RadioButtonField.d.ts +54 -57
- package/dist/components/radio-button-field/RadioField.d.ts +1 -1
- package/dist/components/radio-card/RadioCard.d.ts +53 -56
- package/dist/components/radio-card/RadioCard.js +1 -1
- package/dist/components/radio-card/RadioCard.js.map +1 -1
- package/dist/components/radio-card/RadioCardGroup.d.ts +2 -2
- package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
- package/dist/components/search-field/SearchField.d.ts +2 -2
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/search-input/SearchInput.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +377 -394
- package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
- package/dist/components/section-message/SectionMessageTitle.js +1 -1
- package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
- package/dist/components/select/Select.d.ts +52 -55
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-field/SelectField.d.ts +2 -2
- package/dist/components/side-bar/SideBar.d.ts +422 -444
- package/dist/components/side-bar/SideBarComponents.d.ts +369 -388
- package/dist/components/slider/Slider.d.ts +52 -55
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/slider/SliderSteps.d.ts +2 -2
- package/dist/components/slider/SliderSteps.js +1 -1
- package/dist/components/slider/SliderSteps.js.map +1 -1
- package/dist/components/slider/SliderValue.d.ts +2 -2
- package/dist/components/slider/SliderValue.js +1 -1
- package/dist/components/slider/SliderValue.js.map +1 -1
- package/dist/components/slider-field/SliderField.d.ts +2 -2
- package/dist/components/sortable/Handle.d.ts +105 -111
- package/dist/components/sortable/SortableHandle.d.ts +1 -1
- package/dist/components/sortable/SortableItem.d.ts +2 -2
- package/dist/components/sortable/SortableItem.js +1 -1
- package/dist/components/sortable/SortableItem.js.map +1 -1
- package/dist/components/sortable/SortableRoot.d.ts +1 -1
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/spacer/Spacer.d.ts +364 -1
- package/dist/components/spacer/Spacer.js +1 -1
- package/dist/components/spacer/Spacer.js.map +1 -1
- package/dist/components/stack-content/StackContent.d.ts +52 -55
- package/dist/components/stepper/Stepper.d.ts +112 -118
- package/dist/components/stepper/StepperStepBack.d.ts +1 -1
- package/dist/components/stepper/StepperStepBullet.d.ts +103 -109
- package/dist/components/stepper/StepperStepBullet.js +1 -1
- package/dist/components/stepper/StepperStepBullet.js.map +1 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +103 -109
- package/dist/components/stepper/StepperStepContainer.js +1 -1
- package/dist/components/stepper/StepperStepContainer.js.map +1 -1
- package/dist/components/stepper/StepperStepForward.d.ts +1 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +106 -110
- package/dist/components/stepper/StepperStepLabel.js +1 -1
- package/dist/components/stepper/StepperStepLabel.js.map +1 -1
- package/dist/components/stepper/StepperSteps.d.ts +2 -2
- package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
- package/dist/components/switch/Switch.d.ts +53 -56
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +423 -447
- package/dist/components/table/TableBody.d.ts +53 -56
- package/dist/components/table/TableBody.js +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableCell.d.ts +52 -55
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableCell.js.map +1 -1
- package/dist/components/table/TableFooter.d.ts +52 -55
- package/dist/components/table/TableFooterCell.d.ts +52 -55
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableFooterCell.js.map +1 -1
- package/dist/components/table/TableHeader.d.ts +53 -56
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +52 -55
- package/dist/components/table/TableRow.d.ts +52 -55
- package/dist/components/table/TableStickyColumnsContainer.d.ts +1 -1
- package/dist/components/tabs/Tabs.d.ts +210 -222
- package/dist/components/tabs/TabsContent.d.ts +52 -55
- package/dist/components/tabs/TabsTrigger.d.ts +53 -56
- package/dist/components/tabs/TabsTriggerList.d.ts +105 -111
- package/dist/components/text/Text.d.ts +54 -55
- package/dist/components/text/Text.js +1 -1
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +52 -55
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea-field/TextareaField.d.ts +2 -2
- package/dist/components/tile/Tile.d.ts +52 -55
- package/dist/components/tile/TileGroup.d.ts +52 -55
- package/dist/components/tile-interactive/TileInteractive.d.ts +104 -110
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +157 -166
- package/dist/components/toast/Toast.d.ts +156 -165
- package/dist/components/toast/ToastProvider.d.ts +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +103 -109
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -110
- package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +52 -55
- package/dist/components/toggle-group/index.d.ts +313 -331
- package/dist/components/tooltip/Tooltip.d.ts +106 -112
- package/dist/components/tooltip/TooltipContent.d.ts +53 -56
- package/dist/components/tooltip/TooltipContent.js +1 -1
- package/dist/components/tooltip/TooltipContent.js.map +1 -1
- package/dist/components/top-bar/TopBar.d.ts +638 -287
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/top-bar/TopBarBrand.d.ts +160 -176
- package/dist/components/top-bar/TopBarBrand.js +1 -1
- package/dist/components/top-bar/TopBarBrand.js.map +1 -1
- package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +1 -1
- package/dist/components/tree/Tree.d.ts +793 -812
- package/dist/components/tree/TreeCollapsible.d.ts +53 -56
- package/dist/components/tree/TreeCollapsibleContent.d.ts +52 -55
- package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
- package/dist/components/tree/TreeIcon.d.ts +104 -110
- package/dist/components/tree/TreeItemContent.d.ts +54 -57
- package/dist/components/tree/TreeListItem.d.ts +54 -57
- package/dist/components/video/Video.d.ts +52 -55
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -55
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -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 +604 -637
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +276 -279
- package/dist/utilities/hooks/useResizeObserver.js.map +1 -1
- package/dist/utilities/hooks/useScrollPosition.js +1 -1
- package/dist/utilities/hooks/useScrollPosition.js.map +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js.map +1 -1
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +103 -109
- package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
- package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
- package/package.json +26 -15
package/dist/stitches.d.ts
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
import type { CSS as StitchesCSS, PropertyValue, ScaleValue } from '@stitches
|
|
1
|
+
import type { CSS as StitchesCSS, PropertyValue, ScaleValue } from '@atom-learning/stitches-react';
|
|
2
2
|
export declare const utils: {
|
|
3
3
|
bg: (value: PropertyValue<'background'>) => {
|
|
4
|
-
background: import("@stitches
|
|
4
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
5
5
|
};
|
|
6
6
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
7
|
-
height: string | number | import("@stitches
|
|
8
|
-
width: string | number | import("@stitches
|
|
7
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
8
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
9
9
|
};
|
|
10
10
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
11
|
-
padding: string | number | import("@stitches
|
|
11
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
12
12
|
};
|
|
13
13
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
14
|
-
paddingTop: string | number | import("@stitches
|
|
14
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
15
15
|
};
|
|
16
16
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
17
|
-
paddingRight: string | number | import("@stitches
|
|
17
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
18
18
|
};
|
|
19
19
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
20
|
-
paddingBottom: string | number | import("@stitches
|
|
20
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
21
21
|
};
|
|
22
22
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
23
|
-
paddingLeft: string | number | import("@stitches
|
|
23
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
24
24
|
};
|
|
25
25
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
26
|
-
paddingLeft: string | number | import("@stitches
|
|
27
|
-
paddingRight: string | number | import("@stitches
|
|
26
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
27
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
28
28
|
};
|
|
29
29
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
30
|
-
paddingTop: string | number | import("@stitches
|
|
31
|
-
paddingBottom: string | number | import("@stitches
|
|
30
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
31
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
32
32
|
};
|
|
33
33
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
34
|
-
margin: string | number | import("@stitches
|
|
34
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
35
35
|
};
|
|
36
36
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
37
|
-
marginTop: string | number | import("@stitches
|
|
37
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
38
38
|
};
|
|
39
39
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
40
|
-
marginRight: string | number | import("@stitches
|
|
40
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
41
41
|
};
|
|
42
42
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
43
|
-
marginBottom: string | number | import("@stitches
|
|
43
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
44
44
|
};
|
|
45
45
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
46
|
-
marginLeft: string | number | import("@stitches
|
|
46
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
47
47
|
};
|
|
48
48
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
49
|
-
marginLeft: string | number | import("@stitches
|
|
50
|
-
marginRight: string | number | import("@stitches
|
|
49
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
50
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
51
51
|
};
|
|
52
52
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
53
|
-
marginTop: string | number | import("@stitches
|
|
54
|
-
marginBottom: string | number | import("@stitches
|
|
53
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
54
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
57
|
export declare const media: {
|
|
@@ -63,7 +63,7 @@ export declare const media: {
|
|
|
63
63
|
allowMotion: string;
|
|
64
64
|
hover: string;
|
|
65
65
|
};
|
|
66
|
-
declare const stitchesConfig: import("@stitches
|
|
66
|
+
declare const stitchesConfig: import("@atom-learning/stitches-react/types/stitches").default<"", {
|
|
67
67
|
sm: string;
|
|
68
68
|
md: string;
|
|
69
69
|
lg: string;
|
|
@@ -103,6 +103,18 @@ declare const stitchesConfig: import("@stitches/react/types/stitches").default<"
|
|
|
103
103
|
blue1000: any;
|
|
104
104
|
blue1100: any;
|
|
105
105
|
blue1200: any;
|
|
106
|
+
pink100: any;
|
|
107
|
+
pink200: any;
|
|
108
|
+
pink300: any;
|
|
109
|
+
pink400: any;
|
|
110
|
+
pink500: any;
|
|
111
|
+
pink600: any;
|
|
112
|
+
pink700: any;
|
|
113
|
+
pink800: any;
|
|
114
|
+
pink900: any;
|
|
115
|
+
pink1000: any;
|
|
116
|
+
pink1100: any;
|
|
117
|
+
pink1200: any;
|
|
106
118
|
purple100: any;
|
|
107
119
|
purple200: any;
|
|
108
120
|
purple300: any;
|
|
@@ -247,26 +259,11 @@ declare const stitchesConfig: import("@stitches/react/types/stitches").default<"
|
|
|
247
259
|
marsh1000: any;
|
|
248
260
|
marsh1100: any;
|
|
249
261
|
marsh1200: any;
|
|
250
|
-
tonal50: any;
|
|
251
|
-
tonal100: any;
|
|
252
|
-
tonal200: any;
|
|
253
|
-
tonal300: any;
|
|
254
|
-
tonal400: any;
|
|
255
|
-
tonal500: any;
|
|
256
|
-
tonal600: any;
|
|
257
262
|
alpha100: any;
|
|
258
263
|
alpha150: any;
|
|
259
264
|
alpha200: any;
|
|
260
265
|
alpha250: any;
|
|
261
266
|
alpha600: any;
|
|
262
|
-
brandRed: any;
|
|
263
|
-
brandRedAccent: any;
|
|
264
|
-
brandGreen: any;
|
|
265
|
-
brandGreenAccent: any;
|
|
266
|
-
brandPurple: any;
|
|
267
|
-
brandPurpleAccent: any;
|
|
268
|
-
brandYellow: any;
|
|
269
|
-
brandYellowAccent: any;
|
|
270
267
|
infoLight: any;
|
|
271
268
|
info: any;
|
|
272
269
|
infoMid: any;
|
|
@@ -367,59 +364,59 @@ declare const stitchesConfig: import("@stitches/react/types/stitches").default<"
|
|
|
367
364
|
"1-1": any;
|
|
368
365
|
"3-4": any;
|
|
369
366
|
};
|
|
370
|
-
}, import("@stitches
|
|
367
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
371
368
|
bg: (value: PropertyValue<'background'>) => {
|
|
372
|
-
background: import("@stitches
|
|
369
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
373
370
|
};
|
|
374
371
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
375
|
-
height: string | number | import("@stitches
|
|
376
|
-
width: string | number | import("@stitches
|
|
372
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
373
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
377
374
|
};
|
|
378
375
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
379
|
-
padding: string | number | import("@stitches
|
|
376
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
380
377
|
};
|
|
381
378
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
382
|
-
paddingTop: string | number | import("@stitches
|
|
379
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
383
380
|
};
|
|
384
381
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
385
|
-
paddingRight: string | number | import("@stitches
|
|
382
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
386
383
|
};
|
|
387
384
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
388
|
-
paddingBottom: string | number | import("@stitches
|
|
385
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
389
386
|
};
|
|
390
387
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
391
|
-
paddingLeft: string | number | import("@stitches
|
|
388
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
392
389
|
};
|
|
393
390
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
394
|
-
paddingLeft: string | number | import("@stitches
|
|
395
|
-
paddingRight: string | number | import("@stitches
|
|
391
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
392
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
396
393
|
};
|
|
397
394
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
398
|
-
paddingTop: string | number | import("@stitches
|
|
399
|
-
paddingBottom: string | number | import("@stitches
|
|
395
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
396
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
400
397
|
};
|
|
401
398
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
402
|
-
margin: string | number | import("@stitches
|
|
399
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
403
400
|
};
|
|
404
401
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
405
|
-
marginTop: string | number | import("@stitches
|
|
402
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
406
403
|
};
|
|
407
404
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
408
|
-
marginRight: string | number | import("@stitches
|
|
405
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
409
406
|
};
|
|
410
407
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
411
|
-
marginBottom: string | number | import("@stitches
|
|
408
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
412
409
|
};
|
|
413
410
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
414
|
-
marginLeft: string | number | import("@stitches
|
|
411
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
415
412
|
};
|
|
416
413
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
417
|
-
marginLeft: string | number | import("@stitches
|
|
418
|
-
marginRight: string | number | import("@stitches
|
|
414
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
415
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
419
416
|
};
|
|
420
417
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
421
|
-
marginTop: string | number | import("@stitches
|
|
422
|
-
marginBottom: string | number | import("@stitches
|
|
418
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
419
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
423
420
|
};
|
|
424
421
|
}>;
|
|
425
422
|
export declare const css: {
|
|
@@ -427,7 +424,7 @@ export declare const css: {
|
|
|
427
424
|
componentId?: string | undefined;
|
|
428
425
|
displayName?: string | undefined;
|
|
429
426
|
shouldForwardStitchesProp?: ((prop: "css" | (string & {})) => boolean | void) | undefined;
|
|
430
|
-
}) => import("@stitches
|
|
427
|
+
}) => import("@atom-learning/stitches-react/types/stitches").CssFunctionType<{
|
|
431
428
|
sm: string;
|
|
432
429
|
md: string;
|
|
433
430
|
lg: string;
|
|
@@ -467,6 +464,18 @@ export declare const css: {
|
|
|
467
464
|
blue1000: any;
|
|
468
465
|
blue1100: any;
|
|
469
466
|
blue1200: any;
|
|
467
|
+
pink100: any;
|
|
468
|
+
pink200: any;
|
|
469
|
+
pink300: any;
|
|
470
|
+
pink400: any;
|
|
471
|
+
pink500: any;
|
|
472
|
+
pink600: any;
|
|
473
|
+
pink700: any;
|
|
474
|
+
pink800: any;
|
|
475
|
+
pink900: any;
|
|
476
|
+
pink1000: any;
|
|
477
|
+
pink1100: any;
|
|
478
|
+
pink1200: any;
|
|
470
479
|
purple100: any;
|
|
471
480
|
purple200: any;
|
|
472
481
|
purple300: any;
|
|
@@ -611,26 +620,11 @@ export declare const css: {
|
|
|
611
620
|
marsh1000: any;
|
|
612
621
|
marsh1100: any;
|
|
613
622
|
marsh1200: any;
|
|
614
|
-
tonal50: any;
|
|
615
|
-
tonal100: any;
|
|
616
|
-
tonal200: any;
|
|
617
|
-
tonal300: any;
|
|
618
|
-
tonal400: any;
|
|
619
|
-
tonal500: any;
|
|
620
|
-
tonal600: any;
|
|
621
623
|
alpha100: any;
|
|
622
624
|
alpha150: any;
|
|
623
625
|
alpha200: any;
|
|
624
626
|
alpha250: any;
|
|
625
627
|
alpha600: any;
|
|
626
|
-
brandRed: any;
|
|
627
|
-
brandRedAccent: any;
|
|
628
|
-
brandGreen: any;
|
|
629
|
-
brandGreenAccent: any;
|
|
630
|
-
brandPurple: any;
|
|
631
|
-
brandPurpleAccent: any;
|
|
632
|
-
brandYellow: any;
|
|
633
|
-
brandYellowAccent: any;
|
|
634
628
|
infoLight: any;
|
|
635
629
|
info: any;
|
|
636
630
|
infoMid: any;
|
|
@@ -731,62 +725,62 @@ export declare const css: {
|
|
|
731
725
|
"1-1": any;
|
|
732
726
|
"3-4": any;
|
|
733
727
|
};
|
|
734
|
-
}, import("@stitches
|
|
728
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
735
729
|
bg: (value: PropertyValue<'background'>) => {
|
|
736
|
-
background: import("@stitches
|
|
730
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
737
731
|
};
|
|
738
732
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
739
|
-
height: string | number | import("@stitches
|
|
740
|
-
width: string | number | import("@stitches
|
|
733
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
734
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
741
735
|
};
|
|
742
736
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
743
|
-
padding: string | number | import("@stitches
|
|
737
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
744
738
|
};
|
|
745
739
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
746
|
-
paddingTop: string | number | import("@stitches
|
|
740
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
747
741
|
};
|
|
748
742
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
749
|
-
paddingRight: string | number | import("@stitches
|
|
743
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
750
744
|
};
|
|
751
745
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
752
|
-
paddingBottom: string | number | import("@stitches
|
|
746
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
753
747
|
};
|
|
754
748
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
755
|
-
paddingLeft: string | number | import("@stitches
|
|
749
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
756
750
|
};
|
|
757
751
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
758
|
-
paddingLeft: string | number | import("@stitches
|
|
759
|
-
paddingRight: string | number | import("@stitches
|
|
752
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
753
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
760
754
|
};
|
|
761
755
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
762
|
-
paddingTop: string | number | import("@stitches
|
|
763
|
-
paddingBottom: string | number | import("@stitches
|
|
756
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
757
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
764
758
|
};
|
|
765
759
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
766
|
-
margin: string | number | import("@stitches
|
|
760
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
767
761
|
};
|
|
768
762
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
769
|
-
marginTop: string | number | import("@stitches
|
|
763
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
770
764
|
};
|
|
771
765
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
772
|
-
marginRight: string | number | import("@stitches
|
|
766
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
773
767
|
};
|
|
774
768
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
775
|
-
marginBottom: string | number | import("@stitches
|
|
769
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
776
770
|
};
|
|
777
771
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
778
|
-
marginLeft: string | number | import("@stitches
|
|
772
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
779
773
|
};
|
|
780
774
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
781
|
-
marginLeft: string | number | import("@stitches
|
|
782
|
-
marginRight: string | number | import("@stitches
|
|
775
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
776
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
783
777
|
};
|
|
784
778
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
785
|
-
marginTop: string | number | import("@stitches
|
|
786
|
-
marginBottom: string | number | import("@stitches
|
|
779
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
780
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
787
781
|
};
|
|
788
782
|
}>;
|
|
789
|
-
} & import("@stitches
|
|
783
|
+
} & import("@atom-learning/stitches-react/types/stitches").CssFunctionType<{
|
|
790
784
|
sm: string;
|
|
791
785
|
md: string;
|
|
792
786
|
lg: string;
|
|
@@ -826,6 +820,18 @@ export declare const css: {
|
|
|
826
820
|
blue1000: any;
|
|
827
821
|
blue1100: any;
|
|
828
822
|
blue1200: any;
|
|
823
|
+
pink100: any;
|
|
824
|
+
pink200: any;
|
|
825
|
+
pink300: any;
|
|
826
|
+
pink400: any;
|
|
827
|
+
pink500: any;
|
|
828
|
+
pink600: any;
|
|
829
|
+
pink700: any;
|
|
830
|
+
pink800: any;
|
|
831
|
+
pink900: any;
|
|
832
|
+
pink1000: any;
|
|
833
|
+
pink1100: any;
|
|
834
|
+
pink1200: any;
|
|
829
835
|
purple100: any;
|
|
830
836
|
purple200: any;
|
|
831
837
|
purple300: any;
|
|
@@ -970,26 +976,11 @@ export declare const css: {
|
|
|
970
976
|
marsh1000: any;
|
|
971
977
|
marsh1100: any;
|
|
972
978
|
marsh1200: any;
|
|
973
|
-
tonal50: any;
|
|
974
|
-
tonal100: any;
|
|
975
|
-
tonal200: any;
|
|
976
|
-
tonal300: any;
|
|
977
|
-
tonal400: any;
|
|
978
|
-
tonal500: any;
|
|
979
|
-
tonal600: any;
|
|
980
979
|
alpha100: any;
|
|
981
980
|
alpha150: any;
|
|
982
981
|
alpha200: any;
|
|
983
982
|
alpha250: any;
|
|
984
983
|
alpha600: any;
|
|
985
|
-
brandRed: any;
|
|
986
|
-
brandRedAccent: any;
|
|
987
|
-
brandGreen: any;
|
|
988
|
-
brandGreenAccent: any;
|
|
989
|
-
brandPurple: any;
|
|
990
|
-
brandPurpleAccent: any;
|
|
991
|
-
brandYellow: any;
|
|
992
|
-
brandYellowAccent: any;
|
|
993
984
|
infoLight: any;
|
|
994
985
|
info: any;
|
|
995
986
|
infoMid: any;
|
|
@@ -1090,59 +1081,59 @@ export declare const css: {
|
|
|
1090
1081
|
"1-1": any;
|
|
1091
1082
|
"3-4": any;
|
|
1092
1083
|
};
|
|
1093
|
-
}, import("@stitches
|
|
1084
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1094
1085
|
bg: (value: PropertyValue<'background'>) => {
|
|
1095
|
-
background: import("@stitches
|
|
1086
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1096
1087
|
};
|
|
1097
1088
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
1098
|
-
height: string | number | import("@stitches
|
|
1099
|
-
width: string | number | import("@stitches
|
|
1089
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1090
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1100
1091
|
};
|
|
1101
1092
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
1102
|
-
padding: string | number | import("@stitches
|
|
1093
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1103
1094
|
};
|
|
1104
1095
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
1105
|
-
paddingTop: string | number | import("@stitches
|
|
1096
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1106
1097
|
};
|
|
1107
1098
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
1108
|
-
paddingRight: string | number | import("@stitches
|
|
1099
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1109
1100
|
};
|
|
1110
1101
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
1111
|
-
paddingBottom: string | number | import("@stitches
|
|
1102
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1112
1103
|
};
|
|
1113
1104
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
1114
|
-
paddingLeft: string | number | import("@stitches
|
|
1105
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1115
1106
|
};
|
|
1116
1107
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
1117
|
-
paddingLeft: string | number | import("@stitches
|
|
1118
|
-
paddingRight: string | number | import("@stitches
|
|
1108
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1109
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1119
1110
|
};
|
|
1120
1111
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
1121
|
-
paddingTop: string | number | import("@stitches
|
|
1122
|
-
paddingBottom: string | number | import("@stitches
|
|
1112
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1113
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1123
1114
|
};
|
|
1124
1115
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
1125
|
-
margin: string | number | import("@stitches
|
|
1116
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1126
1117
|
};
|
|
1127
1118
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
1128
|
-
marginTop: string | number | import("@stitches
|
|
1119
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1129
1120
|
};
|
|
1130
1121
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
1131
|
-
marginRight: string | number | import("@stitches
|
|
1122
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1132
1123
|
};
|
|
1133
1124
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
1134
|
-
marginBottom: string | number | import("@stitches
|
|
1125
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1135
1126
|
};
|
|
1136
1127
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
1137
|
-
marginLeft: string | number | import("@stitches
|
|
1128
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1138
1129
|
};
|
|
1139
1130
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
1140
|
-
marginLeft: string | number | import("@stitches
|
|
1141
|
-
marginRight: string | number | import("@stitches
|
|
1131
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1132
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1142
1133
|
};
|
|
1143
1134
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
1144
|
-
marginTop: string | number | import("@stitches
|
|
1145
|
-
marginBottom: string | number | import("@stitches
|
|
1135
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1136
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1146
1137
|
};
|
|
1147
1138
|
}>, getCssText: () => string, createTheme: <Argument0 extends string | ({
|
|
1148
1139
|
colors?: {
|
|
@@ -1176,6 +1167,18 @@ export declare const css: {
|
|
|
1176
1167
|
blue1000?: string | number | boolean | undefined;
|
|
1177
1168
|
blue1100?: string | number | boolean | undefined;
|
|
1178
1169
|
blue1200?: string | number | boolean | undefined;
|
|
1170
|
+
pink100?: string | number | boolean | undefined;
|
|
1171
|
+
pink200?: string | number | boolean | undefined;
|
|
1172
|
+
pink300?: string | number | boolean | undefined;
|
|
1173
|
+
pink400?: string | number | boolean | undefined;
|
|
1174
|
+
pink500?: string | number | boolean | undefined;
|
|
1175
|
+
pink600?: string | number | boolean | undefined;
|
|
1176
|
+
pink700?: string | number | boolean | undefined;
|
|
1177
|
+
pink800?: string | number | boolean | undefined;
|
|
1178
|
+
pink900?: string | number | boolean | undefined;
|
|
1179
|
+
pink1000?: string | number | boolean | undefined;
|
|
1180
|
+
pink1100?: string | number | boolean | undefined;
|
|
1181
|
+
pink1200?: string | number | boolean | undefined;
|
|
1179
1182
|
purple100?: string | number | boolean | undefined;
|
|
1180
1183
|
purple200?: string | number | boolean | undefined;
|
|
1181
1184
|
purple300?: string | number | boolean | undefined;
|
|
@@ -1320,26 +1323,11 @@ export declare const css: {
|
|
|
1320
1323
|
marsh1000?: string | number | boolean | undefined;
|
|
1321
1324
|
marsh1100?: string | number | boolean | undefined;
|
|
1322
1325
|
marsh1200?: string | number | boolean | undefined;
|
|
1323
|
-
tonal50?: string | number | boolean | undefined;
|
|
1324
|
-
tonal100?: string | number | boolean | undefined;
|
|
1325
|
-
tonal200?: string | number | boolean | undefined;
|
|
1326
|
-
tonal300?: string | number | boolean | undefined;
|
|
1327
|
-
tonal400?: string | number | boolean | undefined;
|
|
1328
|
-
tonal500?: string | number | boolean | undefined;
|
|
1329
|
-
tonal600?: string | number | boolean | undefined;
|
|
1330
1326
|
alpha100?: string | number | boolean | undefined;
|
|
1331
1327
|
alpha150?: string | number | boolean | undefined;
|
|
1332
1328
|
alpha200?: string | number | boolean | undefined;
|
|
1333
1329
|
alpha250?: string | number | boolean | undefined;
|
|
1334
1330
|
alpha600?: string | number | boolean | undefined;
|
|
1335
|
-
brandRed?: string | number | boolean | undefined;
|
|
1336
|
-
brandRedAccent?: string | number | boolean | undefined;
|
|
1337
|
-
brandGreen?: string | number | boolean | undefined;
|
|
1338
|
-
brandGreenAccent?: string | number | boolean | undefined;
|
|
1339
|
-
brandPurple?: string | number | boolean | undefined;
|
|
1340
|
-
brandPurpleAccent?: string | number | boolean | undefined;
|
|
1341
|
-
brandYellow?: string | number | boolean | undefined;
|
|
1342
|
-
brandYellowAccent?: string | number | boolean | undefined;
|
|
1343
1331
|
infoLight?: string | number | boolean | undefined;
|
|
1344
1332
|
info?: string | number | boolean | undefined;
|
|
1345
1333
|
infoMid?: string | number | boolean | undefined;
|
|
@@ -1477,6 +1465,18 @@ export declare const css: {
|
|
|
1477
1465
|
blue1000?: string | number | boolean | undefined;
|
|
1478
1466
|
blue1100?: string | number | boolean | undefined;
|
|
1479
1467
|
blue1200?: string | number | boolean | undefined;
|
|
1468
|
+
pink100?: string | number | boolean | undefined;
|
|
1469
|
+
pink200?: string | number | boolean | undefined;
|
|
1470
|
+
pink300?: string | number | boolean | undefined;
|
|
1471
|
+
pink400?: string | number | boolean | undefined;
|
|
1472
|
+
pink500?: string | number | boolean | undefined;
|
|
1473
|
+
pink600?: string | number | boolean | undefined;
|
|
1474
|
+
pink700?: string | number | boolean | undefined;
|
|
1475
|
+
pink800?: string | number | boolean | undefined;
|
|
1476
|
+
pink900?: string | number | boolean | undefined;
|
|
1477
|
+
pink1000?: string | number | boolean | undefined;
|
|
1478
|
+
pink1100?: string | number | boolean | undefined;
|
|
1479
|
+
pink1200?: string | number | boolean | undefined;
|
|
1480
1480
|
purple100?: string | number | boolean | undefined;
|
|
1481
1481
|
purple200?: string | number | boolean | undefined;
|
|
1482
1482
|
purple300?: string | number | boolean | undefined;
|
|
@@ -1621,26 +1621,11 @@ export declare const css: {
|
|
|
1621
1621
|
marsh1000?: string | number | boolean | undefined;
|
|
1622
1622
|
marsh1100?: string | number | boolean | undefined;
|
|
1623
1623
|
marsh1200?: string | number | boolean | undefined;
|
|
1624
|
-
tonal50?: string | number | boolean | undefined;
|
|
1625
|
-
tonal100?: string | number | boolean | undefined;
|
|
1626
|
-
tonal200?: string | number | boolean | undefined;
|
|
1627
|
-
tonal300?: string | number | boolean | undefined;
|
|
1628
|
-
tonal400?: string | number | boolean | undefined;
|
|
1629
|
-
tonal500?: string | number | boolean | undefined;
|
|
1630
|
-
tonal600?: string | number | boolean | undefined;
|
|
1631
1624
|
alpha100?: string | number | boolean | undefined;
|
|
1632
1625
|
alpha150?: string | number | boolean | undefined;
|
|
1633
1626
|
alpha200?: string | number | boolean | undefined;
|
|
1634
1627
|
alpha250?: string | number | boolean | undefined;
|
|
1635
1628
|
alpha600?: string | number | boolean | undefined;
|
|
1636
|
-
brandRed?: string | number | boolean | undefined;
|
|
1637
|
-
brandRedAccent?: string | number | boolean | undefined;
|
|
1638
|
-
brandGreen?: string | number | boolean | undefined;
|
|
1639
|
-
brandGreenAccent?: string | number | boolean | undefined;
|
|
1640
|
-
brandPurple?: string | number | boolean | undefined;
|
|
1641
|
-
brandPurpleAccent?: string | number | boolean | undefined;
|
|
1642
|
-
brandYellow?: string | number | boolean | undefined;
|
|
1643
|
-
brandYellowAccent?: string | number | boolean | undefined;
|
|
1644
1629
|
infoLight?: string | number | boolean | undefined;
|
|
1645
1630
|
info?: string | number | boolean | undefined;
|
|
1646
1631
|
infoMid?: string | number | boolean | undefined;
|
|
@@ -1749,13 +1734,13 @@ export declare const css: {
|
|
|
1749
1734
|
})>(nameOrScalesArg0: Argument0, nameOrScalesArg1?: Argument1 | undefined) => string & {
|
|
1750
1735
|
className: string;
|
|
1751
1736
|
selector: string;
|
|
1752
|
-
} & (Argument0 extends string ? import("@stitches
|
|
1737
|
+
} & (Argument0 extends string ? import("@atom-learning/stitches-react/types/stitches").ThemeTokens<Argument1, ""> : import("@atom-learning/stitches-react/types/stitches").ThemeTokens<Argument0, "">), globalCss: <Styles extends {
|
|
1753
1738
|
[K: string]: any;
|
|
1754
1739
|
}>(...styles: ({
|
|
1755
1740
|
'@import'?: unknown;
|
|
1756
1741
|
'@font-face'?: unknown;
|
|
1757
|
-
} & { [K in keyof Styles]: K extends "@import" ? string | string[] : K extends "@font-face" ? import("@stitches
|
|
1758
|
-
[x: string]: import("@stitches
|
|
1742
|
+
} & { [K in keyof Styles]: K extends "@import" ? string | string[] : K extends "@font-face" ? import("@atom-learning/stitches-react/types/css").AtRule.FontFace | import("@atom-learning/stitches-react/types/css").AtRule.FontFace[] : K extends `@keyframes ${string}` ? {
|
|
1743
|
+
[x: string]: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1759
1744
|
sm: string;
|
|
1760
1745
|
md: string;
|
|
1761
1746
|
lg: string;
|
|
@@ -1795,6 +1780,18 @@ export declare const css: {
|
|
|
1795
1780
|
blue1000: any;
|
|
1796
1781
|
blue1100: any;
|
|
1797
1782
|
blue1200: any;
|
|
1783
|
+
pink100: any;
|
|
1784
|
+
pink200: any;
|
|
1785
|
+
pink300: any;
|
|
1786
|
+
pink400: any;
|
|
1787
|
+
pink500: any;
|
|
1788
|
+
pink600: any;
|
|
1789
|
+
pink700: any;
|
|
1790
|
+
pink800: any;
|
|
1791
|
+
pink900: any;
|
|
1792
|
+
pink1000: any;
|
|
1793
|
+
pink1100: any;
|
|
1794
|
+
pink1200: any;
|
|
1798
1795
|
purple100: any;
|
|
1799
1796
|
purple200: any;
|
|
1800
1797
|
purple300: any;
|
|
@@ -1939,26 +1936,11 @@ export declare const css: {
|
|
|
1939
1936
|
marsh1000: any;
|
|
1940
1937
|
marsh1100: any;
|
|
1941
1938
|
marsh1200: any;
|
|
1942
|
-
tonal50: any;
|
|
1943
|
-
tonal100: any;
|
|
1944
|
-
tonal200: any;
|
|
1945
|
-
tonal300: any;
|
|
1946
|
-
tonal400: any;
|
|
1947
|
-
tonal500: any;
|
|
1948
|
-
tonal600: any;
|
|
1949
1939
|
alpha100: any;
|
|
1950
1940
|
alpha150: any;
|
|
1951
1941
|
alpha200: any;
|
|
1952
1942
|
alpha250: any;
|
|
1953
1943
|
alpha600: any;
|
|
1954
|
-
brandRed: any;
|
|
1955
|
-
brandRedAccent: any;
|
|
1956
|
-
brandGreen: any;
|
|
1957
|
-
brandGreenAccent: any;
|
|
1958
|
-
brandPurple: any;
|
|
1959
|
-
brandPurpleAccent: any;
|
|
1960
|
-
brandYellow: any;
|
|
1961
|
-
brandYellowAccent: any;
|
|
1962
1944
|
infoLight: any;
|
|
1963
1945
|
info: any;
|
|
1964
1946
|
infoMid: any;
|
|
@@ -2059,62 +2041,62 @@ export declare const css: {
|
|
|
2059
2041
|
"1-1": any;
|
|
2060
2042
|
"3-4": any;
|
|
2061
2043
|
};
|
|
2062
|
-
}, import("@stitches
|
|
2044
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2063
2045
|
bg: (value: PropertyValue<'background'>) => {
|
|
2064
|
-
background: import("@stitches
|
|
2046
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2065
2047
|
};
|
|
2066
2048
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
2067
|
-
height: string | number | import("@stitches
|
|
2068
|
-
width: string | number | import("@stitches
|
|
2049
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2050
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2069
2051
|
};
|
|
2070
2052
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
2071
|
-
padding: string | number | import("@stitches
|
|
2053
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2072
2054
|
};
|
|
2073
2055
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
2074
|
-
paddingTop: string | number | import("@stitches
|
|
2056
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2075
2057
|
};
|
|
2076
2058
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
2077
|
-
paddingRight: string | number | import("@stitches
|
|
2059
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2078
2060
|
};
|
|
2079
2061
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
2080
|
-
paddingBottom: string | number | import("@stitches
|
|
2062
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2081
2063
|
};
|
|
2082
2064
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
2083
|
-
paddingLeft: string | number | import("@stitches
|
|
2065
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2084
2066
|
};
|
|
2085
2067
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
2086
|
-
paddingLeft: string | number | import("@stitches
|
|
2087
|
-
paddingRight: string | number | import("@stitches
|
|
2068
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2069
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2088
2070
|
};
|
|
2089
2071
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
2090
|
-
paddingTop: string | number | import("@stitches
|
|
2091
|
-
paddingBottom: string | number | import("@stitches
|
|
2072
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2073
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2092
2074
|
};
|
|
2093
2075
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
2094
|
-
margin: string | number | import("@stitches
|
|
2076
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2095
2077
|
};
|
|
2096
2078
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
2097
|
-
marginTop: string | number | import("@stitches
|
|
2079
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2098
2080
|
};
|
|
2099
2081
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
2100
|
-
marginRight: string | number | import("@stitches
|
|
2082
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2101
2083
|
};
|
|
2102
2084
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
2103
|
-
marginBottom: string | number | import("@stitches
|
|
2085
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2104
2086
|
};
|
|
2105
2087
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
2106
|
-
marginLeft: string | number | import("@stitches
|
|
2088
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2107
2089
|
};
|
|
2108
2090
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
2109
|
-
marginLeft: string | number | import("@stitches
|
|
2110
|
-
marginRight: string | number | import("@stitches
|
|
2091
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2092
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2111
2093
|
};
|
|
2112
2094
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
2113
|
-
marginTop: string | number | import("@stitches
|
|
2114
|
-
marginBottom: string | number | import("@stitches
|
|
2095
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2096
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2115
2097
|
};
|
|
2116
2098
|
}>;
|
|
2117
|
-
} : K extends `@property ${string}` ? import("@stitches
|
|
2099
|
+
} : K extends `@property ${string}` ? import("@atom-learning/stitches-react/types/css").AtRule.Property : import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2118
2100
|
sm: string;
|
|
2119
2101
|
md: string;
|
|
2120
2102
|
lg: string;
|
|
@@ -2154,6 +2136,18 @@ export declare const css: {
|
|
|
2154
2136
|
blue1000: any;
|
|
2155
2137
|
blue1100: any;
|
|
2156
2138
|
blue1200: any;
|
|
2139
|
+
pink100: any;
|
|
2140
|
+
pink200: any;
|
|
2141
|
+
pink300: any;
|
|
2142
|
+
pink400: any;
|
|
2143
|
+
pink500: any;
|
|
2144
|
+
pink600: any;
|
|
2145
|
+
pink700: any;
|
|
2146
|
+
pink800: any;
|
|
2147
|
+
pink900: any;
|
|
2148
|
+
pink1000: any;
|
|
2149
|
+
pink1100: any;
|
|
2150
|
+
pink1200: any;
|
|
2157
2151
|
purple100: any;
|
|
2158
2152
|
purple200: any;
|
|
2159
2153
|
purple300: any;
|
|
@@ -2298,26 +2292,11 @@ export declare const css: {
|
|
|
2298
2292
|
marsh1000: any;
|
|
2299
2293
|
marsh1100: any;
|
|
2300
2294
|
marsh1200: any;
|
|
2301
|
-
tonal50: any;
|
|
2302
|
-
tonal100: any;
|
|
2303
|
-
tonal200: any;
|
|
2304
|
-
tonal300: any;
|
|
2305
|
-
tonal400: any;
|
|
2306
|
-
tonal500: any;
|
|
2307
|
-
tonal600: any;
|
|
2308
2295
|
alpha100: any;
|
|
2309
2296
|
alpha150: any;
|
|
2310
2297
|
alpha200: any;
|
|
2311
2298
|
alpha250: any;
|
|
2312
2299
|
alpha600: any;
|
|
2313
|
-
brandRed: any;
|
|
2314
|
-
brandRedAccent: any;
|
|
2315
|
-
brandGreen: any;
|
|
2316
|
-
brandGreenAccent: any;
|
|
2317
|
-
brandPurple: any;
|
|
2318
|
-
brandPurpleAccent: any;
|
|
2319
|
-
brandYellow: any;
|
|
2320
|
-
brandYellowAccent: any;
|
|
2321
2300
|
infoLight: any;
|
|
2322
2301
|
info: any;
|
|
2323
2302
|
infoMid: any;
|
|
@@ -2418,62 +2397,62 @@ export declare const css: {
|
|
|
2418
2397
|
"1-1": any;
|
|
2419
2398
|
"3-4": any;
|
|
2420
2399
|
};
|
|
2421
|
-
}, import("@stitches
|
|
2400
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2422
2401
|
bg: (value: PropertyValue<'background'>) => {
|
|
2423
|
-
background: import("@stitches
|
|
2402
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2424
2403
|
};
|
|
2425
2404
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
2426
|
-
height: string | number | import("@stitches
|
|
2427
|
-
width: string | number | import("@stitches
|
|
2405
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2406
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2428
2407
|
};
|
|
2429
2408
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
2430
|
-
padding: string | number | import("@stitches
|
|
2409
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2431
2410
|
};
|
|
2432
2411
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
2433
|
-
paddingTop: string | number | import("@stitches
|
|
2412
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2434
2413
|
};
|
|
2435
2414
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
2436
|
-
paddingRight: string | number | import("@stitches
|
|
2415
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2437
2416
|
};
|
|
2438
2417
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
2439
|
-
paddingBottom: string | number | import("@stitches
|
|
2418
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2440
2419
|
};
|
|
2441
2420
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
2442
|
-
paddingLeft: string | number | import("@stitches
|
|
2421
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2443
2422
|
};
|
|
2444
2423
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
2445
|
-
paddingLeft: string | number | import("@stitches
|
|
2446
|
-
paddingRight: string | number | import("@stitches
|
|
2424
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2425
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2447
2426
|
};
|
|
2448
2427
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
2449
|
-
paddingTop: string | number | import("@stitches
|
|
2450
|
-
paddingBottom: string | number | import("@stitches
|
|
2428
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2429
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2451
2430
|
};
|
|
2452
2431
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
2453
|
-
margin: string | number | import("@stitches
|
|
2432
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2454
2433
|
};
|
|
2455
2434
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
2456
|
-
marginTop: string | number | import("@stitches
|
|
2435
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2457
2436
|
};
|
|
2458
2437
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
2459
|
-
marginRight: string | number | import("@stitches
|
|
2438
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2460
2439
|
};
|
|
2461
2440
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
2462
|
-
marginBottom: string | number | import("@stitches
|
|
2441
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2463
2442
|
};
|
|
2464
2443
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
2465
|
-
marginLeft: string | number | import("@stitches
|
|
2444
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2466
2445
|
};
|
|
2467
2446
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
2468
|
-
marginLeft: string | number | import("@stitches
|
|
2469
|
-
marginRight: string | number | import("@stitches
|
|
2447
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2448
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2470
2449
|
};
|
|
2471
2450
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
2472
|
-
marginTop: string | number | import("@stitches
|
|
2473
|
-
marginBottom: string | number | import("@stitches
|
|
2451
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2452
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2474
2453
|
};
|
|
2475
2454
|
}>; })[]) => () => string, keyframes: (style: {
|
|
2476
|
-
[offset: string]: import("@stitches
|
|
2455
|
+
[offset: string]: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2477
2456
|
sm: string;
|
|
2478
2457
|
md: string;
|
|
2479
2458
|
lg: string;
|
|
@@ -2513,6 +2492,18 @@ export declare const css: {
|
|
|
2513
2492
|
blue1000: any;
|
|
2514
2493
|
blue1100: any;
|
|
2515
2494
|
blue1200: any;
|
|
2495
|
+
pink100: any;
|
|
2496
|
+
pink200: any;
|
|
2497
|
+
pink300: any;
|
|
2498
|
+
pink400: any;
|
|
2499
|
+
pink500: any;
|
|
2500
|
+
pink600: any;
|
|
2501
|
+
pink700: any;
|
|
2502
|
+
pink800: any;
|
|
2503
|
+
pink900: any;
|
|
2504
|
+
pink1000: any;
|
|
2505
|
+
pink1100: any;
|
|
2506
|
+
pink1200: any;
|
|
2516
2507
|
purple100: any;
|
|
2517
2508
|
purple200: any;
|
|
2518
2509
|
purple300: any;
|
|
@@ -2657,26 +2648,11 @@ export declare const css: {
|
|
|
2657
2648
|
marsh1000: any;
|
|
2658
2649
|
marsh1100: any;
|
|
2659
2650
|
marsh1200: any;
|
|
2660
|
-
tonal50: any;
|
|
2661
|
-
tonal100: any;
|
|
2662
|
-
tonal200: any;
|
|
2663
|
-
tonal300: any;
|
|
2664
|
-
tonal400: any;
|
|
2665
|
-
tonal500: any;
|
|
2666
|
-
tonal600: any;
|
|
2667
2651
|
alpha100: any;
|
|
2668
2652
|
alpha150: any;
|
|
2669
2653
|
alpha200: any;
|
|
2670
2654
|
alpha250: any;
|
|
2671
2655
|
alpha600: any;
|
|
2672
|
-
brandRed: any;
|
|
2673
|
-
brandRedAccent: any;
|
|
2674
|
-
brandGreen: any;
|
|
2675
|
-
brandGreenAccent: any;
|
|
2676
|
-
brandPurple: any;
|
|
2677
|
-
brandPurpleAccent: any;
|
|
2678
|
-
brandYellow: any;
|
|
2679
|
-
brandYellowAccent: any;
|
|
2680
2656
|
infoLight: any;
|
|
2681
2657
|
info: any;
|
|
2682
2658
|
infoMid: any;
|
|
@@ -2777,59 +2753,59 @@ export declare const css: {
|
|
|
2777
2753
|
"1-1": any;
|
|
2778
2754
|
"3-4": any;
|
|
2779
2755
|
};
|
|
2780
|
-
}, import("@stitches
|
|
2756
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2781
2757
|
bg: (value: PropertyValue<'background'>) => {
|
|
2782
|
-
background: import("@stitches
|
|
2758
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2783
2759
|
};
|
|
2784
2760
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
2785
|
-
height: string | number | import("@stitches
|
|
2786
|
-
width: string | number | import("@stitches
|
|
2761
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2762
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2787
2763
|
};
|
|
2788
2764
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
2789
|
-
padding: string | number | import("@stitches
|
|
2765
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2790
2766
|
};
|
|
2791
2767
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
2792
|
-
paddingTop: string | number | import("@stitches
|
|
2768
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2793
2769
|
};
|
|
2794
2770
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
2795
|
-
paddingRight: string | number | import("@stitches
|
|
2771
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2796
2772
|
};
|
|
2797
2773
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
2798
|
-
paddingBottom: string | number | import("@stitches
|
|
2774
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2799
2775
|
};
|
|
2800
2776
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
2801
|
-
paddingLeft: string | number | import("@stitches
|
|
2777
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2802
2778
|
};
|
|
2803
2779
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
2804
|
-
paddingLeft: string | number | import("@stitches
|
|
2805
|
-
paddingRight: string | number | import("@stitches
|
|
2780
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2781
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2806
2782
|
};
|
|
2807
2783
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
2808
|
-
paddingTop: string | number | import("@stitches
|
|
2809
|
-
paddingBottom: string | number | import("@stitches
|
|
2784
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2785
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2810
2786
|
};
|
|
2811
2787
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
2812
|
-
margin: string | number | import("@stitches
|
|
2788
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2813
2789
|
};
|
|
2814
2790
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
2815
|
-
marginTop: string | number | import("@stitches
|
|
2791
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2816
2792
|
};
|
|
2817
2793
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
2818
|
-
marginRight: string | number | import("@stitches
|
|
2794
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2819
2795
|
};
|
|
2820
2796
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
2821
|
-
marginBottom: string | number | import("@stitches
|
|
2797
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2822
2798
|
};
|
|
2823
2799
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
2824
|
-
marginLeft: string | number | import("@stitches
|
|
2800
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2825
2801
|
};
|
|
2826
2802
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
2827
|
-
marginLeft: string | number | import("@stitches
|
|
2828
|
-
marginRight: string | number | import("@stitches
|
|
2803
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2804
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2829
2805
|
};
|
|
2830
2806
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
2831
|
-
marginTop: string | number | import("@stitches
|
|
2832
|
-
marginBottom: string | number | import("@stitches
|
|
2807
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2808
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2833
2809
|
};
|
|
2834
2810
|
}>;
|
|
2835
2811
|
}) => {
|
|
@@ -2840,7 +2816,7 @@ export declare const css: {
|
|
|
2840
2816
|
componentId?: string | undefined;
|
|
2841
2817
|
displayName?: string | undefined;
|
|
2842
2818
|
shouldForwardStitchesProp?: ((prop: "css" | (string & {})) => boolean | void) | undefined;
|
|
2843
|
-
}) => import("@stitches
|
|
2819
|
+
}) => import("@atom-learning/stitches-react/types/stitches").StyledFunctionType<{
|
|
2844
2820
|
sm: string;
|
|
2845
2821
|
md: string;
|
|
2846
2822
|
lg: string;
|
|
@@ -2880,6 +2856,18 @@ export declare const css: {
|
|
|
2880
2856
|
blue1000: any;
|
|
2881
2857
|
blue1100: any;
|
|
2882
2858
|
blue1200: any;
|
|
2859
|
+
pink100: any;
|
|
2860
|
+
pink200: any;
|
|
2861
|
+
pink300: any;
|
|
2862
|
+
pink400: any;
|
|
2863
|
+
pink500: any;
|
|
2864
|
+
pink600: any;
|
|
2865
|
+
pink700: any;
|
|
2866
|
+
pink800: any;
|
|
2867
|
+
pink900: any;
|
|
2868
|
+
pink1000: any;
|
|
2869
|
+
pink1100: any;
|
|
2870
|
+
pink1200: any;
|
|
2883
2871
|
purple100: any;
|
|
2884
2872
|
purple200: any;
|
|
2885
2873
|
purple300: any;
|
|
@@ -3024,26 +3012,11 @@ export declare const css: {
|
|
|
3024
3012
|
marsh1000: any;
|
|
3025
3013
|
marsh1100: any;
|
|
3026
3014
|
marsh1200: any;
|
|
3027
|
-
tonal50: any;
|
|
3028
|
-
tonal100: any;
|
|
3029
|
-
tonal200: any;
|
|
3030
|
-
tonal300: any;
|
|
3031
|
-
tonal400: any;
|
|
3032
|
-
tonal500: any;
|
|
3033
|
-
tonal600: any;
|
|
3034
3015
|
alpha100: any;
|
|
3035
3016
|
alpha150: any;
|
|
3036
3017
|
alpha200: any;
|
|
3037
3018
|
alpha250: any;
|
|
3038
3019
|
alpha600: any;
|
|
3039
|
-
brandRed: any;
|
|
3040
|
-
brandRedAccent: any;
|
|
3041
|
-
brandGreen: any;
|
|
3042
|
-
brandGreenAccent: any;
|
|
3043
|
-
brandPurple: any;
|
|
3044
|
-
brandPurpleAccent: any;
|
|
3045
|
-
brandYellow: any;
|
|
3046
|
-
brandYellowAccent: any;
|
|
3047
3020
|
infoLight: any;
|
|
3048
3021
|
info: any;
|
|
3049
3022
|
infoMid: any;
|
|
@@ -3144,62 +3117,62 @@ export declare const css: {
|
|
|
3144
3117
|
"1-1": any;
|
|
3145
3118
|
"3-4": any;
|
|
3146
3119
|
};
|
|
3147
|
-
}, import("@stitches
|
|
3120
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
3148
3121
|
bg: (value: PropertyValue<'background'>) => {
|
|
3149
|
-
background: import("@stitches
|
|
3122
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
3150
3123
|
};
|
|
3151
3124
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
3152
|
-
height: string | number | import("@stitches
|
|
3153
|
-
width: string | number | import("@stitches
|
|
3125
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
3126
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
3154
3127
|
};
|
|
3155
3128
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
3156
|
-
padding: string | number | import("@stitches
|
|
3129
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3157
3130
|
};
|
|
3158
3131
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
3159
|
-
paddingTop: string | number | import("@stitches
|
|
3132
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3160
3133
|
};
|
|
3161
3134
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
3162
|
-
paddingRight: string | number | import("@stitches
|
|
3135
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3163
3136
|
};
|
|
3164
3137
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
3165
|
-
paddingBottom: string | number | import("@stitches
|
|
3138
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3166
3139
|
};
|
|
3167
3140
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
3168
|
-
paddingLeft: string | number | import("@stitches
|
|
3141
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3169
3142
|
};
|
|
3170
3143
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
3171
|
-
paddingLeft: string | number | import("@stitches
|
|
3172
|
-
paddingRight: string | number | import("@stitches
|
|
3144
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3145
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3173
3146
|
};
|
|
3174
3147
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
3175
|
-
paddingTop: string | number | import("@stitches
|
|
3176
|
-
paddingBottom: string | number | import("@stitches
|
|
3148
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3149
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3177
3150
|
};
|
|
3178
3151
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
3179
|
-
margin: string | number | import("@stitches
|
|
3152
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3180
3153
|
};
|
|
3181
3154
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
3182
|
-
marginTop: string | number | import("@stitches
|
|
3155
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3183
3156
|
};
|
|
3184
3157
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
3185
|
-
marginRight: string | number | import("@stitches
|
|
3158
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3186
3159
|
};
|
|
3187
3160
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
3188
|
-
marginBottom: string | number | import("@stitches
|
|
3161
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3189
3162
|
};
|
|
3190
3163
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
3191
|
-
marginLeft: string | number | import("@stitches
|
|
3164
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3192
3165
|
};
|
|
3193
3166
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
3194
|
-
marginLeft: string | number | import("@stitches
|
|
3195
|
-
marginRight: string | number | import("@stitches
|
|
3167
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3168
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3196
3169
|
};
|
|
3197
3170
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
3198
|
-
marginTop: string | number | import("@stitches
|
|
3199
|
-
marginBottom: string | number | import("@stitches
|
|
3171
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3172
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3200
3173
|
};
|
|
3201
3174
|
}>;
|
|
3202
|
-
} & import("@stitches
|
|
3175
|
+
} & import("@atom-learning/stitches-react/types/stitches").StyledFunctionType<{
|
|
3203
3176
|
sm: string;
|
|
3204
3177
|
md: string;
|
|
3205
3178
|
lg: string;
|
|
@@ -3239,6 +3212,18 @@ export declare const css: {
|
|
|
3239
3212
|
blue1000: any;
|
|
3240
3213
|
blue1100: any;
|
|
3241
3214
|
blue1200: any;
|
|
3215
|
+
pink100: any;
|
|
3216
|
+
pink200: any;
|
|
3217
|
+
pink300: any;
|
|
3218
|
+
pink400: any;
|
|
3219
|
+
pink500: any;
|
|
3220
|
+
pink600: any;
|
|
3221
|
+
pink700: any;
|
|
3222
|
+
pink800: any;
|
|
3223
|
+
pink900: any;
|
|
3224
|
+
pink1000: any;
|
|
3225
|
+
pink1100: any;
|
|
3226
|
+
pink1200: any;
|
|
3242
3227
|
purple100: any;
|
|
3243
3228
|
purple200: any;
|
|
3244
3229
|
purple300: any;
|
|
@@ -3383,26 +3368,11 @@ export declare const css: {
|
|
|
3383
3368
|
marsh1000: any;
|
|
3384
3369
|
marsh1100: any;
|
|
3385
3370
|
marsh1200: any;
|
|
3386
|
-
tonal50: any;
|
|
3387
|
-
tonal100: any;
|
|
3388
|
-
tonal200: any;
|
|
3389
|
-
tonal300: any;
|
|
3390
|
-
tonal400: any;
|
|
3391
|
-
tonal500: any;
|
|
3392
|
-
tonal600: any;
|
|
3393
3371
|
alpha100: any;
|
|
3394
3372
|
alpha150: any;
|
|
3395
3373
|
alpha200: any;
|
|
3396
3374
|
alpha250: any;
|
|
3397
3375
|
alpha600: any;
|
|
3398
|
-
brandRed: any;
|
|
3399
|
-
brandRedAccent: any;
|
|
3400
|
-
brandGreen: any;
|
|
3401
|
-
brandGreenAccent: any;
|
|
3402
|
-
brandPurple: any;
|
|
3403
|
-
brandPurpleAccent: any;
|
|
3404
|
-
brandYellow: any;
|
|
3405
|
-
brandYellowAccent: any;
|
|
3406
3376
|
infoLight: any;
|
|
3407
3377
|
info: any;
|
|
3408
3378
|
infoMid: any;
|
|
@@ -3503,358 +3473,355 @@ export declare const css: {
|
|
|
3503
3473
|
"1-1": any;
|
|
3504
3474
|
"3-4": any;
|
|
3505
3475
|
};
|
|
3506
|
-
}, import("@stitches
|
|
3476
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
3507
3477
|
bg: (value: PropertyValue<'background'>) => {
|
|
3508
|
-
background: import("@stitches
|
|
3478
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
3509
3479
|
};
|
|
3510
3480
|
size: (value: ScaleValue<'size'> | number | string) => {
|
|
3511
|
-
height: string | number | import("@stitches
|
|
3512
|
-
width: string | number | import("@stitches
|
|
3481
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
3482
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
3513
3483
|
};
|
|
3514
3484
|
p: (value: ScaleValue<'space'> | number | string) => {
|
|
3515
|
-
padding: string | number | import("@stitches
|
|
3485
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3516
3486
|
};
|
|
3517
3487
|
pt: (value: ScaleValue<'space'> | number | string) => {
|
|
3518
|
-
paddingTop: string | number | import("@stitches
|
|
3488
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3519
3489
|
};
|
|
3520
3490
|
pr: (value: ScaleValue<'space'> | number | string) => {
|
|
3521
|
-
paddingRight: string | number | import("@stitches
|
|
3491
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3522
3492
|
};
|
|
3523
3493
|
pb: (value: ScaleValue<'space'> | number | string) => {
|
|
3524
|
-
paddingBottom: string | number | import("@stitches
|
|
3494
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3525
3495
|
};
|
|
3526
3496
|
pl: (value: ScaleValue<'space'> | number | string) => {
|
|
3527
|
-
paddingLeft: string | number | import("@stitches
|
|
3497
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3528
3498
|
};
|
|
3529
3499
|
px: (value: ScaleValue<'space'> | number | string) => {
|
|
3530
|
-
paddingLeft: string | number | import("@stitches
|
|
3531
|
-
paddingRight: string | number | import("@stitches
|
|
3500
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3501
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3532
3502
|
};
|
|
3533
3503
|
py: (value: ScaleValue<'space'> | number | string) => {
|
|
3534
|
-
paddingTop: string | number | import("@stitches
|
|
3535
|
-
paddingBottom: string | number | import("@stitches
|
|
3504
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3505
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3536
3506
|
};
|
|
3537
3507
|
m: (value: ScaleValue<'space'> | number | string) => {
|
|
3538
|
-
margin: string | number | import("@stitches
|
|
3508
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3539
3509
|
};
|
|
3540
3510
|
mt: (value: ScaleValue<'space'> | number | string) => {
|
|
3541
|
-
marginTop: string | number | import("@stitches
|
|
3511
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3542
3512
|
};
|
|
3543
3513
|
mr: (value: ScaleValue<'space'> | number | string) => {
|
|
3544
|
-
marginRight: string | number | import("@stitches
|
|
3514
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3545
3515
|
};
|
|
3546
3516
|
mb: (value: ScaleValue<'space'> | number | string) => {
|
|
3547
|
-
marginBottom: string | number | import("@stitches
|
|
3517
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3548
3518
|
};
|
|
3549
3519
|
ml: (value: ScaleValue<'space'> | number | string) => {
|
|
3550
|
-
marginLeft: string | number | import("@stitches
|
|
3520
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3551
3521
|
};
|
|
3552
3522
|
mx: (value: ScaleValue<'space'> | number | string) => {
|
|
3553
|
-
marginLeft: string | number | import("@stitches
|
|
3554
|
-
marginRight: string | number | import("@stitches
|
|
3523
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3524
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3555
3525
|
};
|
|
3556
3526
|
my: (value: ScaleValue<'space'> | number | string) => {
|
|
3557
|
-
marginTop: string | number | import("@stitches
|
|
3558
|
-
marginBottom: string | number | import("@stitches
|
|
3527
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3528
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3559
3529
|
};
|
|
3560
3530
|
}>, theme: string & {
|
|
3561
3531
|
className: string;
|
|
3562
3532
|
selector: string;
|
|
3563
3533
|
} & {
|
|
3564
3534
|
colors: {
|
|
3565
|
-
textBold: import("@stitches
|
|
3566
|
-
textRegular: import("@stitches
|
|
3567
|
-
textSubtle: import("@stitches
|
|
3568
|
-
textMinimal: import("@stitches
|
|
3569
|
-
background: import("@stitches
|
|
3570
|
-
backgroundAccent: import("@stitches
|
|
3571
|
-
grey100: import("@stitches
|
|
3572
|
-
grey200: import("@stitches
|
|
3573
|
-
grey300: import("@stitches
|
|
3574
|
-
grey400: import("@stitches
|
|
3575
|
-
grey500: import("@stitches
|
|
3576
|
-
grey600: import("@stitches
|
|
3577
|
-
grey700: import("@stitches
|
|
3578
|
-
grey800: import("@stitches
|
|
3579
|
-
grey900: import("@stitches
|
|
3580
|
-
grey1000: import("@stitches
|
|
3581
|
-
grey1100: import("@stitches
|
|
3582
|
-
grey1200: import("@stitches
|
|
3583
|
-
blue100: import("@stitches
|
|
3584
|
-
blue200: import("@stitches
|
|
3585
|
-
blue300: import("@stitches
|
|
3586
|
-
blue400: import("@stitches
|
|
3587
|
-
blue500: import("@stitches
|
|
3588
|
-
blue600: import("@stitches
|
|
3589
|
-
blue700: import("@stitches
|
|
3590
|
-
blue800: import("@stitches
|
|
3591
|
-
blue900: import("@stitches
|
|
3592
|
-
blue1000: import("@stitches
|
|
3593
|
-
blue1100: import("@stitches
|
|
3594
|
-
blue1200: import("@stitches
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
primary1000: import("@stitches/react/types/theme").Token<"primary1000", string, "colors", "">;
|
|
3796
|
-
primary1100: import("@stitches/react/types/theme").Token<"primary1100", string, "colors", "">;
|
|
3797
|
-
primary1200: import("@stitches/react/types/theme").Token<"primary1200", string, "colors", "">;
|
|
3535
|
+
textBold: import("@atom-learning/stitches-react/types/theme").Token<"textBold", string, "colors", "">;
|
|
3536
|
+
textRegular: import("@atom-learning/stitches-react/types/theme").Token<"textRegular", string, "colors", "">;
|
|
3537
|
+
textSubtle: import("@atom-learning/stitches-react/types/theme").Token<"textSubtle", string, "colors", "">;
|
|
3538
|
+
textMinimal: import("@atom-learning/stitches-react/types/theme").Token<"textMinimal", string, "colors", "">;
|
|
3539
|
+
background: import("@atom-learning/stitches-react/types/theme").Token<"background", string, "colors", "">;
|
|
3540
|
+
backgroundAccent: import("@atom-learning/stitches-react/types/theme").Token<"backgroundAccent", string, "colors", "">;
|
|
3541
|
+
grey100: import("@atom-learning/stitches-react/types/theme").Token<"grey100", string, "colors", "">;
|
|
3542
|
+
grey200: import("@atom-learning/stitches-react/types/theme").Token<"grey200", string, "colors", "">;
|
|
3543
|
+
grey300: import("@atom-learning/stitches-react/types/theme").Token<"grey300", string, "colors", "">;
|
|
3544
|
+
grey400: import("@atom-learning/stitches-react/types/theme").Token<"grey400", string, "colors", "">;
|
|
3545
|
+
grey500: import("@atom-learning/stitches-react/types/theme").Token<"grey500", string, "colors", "">;
|
|
3546
|
+
grey600: import("@atom-learning/stitches-react/types/theme").Token<"grey600", string, "colors", "">;
|
|
3547
|
+
grey700: import("@atom-learning/stitches-react/types/theme").Token<"grey700", string, "colors", "">;
|
|
3548
|
+
grey800: import("@atom-learning/stitches-react/types/theme").Token<"grey800", string, "colors", "">;
|
|
3549
|
+
grey900: import("@atom-learning/stitches-react/types/theme").Token<"grey900", string, "colors", "">;
|
|
3550
|
+
grey1000: import("@atom-learning/stitches-react/types/theme").Token<"grey1000", string, "colors", "">;
|
|
3551
|
+
grey1100: import("@atom-learning/stitches-react/types/theme").Token<"grey1100", string, "colors", "">;
|
|
3552
|
+
grey1200: import("@atom-learning/stitches-react/types/theme").Token<"grey1200", string, "colors", "">;
|
|
3553
|
+
blue100: import("@atom-learning/stitches-react/types/theme").Token<"blue100", string, "colors", "">;
|
|
3554
|
+
blue200: import("@atom-learning/stitches-react/types/theme").Token<"blue200", string, "colors", "">;
|
|
3555
|
+
blue300: import("@atom-learning/stitches-react/types/theme").Token<"blue300", string, "colors", "">;
|
|
3556
|
+
blue400: import("@atom-learning/stitches-react/types/theme").Token<"blue400", string, "colors", "">;
|
|
3557
|
+
blue500: import("@atom-learning/stitches-react/types/theme").Token<"blue500", string, "colors", "">;
|
|
3558
|
+
blue600: import("@atom-learning/stitches-react/types/theme").Token<"blue600", string, "colors", "">;
|
|
3559
|
+
blue700: import("@atom-learning/stitches-react/types/theme").Token<"blue700", string, "colors", "">;
|
|
3560
|
+
blue800: import("@atom-learning/stitches-react/types/theme").Token<"blue800", string, "colors", "">;
|
|
3561
|
+
blue900: import("@atom-learning/stitches-react/types/theme").Token<"blue900", string, "colors", "">;
|
|
3562
|
+
blue1000: import("@atom-learning/stitches-react/types/theme").Token<"blue1000", string, "colors", "">;
|
|
3563
|
+
blue1100: import("@atom-learning/stitches-react/types/theme").Token<"blue1100", string, "colors", "">;
|
|
3564
|
+
blue1200: import("@atom-learning/stitches-react/types/theme").Token<"blue1200", string, "colors", "">;
|
|
3565
|
+
pink100: import("@atom-learning/stitches-react/types/theme").Token<"pink100", string, "colors", "">;
|
|
3566
|
+
pink200: import("@atom-learning/stitches-react/types/theme").Token<"pink200", string, "colors", "">;
|
|
3567
|
+
pink300: import("@atom-learning/stitches-react/types/theme").Token<"pink300", string, "colors", "">;
|
|
3568
|
+
pink400: import("@atom-learning/stitches-react/types/theme").Token<"pink400", string, "colors", "">;
|
|
3569
|
+
pink500: import("@atom-learning/stitches-react/types/theme").Token<"pink500", string, "colors", "">;
|
|
3570
|
+
pink600: import("@atom-learning/stitches-react/types/theme").Token<"pink600", string, "colors", "">;
|
|
3571
|
+
pink700: import("@atom-learning/stitches-react/types/theme").Token<"pink700", string, "colors", "">;
|
|
3572
|
+
pink800: import("@atom-learning/stitches-react/types/theme").Token<"pink800", string, "colors", "">;
|
|
3573
|
+
pink900: import("@atom-learning/stitches-react/types/theme").Token<"pink900", string, "colors", "">;
|
|
3574
|
+
pink1000: import("@atom-learning/stitches-react/types/theme").Token<"pink1000", string, "colors", "">;
|
|
3575
|
+
pink1100: import("@atom-learning/stitches-react/types/theme").Token<"pink1100", string, "colors", "">;
|
|
3576
|
+
pink1200: import("@atom-learning/stitches-react/types/theme").Token<"pink1200", string, "colors", "">;
|
|
3577
|
+
purple100: import("@atom-learning/stitches-react/types/theme").Token<"purple100", string, "colors", "">;
|
|
3578
|
+
purple200: import("@atom-learning/stitches-react/types/theme").Token<"purple200", string, "colors", "">;
|
|
3579
|
+
purple300: import("@atom-learning/stitches-react/types/theme").Token<"purple300", string, "colors", "">;
|
|
3580
|
+
purple400: import("@atom-learning/stitches-react/types/theme").Token<"purple400", string, "colors", "">;
|
|
3581
|
+
purple500: import("@atom-learning/stitches-react/types/theme").Token<"purple500", string, "colors", "">;
|
|
3582
|
+
purple600: import("@atom-learning/stitches-react/types/theme").Token<"purple600", string, "colors", "">;
|
|
3583
|
+
purple700: import("@atom-learning/stitches-react/types/theme").Token<"purple700", string, "colors", "">;
|
|
3584
|
+
purple800: import("@atom-learning/stitches-react/types/theme").Token<"purple800", string, "colors", "">;
|
|
3585
|
+
purple900: import("@atom-learning/stitches-react/types/theme").Token<"purple900", string, "colors", "">;
|
|
3586
|
+
purple1000: import("@atom-learning/stitches-react/types/theme").Token<"purple1000", string, "colors", "">;
|
|
3587
|
+
purple1100: import("@atom-learning/stitches-react/types/theme").Token<"purple1100", string, "colors", "">;
|
|
3588
|
+
purple1200: import("@atom-learning/stitches-react/types/theme").Token<"purple1200", string, "colors", "">;
|
|
3589
|
+
cyan100: import("@atom-learning/stitches-react/types/theme").Token<"cyan100", string, "colors", "">;
|
|
3590
|
+
cyan200: import("@atom-learning/stitches-react/types/theme").Token<"cyan200", string, "colors", "">;
|
|
3591
|
+
cyan300: import("@atom-learning/stitches-react/types/theme").Token<"cyan300", string, "colors", "">;
|
|
3592
|
+
cyan400: import("@atom-learning/stitches-react/types/theme").Token<"cyan400", string, "colors", "">;
|
|
3593
|
+
cyan500: import("@atom-learning/stitches-react/types/theme").Token<"cyan500", string, "colors", "">;
|
|
3594
|
+
cyan600: import("@atom-learning/stitches-react/types/theme").Token<"cyan600", string, "colors", "">;
|
|
3595
|
+
cyan700: import("@atom-learning/stitches-react/types/theme").Token<"cyan700", string, "colors", "">;
|
|
3596
|
+
cyan800: import("@atom-learning/stitches-react/types/theme").Token<"cyan800", string, "colors", "">;
|
|
3597
|
+
cyan900: import("@atom-learning/stitches-react/types/theme").Token<"cyan900", string, "colors", "">;
|
|
3598
|
+
cyan1000: import("@atom-learning/stitches-react/types/theme").Token<"cyan1000", string, "colors", "">;
|
|
3599
|
+
cyan1100: import("@atom-learning/stitches-react/types/theme").Token<"cyan1100", string, "colors", "">;
|
|
3600
|
+
cyan1200: import("@atom-learning/stitches-react/types/theme").Token<"cyan1200", string, "colors", "">;
|
|
3601
|
+
green100: import("@atom-learning/stitches-react/types/theme").Token<"green100", string, "colors", "">;
|
|
3602
|
+
green200: import("@atom-learning/stitches-react/types/theme").Token<"green200", string, "colors", "">;
|
|
3603
|
+
green300: import("@atom-learning/stitches-react/types/theme").Token<"green300", string, "colors", "">;
|
|
3604
|
+
green400: import("@atom-learning/stitches-react/types/theme").Token<"green400", string, "colors", "">;
|
|
3605
|
+
green500: import("@atom-learning/stitches-react/types/theme").Token<"green500", string, "colors", "">;
|
|
3606
|
+
green600: import("@atom-learning/stitches-react/types/theme").Token<"green600", string, "colors", "">;
|
|
3607
|
+
green700: import("@atom-learning/stitches-react/types/theme").Token<"green700", string, "colors", "">;
|
|
3608
|
+
green800: import("@atom-learning/stitches-react/types/theme").Token<"green800", string, "colors", "">;
|
|
3609
|
+
green900: import("@atom-learning/stitches-react/types/theme").Token<"green900", string, "colors", "">;
|
|
3610
|
+
green1000: import("@atom-learning/stitches-react/types/theme").Token<"green1000", string, "colors", "">;
|
|
3611
|
+
green1100: import("@atom-learning/stitches-react/types/theme").Token<"green1100", string, "colors", "">;
|
|
3612
|
+
green1200: import("@atom-learning/stitches-react/types/theme").Token<"green1200", string, "colors", "">;
|
|
3613
|
+
magenta100: import("@atom-learning/stitches-react/types/theme").Token<"magenta100", string, "colors", "">;
|
|
3614
|
+
magenta200: import("@atom-learning/stitches-react/types/theme").Token<"magenta200", string, "colors", "">;
|
|
3615
|
+
magenta300: import("@atom-learning/stitches-react/types/theme").Token<"magenta300", string, "colors", "">;
|
|
3616
|
+
magenta400: import("@atom-learning/stitches-react/types/theme").Token<"magenta400", string, "colors", "">;
|
|
3617
|
+
magenta500: import("@atom-learning/stitches-react/types/theme").Token<"magenta500", string, "colors", "">;
|
|
3618
|
+
magenta600: import("@atom-learning/stitches-react/types/theme").Token<"magenta600", string, "colors", "">;
|
|
3619
|
+
magenta700: import("@atom-learning/stitches-react/types/theme").Token<"magenta700", string, "colors", "">;
|
|
3620
|
+
magenta800: import("@atom-learning/stitches-react/types/theme").Token<"magenta800", string, "colors", "">;
|
|
3621
|
+
magenta900: import("@atom-learning/stitches-react/types/theme").Token<"magenta900", string, "colors", "">;
|
|
3622
|
+
magenta1000: import("@atom-learning/stitches-react/types/theme").Token<"magenta1000", string, "colors", "">;
|
|
3623
|
+
magenta1100: import("@atom-learning/stitches-react/types/theme").Token<"magenta1100", string, "colors", "">;
|
|
3624
|
+
magenta1200: import("@atom-learning/stitches-react/types/theme").Token<"magenta1200", string, "colors", "">;
|
|
3625
|
+
red100: import("@atom-learning/stitches-react/types/theme").Token<"red100", string, "colors", "">;
|
|
3626
|
+
red200: import("@atom-learning/stitches-react/types/theme").Token<"red200", string, "colors", "">;
|
|
3627
|
+
red300: import("@atom-learning/stitches-react/types/theme").Token<"red300", string, "colors", "">;
|
|
3628
|
+
red400: import("@atom-learning/stitches-react/types/theme").Token<"red400", string, "colors", "">;
|
|
3629
|
+
red500: import("@atom-learning/stitches-react/types/theme").Token<"red500", string, "colors", "">;
|
|
3630
|
+
red600: import("@atom-learning/stitches-react/types/theme").Token<"red600", string, "colors", "">;
|
|
3631
|
+
red700: import("@atom-learning/stitches-react/types/theme").Token<"red700", string, "colors", "">;
|
|
3632
|
+
red800: import("@atom-learning/stitches-react/types/theme").Token<"red800", string, "colors", "">;
|
|
3633
|
+
red900: import("@atom-learning/stitches-react/types/theme").Token<"red900", string, "colors", "">;
|
|
3634
|
+
red1000: import("@atom-learning/stitches-react/types/theme").Token<"red1000", string, "colors", "">;
|
|
3635
|
+
red1100: import("@atom-learning/stitches-react/types/theme").Token<"red1100", string, "colors", "">;
|
|
3636
|
+
red1200: import("@atom-learning/stitches-react/types/theme").Token<"red1200", string, "colors", "">;
|
|
3637
|
+
teal100: import("@atom-learning/stitches-react/types/theme").Token<"teal100", string, "colors", "">;
|
|
3638
|
+
teal200: import("@atom-learning/stitches-react/types/theme").Token<"teal200", string, "colors", "">;
|
|
3639
|
+
teal300: import("@atom-learning/stitches-react/types/theme").Token<"teal300", string, "colors", "">;
|
|
3640
|
+
teal400: import("@atom-learning/stitches-react/types/theme").Token<"teal400", string, "colors", "">;
|
|
3641
|
+
teal500: import("@atom-learning/stitches-react/types/theme").Token<"teal500", string, "colors", "">;
|
|
3642
|
+
teal600: import("@atom-learning/stitches-react/types/theme").Token<"teal600", string, "colors", "">;
|
|
3643
|
+
teal700: import("@atom-learning/stitches-react/types/theme").Token<"teal700", string, "colors", "">;
|
|
3644
|
+
teal800: import("@atom-learning/stitches-react/types/theme").Token<"teal800", string, "colors", "">;
|
|
3645
|
+
teal900: import("@atom-learning/stitches-react/types/theme").Token<"teal900", string, "colors", "">;
|
|
3646
|
+
teal1000: import("@atom-learning/stitches-react/types/theme").Token<"teal1000", string, "colors", "">;
|
|
3647
|
+
teal1100: import("@atom-learning/stitches-react/types/theme").Token<"teal1100", string, "colors", "">;
|
|
3648
|
+
teal1200: import("@atom-learning/stitches-react/types/theme").Token<"teal1200", string, "colors", "">;
|
|
3649
|
+
orange100: import("@atom-learning/stitches-react/types/theme").Token<"orange100", string, "colors", "">;
|
|
3650
|
+
orange200: import("@atom-learning/stitches-react/types/theme").Token<"orange200", string, "colors", "">;
|
|
3651
|
+
orange300: import("@atom-learning/stitches-react/types/theme").Token<"orange300", string, "colors", "">;
|
|
3652
|
+
orange400: import("@atom-learning/stitches-react/types/theme").Token<"orange400", string, "colors", "">;
|
|
3653
|
+
orange500: import("@atom-learning/stitches-react/types/theme").Token<"orange500", string, "colors", "">;
|
|
3654
|
+
orange600: import("@atom-learning/stitches-react/types/theme").Token<"orange600", string, "colors", "">;
|
|
3655
|
+
orange700: import("@atom-learning/stitches-react/types/theme").Token<"orange700", string, "colors", "">;
|
|
3656
|
+
orange800: import("@atom-learning/stitches-react/types/theme").Token<"orange800", string, "colors", "">;
|
|
3657
|
+
orange900: import("@atom-learning/stitches-react/types/theme").Token<"orange900", string, "colors", "">;
|
|
3658
|
+
orange1000: import("@atom-learning/stitches-react/types/theme").Token<"orange1000", string, "colors", "">;
|
|
3659
|
+
orange1100: import("@atom-learning/stitches-react/types/theme").Token<"orange1100", string, "colors", "">;
|
|
3660
|
+
orange1200: import("@atom-learning/stitches-react/types/theme").Token<"orange1200", string, "colors", "">;
|
|
3661
|
+
yellow100: import("@atom-learning/stitches-react/types/theme").Token<"yellow100", string, "colors", "">;
|
|
3662
|
+
yellow200: import("@atom-learning/stitches-react/types/theme").Token<"yellow200", string, "colors", "">;
|
|
3663
|
+
yellow300: import("@atom-learning/stitches-react/types/theme").Token<"yellow300", string, "colors", "">;
|
|
3664
|
+
yellow400: import("@atom-learning/stitches-react/types/theme").Token<"yellow400", string, "colors", "">;
|
|
3665
|
+
yellow500: import("@atom-learning/stitches-react/types/theme").Token<"yellow500", string, "colors", "">;
|
|
3666
|
+
yellow600: import("@atom-learning/stitches-react/types/theme").Token<"yellow600", string, "colors", "">;
|
|
3667
|
+
yellow700: import("@atom-learning/stitches-react/types/theme").Token<"yellow700", string, "colors", "">;
|
|
3668
|
+
yellow800: import("@atom-learning/stitches-react/types/theme").Token<"yellow800", string, "colors", "">;
|
|
3669
|
+
yellow900: import("@atom-learning/stitches-react/types/theme").Token<"yellow900", string, "colors", "">;
|
|
3670
|
+
yellow1000: import("@atom-learning/stitches-react/types/theme").Token<"yellow1000", string, "colors", "">;
|
|
3671
|
+
yellow1100: import("@atom-learning/stitches-react/types/theme").Token<"yellow1100", string, "colors", "">;
|
|
3672
|
+
yellow1200: import("@atom-learning/stitches-react/types/theme").Token<"yellow1200", string, "colors", "">;
|
|
3673
|
+
lime100: import("@atom-learning/stitches-react/types/theme").Token<"lime100", string, "colors", "">;
|
|
3674
|
+
lime200: import("@atom-learning/stitches-react/types/theme").Token<"lime200", string, "colors", "">;
|
|
3675
|
+
lime300: import("@atom-learning/stitches-react/types/theme").Token<"lime300", string, "colors", "">;
|
|
3676
|
+
lime400: import("@atom-learning/stitches-react/types/theme").Token<"lime400", string, "colors", "">;
|
|
3677
|
+
lime500: import("@atom-learning/stitches-react/types/theme").Token<"lime500", string, "colors", "">;
|
|
3678
|
+
lime600: import("@atom-learning/stitches-react/types/theme").Token<"lime600", string, "colors", "">;
|
|
3679
|
+
lime700: import("@atom-learning/stitches-react/types/theme").Token<"lime700", string, "colors", "">;
|
|
3680
|
+
lime800: import("@atom-learning/stitches-react/types/theme").Token<"lime800", string, "colors", "">;
|
|
3681
|
+
lime900: import("@atom-learning/stitches-react/types/theme").Token<"lime900", string, "colors", "">;
|
|
3682
|
+
lime1000: import("@atom-learning/stitches-react/types/theme").Token<"lime1000", string, "colors", "">;
|
|
3683
|
+
lime1100: import("@atom-learning/stitches-react/types/theme").Token<"lime1100", string, "colors", "">;
|
|
3684
|
+
lime1200: import("@atom-learning/stitches-react/types/theme").Token<"lime1200", string, "colors", "">;
|
|
3685
|
+
lapis100: import("@atom-learning/stitches-react/types/theme").Token<"lapis100", string, "colors", "">;
|
|
3686
|
+
lapis200: import("@atom-learning/stitches-react/types/theme").Token<"lapis200", string, "colors", "">;
|
|
3687
|
+
lapis300: import("@atom-learning/stitches-react/types/theme").Token<"lapis300", string, "colors", "">;
|
|
3688
|
+
lapis400: import("@atom-learning/stitches-react/types/theme").Token<"lapis400", string, "colors", "">;
|
|
3689
|
+
lapis500: import("@atom-learning/stitches-react/types/theme").Token<"lapis500", string, "colors", "">;
|
|
3690
|
+
lapis600: import("@atom-learning/stitches-react/types/theme").Token<"lapis600", string, "colors", "">;
|
|
3691
|
+
lapis700: import("@atom-learning/stitches-react/types/theme").Token<"lapis700", string, "colors", "">;
|
|
3692
|
+
lapis800: import("@atom-learning/stitches-react/types/theme").Token<"lapis800", string, "colors", "">;
|
|
3693
|
+
lapis900: import("@atom-learning/stitches-react/types/theme").Token<"lapis900", string, "colors", "">;
|
|
3694
|
+
lapis1000: import("@atom-learning/stitches-react/types/theme").Token<"lapis1000", string, "colors", "">;
|
|
3695
|
+
lapis1100: import("@atom-learning/stitches-react/types/theme").Token<"lapis1100", string, "colors", "">;
|
|
3696
|
+
lapis1200: import("@atom-learning/stitches-react/types/theme").Token<"lapis1200", string, "colors", "">;
|
|
3697
|
+
maroon100: import("@atom-learning/stitches-react/types/theme").Token<"maroon100", string, "colors", "">;
|
|
3698
|
+
maroon200: import("@atom-learning/stitches-react/types/theme").Token<"maroon200", string, "colors", "">;
|
|
3699
|
+
maroon300: import("@atom-learning/stitches-react/types/theme").Token<"maroon300", string, "colors", "">;
|
|
3700
|
+
maroon400: import("@atom-learning/stitches-react/types/theme").Token<"maroon400", string, "colors", "">;
|
|
3701
|
+
maroon500: import("@atom-learning/stitches-react/types/theme").Token<"maroon500", string, "colors", "">;
|
|
3702
|
+
maroon600: import("@atom-learning/stitches-react/types/theme").Token<"maroon600", string, "colors", "">;
|
|
3703
|
+
maroon700: import("@atom-learning/stitches-react/types/theme").Token<"maroon700", string, "colors", "">;
|
|
3704
|
+
maroon800: import("@atom-learning/stitches-react/types/theme").Token<"maroon800", string, "colors", "">;
|
|
3705
|
+
maroon900: import("@atom-learning/stitches-react/types/theme").Token<"maroon900", string, "colors", "">;
|
|
3706
|
+
maroon1000: import("@atom-learning/stitches-react/types/theme").Token<"maroon1000", string, "colors", "">;
|
|
3707
|
+
maroon1100: import("@atom-learning/stitches-react/types/theme").Token<"maroon1100", string, "colors", "">;
|
|
3708
|
+
maroon1200: import("@atom-learning/stitches-react/types/theme").Token<"maroon1200", string, "colors", "">;
|
|
3709
|
+
marsh100: import("@atom-learning/stitches-react/types/theme").Token<"marsh100", string, "colors", "">;
|
|
3710
|
+
marsh200: import("@atom-learning/stitches-react/types/theme").Token<"marsh200", string, "colors", "">;
|
|
3711
|
+
marsh300: import("@atom-learning/stitches-react/types/theme").Token<"marsh300", string, "colors", "">;
|
|
3712
|
+
marsh400: import("@atom-learning/stitches-react/types/theme").Token<"marsh400", string, "colors", "">;
|
|
3713
|
+
marsh500: import("@atom-learning/stitches-react/types/theme").Token<"marsh500", string, "colors", "">;
|
|
3714
|
+
marsh600: import("@atom-learning/stitches-react/types/theme").Token<"marsh600", string, "colors", "">;
|
|
3715
|
+
marsh700: import("@atom-learning/stitches-react/types/theme").Token<"marsh700", string, "colors", "">;
|
|
3716
|
+
marsh800: import("@atom-learning/stitches-react/types/theme").Token<"marsh800", string, "colors", "">;
|
|
3717
|
+
marsh900: import("@atom-learning/stitches-react/types/theme").Token<"marsh900", string, "colors", "">;
|
|
3718
|
+
marsh1000: import("@atom-learning/stitches-react/types/theme").Token<"marsh1000", string, "colors", "">;
|
|
3719
|
+
marsh1100: import("@atom-learning/stitches-react/types/theme").Token<"marsh1100", string, "colors", "">;
|
|
3720
|
+
marsh1200: import("@atom-learning/stitches-react/types/theme").Token<"marsh1200", string, "colors", "">;
|
|
3721
|
+
alpha100: import("@atom-learning/stitches-react/types/theme").Token<"alpha100", string, "colors", "">;
|
|
3722
|
+
alpha150: import("@atom-learning/stitches-react/types/theme").Token<"alpha150", string, "colors", "">;
|
|
3723
|
+
alpha200: import("@atom-learning/stitches-react/types/theme").Token<"alpha200", string, "colors", "">;
|
|
3724
|
+
alpha250: import("@atom-learning/stitches-react/types/theme").Token<"alpha250", string, "colors", "">;
|
|
3725
|
+
alpha600: import("@atom-learning/stitches-react/types/theme").Token<"alpha600", string, "colors", "">;
|
|
3726
|
+
infoLight: import("@atom-learning/stitches-react/types/theme").Token<"infoLight", string, "colors", "">;
|
|
3727
|
+
info: import("@atom-learning/stitches-react/types/theme").Token<"info", string, "colors", "">;
|
|
3728
|
+
infoMid: import("@atom-learning/stitches-react/types/theme").Token<"infoMid", string, "colors", "">;
|
|
3729
|
+
infoDark: import("@atom-learning/stitches-react/types/theme").Token<"infoDark", string, "colors", "">;
|
|
3730
|
+
successLight: import("@atom-learning/stitches-react/types/theme").Token<"successLight", string, "colors", "">;
|
|
3731
|
+
success: import("@atom-learning/stitches-react/types/theme").Token<"success", string, "colors", "">;
|
|
3732
|
+
successMid: import("@atom-learning/stitches-react/types/theme").Token<"successMid", string, "colors", "">;
|
|
3733
|
+
successDark: import("@atom-learning/stitches-react/types/theme").Token<"successDark", string, "colors", "">;
|
|
3734
|
+
dangerLight: import("@atom-learning/stitches-react/types/theme").Token<"dangerLight", string, "colors", "">;
|
|
3735
|
+
danger: import("@atom-learning/stitches-react/types/theme").Token<"danger", string, "colors", "">;
|
|
3736
|
+
dangerMid: import("@atom-learning/stitches-react/types/theme").Token<"dangerMid", string, "colors", "">;
|
|
3737
|
+
dangerDark: import("@atom-learning/stitches-react/types/theme").Token<"dangerDark", string, "colors", "">;
|
|
3738
|
+
warningLight: import("@atom-learning/stitches-react/types/theme").Token<"warningLight", string, "colors", "">;
|
|
3739
|
+
warning: import("@atom-learning/stitches-react/types/theme").Token<"warning", string, "colors", "">;
|
|
3740
|
+
warningMid: import("@atom-learning/stitches-react/types/theme").Token<"warningMid", string, "colors", "">;
|
|
3741
|
+
warningDark: import("@atom-learning/stitches-react/types/theme").Token<"warningDark", string, "colors", "">;
|
|
3742
|
+
warningText: import("@atom-learning/stitches-react/types/theme").Token<"warningText", string, "colors", "">;
|
|
3743
|
+
subjectEnglish: import("@atom-learning/stitches-react/types/theme").Token<"subjectEnglish", string, "colors", "">;
|
|
3744
|
+
subjectMaths: import("@atom-learning/stitches-react/types/theme").Token<"subjectMaths", string, "colors", "">;
|
|
3745
|
+
subjectScience: import("@atom-learning/stitches-react/types/theme").Token<"subjectScience", string, "colors", "">;
|
|
3746
|
+
subjectVerbalReasoning: import("@atom-learning/stitches-react/types/theme").Token<"subjectVerbalReasoning", string, "colors", "">;
|
|
3747
|
+
subjectNonVerbalReasoning: import("@atom-learning/stitches-react/types/theme").Token<"subjectNonVerbalReasoning", string, "colors", "">;
|
|
3748
|
+
subjectCreativeWriting: import("@atom-learning/stitches-react/types/theme").Token<"subjectCreativeWriting", string, "colors", "">;
|
|
3749
|
+
subjectExamSkills: import("@atom-learning/stitches-react/types/theme").Token<"subjectExamSkills", string, "colors", "">;
|
|
3750
|
+
glBlueLight: import("@atom-learning/stitches-react/types/theme").Token<"glBlueLight", string, "colors", "">;
|
|
3751
|
+
glBluePrimary: import("@atom-learning/stitches-react/types/theme").Token<"glBluePrimary", string, "colors", "">;
|
|
3752
|
+
glBlueDark: import("@atom-learning/stitches-react/types/theme").Token<"glBlueDark", string, "colors", "">;
|
|
3753
|
+
primary100: import("@atom-learning/stitches-react/types/theme").Token<"primary100", string, "colors", "">;
|
|
3754
|
+
primary200: import("@atom-learning/stitches-react/types/theme").Token<"primary200", string, "colors", "">;
|
|
3755
|
+
primary300: import("@atom-learning/stitches-react/types/theme").Token<"primary300", string, "colors", "">;
|
|
3756
|
+
primary400: import("@atom-learning/stitches-react/types/theme").Token<"primary400", string, "colors", "">;
|
|
3757
|
+
primary500: import("@atom-learning/stitches-react/types/theme").Token<"primary500", string, "colors", "">;
|
|
3758
|
+
primary600: import("@atom-learning/stitches-react/types/theme").Token<"primary600", string, "colors", "">;
|
|
3759
|
+
primary700: import("@atom-learning/stitches-react/types/theme").Token<"primary700", string, "colors", "">;
|
|
3760
|
+
primary800: import("@atom-learning/stitches-react/types/theme").Token<"primary800", string, "colors", "">;
|
|
3761
|
+
primary900: import("@atom-learning/stitches-react/types/theme").Token<"primary900", string, "colors", "">;
|
|
3762
|
+
primary1000: import("@atom-learning/stitches-react/types/theme").Token<"primary1000", string, "colors", "">;
|
|
3763
|
+
primary1100: import("@atom-learning/stitches-react/types/theme").Token<"primary1100", string, "colors", "">;
|
|
3764
|
+
primary1200: import("@atom-learning/stitches-react/types/theme").Token<"primary1200", string, "colors", "">;
|
|
3798
3765
|
};
|
|
3799
3766
|
space: {
|
|
3800
|
-
0: import("@stitches
|
|
3801
|
-
1: import("@stitches
|
|
3802
|
-
2: import("@stitches
|
|
3803
|
-
3: import("@stitches
|
|
3804
|
-
4: import("@stitches
|
|
3805
|
-
5: import("@stitches
|
|
3806
|
-
6: import("@stitches
|
|
3807
|
-
7: import("@stitches
|
|
3808
|
-
8: import("@stitches
|
|
3809
|
-
9: import("@stitches
|
|
3810
|
-
24: import("@stitches
|
|
3767
|
+
0: import("@atom-learning/stitches-react/types/theme").Token<"0", string, "space", "">;
|
|
3768
|
+
1: import("@atom-learning/stitches-react/types/theme").Token<"1", string, "space", "">;
|
|
3769
|
+
2: import("@atom-learning/stitches-react/types/theme").Token<"2", string, "space", "">;
|
|
3770
|
+
3: import("@atom-learning/stitches-react/types/theme").Token<"3", string, "space", "">;
|
|
3771
|
+
4: import("@atom-learning/stitches-react/types/theme").Token<"4", string, "space", "">;
|
|
3772
|
+
5: import("@atom-learning/stitches-react/types/theme").Token<"5", string, "space", "">;
|
|
3773
|
+
6: import("@atom-learning/stitches-react/types/theme").Token<"6", string, "space", "">;
|
|
3774
|
+
7: import("@atom-learning/stitches-react/types/theme").Token<"7", string, "space", "">;
|
|
3775
|
+
8: import("@atom-learning/stitches-react/types/theme").Token<"8", string, "space", "">;
|
|
3776
|
+
9: import("@atom-learning/stitches-react/types/theme").Token<"9", string, "space", "">;
|
|
3777
|
+
24: import("@atom-learning/stitches-react/types/theme").Token<"24", string, "space", "">;
|
|
3811
3778
|
};
|
|
3812
3779
|
fontSizes: {
|
|
3813
|
-
xs: import("@stitches
|
|
3814
|
-
sm: import("@stitches
|
|
3815
|
-
md: import("@stitches
|
|
3816
|
-
lg: import("@stitches
|
|
3817
|
-
xl: import("@stitches
|
|
3818
|
-
"2xl": import("@stitches
|
|
3819
|
-
"3xl": import("@stitches
|
|
3820
|
-
"4xl": import("@stitches
|
|
3780
|
+
xs: import("@atom-learning/stitches-react/types/theme").Token<"xs", string, "fontSizes", "">;
|
|
3781
|
+
sm: import("@atom-learning/stitches-react/types/theme").Token<"sm", string, "fontSizes", "">;
|
|
3782
|
+
md: import("@atom-learning/stitches-react/types/theme").Token<"md", string, "fontSizes", "">;
|
|
3783
|
+
lg: import("@atom-learning/stitches-react/types/theme").Token<"lg", string, "fontSizes", "">;
|
|
3784
|
+
xl: import("@atom-learning/stitches-react/types/theme").Token<"xl", string, "fontSizes", "">;
|
|
3785
|
+
"2xl": import("@atom-learning/stitches-react/types/theme").Token<"2xl", string, "fontSizes", "">;
|
|
3786
|
+
"3xl": import("@atom-learning/stitches-react/types/theme").Token<"3xl", string, "fontSizes", "">;
|
|
3787
|
+
"4xl": import("@atom-learning/stitches-react/types/theme").Token<"4xl", string, "fontSizes", "">;
|
|
3821
3788
|
};
|
|
3822
3789
|
fonts: {
|
|
3823
|
-
sans: import("@stitches
|
|
3824
|
-
mono: import("@stitches
|
|
3825
|
-
display: import("@stitches
|
|
3826
|
-
body: import("@stitches
|
|
3790
|
+
sans: import("@atom-learning/stitches-react/types/theme").Token<"sans", string, "fonts", "">;
|
|
3791
|
+
mono: import("@atom-learning/stitches-react/types/theme").Token<"mono", string, "fonts", "">;
|
|
3792
|
+
display: import("@atom-learning/stitches-react/types/theme").Token<"display", string, "fonts", "">;
|
|
3793
|
+
body: import("@atom-learning/stitches-react/types/theme").Token<"body", string, "fonts", "">;
|
|
3827
3794
|
};
|
|
3828
3795
|
sizes: {
|
|
3829
|
-
0: import("@stitches
|
|
3830
|
-
1: import("@stitches
|
|
3831
|
-
2: import("@stitches
|
|
3832
|
-
3: import("@stitches
|
|
3833
|
-
4: import("@stitches
|
|
3834
|
-
5: import("@stitches
|
|
3835
|
-
6: import("@stitches
|
|
3836
|
-
7: import("@stitches
|
|
3837
|
-
8: import("@stitches
|
|
3796
|
+
0: import("@atom-learning/stitches-react/types/theme").Token<"0", string, "sizes", "">;
|
|
3797
|
+
1: import("@atom-learning/stitches-react/types/theme").Token<"1", string, "sizes", "">;
|
|
3798
|
+
2: import("@atom-learning/stitches-react/types/theme").Token<"2", string, "sizes", "">;
|
|
3799
|
+
3: import("@atom-learning/stitches-react/types/theme").Token<"3", string, "sizes", "">;
|
|
3800
|
+
4: import("@atom-learning/stitches-react/types/theme").Token<"4", string, "sizes", "">;
|
|
3801
|
+
5: import("@atom-learning/stitches-react/types/theme").Token<"5", string, "sizes", "">;
|
|
3802
|
+
6: import("@atom-learning/stitches-react/types/theme").Token<"6", string, "sizes", "">;
|
|
3803
|
+
7: import("@atom-learning/stitches-react/types/theme").Token<"7", string, "sizes", "">;
|
|
3804
|
+
8: import("@atom-learning/stitches-react/types/theme").Token<"8", string, "sizes", "">;
|
|
3838
3805
|
};
|
|
3839
3806
|
radii: {
|
|
3840
|
-
0: import("@stitches
|
|
3841
|
-
1: import("@stitches
|
|
3842
|
-
2: import("@stitches
|
|
3843
|
-
3: import("@stitches
|
|
3844
|
-
round: import("@stitches
|
|
3807
|
+
0: import("@atom-learning/stitches-react/types/theme").Token<"0", string, "radii", "">;
|
|
3808
|
+
1: import("@atom-learning/stitches-react/types/theme").Token<"1", string, "radii", "">;
|
|
3809
|
+
2: import("@atom-learning/stitches-react/types/theme").Token<"2", string, "radii", "">;
|
|
3810
|
+
3: import("@atom-learning/stitches-react/types/theme").Token<"3", string, "radii", "">;
|
|
3811
|
+
round: import("@atom-learning/stitches-react/types/theme").Token<"round", string, "radii", "">;
|
|
3845
3812
|
};
|
|
3846
3813
|
shadows: {
|
|
3847
|
-
0: import("@stitches
|
|
3848
|
-
1: import("@stitches
|
|
3849
|
-
2: import("@stitches
|
|
3850
|
-
3: import("@stitches
|
|
3814
|
+
0: import("@atom-learning/stitches-react/types/theme").Token<"0", string, "shadows", "">;
|
|
3815
|
+
1: import("@atom-learning/stitches-react/types/theme").Token<"1", string, "shadows", "">;
|
|
3816
|
+
2: import("@atom-learning/stitches-react/types/theme").Token<"2", string, "shadows", "">;
|
|
3817
|
+
3: import("@atom-learning/stitches-react/types/theme").Token<"3", string, "shadows", "">;
|
|
3851
3818
|
};
|
|
3852
3819
|
ratios: {
|
|
3853
|
-
"16-9": import("@stitches
|
|
3854
|
-
"3-2": import("@stitches
|
|
3855
|
-
"4-3": import("@stitches
|
|
3856
|
-
"1-1": import("@stitches
|
|
3857
|
-
"3-4": import("@stitches
|
|
3820
|
+
"16-9": import("@atom-learning/stitches-react/types/theme").Token<"16-9", string, "ratios", "">;
|
|
3821
|
+
"3-2": import("@atom-learning/stitches-react/types/theme").Token<"3-2", string, "ratios", "">;
|
|
3822
|
+
"4-3": import("@atom-learning/stitches-react/types/theme").Token<"4-3", string, "ratios", "">;
|
|
3823
|
+
"1-1": import("@atom-learning/stitches-react/types/theme").Token<"1-1", string, "ratios", "">;
|
|
3824
|
+
"3-4": import("@atom-learning/stitches-react/types/theme").Token<"3-4", string, "ratios", "">;
|
|
3858
3825
|
};
|
|
3859
3826
|
};
|
|
3860
3827
|
export declare type CSS = StitchesCSS<typeof stitchesConfig>;
|