@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
|
@@ -11,434 +11,434 @@ export declare const itemStyles: {
|
|
|
11
11
|
py: string;
|
|
12
12
|
'&[disabled]': {
|
|
13
13
|
pointerEvents: string;
|
|
14
|
-
alignContent?: import("@stitches
|
|
15
|
-
alignItems?: import("@stitches
|
|
16
|
-
alignSelf?: import("@stitches
|
|
17
|
-
alignTracks?: import("@stitches
|
|
18
|
-
animationDelay?: import("@stitches
|
|
19
|
-
animationDirection?: import("@stitches
|
|
20
|
-
animationDuration?: import("@stitches
|
|
21
|
-
animationFillMode?: import("@stitches
|
|
22
|
-
animationIterationCount?: import("@stitches
|
|
23
|
-
animationName?: import("@stitches
|
|
24
|
-
animationPlayState?: import("@stitches
|
|
25
|
-
animationTimingFunction?: import("@stitches
|
|
26
|
-
appearance?: import("@stitches
|
|
27
|
-
aspectRatio?: import("@stitches
|
|
28
|
-
backdropFilter?: import("@stitches
|
|
29
|
-
backfaceVisibility?: import("@stitches
|
|
30
|
-
backgroundAttachment?: import("@stitches
|
|
31
|
-
backgroundBlendMode?: import("@stitches
|
|
32
|
-
backgroundClip?: import("@stitches
|
|
33
|
-
backgroundColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
34
|
-
backgroundImage?: import("@stitches
|
|
35
|
-
backgroundOrigin?: import("@stitches
|
|
36
|
-
backgroundPositionX?: import("@stitches
|
|
37
|
-
backgroundPositionY?: import("@stitches
|
|
38
|
-
backgroundRepeat?: import("@stitches
|
|
39
|
-
backgroundSize?: import("@stitches
|
|
40
|
-
blockOverflow?: import("@stitches
|
|
41
|
-
blockSize?: import("@stitches
|
|
42
|
-
borderBlockColor?: import("@stitches
|
|
43
|
-
borderBlockEndColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
44
|
-
borderBlockEndStyle?: import("@stitches
|
|
45
|
-
borderBlockEndWidth?: import("@stitches
|
|
46
|
-
borderBlockStartColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
47
|
-
borderBlockStartStyle?: import("@stitches
|
|
48
|
-
borderBlockStartWidth?: import("@stitches
|
|
49
|
-
borderBlockStyle?: import("@stitches
|
|
50
|
-
borderBlockWidth?: import("@stitches
|
|
51
|
-
borderBottomColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
52
|
-
borderBottomLeftRadius?: import("@stitches
|
|
53
|
-
borderBottomRightRadius?: import("@stitches
|
|
54
|
-
borderBottomStyle?: import("@stitches
|
|
55
|
-
borderBottomWidth?: import("@stitches
|
|
56
|
-
borderCollapse?: import("@stitches
|
|
57
|
-
borderEndEndRadius?: import("@stitches
|
|
58
|
-
borderEndStartRadius?: import("@stitches
|
|
59
|
-
borderImageOutset?: import("@stitches
|
|
60
|
-
borderImageRepeat?: import("@stitches
|
|
61
|
-
borderImageSlice?: import("@stitches
|
|
62
|
-
borderImageSource?: import("@stitches
|
|
63
|
-
borderImageWidth?: import("@stitches
|
|
64
|
-
borderInlineColor?: import("@stitches
|
|
65
|
-
borderInlineEndColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
66
|
-
borderInlineEndStyle?: import("@stitches
|
|
67
|
-
borderInlineEndWidth?: import("@stitches
|
|
68
|
-
borderInlineStartColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
69
|
-
borderInlineStartStyle?: import("@stitches
|
|
70
|
-
borderInlineStartWidth?: import("@stitches
|
|
71
|
-
borderInlineStyle?: import("@stitches
|
|
72
|
-
borderInlineWidth?: import("@stitches
|
|
73
|
-
borderLeftColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
74
|
-
borderLeftStyle?: import("@stitches
|
|
75
|
-
borderLeftWidth?: import("@stitches
|
|
76
|
-
borderRightColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
77
|
-
borderRightStyle?: import("@stitches
|
|
78
|
-
borderRightWidth?: import("@stitches
|
|
79
|
-
borderSpacing?: import("@stitches
|
|
80
|
-
borderStartEndRadius?: import("@stitches
|
|
81
|
-
borderStartStartRadius?: import("@stitches
|
|
82
|
-
borderTopColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
83
|
-
borderTopLeftRadius?: import("@stitches
|
|
84
|
-
borderTopRightRadius?: import("@stitches
|
|
85
|
-
borderTopStyle?: import("@stitches
|
|
86
|
-
borderTopWidth?: import("@stitches
|
|
87
|
-
bottom?: import("@stitches
|
|
88
|
-
boxDecorationBreak?: import("@stitches
|
|
89
|
-
boxShadow?: import("@stitches
|
|
90
|
-
boxSizing?: import("@stitches
|
|
91
|
-
breakAfter?: import("@stitches
|
|
92
|
-
breakBefore?: import("@stitches
|
|
93
|
-
breakInside?: import("@stitches
|
|
94
|
-
captionSide?: import("@stitches
|
|
95
|
-
caretColor?: import("@stitches
|
|
96
|
-
clear?: import("@stitches
|
|
97
|
-
clipPath?: import("@stitches
|
|
98
|
-
color?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
99
|
-
colorAdjust?: import("@stitches
|
|
100
|
-
colorScheme?: import("@stitches
|
|
101
|
-
columnCount?: import("@stitches
|
|
102
|
-
columnFill?: import("@stitches
|
|
103
|
-
columnGap?: import("@stitches
|
|
104
|
-
columnRuleColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
105
|
-
columnRuleStyle?: import("@stitches
|
|
106
|
-
columnRuleWidth?: import("@stitches
|
|
107
|
-
columnSpan?: import("@stitches
|
|
108
|
-
columnWidth?: import("@stitches
|
|
109
|
-
contain?: import("@stitches
|
|
110
|
-
content?: import("@stitches
|
|
111
|
-
contentVisibility?: import("@stitches
|
|
112
|
-
counterIncrement?: import("@stitches
|
|
113
|
-
counterReset?: import("@stitches
|
|
114
|
-
counterSet?: import("@stitches
|
|
115
|
-
cursor?: import("@stitches
|
|
116
|
-
direction?: import("@stitches
|
|
117
|
-
display?: import("@stitches
|
|
118
|
-
emptyCells?: import("@stitches
|
|
119
|
-
filter?: import("@stitches
|
|
120
|
-
flexBasis?: import("@stitches
|
|
121
|
-
flexDirection?: import("@stitches
|
|
122
|
-
flexGrow?: import("@stitches
|
|
123
|
-
flexShrink?: import("@stitches
|
|
124
|
-
flexWrap?: import("@stitches
|
|
125
|
-
float?: import("@stitches
|
|
126
|
-
fontFamily?: import("@stitches
|
|
127
|
-
fontFeatureSettings?: import("@stitches
|
|
128
|
-
fontKerning?: import("@stitches
|
|
129
|
-
fontLanguageOverride?: import("@stitches
|
|
130
|
-
fontOpticalSizing?: import("@stitches
|
|
131
|
-
fontSize?: import("@stitches
|
|
132
|
-
fontSizeAdjust?: import("@stitches
|
|
133
|
-
fontSmooth?: import("@stitches
|
|
134
|
-
fontStretch?: import("@stitches
|
|
135
|
-
fontStyle?: import("@stitches
|
|
136
|
-
fontSynthesis?: import("@stitches
|
|
137
|
-
fontVariant?: import("@stitches
|
|
138
|
-
fontVariantCaps?: import("@stitches
|
|
139
|
-
fontVariantEastAsian?: import("@stitches
|
|
140
|
-
fontVariantLigatures?: import("@stitches
|
|
141
|
-
fontVariantNumeric?: import("@stitches
|
|
142
|
-
fontVariantPosition?: import("@stitches
|
|
143
|
-
fontVariationSettings?: import("@stitches
|
|
144
|
-
fontWeight?: import("@stitches
|
|
145
|
-
forcedColorAdjust?: import("@stitches
|
|
146
|
-
gridAutoColumns?: import("@stitches
|
|
147
|
-
gridAutoFlow?: import("@stitches
|
|
148
|
-
gridAutoRows?: import("@stitches
|
|
149
|
-
gridColumnEnd?: import("@stitches
|
|
150
|
-
gridColumnStart?: import("@stitches
|
|
151
|
-
gridRowEnd?: import("@stitches
|
|
152
|
-
gridRowStart?: import("@stitches
|
|
153
|
-
gridTemplateAreas?: import("@stitches
|
|
154
|
-
gridTemplateColumns?: import("@stitches
|
|
155
|
-
gridTemplateRows?: import("@stitches
|
|
156
|
-
gridGap?: import("@stitches
|
|
157
|
-
hangingPunctuation?: import("@stitches
|
|
158
|
-
height?: import("@stitches
|
|
159
|
-
hyphens?: import("@stitches
|
|
160
|
-
imageOrientation?: import("@stitches
|
|
161
|
-
imageRendering?: import("@stitches
|
|
162
|
-
imageResolution?: import("@stitches
|
|
163
|
-
initialLetter?: import("@stitches
|
|
164
|
-
inlineSize?: import("@stitches
|
|
165
|
-
inset?: import("@stitches
|
|
166
|
-
insetBlock?: import("@stitches
|
|
167
|
-
insetBlockEnd?: import("@stitches
|
|
168
|
-
insetBlockStart?: import("@stitches
|
|
169
|
-
insetInline?: import("@stitches
|
|
170
|
-
insetInlineEnd?: import("@stitches
|
|
171
|
-
insetInlineStart?: import("@stitches
|
|
172
|
-
isolation?: import("@stitches
|
|
173
|
-
justifyContent?: import("@stitches
|
|
174
|
-
justifyItems?: import("@stitches
|
|
175
|
-
justifySelf?: import("@stitches
|
|
176
|
-
justifyTracks?: import("@stitches
|
|
177
|
-
left?: import("@stitches
|
|
178
|
-
letterSpacing?: import("@stitches
|
|
179
|
-
lineBreak?: import("@stitches
|
|
180
|
-
lineHeight?: import("@stitches
|
|
181
|
-
lineHeightStep?: number | import("@stitches
|
|
182
|
-
listStyleImage?: import("@stitches
|
|
183
|
-
listStylePosition?: import("@stitches
|
|
184
|
-
listStyleType?: import("@stitches
|
|
185
|
-
marginBlock?: import("@stitches
|
|
186
|
-
marginBlockEnd?: import("@stitches
|
|
187
|
-
marginBlockStart?: import("@stitches
|
|
188
|
-
marginBottom?: import("@stitches
|
|
189
|
-
marginInline?: import("@stitches
|
|
190
|
-
marginInlineEnd?: import("@stitches
|
|
191
|
-
marginInlineStart?: import("@stitches
|
|
192
|
-
marginLeft?: import("@stitches
|
|
193
|
-
marginRight?: import("@stitches
|
|
194
|
-
marginTop?: import("@stitches
|
|
195
|
-
maskBorderMode?: import("@stitches
|
|
196
|
-
maskBorderOutset?: import("@stitches
|
|
197
|
-
maskBorderRepeat?: import("@stitches
|
|
198
|
-
maskBorderSlice?: import("@stitches
|
|
199
|
-
maskBorderSource?: import("@stitches
|
|
200
|
-
maskBorderWidth?: import("@stitches
|
|
201
|
-
maskClip?: import("@stitches
|
|
202
|
-
maskComposite?: import("@stitches
|
|
203
|
-
maskImage?: import("@stitches
|
|
204
|
-
maskMode?: import("@stitches
|
|
205
|
-
maskOrigin?: import("@stitches
|
|
206
|
-
maskPosition?: import("@stitches
|
|
207
|
-
maskRepeat?: import("@stitches
|
|
208
|
-
maskSize?: import("@stitches
|
|
209
|
-
maskType?: import("@stitches
|
|
210
|
-
mathStyle?: import("@stitches
|
|
211
|
-
maxBlockSize?: import("@stitches
|
|
212
|
-
maxHeight?: import("@stitches
|
|
213
|
-
maxInlineSize?: import("@stitches
|
|
214
|
-
maxLines?: import("@stitches
|
|
215
|
-
maxWidth?: import("@stitches
|
|
216
|
-
minBlockSize?: import("@stitches
|
|
217
|
-
minHeight?: import("@stitches
|
|
218
|
-
minInlineSize?: import("@stitches
|
|
219
|
-
minWidth?: import("@stitches
|
|
220
|
-
mixBlendMode?: import("@stitches
|
|
221
|
-
motionDistance?: import("@stitches
|
|
222
|
-
motionPath?: import("@stitches
|
|
223
|
-
motionRotation?: import("@stitches
|
|
224
|
-
objectFit?: import("@stitches
|
|
225
|
-
objectPosition?: import("@stitches
|
|
226
|
-
offsetAnchor?: import("@stitches
|
|
227
|
-
offsetDistance?: import("@stitches
|
|
228
|
-
offsetPath?: import("@stitches
|
|
229
|
-
offsetRotate?: import("@stitches
|
|
230
|
-
offsetRotation?: import("@stitches
|
|
231
|
-
opacity?: import("@stitches
|
|
232
|
-
order?: import("@stitches
|
|
233
|
-
orphans?: import("@stitches
|
|
234
|
-
outlineColor?: import("@stitches
|
|
235
|
-
outlineOffset?: number | import("@stitches
|
|
236
|
-
outlineStyle?: import("@stitches
|
|
237
|
-
outlineWidth?: import("@stitches
|
|
238
|
-
overflowAnchor?: import("@stitches
|
|
239
|
-
overflowBlock?: import("@stitches
|
|
240
|
-
overflowClipBox?: import("@stitches
|
|
241
|
-
overflowClipMargin?: import("@stitches
|
|
242
|
-
overflowInline?: import("@stitches
|
|
243
|
-
overflowWrap?: import("@stitches
|
|
244
|
-
overflowX?: import("@stitches
|
|
245
|
-
overflowY?: import("@stitches
|
|
246
|
-
overscrollBehaviorBlock?: import("@stitches
|
|
247
|
-
overscrollBehaviorInline?: import("@stitches
|
|
248
|
-
overscrollBehaviorX?: import("@stitches
|
|
249
|
-
overscrollBehaviorY?: import("@stitches
|
|
250
|
-
paddingBlock?: import("@stitches
|
|
251
|
-
paddingBlockEnd?: import("@stitches
|
|
252
|
-
paddingBlockStart?: import("@stitches
|
|
253
|
-
paddingBottom?: import("@stitches
|
|
254
|
-
paddingInline?: import("@stitches
|
|
255
|
-
paddingInlineEnd?: import("@stitches
|
|
256
|
-
paddingInlineStart?: import("@stitches
|
|
257
|
-
paddingLeft?: import("@stitches
|
|
258
|
-
paddingRight?: import("@stitches
|
|
259
|
-
paddingTop?: import("@stitches
|
|
260
|
-
pageBreakAfter?: import("@stitches
|
|
261
|
-
pageBreakBefore?: import("@stitches
|
|
262
|
-
pageBreakInside?: import("@stitches
|
|
263
|
-
paintOrder?: import("@stitches
|
|
264
|
-
perspective?: import("@stitches
|
|
265
|
-
perspectiveOrigin?: import("@stitches
|
|
266
|
-
placeContent?: import("@stitches
|
|
267
|
-
position?: import("@stitches
|
|
268
|
-
quotes?: import("@stitches
|
|
269
|
-
resize?: import("@stitches
|
|
270
|
-
right?: import("@stitches
|
|
271
|
-
rotate?: import("@stitches
|
|
272
|
-
rowGap?: import("@stitches
|
|
273
|
-
rubyAlign?: import("@stitches
|
|
274
|
-
rubyMerge?: import("@stitches
|
|
275
|
-
rubyPosition?: import("@stitches
|
|
276
|
-
scale?: import("@stitches
|
|
277
|
-
scrollBehavior?: import("@stitches
|
|
278
|
-
scrollMargin?: import("@stitches
|
|
279
|
-
scrollMarginBlock?: import("@stitches
|
|
280
|
-
scrollMarginBlockEnd?: number | import("@stitches
|
|
281
|
-
scrollMarginBlockStart?: number | import("@stitches
|
|
282
|
-
scrollMarginBottom?: number | import("@stitches
|
|
283
|
-
scrollMarginInline?: import("@stitches
|
|
284
|
-
scrollMarginInlineEnd?: number | import("@stitches
|
|
285
|
-
scrollMarginInlineStart?: number | import("@stitches
|
|
286
|
-
scrollMarginLeft?: number | import("@stitches
|
|
287
|
-
scrollMarginRight?: number | import("@stitches
|
|
288
|
-
scrollMarginTop?: number | import("@stitches
|
|
289
|
-
scrollPadding?: import("@stitches
|
|
290
|
-
scrollPaddingBlock?: import("@stitches
|
|
291
|
-
scrollPaddingBlockEnd?: import("@stitches
|
|
292
|
-
scrollPaddingBlockStart?: import("@stitches
|
|
293
|
-
scrollPaddingBottom?: import("@stitches
|
|
294
|
-
scrollPaddingInline?: import("@stitches
|
|
295
|
-
scrollPaddingInlineEnd?: import("@stitches
|
|
296
|
-
scrollPaddingInlineStart?: import("@stitches
|
|
297
|
-
scrollPaddingLeft?: import("@stitches
|
|
298
|
-
scrollPaddingRight?: import("@stitches
|
|
299
|
-
scrollPaddingTop?: import("@stitches
|
|
300
|
-
scrollSnapAlign?: import("@stitches
|
|
301
|
-
scrollSnapMargin?: import("@stitches
|
|
302
|
-
scrollSnapMarginBottom?: number | import("@stitches
|
|
303
|
-
scrollSnapMarginLeft?: number | import("@stitches
|
|
304
|
-
scrollSnapMarginRight?: number | import("@stitches
|
|
305
|
-
scrollSnapMarginTop?: number | import("@stitches
|
|
306
|
-
scrollSnapStop?: import("@stitches
|
|
307
|
-
scrollSnapType?: import("@stitches
|
|
308
|
-
scrollbarColor?: import("@stitches
|
|
309
|
-
scrollbarGutter?: import("@stitches
|
|
310
|
-
scrollbarWidth?: import("@stitches
|
|
311
|
-
shapeImageThreshold?: import("@stitches
|
|
312
|
-
shapeMargin?: import("@stitches
|
|
313
|
-
shapeOutside?: import("@stitches
|
|
314
|
-
tabSize?: import("@stitches
|
|
315
|
-
tableLayout?: import("@stitches
|
|
316
|
-
textAlign?: import("@stitches
|
|
317
|
-
textAlignLast?: import("@stitches
|
|
318
|
-
textCombineUpright?: import("@stitches
|
|
319
|
-
textDecorationColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
320
|
-
textDecorationLine?: import("@stitches
|
|
321
|
-
textDecorationSkip?: import("@stitches
|
|
322
|
-
textDecorationSkipInk?: import("@stitches
|
|
323
|
-
textDecorationStyle?: import("@stitches
|
|
324
|
-
textDecorationThickness?: import("@stitches
|
|
325
|
-
textDecorationWidth?: import("@stitches
|
|
326
|
-
textEmphasisColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@stitches
|
|
327
|
-
textEmphasisPosition?: import("@stitches
|
|
328
|
-
textEmphasisStyle?: import("@stitches
|
|
329
|
-
textIndent?: import("@stitches
|
|
330
|
-
textJustify?: import("@stitches
|
|
331
|
-
textOrientation?: import("@stitches
|
|
332
|
-
textOverflow?: import("@stitches
|
|
333
|
-
textRendering?: import("@stitches
|
|
334
|
-
textShadow?: import("@stitches
|
|
335
|
-
textSizeAdjust?: import("@stitches
|
|
336
|
-
textTransform?: import("@stitches
|
|
337
|
-
textUnderlineOffset?: import("@stitches
|
|
338
|
-
textUnderlinePosition?: import("@stitches
|
|
339
|
-
top?: import("@stitches
|
|
340
|
-
touchAction?: import("@stitches
|
|
341
|
-
transform?: import("@stitches
|
|
342
|
-
transformBox?: import("@stitches
|
|
343
|
-
transformOrigin?: import("@stitches
|
|
344
|
-
transformStyle?: import("@stitches
|
|
345
|
-
transitionDelay?: import("@stitches
|
|
346
|
-
transitionDuration?: import("@stitches
|
|
347
|
-
transitionProperty?: import("@stitches
|
|
348
|
-
transitionTimingFunction?: import("@stitches
|
|
349
|
-
translate?: import("@stitches
|
|
350
|
-
unicodeBidi?: import("@stitches
|
|
351
|
-
userSelect?: import("@stitches
|
|
352
|
-
verticalAlign?: import("@stitches
|
|
353
|
-
visibility?: import("@stitches
|
|
354
|
-
whiteSpace?: import("@stitches
|
|
355
|
-
widows?: import("@stitches
|
|
356
|
-
width?: import("@stitches
|
|
357
|
-
willChange?: import("@stitches
|
|
358
|
-
wordBreak?: import("@stitches
|
|
359
|
-
wordSpacing?: import("@stitches
|
|
360
|
-
wordWrap?: import("@stitches
|
|
361
|
-
writingMode?: import("@stitches
|
|
362
|
-
zIndex?: import("@stitches
|
|
363
|
-
zoom?: import("@stitches
|
|
364
|
-
all?: import("@stitches
|
|
365
|
-
animation?: import("@stitches
|
|
366
|
-
background?: import("@stitches
|
|
367
|
-
backgroundPosition?: import("@stitches
|
|
368
|
-
border?: import("@stitches
|
|
369
|
-
borderBlock?: import("@stitches
|
|
370
|
-
borderBlockEnd?: import("@stitches
|
|
371
|
-
borderBlockStart?: import("@stitches
|
|
372
|
-
borderBottom?: import("@stitches
|
|
373
|
-
borderColor?: import("@stitches
|
|
374
|
-
borderImage?: import("@stitches
|
|
375
|
-
borderInline?: import("@stitches
|
|
376
|
-
borderInlineEnd?: import("@stitches
|
|
377
|
-
borderInlineStart?: import("@stitches
|
|
378
|
-
borderLeft?: import("@stitches
|
|
379
|
-
borderRadius?: import("@stitches
|
|
380
|
-
borderRight?: import("@stitches
|
|
381
|
-
borderStyle?: import("@stitches
|
|
382
|
-
borderTop?: import("@stitches
|
|
383
|
-
borderWidth?: import("@stitches
|
|
384
|
-
columnRule?: import("@stitches
|
|
385
|
-
columns?: import("@stitches
|
|
386
|
-
flex?: import("@stitches
|
|
387
|
-
flexFlow?: import("@stitches
|
|
388
|
-
font?: import("@stitches
|
|
389
|
-
gap?: import("@stitches
|
|
390
|
-
grid?: import("@stitches
|
|
391
|
-
gridArea?: import("@stitches
|
|
392
|
-
gridColumn?: import("@stitches
|
|
393
|
-
gridRow?: import("@stitches
|
|
394
|
-
gridTemplate?: import("@stitches
|
|
395
|
-
lineClamp?: import("@stitches
|
|
396
|
-
listStyle?: import("@stitches
|
|
397
|
-
margin?: import("@stitches
|
|
398
|
-
mask?: import("@stitches
|
|
399
|
-
maskBorder?: import("@stitches
|
|
400
|
-
motion?: import("@stitches
|
|
401
|
-
offset?: import("@stitches
|
|
402
|
-
outline?: import("@stitches
|
|
403
|
-
overflow?: import("@stitches
|
|
404
|
-
overscrollBehavior?: import("@stitches
|
|
405
|
-
padding?: import("@stitches
|
|
406
|
-
placeItems?: import("@stitches
|
|
407
|
-
placeSelf?: import("@stitches
|
|
408
|
-
textDecoration?: import("@stitches
|
|
409
|
-
textEmphasis?: import("@stitches
|
|
410
|
-
transition?: import("@stitches
|
|
411
|
-
alignmentBaseline?: import("@stitches
|
|
412
|
-
baselineShift?: import("@stitches
|
|
413
|
-
clip?: import("@stitches
|
|
414
|
-
clipRule?: import("@stitches
|
|
415
|
-
colorInterpolation?: import("@stitches
|
|
416
|
-
colorRendering?: import("@stitches
|
|
417
|
-
dominantBaseline?: import("@stitches
|
|
418
|
-
fill?: import("@stitches
|
|
419
|
-
fillOpacity?: import("@stitches
|
|
420
|
-
fillRule?: import("@stitches
|
|
421
|
-
floodColor?: import("@stitches
|
|
422
|
-
floodOpacity?: import("@stitches
|
|
423
|
-
glyphOrientationVertical?: import("@stitches
|
|
424
|
-
lightingColor?: import("@stitches
|
|
425
|
-
marker?: import("@stitches
|
|
426
|
-
markerEnd?: import("@stitches
|
|
427
|
-
markerMid?: import("@stitches
|
|
428
|
-
markerStart?: import("@stitches
|
|
429
|
-
shapeRendering?: import("@stitches
|
|
430
|
-
stopColor?: import("@stitches
|
|
431
|
-
stopOpacity?: import("@stitches
|
|
432
|
-
stroke?: import("@stitches
|
|
433
|
-
strokeDasharray?: import("@stitches
|
|
434
|
-
strokeDashoffset?: import("@stitches
|
|
435
|
-
strokeLinecap?: import("@stitches
|
|
436
|
-
strokeLinejoin?: import("@stitches
|
|
437
|
-
strokeMiterlimit?: import("@stitches
|
|
438
|
-
strokeOpacity?: import("@stitches
|
|
439
|
-
strokeWidth?: import("@stitches
|
|
440
|
-
textAnchor?: import("@stitches
|
|
441
|
-
vectorEffect?: import("@stitches
|
|
14
|
+
alignContent?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.AlignContent | undefined;
|
|
15
|
+
alignItems?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.AlignItems | undefined;
|
|
16
|
+
alignSelf?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.AlignSelf | undefined;
|
|
17
|
+
alignTracks?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.AlignTracks | undefined;
|
|
18
|
+
animationDelay?: import("@atom-learning/stitches-react/types/css").OnlyString | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
19
|
+
animationDirection?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.AnimationDirection | undefined;
|
|
20
|
+
animationDuration?: import("@atom-learning/stitches-react/types/css").OnlyString | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
21
|
+
animationFillMode?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.AnimationFillMode | undefined;
|
|
22
|
+
animationIterationCount?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.AnimationIterationCount | undefined;
|
|
23
|
+
animationName?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.AnimationName | undefined;
|
|
24
|
+
animationPlayState?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.AnimationPlayState | undefined;
|
|
25
|
+
animationTimingFunction?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.AnimationTimingFunction | undefined;
|
|
26
|
+
appearance?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Appearance | undefined;
|
|
27
|
+
aspectRatio?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.AspectRatio | undefined;
|
|
28
|
+
backdropFilter?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BackdropFilter | undefined;
|
|
29
|
+
backfaceVisibility?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BackfaceVisibility | undefined;
|
|
30
|
+
backgroundAttachment?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BackgroundAttachment | undefined;
|
|
31
|
+
backgroundBlendMode?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BackgroundBlendMode | undefined;
|
|
32
|
+
backgroundClip?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BackgroundClip | undefined;
|
|
33
|
+
backgroundColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
34
|
+
backgroundImage?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BackgroundImage | undefined;
|
|
35
|
+
backgroundOrigin?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BackgroundOrigin | undefined;
|
|
36
|
+
backgroundPositionX?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BackgroundPositionX | undefined;
|
|
37
|
+
backgroundPositionY?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BackgroundPositionY | undefined;
|
|
38
|
+
backgroundRepeat?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BackgroundRepeat | undefined;
|
|
39
|
+
backgroundSize?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BackgroundSize | undefined;
|
|
40
|
+
blockOverflow?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BlockOverflow | undefined;
|
|
41
|
+
blockSize?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BlockSize | undefined;
|
|
42
|
+
borderBlockColor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderBlockColor | undefined;
|
|
43
|
+
borderBlockEndColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
44
|
+
borderBlockEndStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("inset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid") | undefined;
|
|
45
|
+
borderBlockEndWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (number | "medium" | "thick" | "thin") | undefined;
|
|
46
|
+
borderBlockStartColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
47
|
+
borderBlockStartStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("inset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid") | undefined;
|
|
48
|
+
borderBlockStartWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (number | "medium" | "thick" | "thin") | undefined;
|
|
49
|
+
borderBlockStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("inset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid") | undefined;
|
|
50
|
+
borderBlockWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (number | "medium" | "thick" | "thin") | undefined;
|
|
51
|
+
borderBottomColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
52
|
+
borderBottomLeftRadius?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
53
|
+
borderBottomRightRadius?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
54
|
+
borderBottomStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("inset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid") | undefined;
|
|
55
|
+
borderBottomWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (number | "medium" | "thick" | "thin") | undefined;
|
|
56
|
+
borderCollapse?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderCollapse | undefined;
|
|
57
|
+
borderEndEndRadius?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
58
|
+
borderEndStartRadius?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
59
|
+
borderImageOutset?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
60
|
+
borderImageRepeat?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderImageRepeat | undefined;
|
|
61
|
+
borderImageSlice?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
62
|
+
borderImageSource?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderImageSource | undefined;
|
|
63
|
+
borderImageWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderImageWidth | undefined;
|
|
64
|
+
borderInlineColor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderInlineColor | undefined;
|
|
65
|
+
borderInlineEndColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
66
|
+
borderInlineEndStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("inset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid") | undefined;
|
|
67
|
+
borderInlineEndWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (number | "medium" | "thick" | "thin") | undefined;
|
|
68
|
+
borderInlineStartColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
69
|
+
borderInlineStartStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("inset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid") | undefined;
|
|
70
|
+
borderInlineStartWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (number | "medium" | "thick" | "thin") | undefined;
|
|
71
|
+
borderInlineStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("inset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid") | undefined;
|
|
72
|
+
borderInlineWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (number | "medium" | "thick" | "thin") | undefined;
|
|
73
|
+
borderLeftColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
74
|
+
borderLeftStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("inset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid") | undefined;
|
|
75
|
+
borderLeftWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (number | "medium" | "thick" | "thin") | undefined;
|
|
76
|
+
borderRightColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
77
|
+
borderRightStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("inset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid") | undefined;
|
|
78
|
+
borderRightWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (number | "medium" | "thick" | "thin") | undefined;
|
|
79
|
+
borderSpacing?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
80
|
+
borderStartEndRadius?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
81
|
+
borderStartStartRadius?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
82
|
+
borderTopColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
83
|
+
borderTopLeftRadius?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
84
|
+
borderTopRightRadius?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
85
|
+
borderTopStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("inset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid") | undefined;
|
|
86
|
+
borderTopWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (number | "medium" | "thick" | "thin") | undefined;
|
|
87
|
+
bottom?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Bottom | undefined;
|
|
88
|
+
boxDecorationBreak?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BoxDecorationBreak | undefined;
|
|
89
|
+
boxShadow?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BoxShadow | undefined;
|
|
90
|
+
boxSizing?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BoxSizing | undefined;
|
|
91
|
+
breakAfter?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BreakAfter | undefined;
|
|
92
|
+
breakBefore?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BreakBefore | undefined;
|
|
93
|
+
breakInside?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BreakInside | undefined;
|
|
94
|
+
captionSide?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.CaptionSide | undefined;
|
|
95
|
+
caretColor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.CaretColor | undefined;
|
|
96
|
+
clear?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Clear | undefined;
|
|
97
|
+
clipPath?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ClipPath | undefined;
|
|
98
|
+
color?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
99
|
+
colorAdjust?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ColorAdjust | undefined;
|
|
100
|
+
colorScheme?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ColorScheme | undefined;
|
|
101
|
+
columnCount?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ColumnCount | undefined;
|
|
102
|
+
columnFill?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ColumnFill | undefined;
|
|
103
|
+
columnGap?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ColumnGap | undefined;
|
|
104
|
+
columnRuleColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
105
|
+
columnRuleStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ColumnRuleStyle | undefined;
|
|
106
|
+
columnRuleWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ColumnRuleWidth | undefined;
|
|
107
|
+
columnSpan?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ColumnSpan | undefined;
|
|
108
|
+
columnWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ColumnWidth | undefined;
|
|
109
|
+
contain?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Contain | undefined;
|
|
110
|
+
content?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Content | undefined;
|
|
111
|
+
contentVisibility?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ContentVisibility | undefined;
|
|
112
|
+
counterIncrement?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.CounterIncrement | undefined;
|
|
113
|
+
counterReset?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.CounterReset | undefined;
|
|
114
|
+
counterSet?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.CounterSet | undefined;
|
|
115
|
+
cursor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Cursor | undefined;
|
|
116
|
+
direction?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Direction | undefined;
|
|
117
|
+
display?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Display | undefined;
|
|
118
|
+
emptyCells?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.EmptyCells | undefined;
|
|
119
|
+
filter?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Filter | undefined;
|
|
120
|
+
flexBasis?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FlexBasis | undefined;
|
|
121
|
+
flexDirection?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FlexDirection | undefined;
|
|
122
|
+
flexGrow?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
123
|
+
flexShrink?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").OnlyNumber | undefined;
|
|
124
|
+
flexWrap?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FlexWrap | undefined;
|
|
125
|
+
float?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Float | undefined;
|
|
126
|
+
fontFamily?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontFamily | undefined;
|
|
127
|
+
fontFeatureSettings?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontFeatureSettings | undefined;
|
|
128
|
+
fontKerning?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontKerning | undefined;
|
|
129
|
+
fontLanguageOverride?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontLanguageOverride | undefined;
|
|
130
|
+
fontOpticalSizing?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontOpticalSizing | undefined;
|
|
131
|
+
fontSize?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontSize | undefined;
|
|
132
|
+
fontSizeAdjust?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontSizeAdjust | undefined;
|
|
133
|
+
fontSmooth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontSmooth | undefined;
|
|
134
|
+
fontStretch?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (import("@atom-learning/stitches-react/types/css").OnlyString | "normal" | "condensed" | "expanded" | "extra-condensed" | "extra-expanded" | "semi-condensed" | "semi-expanded" | "ultra-condensed" | "ultra-expanded") | undefined;
|
|
135
|
+
fontStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontStyle | undefined;
|
|
136
|
+
fontSynthesis?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontSynthesis | undefined;
|
|
137
|
+
fontVariant?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontVariant | undefined;
|
|
138
|
+
fontVariantCaps?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontVariantCaps | undefined;
|
|
139
|
+
fontVariantEastAsian?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontVariantEastAsian | undefined;
|
|
140
|
+
fontVariantLigatures?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontVariantLigatures | undefined;
|
|
141
|
+
fontVariantNumeric?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontVariantNumeric | undefined;
|
|
142
|
+
fontVariantPosition?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontVariantPosition | undefined;
|
|
143
|
+
fontVariationSettings?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontVariationSettings | undefined;
|
|
144
|
+
fontWeight?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FontWeight | undefined;
|
|
145
|
+
forcedColorAdjust?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ForcedColorAdjust | undefined;
|
|
146
|
+
gridAutoColumns?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.GridAutoColumns | undefined;
|
|
147
|
+
gridAutoFlow?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.GridAutoFlow | undefined;
|
|
148
|
+
gridAutoRows?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.GridAutoRows | undefined;
|
|
149
|
+
gridColumnEnd?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | "auto") | undefined;
|
|
150
|
+
gridColumnStart?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | "auto") | undefined;
|
|
151
|
+
gridRowEnd?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | "auto") | undefined;
|
|
152
|
+
gridRowStart?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | "auto") | undefined;
|
|
153
|
+
gridTemplateAreas?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.GridTemplateAreas | undefined;
|
|
154
|
+
gridTemplateColumns?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.GridTemplateColumns | undefined;
|
|
155
|
+
gridTemplateRows?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.GridTemplateRows | undefined;
|
|
156
|
+
gridGap?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
157
|
+
hangingPunctuation?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.HangingPunctuation | undefined;
|
|
158
|
+
height?: import("@atom-learning/stitches-react/types/css").Property.Height | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
159
|
+
hyphens?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Hyphens | undefined;
|
|
160
|
+
imageOrientation?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ImageOrientation | undefined;
|
|
161
|
+
imageRendering?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ImageRendering | undefined;
|
|
162
|
+
imageResolution?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ImageResolution | undefined;
|
|
163
|
+
initialLetter?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.InitialLetter | undefined;
|
|
164
|
+
inlineSize?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.InlineSize | undefined;
|
|
165
|
+
inset?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Inset | undefined;
|
|
166
|
+
insetBlock?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.InsetBlock | undefined;
|
|
167
|
+
insetBlockEnd?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.InsetBlockEnd | undefined;
|
|
168
|
+
insetBlockStart?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.InsetBlockStart | undefined;
|
|
169
|
+
insetInline?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.InsetInline | undefined;
|
|
170
|
+
insetInlineEnd?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.InsetInlineEnd | undefined;
|
|
171
|
+
insetInlineStart?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.InsetInlineStart | undefined;
|
|
172
|
+
isolation?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Isolation | undefined;
|
|
173
|
+
justifyContent?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.JustifyContent | undefined;
|
|
174
|
+
justifyItems?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.JustifyItems | undefined;
|
|
175
|
+
justifySelf?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.JustifySelf | undefined;
|
|
176
|
+
justifyTracks?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.JustifyTracks | undefined;
|
|
177
|
+
left?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Left | undefined;
|
|
178
|
+
letterSpacing?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.LetterSpacing | undefined;
|
|
179
|
+
lineBreak?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.LineBreak | undefined;
|
|
180
|
+
lineHeight?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.LineHeight | undefined;
|
|
181
|
+
lineHeightStep?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
182
|
+
listStyleImage?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ListStyleImage | undefined;
|
|
183
|
+
listStylePosition?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ListStylePosition | undefined;
|
|
184
|
+
listStyleType?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ListStyleType | undefined;
|
|
185
|
+
marginBlock?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MarginBlock | undefined;
|
|
186
|
+
marginBlockEnd?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MarginBlockEnd | undefined;
|
|
187
|
+
marginBlockStart?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MarginBlockStart | undefined;
|
|
188
|
+
marginBottom?: import("@atom-learning/stitches-react/types/css").Property.MarginBottom | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
189
|
+
marginInline?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MarginInline | undefined;
|
|
190
|
+
marginInlineEnd?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MarginInlineEnd | undefined;
|
|
191
|
+
marginInlineStart?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MarginInlineStart | undefined;
|
|
192
|
+
marginLeft?: import("@atom-learning/stitches-react/types/css").Property.MarginLeft | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
193
|
+
marginRight?: import("@atom-learning/stitches-react/types/css").Property.MarginRight | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
194
|
+
marginTop?: import("@atom-learning/stitches-react/types/css").Property.MarginTop | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
195
|
+
maskBorderMode?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskBorderMode | undefined;
|
|
196
|
+
maskBorderOutset?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
197
|
+
maskBorderRepeat?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskBorderRepeat | undefined;
|
|
198
|
+
maskBorderSlice?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
199
|
+
maskBorderSource?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskBorderSource | undefined;
|
|
200
|
+
maskBorderWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskBorderWidth | undefined;
|
|
201
|
+
maskClip?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskClip | undefined;
|
|
202
|
+
maskComposite?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskComposite | undefined;
|
|
203
|
+
maskImage?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskImage | undefined;
|
|
204
|
+
maskMode?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskMode | undefined;
|
|
205
|
+
maskOrigin?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskOrigin | undefined;
|
|
206
|
+
maskPosition?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskPosition | undefined;
|
|
207
|
+
maskRepeat?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskRepeat | undefined;
|
|
208
|
+
maskSize?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskSize | undefined;
|
|
209
|
+
maskType?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskType | undefined;
|
|
210
|
+
mathStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MathStyle | undefined;
|
|
211
|
+
maxBlockSize?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaxBlockSize | undefined;
|
|
212
|
+
maxHeight?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaxHeight | undefined;
|
|
213
|
+
maxInlineSize?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaxInlineSize | undefined;
|
|
214
|
+
maxLines?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaxLines | undefined;
|
|
215
|
+
maxWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaxWidth | undefined;
|
|
216
|
+
minBlockSize?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MinBlockSize | undefined;
|
|
217
|
+
minHeight?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MinHeight | undefined;
|
|
218
|
+
minInlineSize?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MinInlineSize | undefined;
|
|
219
|
+
minWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MinWidth | undefined;
|
|
220
|
+
mixBlendMode?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("color" | "normal" | "color-burn" | "color-dodge" | "darken" | "difference" | "exclusion" | "hard-light" | "hue" | "lighten" | "luminosity" | "multiply" | "overlay" | "saturation" | "screen" | "soft-light") | undefined;
|
|
221
|
+
motionDistance?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
222
|
+
motionPath?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OffsetPath | undefined;
|
|
223
|
+
motionRotation?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OffsetRotate | undefined;
|
|
224
|
+
objectFit?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ObjectFit | undefined;
|
|
225
|
+
objectPosition?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("bottom" | "left" | "right" | "top" | "center" | import("@atom-learning/stitches-react/types/css").OnlyStringNumeric) | undefined;
|
|
226
|
+
offsetAnchor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OffsetAnchor | undefined;
|
|
227
|
+
offsetDistance?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
228
|
+
offsetPath?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OffsetPath | undefined;
|
|
229
|
+
offsetRotate?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OffsetRotate | undefined;
|
|
230
|
+
offsetRotation?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OffsetRotate | undefined;
|
|
231
|
+
opacity?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
232
|
+
order?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").OnlyNumber | undefined;
|
|
233
|
+
orphans?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").OnlyNumber | undefined;
|
|
234
|
+
outlineColor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OutlineColor | undefined;
|
|
235
|
+
outlineOffset?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
236
|
+
outlineStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OutlineStyle | undefined;
|
|
237
|
+
outlineWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | (number | "medium" | "thick" | "thin") | undefined;
|
|
238
|
+
overflowAnchor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverflowAnchor | undefined;
|
|
239
|
+
overflowBlock?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverflowBlock | undefined;
|
|
240
|
+
overflowClipBox?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverflowClipBox | undefined;
|
|
241
|
+
overflowClipMargin?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverflowClipMargin | undefined;
|
|
242
|
+
overflowInline?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverflowInline | undefined;
|
|
243
|
+
overflowWrap?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverflowWrap | undefined;
|
|
244
|
+
overflowX?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverflowX | undefined;
|
|
245
|
+
overflowY?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverflowY | undefined;
|
|
246
|
+
overscrollBehaviorBlock?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverscrollBehaviorBlock | undefined;
|
|
247
|
+
overscrollBehaviorInline?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverscrollBehaviorInline | undefined;
|
|
248
|
+
overscrollBehaviorX?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverscrollBehaviorX | undefined;
|
|
249
|
+
overscrollBehaviorY?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverscrollBehaviorY | undefined;
|
|
250
|
+
paddingBlock?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
251
|
+
paddingBlockEnd?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
252
|
+
paddingBlockStart?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
253
|
+
paddingBottom?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
254
|
+
paddingInline?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
255
|
+
paddingInlineEnd?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
256
|
+
paddingInlineStart?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
257
|
+
paddingLeft?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
258
|
+
paddingRight?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
259
|
+
paddingTop?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
260
|
+
pageBreakAfter?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.PageBreakAfter | undefined;
|
|
261
|
+
pageBreakBefore?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.PageBreakBefore | undefined;
|
|
262
|
+
pageBreakInside?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.PageBreakInside | undefined;
|
|
263
|
+
paintOrder?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.PaintOrder | undefined;
|
|
264
|
+
perspective?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Perspective | undefined;
|
|
265
|
+
perspectiveOrigin?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ("bottom" | "left" | "right" | "top" | "center" | import("@atom-learning/stitches-react/types/css").OnlyStringNumeric) | undefined;
|
|
266
|
+
placeContent?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.PlaceContent | undefined;
|
|
267
|
+
position?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Position | undefined;
|
|
268
|
+
quotes?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Quotes | undefined;
|
|
269
|
+
resize?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Resize | undefined;
|
|
270
|
+
right?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Right | undefined;
|
|
271
|
+
rotate?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Rotate | undefined;
|
|
272
|
+
rowGap?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.RowGap | undefined;
|
|
273
|
+
rubyAlign?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.RubyAlign | undefined;
|
|
274
|
+
rubyMerge?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.RubyMerge | undefined;
|
|
275
|
+
rubyPosition?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.RubyPosition | undefined;
|
|
276
|
+
scale?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Scale | undefined;
|
|
277
|
+
scrollBehavior?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollBehavior | undefined;
|
|
278
|
+
scrollMargin?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
279
|
+
scrollMarginBlock?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
280
|
+
scrollMarginBlockEnd?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
281
|
+
scrollMarginBlockStart?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
282
|
+
scrollMarginBottom?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
283
|
+
scrollMarginInline?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
284
|
+
scrollMarginInlineEnd?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
285
|
+
scrollMarginInlineStart?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
286
|
+
scrollMarginLeft?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
287
|
+
scrollMarginRight?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
288
|
+
scrollMarginTop?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
289
|
+
scrollPadding?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollPadding | undefined;
|
|
290
|
+
scrollPaddingBlock?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollPaddingBlock | undefined;
|
|
291
|
+
scrollPaddingBlockEnd?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollPaddingBlockEnd | undefined;
|
|
292
|
+
scrollPaddingBlockStart?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollPaddingBlockStart | undefined;
|
|
293
|
+
scrollPaddingBottom?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollPaddingBottom | undefined;
|
|
294
|
+
scrollPaddingInline?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollPaddingInline | undefined;
|
|
295
|
+
scrollPaddingInlineEnd?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollPaddingInlineEnd | undefined;
|
|
296
|
+
scrollPaddingInlineStart?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollPaddingInlineStart | undefined;
|
|
297
|
+
scrollPaddingLeft?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollPaddingLeft | undefined;
|
|
298
|
+
scrollPaddingRight?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollPaddingRight | undefined;
|
|
299
|
+
scrollPaddingTop?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollPaddingTop | undefined;
|
|
300
|
+
scrollSnapAlign?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollSnapAlign | undefined;
|
|
301
|
+
scrollSnapMargin?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
302
|
+
scrollSnapMarginBottom?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
303
|
+
scrollSnapMarginLeft?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
304
|
+
scrollSnapMarginRight?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
305
|
+
scrollSnapMarginTop?: number | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
306
|
+
scrollSnapStop?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollSnapStop | undefined;
|
|
307
|
+
scrollSnapType?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollSnapType | undefined;
|
|
308
|
+
scrollbarColor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollbarColor | undefined;
|
|
309
|
+
scrollbarGutter?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollbarGutter | undefined;
|
|
310
|
+
scrollbarWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ScrollbarWidth | undefined;
|
|
311
|
+
shapeImageThreshold?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
312
|
+
shapeMargin?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
313
|
+
shapeOutside?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ShapeOutside | undefined;
|
|
314
|
+
tabSize?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TabSize | undefined;
|
|
315
|
+
tableLayout?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TableLayout | undefined;
|
|
316
|
+
textAlign?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextAlign | undefined;
|
|
317
|
+
textAlignLast?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextAlignLast | undefined;
|
|
318
|
+
textCombineUpright?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextCombineUpright | undefined;
|
|
319
|
+
textDecorationColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
320
|
+
textDecorationLine?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextDecorationLine | undefined;
|
|
321
|
+
textDecorationSkip?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextDecorationSkip | undefined;
|
|
322
|
+
textDecorationSkipInk?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextDecorationSkipInk | undefined;
|
|
323
|
+
textDecorationStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextDecorationStyle | undefined;
|
|
324
|
+
textDecorationThickness?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextDecorationThickness | undefined;
|
|
325
|
+
textDecorationWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextDecorationThickness | undefined;
|
|
326
|
+
textEmphasisColor?: (("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
327
|
+
textEmphasisPosition?: import("@atom-learning/stitches-react/types/css").OnlyString | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
328
|
+
textEmphasisStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextEmphasisStyle | undefined;
|
|
329
|
+
textIndent?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
330
|
+
textJustify?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextJustify | undefined;
|
|
331
|
+
textOrientation?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextOrientation | undefined;
|
|
332
|
+
textOverflow?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextOverflow | undefined;
|
|
333
|
+
textRendering?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextRendering | undefined;
|
|
334
|
+
textShadow?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextShadow | undefined;
|
|
335
|
+
textSizeAdjust?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextSizeAdjust | undefined;
|
|
336
|
+
textTransform?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextTransform | undefined;
|
|
337
|
+
textUnderlineOffset?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextUnderlineOffset | undefined;
|
|
338
|
+
textUnderlinePosition?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextUnderlinePosition | undefined;
|
|
339
|
+
top?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Top | undefined;
|
|
340
|
+
touchAction?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TouchAction | undefined;
|
|
341
|
+
transform?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Transform | undefined;
|
|
342
|
+
transformBox?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TransformBox | undefined;
|
|
343
|
+
transformOrigin?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TransformOrigin | undefined;
|
|
344
|
+
transformStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TransformStyle | undefined;
|
|
345
|
+
transitionDelay?: import("@atom-learning/stitches-react/types/css").OnlyString | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
346
|
+
transitionDuration?: import("@atom-learning/stitches-react/types/css").OnlyString | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
347
|
+
transitionProperty?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TransitionProperty | undefined;
|
|
348
|
+
transitionTimingFunction?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TransitionTimingFunction | undefined;
|
|
349
|
+
translate?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Translate | undefined;
|
|
350
|
+
unicodeBidi?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.UnicodeBidi | undefined;
|
|
351
|
+
userSelect?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.UserSelect | undefined;
|
|
352
|
+
verticalAlign?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.VerticalAlign | undefined;
|
|
353
|
+
visibility?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Visibility | undefined;
|
|
354
|
+
whiteSpace?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.WhiteSpace | undefined;
|
|
355
|
+
widows?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").OnlyNumber | undefined;
|
|
356
|
+
width?: import("@atom-learning/stitches-react/types/css").Property.Width | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
357
|
+
willChange?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.WillChange | undefined;
|
|
358
|
+
wordBreak?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.WordBreak | undefined;
|
|
359
|
+
wordSpacing?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.WordSpacing | undefined;
|
|
360
|
+
wordWrap?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.WordWrap | undefined;
|
|
361
|
+
writingMode?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.WritingMode | undefined;
|
|
362
|
+
zIndex?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ZIndex | undefined;
|
|
363
|
+
zoom?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Zoom | undefined;
|
|
364
|
+
all?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
365
|
+
animation?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Animation | undefined;
|
|
366
|
+
background?: import("@atom-learning/stitches-react/types/css").Property.Background | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
367
|
+
backgroundPosition?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BackgroundPosition | undefined;
|
|
368
|
+
border?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Border | undefined;
|
|
369
|
+
borderBlock?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderBlock | undefined;
|
|
370
|
+
borderBlockEnd?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderBlockEnd | undefined;
|
|
371
|
+
borderBlockStart?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderBlockStart | undefined;
|
|
372
|
+
borderBottom?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderBottom | undefined;
|
|
373
|
+
borderColor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderColor | undefined;
|
|
374
|
+
borderImage?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderImage | undefined;
|
|
375
|
+
borderInline?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderInline | undefined;
|
|
376
|
+
borderInlineEnd?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderInlineEnd | undefined;
|
|
377
|
+
borderInlineStart?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderInlineStart | undefined;
|
|
378
|
+
borderLeft?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderLeft | undefined;
|
|
379
|
+
borderRadius?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
380
|
+
borderRight?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderRight | undefined;
|
|
381
|
+
borderStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderStyle | undefined;
|
|
382
|
+
borderTop?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderTop | undefined;
|
|
383
|
+
borderWidth?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BorderWidth | undefined;
|
|
384
|
+
columnRule?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ColumnRule | undefined;
|
|
385
|
+
columns?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Columns | undefined;
|
|
386
|
+
flex?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Flex | undefined;
|
|
387
|
+
flexFlow?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FlexFlow | undefined;
|
|
388
|
+
font?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Font | undefined;
|
|
389
|
+
gap?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Gap | undefined;
|
|
390
|
+
grid?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Grid | undefined;
|
|
391
|
+
gridArea?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.GridArea | undefined;
|
|
392
|
+
gridColumn?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.GridColumn | undefined;
|
|
393
|
+
gridRow?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.GridRow | undefined;
|
|
394
|
+
gridTemplate?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.GridTemplate | undefined;
|
|
395
|
+
lineClamp?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.LineClamp | undefined;
|
|
396
|
+
listStyle?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ListStyle | undefined;
|
|
397
|
+
margin?: import("@atom-learning/stitches-react/types/css").Property.Margin | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
398
|
+
mask?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Mask | undefined;
|
|
399
|
+
maskBorder?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MaskBorder | undefined;
|
|
400
|
+
motion?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Offset | undefined;
|
|
401
|
+
offset?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Offset | undefined;
|
|
402
|
+
outline?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Outline | undefined;
|
|
403
|
+
overflow?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Overflow | undefined;
|
|
404
|
+
overscrollBehavior?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.OverscrollBehavior | undefined;
|
|
405
|
+
padding?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
406
|
+
placeItems?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.PlaceItems | undefined;
|
|
407
|
+
placeSelf?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.PlaceSelf | undefined;
|
|
408
|
+
textDecoration?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextDecoration | undefined;
|
|
409
|
+
textEmphasis?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextEmphasis | undefined;
|
|
410
|
+
transition?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Transition | undefined;
|
|
411
|
+
alignmentBaseline?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.AlignmentBaseline | undefined;
|
|
412
|
+
baselineShift?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.BaselineShift | undefined;
|
|
413
|
+
clip?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Clip | undefined;
|
|
414
|
+
clipRule?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ClipRule | undefined;
|
|
415
|
+
colorInterpolation?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ColorInterpolation | undefined;
|
|
416
|
+
colorRendering?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ColorRendering | undefined;
|
|
417
|
+
dominantBaseline?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.DominantBaseline | undefined;
|
|
418
|
+
fill?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ((("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | "none" | "child" | "context-fill" | "context-stroke") | undefined;
|
|
419
|
+
fillOpacity?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").OnlyNumber | undefined;
|
|
420
|
+
fillRule?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FillRule | undefined;
|
|
421
|
+
floodColor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.FloodColor | undefined;
|
|
422
|
+
floodOpacity?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").OnlyNumber | undefined;
|
|
423
|
+
glyphOrientationVertical?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.GlyphOrientationVertical | undefined;
|
|
424
|
+
lightingColor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.LightingColor | undefined;
|
|
425
|
+
marker?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.Marker | undefined;
|
|
426
|
+
markerEnd?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MarkerEnd | undefined;
|
|
427
|
+
markerMid?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MarkerMid | undefined;
|
|
428
|
+
markerStart?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.MarkerStart | undefined;
|
|
429
|
+
shapeRendering?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.ShapeRendering | undefined;
|
|
430
|
+
stopColor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.StopColor | undefined;
|
|
431
|
+
stopOpacity?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").OnlyNumber | undefined;
|
|
432
|
+
stroke?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | ((("AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "transparent" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(" | import("@atom-learning/stitches-react/types/css").OnlyString) | "none" | "child" | "context-fill" | "context-stroke") | undefined;
|
|
433
|
+
strokeDasharray?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.StrokeDasharray | undefined;
|
|
434
|
+
strokeDashoffset?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
435
|
+
strokeLinecap?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.StrokeLinecap | undefined;
|
|
436
|
+
strokeLinejoin?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.StrokeLinejoin | undefined;
|
|
437
|
+
strokeMiterlimit?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").OnlyNumber | undefined;
|
|
438
|
+
strokeOpacity?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").OnlyNumber | undefined;
|
|
439
|
+
strokeWidth?: import("@atom-learning/stitches-react/types/css").OnlyStringNumeric | import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | undefined;
|
|
440
|
+
textAnchor?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.TextAnchor | undefined;
|
|
441
|
+
vectorEffect?: import("@atom-learning/stitches-react/types/css").Globals | import("@atom-learning/stitches-react/types/theme").ScaleValue | import("@atom-learning/stitches-react/types/util").Index | import("@atom-learning/stitches-react/types/css").Property.VectorEffect | undefined;
|
|
442
442
|
};
|
|
443
443
|
'&[aria-current="page"], &:focus': {
|
|
444
444
|
'&::before': {
|
|
@@ -459,7 +459,7 @@ export declare const itemStyles: {
|
|
|
459
459
|
textDecoration: string;
|
|
460
460
|
};
|
|
461
461
|
};
|
|
462
|
-
export declare const DropdownMenuItem: import("@stitches
|
|
462
|
+
export declare const DropdownMenuItem: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuItemProps & import("react").RefAttributes<HTMLDivElement>>, {}, {
|
|
463
463
|
sm: string;
|
|
464
464
|
md: string;
|
|
465
465
|
lg: string;
|
|
@@ -467,7 +467,7 @@ export declare const DropdownMenuItem: import("@stitches/react/types/styled-comp
|
|
|
467
467
|
reducedMotion: string;
|
|
468
468
|
allowMotion: string;
|
|
469
469
|
hover: string;
|
|
470
|
-
}, import("@stitches
|
|
470
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
471
471
|
sm: string;
|
|
472
472
|
md: string;
|
|
473
473
|
lg: string;
|
|
@@ -507,6 +507,18 @@ export declare const DropdownMenuItem: import("@stitches/react/types/styled-comp
|
|
|
507
507
|
blue1000: any;
|
|
508
508
|
blue1100: any;
|
|
509
509
|
blue1200: any;
|
|
510
|
+
pink100: any;
|
|
511
|
+
pink200: any;
|
|
512
|
+
pink300: any;
|
|
513
|
+
pink400: any;
|
|
514
|
+
pink500: any;
|
|
515
|
+
pink600: any;
|
|
516
|
+
pink700: any;
|
|
517
|
+
pink800: any;
|
|
518
|
+
pink900: any;
|
|
519
|
+
pink1000: any;
|
|
520
|
+
pink1100: any;
|
|
521
|
+
pink1200: any;
|
|
510
522
|
purple100: any;
|
|
511
523
|
purple200: any;
|
|
512
524
|
purple300: any;
|
|
@@ -651,26 +663,11 @@ export declare const DropdownMenuItem: import("@stitches/react/types/styled-comp
|
|
|
651
663
|
marsh1000: any;
|
|
652
664
|
marsh1100: any;
|
|
653
665
|
marsh1200: any;
|
|
654
|
-
tonal50: any;
|
|
655
|
-
tonal100: any;
|
|
656
|
-
tonal200: any;
|
|
657
|
-
tonal300: any;
|
|
658
|
-
tonal400: any;
|
|
659
|
-
tonal500: any;
|
|
660
|
-
tonal600: any;
|
|
661
666
|
alpha100: any;
|
|
662
667
|
alpha150: any;
|
|
663
668
|
alpha200: any;
|
|
664
669
|
alpha250: any;
|
|
665
670
|
alpha600: any;
|
|
666
|
-
brandRed: any;
|
|
667
|
-
brandRedAccent: any;
|
|
668
|
-
brandGreen: any;
|
|
669
|
-
brandGreenAccent: any;
|
|
670
|
-
brandPurple: any;
|
|
671
|
-
brandPurpleAccent: any;
|
|
672
|
-
brandYellow: any;
|
|
673
|
-
brandYellowAccent: any;
|
|
674
671
|
infoLight: any;
|
|
675
672
|
info: any;
|
|
676
673
|
infoMid: any;
|
|
@@ -771,58 +768,58 @@ export declare const DropdownMenuItem: import("@stitches/react/types/styled-comp
|
|
|
771
768
|
"1-1": any;
|
|
772
769
|
"3-4": any;
|
|
773
770
|
};
|
|
774
|
-
}, import("@stitches
|
|
775
|
-
bg: (value: import("@stitches
|
|
776
|
-
background: import("@stitches
|
|
771
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
772
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
773
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
777
774
|
};
|
|
778
|
-
size: (value: string | number | import("@stitches
|
|
779
|
-
height: string | number | import("@stitches
|
|
780
|
-
width: string | number | import("@stitches
|
|
775
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
776
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
777
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
781
778
|
};
|
|
782
|
-
p: (value: string | number | import("@stitches
|
|
783
|
-
padding: string | number | import("@stitches
|
|
779
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
780
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
784
781
|
};
|
|
785
|
-
pt: (value: string | number | import("@stitches
|
|
786
|
-
paddingTop: string | number | import("@stitches
|
|
782
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
783
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
787
784
|
};
|
|
788
|
-
pr: (value: string | number | import("@stitches
|
|
789
|
-
paddingRight: string | number | import("@stitches
|
|
785
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
786
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
790
787
|
};
|
|
791
|
-
pb: (value: string | number | import("@stitches
|
|
792
|
-
paddingBottom: string | number | import("@stitches
|
|
788
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
789
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
793
790
|
};
|
|
794
|
-
pl: (value: string | number | import("@stitches
|
|
795
|
-
paddingLeft: string | number | import("@stitches
|
|
791
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
792
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
796
793
|
};
|
|
797
|
-
px: (value: string | number | import("@stitches
|
|
798
|
-
paddingLeft: string | number | import("@stitches
|
|
799
|
-
paddingRight: string | number | import("@stitches
|
|
794
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
795
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
796
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
800
797
|
};
|
|
801
|
-
py: (value: string | number | import("@stitches
|
|
802
|
-
paddingTop: string | number | import("@stitches
|
|
803
|
-
paddingBottom: string | number | import("@stitches
|
|
798
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
799
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
800
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
804
801
|
};
|
|
805
|
-
m: (value: string | number | import("@stitches
|
|
806
|
-
margin: string | number | import("@stitches
|
|
802
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
803
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
807
804
|
};
|
|
808
|
-
mt: (value: string | number | import("@stitches
|
|
809
|
-
marginTop: string | number | import("@stitches
|
|
805
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
806
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
810
807
|
};
|
|
811
|
-
mr: (value: string | number | import("@stitches
|
|
812
|
-
marginRight: string | number | import("@stitches
|
|
808
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
809
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
813
810
|
};
|
|
814
|
-
mb: (value: string | number | import("@stitches
|
|
815
|
-
marginBottom: string | number | import("@stitches
|
|
811
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
812
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
816
813
|
};
|
|
817
|
-
ml: (value: string | number | import("@stitches
|
|
818
|
-
marginLeft: string | number | import("@stitches
|
|
814
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
815
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
819
816
|
};
|
|
820
|
-
mx: (value: string | number | import("@stitches
|
|
821
|
-
marginLeft: string | number | import("@stitches
|
|
822
|
-
marginRight: string | number | import("@stitches
|
|
817
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
818
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
819
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
823
820
|
};
|
|
824
|
-
my: (value: string | number | import("@stitches
|
|
825
|
-
marginTop: string | number | import("@stitches
|
|
826
|
-
marginBottom: string | number | import("@stitches
|
|
821
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
822
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
823
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
827
824
|
};
|
|
828
825
|
}>>;
|