@atom-learning/components 4.0.0-beta.1 → 4.0.0-beta.11
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/accordion/AccordionTrigger.js +1 -1
- package/dist/components/accordion/AccordionTrigger.js.map +1 -1
- 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/Chip.js +1 -1
- package/dist/components/chip/Chip.js.map +1 -1
- 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 +650 -683
- 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/DataTableTable.js +1 -1
- package/dist/components/data-table/DataTableTable.js.map +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/DialogContent.js +1 -1
- package/dist/components/dialog/DialogContent.js.map +1 -1
- 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/index.d.ts +1 -0
- 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/Input.js +1 -1
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +760 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.js +2 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.js.map +1 -0
- package/dist/components/keyboard-shortcut/index.d.ts +1124 -0
- package/dist/components/keyboard-shortcut/index.js +2 -0
- package/dist/components/keyboard-shortcut/index.js.map +1 -0
- 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/NavigationMenu.styles.d.ts +1 -1
- package/dist/components/navigation/NavigationMenu.styles.js +1 -1
- package/dist/components/navigation/NavigationMenu.styles.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/NavigationMenuVertical.styles.d.ts +2 -2
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js.map +1 -1
- 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/NavigationMenuVerticalText.js +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -1
- 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/PaginationPopover.js +1 -1
- package/dist/components/pagination/PaginationPopover.js.map +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 +425 -451
- package/dist/components/table/Table.js +1 -1
- package/dist/components/table/Table.js.map +1 -1
- 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 +2 -4
- package/dist/components/table/TableStickyColumnsContainer.js +1 -1
- package/dist/components/table/TableStickyColumnsContainer.js.map +1 -1
- package/dist/components/table/useStickyColumnsCss.d.ts +1 -3
- package/dist/components/table/useStickyColumnsCss.js +1 -1
- package/dist/components/table/useStickyColumnsCss.js.map +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/TabsTrigger.js +1 -1
- package/dist/components/tabs/TabsTrigger.js.map +1 -1
- 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/index.js +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/dist/utilities/style/focus-visible-style-block.d.ts +2 -1
- package/dist/utilities/style/focus-visible-style-block.js +1 -1
- package/dist/utilities/style/focus-visible-style-block.js.map +1 -1
- package/package.json +27 -16
|
@@ -24,298 +24,295 @@ export declare const createThemeVariants: <ThemeProperty extends keyof Theme>(th
|
|
|
24
24
|
selector: string;
|
|
25
25
|
} & {
|
|
26
26
|
colors: {
|
|
27
|
-
textBold: import("@stitches
|
|
28
|
-
textRegular: import("@stitches
|
|
29
|
-
textSubtle: import("@stitches
|
|
30
|
-
textMinimal: import("@stitches
|
|
31
|
-
background: import("@stitches
|
|
32
|
-
backgroundAccent: import("@stitches
|
|
33
|
-
grey100: import("@stitches
|
|
34
|
-
grey200: import("@stitches
|
|
35
|
-
grey300: import("@stitches
|
|
36
|
-
grey400: import("@stitches
|
|
37
|
-
grey500: import("@stitches
|
|
38
|
-
grey600: import("@stitches
|
|
39
|
-
grey700: import("@stitches
|
|
40
|
-
grey800: import("@stitches
|
|
41
|
-
grey900: import("@stitches
|
|
42
|
-
grey1000: import("@stitches
|
|
43
|
-
grey1100: import("@stitches
|
|
44
|
-
grey1200: import("@stitches
|
|
45
|
-
blue100: import("@stitches
|
|
46
|
-
blue200: import("@stitches
|
|
47
|
-
blue300: import("@stitches
|
|
48
|
-
blue400: import("@stitches
|
|
49
|
-
blue500: import("@stitches
|
|
50
|
-
blue600: import("@stitches
|
|
51
|
-
blue700: import("@stitches
|
|
52
|
-
blue800: import("@stitches
|
|
53
|
-
blue900: import("@stitches
|
|
54
|
-
blue1000: import("@stitches
|
|
55
|
-
blue1100: import("@stitches
|
|
56
|
-
blue1200: import("@stitches
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
primary1000: import("@stitches/react/types/theme").Token<"primary1000", string, "colors", "">;
|
|
258
|
-
primary1100: import("@stitches/react/types/theme").Token<"primary1100", string, "colors", "">;
|
|
259
|
-
primary1200: import("@stitches/react/types/theme").Token<"primary1200", string, "colors", "">;
|
|
27
|
+
textBold: import("@atom-learning/stitches-react/types/theme").Token<"textBold", string, "colors", "">;
|
|
28
|
+
textRegular: import("@atom-learning/stitches-react/types/theme").Token<"textRegular", string, "colors", "">;
|
|
29
|
+
textSubtle: import("@atom-learning/stitches-react/types/theme").Token<"textSubtle", string, "colors", "">;
|
|
30
|
+
textMinimal: import("@atom-learning/stitches-react/types/theme").Token<"textMinimal", string, "colors", "">;
|
|
31
|
+
background: import("@atom-learning/stitches-react/types/theme").Token<"background", string, "colors", "">;
|
|
32
|
+
backgroundAccent: import("@atom-learning/stitches-react/types/theme").Token<"backgroundAccent", string, "colors", "">;
|
|
33
|
+
grey100: import("@atom-learning/stitches-react/types/theme").Token<"grey100", string, "colors", "">;
|
|
34
|
+
grey200: import("@atom-learning/stitches-react/types/theme").Token<"grey200", string, "colors", "">;
|
|
35
|
+
grey300: import("@atom-learning/stitches-react/types/theme").Token<"grey300", string, "colors", "">;
|
|
36
|
+
grey400: import("@atom-learning/stitches-react/types/theme").Token<"grey400", string, "colors", "">;
|
|
37
|
+
grey500: import("@atom-learning/stitches-react/types/theme").Token<"grey500", string, "colors", "">;
|
|
38
|
+
grey600: import("@atom-learning/stitches-react/types/theme").Token<"grey600", string, "colors", "">;
|
|
39
|
+
grey700: import("@atom-learning/stitches-react/types/theme").Token<"grey700", string, "colors", "">;
|
|
40
|
+
grey800: import("@atom-learning/stitches-react/types/theme").Token<"grey800", string, "colors", "">;
|
|
41
|
+
grey900: import("@atom-learning/stitches-react/types/theme").Token<"grey900", string, "colors", "">;
|
|
42
|
+
grey1000: import("@atom-learning/stitches-react/types/theme").Token<"grey1000", string, "colors", "">;
|
|
43
|
+
grey1100: import("@atom-learning/stitches-react/types/theme").Token<"grey1100", string, "colors", "">;
|
|
44
|
+
grey1200: import("@atom-learning/stitches-react/types/theme").Token<"grey1200", string, "colors", "">;
|
|
45
|
+
blue100: import("@atom-learning/stitches-react/types/theme").Token<"blue100", string, "colors", "">;
|
|
46
|
+
blue200: import("@atom-learning/stitches-react/types/theme").Token<"blue200", string, "colors", "">;
|
|
47
|
+
blue300: import("@atom-learning/stitches-react/types/theme").Token<"blue300", string, "colors", "">;
|
|
48
|
+
blue400: import("@atom-learning/stitches-react/types/theme").Token<"blue400", string, "colors", "">;
|
|
49
|
+
blue500: import("@atom-learning/stitches-react/types/theme").Token<"blue500", string, "colors", "">;
|
|
50
|
+
blue600: import("@atom-learning/stitches-react/types/theme").Token<"blue600", string, "colors", "">;
|
|
51
|
+
blue700: import("@atom-learning/stitches-react/types/theme").Token<"blue700", string, "colors", "">;
|
|
52
|
+
blue800: import("@atom-learning/stitches-react/types/theme").Token<"blue800", string, "colors", "">;
|
|
53
|
+
blue900: import("@atom-learning/stitches-react/types/theme").Token<"blue900", string, "colors", "">;
|
|
54
|
+
blue1000: import("@atom-learning/stitches-react/types/theme").Token<"blue1000", string, "colors", "">;
|
|
55
|
+
blue1100: import("@atom-learning/stitches-react/types/theme").Token<"blue1100", string, "colors", "">;
|
|
56
|
+
blue1200: import("@atom-learning/stitches-react/types/theme").Token<"blue1200", string, "colors", "">;
|
|
57
|
+
pink100: import("@atom-learning/stitches-react/types/theme").Token<"pink100", string, "colors", "">;
|
|
58
|
+
pink200: import("@atom-learning/stitches-react/types/theme").Token<"pink200", string, "colors", "">;
|
|
59
|
+
pink300: import("@atom-learning/stitches-react/types/theme").Token<"pink300", string, "colors", "">;
|
|
60
|
+
pink400: import("@atom-learning/stitches-react/types/theme").Token<"pink400", string, "colors", "">;
|
|
61
|
+
pink500: import("@atom-learning/stitches-react/types/theme").Token<"pink500", string, "colors", "">;
|
|
62
|
+
pink600: import("@atom-learning/stitches-react/types/theme").Token<"pink600", string, "colors", "">;
|
|
63
|
+
pink700: import("@atom-learning/stitches-react/types/theme").Token<"pink700", string, "colors", "">;
|
|
64
|
+
pink800: import("@atom-learning/stitches-react/types/theme").Token<"pink800", string, "colors", "">;
|
|
65
|
+
pink900: import("@atom-learning/stitches-react/types/theme").Token<"pink900", string, "colors", "">;
|
|
66
|
+
pink1000: import("@atom-learning/stitches-react/types/theme").Token<"pink1000", string, "colors", "">;
|
|
67
|
+
pink1100: import("@atom-learning/stitches-react/types/theme").Token<"pink1100", string, "colors", "">;
|
|
68
|
+
pink1200: import("@atom-learning/stitches-react/types/theme").Token<"pink1200", string, "colors", "">;
|
|
69
|
+
purple100: import("@atom-learning/stitches-react/types/theme").Token<"purple100", string, "colors", "">;
|
|
70
|
+
purple200: import("@atom-learning/stitches-react/types/theme").Token<"purple200", string, "colors", "">;
|
|
71
|
+
purple300: import("@atom-learning/stitches-react/types/theme").Token<"purple300", string, "colors", "">;
|
|
72
|
+
purple400: import("@atom-learning/stitches-react/types/theme").Token<"purple400", string, "colors", "">;
|
|
73
|
+
purple500: import("@atom-learning/stitches-react/types/theme").Token<"purple500", string, "colors", "">;
|
|
74
|
+
purple600: import("@atom-learning/stitches-react/types/theme").Token<"purple600", string, "colors", "">;
|
|
75
|
+
purple700: import("@atom-learning/stitches-react/types/theme").Token<"purple700", string, "colors", "">;
|
|
76
|
+
purple800: import("@atom-learning/stitches-react/types/theme").Token<"purple800", string, "colors", "">;
|
|
77
|
+
purple900: import("@atom-learning/stitches-react/types/theme").Token<"purple900", string, "colors", "">;
|
|
78
|
+
purple1000: import("@atom-learning/stitches-react/types/theme").Token<"purple1000", string, "colors", "">;
|
|
79
|
+
purple1100: import("@atom-learning/stitches-react/types/theme").Token<"purple1100", string, "colors", "">;
|
|
80
|
+
purple1200: import("@atom-learning/stitches-react/types/theme").Token<"purple1200", string, "colors", "">;
|
|
81
|
+
cyan100: import("@atom-learning/stitches-react/types/theme").Token<"cyan100", string, "colors", "">;
|
|
82
|
+
cyan200: import("@atom-learning/stitches-react/types/theme").Token<"cyan200", string, "colors", "">;
|
|
83
|
+
cyan300: import("@atom-learning/stitches-react/types/theme").Token<"cyan300", string, "colors", "">;
|
|
84
|
+
cyan400: import("@atom-learning/stitches-react/types/theme").Token<"cyan400", string, "colors", "">;
|
|
85
|
+
cyan500: import("@atom-learning/stitches-react/types/theme").Token<"cyan500", string, "colors", "">;
|
|
86
|
+
cyan600: import("@atom-learning/stitches-react/types/theme").Token<"cyan600", string, "colors", "">;
|
|
87
|
+
cyan700: import("@atom-learning/stitches-react/types/theme").Token<"cyan700", string, "colors", "">;
|
|
88
|
+
cyan800: import("@atom-learning/stitches-react/types/theme").Token<"cyan800", string, "colors", "">;
|
|
89
|
+
cyan900: import("@atom-learning/stitches-react/types/theme").Token<"cyan900", string, "colors", "">;
|
|
90
|
+
cyan1000: import("@atom-learning/stitches-react/types/theme").Token<"cyan1000", string, "colors", "">;
|
|
91
|
+
cyan1100: import("@atom-learning/stitches-react/types/theme").Token<"cyan1100", string, "colors", "">;
|
|
92
|
+
cyan1200: import("@atom-learning/stitches-react/types/theme").Token<"cyan1200", string, "colors", "">;
|
|
93
|
+
green100: import("@atom-learning/stitches-react/types/theme").Token<"green100", string, "colors", "">;
|
|
94
|
+
green200: import("@atom-learning/stitches-react/types/theme").Token<"green200", string, "colors", "">;
|
|
95
|
+
green300: import("@atom-learning/stitches-react/types/theme").Token<"green300", string, "colors", "">;
|
|
96
|
+
green400: import("@atom-learning/stitches-react/types/theme").Token<"green400", string, "colors", "">;
|
|
97
|
+
green500: import("@atom-learning/stitches-react/types/theme").Token<"green500", string, "colors", "">;
|
|
98
|
+
green600: import("@atom-learning/stitches-react/types/theme").Token<"green600", string, "colors", "">;
|
|
99
|
+
green700: import("@atom-learning/stitches-react/types/theme").Token<"green700", string, "colors", "">;
|
|
100
|
+
green800: import("@atom-learning/stitches-react/types/theme").Token<"green800", string, "colors", "">;
|
|
101
|
+
green900: import("@atom-learning/stitches-react/types/theme").Token<"green900", string, "colors", "">;
|
|
102
|
+
green1000: import("@atom-learning/stitches-react/types/theme").Token<"green1000", string, "colors", "">;
|
|
103
|
+
green1100: import("@atom-learning/stitches-react/types/theme").Token<"green1100", string, "colors", "">;
|
|
104
|
+
green1200: import("@atom-learning/stitches-react/types/theme").Token<"green1200", string, "colors", "">;
|
|
105
|
+
magenta100: import("@atom-learning/stitches-react/types/theme").Token<"magenta100", string, "colors", "">;
|
|
106
|
+
magenta200: import("@atom-learning/stitches-react/types/theme").Token<"magenta200", string, "colors", "">;
|
|
107
|
+
magenta300: import("@atom-learning/stitches-react/types/theme").Token<"magenta300", string, "colors", "">;
|
|
108
|
+
magenta400: import("@atom-learning/stitches-react/types/theme").Token<"magenta400", string, "colors", "">;
|
|
109
|
+
magenta500: import("@atom-learning/stitches-react/types/theme").Token<"magenta500", string, "colors", "">;
|
|
110
|
+
magenta600: import("@atom-learning/stitches-react/types/theme").Token<"magenta600", string, "colors", "">;
|
|
111
|
+
magenta700: import("@atom-learning/stitches-react/types/theme").Token<"magenta700", string, "colors", "">;
|
|
112
|
+
magenta800: import("@atom-learning/stitches-react/types/theme").Token<"magenta800", string, "colors", "">;
|
|
113
|
+
magenta900: import("@atom-learning/stitches-react/types/theme").Token<"magenta900", string, "colors", "">;
|
|
114
|
+
magenta1000: import("@atom-learning/stitches-react/types/theme").Token<"magenta1000", string, "colors", "">;
|
|
115
|
+
magenta1100: import("@atom-learning/stitches-react/types/theme").Token<"magenta1100", string, "colors", "">;
|
|
116
|
+
magenta1200: import("@atom-learning/stitches-react/types/theme").Token<"magenta1200", string, "colors", "">;
|
|
117
|
+
red100: import("@atom-learning/stitches-react/types/theme").Token<"red100", string, "colors", "">;
|
|
118
|
+
red200: import("@atom-learning/stitches-react/types/theme").Token<"red200", string, "colors", "">;
|
|
119
|
+
red300: import("@atom-learning/stitches-react/types/theme").Token<"red300", string, "colors", "">;
|
|
120
|
+
red400: import("@atom-learning/stitches-react/types/theme").Token<"red400", string, "colors", "">;
|
|
121
|
+
red500: import("@atom-learning/stitches-react/types/theme").Token<"red500", string, "colors", "">;
|
|
122
|
+
red600: import("@atom-learning/stitches-react/types/theme").Token<"red600", string, "colors", "">;
|
|
123
|
+
red700: import("@atom-learning/stitches-react/types/theme").Token<"red700", string, "colors", "">;
|
|
124
|
+
red800: import("@atom-learning/stitches-react/types/theme").Token<"red800", string, "colors", "">;
|
|
125
|
+
red900: import("@atom-learning/stitches-react/types/theme").Token<"red900", string, "colors", "">;
|
|
126
|
+
red1000: import("@atom-learning/stitches-react/types/theme").Token<"red1000", string, "colors", "">;
|
|
127
|
+
red1100: import("@atom-learning/stitches-react/types/theme").Token<"red1100", string, "colors", "">;
|
|
128
|
+
red1200: import("@atom-learning/stitches-react/types/theme").Token<"red1200", string, "colors", "">;
|
|
129
|
+
teal100: import("@atom-learning/stitches-react/types/theme").Token<"teal100", string, "colors", "">;
|
|
130
|
+
teal200: import("@atom-learning/stitches-react/types/theme").Token<"teal200", string, "colors", "">;
|
|
131
|
+
teal300: import("@atom-learning/stitches-react/types/theme").Token<"teal300", string, "colors", "">;
|
|
132
|
+
teal400: import("@atom-learning/stitches-react/types/theme").Token<"teal400", string, "colors", "">;
|
|
133
|
+
teal500: import("@atom-learning/stitches-react/types/theme").Token<"teal500", string, "colors", "">;
|
|
134
|
+
teal600: import("@atom-learning/stitches-react/types/theme").Token<"teal600", string, "colors", "">;
|
|
135
|
+
teal700: import("@atom-learning/stitches-react/types/theme").Token<"teal700", string, "colors", "">;
|
|
136
|
+
teal800: import("@atom-learning/stitches-react/types/theme").Token<"teal800", string, "colors", "">;
|
|
137
|
+
teal900: import("@atom-learning/stitches-react/types/theme").Token<"teal900", string, "colors", "">;
|
|
138
|
+
teal1000: import("@atom-learning/stitches-react/types/theme").Token<"teal1000", string, "colors", "">;
|
|
139
|
+
teal1100: import("@atom-learning/stitches-react/types/theme").Token<"teal1100", string, "colors", "">;
|
|
140
|
+
teal1200: import("@atom-learning/stitches-react/types/theme").Token<"teal1200", string, "colors", "">;
|
|
141
|
+
orange100: import("@atom-learning/stitches-react/types/theme").Token<"orange100", string, "colors", "">;
|
|
142
|
+
orange200: import("@atom-learning/stitches-react/types/theme").Token<"orange200", string, "colors", "">;
|
|
143
|
+
orange300: import("@atom-learning/stitches-react/types/theme").Token<"orange300", string, "colors", "">;
|
|
144
|
+
orange400: import("@atom-learning/stitches-react/types/theme").Token<"orange400", string, "colors", "">;
|
|
145
|
+
orange500: import("@atom-learning/stitches-react/types/theme").Token<"orange500", string, "colors", "">;
|
|
146
|
+
orange600: import("@atom-learning/stitches-react/types/theme").Token<"orange600", string, "colors", "">;
|
|
147
|
+
orange700: import("@atom-learning/stitches-react/types/theme").Token<"orange700", string, "colors", "">;
|
|
148
|
+
orange800: import("@atom-learning/stitches-react/types/theme").Token<"orange800", string, "colors", "">;
|
|
149
|
+
orange900: import("@atom-learning/stitches-react/types/theme").Token<"orange900", string, "colors", "">;
|
|
150
|
+
orange1000: import("@atom-learning/stitches-react/types/theme").Token<"orange1000", string, "colors", "">;
|
|
151
|
+
orange1100: import("@atom-learning/stitches-react/types/theme").Token<"orange1100", string, "colors", "">;
|
|
152
|
+
orange1200: import("@atom-learning/stitches-react/types/theme").Token<"orange1200", string, "colors", "">;
|
|
153
|
+
yellow100: import("@atom-learning/stitches-react/types/theme").Token<"yellow100", string, "colors", "">;
|
|
154
|
+
yellow200: import("@atom-learning/stitches-react/types/theme").Token<"yellow200", string, "colors", "">;
|
|
155
|
+
yellow300: import("@atom-learning/stitches-react/types/theme").Token<"yellow300", string, "colors", "">;
|
|
156
|
+
yellow400: import("@atom-learning/stitches-react/types/theme").Token<"yellow400", string, "colors", "">;
|
|
157
|
+
yellow500: import("@atom-learning/stitches-react/types/theme").Token<"yellow500", string, "colors", "">;
|
|
158
|
+
yellow600: import("@atom-learning/stitches-react/types/theme").Token<"yellow600", string, "colors", "">;
|
|
159
|
+
yellow700: import("@atom-learning/stitches-react/types/theme").Token<"yellow700", string, "colors", "">;
|
|
160
|
+
yellow800: import("@atom-learning/stitches-react/types/theme").Token<"yellow800", string, "colors", "">;
|
|
161
|
+
yellow900: import("@atom-learning/stitches-react/types/theme").Token<"yellow900", string, "colors", "">;
|
|
162
|
+
yellow1000: import("@atom-learning/stitches-react/types/theme").Token<"yellow1000", string, "colors", "">;
|
|
163
|
+
yellow1100: import("@atom-learning/stitches-react/types/theme").Token<"yellow1100", string, "colors", "">;
|
|
164
|
+
yellow1200: import("@atom-learning/stitches-react/types/theme").Token<"yellow1200", string, "colors", "">;
|
|
165
|
+
lime100: import("@atom-learning/stitches-react/types/theme").Token<"lime100", string, "colors", "">;
|
|
166
|
+
lime200: import("@atom-learning/stitches-react/types/theme").Token<"lime200", string, "colors", "">;
|
|
167
|
+
lime300: import("@atom-learning/stitches-react/types/theme").Token<"lime300", string, "colors", "">;
|
|
168
|
+
lime400: import("@atom-learning/stitches-react/types/theme").Token<"lime400", string, "colors", "">;
|
|
169
|
+
lime500: import("@atom-learning/stitches-react/types/theme").Token<"lime500", string, "colors", "">;
|
|
170
|
+
lime600: import("@atom-learning/stitches-react/types/theme").Token<"lime600", string, "colors", "">;
|
|
171
|
+
lime700: import("@atom-learning/stitches-react/types/theme").Token<"lime700", string, "colors", "">;
|
|
172
|
+
lime800: import("@atom-learning/stitches-react/types/theme").Token<"lime800", string, "colors", "">;
|
|
173
|
+
lime900: import("@atom-learning/stitches-react/types/theme").Token<"lime900", string, "colors", "">;
|
|
174
|
+
lime1000: import("@atom-learning/stitches-react/types/theme").Token<"lime1000", string, "colors", "">;
|
|
175
|
+
lime1100: import("@atom-learning/stitches-react/types/theme").Token<"lime1100", string, "colors", "">;
|
|
176
|
+
lime1200: import("@atom-learning/stitches-react/types/theme").Token<"lime1200", string, "colors", "">;
|
|
177
|
+
lapis100: import("@atom-learning/stitches-react/types/theme").Token<"lapis100", string, "colors", "">;
|
|
178
|
+
lapis200: import("@atom-learning/stitches-react/types/theme").Token<"lapis200", string, "colors", "">;
|
|
179
|
+
lapis300: import("@atom-learning/stitches-react/types/theme").Token<"lapis300", string, "colors", "">;
|
|
180
|
+
lapis400: import("@atom-learning/stitches-react/types/theme").Token<"lapis400", string, "colors", "">;
|
|
181
|
+
lapis500: import("@atom-learning/stitches-react/types/theme").Token<"lapis500", string, "colors", "">;
|
|
182
|
+
lapis600: import("@atom-learning/stitches-react/types/theme").Token<"lapis600", string, "colors", "">;
|
|
183
|
+
lapis700: import("@atom-learning/stitches-react/types/theme").Token<"lapis700", string, "colors", "">;
|
|
184
|
+
lapis800: import("@atom-learning/stitches-react/types/theme").Token<"lapis800", string, "colors", "">;
|
|
185
|
+
lapis900: import("@atom-learning/stitches-react/types/theme").Token<"lapis900", string, "colors", "">;
|
|
186
|
+
lapis1000: import("@atom-learning/stitches-react/types/theme").Token<"lapis1000", string, "colors", "">;
|
|
187
|
+
lapis1100: import("@atom-learning/stitches-react/types/theme").Token<"lapis1100", string, "colors", "">;
|
|
188
|
+
lapis1200: import("@atom-learning/stitches-react/types/theme").Token<"lapis1200", string, "colors", "">;
|
|
189
|
+
maroon100: import("@atom-learning/stitches-react/types/theme").Token<"maroon100", string, "colors", "">;
|
|
190
|
+
maroon200: import("@atom-learning/stitches-react/types/theme").Token<"maroon200", string, "colors", "">;
|
|
191
|
+
maroon300: import("@atom-learning/stitches-react/types/theme").Token<"maroon300", string, "colors", "">;
|
|
192
|
+
maroon400: import("@atom-learning/stitches-react/types/theme").Token<"maroon400", string, "colors", "">;
|
|
193
|
+
maroon500: import("@atom-learning/stitches-react/types/theme").Token<"maroon500", string, "colors", "">;
|
|
194
|
+
maroon600: import("@atom-learning/stitches-react/types/theme").Token<"maroon600", string, "colors", "">;
|
|
195
|
+
maroon700: import("@atom-learning/stitches-react/types/theme").Token<"maroon700", string, "colors", "">;
|
|
196
|
+
maroon800: import("@atom-learning/stitches-react/types/theme").Token<"maroon800", string, "colors", "">;
|
|
197
|
+
maroon900: import("@atom-learning/stitches-react/types/theme").Token<"maroon900", string, "colors", "">;
|
|
198
|
+
maroon1000: import("@atom-learning/stitches-react/types/theme").Token<"maroon1000", string, "colors", "">;
|
|
199
|
+
maroon1100: import("@atom-learning/stitches-react/types/theme").Token<"maroon1100", string, "colors", "">;
|
|
200
|
+
maroon1200: import("@atom-learning/stitches-react/types/theme").Token<"maroon1200", string, "colors", "">;
|
|
201
|
+
marsh100: import("@atom-learning/stitches-react/types/theme").Token<"marsh100", string, "colors", "">;
|
|
202
|
+
marsh200: import("@atom-learning/stitches-react/types/theme").Token<"marsh200", string, "colors", "">;
|
|
203
|
+
marsh300: import("@atom-learning/stitches-react/types/theme").Token<"marsh300", string, "colors", "">;
|
|
204
|
+
marsh400: import("@atom-learning/stitches-react/types/theme").Token<"marsh400", string, "colors", "">;
|
|
205
|
+
marsh500: import("@atom-learning/stitches-react/types/theme").Token<"marsh500", string, "colors", "">;
|
|
206
|
+
marsh600: import("@atom-learning/stitches-react/types/theme").Token<"marsh600", string, "colors", "">;
|
|
207
|
+
marsh700: import("@atom-learning/stitches-react/types/theme").Token<"marsh700", string, "colors", "">;
|
|
208
|
+
marsh800: import("@atom-learning/stitches-react/types/theme").Token<"marsh800", string, "colors", "">;
|
|
209
|
+
marsh900: import("@atom-learning/stitches-react/types/theme").Token<"marsh900", string, "colors", "">;
|
|
210
|
+
marsh1000: import("@atom-learning/stitches-react/types/theme").Token<"marsh1000", string, "colors", "">;
|
|
211
|
+
marsh1100: import("@atom-learning/stitches-react/types/theme").Token<"marsh1100", string, "colors", "">;
|
|
212
|
+
marsh1200: import("@atom-learning/stitches-react/types/theme").Token<"marsh1200", string, "colors", "">;
|
|
213
|
+
alpha100: import("@atom-learning/stitches-react/types/theme").Token<"alpha100", string, "colors", "">;
|
|
214
|
+
alpha150: import("@atom-learning/stitches-react/types/theme").Token<"alpha150", string, "colors", "">;
|
|
215
|
+
alpha200: import("@atom-learning/stitches-react/types/theme").Token<"alpha200", string, "colors", "">;
|
|
216
|
+
alpha250: import("@atom-learning/stitches-react/types/theme").Token<"alpha250", string, "colors", "">;
|
|
217
|
+
alpha600: import("@atom-learning/stitches-react/types/theme").Token<"alpha600", string, "colors", "">;
|
|
218
|
+
infoLight: import("@atom-learning/stitches-react/types/theme").Token<"infoLight", string, "colors", "">;
|
|
219
|
+
info: import("@atom-learning/stitches-react/types/theme").Token<"info", string, "colors", "">;
|
|
220
|
+
infoMid: import("@atom-learning/stitches-react/types/theme").Token<"infoMid", string, "colors", "">;
|
|
221
|
+
infoDark: import("@atom-learning/stitches-react/types/theme").Token<"infoDark", string, "colors", "">;
|
|
222
|
+
successLight: import("@atom-learning/stitches-react/types/theme").Token<"successLight", string, "colors", "">;
|
|
223
|
+
success: import("@atom-learning/stitches-react/types/theme").Token<"success", string, "colors", "">;
|
|
224
|
+
successMid: import("@atom-learning/stitches-react/types/theme").Token<"successMid", string, "colors", "">;
|
|
225
|
+
successDark: import("@atom-learning/stitches-react/types/theme").Token<"successDark", string, "colors", "">;
|
|
226
|
+
dangerLight: import("@atom-learning/stitches-react/types/theme").Token<"dangerLight", string, "colors", "">;
|
|
227
|
+
danger: import("@atom-learning/stitches-react/types/theme").Token<"danger", string, "colors", "">;
|
|
228
|
+
dangerMid: import("@atom-learning/stitches-react/types/theme").Token<"dangerMid", string, "colors", "">;
|
|
229
|
+
dangerDark: import("@atom-learning/stitches-react/types/theme").Token<"dangerDark", string, "colors", "">;
|
|
230
|
+
warningLight: import("@atom-learning/stitches-react/types/theme").Token<"warningLight", string, "colors", "">;
|
|
231
|
+
warning: import("@atom-learning/stitches-react/types/theme").Token<"warning", string, "colors", "">;
|
|
232
|
+
warningMid: import("@atom-learning/stitches-react/types/theme").Token<"warningMid", string, "colors", "">;
|
|
233
|
+
warningDark: import("@atom-learning/stitches-react/types/theme").Token<"warningDark", string, "colors", "">;
|
|
234
|
+
warningText: import("@atom-learning/stitches-react/types/theme").Token<"warningText", string, "colors", "">;
|
|
235
|
+
subjectEnglish: import("@atom-learning/stitches-react/types/theme").Token<"subjectEnglish", string, "colors", "">;
|
|
236
|
+
subjectMaths: import("@atom-learning/stitches-react/types/theme").Token<"subjectMaths", string, "colors", "">;
|
|
237
|
+
subjectScience: import("@atom-learning/stitches-react/types/theme").Token<"subjectScience", string, "colors", "">;
|
|
238
|
+
subjectVerbalReasoning: import("@atom-learning/stitches-react/types/theme").Token<"subjectVerbalReasoning", string, "colors", "">;
|
|
239
|
+
subjectNonVerbalReasoning: import("@atom-learning/stitches-react/types/theme").Token<"subjectNonVerbalReasoning", string, "colors", "">;
|
|
240
|
+
subjectCreativeWriting: import("@atom-learning/stitches-react/types/theme").Token<"subjectCreativeWriting", string, "colors", "">;
|
|
241
|
+
subjectExamSkills: import("@atom-learning/stitches-react/types/theme").Token<"subjectExamSkills", string, "colors", "">;
|
|
242
|
+
glBlueLight: import("@atom-learning/stitches-react/types/theme").Token<"glBlueLight", string, "colors", "">;
|
|
243
|
+
glBluePrimary: import("@atom-learning/stitches-react/types/theme").Token<"glBluePrimary", string, "colors", "">;
|
|
244
|
+
glBlueDark: import("@atom-learning/stitches-react/types/theme").Token<"glBlueDark", string, "colors", "">;
|
|
245
|
+
primary100: import("@atom-learning/stitches-react/types/theme").Token<"primary100", string, "colors", "">;
|
|
246
|
+
primary200: import("@atom-learning/stitches-react/types/theme").Token<"primary200", string, "colors", "">;
|
|
247
|
+
primary300: import("@atom-learning/stitches-react/types/theme").Token<"primary300", string, "colors", "">;
|
|
248
|
+
primary400: import("@atom-learning/stitches-react/types/theme").Token<"primary400", string, "colors", "">;
|
|
249
|
+
primary500: import("@atom-learning/stitches-react/types/theme").Token<"primary500", string, "colors", "">;
|
|
250
|
+
primary600: import("@atom-learning/stitches-react/types/theme").Token<"primary600", string, "colors", "">;
|
|
251
|
+
primary700: import("@atom-learning/stitches-react/types/theme").Token<"primary700", string, "colors", "">;
|
|
252
|
+
primary800: import("@atom-learning/stitches-react/types/theme").Token<"primary800", string, "colors", "">;
|
|
253
|
+
primary900: import("@atom-learning/stitches-react/types/theme").Token<"primary900", string, "colors", "">;
|
|
254
|
+
primary1000: import("@atom-learning/stitches-react/types/theme").Token<"primary1000", string, "colors", "">;
|
|
255
|
+
primary1100: import("@atom-learning/stitches-react/types/theme").Token<"primary1100", string, "colors", "">;
|
|
256
|
+
primary1200: import("@atom-learning/stitches-react/types/theme").Token<"primary1200", string, "colors", "">;
|
|
260
257
|
};
|
|
261
258
|
space: {
|
|
262
|
-
0: import("@stitches
|
|
263
|
-
1: import("@stitches
|
|
264
|
-
2: import("@stitches
|
|
265
|
-
3: import("@stitches
|
|
266
|
-
4: import("@stitches
|
|
267
|
-
5: import("@stitches
|
|
268
|
-
6: import("@stitches
|
|
269
|
-
7: import("@stitches
|
|
270
|
-
8: import("@stitches
|
|
271
|
-
9: import("@stitches
|
|
272
|
-
24: import("@stitches
|
|
259
|
+
0: import("@atom-learning/stitches-react/types/theme").Token<"0", string, "space", "">;
|
|
260
|
+
1: import("@atom-learning/stitches-react/types/theme").Token<"1", string, "space", "">;
|
|
261
|
+
2: import("@atom-learning/stitches-react/types/theme").Token<"2", string, "space", "">;
|
|
262
|
+
3: import("@atom-learning/stitches-react/types/theme").Token<"3", string, "space", "">;
|
|
263
|
+
4: import("@atom-learning/stitches-react/types/theme").Token<"4", string, "space", "">;
|
|
264
|
+
5: import("@atom-learning/stitches-react/types/theme").Token<"5", string, "space", "">;
|
|
265
|
+
6: import("@atom-learning/stitches-react/types/theme").Token<"6", string, "space", "">;
|
|
266
|
+
7: import("@atom-learning/stitches-react/types/theme").Token<"7", string, "space", "">;
|
|
267
|
+
8: import("@atom-learning/stitches-react/types/theme").Token<"8", string, "space", "">;
|
|
268
|
+
9: import("@atom-learning/stitches-react/types/theme").Token<"9", string, "space", "">;
|
|
269
|
+
24: import("@atom-learning/stitches-react/types/theme").Token<"24", string, "space", "">;
|
|
273
270
|
};
|
|
274
271
|
fontSizes: {
|
|
275
|
-
xs: import("@stitches
|
|
276
|
-
sm: import("@stitches
|
|
277
|
-
md: import("@stitches
|
|
278
|
-
lg: import("@stitches
|
|
279
|
-
xl: import("@stitches
|
|
280
|
-
"2xl": import("@stitches
|
|
281
|
-
"3xl": import("@stitches
|
|
282
|
-
"4xl": import("@stitches
|
|
272
|
+
xs: import("@atom-learning/stitches-react/types/theme").Token<"xs", string, "fontSizes", "">;
|
|
273
|
+
sm: import("@atom-learning/stitches-react/types/theme").Token<"sm", string, "fontSizes", "">;
|
|
274
|
+
md: import("@atom-learning/stitches-react/types/theme").Token<"md", string, "fontSizes", "">;
|
|
275
|
+
lg: import("@atom-learning/stitches-react/types/theme").Token<"lg", string, "fontSizes", "">;
|
|
276
|
+
xl: import("@atom-learning/stitches-react/types/theme").Token<"xl", string, "fontSizes", "">;
|
|
277
|
+
"2xl": import("@atom-learning/stitches-react/types/theme").Token<"2xl", string, "fontSizes", "">;
|
|
278
|
+
"3xl": import("@atom-learning/stitches-react/types/theme").Token<"3xl", string, "fontSizes", "">;
|
|
279
|
+
"4xl": import("@atom-learning/stitches-react/types/theme").Token<"4xl", string, "fontSizes", "">;
|
|
283
280
|
};
|
|
284
281
|
fonts: {
|
|
285
|
-
sans: import("@stitches
|
|
286
|
-
mono: import("@stitches
|
|
287
|
-
display: import("@stitches
|
|
288
|
-
body: import("@stitches
|
|
282
|
+
sans: import("@atom-learning/stitches-react/types/theme").Token<"sans", string, "fonts", "">;
|
|
283
|
+
mono: import("@atom-learning/stitches-react/types/theme").Token<"mono", string, "fonts", "">;
|
|
284
|
+
display: import("@atom-learning/stitches-react/types/theme").Token<"display", string, "fonts", "">;
|
|
285
|
+
body: import("@atom-learning/stitches-react/types/theme").Token<"body", string, "fonts", "">;
|
|
289
286
|
};
|
|
290
287
|
sizes: {
|
|
291
|
-
0: import("@stitches
|
|
292
|
-
1: import("@stitches
|
|
293
|
-
2: import("@stitches
|
|
294
|
-
3: import("@stitches
|
|
295
|
-
4: import("@stitches
|
|
296
|
-
5: import("@stitches
|
|
297
|
-
6: import("@stitches
|
|
298
|
-
7: import("@stitches
|
|
299
|
-
8: import("@stitches
|
|
288
|
+
0: import("@atom-learning/stitches-react/types/theme").Token<"0", string, "sizes", "">;
|
|
289
|
+
1: import("@atom-learning/stitches-react/types/theme").Token<"1", string, "sizes", "">;
|
|
290
|
+
2: import("@atom-learning/stitches-react/types/theme").Token<"2", string, "sizes", "">;
|
|
291
|
+
3: import("@atom-learning/stitches-react/types/theme").Token<"3", string, "sizes", "">;
|
|
292
|
+
4: import("@atom-learning/stitches-react/types/theme").Token<"4", string, "sizes", "">;
|
|
293
|
+
5: import("@atom-learning/stitches-react/types/theme").Token<"5", string, "sizes", "">;
|
|
294
|
+
6: import("@atom-learning/stitches-react/types/theme").Token<"6", string, "sizes", "">;
|
|
295
|
+
7: import("@atom-learning/stitches-react/types/theme").Token<"7", string, "sizes", "">;
|
|
296
|
+
8: import("@atom-learning/stitches-react/types/theme").Token<"8", string, "sizes", "">;
|
|
300
297
|
};
|
|
301
298
|
radii: {
|
|
302
|
-
0: import("@stitches
|
|
303
|
-
1: import("@stitches
|
|
304
|
-
2: import("@stitches
|
|
305
|
-
3: import("@stitches
|
|
306
|
-
round: import("@stitches
|
|
299
|
+
0: import("@atom-learning/stitches-react/types/theme").Token<"0", string, "radii", "">;
|
|
300
|
+
1: import("@atom-learning/stitches-react/types/theme").Token<"1", string, "radii", "">;
|
|
301
|
+
2: import("@atom-learning/stitches-react/types/theme").Token<"2", string, "radii", "">;
|
|
302
|
+
3: import("@atom-learning/stitches-react/types/theme").Token<"3", string, "radii", "">;
|
|
303
|
+
round: import("@atom-learning/stitches-react/types/theme").Token<"round", string, "radii", "">;
|
|
307
304
|
};
|
|
308
305
|
shadows: {
|
|
309
|
-
0: import("@stitches
|
|
310
|
-
1: import("@stitches
|
|
311
|
-
2: import("@stitches
|
|
312
|
-
3: import("@stitches
|
|
306
|
+
0: import("@atom-learning/stitches-react/types/theme").Token<"0", string, "shadows", "">;
|
|
307
|
+
1: import("@atom-learning/stitches-react/types/theme").Token<"1", string, "shadows", "">;
|
|
308
|
+
2: import("@atom-learning/stitches-react/types/theme").Token<"2", string, "shadows", "">;
|
|
309
|
+
3: import("@atom-learning/stitches-react/types/theme").Token<"3", string, "shadows", "">;
|
|
313
310
|
};
|
|
314
311
|
ratios: {
|
|
315
|
-
"16-9": import("@stitches
|
|
316
|
-
"3-2": import("@stitches
|
|
317
|
-
"4-3": import("@stitches
|
|
318
|
-
"1-1": import("@stitches
|
|
319
|
-
"3-4": import("@stitches
|
|
312
|
+
"16-9": import("@atom-learning/stitches-react/types/theme").Token<"16-9", string, "ratios", "">;
|
|
313
|
+
"3-2": import("@atom-learning/stitches-react/types/theme").Token<"3-2", string, "ratios", "">;
|
|
314
|
+
"4-3": import("@atom-learning/stitches-react/types/theme").Token<"4-3", string, "ratios", "">;
|
|
315
|
+
"1-1": import("@atom-learning/stitches-react/types/theme").Token<"1-1", string, "ratios", "">;
|
|
316
|
+
"3-4": import("@atom-learning/stitches-react/types/theme").Token<"3-4", string, "ratios", "">;
|
|
320
317
|
};
|
|
321
318
|
})[ThemeProperty], CSS>;
|