@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { CSS } from '../../stitches';
|
|
3
|
-
declare const StyledRoot: import("@stitches
|
|
3
|
+
declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {
|
|
4
4
|
hasScrolled?: boolean | "true" | undefined;
|
|
5
5
|
size?: "md" | "lg" | undefined;
|
|
6
6
|
}, {
|
|
@@ -11,7 +11,7 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
11
11
|
reducedMotion: string;
|
|
12
12
|
allowMotion: string;
|
|
13
13
|
hover: string;
|
|
14
|
-
}, import("@stitches
|
|
14
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
15
15
|
sm: string;
|
|
16
16
|
md: string;
|
|
17
17
|
lg: string;
|
|
@@ -51,6 +51,18 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
51
51
|
blue1000: any;
|
|
52
52
|
blue1100: any;
|
|
53
53
|
blue1200: any;
|
|
54
|
+
pink100: any;
|
|
55
|
+
pink200: any;
|
|
56
|
+
pink300: any;
|
|
57
|
+
pink400: any;
|
|
58
|
+
pink500: any;
|
|
59
|
+
pink600: any;
|
|
60
|
+
pink700: any;
|
|
61
|
+
pink800: any;
|
|
62
|
+
pink900: any;
|
|
63
|
+
pink1000: any;
|
|
64
|
+
pink1100: any;
|
|
65
|
+
pink1200: any;
|
|
54
66
|
purple100: any;
|
|
55
67
|
purple200: any;
|
|
56
68
|
purple300: any;
|
|
@@ -195,26 +207,11 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
195
207
|
marsh1000: any;
|
|
196
208
|
marsh1100: any;
|
|
197
209
|
marsh1200: any;
|
|
198
|
-
tonal50: any;
|
|
199
|
-
tonal100: any;
|
|
200
|
-
tonal200: any;
|
|
201
|
-
tonal300: any;
|
|
202
|
-
tonal400: any;
|
|
203
|
-
tonal500: any;
|
|
204
|
-
tonal600: any;
|
|
205
210
|
alpha100: any;
|
|
206
211
|
alpha150: any;
|
|
207
212
|
alpha200: any;
|
|
208
213
|
alpha250: any;
|
|
209
214
|
alpha600: any;
|
|
210
|
-
brandRed: any;
|
|
211
|
-
brandRedAccent: any;
|
|
212
|
-
brandGreen: any;
|
|
213
|
-
brandGreenAccent: any;
|
|
214
|
-
brandPurple: any;
|
|
215
|
-
brandPurpleAccent: any;
|
|
216
|
-
brandYellow: any;
|
|
217
|
-
brandYellowAccent: any;
|
|
218
215
|
infoLight: any;
|
|
219
216
|
info: any;
|
|
220
217
|
infoMid: any;
|
|
@@ -315,59 +312,59 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
315
312
|
"1-1": any;
|
|
316
313
|
"3-4": any;
|
|
317
314
|
};
|
|
318
|
-
}, import("@stitches
|
|
319
|
-
bg: (value: import("@stitches
|
|
320
|
-
background: import("@stitches
|
|
315
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
316
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
317
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
321
318
|
};
|
|
322
|
-
size: (value: string | number | import("@stitches
|
|
323
|
-
height: string | number | import("@stitches
|
|
324
|
-
width: string | number | import("@stitches
|
|
319
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
320
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
321
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
325
322
|
};
|
|
326
|
-
p: (value: string | number | import("@stitches
|
|
327
|
-
padding: string | number | import("@stitches
|
|
323
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
324
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
328
325
|
};
|
|
329
|
-
pt: (value: string | number | import("@stitches
|
|
330
|
-
paddingTop: string | number | import("@stitches
|
|
326
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
327
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
331
328
|
};
|
|
332
|
-
pr: (value: string | number | import("@stitches
|
|
333
|
-
paddingRight: string | number | import("@stitches
|
|
329
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
330
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
334
331
|
};
|
|
335
|
-
pb: (value: string | number | import("@stitches
|
|
336
|
-
paddingBottom: string | number | import("@stitches
|
|
332
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
333
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
337
334
|
};
|
|
338
|
-
pl: (value: string | number | import("@stitches
|
|
339
|
-
paddingLeft: string | number | import("@stitches
|
|
335
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
336
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
340
337
|
};
|
|
341
|
-
px: (value: string | number | import("@stitches
|
|
342
|
-
paddingLeft: string | number | import("@stitches
|
|
343
|
-
paddingRight: string | number | import("@stitches
|
|
338
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
339
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
340
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
344
341
|
};
|
|
345
|
-
py: (value: string | number | import("@stitches
|
|
346
|
-
paddingTop: string | number | import("@stitches
|
|
347
|
-
paddingBottom: string | number | import("@stitches
|
|
342
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
343
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
344
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
348
345
|
};
|
|
349
|
-
m: (value: string | number | import("@stitches
|
|
350
|
-
margin: string | number | import("@stitches
|
|
346
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
347
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
351
348
|
};
|
|
352
|
-
mt: (value: string | number | import("@stitches
|
|
353
|
-
marginTop: string | number | import("@stitches
|
|
349
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
350
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
354
351
|
};
|
|
355
|
-
mr: (value: string | number | import("@stitches
|
|
356
|
-
marginRight: string | number | import("@stitches
|
|
352
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
353
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
357
354
|
};
|
|
358
|
-
mb: (value: string | number | import("@stitches
|
|
359
|
-
marginBottom: string | number | import("@stitches
|
|
355
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
356
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
360
357
|
};
|
|
361
|
-
ml: (value: string | number | import("@stitches
|
|
362
|
-
marginLeft: string | number | import("@stitches
|
|
358
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
359
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
363
360
|
};
|
|
364
|
-
mx: (value: string | number | import("@stitches
|
|
365
|
-
marginLeft: string | number | import("@stitches
|
|
366
|
-
marginRight: string | number | import("@stitches
|
|
361
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
362
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
363
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
367
364
|
};
|
|
368
|
-
my: (value: string | number | import("@stitches
|
|
369
|
-
marginTop: string | number | import("@stitches
|
|
370
|
-
marginBottom: string | number | import("@stitches
|
|
365
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
366
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
367
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
371
368
|
};
|
|
372
369
|
}>>;
|
|
373
370
|
declare type StyledRootProps = React.ComponentProps<typeof StyledRoot>;
|
|
@@ -376,10 +373,10 @@ interface TopBarProps extends StyledRootProps {
|
|
|
376
373
|
className?: string;
|
|
377
374
|
}
|
|
378
375
|
export declare const TopBar: {
|
|
379
|
-
({ size, className, ...props }: TopBarProps): JSX.Element;
|
|
376
|
+
({ size, className, ...props }: TopBarProps): React.JSX.Element;
|
|
380
377
|
displayName: string;
|
|
381
378
|
} & {
|
|
382
|
-
Brand: import("@stitches
|
|
379
|
+
Brand: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"a", {}, {
|
|
383
380
|
sm: string;
|
|
384
381
|
md: string;
|
|
385
382
|
lg: string;
|
|
@@ -387,7 +384,7 @@ export declare const TopBar: {
|
|
|
387
384
|
reducedMotion: string;
|
|
388
385
|
allowMotion: string;
|
|
389
386
|
hover: string;
|
|
390
|
-
}, import("@stitches
|
|
387
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
391
388
|
sm: string;
|
|
392
389
|
md: string;
|
|
393
390
|
lg: string;
|
|
@@ -427,6 +424,18 @@ export declare const TopBar: {
|
|
|
427
424
|
blue1000: any;
|
|
428
425
|
blue1100: any;
|
|
429
426
|
blue1200: any;
|
|
427
|
+
pink100: any;
|
|
428
|
+
pink200: any;
|
|
429
|
+
pink300: any;
|
|
430
|
+
pink400: any;
|
|
431
|
+
pink500: any;
|
|
432
|
+
pink600: any;
|
|
433
|
+
pink700: any;
|
|
434
|
+
pink800: any;
|
|
435
|
+
pink900: any;
|
|
436
|
+
pink1000: any;
|
|
437
|
+
pink1100: any;
|
|
438
|
+
pink1200: any;
|
|
430
439
|
purple100: any;
|
|
431
440
|
purple200: any;
|
|
432
441
|
purple300: any;
|
|
@@ -571,26 +580,11 @@ export declare const TopBar: {
|
|
|
571
580
|
marsh1000: any;
|
|
572
581
|
marsh1100: any;
|
|
573
582
|
marsh1200: any;
|
|
574
|
-
tonal50: any;
|
|
575
|
-
tonal100: any;
|
|
576
|
-
tonal200: any;
|
|
577
|
-
tonal300: any;
|
|
578
|
-
tonal400: any;
|
|
579
|
-
tonal500: any;
|
|
580
|
-
tonal600: any;
|
|
581
583
|
alpha100: any;
|
|
582
584
|
alpha150: any;
|
|
583
585
|
alpha200: any;
|
|
584
586
|
alpha250: any;
|
|
585
587
|
alpha600: any;
|
|
586
|
-
brandRed: any;
|
|
587
|
-
brandRedAccent: any;
|
|
588
|
-
brandGreen: any;
|
|
589
|
-
brandGreenAccent: any;
|
|
590
|
-
brandPurple: any;
|
|
591
|
-
brandPurpleAccent: any;
|
|
592
|
-
brandYellow: any;
|
|
593
|
-
brandYellowAccent: any;
|
|
594
588
|
infoLight: any;
|
|
595
589
|
info: any;
|
|
596
590
|
infoMid: any;
|
|
@@ -691,72 +685,438 @@ export declare const TopBar: {
|
|
|
691
685
|
"1-1": any;
|
|
692
686
|
"3-4": any;
|
|
693
687
|
};
|
|
694
|
-
}, import("@stitches
|
|
695
|
-
bg: (value: import("@stitches
|
|
696
|
-
background: import("@stitches
|
|
688
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
689
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
690
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
697
691
|
};
|
|
698
|
-
size: (value: string | number | import("@stitches
|
|
699
|
-
height: string | number | import("@stitches
|
|
700
|
-
width: string | number | import("@stitches
|
|
692
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
693
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
694
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
701
695
|
};
|
|
702
|
-
p: (value: string | number | import("@stitches
|
|
703
|
-
padding: string | number | import("@stitches
|
|
696
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
697
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
704
698
|
};
|
|
705
|
-
pt: (value: string | number | import("@stitches
|
|
706
|
-
paddingTop: string | number | import("@stitches
|
|
699
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
700
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
707
701
|
};
|
|
708
|
-
pr: (value: string | number | import("@stitches
|
|
709
|
-
paddingRight: string | number | import("@stitches
|
|
702
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
703
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
710
704
|
};
|
|
711
|
-
pb: (value: string | number | import("@stitches
|
|
712
|
-
paddingBottom: string | number | import("@stitches
|
|
705
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
706
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
713
707
|
};
|
|
714
|
-
pl: (value: string | number | import("@stitches
|
|
715
|
-
paddingLeft: string | number | import("@stitches
|
|
708
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
709
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
716
710
|
};
|
|
717
|
-
px: (value: string | number | import("@stitches
|
|
718
|
-
paddingLeft: string | number | import("@stitches
|
|
719
|
-
paddingRight: string | number | import("@stitches
|
|
711
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
712
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
713
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
720
714
|
};
|
|
721
|
-
py: (value: string | number | import("@stitches
|
|
722
|
-
paddingTop: string | number | import("@stitches
|
|
723
|
-
paddingBottom: string | number | import("@stitches
|
|
715
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
716
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
717
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
724
718
|
};
|
|
725
|
-
m: (value: string | number | import("@stitches
|
|
726
|
-
margin: string | number | import("@stitches
|
|
719
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
720
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
727
721
|
};
|
|
728
|
-
mt: (value: string | number | import("@stitches
|
|
729
|
-
marginTop: string | number | import("@stitches
|
|
722
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
723
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
730
724
|
};
|
|
731
|
-
mr: (value: string | number | import("@stitches
|
|
732
|
-
marginRight: string | number | import("@stitches
|
|
725
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
726
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
733
727
|
};
|
|
734
|
-
mb: (value: string | number | import("@stitches
|
|
735
|
-
marginBottom: string | number | import("@stitches
|
|
728
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
729
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
736
730
|
};
|
|
737
|
-
ml: (value: string | number | import("@stitches
|
|
738
|
-
marginLeft: string | number | import("@stitches
|
|
731
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
732
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
739
733
|
};
|
|
740
|
-
mx: (value: string | number | import("@stitches
|
|
741
|
-
marginLeft: string | number | import("@stitches
|
|
742
|
-
marginRight: string | number | import("@stitches
|
|
734
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
735
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
736
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
743
737
|
};
|
|
744
|
-
my: (value: string | number | import("@stitches
|
|
745
|
-
marginTop: string | number | import("@stitches
|
|
746
|
-
marginBottom: string | number | import("@stitches
|
|
738
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
739
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
740
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
747
741
|
};
|
|
748
742
|
}>>;
|
|
749
|
-
BrandLogo: {
|
|
750
|
-
(
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
743
|
+
BrandLogo: ({ src, alt, css }: Pick<Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & {
|
|
744
|
+
ref?: ((instance: HTMLImageElement | null) => void) | React.RefObject<HTMLImageElement> | null | undefined;
|
|
745
|
+
}, "css" | "fluid"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
746
|
+
fluid?: boolean | "true" | undefined;
|
|
747
|
+
}, {
|
|
748
|
+
sm: string;
|
|
749
|
+
md: string;
|
|
750
|
+
lg: string;
|
|
751
|
+
xl: string;
|
|
752
|
+
reducedMotion: string;
|
|
753
|
+
allowMotion: string;
|
|
754
|
+
hover: string;
|
|
755
|
+
}> & {
|
|
756
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
757
|
+
sm: string;
|
|
758
|
+
md: string;
|
|
759
|
+
lg: string;
|
|
760
|
+
xl: string;
|
|
761
|
+
reducedMotion: string;
|
|
762
|
+
allowMotion: string;
|
|
763
|
+
hover: string;
|
|
764
|
+
}, {
|
|
765
|
+
colors: {
|
|
766
|
+
textBold: any;
|
|
767
|
+
textRegular: any;
|
|
768
|
+
textSubtle: any;
|
|
769
|
+
textMinimal: any;
|
|
770
|
+
background: any;
|
|
771
|
+
backgroundAccent: any;
|
|
772
|
+
grey100: any;
|
|
773
|
+
grey200: any;
|
|
774
|
+
grey300: any;
|
|
775
|
+
grey400: any;
|
|
776
|
+
grey500: any;
|
|
777
|
+
grey600: any;
|
|
778
|
+
grey700: any;
|
|
779
|
+
grey800: any;
|
|
780
|
+
grey900: any;
|
|
781
|
+
grey1000: any;
|
|
782
|
+
grey1100: any;
|
|
783
|
+
grey1200: any;
|
|
784
|
+
blue100: any;
|
|
785
|
+
blue200: any;
|
|
786
|
+
blue300: any;
|
|
787
|
+
blue400: any;
|
|
788
|
+
blue500: any;
|
|
789
|
+
blue600: any;
|
|
790
|
+
blue700: any;
|
|
791
|
+
blue800: any;
|
|
792
|
+
blue900: any;
|
|
793
|
+
blue1000: any;
|
|
794
|
+
blue1100: any;
|
|
795
|
+
blue1200: any;
|
|
796
|
+
pink100: any;
|
|
797
|
+
pink200: any;
|
|
798
|
+
pink300: any;
|
|
799
|
+
pink400: any;
|
|
800
|
+
pink500: any;
|
|
801
|
+
pink600: any;
|
|
802
|
+
pink700: any;
|
|
803
|
+
pink800: any;
|
|
804
|
+
pink900: any;
|
|
805
|
+
pink1000: any;
|
|
806
|
+
pink1100: any;
|
|
807
|
+
pink1200: any;
|
|
808
|
+
purple100: any;
|
|
809
|
+
purple200: any;
|
|
810
|
+
purple300: any;
|
|
811
|
+
purple400: any;
|
|
812
|
+
purple500: any;
|
|
813
|
+
purple600: any;
|
|
814
|
+
purple700: any;
|
|
815
|
+
purple800: any;
|
|
816
|
+
purple900: any;
|
|
817
|
+
purple1000: any;
|
|
818
|
+
purple1100: any;
|
|
819
|
+
purple1200: any;
|
|
820
|
+
cyan100: any;
|
|
821
|
+
cyan200: any;
|
|
822
|
+
cyan300: any;
|
|
823
|
+
cyan400: any;
|
|
824
|
+
cyan500: any;
|
|
825
|
+
cyan600: any;
|
|
826
|
+
cyan700: any;
|
|
827
|
+
cyan800: any;
|
|
828
|
+
cyan900: any;
|
|
829
|
+
cyan1000: any;
|
|
830
|
+
cyan1100: any;
|
|
831
|
+
cyan1200: any;
|
|
832
|
+
green100: any;
|
|
833
|
+
green200: any;
|
|
834
|
+
green300: any;
|
|
835
|
+
green400: any;
|
|
836
|
+
green500: any;
|
|
837
|
+
green600: any;
|
|
838
|
+
green700: any;
|
|
839
|
+
green800: any;
|
|
840
|
+
green900: any;
|
|
841
|
+
green1000: any;
|
|
842
|
+
green1100: any;
|
|
843
|
+
green1200: any;
|
|
844
|
+
magenta100: any;
|
|
845
|
+
magenta200: any;
|
|
846
|
+
magenta300: any;
|
|
847
|
+
magenta400: any;
|
|
848
|
+
magenta500: any;
|
|
849
|
+
magenta600: any;
|
|
850
|
+
magenta700: any;
|
|
851
|
+
magenta800: any;
|
|
852
|
+
magenta900: any;
|
|
853
|
+
magenta1000: any;
|
|
854
|
+
magenta1100: any;
|
|
855
|
+
magenta1200: any;
|
|
856
|
+
red100: any;
|
|
857
|
+
red200: any;
|
|
858
|
+
red300: any;
|
|
859
|
+
red400: any;
|
|
860
|
+
red500: any;
|
|
861
|
+
red600: any;
|
|
862
|
+
red700: any;
|
|
863
|
+
red800: any;
|
|
864
|
+
red900: any;
|
|
865
|
+
red1000: any;
|
|
866
|
+
red1100: any;
|
|
867
|
+
red1200: any;
|
|
868
|
+
teal100: any;
|
|
869
|
+
teal200: any;
|
|
870
|
+
teal300: any;
|
|
871
|
+
teal400: any;
|
|
872
|
+
teal500: any;
|
|
873
|
+
teal600: any;
|
|
874
|
+
teal700: any;
|
|
875
|
+
teal800: any;
|
|
876
|
+
teal900: any;
|
|
877
|
+
teal1000: any;
|
|
878
|
+
teal1100: any;
|
|
879
|
+
teal1200: any;
|
|
880
|
+
orange100: any;
|
|
881
|
+
orange200: any;
|
|
882
|
+
orange300: any;
|
|
883
|
+
orange400: any;
|
|
884
|
+
orange500: any;
|
|
885
|
+
orange600: any;
|
|
886
|
+
orange700: any;
|
|
887
|
+
orange800: any;
|
|
888
|
+
orange900: any;
|
|
889
|
+
orange1000: any;
|
|
890
|
+
orange1100: any;
|
|
891
|
+
orange1200: any;
|
|
892
|
+
yellow100: any;
|
|
893
|
+
yellow200: any;
|
|
894
|
+
yellow300: any;
|
|
895
|
+
yellow400: any;
|
|
896
|
+
yellow500: any;
|
|
897
|
+
yellow600: any;
|
|
898
|
+
yellow700: any;
|
|
899
|
+
yellow800: any;
|
|
900
|
+
yellow900: any;
|
|
901
|
+
yellow1000: any;
|
|
902
|
+
yellow1100: any;
|
|
903
|
+
yellow1200: any;
|
|
904
|
+
lime100: any;
|
|
905
|
+
lime200: any;
|
|
906
|
+
lime300: any;
|
|
907
|
+
lime400: any;
|
|
908
|
+
lime500: any;
|
|
909
|
+
lime600: any;
|
|
910
|
+
lime700: any;
|
|
911
|
+
lime800: any;
|
|
912
|
+
lime900: any;
|
|
913
|
+
lime1000: any;
|
|
914
|
+
lime1100: any;
|
|
915
|
+
lime1200: any;
|
|
916
|
+
lapis100: any;
|
|
917
|
+
lapis200: any;
|
|
918
|
+
lapis300: any;
|
|
919
|
+
lapis400: any;
|
|
920
|
+
lapis500: any;
|
|
921
|
+
lapis600: any;
|
|
922
|
+
lapis700: any;
|
|
923
|
+
lapis800: any;
|
|
924
|
+
lapis900: any;
|
|
925
|
+
lapis1000: any;
|
|
926
|
+
lapis1100: any;
|
|
927
|
+
lapis1200: any;
|
|
928
|
+
maroon100: any;
|
|
929
|
+
maroon200: any;
|
|
930
|
+
maroon300: any;
|
|
931
|
+
maroon400: any;
|
|
932
|
+
maroon500: any;
|
|
933
|
+
maroon600: any;
|
|
934
|
+
maroon700: any;
|
|
935
|
+
maroon800: any;
|
|
936
|
+
maroon900: any;
|
|
937
|
+
maroon1000: any;
|
|
938
|
+
maroon1100: any;
|
|
939
|
+
maroon1200: any;
|
|
940
|
+
marsh100: any;
|
|
941
|
+
marsh200: any;
|
|
942
|
+
marsh300: any;
|
|
943
|
+
marsh400: any;
|
|
944
|
+
marsh500: any;
|
|
945
|
+
marsh600: any;
|
|
946
|
+
marsh700: any;
|
|
947
|
+
marsh800: any;
|
|
948
|
+
marsh900: any;
|
|
949
|
+
marsh1000: any;
|
|
950
|
+
marsh1100: any;
|
|
951
|
+
marsh1200: any;
|
|
952
|
+
alpha100: any;
|
|
953
|
+
alpha150: any;
|
|
954
|
+
alpha200: any;
|
|
955
|
+
alpha250: any;
|
|
956
|
+
alpha600: any;
|
|
957
|
+
infoLight: any;
|
|
958
|
+
info: any;
|
|
959
|
+
infoMid: any;
|
|
960
|
+
infoDark: any;
|
|
961
|
+
successLight: any;
|
|
962
|
+
success: any;
|
|
963
|
+
successMid: any;
|
|
964
|
+
successDark: any;
|
|
965
|
+
dangerLight: any;
|
|
966
|
+
danger: any;
|
|
967
|
+
dangerMid: any;
|
|
968
|
+
dangerDark: any;
|
|
969
|
+
warningLight: any;
|
|
970
|
+
warning: any;
|
|
971
|
+
warningMid: any;
|
|
972
|
+
warningDark: any;
|
|
973
|
+
warningText: any;
|
|
974
|
+
subjectEnglish: any;
|
|
975
|
+
subjectMaths: any;
|
|
976
|
+
subjectScience: any;
|
|
977
|
+
subjectVerbalReasoning: any;
|
|
978
|
+
subjectNonVerbalReasoning: any;
|
|
979
|
+
subjectCreativeWriting: any;
|
|
980
|
+
subjectExamSkills: any;
|
|
981
|
+
glBlueLight: any;
|
|
982
|
+
glBluePrimary: any;
|
|
983
|
+
glBlueDark: any;
|
|
984
|
+
primary100: any;
|
|
985
|
+
primary200: any;
|
|
986
|
+
primary300: any;
|
|
987
|
+
primary400: any;
|
|
988
|
+
primary500: any;
|
|
989
|
+
primary600: any;
|
|
990
|
+
primary700: any;
|
|
991
|
+
primary800: any;
|
|
992
|
+
primary900: any;
|
|
993
|
+
primary1000: any;
|
|
994
|
+
primary1100: any;
|
|
995
|
+
primary1200: any;
|
|
996
|
+
};
|
|
997
|
+
space: {
|
|
998
|
+
"0": any;
|
|
999
|
+
"1": any;
|
|
1000
|
+
"2": any;
|
|
1001
|
+
"3": any;
|
|
1002
|
+
"4": any;
|
|
1003
|
+
"5": any;
|
|
1004
|
+
"6": any;
|
|
1005
|
+
"7": any;
|
|
1006
|
+
"8": any;
|
|
1007
|
+
"9": any;
|
|
1008
|
+
"24": any;
|
|
1009
|
+
};
|
|
1010
|
+
fontSizes: {
|
|
1011
|
+
xs: any;
|
|
1012
|
+
sm: any;
|
|
1013
|
+
md: any;
|
|
1014
|
+
lg: any;
|
|
1015
|
+
xl: any;
|
|
1016
|
+
"2xl": any;
|
|
1017
|
+
"3xl": any;
|
|
1018
|
+
"4xl": any;
|
|
1019
|
+
};
|
|
1020
|
+
fonts: {
|
|
1021
|
+
sans: any;
|
|
1022
|
+
mono: any;
|
|
1023
|
+
display: any;
|
|
1024
|
+
body: any;
|
|
1025
|
+
};
|
|
1026
|
+
sizes: {
|
|
1027
|
+
"0": any;
|
|
1028
|
+
"1": any;
|
|
1029
|
+
"2": any;
|
|
1030
|
+
"3": any;
|
|
1031
|
+
"4": any;
|
|
1032
|
+
"5": any;
|
|
1033
|
+
"6": any;
|
|
1034
|
+
"7": any;
|
|
1035
|
+
"8": any;
|
|
1036
|
+
};
|
|
1037
|
+
radii: {
|
|
1038
|
+
"0": any;
|
|
1039
|
+
"1": any;
|
|
1040
|
+
"2": any;
|
|
1041
|
+
"3": any;
|
|
1042
|
+
round: any;
|
|
1043
|
+
};
|
|
1044
|
+
shadows: {
|
|
1045
|
+
"0": any;
|
|
1046
|
+
"1": any;
|
|
1047
|
+
"2": any;
|
|
1048
|
+
"3": any;
|
|
1049
|
+
};
|
|
1050
|
+
ratios: {
|
|
1051
|
+
"16-9": any;
|
|
1052
|
+
"3-2": any;
|
|
1053
|
+
"4-3": any;
|
|
1054
|
+
"1-1": any;
|
|
1055
|
+
"3-4": any;
|
|
1056
|
+
};
|
|
1057
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1058
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1059
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1060
|
+
};
|
|
1061
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1062
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1063
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1064
|
+
};
|
|
1065
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1066
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1067
|
+
};
|
|
1068
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1069
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1070
|
+
};
|
|
1071
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1072
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1073
|
+
};
|
|
1074
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1075
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1076
|
+
};
|
|
1077
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1078
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1079
|
+
};
|
|
1080
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1081
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1082
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1083
|
+
};
|
|
1084
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1085
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1086
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1087
|
+
};
|
|
1088
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1089
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1090
|
+
};
|
|
1091
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1092
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1093
|
+
};
|
|
1094
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1095
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1096
|
+
};
|
|
1097
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1098
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1099
|
+
};
|
|
1100
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1101
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1102
|
+
};
|
|
1103
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1104
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1105
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1106
|
+
};
|
|
1107
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1108
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1109
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1110
|
+
};
|
|
1111
|
+
}> | undefined;
|
|
1112
|
+
}, "ref">, "as"> & {
|
|
1113
|
+
as?: undefined;
|
|
1114
|
+
}, "css" | "alt" | "src">) => JSX.Element;
|
|
1115
|
+
BrandName: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
|
|
758
1116
|
ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
759
|
-
}, "size" | "css" | "noCapsize"> & import("@stitches
|
|
1117
|
+
}, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1118
|
+
weight?: "normal" | "bold" | undefined;
|
|
1119
|
+
family?: "display" | "mono" | "body" | undefined;
|
|
760
1120
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
761
1121
|
noCapsize?: boolean | "true" | undefined;
|
|
762
1122
|
}, {
|
|
@@ -768,7 +1128,7 @@ export declare const TopBar: {
|
|
|
768
1128
|
allowMotion: string;
|
|
769
1129
|
hover: string;
|
|
770
1130
|
}> & {
|
|
771
|
-
css?: import("@stitches
|
|
1131
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
772
1132
|
sm: string;
|
|
773
1133
|
md: string;
|
|
774
1134
|
lg: string;
|
|
@@ -808,6 +1168,18 @@ export declare const TopBar: {
|
|
|
808
1168
|
blue1000: any;
|
|
809
1169
|
blue1100: any;
|
|
810
1170
|
blue1200: any;
|
|
1171
|
+
pink100: any;
|
|
1172
|
+
pink200: any;
|
|
1173
|
+
pink300: any;
|
|
1174
|
+
pink400: any;
|
|
1175
|
+
pink500: any;
|
|
1176
|
+
pink600: any;
|
|
1177
|
+
pink700: any;
|
|
1178
|
+
pink800: any;
|
|
1179
|
+
pink900: any;
|
|
1180
|
+
pink1000: any;
|
|
1181
|
+
pink1100: any;
|
|
1182
|
+
pink1200: any;
|
|
811
1183
|
purple100: any;
|
|
812
1184
|
purple200: any;
|
|
813
1185
|
purple300: any;
|
|
@@ -952,26 +1324,11 @@ export declare const TopBar: {
|
|
|
952
1324
|
marsh1000: any;
|
|
953
1325
|
marsh1100: any;
|
|
954
1326
|
marsh1200: any;
|
|
955
|
-
tonal50: any;
|
|
956
|
-
tonal100: any;
|
|
957
|
-
tonal200: any;
|
|
958
|
-
tonal300: any;
|
|
959
|
-
tonal400: any;
|
|
960
|
-
tonal500: any;
|
|
961
|
-
tonal600: any;
|
|
962
1327
|
alpha100: any;
|
|
963
1328
|
alpha150: any;
|
|
964
1329
|
alpha200: any;
|
|
965
1330
|
alpha250: any;
|
|
966
1331
|
alpha600: any;
|
|
967
|
-
brandRed: any;
|
|
968
|
-
brandRedAccent: any;
|
|
969
|
-
brandGreen: any;
|
|
970
|
-
brandGreenAccent: any;
|
|
971
|
-
brandPurple: any;
|
|
972
|
-
brandPurpleAccent: any;
|
|
973
|
-
brandYellow: any;
|
|
974
|
-
brandYellowAccent: any;
|
|
975
1332
|
infoLight: any;
|
|
976
1333
|
info: any;
|
|
977
1334
|
infoMid: any;
|
|
@@ -1072,59 +1429,59 @@ export declare const TopBar: {
|
|
|
1072
1429
|
"1-1": any;
|
|
1073
1430
|
"3-4": any;
|
|
1074
1431
|
};
|
|
1075
|
-
}, import("@stitches
|
|
1076
|
-
bg: (value: import("@stitches
|
|
1077
|
-
background: import("@stitches
|
|
1432
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1433
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1434
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1078
1435
|
};
|
|
1079
|
-
size: (value: string | number | import("@stitches
|
|
1080
|
-
height: string | number | import("@stitches
|
|
1081
|
-
width: string | number | import("@stitches
|
|
1436
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1437
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1438
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1082
1439
|
};
|
|
1083
|
-
p: (value: string | number | import("@stitches
|
|
1084
|
-
padding: string | number | import("@stitches
|
|
1440
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1441
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1085
1442
|
};
|
|
1086
|
-
pt: (value: string | number | import("@stitches
|
|
1087
|
-
paddingTop: string | number | import("@stitches
|
|
1443
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1444
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1088
1445
|
};
|
|
1089
|
-
pr: (value: string | number | import("@stitches
|
|
1090
|
-
paddingRight: string | number | import("@stitches
|
|
1446
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1447
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1091
1448
|
};
|
|
1092
|
-
pb: (value: string | number | import("@stitches
|
|
1093
|
-
paddingBottom: string | number | import("@stitches
|
|
1449
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1450
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1094
1451
|
};
|
|
1095
|
-
pl: (value: string | number | import("@stitches
|
|
1096
|
-
paddingLeft: string | number | import("@stitches
|
|
1452
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1453
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1097
1454
|
};
|
|
1098
|
-
px: (value: string | number | import("@stitches
|
|
1099
|
-
paddingLeft: string | number | import("@stitches
|
|
1100
|
-
paddingRight: string | number | import("@stitches
|
|
1455
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1456
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1457
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1101
1458
|
};
|
|
1102
|
-
py: (value: string | number | import("@stitches
|
|
1103
|
-
paddingTop: string | number | import("@stitches
|
|
1104
|
-
paddingBottom: string | number | import("@stitches
|
|
1459
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1460
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1461
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1105
1462
|
};
|
|
1106
|
-
m: (value: string | number | import("@stitches
|
|
1107
|
-
margin: string | number | import("@stitches
|
|
1463
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1464
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1108
1465
|
};
|
|
1109
|
-
mt: (value: string | number | import("@stitches
|
|
1110
|
-
marginTop: string | number | import("@stitches
|
|
1466
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1467
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1111
1468
|
};
|
|
1112
|
-
mr: (value: string | number | import("@stitches
|
|
1113
|
-
marginRight: string | number | import("@stitches
|
|
1469
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1470
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1114
1471
|
};
|
|
1115
|
-
mb: (value: string | number | import("@stitches
|
|
1116
|
-
marginBottom: string | number | import("@stitches
|
|
1472
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1473
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1117
1474
|
};
|
|
1118
|
-
ml: (value: string | number | import("@stitches
|
|
1119
|
-
marginLeft: string | number | import("@stitches
|
|
1475
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1476
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1120
1477
|
};
|
|
1121
|
-
mx: (value: string | number | import("@stitches
|
|
1122
|
-
marginLeft: string | number | import("@stitches
|
|
1123
|
-
marginRight: string | number | import("@stitches
|
|
1478
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1479
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1480
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1124
1481
|
};
|
|
1125
|
-
my: (value: string | number | import("@stitches
|
|
1126
|
-
marginTop: string | number | import("@stitches
|
|
1127
|
-
marginBottom: string | number | import("@stitches
|
|
1482
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1483
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1484
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1128
1485
|
};
|
|
1129
1486
|
}> | undefined;
|
|
1130
1487
|
}, "as"> & {
|
|
@@ -1137,7 +1494,7 @@ export declare const TopBar: {
|
|
|
1137
1494
|
reducedMotion: string;
|
|
1138
1495
|
allowMotion: string;
|
|
1139
1496
|
hover: string;
|
|
1140
|
-
}, import("@stitches
|
|
1497
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1141
1498
|
sm: string;
|
|
1142
1499
|
md: string;
|
|
1143
1500
|
lg: string;
|
|
@@ -1177,6 +1534,18 @@ export declare const TopBar: {
|
|
|
1177
1534
|
blue1000: any;
|
|
1178
1535
|
blue1100: any;
|
|
1179
1536
|
blue1200: any;
|
|
1537
|
+
pink100: any;
|
|
1538
|
+
pink200: any;
|
|
1539
|
+
pink300: any;
|
|
1540
|
+
pink400: any;
|
|
1541
|
+
pink500: any;
|
|
1542
|
+
pink600: any;
|
|
1543
|
+
pink700: any;
|
|
1544
|
+
pink800: any;
|
|
1545
|
+
pink900: any;
|
|
1546
|
+
pink1000: any;
|
|
1547
|
+
pink1100: any;
|
|
1548
|
+
pink1200: any;
|
|
1180
1549
|
purple100: any;
|
|
1181
1550
|
purple200: any;
|
|
1182
1551
|
purple300: any;
|
|
@@ -1321,26 +1690,11 @@ export declare const TopBar: {
|
|
|
1321
1690
|
marsh1000: any;
|
|
1322
1691
|
marsh1100: any;
|
|
1323
1692
|
marsh1200: any;
|
|
1324
|
-
tonal50: any;
|
|
1325
|
-
tonal100: any;
|
|
1326
|
-
tonal200: any;
|
|
1327
|
-
tonal300: any;
|
|
1328
|
-
tonal400: any;
|
|
1329
|
-
tonal500: any;
|
|
1330
|
-
tonal600: any;
|
|
1331
1693
|
alpha100: any;
|
|
1332
1694
|
alpha150: any;
|
|
1333
1695
|
alpha200: any;
|
|
1334
1696
|
alpha250: any;
|
|
1335
1697
|
alpha600: any;
|
|
1336
|
-
brandRed: any;
|
|
1337
|
-
brandRedAccent: any;
|
|
1338
|
-
brandGreen: any;
|
|
1339
|
-
brandGreenAccent: any;
|
|
1340
|
-
brandPurple: any;
|
|
1341
|
-
brandPurpleAccent: any;
|
|
1342
|
-
brandYellow: any;
|
|
1343
|
-
brandYellowAccent: any;
|
|
1344
1698
|
infoLight: any;
|
|
1345
1699
|
info: any;
|
|
1346
1700
|
infoMid: any;
|
|
@@ -1441,64 +1795,64 @@ export declare const TopBar: {
|
|
|
1441
1795
|
"1-1": any;
|
|
1442
1796
|
"3-4": any;
|
|
1443
1797
|
};
|
|
1444
|
-
}, import("@stitches
|
|
1445
|
-
bg: (value: import("@stitches
|
|
1446
|
-
background: import("@stitches
|
|
1798
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1799
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1800
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1447
1801
|
};
|
|
1448
|
-
size: (value: string | number | import("@stitches
|
|
1449
|
-
height: string | number | import("@stitches
|
|
1450
|
-
width: string | number | import("@stitches
|
|
1802
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1803
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1804
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1451
1805
|
};
|
|
1452
|
-
p: (value: string | number | import("@stitches
|
|
1453
|
-
padding: string | number | import("@stitches
|
|
1806
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1807
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1454
1808
|
};
|
|
1455
|
-
pt: (value: string | number | import("@stitches
|
|
1456
|
-
paddingTop: string | number | import("@stitches
|
|
1809
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1810
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1457
1811
|
};
|
|
1458
|
-
pr: (value: string | number | import("@stitches
|
|
1459
|
-
paddingRight: string | number | import("@stitches
|
|
1812
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1813
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1460
1814
|
};
|
|
1461
|
-
pb: (value: string | number | import("@stitches
|
|
1462
|
-
paddingBottom: string | number | import("@stitches
|
|
1815
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1816
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1463
1817
|
};
|
|
1464
|
-
pl: (value: string | number | import("@stitches
|
|
1465
|
-
paddingLeft: string | number | import("@stitches
|
|
1818
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1819
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1466
1820
|
};
|
|
1467
|
-
px: (value: string | number | import("@stitches
|
|
1468
|
-
paddingLeft: string | number | import("@stitches
|
|
1469
|
-
paddingRight: string | number | import("@stitches
|
|
1821
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1822
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1823
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1470
1824
|
};
|
|
1471
|
-
py: (value: string | number | import("@stitches
|
|
1472
|
-
paddingTop: string | number | import("@stitches
|
|
1473
|
-
paddingBottom: string | number | import("@stitches
|
|
1825
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1826
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1827
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1474
1828
|
};
|
|
1475
|
-
m: (value: string | number | import("@stitches
|
|
1476
|
-
margin: string | number | import("@stitches
|
|
1829
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1830
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1477
1831
|
};
|
|
1478
|
-
mt: (value: string | number | import("@stitches
|
|
1479
|
-
marginTop: string | number | import("@stitches
|
|
1832
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1833
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1480
1834
|
};
|
|
1481
|
-
mr: (value: string | number | import("@stitches
|
|
1482
|
-
marginRight: string | number | import("@stitches
|
|
1835
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1836
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1483
1837
|
};
|
|
1484
|
-
mb: (value: string | number | import("@stitches
|
|
1485
|
-
marginBottom: string | number | import("@stitches
|
|
1838
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1839
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1486
1840
|
};
|
|
1487
|
-
ml: (value: string | number | import("@stitches
|
|
1488
|
-
marginLeft: string | number | import("@stitches
|
|
1841
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1842
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1489
1843
|
};
|
|
1490
|
-
mx: (value: string | number | import("@stitches
|
|
1491
|
-
marginLeft: string | number | import("@stitches
|
|
1492
|
-
marginRight: string | number | import("@stitches
|
|
1844
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1845
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1846
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1493
1847
|
};
|
|
1494
|
-
my: (value: string | number | import("@stitches
|
|
1495
|
-
marginTop: string | number | import("@stitches
|
|
1496
|
-
marginBottom: string | number | import("@stitches
|
|
1848
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1849
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1850
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1497
1851
|
};
|
|
1498
1852
|
}>>;
|
|
1499
|
-
ActionIcon: React.ForwardRefExoticComponent<Omit<Omit<Omit<
|
|
1853
|
+
ActionIcon: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
1500
1854
|
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
1501
|
-
}, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@stitches
|
|
1855
|
+
}, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1502
1856
|
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
|
|
1503
1857
|
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
1504
1858
|
size?: "sm" | "md" | "lg" | "xs" | undefined;
|
|
@@ -1512,7 +1866,7 @@ export declare const TopBar: {
|
|
|
1512
1866
|
allowMotion: string;
|
|
1513
1867
|
hover: string;
|
|
1514
1868
|
}> & {
|
|
1515
|
-
css?: import("@stitches
|
|
1869
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1516
1870
|
sm: string;
|
|
1517
1871
|
md: string;
|
|
1518
1872
|
lg: string;
|
|
@@ -1552,6 +1906,18 @@ export declare const TopBar: {
|
|
|
1552
1906
|
blue1000: any;
|
|
1553
1907
|
blue1100: any;
|
|
1554
1908
|
blue1200: any;
|
|
1909
|
+
pink100: any;
|
|
1910
|
+
pink200: any;
|
|
1911
|
+
pink300: any;
|
|
1912
|
+
pink400: any;
|
|
1913
|
+
pink500: any;
|
|
1914
|
+
pink600: any;
|
|
1915
|
+
pink700: any;
|
|
1916
|
+
pink800: any;
|
|
1917
|
+
pink900: any;
|
|
1918
|
+
pink1000: any;
|
|
1919
|
+
pink1100: any;
|
|
1920
|
+
pink1200: any;
|
|
1555
1921
|
purple100: any;
|
|
1556
1922
|
purple200: any;
|
|
1557
1923
|
purple300: any;
|
|
@@ -1696,26 +2062,11 @@ export declare const TopBar: {
|
|
|
1696
2062
|
marsh1000: any;
|
|
1697
2063
|
marsh1100: any;
|
|
1698
2064
|
marsh1200: any;
|
|
1699
|
-
tonal50: any;
|
|
1700
|
-
tonal100: any;
|
|
1701
|
-
tonal200: any;
|
|
1702
|
-
tonal300: any;
|
|
1703
|
-
tonal400: any;
|
|
1704
|
-
tonal500: any;
|
|
1705
|
-
tonal600: any;
|
|
1706
2065
|
alpha100: any;
|
|
1707
2066
|
alpha150: any;
|
|
1708
2067
|
alpha200: any;
|
|
1709
2068
|
alpha250: any;
|
|
1710
2069
|
alpha600: any;
|
|
1711
|
-
brandRed: any;
|
|
1712
|
-
brandRedAccent: any;
|
|
1713
|
-
brandGreen: any;
|
|
1714
|
-
brandGreenAccent: any;
|
|
1715
|
-
brandPurple: any;
|
|
1716
|
-
brandPurpleAccent: any;
|
|
1717
|
-
brandYellow: any;
|
|
1718
|
-
brandYellowAccent: any;
|
|
1719
2070
|
infoLight: any;
|
|
1720
2071
|
info: any;
|
|
1721
2072
|
infoMid: any;
|
|
@@ -1816,62 +2167,62 @@ export declare const TopBar: {
|
|
|
1816
2167
|
"1-1": any;
|
|
1817
2168
|
"3-4": any;
|
|
1818
2169
|
};
|
|
1819
|
-
}, import("@stitches
|
|
1820
|
-
bg: (value: import("@stitches
|
|
1821
|
-
background: import("@stitches
|
|
2170
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2171
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2172
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1822
2173
|
};
|
|
1823
|
-
size: (value: string | number | import("@stitches
|
|
1824
|
-
height: string | number | import("@stitches
|
|
1825
|
-
width: string | number | import("@stitches
|
|
2174
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2175
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2176
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1826
2177
|
};
|
|
1827
|
-
p: (value: string | number | import("@stitches
|
|
1828
|
-
padding: string | number | import("@stitches
|
|
2178
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2179
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1829
2180
|
};
|
|
1830
|
-
pt: (value: string | number | import("@stitches
|
|
1831
|
-
paddingTop: string | number | import("@stitches
|
|
2181
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2182
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1832
2183
|
};
|
|
1833
|
-
pr: (value: string | number | import("@stitches
|
|
1834
|
-
paddingRight: string | number | import("@stitches
|
|
2184
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2185
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1835
2186
|
};
|
|
1836
|
-
pb: (value: string | number | import("@stitches
|
|
1837
|
-
paddingBottom: string | number | import("@stitches
|
|
2187
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2188
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1838
2189
|
};
|
|
1839
|
-
pl: (value: string | number | import("@stitches
|
|
1840
|
-
paddingLeft: string | number | import("@stitches
|
|
2190
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2191
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1841
2192
|
};
|
|
1842
|
-
px: (value: string | number | import("@stitches
|
|
1843
|
-
paddingLeft: string | number | import("@stitches
|
|
1844
|
-
paddingRight: string | number | import("@stitches
|
|
2193
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2194
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2195
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1845
2196
|
};
|
|
1846
|
-
py: (value: string | number | import("@stitches
|
|
1847
|
-
paddingTop: string | number | import("@stitches
|
|
1848
|
-
paddingBottom: string | number | import("@stitches
|
|
2197
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2198
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2199
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1849
2200
|
};
|
|
1850
|
-
m: (value: string | number | import("@stitches
|
|
1851
|
-
margin: string | number | import("@stitches
|
|
2201
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2202
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1852
2203
|
};
|
|
1853
|
-
mt: (value: string | number | import("@stitches
|
|
1854
|
-
marginTop: string | number | import("@stitches
|
|
2204
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2205
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1855
2206
|
};
|
|
1856
|
-
mr: (value: string | number | import("@stitches
|
|
1857
|
-
marginRight: string | number | import("@stitches
|
|
2207
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2208
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1858
2209
|
};
|
|
1859
|
-
mb: (value: string | number | import("@stitches
|
|
1860
|
-
marginBottom: string | number | import("@stitches
|
|
2210
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2211
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1861
2212
|
};
|
|
1862
|
-
ml: (value: string | number | import("@stitches
|
|
1863
|
-
marginLeft: string | number | import("@stitches
|
|
2213
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2214
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1864
2215
|
};
|
|
1865
|
-
mx: (value: string | number | import("@stitches
|
|
1866
|
-
marginLeft: string | number | import("@stitches
|
|
1867
|
-
marginRight: string | number | import("@stitches
|
|
2216
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2217
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2218
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1868
2219
|
};
|
|
1869
|
-
my: (value: string | number | import("@stitches
|
|
1870
|
-
marginTop: string | number | import("@stitches
|
|
1871
|
-
marginBottom: string | number | import("@stitches
|
|
2220
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2221
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2222
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1872
2223
|
};
|
|
1873
2224
|
}> | undefined;
|
|
1874
|
-
}, "appearance" | "size" | "theme" | "label" | "children" | "as" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & import("@stitches
|
|
2225
|
+
}, "appearance" | "size" | "theme" | "label" | "children" | "as" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1875
2226
|
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
|
|
1876
2227
|
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
1877
2228
|
size?: "sm" | "md" | "lg" | "xs" | undefined;
|
|
@@ -1892,6 +2243,6 @@ export declare const TopBar: {
|
|
|
1892
2243
|
icon: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
1893
2244
|
label: string;
|
|
1894
2245
|
}>;
|
|
1895
|
-
Divider: () => JSX.Element;
|
|
2246
|
+
Divider: () => React.JSX.Element;
|
|
1896
2247
|
};
|
|
1897
2248
|
export {};
|