@atom-learning/components 4.0.0-beta.1 → 4.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/Accordion.d.ts +52 -55
- package/dist/components/accordion/AccordionContent.d.ts +53 -56
- package/dist/components/accordion/AccordionItem.d.ts +52 -55
- package/dist/components/accordion/AccordionTrigger.d.ts +105 -111
- package/dist/components/action-icon/ActionIcon.d.ts +53 -56
- package/dist/components/action-icon/ActionIcon.js +1 -1
- package/dist/components/action-icon/ActionIcon.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +105 -111
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +53 -56
- package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +2 -2
- package/dist/components/avatar/Avatar.d.ts +164 -173
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/avatar/AvatarIcon.d.ts +2 -2
- package/dist/components/avatar/AvatarImage.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.js +1 -1
- package/dist/components/avatar/AvatarInitial.js.map +1 -1
- package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
- package/dist/components/badge/Badge.context.d.ts +1 -1
- package/dist/components/badge/Badge.d.ts +316 -332
- package/dist/components/badge/BadgeIcon.d.ts +105 -111
- package/dist/components/badge/BadgeText.d.ts +106 -110
- package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +27 -16
- package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
- package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
- package/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/BannerContainer.d.ts +103 -109
- package/dist/components/banner/BannerContext.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +487 -505
- package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +104 -110
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +106 -112
- package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +432 -447
- package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +52 -55
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +104 -110
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +105 -111
- package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
- package/dist/components/box/Box.d.ts +52 -55
- package/dist/components/button/Button.d.ts +53 -56
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Calendar.d.ts +1 -1
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/components/calendar/Calendar.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +52 -55
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/carousel/Carousel.d.ts +213 -225
- package/dist/components/carousel/CarouselArrows.d.ts +3 -3
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +52 -55
- package/dist/components/carousel/CarouselPagination.js +1 -1
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +53 -56
- package/dist/components/carousel/CarouselSlider.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-field/CheckboxField.d.ts +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +211 -216
- package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
- package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +422 -416
- package/dist/components/chip/Chip.d.ts +369 -390
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +212 -224
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +212 -224
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/combobox/Combobox.d.ts +261 -276
- package/dist/components/combobox/ComboboxInput.d.ts +52 -55
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.js +1 -1
- package/dist/components/combobox/ComboboxOption.js.map +1 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +52 -55
- package/dist/components/combobox/ComboboxPopover.js +1 -1
- package/dist/components/combobox/ComboboxPopover.js.map +1 -1
- package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
- package/dist/components/data-table/DataTable.d.ts +649 -682
- package/dist/components/data-table/DataTableBody.d.ts +1 -1
- package/dist/components/data-table/DataTableBulkActions.d.ts +3 -3
- package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
- package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
- package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
- package/dist/components/data-table/DataTableHead.d.ts +1 -1
- package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +54 -57
- package/dist/components/data-table/DataTableMetaData.d.ts +4 -9
- package/dist/components/data-table/DataTableMetaData.js +1 -1
- package/dist/components/data-table/DataTableMetaData.js.map +1 -1
- package/dist/components/data-table/DataTableRow.d.ts +1 -1
- package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +2 -2
- package/dist/components/data-table/DataTableTable.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
- package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +53 -56
- package/dist/components/date-field/DateField.d.ts +2 -2
- package/dist/components/dialog/Dialog.d.ts +368 -389
- package/dist/components/dialog/DialogBackground.d.ts +103 -109
- package/dist/components/dialog/DialogClose.d.ts +52 -55
- package/dist/components/dialog/DialogContent.d.ts +53 -56
- package/dist/components/dialog/DialogFooter.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.js +1 -1
- package/dist/components/dialog/DialogHeading.js.map +1 -1
- package/dist/components/dismissible/DismissibleRoot.d.ts +2 -2
- package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
- package/dist/components/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
- package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- package/dist/components/divider/Divider.d.ts +52 -55
- package/dist/components/divider/Divider.js +1 -1
- package/dist/components/divider/Divider.js.map +1 -1
- package/dist/components/drawer/Drawer.d.ts +316 -334
- package/dist/components/drawer/DrawerClose.d.ts +1 -1
- package/dist/components/drawer/DrawerContent.d.ts +53 -56
- package/dist/components/drawer/DrawerFooter.d.ts +52 -55
- package/dist/components/drawer/DrawerHeader.d.ts +52 -55
- package/dist/components/drawer/DrawerMain.d.ts +52 -55
- package/dist/components/drawer/DrawerOverlay.d.ts +52 -55
- package/dist/components/drawer/DrawerTrigger.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +313 -331
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +480 -483
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +53 -56
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +52 -55
- package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
- package/dist/components/empty-state/EmptyState.d.ts +373 -392
- package/dist/components/empty-state/EmptyStateBody.d.ts +107 -111
- package/dist/components/empty-state/EmptyStateBody.js +1 -1
- package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
- package/dist/components/empty-state/EmptyStateImage.d.ts +108 -114
- package/dist/components/empty-state/EmptyStateTitle.d.ts +53 -56
- package/dist/components/empty-state/EmptyStateTitle.js +1 -1
- package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
- package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
- package/dist/components/field-wrapper/FieldDescription.js +1 -1
- package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
- package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -1
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/file-input/FileInput.d.ts +1 -1
- package/dist/components/flex/Flex.d.ts +52 -55
- package/dist/components/form/Form.d.ts +53 -56
- package/dist/components/grid/Grid.d.ts +53 -56
- package/dist/components/heading/Heading.d.ts +52 -55
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/icon/Icon.d.ts +52 -55
- package/dist/components/image/Image.d.ts +53 -56
- package/dist/components/inline-message/InlineMessage.config.js +1 -1
- package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +104 -110
- package/dist/components/input/Input.d.ts +155 -164
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/label/Label.d.ts +53 -56
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- package/dist/components/link/Link.d.ts +52 -55
- package/dist/components/list/List.d.ts +104 -110
- package/dist/components/loader/Loader.d.ts +2 -2
- package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +54 -57
- package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownLink.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownList.js +1 -1
- package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownText.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
- package/dist/components/navigation/NavigationMenu.d.ts +369 -388
- package/dist/components/navigation/NavigationMenu.js +1 -1
- package/dist/components/navigation/NavigationMenu.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +53 -56
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +106 -110
- package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
- package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +52 -55
- package/dist/components/navigation/NavigationMenuLink.d.ts +52 -55
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +686 -707
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +104 -110
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +106 -110
- package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +1 -1
- package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js.map +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
- package/dist/components/pagination/Pagination.d.ts +2 -2
- package/dist/components/pagination/PaginationNextButton.d.ts +106 -112
- package/dist/components/pagination/PaginationPage.d.ts +2 -2
- package/dist/components/pagination/PaginationPopover.d.ts +1 -1
- package/dist/components/pagination/PaginationPreviousButton.d.ts +106 -112
- package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +105 -111
- package/dist/components/popover/PopoverContent.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.js +1 -1
- package/dist/components/progress-bar/ProgressBar.js.map +1 -1
- package/dist/components/radio-button/RadioButton.d.ts +53 -56
- package/dist/components/radio-button/RadioButton.js +1 -1
- package/dist/components/radio-button/RadioButton.js.map +1 -1
- package/dist/components/radio-button/RadioButtonGroup.d.ts +52 -55
- package/dist/components/radio-button-field/RadioButtonField.d.ts +54 -57
- package/dist/components/radio-button-field/RadioField.d.ts +1 -1
- package/dist/components/radio-card/RadioCard.d.ts +53 -56
- package/dist/components/radio-card/RadioCard.js +1 -1
- package/dist/components/radio-card/RadioCard.js.map +1 -1
- package/dist/components/radio-card/RadioCardGroup.d.ts +2 -2
- package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
- package/dist/components/search-field/SearchField.d.ts +2 -2
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/search-input/SearchInput.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +377 -394
- package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
- package/dist/components/section-message/SectionMessageTitle.js +1 -1
- package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
- package/dist/components/select/Select.d.ts +52 -55
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-field/SelectField.d.ts +2 -2
- package/dist/components/side-bar/SideBar.d.ts +422 -444
- package/dist/components/side-bar/SideBarComponents.d.ts +369 -388
- package/dist/components/slider/Slider.d.ts +52 -55
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/slider/SliderSteps.d.ts +2 -2
- package/dist/components/slider/SliderSteps.js +1 -1
- package/dist/components/slider/SliderSteps.js.map +1 -1
- package/dist/components/slider/SliderValue.d.ts +2 -2
- package/dist/components/slider/SliderValue.js +1 -1
- package/dist/components/slider/SliderValue.js.map +1 -1
- package/dist/components/slider-field/SliderField.d.ts +2 -2
- package/dist/components/sortable/Handle.d.ts +105 -111
- package/dist/components/sortable/SortableHandle.d.ts +1 -1
- package/dist/components/sortable/SortableItem.d.ts +2 -2
- package/dist/components/sortable/SortableItem.js +1 -1
- package/dist/components/sortable/SortableItem.js.map +1 -1
- package/dist/components/sortable/SortableRoot.d.ts +1 -1
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/spacer/Spacer.d.ts +364 -1
- package/dist/components/spacer/Spacer.js +1 -1
- package/dist/components/spacer/Spacer.js.map +1 -1
- package/dist/components/stack-content/StackContent.d.ts +52 -55
- package/dist/components/stepper/Stepper.d.ts +112 -118
- package/dist/components/stepper/StepperStepBack.d.ts +1 -1
- package/dist/components/stepper/StepperStepBullet.d.ts +103 -109
- package/dist/components/stepper/StepperStepBullet.js +1 -1
- package/dist/components/stepper/StepperStepBullet.js.map +1 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +103 -109
- package/dist/components/stepper/StepperStepContainer.js +1 -1
- package/dist/components/stepper/StepperStepContainer.js.map +1 -1
- package/dist/components/stepper/StepperStepForward.d.ts +1 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +106 -110
- package/dist/components/stepper/StepperStepLabel.js +1 -1
- package/dist/components/stepper/StepperStepLabel.js.map +1 -1
- package/dist/components/stepper/StepperSteps.d.ts +2 -2
- package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
- package/dist/components/switch/Switch.d.ts +53 -56
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +423 -447
- package/dist/components/table/TableBody.d.ts +53 -56
- package/dist/components/table/TableBody.js +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableCell.d.ts +52 -55
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableCell.js.map +1 -1
- package/dist/components/table/TableFooter.d.ts +52 -55
- package/dist/components/table/TableFooterCell.d.ts +52 -55
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableFooterCell.js.map +1 -1
- package/dist/components/table/TableHeader.d.ts +53 -56
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +52 -55
- package/dist/components/table/TableRow.d.ts +52 -55
- package/dist/components/table/TableStickyColumnsContainer.d.ts +1 -1
- package/dist/components/tabs/Tabs.d.ts +210 -222
- package/dist/components/tabs/TabsContent.d.ts +52 -55
- package/dist/components/tabs/TabsTrigger.d.ts +53 -56
- package/dist/components/tabs/TabsTriggerList.d.ts +105 -111
- package/dist/components/text/Text.d.ts +54 -55
- package/dist/components/text/Text.js +1 -1
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +52 -55
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea-field/TextareaField.d.ts +2 -2
- package/dist/components/tile/Tile.d.ts +52 -55
- package/dist/components/tile/TileGroup.d.ts +52 -55
- package/dist/components/tile-interactive/TileInteractive.d.ts +104 -110
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +157 -166
- package/dist/components/toast/Toast.d.ts +156 -165
- package/dist/components/toast/ToastProvider.d.ts +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +103 -109
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -110
- package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +52 -55
- package/dist/components/toggle-group/index.d.ts +313 -331
- package/dist/components/tooltip/Tooltip.d.ts +106 -112
- package/dist/components/tooltip/TooltipContent.d.ts +53 -56
- package/dist/components/tooltip/TooltipContent.js +1 -1
- package/dist/components/tooltip/TooltipContent.js.map +1 -1
- package/dist/components/top-bar/TopBar.d.ts +638 -287
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/top-bar/TopBarBrand.d.ts +160 -176
- package/dist/components/top-bar/TopBarBrand.js +1 -1
- package/dist/components/top-bar/TopBarBrand.js.map +1 -1
- package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +1 -1
- package/dist/components/tree/Tree.d.ts +793 -812
- package/dist/components/tree/TreeCollapsible.d.ts +53 -56
- package/dist/components/tree/TreeCollapsibleContent.d.ts +52 -55
- package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
- package/dist/components/tree/TreeIcon.d.ts +104 -110
- package/dist/components/tree/TreeItemContent.d.ts +54 -57
- package/dist/components/tree/TreeListItem.d.ts +54 -57
- package/dist/components/video/Video.d.ts +52 -55
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -55
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +604 -637
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +276 -279
- package/dist/utilities/hooks/useResizeObserver.js.map +1 -1
- package/dist/utilities/hooks/useScrollPosition.js +1 -1
- package/dist/utilities/hooks/useScrollPosition.js.map +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js.map +1 -1
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +103 -109
- package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
- package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
- package/package.json +26 -15
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
declare const Root: import("@stitches
|
|
2
|
+
declare const Root: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {
|
|
3
3
|
type?: "static" | "expandable" | undefined;
|
|
4
4
|
}, {
|
|
5
5
|
sm: string;
|
|
@@ -9,7 +9,7 @@ declare const Root: import("@stitches/react/types/styled-component").StyledCompo
|
|
|
9
9
|
reducedMotion: string;
|
|
10
10
|
allowMotion: string;
|
|
11
11
|
hover: string;
|
|
12
|
-
}, import("@stitches
|
|
12
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
13
13
|
sm: string;
|
|
14
14
|
md: string;
|
|
15
15
|
lg: string;
|
|
@@ -49,6 +49,18 @@ declare const Root: import("@stitches/react/types/styled-component").StyledCompo
|
|
|
49
49
|
blue1000: any;
|
|
50
50
|
blue1100: any;
|
|
51
51
|
blue1200: any;
|
|
52
|
+
pink100: any;
|
|
53
|
+
pink200: any;
|
|
54
|
+
pink300: any;
|
|
55
|
+
pink400: any;
|
|
56
|
+
pink500: any;
|
|
57
|
+
pink600: any;
|
|
58
|
+
pink700: any;
|
|
59
|
+
pink800: any;
|
|
60
|
+
pink900: any;
|
|
61
|
+
pink1000: any;
|
|
62
|
+
pink1100: any;
|
|
63
|
+
pink1200: any;
|
|
52
64
|
purple100: any;
|
|
53
65
|
purple200: any;
|
|
54
66
|
purple300: any;
|
|
@@ -193,26 +205,11 @@ declare const Root: import("@stitches/react/types/styled-component").StyledCompo
|
|
|
193
205
|
marsh1000: any;
|
|
194
206
|
marsh1100: any;
|
|
195
207
|
marsh1200: any;
|
|
196
|
-
tonal50: any;
|
|
197
|
-
tonal100: any;
|
|
198
|
-
tonal200: any;
|
|
199
|
-
tonal300: any;
|
|
200
|
-
tonal400: any;
|
|
201
|
-
tonal500: any;
|
|
202
|
-
tonal600: any;
|
|
203
208
|
alpha100: any;
|
|
204
209
|
alpha150: any;
|
|
205
210
|
alpha200: any;
|
|
206
211
|
alpha250: any;
|
|
207
212
|
alpha600: any;
|
|
208
|
-
brandRed: any;
|
|
209
|
-
brandRedAccent: any;
|
|
210
|
-
brandGreen: any;
|
|
211
|
-
brandGreenAccent: any;
|
|
212
|
-
brandPurple: any;
|
|
213
|
-
brandPurpleAccent: any;
|
|
214
|
-
brandYellow: any;
|
|
215
|
-
brandYellowAccent: any;
|
|
216
213
|
infoLight: any;
|
|
217
214
|
info: any;
|
|
218
215
|
infoMid: any;
|
|
@@ -313,67 +310,67 @@ declare const Root: import("@stitches/react/types/styled-component").StyledCompo
|
|
|
313
310
|
"1-1": any;
|
|
314
311
|
"3-4": any;
|
|
315
312
|
};
|
|
316
|
-
}, import("@stitches
|
|
317
|
-
bg: (value: import("@stitches
|
|
318
|
-
background: import("@stitches
|
|
313
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
314
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
315
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
319
316
|
};
|
|
320
|
-
size: (value: string | number | import("@stitches
|
|
321
|
-
height: string | number | import("@stitches
|
|
322
|
-
width: string | number | import("@stitches
|
|
317
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
318
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
319
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
323
320
|
};
|
|
324
|
-
p: (value: string | number | import("@stitches
|
|
325
|
-
padding: string | number | import("@stitches
|
|
321
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
322
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
326
323
|
};
|
|
327
|
-
pt: (value: string | number | import("@stitches
|
|
328
|
-
paddingTop: string | number | import("@stitches
|
|
324
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
325
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
329
326
|
};
|
|
330
|
-
pr: (value: string | number | import("@stitches
|
|
331
|
-
paddingRight: string | number | import("@stitches
|
|
327
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
328
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
332
329
|
};
|
|
333
|
-
pb: (value: string | number | import("@stitches
|
|
334
|
-
paddingBottom: string | number | import("@stitches
|
|
330
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
331
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
335
332
|
};
|
|
336
|
-
pl: (value: string | number | import("@stitches
|
|
337
|
-
paddingLeft: string | number | import("@stitches
|
|
333
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
334
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
338
335
|
};
|
|
339
|
-
px: (value: string | number | import("@stitches
|
|
340
|
-
paddingLeft: string | number | import("@stitches
|
|
341
|
-
paddingRight: string | number | import("@stitches
|
|
336
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
337
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
338
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
342
339
|
};
|
|
343
|
-
py: (value: string | number | import("@stitches
|
|
344
|
-
paddingTop: string | number | import("@stitches
|
|
345
|
-
paddingBottom: string | number | import("@stitches
|
|
340
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
341
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
342
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
346
343
|
};
|
|
347
|
-
m: (value: string | number | import("@stitches
|
|
348
|
-
margin: string | number | import("@stitches
|
|
344
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
345
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
349
346
|
};
|
|
350
|
-
mt: (value: string | number | import("@stitches
|
|
351
|
-
marginTop: string | number | import("@stitches
|
|
347
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
348
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
352
349
|
};
|
|
353
|
-
mr: (value: string | number | import("@stitches
|
|
354
|
-
marginRight: string | number | import("@stitches
|
|
350
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
351
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
355
352
|
};
|
|
356
|
-
mb: (value: string | number | import("@stitches
|
|
357
|
-
marginBottom: string | number | import("@stitches
|
|
353
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
354
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
358
355
|
};
|
|
359
|
-
ml: (value: string | number | import("@stitches
|
|
360
|
-
marginLeft: string | number | import("@stitches
|
|
356
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
357
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
361
358
|
};
|
|
362
|
-
mx: (value: string | number | import("@stitches
|
|
363
|
-
marginLeft: string | number | import("@stitches
|
|
364
|
-
marginRight: string | number | import("@stitches
|
|
359
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
360
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
361
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
365
362
|
};
|
|
366
|
-
my: (value: string | number | import("@stitches
|
|
367
|
-
marginTop: string | number | import("@stitches
|
|
368
|
-
marginBottom: string | number | import("@stitches
|
|
363
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
364
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
365
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
369
366
|
};
|
|
370
367
|
}>>;
|
|
371
368
|
declare type SideBarProps = React.ComponentProps<typeof Root> & {
|
|
372
369
|
offset?: number | string;
|
|
373
370
|
};
|
|
374
371
|
export declare const SideBar: {
|
|
375
|
-
({ className, children, type, offset, css, ...rest }: SideBarProps): JSX.Element;
|
|
376
|
-
Brand: import("@stitches
|
|
372
|
+
({ className, children, type, offset, css, ...rest }: SideBarProps): React.JSX.Element;
|
|
373
|
+
Brand: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"a", {}, {
|
|
377
374
|
sm: string;
|
|
378
375
|
md: string;
|
|
379
376
|
lg: string;
|
|
@@ -381,7 +378,7 @@ export declare const SideBar: {
|
|
|
381
378
|
reducedMotion: string;
|
|
382
379
|
allowMotion: string;
|
|
383
380
|
hover: string;
|
|
384
|
-
}, import("@stitches
|
|
381
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
385
382
|
sm: string;
|
|
386
383
|
md: string;
|
|
387
384
|
lg: string;
|
|
@@ -421,6 +418,18 @@ export declare const SideBar: {
|
|
|
421
418
|
blue1000: any;
|
|
422
419
|
blue1100: any;
|
|
423
420
|
blue1200: any;
|
|
421
|
+
pink100: any;
|
|
422
|
+
pink200: any;
|
|
423
|
+
pink300: any;
|
|
424
|
+
pink400: any;
|
|
425
|
+
pink500: any;
|
|
426
|
+
pink600: any;
|
|
427
|
+
pink700: any;
|
|
428
|
+
pink800: any;
|
|
429
|
+
pink900: any;
|
|
430
|
+
pink1000: any;
|
|
431
|
+
pink1100: any;
|
|
432
|
+
pink1200: any;
|
|
424
433
|
purple100: any;
|
|
425
434
|
purple200: any;
|
|
426
435
|
purple300: any;
|
|
@@ -565,26 +574,11 @@ export declare const SideBar: {
|
|
|
565
574
|
marsh1000: any;
|
|
566
575
|
marsh1100: any;
|
|
567
576
|
marsh1200: any;
|
|
568
|
-
tonal50: any;
|
|
569
|
-
tonal100: any;
|
|
570
|
-
tonal200: any;
|
|
571
|
-
tonal300: any;
|
|
572
|
-
tonal400: any;
|
|
573
|
-
tonal500: any;
|
|
574
|
-
tonal600: any;
|
|
575
577
|
alpha100: any;
|
|
576
578
|
alpha150: any;
|
|
577
579
|
alpha200: any;
|
|
578
580
|
alpha250: any;
|
|
579
581
|
alpha600: any;
|
|
580
|
-
brandRed: any;
|
|
581
|
-
brandRedAccent: any;
|
|
582
|
-
brandGreen: any;
|
|
583
|
-
brandGreenAccent: any;
|
|
584
|
-
brandPurple: any;
|
|
585
|
-
brandPurpleAccent: any;
|
|
586
|
-
brandYellow: any;
|
|
587
|
-
brandYellowAccent: any;
|
|
588
582
|
infoLight: any;
|
|
589
583
|
info: any;
|
|
590
584
|
infoMid: any;
|
|
@@ -685,65 +679,65 @@ export declare const SideBar: {
|
|
|
685
679
|
"1-1": any;
|
|
686
680
|
"3-4": any;
|
|
687
681
|
};
|
|
688
|
-
}, import("@stitches
|
|
689
|
-
bg: (value: import("@stitches
|
|
690
|
-
background: import("@stitches
|
|
682
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
683
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
684
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
691
685
|
};
|
|
692
|
-
size: (value: string | number | import("@stitches
|
|
693
|
-
height: string | number | import("@stitches
|
|
694
|
-
width: string | number | import("@stitches
|
|
686
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
687
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
688
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
695
689
|
};
|
|
696
|
-
p: (value: string | number | import("@stitches
|
|
697
|
-
padding: string | number | import("@stitches
|
|
690
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
691
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
698
692
|
};
|
|
699
|
-
pt: (value: string | number | import("@stitches
|
|
700
|
-
paddingTop: string | number | import("@stitches
|
|
693
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
694
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
701
695
|
};
|
|
702
|
-
pr: (value: string | number | import("@stitches
|
|
703
|
-
paddingRight: string | number | import("@stitches
|
|
696
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
697
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
704
698
|
};
|
|
705
|
-
pb: (value: string | number | import("@stitches
|
|
706
|
-
paddingBottom: string | number | import("@stitches
|
|
699
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
700
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
707
701
|
};
|
|
708
|
-
pl: (value: string | number | import("@stitches
|
|
709
|
-
paddingLeft: string | number | import("@stitches
|
|
702
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
703
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
710
704
|
};
|
|
711
|
-
px: (value: string | number | import("@stitches
|
|
712
|
-
paddingLeft: string | number | import("@stitches
|
|
713
|
-
paddingRight: string | number | import("@stitches
|
|
705
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
706
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
707
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
714
708
|
};
|
|
715
|
-
py: (value: string | number | import("@stitches
|
|
716
|
-
paddingTop: string | number | import("@stitches
|
|
717
|
-
paddingBottom: string | number | import("@stitches
|
|
709
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
710
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
711
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
718
712
|
};
|
|
719
|
-
m: (value: string | number | import("@stitches
|
|
720
|
-
margin: string | number | import("@stitches
|
|
713
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
714
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
721
715
|
};
|
|
722
|
-
mt: (value: string | number | import("@stitches
|
|
723
|
-
marginTop: string | number | import("@stitches
|
|
716
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
717
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
724
718
|
};
|
|
725
|
-
mr: (value: string | number | import("@stitches
|
|
726
|
-
marginRight: string | number | import("@stitches
|
|
719
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
720
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
727
721
|
};
|
|
728
|
-
mb: (value: string | number | import("@stitches
|
|
729
|
-
marginBottom: string | number | import("@stitches
|
|
722
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
723
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
730
724
|
};
|
|
731
|
-
ml: (value: string | number | import("@stitches
|
|
732
|
-
marginLeft: string | number | import("@stitches
|
|
725
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
726
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
733
727
|
};
|
|
734
|
-
mx: (value: string | number | import("@stitches
|
|
735
|
-
marginLeft: string | number | import("@stitches
|
|
736
|
-
marginRight: string | number | import("@stitches
|
|
728
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
729
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
730
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
737
731
|
};
|
|
738
|
-
my: (value: string | number | import("@stitches
|
|
739
|
-
marginTop: string | number | import("@stitches
|
|
740
|
-
marginBottom: string | number | import("@stitches
|
|
732
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
733
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
734
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
741
735
|
};
|
|
742
736
|
}>>;
|
|
743
737
|
BrandLogo: {
|
|
744
|
-
(props: Omit<
|
|
738
|
+
(props: Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & {
|
|
745
739
|
ref?: ((instance: HTMLImageElement | null) => void) | React.RefObject<HTMLImageElement> | null | undefined;
|
|
746
|
-
}, "css" | "fluid"> & import("@stitches
|
|
740
|
+
}, "css" | "fluid"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
747
741
|
fluid?: boolean | "true" | undefined;
|
|
748
742
|
}, {
|
|
749
743
|
sm: string;
|
|
@@ -754,7 +748,7 @@ export declare const SideBar: {
|
|
|
754
748
|
allowMotion: string;
|
|
755
749
|
hover: string;
|
|
756
750
|
}> & {
|
|
757
|
-
css?: import("@stitches
|
|
751
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
758
752
|
sm: string;
|
|
759
753
|
md: string;
|
|
760
754
|
lg: string;
|
|
@@ -794,6 +788,18 @@ export declare const SideBar: {
|
|
|
794
788
|
blue1000: any;
|
|
795
789
|
blue1100: any;
|
|
796
790
|
blue1200: any;
|
|
791
|
+
pink100: any;
|
|
792
|
+
pink200: any;
|
|
793
|
+
pink300: any;
|
|
794
|
+
pink400: any;
|
|
795
|
+
pink500: any;
|
|
796
|
+
pink600: any;
|
|
797
|
+
pink700: any;
|
|
798
|
+
pink800: any;
|
|
799
|
+
pink900: any;
|
|
800
|
+
pink1000: any;
|
|
801
|
+
pink1100: any;
|
|
802
|
+
pink1200: any;
|
|
797
803
|
purple100: any;
|
|
798
804
|
purple200: any;
|
|
799
805
|
purple300: any;
|
|
@@ -938,26 +944,11 @@ export declare const SideBar: {
|
|
|
938
944
|
marsh1000: any;
|
|
939
945
|
marsh1100: any;
|
|
940
946
|
marsh1200: any;
|
|
941
|
-
tonal50: any;
|
|
942
|
-
tonal100: any;
|
|
943
|
-
tonal200: any;
|
|
944
|
-
tonal300: any;
|
|
945
|
-
tonal400: any;
|
|
946
|
-
tonal500: any;
|
|
947
|
-
tonal600: any;
|
|
948
947
|
alpha100: any;
|
|
949
948
|
alpha150: any;
|
|
950
949
|
alpha200: any;
|
|
951
950
|
alpha250: any;
|
|
952
951
|
alpha600: any;
|
|
953
|
-
brandRed: any;
|
|
954
|
-
brandRedAccent: any;
|
|
955
|
-
brandGreen: any;
|
|
956
|
-
brandGreenAccent: any;
|
|
957
|
-
brandPurple: any;
|
|
958
|
-
brandPurpleAccent: any;
|
|
959
|
-
brandYellow: any;
|
|
960
|
-
brandYellowAccent: any;
|
|
961
952
|
infoLight: any;
|
|
962
953
|
info: any;
|
|
963
954
|
infoMid: any;
|
|
@@ -1058,69 +1049,71 @@ export declare const SideBar: {
|
|
|
1058
1049
|
"1-1": any;
|
|
1059
1050
|
"3-4": any;
|
|
1060
1051
|
};
|
|
1061
|
-
}, import("@stitches
|
|
1062
|
-
bg: (value: import("@stitches
|
|
1063
|
-
background: import("@stitches
|
|
1052
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1053
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1054
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1064
1055
|
};
|
|
1065
|
-
size: (value: string | number | import("@stitches
|
|
1066
|
-
height: string | number | import("@stitches
|
|
1067
|
-
width: string | number | import("@stitches
|
|
1056
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1057
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1058
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1068
1059
|
};
|
|
1069
|
-
p: (value: string | number | import("@stitches
|
|
1070
|
-
padding: string | number | import("@stitches
|
|
1060
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1061
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1071
1062
|
};
|
|
1072
|
-
pt: (value: string | number | import("@stitches
|
|
1073
|
-
paddingTop: string | number | import("@stitches
|
|
1063
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1064
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1074
1065
|
};
|
|
1075
|
-
pr: (value: string | number | import("@stitches
|
|
1076
|
-
paddingRight: string | number | import("@stitches
|
|
1066
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1067
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1077
1068
|
};
|
|
1078
|
-
pb: (value: string | number | import("@stitches
|
|
1079
|
-
paddingBottom: string | number | import("@stitches
|
|
1069
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1070
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1080
1071
|
};
|
|
1081
|
-
pl: (value: string | number | import("@stitches
|
|
1082
|
-
paddingLeft: string | number | import("@stitches
|
|
1072
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1073
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1083
1074
|
};
|
|
1084
|
-
px: (value: string | number | import("@stitches
|
|
1085
|
-
paddingLeft: string | number | import("@stitches
|
|
1086
|
-
paddingRight: string | number | import("@stitches
|
|
1075
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1076
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1077
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1087
1078
|
};
|
|
1088
|
-
py: (value: string | number | import("@stitches
|
|
1089
|
-
paddingTop: string | number | import("@stitches
|
|
1090
|
-
paddingBottom: string | number | import("@stitches
|
|
1079
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1080
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1081
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1091
1082
|
};
|
|
1092
|
-
m: (value: string | number | import("@stitches
|
|
1093
|
-
margin: string | number | import("@stitches
|
|
1083
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1084
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1094
1085
|
};
|
|
1095
|
-
mt: (value: string | number | import("@stitches
|
|
1096
|
-
marginTop: string | number | import("@stitches
|
|
1086
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1087
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1097
1088
|
};
|
|
1098
|
-
mr: (value: string | number | import("@stitches
|
|
1099
|
-
marginRight: string | number | import("@stitches
|
|
1089
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1090
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1100
1091
|
};
|
|
1101
|
-
mb: (value: string | number | import("@stitches
|
|
1102
|
-
marginBottom: string | number | import("@stitches
|
|
1092
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1093
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1103
1094
|
};
|
|
1104
|
-
ml: (value: string | number | import("@stitches
|
|
1105
|
-
marginLeft: string | number | import("@stitches
|
|
1095
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1096
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1106
1097
|
};
|
|
1107
|
-
mx: (value: string | number | import("@stitches
|
|
1108
|
-
marginLeft: string | number | import("@stitches
|
|
1109
|
-
marginRight: string | number | import("@stitches
|
|
1098
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1099
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1100
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1110
1101
|
};
|
|
1111
|
-
my: (value: string | number | import("@stitches
|
|
1112
|
-
marginTop: string | number | import("@stitches
|
|
1113
|
-
marginBottom: string | number | import("@stitches
|
|
1102
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1103
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1104
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1114
1105
|
};
|
|
1115
1106
|
}> | undefined;
|
|
1116
|
-
}, "
|
|
1107
|
+
}, "ref">, "as"> & {
|
|
1117
1108
|
as?: undefined;
|
|
1118
|
-
}): JSX.Element;
|
|
1109
|
+
}): React.JSX.Element;
|
|
1119
1110
|
displayName: string;
|
|
1120
1111
|
};
|
|
1121
|
-
BrandName: import("@stitches
|
|
1112
|
+
BrandName: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
|
|
1122
1113
|
ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
1123
|
-
}, "size" | "css" | "noCapsize"> & import("@stitches
|
|
1114
|
+
}, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1115
|
+
weight?: "normal" | "bold" | undefined;
|
|
1116
|
+
family?: "display" | "mono" | "body" | undefined;
|
|
1124
1117
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
1125
1118
|
noCapsize?: boolean | "true" | undefined;
|
|
1126
1119
|
}, {
|
|
@@ -1132,7 +1125,7 @@ export declare const SideBar: {
|
|
|
1132
1125
|
allowMotion: string;
|
|
1133
1126
|
hover: string;
|
|
1134
1127
|
}> & {
|
|
1135
|
-
css?: import("@stitches
|
|
1128
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1136
1129
|
sm: string;
|
|
1137
1130
|
md: string;
|
|
1138
1131
|
lg: string;
|
|
@@ -1172,6 +1165,18 @@ export declare const SideBar: {
|
|
|
1172
1165
|
blue1000: any;
|
|
1173
1166
|
blue1100: any;
|
|
1174
1167
|
blue1200: any;
|
|
1168
|
+
pink100: any;
|
|
1169
|
+
pink200: any;
|
|
1170
|
+
pink300: any;
|
|
1171
|
+
pink400: any;
|
|
1172
|
+
pink500: any;
|
|
1173
|
+
pink600: any;
|
|
1174
|
+
pink700: any;
|
|
1175
|
+
pink800: any;
|
|
1176
|
+
pink900: any;
|
|
1177
|
+
pink1000: any;
|
|
1178
|
+
pink1100: any;
|
|
1179
|
+
pink1200: any;
|
|
1175
1180
|
purple100: any;
|
|
1176
1181
|
purple200: any;
|
|
1177
1182
|
purple300: any;
|
|
@@ -1316,26 +1321,11 @@ export declare const SideBar: {
|
|
|
1316
1321
|
marsh1000: any;
|
|
1317
1322
|
marsh1100: any;
|
|
1318
1323
|
marsh1200: any;
|
|
1319
|
-
tonal50: any;
|
|
1320
|
-
tonal100: any;
|
|
1321
|
-
tonal200: any;
|
|
1322
|
-
tonal300: any;
|
|
1323
|
-
tonal400: any;
|
|
1324
|
-
tonal500: any;
|
|
1325
|
-
tonal600: any;
|
|
1326
1324
|
alpha100: any;
|
|
1327
1325
|
alpha150: any;
|
|
1328
1326
|
alpha200: any;
|
|
1329
1327
|
alpha250: any;
|
|
1330
1328
|
alpha600: any;
|
|
1331
|
-
brandRed: any;
|
|
1332
|
-
brandRedAccent: any;
|
|
1333
|
-
brandGreen: any;
|
|
1334
|
-
brandGreenAccent: any;
|
|
1335
|
-
brandPurple: any;
|
|
1336
|
-
brandPurpleAccent: any;
|
|
1337
|
-
brandYellow: any;
|
|
1338
|
-
brandYellowAccent: any;
|
|
1339
1329
|
infoLight: any;
|
|
1340
1330
|
info: any;
|
|
1341
1331
|
infoMid: any;
|
|
@@ -1436,59 +1426,59 @@ export declare const SideBar: {
|
|
|
1436
1426
|
"1-1": any;
|
|
1437
1427
|
"3-4": any;
|
|
1438
1428
|
};
|
|
1439
|
-
}, import("@stitches
|
|
1440
|
-
bg: (value: import("@stitches
|
|
1441
|
-
background: import("@stitches
|
|
1429
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1430
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1431
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1442
1432
|
};
|
|
1443
|
-
size: (value: string | number | import("@stitches
|
|
1444
|
-
height: string | number | import("@stitches
|
|
1445
|
-
width: string | number | import("@stitches
|
|
1433
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1434
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1435
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1446
1436
|
};
|
|
1447
|
-
p: (value: string | number | import("@stitches
|
|
1448
|
-
padding: string | number | import("@stitches
|
|
1437
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1438
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1449
1439
|
};
|
|
1450
|
-
pt: (value: string | number | import("@stitches
|
|
1451
|
-
paddingTop: string | number | import("@stitches
|
|
1440
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1441
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1452
1442
|
};
|
|
1453
|
-
pr: (value: string | number | import("@stitches
|
|
1454
|
-
paddingRight: string | number | import("@stitches
|
|
1443
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1444
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1455
1445
|
};
|
|
1456
|
-
pb: (value: string | number | import("@stitches
|
|
1457
|
-
paddingBottom: string | number | import("@stitches
|
|
1446
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1447
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1458
1448
|
};
|
|
1459
|
-
pl: (value: string | number | import("@stitches
|
|
1460
|
-
paddingLeft: string | number | import("@stitches
|
|
1449
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1450
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1461
1451
|
};
|
|
1462
|
-
px: (value: string | number | import("@stitches
|
|
1463
|
-
paddingLeft: string | number | import("@stitches
|
|
1464
|
-
paddingRight: string | number | import("@stitches
|
|
1452
|
+
px: (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">;
|
|
1454
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1465
1455
|
};
|
|
1466
|
-
py: (value: string | number | import("@stitches
|
|
1467
|
-
paddingTop: string | number | import("@stitches
|
|
1468
|
-
paddingBottom: string | number | import("@stitches
|
|
1456
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1457
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1458
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1469
1459
|
};
|
|
1470
|
-
m: (value: string | number | import("@stitches
|
|
1471
|
-
margin: string | number | import("@stitches
|
|
1460
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1461
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1472
1462
|
};
|
|
1473
|
-
mt: (value: string | number | import("@stitches
|
|
1474
|
-
marginTop: string | number | import("@stitches
|
|
1463
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1464
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1475
1465
|
};
|
|
1476
|
-
mr: (value: string | number | import("@stitches
|
|
1477
|
-
marginRight: string | number | import("@stitches
|
|
1466
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1467
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1478
1468
|
};
|
|
1479
|
-
mb: (value: string | number | import("@stitches
|
|
1480
|
-
marginBottom: string | number | import("@stitches
|
|
1469
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1470
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1481
1471
|
};
|
|
1482
|
-
ml: (value: string | number | import("@stitches
|
|
1483
|
-
marginLeft: string | number | import("@stitches
|
|
1472
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1473
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1484
1474
|
};
|
|
1485
|
-
mx: (value: string | number | import("@stitches
|
|
1486
|
-
marginLeft: string | number | import("@stitches
|
|
1487
|
-
marginRight: string | number | import("@stitches
|
|
1475
|
+
mx: (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">;
|
|
1477
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1488
1478
|
};
|
|
1489
|
-
my: (value: string | number | import("@stitches
|
|
1490
|
-
marginTop: string | number | import("@stitches
|
|
1491
|
-
marginBottom: string | number | import("@stitches
|
|
1479
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1480
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1481
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1492
1482
|
};
|
|
1493
1483
|
}> | undefined;
|
|
1494
1484
|
}, "as"> & {
|
|
@@ -1501,7 +1491,7 @@ export declare const SideBar: {
|
|
|
1501
1491
|
reducedMotion: string;
|
|
1502
1492
|
allowMotion: string;
|
|
1503
1493
|
hover: string;
|
|
1504
|
-
}, import("@stitches
|
|
1494
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1505
1495
|
sm: string;
|
|
1506
1496
|
md: string;
|
|
1507
1497
|
lg: string;
|
|
@@ -1541,6 +1531,18 @@ export declare const SideBar: {
|
|
|
1541
1531
|
blue1000: any;
|
|
1542
1532
|
blue1100: any;
|
|
1543
1533
|
blue1200: any;
|
|
1534
|
+
pink100: any;
|
|
1535
|
+
pink200: any;
|
|
1536
|
+
pink300: any;
|
|
1537
|
+
pink400: any;
|
|
1538
|
+
pink500: any;
|
|
1539
|
+
pink600: any;
|
|
1540
|
+
pink700: any;
|
|
1541
|
+
pink800: any;
|
|
1542
|
+
pink900: any;
|
|
1543
|
+
pink1000: any;
|
|
1544
|
+
pink1100: any;
|
|
1545
|
+
pink1200: any;
|
|
1544
1546
|
purple100: any;
|
|
1545
1547
|
purple200: any;
|
|
1546
1548
|
purple300: any;
|
|
@@ -1685,26 +1687,11 @@ export declare const SideBar: {
|
|
|
1685
1687
|
marsh1000: any;
|
|
1686
1688
|
marsh1100: any;
|
|
1687
1689
|
marsh1200: any;
|
|
1688
|
-
tonal50: any;
|
|
1689
|
-
tonal100: any;
|
|
1690
|
-
tonal200: any;
|
|
1691
|
-
tonal300: any;
|
|
1692
|
-
tonal400: any;
|
|
1693
|
-
tonal500: any;
|
|
1694
|
-
tonal600: any;
|
|
1695
1690
|
alpha100: any;
|
|
1696
1691
|
alpha150: any;
|
|
1697
1692
|
alpha200: any;
|
|
1698
1693
|
alpha250: any;
|
|
1699
1694
|
alpha600: any;
|
|
1700
|
-
brandRed: any;
|
|
1701
|
-
brandRedAccent: any;
|
|
1702
|
-
brandGreen: any;
|
|
1703
|
-
brandGreenAccent: any;
|
|
1704
|
-
brandPurple: any;
|
|
1705
|
-
brandPurpleAccent: any;
|
|
1706
|
-
brandYellow: any;
|
|
1707
|
-
brandYellowAccent: any;
|
|
1708
1695
|
infoLight: any;
|
|
1709
1696
|
info: any;
|
|
1710
1697
|
infoMid: any;
|
|
@@ -1805,62 +1792,62 @@ export declare const SideBar: {
|
|
|
1805
1792
|
"1-1": any;
|
|
1806
1793
|
"3-4": any;
|
|
1807
1794
|
};
|
|
1808
|
-
}, import("@stitches
|
|
1809
|
-
bg: (value: import("@stitches
|
|
1810
|
-
background: import("@stitches
|
|
1795
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1796
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1797
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1811
1798
|
};
|
|
1812
|
-
size: (value: string | number | import("@stitches
|
|
1813
|
-
height: string | number | import("@stitches
|
|
1814
|
-
width: string | number | import("@stitches
|
|
1799
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1800
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1801
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1815
1802
|
};
|
|
1816
|
-
p: (value: string | number | import("@stitches
|
|
1817
|
-
padding: string | number | import("@stitches
|
|
1803
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1804
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1818
1805
|
};
|
|
1819
|
-
pt: (value: string | number | import("@stitches
|
|
1820
|
-
paddingTop: string | number | import("@stitches
|
|
1806
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1807
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1821
1808
|
};
|
|
1822
|
-
pr: (value: string | number | import("@stitches
|
|
1823
|
-
paddingRight: string | number | import("@stitches
|
|
1809
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1810
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1824
1811
|
};
|
|
1825
|
-
pb: (value: string | number | import("@stitches
|
|
1826
|
-
paddingBottom: string | number | import("@stitches
|
|
1812
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1813
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1827
1814
|
};
|
|
1828
|
-
pl: (value: string | number | import("@stitches
|
|
1829
|
-
paddingLeft: string | number | import("@stitches
|
|
1815
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1816
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1830
1817
|
};
|
|
1831
|
-
px: (value: string | number | import("@stitches
|
|
1832
|
-
paddingLeft: string | number | import("@stitches
|
|
1833
|
-
paddingRight: string | number | import("@stitches
|
|
1818
|
+
px: (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">;
|
|
1820
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1834
1821
|
};
|
|
1835
|
-
py: (value: string | number | import("@stitches
|
|
1836
|
-
paddingTop: string | number | import("@stitches
|
|
1837
|
-
paddingBottom: string | number | import("@stitches
|
|
1822
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1823
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1824
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1838
1825
|
};
|
|
1839
|
-
m: (value: string | number | import("@stitches
|
|
1840
|
-
margin: string | number | import("@stitches
|
|
1826
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1827
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1841
1828
|
};
|
|
1842
|
-
mt: (value: string | number | import("@stitches
|
|
1843
|
-
marginTop: string | number | import("@stitches
|
|
1829
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1830
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1844
1831
|
};
|
|
1845
|
-
mr: (value: string | number | import("@stitches
|
|
1846
|
-
marginRight: string | number | import("@stitches
|
|
1832
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1833
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1847
1834
|
};
|
|
1848
|
-
mb: (value: string | number | import("@stitches
|
|
1849
|
-
marginBottom: string | number | import("@stitches
|
|
1835
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1836
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1850
1837
|
};
|
|
1851
|
-
ml: (value: string | number | import("@stitches
|
|
1852
|
-
marginLeft: string | number | import("@stitches
|
|
1838
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1839
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1853
1840
|
};
|
|
1854
|
-
mx: (value: string | number | import("@stitches
|
|
1855
|
-
marginLeft: string | number | import("@stitches
|
|
1856
|
-
marginRight: string | number | import("@stitches
|
|
1841
|
+
mx: (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">;
|
|
1843
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1857
1844
|
};
|
|
1858
|
-
my: (value: string | number | import("@stitches
|
|
1859
|
-
marginTop: string | number | import("@stitches
|
|
1860
|
-
marginBottom: string | number | import("@stitches
|
|
1845
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1846
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1847
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1861
1848
|
};
|
|
1862
1849
|
}>>;
|
|
1863
|
-
Header: import("@stitches
|
|
1850
|
+
Header: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {}, {
|
|
1864
1851
|
sm: string;
|
|
1865
1852
|
md: string;
|
|
1866
1853
|
lg: string;
|
|
@@ -1868,7 +1855,7 @@ export declare const SideBar: {
|
|
|
1868
1855
|
reducedMotion: string;
|
|
1869
1856
|
allowMotion: string;
|
|
1870
1857
|
hover: string;
|
|
1871
|
-
}, import("@stitches
|
|
1858
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1872
1859
|
sm: string;
|
|
1873
1860
|
md: string;
|
|
1874
1861
|
lg: string;
|
|
@@ -1908,6 +1895,18 @@ export declare const SideBar: {
|
|
|
1908
1895
|
blue1000: any;
|
|
1909
1896
|
blue1100: any;
|
|
1910
1897
|
blue1200: any;
|
|
1898
|
+
pink100: any;
|
|
1899
|
+
pink200: any;
|
|
1900
|
+
pink300: any;
|
|
1901
|
+
pink400: any;
|
|
1902
|
+
pink500: any;
|
|
1903
|
+
pink600: any;
|
|
1904
|
+
pink700: any;
|
|
1905
|
+
pink800: any;
|
|
1906
|
+
pink900: any;
|
|
1907
|
+
pink1000: any;
|
|
1908
|
+
pink1100: any;
|
|
1909
|
+
pink1200: any;
|
|
1911
1910
|
purple100: any;
|
|
1912
1911
|
purple200: any;
|
|
1913
1912
|
purple300: any;
|
|
@@ -2052,26 +2051,11 @@ export declare const SideBar: {
|
|
|
2052
2051
|
marsh1000: any;
|
|
2053
2052
|
marsh1100: any;
|
|
2054
2053
|
marsh1200: any;
|
|
2055
|
-
tonal50: any;
|
|
2056
|
-
tonal100: any;
|
|
2057
|
-
tonal200: any;
|
|
2058
|
-
tonal300: any;
|
|
2059
|
-
tonal400: any;
|
|
2060
|
-
tonal500: any;
|
|
2061
|
-
tonal600: any;
|
|
2062
2054
|
alpha100: any;
|
|
2063
2055
|
alpha150: any;
|
|
2064
2056
|
alpha200: any;
|
|
2065
2057
|
alpha250: any;
|
|
2066
2058
|
alpha600: any;
|
|
2067
|
-
brandRed: any;
|
|
2068
|
-
brandRedAccent: any;
|
|
2069
|
-
brandGreen: any;
|
|
2070
|
-
brandGreenAccent: any;
|
|
2071
|
-
brandPurple: any;
|
|
2072
|
-
brandPurpleAccent: any;
|
|
2073
|
-
brandYellow: any;
|
|
2074
|
-
brandYellowAccent: any;
|
|
2075
2059
|
infoLight: any;
|
|
2076
2060
|
info: any;
|
|
2077
2061
|
infoMid: any;
|
|
@@ -2172,62 +2156,62 @@ export declare const SideBar: {
|
|
|
2172
2156
|
"1-1": any;
|
|
2173
2157
|
"3-4": any;
|
|
2174
2158
|
};
|
|
2175
|
-
}, import("@stitches
|
|
2176
|
-
bg: (value: import("@stitches
|
|
2177
|
-
background: import("@stitches
|
|
2159
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2160
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2161
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2178
2162
|
};
|
|
2179
|
-
size: (value: string | number | import("@stitches
|
|
2180
|
-
height: string | number | import("@stitches
|
|
2181
|
-
width: string | number | import("@stitches
|
|
2163
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2164
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2165
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2182
2166
|
};
|
|
2183
|
-
p: (value: string | number | import("@stitches
|
|
2184
|
-
padding: string | number | import("@stitches
|
|
2167
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2168
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2185
2169
|
};
|
|
2186
|
-
pt: (value: string | number | import("@stitches
|
|
2187
|
-
paddingTop: string | number | import("@stitches
|
|
2170
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2171
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2188
2172
|
};
|
|
2189
|
-
pr: (value: string | number | import("@stitches
|
|
2190
|
-
paddingRight: string | number | import("@stitches
|
|
2173
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2174
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2191
2175
|
};
|
|
2192
|
-
pb: (value: string | number | import("@stitches
|
|
2193
|
-
paddingBottom: string | number | import("@stitches
|
|
2176
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2177
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2194
2178
|
};
|
|
2195
|
-
pl: (value: string | number | import("@stitches
|
|
2196
|
-
paddingLeft: string | number | import("@stitches
|
|
2179
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2180
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2197
2181
|
};
|
|
2198
|
-
px: (value: string | number | import("@stitches
|
|
2199
|
-
paddingLeft: string | number | import("@stitches
|
|
2200
|
-
paddingRight: string | number | import("@stitches
|
|
2182
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2183
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2184
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2201
2185
|
};
|
|
2202
|
-
py: (value: string | number | import("@stitches
|
|
2203
|
-
paddingTop: string | number | import("@stitches
|
|
2204
|
-
paddingBottom: string | number | import("@stitches
|
|
2186
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2187
|
+
paddingTop: 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">;
|
|
2205
2189
|
};
|
|
2206
|
-
m: (value: string | number | import("@stitches
|
|
2207
|
-
margin: string | number | import("@stitches
|
|
2190
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2191
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2208
2192
|
};
|
|
2209
|
-
mt: (value: string | number | import("@stitches
|
|
2210
|
-
marginTop: string | number | import("@stitches
|
|
2193
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2194
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2211
2195
|
};
|
|
2212
|
-
mr: (value: string | number | import("@stitches
|
|
2213
|
-
marginRight: string | number | import("@stitches
|
|
2196
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2197
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2214
2198
|
};
|
|
2215
|
-
mb: (value: string | number | import("@stitches
|
|
2216
|
-
marginBottom: string | number | import("@stitches
|
|
2199
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2200
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2217
2201
|
};
|
|
2218
|
-
ml: (value: string | number | import("@stitches
|
|
2219
|
-
marginLeft: string | number | import("@stitches
|
|
2202
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2203
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2220
2204
|
};
|
|
2221
|
-
mx: (value: string | number | import("@stitches
|
|
2222
|
-
marginLeft: string | number | import("@stitches
|
|
2223
|
-
marginRight: string | number | import("@stitches
|
|
2205
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2206
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2207
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2224
2208
|
};
|
|
2225
|
-
my: (value: string | number | import("@stitches
|
|
2226
|
-
marginTop: string | number | import("@stitches
|
|
2227
|
-
marginBottom: string | number | import("@stitches
|
|
2209
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2210
|
+
marginTop: 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">;
|
|
2228
2212
|
};
|
|
2229
2213
|
}>>;
|
|
2230
|
-
Body: import("@stitches
|
|
2214
|
+
Body: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {}, {
|
|
2231
2215
|
sm: string;
|
|
2232
2216
|
md: string;
|
|
2233
2217
|
lg: string;
|
|
@@ -2235,7 +2219,7 @@ export declare const SideBar: {
|
|
|
2235
2219
|
reducedMotion: string;
|
|
2236
2220
|
allowMotion: string;
|
|
2237
2221
|
hover: string;
|
|
2238
|
-
}, import("@stitches
|
|
2222
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2239
2223
|
sm: string;
|
|
2240
2224
|
md: string;
|
|
2241
2225
|
lg: string;
|
|
@@ -2275,6 +2259,18 @@ export declare const SideBar: {
|
|
|
2275
2259
|
blue1000: any;
|
|
2276
2260
|
blue1100: any;
|
|
2277
2261
|
blue1200: any;
|
|
2262
|
+
pink100: any;
|
|
2263
|
+
pink200: any;
|
|
2264
|
+
pink300: any;
|
|
2265
|
+
pink400: any;
|
|
2266
|
+
pink500: any;
|
|
2267
|
+
pink600: any;
|
|
2268
|
+
pink700: any;
|
|
2269
|
+
pink800: any;
|
|
2270
|
+
pink900: any;
|
|
2271
|
+
pink1000: any;
|
|
2272
|
+
pink1100: any;
|
|
2273
|
+
pink1200: any;
|
|
2278
2274
|
purple100: any;
|
|
2279
2275
|
purple200: any;
|
|
2280
2276
|
purple300: any;
|
|
@@ -2419,26 +2415,11 @@ export declare const SideBar: {
|
|
|
2419
2415
|
marsh1000: any;
|
|
2420
2416
|
marsh1100: any;
|
|
2421
2417
|
marsh1200: any;
|
|
2422
|
-
tonal50: any;
|
|
2423
|
-
tonal100: any;
|
|
2424
|
-
tonal200: any;
|
|
2425
|
-
tonal300: any;
|
|
2426
|
-
tonal400: any;
|
|
2427
|
-
tonal500: any;
|
|
2428
|
-
tonal600: any;
|
|
2429
2418
|
alpha100: any;
|
|
2430
2419
|
alpha150: any;
|
|
2431
2420
|
alpha200: any;
|
|
2432
2421
|
alpha250: any;
|
|
2433
2422
|
alpha600: any;
|
|
2434
|
-
brandRed: any;
|
|
2435
|
-
brandRedAccent: any;
|
|
2436
|
-
brandGreen: any;
|
|
2437
|
-
brandGreenAccent: any;
|
|
2438
|
-
brandPurple: any;
|
|
2439
|
-
brandPurpleAccent: any;
|
|
2440
|
-
brandYellow: any;
|
|
2441
|
-
brandYellowAccent: any;
|
|
2442
2423
|
infoLight: any;
|
|
2443
2424
|
info: any;
|
|
2444
2425
|
infoMid: any;
|
|
@@ -2539,62 +2520,62 @@ export declare const SideBar: {
|
|
|
2539
2520
|
"1-1": any;
|
|
2540
2521
|
"3-4": any;
|
|
2541
2522
|
};
|
|
2542
|
-
}, import("@stitches
|
|
2543
|
-
bg: (value: import("@stitches
|
|
2544
|
-
background: import("@stitches
|
|
2523
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2524
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2525
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2545
2526
|
};
|
|
2546
|
-
size: (value: string | number | import("@stitches
|
|
2547
|
-
height: string | number | import("@stitches
|
|
2548
|
-
width: string | number | import("@stitches
|
|
2527
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2528
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2529
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2549
2530
|
};
|
|
2550
|
-
p: (value: string | number | import("@stitches
|
|
2551
|
-
padding: string | number | import("@stitches
|
|
2531
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2532
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2552
2533
|
};
|
|
2553
|
-
pt: (value: string | number | import("@stitches
|
|
2554
|
-
paddingTop: string | number | import("@stitches
|
|
2534
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2535
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2555
2536
|
};
|
|
2556
|
-
pr: (value: string | number | import("@stitches
|
|
2557
|
-
paddingRight: string | number | import("@stitches
|
|
2537
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2538
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2558
2539
|
};
|
|
2559
|
-
pb: (value: string | number | import("@stitches
|
|
2560
|
-
paddingBottom: string | number | import("@stitches
|
|
2540
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2541
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2561
2542
|
};
|
|
2562
|
-
pl: (value: string | number | import("@stitches
|
|
2563
|
-
paddingLeft: string | number | import("@stitches
|
|
2543
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2544
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2564
2545
|
};
|
|
2565
|
-
px: (value: string | number | import("@stitches
|
|
2566
|
-
paddingLeft: string | number | import("@stitches
|
|
2567
|
-
paddingRight: string | number | import("@stitches
|
|
2546
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2547
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2548
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2568
2549
|
};
|
|
2569
|
-
py: (value: string | number | import("@stitches
|
|
2570
|
-
paddingTop: string | number | import("@stitches
|
|
2571
|
-
paddingBottom: string | number | import("@stitches
|
|
2550
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2551
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2552
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2572
2553
|
};
|
|
2573
|
-
m: (value: string | number | import("@stitches
|
|
2574
|
-
margin: string | number | import("@stitches
|
|
2554
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2555
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2575
2556
|
};
|
|
2576
|
-
mt: (value: string | number | import("@stitches
|
|
2577
|
-
marginTop: string | number | import("@stitches
|
|
2557
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2558
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2578
2559
|
};
|
|
2579
|
-
mr: (value: string | number | import("@stitches
|
|
2580
|
-
marginRight: string | number | import("@stitches
|
|
2560
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2561
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2581
2562
|
};
|
|
2582
|
-
mb: (value: string | number | import("@stitches
|
|
2583
|
-
marginBottom: string | number | import("@stitches
|
|
2563
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2564
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2584
2565
|
};
|
|
2585
|
-
ml: (value: string | number | import("@stitches
|
|
2586
|
-
marginLeft: string | number | import("@stitches
|
|
2566
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2567
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2587
2568
|
};
|
|
2588
|
-
mx: (value: string | number | import("@stitches
|
|
2589
|
-
marginLeft: string | number | import("@stitches
|
|
2590
|
-
marginRight: string | number | import("@stitches
|
|
2569
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2570
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2571
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2591
2572
|
};
|
|
2592
|
-
my: (value: string | number | import("@stitches
|
|
2593
|
-
marginTop: string | number | import("@stitches
|
|
2594
|
-
marginBottom: string | number | import("@stitches
|
|
2573
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2574
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2575
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2595
2576
|
};
|
|
2596
2577
|
}>>;
|
|
2597
|
-
Footer: import("@stitches
|
|
2578
|
+
Footer: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {}, {
|
|
2598
2579
|
sm: string;
|
|
2599
2580
|
md: string;
|
|
2600
2581
|
lg: string;
|
|
@@ -2602,7 +2583,7 @@ export declare const SideBar: {
|
|
|
2602
2583
|
reducedMotion: string;
|
|
2603
2584
|
allowMotion: string;
|
|
2604
2585
|
hover: string;
|
|
2605
|
-
}, import("@stitches
|
|
2586
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2606
2587
|
sm: string;
|
|
2607
2588
|
md: string;
|
|
2608
2589
|
lg: string;
|
|
@@ -2642,6 +2623,18 @@ export declare const SideBar: {
|
|
|
2642
2623
|
blue1000: any;
|
|
2643
2624
|
blue1100: any;
|
|
2644
2625
|
blue1200: any;
|
|
2626
|
+
pink100: any;
|
|
2627
|
+
pink200: any;
|
|
2628
|
+
pink300: any;
|
|
2629
|
+
pink400: any;
|
|
2630
|
+
pink500: any;
|
|
2631
|
+
pink600: any;
|
|
2632
|
+
pink700: any;
|
|
2633
|
+
pink800: any;
|
|
2634
|
+
pink900: any;
|
|
2635
|
+
pink1000: any;
|
|
2636
|
+
pink1100: any;
|
|
2637
|
+
pink1200: any;
|
|
2645
2638
|
purple100: any;
|
|
2646
2639
|
purple200: any;
|
|
2647
2640
|
purple300: any;
|
|
@@ -2786,26 +2779,11 @@ export declare const SideBar: {
|
|
|
2786
2779
|
marsh1000: any;
|
|
2787
2780
|
marsh1100: any;
|
|
2788
2781
|
marsh1200: any;
|
|
2789
|
-
tonal50: any;
|
|
2790
|
-
tonal100: any;
|
|
2791
|
-
tonal200: any;
|
|
2792
|
-
tonal300: any;
|
|
2793
|
-
tonal400: any;
|
|
2794
|
-
tonal500: any;
|
|
2795
|
-
tonal600: any;
|
|
2796
2782
|
alpha100: any;
|
|
2797
2783
|
alpha150: any;
|
|
2798
2784
|
alpha200: any;
|
|
2799
2785
|
alpha250: any;
|
|
2800
2786
|
alpha600: any;
|
|
2801
|
-
brandRed: any;
|
|
2802
|
-
brandRedAccent: any;
|
|
2803
|
-
brandGreen: any;
|
|
2804
|
-
brandGreenAccent: any;
|
|
2805
|
-
brandPurple: any;
|
|
2806
|
-
brandPurpleAccent: any;
|
|
2807
|
-
brandYellow: any;
|
|
2808
|
-
brandYellowAccent: any;
|
|
2809
2787
|
infoLight: any;
|
|
2810
2788
|
info: any;
|
|
2811
2789
|
infoMid: any;
|
|
@@ -2906,59 +2884,59 @@ export declare const SideBar: {
|
|
|
2906
2884
|
"1-1": any;
|
|
2907
2885
|
"3-4": any;
|
|
2908
2886
|
};
|
|
2909
|
-
}, import("@stitches
|
|
2910
|
-
bg: (value: import("@stitches
|
|
2911
|
-
background: import("@stitches
|
|
2887
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2888
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2889
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2912
2890
|
};
|
|
2913
|
-
size: (value: string | number | import("@stitches
|
|
2914
|
-
height: string | number | import("@stitches
|
|
2915
|
-
width: string | number | import("@stitches
|
|
2891
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2892
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2893
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2916
2894
|
};
|
|
2917
|
-
p: (value: string | number | import("@stitches
|
|
2918
|
-
padding: string | number | import("@stitches
|
|
2895
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2896
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2919
2897
|
};
|
|
2920
|
-
pt: (value: string | number | import("@stitches
|
|
2921
|
-
paddingTop: string | number | import("@stitches
|
|
2898
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2899
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2922
2900
|
};
|
|
2923
|
-
pr: (value: string | number | import("@stitches
|
|
2924
|
-
paddingRight: string | number | import("@stitches
|
|
2901
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2902
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2925
2903
|
};
|
|
2926
|
-
pb: (value: string | number | import("@stitches
|
|
2927
|
-
paddingBottom: string | number | import("@stitches
|
|
2904
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2905
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2928
2906
|
};
|
|
2929
|
-
pl: (value: string | number | import("@stitches
|
|
2930
|
-
paddingLeft: string | number | import("@stitches
|
|
2907
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2908
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2931
2909
|
};
|
|
2932
|
-
px: (value: string | number | import("@stitches
|
|
2933
|
-
paddingLeft: string | number | import("@stitches
|
|
2934
|
-
paddingRight: string | number | import("@stitches
|
|
2910
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2911
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2912
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2935
2913
|
};
|
|
2936
|
-
py: (value: string | number | import("@stitches
|
|
2937
|
-
paddingTop: string | number | import("@stitches
|
|
2938
|
-
paddingBottom: string | number | import("@stitches
|
|
2914
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2915
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2916
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2939
2917
|
};
|
|
2940
|
-
m: (value: string | number | import("@stitches
|
|
2941
|
-
margin: string | number | import("@stitches
|
|
2918
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2919
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2942
2920
|
};
|
|
2943
|
-
mt: (value: string | number | import("@stitches
|
|
2944
|
-
marginTop: string | number | import("@stitches
|
|
2921
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2922
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2945
2923
|
};
|
|
2946
|
-
mr: (value: string | number | import("@stitches
|
|
2947
|
-
marginRight: string | number | import("@stitches
|
|
2924
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2925
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2948
2926
|
};
|
|
2949
|
-
mb: (value: string | number | import("@stitches
|
|
2950
|
-
marginBottom: string | number | import("@stitches
|
|
2927
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2928
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2951
2929
|
};
|
|
2952
|
-
ml: (value: string | number | import("@stitches
|
|
2953
|
-
marginLeft: string | number | import("@stitches
|
|
2930
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2931
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2954
2932
|
};
|
|
2955
|
-
mx: (value: string | number | import("@stitches
|
|
2956
|
-
marginLeft: string | number | import("@stitches
|
|
2957
|
-
marginRight: string | number | import("@stitches
|
|
2933
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2934
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2935
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2958
2936
|
};
|
|
2959
|
-
my: (value: string | number | import("@stitches
|
|
2960
|
-
marginTop: string | number | import("@stitches
|
|
2961
|
-
marginBottom: string | number | import("@stitches
|
|
2937
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2938
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2939
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2962
2940
|
};
|
|
2963
2941
|
}>>;
|
|
2964
2942
|
displayName: string;
|