@atom-learning/components 4.0.0-beta.8 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +231 -0
- package/dist/components/accordion/Accordion.d.ts +294 -309
- package/dist/components/accordion/AccordionContent.d.ts +292 -307
- package/dist/components/accordion/AccordionItem.d.ts +292 -307
- package/dist/components/accordion/AccordionTrigger.d.ts +294 -689
- 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 +294 -309
- 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 +645 -677
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +292 -307
- 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 +1 -1
- package/dist/components/alert-dialog/alert-context/reducer.d.ts +2 -2
- package/dist/components/alert-dialog/alert-context/types.d.ts +3 -3
- package/dist/components/avatar/Avatar.d.ts +589 -1006
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/avatar/AvatarInitial.js +1 -1
- package/dist/components/avatar/AvatarInitial.js.map +1 -1
- package/dist/components/badge/Badge.context.d.ts +2 -2
- package/dist/components/badge/Badge.d.ts +1824 -1916
- package/dist/components/badge/BadgeIcon.d.ts +585 -615
- package/dist/components/badge/BadgeText.d.ts +589 -619
- package/dist/components/banner/Banner.d.ts +0 -1
- package/dist/components/banner/BannerContainer.d.ts +588 -618
- package/dist/components/banner/BannerContext.d.ts +2 -2
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +1387 -3028
- package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +584 -614
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +588 -618
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +1388 -2642
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +293 -308
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +587 -617
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +588 -618
- package/dist/components/box/Box.d.ts +292 -307
- package/dist/components/button/Button.d.ts +293 -308
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Calendar.d.ts +2 -2
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/components/calendar/Calendar.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +292 -307
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/carousel/Carousel.d.ts +935 -1364
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +293 -309
- package/dist/components/carousel/CarouselPagination.js +1 -1
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +293 -308
- package/dist/components/carousel/CarouselSlider.d.ts +293 -309
- package/dist/components/checkbox/Checkbox.d.ts +292 -307
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +895 -940
- package/dist/components/checkbox-group/CheckboxGroup.types.d.ts +1 -1
- package/dist/components/checkbox-group/CheckboxGroupAllItem.d.ts +1 -1
- package/dist/components/checkbox-group/CheckboxGroupItem.d.ts +1 -1
- package/dist/components/checkbox-group/CheckboxGroupSub.d.ts +1 -1
- package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +2 -2
- package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +1321 -1381
- package/dist/components/checkbox-tree/CheckboxTreeCollapsible.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTreeCollapsibleContent.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTreeCollapsibleTrigger.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTreeItem.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTreeItemContent.d.ts +1 -1
- package/dist/components/chip/Chip.d.ts +2058 -2163
- package/dist/components/chip/Chip.js +1 -1
- package/dist/components/chip/Chip.js.map +1 -1
- package/dist/components/chip/ChipGroup.d.ts +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +883 -1314
- 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-dismissible-group/ChipDismissibleGroupRoot.d.ts +1 -1
- package/dist/components/chip-dismissible-group/index.d.ts +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +883 -1314
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +1 -1
- package/dist/components/chip-toggle-group/index.d.ts +1 -1
- package/dist/components/combobox/Combobox.d.ts +1464 -1540
- package/dist/components/combobox/ComboboxInput.d.ts +294 -309
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +293 -308
- package/dist/components/combobox/ComboboxOption.d.ts +293 -308
- package/dist/components/combobox/ComboboxOption.js +1 -1
- package/dist/components/combobox/ComboboxOption.js.map +1 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +293 -308
- 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 +2 -2
- package/dist/components/data-table/DataTable.d.ts +3354 -3538
- package/dist/components/data-table/DataTable.types.d.ts +7 -7
- package/dist/components/data-table/DataTableBody.d.ts +1 -1
- package/dist/components/data-table/DataTableBulkActions.d.ts +4 -7
- package/dist/components/data-table/DataTableContext.d.ts +1 -1
- package/dist/components/data-table/DataTableDataCell.d.ts +1 -1
- package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
- package/dist/components/data-table/DataTableError.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 +295 -310
- package/dist/components/data-table/DataTableMetaData.d.ts +7 -7
- package/dist/components/data-table/DataTableRow.d.ts +1 -1
- package/dist/components/data-table/DataTableRowSelectionCheckbox.d.ts +2 -2
- package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +1 -1
- 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 +1 -1
- 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 +293 -308
- package/dist/components/date-field/DateField.d.ts +1 -1
- package/dist/components/date-input/DateInput.d.ts +1 -1
- package/dist/components/dialog/Dialog.d.ts +1465 -2316
- package/dist/components/dialog/DialogBackground.d.ts +584 -614
- package/dist/components/dialog/DialogClose.d.ts +292 -308
- package/dist/components/dialog/DialogContent.d.ts +294 -309
- package/dist/components/dialog/DialogContent.js +1 -1
- package/dist/components/dialog/DialogContent.js.map +1 -1
- package/dist/components/dialog/DialogHeading.js +1 -1
- package/dist/components/dialog/DialogHeading.js.map +1 -1
- package/dist/components/dismissible/index.d.ts +0 -1
- package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
- package/dist/components/dismissible-group/index.d.ts +0 -1
- package/dist/components/divider/Divider.d.ts +292 -307
- package/dist/components/divider/Divider.js +1 -1
- package/dist/components/divider/Divider.js.map +1 -1
- package/dist/components/drawer/Drawer.context.d.ts +1 -1
- package/dist/components/drawer/Drawer.d.ts +1171 -2018
- package/dist/components/drawer/DrawerClose.d.ts +1 -1
- package/dist/components/drawer/DrawerContent.d.ts +293 -308
- package/dist/components/drawer/DrawerFooter.d.ts +292 -307
- package/dist/components/drawer/DrawerHeader.d.ts +292 -307
- package/dist/components/drawer/DrawerMain.d.ts +292 -307
- package/dist/components/drawer/DrawerOverlay.d.ts +292 -308
- package/dist/components/drawer/DrawerTrigger.d.ts +292 -308
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +1462 -1916
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +292 -308
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +292 -308
- 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 +1 -381
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +292 -308
- 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 +292 -308
- package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
- package/dist/components/empty-state/EmptyState.d.ts +2058 -2163
- package/dist/components/empty-state/EmptyStateBody.d.ts +589 -619
- 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 +587 -617
- package/dist/components/empty-state/EmptyStateTitle.d.ts +294 -309
- 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 +2 -2
- 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 +295 -310
- package/dist/components/form/Form.d.ts +293 -308
- package/dist/components/form/validation.d.ts +5 -5
- package/dist/components/grid/Grid.d.ts +293 -308
- package/dist/components/heading/Heading.d.ts +294 -309
- package/dist/components/icon/Icon.d.ts +293 -308
- package/dist/components/image/Image.d.ts +293 -308
- 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 +588 -618
- package/dist/components/inline-message/InlineMessage.types.d.ts +1 -1
- package/dist/components/input/Input.d.ts +882 -927
- 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 +1 -1
- 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 +1123 -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 +293 -308
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- package/dist/components/link/Link.d.ts +294 -309
- package/dist/components/list/List.d.ts +587 -617
- package/dist/components/loader/Loader.d.ts +1 -1
- package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownCode.d.ts +1 -1
- 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 +293 -308
- package/dist/components/markdown-content/components/MarkdownHeading.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +1 -1
- 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 +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
- package/dist/components/navigation/NavigationMenu.d.ts +2783 -2180
- 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 +293 -308
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +587 -617
- package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
- package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +292 -307
- package/dist/components/navigation/NavigationMenuLink.d.ts +292 -307
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +3308 -3475
- 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/NavigationMenuVerticalAccordion.d.ts +2 -2
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +293 -308
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +293 -308
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +585 -615
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +293 -308
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItemContent.d.ts +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +293 -308
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +292 -308
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +588 -618
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -1
- package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
- package/dist/components/number-input/NumberInputStepper.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/pagination/Pagination.d.ts +1 -3
- package/dist/components/pagination/PaginationItems.d.ts +0 -1
- package/dist/components/pagination/PaginationNextButton.d.ts +587 -617
- package/dist/components/pagination/PaginationPopover.js +1 -1
- package/dist/components/pagination/PaginationPopover.js.map +1 -1
- package/dist/components/pagination/PaginationPreviousButton.d.ts +587 -617
- package/dist/components/pagination/types.d.ts +3 -4
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/password-input/PasswordInput.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +586 -616
- package/dist/components/popover/PopoverContent.d.ts +293 -308
- package/dist/components/progress-bar/ProgressBar.d.ts +293 -308
- 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 +293 -308
- 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 +292 -308
- package/dist/components/radio-button-field/RadioButtonField.d.ts +299 -314
- package/dist/components/radio-button-field/RadioField.d.ts +1 -1
- package/dist/components/radio-card/RadioCard.d.ts +293 -308
- 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 +1 -1
- package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
- package/dist/components/search-field/SearchField.d.ts +1 -1
- package/dist/components/search-input/SearchInput.d.ts +1 -1
- 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 +592 -2573
- package/dist/components/section-message/SectionMessageContext.d.ts +2 -2
- package/dist/components/section-message/SectionMessageIcon.d.ts +1 -1
- package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
- package/dist/components/select/Select.d.ts +293 -308
- 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 +1 -1
- package/dist/components/side-bar/SideBar.d.ts +2341 -2461
- package/dist/components/side-bar/SideBarComponents.d.ts +2048 -2154
- package/dist/components/side-bar/SideBarContext.d.ts +2 -2
- package/dist/components/slider/Slider.d.ts +294 -309
- 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 +1 -1
- package/dist/components/sortable/Handle.d.ts +588 -618
- package/dist/components/sortable/SortableHandle.d.ts +1 -1
- package/dist/components/sortable/SortableItem.d.ts +1 -1
- package/dist/components/sortable/SortableRoot.d.ts +1 -1
- package/dist/components/sortable/index.d.ts +0 -1
- package/dist/components/spacer/Spacer.d.ts +292 -307
- package/dist/components/stack-content/StackContent.d.ts +293 -308
- package/dist/components/stepper/Stepper.d.ts +2 -816
- package/dist/components/stepper/StepperStepBullet.d.ts +587 -617
- package/dist/components/stepper/StepperStepBullet.js +1 -1
- package/dist/components/stepper/StepperStepBullet.js.map +1 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +587 -617
- package/dist/components/stepper/StepperStepContainer.js +1 -1
- package/dist/components/stepper/StepperStepContainer.js.map +1 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +587 -618
- package/dist/components/stepper/StepperStepLabel.js +1 -1
- package/dist/components/stepper/StepperStepLabel.js.map +1 -1
- package/dist/components/stepper/types.d.ts +3 -3
- package/dist/components/switch/Switch.d.ts +293 -308
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +2342 -2464
- package/dist/components/table/Table.js +1 -1
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/TableBody.d.ts +293 -308
- package/dist/components/table/TableBody.js +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableCell.d.ts +292 -307
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableCell.js.map +1 -1
- package/dist/components/table/TableFooter.d.ts +292 -307
- package/dist/components/table/TableFooterCell.d.ts +292 -307
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableFooterCell.js.map +1 -1
- package/dist/components/table/TableHeader.d.ts +293 -308
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +292 -307
- package/dist/components/table/TableHeaderCell.js +1 -1
- package/dist/components/table/TableHeaderCell.js.map +1 -1
- package/dist/components/table/TableRow.d.ts +292 -307
- package/dist/components/table/TableStickyColumnsContainer.d.ts +3 -5
- 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 +1291 -1355
- package/dist/components/tabs/TabsContent.d.ts +292 -308
- package/dist/components/tabs/TabsTrigger.d.ts +292 -307
- package/dist/components/tabs/TabsTrigger.js +1 -1
- package/dist/components/tabs/TabsTrigger.js.map +1 -1
- package/dist/components/tabs/TabsTriggerList.d.ts +294 -689
- package/dist/components/text/Text.d.ts +295 -310
- package/dist/components/text/Text.js +1 -1
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +293 -308
- 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 +1 -1
- package/dist/components/tile/Tile.d.ts +293 -308
- package/dist/components/tile/TileGroup.d.ts +295 -310
- package/dist/components/tile-interactive/TileInteractive.d.ts +586 -616
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +879 -924
- package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +1 -1
- package/dist/components/tile-toggle-group/index.d.ts +1 -1
- package/dist/components/toast/Toast.d.ts +589 -1006
- package/dist/components/toast/ToastProvider.d.ts +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +584 -614
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +584 -615
- 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 +294 -309
- package/dist/components/toggle-group/index.d.ts +1760 -1851
- package/dist/components/tooltip/Tooltip.d.ts +585 -615
- package/dist/components/tooltip/TooltipContent.d.ts +293 -308
- 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 +1468 -1550
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/top-bar/TopBarActionIcon.d.ts +1 -1
- package/dist/components/top-bar/TopBarBrand.d.ts +881 -935
- package/dist/components/top-bar/TopBarBrand.js +1 -1
- package/dist/components/top-bar/TopBarBrand.js.map +1 -1
- package/dist/components/tree/Tree.d.ts +3705 -3887
- package/dist/components/tree/TreeCollapsible.d.ts +293 -308
- package/dist/components/tree/TreeCollapsibleContent.d.ts +293 -308
- package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
- package/dist/components/tree/TreeIcon.d.ts +585 -615
- package/dist/components/tree/TreeItem.d.ts +1 -1
- package/dist/components/tree/TreeItemContent.d.ts +296 -311
- package/dist/components/tree/TreeList.d.ts +1 -1
- package/dist/components/tree/TreeListItem.d.ts +296 -311
- package/dist/components/tree/TreeText.d.ts +1 -1
- package/dist/components/video/Video.d.ts +293 -308
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +295 -310
- 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 +2446 -2609
- package/dist/types/navigatorActions.types.d.ts +1 -1
- package/dist/types/polymorphicComponentProp.types.d.ts +5 -6
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +1 -312
- package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
- package/dist/utilities/hooks/useIsMountedRef.d.ts +0 -1
- package/dist/utilities/hooks/useResizeObserver.d.ts +2 -2
- package/dist/utilities/hooks/useScrollPosition.d.ts +2 -2
- package/dist/utilities/hooks/useSize.d.ts +2 -2
- package/dist/utilities/hooks/useWindowScrollPosition.d.ts +2 -2
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +584 -614
- 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/radix-overrides/toggle-group/ToggleGroupRoot.d.ts +2 -2
- package/dist/utilities/radix-overrides/toggle-group/index.d.ts +1 -2
- package/dist/utilities/style/capsize.d.ts +1 -1
- package/dist/utilities/style/encode-background-icon.d.ts +1 -1
- package/dist/utilities/style/focus-visible-style-block.d.ts +4 -3
- package/dist/utilities/style/focus-visible-style-block.js +1 -1
- package/dist/utilities/style/focus-visible-style-block.js.map +1 -1
- package/dist/utilities/style/keyframe-animations.d.ts +2 -2
- package/dist/utilities/types.d.ts +1 -1
- package/dist/utilities/uri/index.d.ts +2 -2
- package/package.json +9 -9
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const itemStyles: {
|
|
3
2
|
alignItems: string;
|
|
4
3
|
color: string;
|
|
@@ -477,363 +476,348 @@ export declare const DropdownMenuItem: import("@atom-learning/stitches-react/typ
|
|
|
477
476
|
hover: string;
|
|
478
477
|
}, {
|
|
479
478
|
colors: {
|
|
480
|
-
textBold:
|
|
481
|
-
textRegular:
|
|
482
|
-
textSubtle:
|
|
483
|
-
textMinimal:
|
|
484
|
-
background:
|
|
485
|
-
backgroundAccent:
|
|
486
|
-
grey100:
|
|
487
|
-
grey200:
|
|
488
|
-
grey300:
|
|
489
|
-
grey400:
|
|
490
|
-
grey500:
|
|
491
|
-
grey600:
|
|
492
|
-
grey700:
|
|
493
|
-
grey800:
|
|
494
|
-
grey900:
|
|
495
|
-
grey1000:
|
|
496
|
-
grey1100:
|
|
497
|
-
grey1200:
|
|
498
|
-
blue100:
|
|
499
|
-
blue200:
|
|
500
|
-
blue300:
|
|
501
|
-
blue400:
|
|
502
|
-
blue500:
|
|
503
|
-
blue600:
|
|
504
|
-
blue700:
|
|
505
|
-
blue800:
|
|
506
|
-
blue900:
|
|
507
|
-
blue1000:
|
|
508
|
-
blue1100:
|
|
509
|
-
blue1200:
|
|
510
|
-
pink100:
|
|
511
|
-
pink200:
|
|
512
|
-
pink300:
|
|
513
|
-
pink400:
|
|
514
|
-
pink500:
|
|
515
|
-
pink600:
|
|
516
|
-
pink700:
|
|
517
|
-
pink800:
|
|
518
|
-
pink900:
|
|
519
|
-
pink1000:
|
|
520
|
-
pink1100:
|
|
521
|
-
pink1200:
|
|
522
|
-
purple100:
|
|
523
|
-
purple200:
|
|
524
|
-
purple300:
|
|
525
|
-
purple400:
|
|
526
|
-
purple500:
|
|
527
|
-
purple600:
|
|
528
|
-
purple700:
|
|
529
|
-
purple800:
|
|
530
|
-
purple900:
|
|
531
|
-
purple1000:
|
|
532
|
-
purple1100:
|
|
533
|
-
purple1200:
|
|
534
|
-
cyan100:
|
|
535
|
-
cyan200:
|
|
536
|
-
cyan300:
|
|
537
|
-
cyan400:
|
|
538
|
-
cyan500:
|
|
539
|
-
cyan600:
|
|
540
|
-
cyan700:
|
|
541
|
-
cyan800:
|
|
542
|
-
cyan900:
|
|
543
|
-
cyan1000:
|
|
544
|
-
cyan1100:
|
|
545
|
-
cyan1200:
|
|
546
|
-
green100:
|
|
547
|
-
green200:
|
|
548
|
-
green300:
|
|
549
|
-
green400:
|
|
550
|
-
green500:
|
|
551
|
-
green600:
|
|
552
|
-
green700:
|
|
553
|
-
green800:
|
|
554
|
-
green900:
|
|
555
|
-
green1000:
|
|
556
|
-
green1100:
|
|
557
|
-
green1200:
|
|
558
|
-
magenta100:
|
|
559
|
-
magenta200:
|
|
560
|
-
magenta300:
|
|
561
|
-
magenta400:
|
|
562
|
-
magenta500:
|
|
563
|
-
magenta600:
|
|
564
|
-
magenta700:
|
|
565
|
-
magenta800:
|
|
566
|
-
magenta900:
|
|
567
|
-
magenta1000:
|
|
568
|
-
magenta1100:
|
|
569
|
-
magenta1200:
|
|
570
|
-
red100:
|
|
571
|
-
red200:
|
|
572
|
-
red300:
|
|
573
|
-
red400:
|
|
574
|
-
red500:
|
|
575
|
-
red600:
|
|
576
|
-
red700:
|
|
577
|
-
red800:
|
|
578
|
-
red900:
|
|
579
|
-
red1000:
|
|
580
|
-
red1100:
|
|
581
|
-
red1200:
|
|
582
|
-
teal100:
|
|
583
|
-
teal200:
|
|
584
|
-
teal300:
|
|
585
|
-
teal400:
|
|
586
|
-
teal500:
|
|
587
|
-
teal600:
|
|
588
|
-
teal700:
|
|
589
|
-
teal800:
|
|
590
|
-
teal900:
|
|
591
|
-
teal1000:
|
|
592
|
-
teal1100:
|
|
593
|
-
teal1200:
|
|
594
|
-
orange100:
|
|
595
|
-
orange200:
|
|
596
|
-
orange300:
|
|
597
|
-
orange400:
|
|
598
|
-
orange500:
|
|
599
|
-
orange600:
|
|
600
|
-
orange700:
|
|
601
|
-
orange800:
|
|
602
|
-
orange900:
|
|
603
|
-
orange1000:
|
|
604
|
-
orange1100:
|
|
605
|
-
orange1200:
|
|
606
|
-
yellow100:
|
|
607
|
-
yellow200:
|
|
608
|
-
yellow300:
|
|
609
|
-
yellow400:
|
|
610
|
-
yellow500:
|
|
611
|
-
yellow600:
|
|
612
|
-
yellow700:
|
|
613
|
-
yellow800:
|
|
614
|
-
yellow900:
|
|
615
|
-
yellow1000:
|
|
616
|
-
yellow1100:
|
|
617
|
-
yellow1200:
|
|
618
|
-
lime100:
|
|
619
|
-
lime200:
|
|
620
|
-
lime300:
|
|
621
|
-
lime400:
|
|
622
|
-
lime500:
|
|
623
|
-
lime600:
|
|
624
|
-
lime700:
|
|
625
|
-
lime800:
|
|
626
|
-
lime900:
|
|
627
|
-
lime1000:
|
|
628
|
-
lime1100:
|
|
629
|
-
lime1200:
|
|
630
|
-
lapis100:
|
|
631
|
-
lapis200:
|
|
632
|
-
lapis300:
|
|
633
|
-
lapis400:
|
|
634
|
-
lapis500:
|
|
635
|
-
lapis600:
|
|
636
|
-
lapis700:
|
|
637
|
-
lapis800:
|
|
638
|
-
lapis900:
|
|
639
|
-
lapis1000:
|
|
640
|
-
lapis1100:
|
|
641
|
-
lapis1200:
|
|
642
|
-
maroon100:
|
|
643
|
-
maroon200:
|
|
644
|
-
maroon300:
|
|
645
|
-
maroon400:
|
|
646
|
-
maroon500:
|
|
647
|
-
maroon600:
|
|
648
|
-
maroon700:
|
|
649
|
-
maroon800:
|
|
650
|
-
maroon900:
|
|
651
|
-
maroon1000:
|
|
652
|
-
maroon1100:
|
|
653
|
-
maroon1200:
|
|
654
|
-
marsh100:
|
|
655
|
-
marsh200:
|
|
656
|
-
marsh300:
|
|
657
|
-
marsh400:
|
|
658
|
-
marsh500:
|
|
659
|
-
marsh600:
|
|
660
|
-
marsh700:
|
|
661
|
-
marsh800:
|
|
662
|
-
marsh900:
|
|
663
|
-
marsh1000:
|
|
664
|
-
marsh1100:
|
|
665
|
-
marsh1200:
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
glBlueLight: any;
|
|
711
|
-
glBluePrimary: any;
|
|
712
|
-
glBlueDark: any;
|
|
713
|
-
primary100: any;
|
|
714
|
-
primary200: any;
|
|
715
|
-
primary300: any;
|
|
716
|
-
primary400: any;
|
|
717
|
-
primary500: any;
|
|
718
|
-
primary600: any;
|
|
719
|
-
primary700: any;
|
|
720
|
-
primary800: any;
|
|
721
|
-
primary900: any;
|
|
722
|
-
primary1000: any;
|
|
723
|
-
primary1100: any;
|
|
724
|
-
primary1200: any;
|
|
479
|
+
textBold: string;
|
|
480
|
+
textRegular: string;
|
|
481
|
+
textSubtle: string;
|
|
482
|
+
textMinimal: string;
|
|
483
|
+
background: string;
|
|
484
|
+
backgroundAccent: string;
|
|
485
|
+
grey100: string;
|
|
486
|
+
grey200: string;
|
|
487
|
+
grey300: string;
|
|
488
|
+
grey400: string;
|
|
489
|
+
grey500: string;
|
|
490
|
+
grey600: string;
|
|
491
|
+
grey700: string;
|
|
492
|
+
grey800: string;
|
|
493
|
+
grey900: string;
|
|
494
|
+
grey1000: string;
|
|
495
|
+
grey1100: string;
|
|
496
|
+
grey1200: string;
|
|
497
|
+
blue100: string;
|
|
498
|
+
blue200: string;
|
|
499
|
+
blue300: string;
|
|
500
|
+
blue400: string;
|
|
501
|
+
blue500: string;
|
|
502
|
+
blue600: string;
|
|
503
|
+
blue700: string;
|
|
504
|
+
blue800: string;
|
|
505
|
+
blue900: string;
|
|
506
|
+
blue1000: string;
|
|
507
|
+
blue1100: string;
|
|
508
|
+
blue1200: string;
|
|
509
|
+
pink100: string;
|
|
510
|
+
pink200: string;
|
|
511
|
+
pink300: string;
|
|
512
|
+
pink400: string;
|
|
513
|
+
pink500: string;
|
|
514
|
+
pink600: string;
|
|
515
|
+
pink700: string;
|
|
516
|
+
pink800: string;
|
|
517
|
+
pink900: string;
|
|
518
|
+
pink1000: string;
|
|
519
|
+
pink1100: string;
|
|
520
|
+
pink1200: string;
|
|
521
|
+
purple100: string;
|
|
522
|
+
purple200: string;
|
|
523
|
+
purple300: string;
|
|
524
|
+
purple400: string;
|
|
525
|
+
purple500: string;
|
|
526
|
+
purple600: string;
|
|
527
|
+
purple700: string;
|
|
528
|
+
purple800: string;
|
|
529
|
+
purple900: string;
|
|
530
|
+
purple1000: string;
|
|
531
|
+
purple1100: string;
|
|
532
|
+
purple1200: string;
|
|
533
|
+
cyan100: string;
|
|
534
|
+
cyan200: string;
|
|
535
|
+
cyan300: string;
|
|
536
|
+
cyan400: string;
|
|
537
|
+
cyan500: string;
|
|
538
|
+
cyan600: string;
|
|
539
|
+
cyan700: string;
|
|
540
|
+
cyan800: string;
|
|
541
|
+
cyan900: string;
|
|
542
|
+
cyan1000: string;
|
|
543
|
+
cyan1100: string;
|
|
544
|
+
cyan1200: string;
|
|
545
|
+
green100: string;
|
|
546
|
+
green200: string;
|
|
547
|
+
green300: string;
|
|
548
|
+
green400: string;
|
|
549
|
+
green500: string;
|
|
550
|
+
green600: string;
|
|
551
|
+
green700: string;
|
|
552
|
+
green800: string;
|
|
553
|
+
green900: string;
|
|
554
|
+
green1000: string;
|
|
555
|
+
green1100: string;
|
|
556
|
+
green1200: string;
|
|
557
|
+
magenta100: string;
|
|
558
|
+
magenta200: string;
|
|
559
|
+
magenta300: string;
|
|
560
|
+
magenta400: string;
|
|
561
|
+
magenta500: string;
|
|
562
|
+
magenta600: string;
|
|
563
|
+
magenta700: string;
|
|
564
|
+
magenta800: string;
|
|
565
|
+
magenta900: string;
|
|
566
|
+
magenta1000: string;
|
|
567
|
+
magenta1100: string;
|
|
568
|
+
magenta1200: string;
|
|
569
|
+
red100: string;
|
|
570
|
+
red200: string;
|
|
571
|
+
red300: string;
|
|
572
|
+
red400: string;
|
|
573
|
+
red500: string;
|
|
574
|
+
red600: string;
|
|
575
|
+
red700: string;
|
|
576
|
+
red800: string;
|
|
577
|
+
red900: string;
|
|
578
|
+
red1000: string;
|
|
579
|
+
red1100: string;
|
|
580
|
+
red1200: string;
|
|
581
|
+
teal100: string;
|
|
582
|
+
teal200: string;
|
|
583
|
+
teal300: string;
|
|
584
|
+
teal400: string;
|
|
585
|
+
teal500: string;
|
|
586
|
+
teal600: string;
|
|
587
|
+
teal700: string;
|
|
588
|
+
teal800: string;
|
|
589
|
+
teal900: string;
|
|
590
|
+
teal1000: string;
|
|
591
|
+
teal1100: string;
|
|
592
|
+
teal1200: string;
|
|
593
|
+
orange100: string;
|
|
594
|
+
orange200: string;
|
|
595
|
+
orange300: string;
|
|
596
|
+
orange400: string;
|
|
597
|
+
orange500: string;
|
|
598
|
+
orange600: string;
|
|
599
|
+
orange700: string;
|
|
600
|
+
orange800: string;
|
|
601
|
+
orange900: string;
|
|
602
|
+
orange1000: string;
|
|
603
|
+
orange1100: string;
|
|
604
|
+
orange1200: string;
|
|
605
|
+
yellow100: string;
|
|
606
|
+
yellow200: string;
|
|
607
|
+
yellow300: string;
|
|
608
|
+
yellow400: string;
|
|
609
|
+
yellow500: string;
|
|
610
|
+
yellow600: string;
|
|
611
|
+
yellow700: string;
|
|
612
|
+
yellow800: string;
|
|
613
|
+
yellow900: string;
|
|
614
|
+
yellow1000: string;
|
|
615
|
+
yellow1100: string;
|
|
616
|
+
yellow1200: string;
|
|
617
|
+
lime100: string;
|
|
618
|
+
lime200: string;
|
|
619
|
+
lime300: string;
|
|
620
|
+
lime400: string;
|
|
621
|
+
lime500: string;
|
|
622
|
+
lime600: string;
|
|
623
|
+
lime700: string;
|
|
624
|
+
lime800: string;
|
|
625
|
+
lime900: string;
|
|
626
|
+
lime1000: string;
|
|
627
|
+
lime1100: string;
|
|
628
|
+
lime1200: string;
|
|
629
|
+
lapis100: string;
|
|
630
|
+
lapis200: string;
|
|
631
|
+
lapis300: string;
|
|
632
|
+
lapis400: string;
|
|
633
|
+
lapis500: string;
|
|
634
|
+
lapis600: string;
|
|
635
|
+
lapis700: string;
|
|
636
|
+
lapis800: string;
|
|
637
|
+
lapis900: string;
|
|
638
|
+
lapis1000: string;
|
|
639
|
+
lapis1100: string;
|
|
640
|
+
lapis1200: string;
|
|
641
|
+
maroon100: string;
|
|
642
|
+
maroon200: string;
|
|
643
|
+
maroon300: string;
|
|
644
|
+
maroon400: string;
|
|
645
|
+
maroon500: string;
|
|
646
|
+
maroon600: string;
|
|
647
|
+
maroon700: string;
|
|
648
|
+
maroon800: string;
|
|
649
|
+
maroon900: string;
|
|
650
|
+
maroon1000: string;
|
|
651
|
+
maroon1100: string;
|
|
652
|
+
maroon1200: string;
|
|
653
|
+
marsh100: string;
|
|
654
|
+
marsh200: string;
|
|
655
|
+
marsh300: string;
|
|
656
|
+
marsh400: string;
|
|
657
|
+
marsh500: string;
|
|
658
|
+
marsh600: string;
|
|
659
|
+
marsh700: string;
|
|
660
|
+
marsh800: string;
|
|
661
|
+
marsh900: string;
|
|
662
|
+
marsh1000: string;
|
|
663
|
+
marsh1100: string;
|
|
664
|
+
marsh1200: string;
|
|
665
|
+
alpha100: string;
|
|
666
|
+
alpha150: string;
|
|
667
|
+
alpha200: string;
|
|
668
|
+
alpha250: string;
|
|
669
|
+
alpha600: string;
|
|
670
|
+
infoLight: string;
|
|
671
|
+
info: string;
|
|
672
|
+
infoMid: string;
|
|
673
|
+
infoDark: string;
|
|
674
|
+
successLight: string;
|
|
675
|
+
success: string;
|
|
676
|
+
successMid: string;
|
|
677
|
+
successDark: string;
|
|
678
|
+
dangerLight: string;
|
|
679
|
+
danger: string;
|
|
680
|
+
dangerMid: string;
|
|
681
|
+
dangerDark: string;
|
|
682
|
+
warningLight: string;
|
|
683
|
+
warning: string;
|
|
684
|
+
warningMid: string;
|
|
685
|
+
warningDark: string;
|
|
686
|
+
warningText: string;
|
|
687
|
+
subjectEnglish: string;
|
|
688
|
+
subjectMaths: string;
|
|
689
|
+
subjectScience: string;
|
|
690
|
+
subjectVerbalReasoning: string;
|
|
691
|
+
subjectNonVerbalReasoning: string;
|
|
692
|
+
subjectCreativeWriting: string;
|
|
693
|
+
subjectExamSkills: string;
|
|
694
|
+
glBlueLight: string;
|
|
695
|
+
glBluePrimary: string;
|
|
696
|
+
glBlueDark: string;
|
|
697
|
+
primary100: string;
|
|
698
|
+
primary200: string;
|
|
699
|
+
primary300: string;
|
|
700
|
+
primary400: string;
|
|
701
|
+
primary500: string;
|
|
702
|
+
primary600: string;
|
|
703
|
+
primary700: string;
|
|
704
|
+
primary800: string;
|
|
705
|
+
primary900: string;
|
|
706
|
+
primary1000: string;
|
|
707
|
+
primary1100: string;
|
|
708
|
+
primary1200: string;
|
|
725
709
|
};
|
|
726
710
|
space: {
|
|
727
|
-
"0":
|
|
728
|
-
"1":
|
|
729
|
-
"2":
|
|
730
|
-
"3":
|
|
731
|
-
"4":
|
|
732
|
-
"5":
|
|
733
|
-
"6":
|
|
734
|
-
"7":
|
|
735
|
-
"8":
|
|
736
|
-
"9":
|
|
737
|
-
"24":
|
|
711
|
+
"0": string;
|
|
712
|
+
"1": string;
|
|
713
|
+
"2": string;
|
|
714
|
+
"3": string;
|
|
715
|
+
"4": string;
|
|
716
|
+
"5": string;
|
|
717
|
+
"6": string;
|
|
718
|
+
"7": string;
|
|
719
|
+
"8": string;
|
|
720
|
+
"9": string;
|
|
721
|
+
"24": string;
|
|
738
722
|
};
|
|
739
723
|
fontSizes: {
|
|
740
|
-
xs:
|
|
741
|
-
sm:
|
|
742
|
-
md:
|
|
743
|
-
lg:
|
|
744
|
-
xl:
|
|
745
|
-
"2xl":
|
|
746
|
-
"3xl":
|
|
747
|
-
"4xl":
|
|
724
|
+
xs: string;
|
|
725
|
+
sm: string;
|
|
726
|
+
md: string;
|
|
727
|
+
lg: string;
|
|
728
|
+
xl: string;
|
|
729
|
+
"2xl": string;
|
|
730
|
+
"3xl": string;
|
|
731
|
+
"4xl": string;
|
|
748
732
|
};
|
|
749
733
|
fonts: {
|
|
750
|
-
sans:
|
|
751
|
-
mono:
|
|
752
|
-
display:
|
|
753
|
-
body:
|
|
734
|
+
sans: string;
|
|
735
|
+
mono: string;
|
|
736
|
+
display: string;
|
|
737
|
+
body: string;
|
|
754
738
|
};
|
|
755
739
|
sizes: {
|
|
756
|
-
"0":
|
|
757
|
-
"1":
|
|
758
|
-
"2":
|
|
759
|
-
"3":
|
|
760
|
-
"4":
|
|
761
|
-
"5":
|
|
762
|
-
"6":
|
|
763
|
-
"7":
|
|
764
|
-
"8":
|
|
740
|
+
"0": string;
|
|
741
|
+
"1": string;
|
|
742
|
+
"2": string;
|
|
743
|
+
"3": string;
|
|
744
|
+
"4": string;
|
|
745
|
+
"5": string;
|
|
746
|
+
"6": string;
|
|
747
|
+
"7": string;
|
|
748
|
+
"8": string;
|
|
765
749
|
};
|
|
766
750
|
radii: {
|
|
767
|
-
"0":
|
|
768
|
-
"1":
|
|
769
|
-
"2":
|
|
770
|
-
"3":
|
|
771
|
-
round:
|
|
751
|
+
"0": string;
|
|
752
|
+
"1": string;
|
|
753
|
+
"2": string;
|
|
754
|
+
"3": string;
|
|
755
|
+
round: string;
|
|
772
756
|
};
|
|
773
757
|
shadows: {
|
|
774
|
-
"0":
|
|
775
|
-
"1":
|
|
776
|
-
"2":
|
|
777
|
-
"3":
|
|
758
|
+
"0": string;
|
|
759
|
+
"1": string;
|
|
760
|
+
"2": string;
|
|
761
|
+
"3": string;
|
|
778
762
|
};
|
|
779
763
|
ratios: {
|
|
780
|
-
"16-9":
|
|
781
|
-
"3-2":
|
|
782
|
-
"4-3":
|
|
783
|
-
"1-1":
|
|
784
|
-
"3-4":
|
|
764
|
+
"16-9": string;
|
|
765
|
+
"3-2": string;
|
|
766
|
+
"4-3": string;
|
|
767
|
+
"1-1": string;
|
|
768
|
+
"3-4": string;
|
|
785
769
|
};
|
|
786
770
|
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
787
|
-
bg: (value: import("@atom-learning/stitches-react
|
|
771
|
+
bg: (value: import("@atom-learning/stitches-react").PropertyValue<"background">) => {
|
|
788
772
|
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
789
773
|
};
|
|
790
|
-
size: (value:
|
|
774
|
+
size: (value: import("@atom-learning/stitches-react").ScaleValue<"size"> | number | string) => {
|
|
791
775
|
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
792
776
|
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
793
777
|
};
|
|
794
|
-
p: (value:
|
|
778
|
+
p: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
795
779
|
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
796
780
|
};
|
|
797
|
-
pt: (value:
|
|
781
|
+
pt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
798
782
|
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
799
783
|
};
|
|
800
|
-
pr: (value:
|
|
784
|
+
pr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
801
785
|
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
802
786
|
};
|
|
803
|
-
pb: (value:
|
|
787
|
+
pb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
804
788
|
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
805
789
|
};
|
|
806
|
-
pl: (value:
|
|
790
|
+
pl: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
807
791
|
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
808
792
|
};
|
|
809
|
-
px: (value:
|
|
793
|
+
px: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
810
794
|
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
811
795
|
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
812
796
|
};
|
|
813
|
-
py: (value:
|
|
797
|
+
py: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
814
798
|
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
815
799
|
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
816
800
|
};
|
|
817
|
-
m: (value:
|
|
801
|
+
m: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
818
802
|
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
819
803
|
};
|
|
820
|
-
mt: (value:
|
|
804
|
+
mt: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
821
805
|
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
822
806
|
};
|
|
823
|
-
mr: (value:
|
|
807
|
+
mr: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
824
808
|
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
825
809
|
};
|
|
826
|
-
mb: (value:
|
|
810
|
+
mb: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
827
811
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
828
812
|
};
|
|
829
|
-
ml: (value:
|
|
813
|
+
ml: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
830
814
|
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
831
815
|
};
|
|
832
|
-
mx: (value:
|
|
816
|
+
mx: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
833
817
|
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
834
818
|
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
835
819
|
};
|
|
836
|
-
my: (value:
|
|
820
|
+
my: (value: import("@atom-learning/stitches-react").ScaleValue<"space"> | number | string) => {
|
|
837
821
|
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
838
822
|
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
839
823
|
};
|