@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,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
declare const StyledSectionMessage: import("@stitches
|
|
3
|
-
({ disabled, dismissed, onDismiss, ...rest }: React.PropsWithChildren<import("../dismissible/DismissibleRoot").IDismissibleRootInternalProps & import("../dismissible/DismissibleRoot").IDismissibleRootProps>): JSX.Element;
|
|
2
|
+
declare const StyledSectionMessage: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<{
|
|
3
|
+
({ disabled, dismissed, onDismiss, ...rest }: React.PropsWithChildren<import("../dismissible/DismissibleRoot").IDismissibleRootInternalProps & import("../dismissible/DismissibleRoot").IDismissibleRootProps>): React.JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
} & {
|
|
6
|
-
Trigger: ({ asChild, ...rest }: React.PropsWithChildren<import("../dismissible/DismissibleTrigger").IDismissibleTriggerProps>) => JSX.Element;
|
|
6
|
+
Trigger: ({ asChild, ...rest }: React.PropsWithChildren<import("../dismissible/DismissibleTrigger").IDismissibleTriggerProps>) => React.JSX.Element;
|
|
7
7
|
}, {
|
|
8
8
|
theme?: "info" | "success" | "warning" | "neutral" | "error" | undefined;
|
|
9
9
|
hasIcon?: boolean | "true" | undefined;
|
|
@@ -16,7 +16,7 @@ declare const StyledSectionMessage: import("@stitches/react/types/styled-compone
|
|
|
16
16
|
reducedMotion: string;
|
|
17
17
|
allowMotion: string;
|
|
18
18
|
hover: string;
|
|
19
|
-
}, import("@stitches
|
|
19
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
20
20
|
sm: string;
|
|
21
21
|
md: string;
|
|
22
22
|
lg: string;
|
|
@@ -56,6 +56,18 @@ declare const StyledSectionMessage: import("@stitches/react/types/styled-compone
|
|
|
56
56
|
blue1000: any;
|
|
57
57
|
blue1100: any;
|
|
58
58
|
blue1200: any;
|
|
59
|
+
pink100: any;
|
|
60
|
+
pink200: any;
|
|
61
|
+
pink300: any;
|
|
62
|
+
pink400: any;
|
|
63
|
+
pink500: any;
|
|
64
|
+
pink600: any;
|
|
65
|
+
pink700: any;
|
|
66
|
+
pink800: any;
|
|
67
|
+
pink900: any;
|
|
68
|
+
pink1000: any;
|
|
69
|
+
pink1100: any;
|
|
70
|
+
pink1200: any;
|
|
59
71
|
purple100: any;
|
|
60
72
|
purple200: any;
|
|
61
73
|
purple300: any;
|
|
@@ -200,26 +212,11 @@ declare const StyledSectionMessage: import("@stitches/react/types/styled-compone
|
|
|
200
212
|
marsh1000: any;
|
|
201
213
|
marsh1100: any;
|
|
202
214
|
marsh1200: any;
|
|
203
|
-
tonal50: any;
|
|
204
|
-
tonal100: any;
|
|
205
|
-
tonal200: any;
|
|
206
|
-
tonal300: any;
|
|
207
|
-
tonal400: any;
|
|
208
|
-
tonal500: any;
|
|
209
|
-
tonal600: any;
|
|
210
215
|
alpha100: any;
|
|
211
216
|
alpha150: any;
|
|
212
217
|
alpha200: any;
|
|
213
218
|
alpha250: any;
|
|
214
219
|
alpha600: any;
|
|
215
|
-
brandRed: any;
|
|
216
|
-
brandRedAccent: any;
|
|
217
|
-
brandGreen: any;
|
|
218
|
-
brandGreenAccent: any;
|
|
219
|
-
brandPurple: any;
|
|
220
|
-
brandPurpleAccent: any;
|
|
221
|
-
brandYellow: any;
|
|
222
|
-
brandYellowAccent: any;
|
|
223
220
|
infoLight: any;
|
|
224
221
|
info: any;
|
|
225
222
|
infoMid: any;
|
|
@@ -320,59 +317,59 @@ declare const StyledSectionMessage: import("@stitches/react/types/styled-compone
|
|
|
320
317
|
"1-1": any;
|
|
321
318
|
"3-4": any;
|
|
322
319
|
};
|
|
323
|
-
}, import("@stitches
|
|
324
|
-
bg: (value: import("@stitches
|
|
325
|
-
background: import("@stitches
|
|
320
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
321
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
322
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
326
323
|
};
|
|
327
|
-
size: (value: string | number | import("@stitches
|
|
328
|
-
height: string | number | import("@stitches
|
|
329
|
-
width: string | number | import("@stitches
|
|
324
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
325
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
326
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
330
327
|
};
|
|
331
|
-
p: (value: string | number | import("@stitches
|
|
332
|
-
padding: string | number | import("@stitches
|
|
328
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
329
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
333
330
|
};
|
|
334
|
-
pt: (value: string | number | import("@stitches
|
|
335
|
-
paddingTop: string | number | import("@stitches
|
|
331
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
332
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
336
333
|
};
|
|
337
|
-
pr: (value: string | number | import("@stitches
|
|
338
|
-
paddingRight: string | number | import("@stitches
|
|
334
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
335
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
339
336
|
};
|
|
340
|
-
pb: (value: string | number | import("@stitches
|
|
341
|
-
paddingBottom: string | number | import("@stitches
|
|
337
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
338
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
342
339
|
};
|
|
343
|
-
pl: (value: string | number | import("@stitches
|
|
344
|
-
paddingLeft: string | number | import("@stitches
|
|
340
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
341
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
345
342
|
};
|
|
346
|
-
px: (value: string | number | import("@stitches
|
|
347
|
-
paddingLeft: string | number | import("@stitches
|
|
348
|
-
paddingRight: string | number | import("@stitches
|
|
343
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
344
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
345
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
349
346
|
};
|
|
350
|
-
py: (value: string | number | import("@stitches
|
|
351
|
-
paddingTop: string | number | import("@stitches
|
|
352
|
-
paddingBottom: string | number | import("@stitches
|
|
347
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
348
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
349
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
353
350
|
};
|
|
354
|
-
m: (value: string | number | import("@stitches
|
|
355
|
-
margin: string | number | import("@stitches
|
|
351
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
352
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
356
353
|
};
|
|
357
|
-
mt: (value: string | number | import("@stitches
|
|
358
|
-
marginTop: string | number | import("@stitches
|
|
354
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
355
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
359
356
|
};
|
|
360
|
-
mr: (value: string | number | import("@stitches
|
|
361
|
-
marginRight: string | number | import("@stitches
|
|
357
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
358
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
362
359
|
};
|
|
363
|
-
mb: (value: string | number | import("@stitches
|
|
364
|
-
marginBottom: string | number | import("@stitches
|
|
360
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
361
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
365
362
|
};
|
|
366
|
-
ml: (value: string | number | import("@stitches
|
|
367
|
-
marginLeft: string | number | import("@stitches
|
|
363
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
364
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
368
365
|
};
|
|
369
|
-
mx: (value: string | number | import("@stitches
|
|
370
|
-
marginLeft: string | number | import("@stitches
|
|
371
|
-
marginRight: string | number | import("@stitches
|
|
366
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
367
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
368
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
372
369
|
};
|
|
373
|
-
my: (value: string | number | import("@stitches
|
|
374
|
-
marginTop: string | number | import("@stitches
|
|
375
|
-
marginBottom: string | number | import("@stitches
|
|
370
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
371
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
372
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
376
373
|
};
|
|
377
374
|
}>>;
|
|
378
375
|
declare const SectionMessageRoot: ({ children, ...rest }: React.ComponentProps<typeof StyledSectionMessage>) => JSX.Element;
|
|
@@ -382,9 +379,11 @@ export interface SectionMessageProps extends React.ComponentProps<typeof Section
|
|
|
382
379
|
}
|
|
383
380
|
export declare const SectionMessage: {
|
|
384
381
|
({ theme, ...rest }: SectionMessageProps): JSX.Element;
|
|
385
|
-
Title: (
|
|
382
|
+
Title: (props: Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
|
|
386
383
|
ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
387
|
-
}, "size" | "css" | "noCapsize"> & import("@stitches
|
|
384
|
+
}, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
385
|
+
weight?: "normal" | "bold" | undefined;
|
|
386
|
+
family?: "display" | "mono" | "body" | undefined;
|
|
388
387
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
389
388
|
noCapsize?: boolean | "true" | undefined;
|
|
390
389
|
}, {
|
|
@@ -396,7 +395,7 @@ export declare const SectionMessage: {
|
|
|
396
395
|
allowMotion: string;
|
|
397
396
|
hover: string;
|
|
398
397
|
}> & {
|
|
399
|
-
css?: import("@stitches
|
|
398
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
400
399
|
sm: string;
|
|
401
400
|
md: string;
|
|
402
401
|
lg: string;
|
|
@@ -436,6 +435,18 @@ export declare const SectionMessage: {
|
|
|
436
435
|
blue1000: any;
|
|
437
436
|
blue1100: any;
|
|
438
437
|
blue1200: any;
|
|
438
|
+
pink100: any;
|
|
439
|
+
pink200: any;
|
|
440
|
+
pink300: any;
|
|
441
|
+
pink400: any;
|
|
442
|
+
pink500: any;
|
|
443
|
+
pink600: any;
|
|
444
|
+
pink700: any;
|
|
445
|
+
pink800: any;
|
|
446
|
+
pink900: any;
|
|
447
|
+
pink1000: any;
|
|
448
|
+
pink1100: any;
|
|
449
|
+
pink1200: any;
|
|
439
450
|
purple100: any;
|
|
440
451
|
purple200: any;
|
|
441
452
|
purple300: any;
|
|
@@ -580,26 +591,11 @@ export declare const SectionMessage: {
|
|
|
580
591
|
marsh1000: any;
|
|
581
592
|
marsh1100: any;
|
|
582
593
|
marsh1200: any;
|
|
583
|
-
tonal50: any;
|
|
584
|
-
tonal100: any;
|
|
585
|
-
tonal200: any;
|
|
586
|
-
tonal300: any;
|
|
587
|
-
tonal400: any;
|
|
588
|
-
tonal500: any;
|
|
589
|
-
tonal600: any;
|
|
590
594
|
alpha100: any;
|
|
591
595
|
alpha150: any;
|
|
592
596
|
alpha200: any;
|
|
593
597
|
alpha250: any;
|
|
594
598
|
alpha600: any;
|
|
595
|
-
brandRed: any;
|
|
596
|
-
brandRedAccent: any;
|
|
597
|
-
brandGreen: any;
|
|
598
|
-
brandGreenAccent: any;
|
|
599
|
-
brandPurple: any;
|
|
600
|
-
brandPurpleAccent: any;
|
|
601
|
-
brandYellow: any;
|
|
602
|
-
brandYellowAccent: any;
|
|
603
599
|
infoLight: any;
|
|
604
600
|
info: any;
|
|
605
601
|
infoMid: any;
|
|
@@ -700,67 +696,69 @@ export declare const SectionMessage: {
|
|
|
700
696
|
"1-1": any;
|
|
701
697
|
"3-4": any;
|
|
702
698
|
};
|
|
703
|
-
}, import("@stitches
|
|
704
|
-
bg: (value: import("@stitches
|
|
705
|
-
background: import("@stitches
|
|
699
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
700
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
701
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
706
702
|
};
|
|
707
|
-
size: (value: string | number | import("@stitches
|
|
708
|
-
height: string | number | import("@stitches
|
|
709
|
-
width: string | number | import("@stitches
|
|
703
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
704
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
705
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
710
706
|
};
|
|
711
|
-
p: (value: string | number | import("@stitches
|
|
712
|
-
padding: string | number | import("@stitches
|
|
707
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
708
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
713
709
|
};
|
|
714
|
-
pt: (value: string | number | import("@stitches
|
|
715
|
-
paddingTop: string | number | import("@stitches
|
|
710
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
711
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
716
712
|
};
|
|
717
|
-
pr: (value: string | number | import("@stitches
|
|
718
|
-
paddingRight: string | number | import("@stitches
|
|
713
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
714
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
719
715
|
};
|
|
720
|
-
pb: (value: string | number | import("@stitches
|
|
721
|
-
paddingBottom: string | number | import("@stitches
|
|
716
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
717
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
722
718
|
};
|
|
723
|
-
pl: (value: string | number | import("@stitches
|
|
724
|
-
paddingLeft: string | number | import("@stitches
|
|
719
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
720
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
725
721
|
};
|
|
726
|
-
px: (value: string | number | import("@stitches
|
|
727
|
-
paddingLeft: string | number | import("@stitches
|
|
728
|
-
paddingRight: string | number | import("@stitches
|
|
722
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
723
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
724
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
729
725
|
};
|
|
730
|
-
py: (value: string | number | import("@stitches
|
|
731
|
-
paddingTop: string | number | import("@stitches
|
|
732
|
-
paddingBottom: string | number | import("@stitches
|
|
726
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
727
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
728
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
733
729
|
};
|
|
734
|
-
m: (value: string | number | import("@stitches
|
|
735
|
-
margin: string | number | import("@stitches
|
|
730
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
731
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
736
732
|
};
|
|
737
|
-
mt: (value: string | number | import("@stitches
|
|
738
|
-
marginTop: string | number | import("@stitches
|
|
733
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
734
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
739
735
|
};
|
|
740
|
-
mr: (value: string | number | import("@stitches
|
|
741
|
-
marginRight: string | number | import("@stitches
|
|
736
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
737
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
742
738
|
};
|
|
743
|
-
mb: (value: string | number | import("@stitches
|
|
744
|
-
marginBottom: string | number | import("@stitches
|
|
739
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
740
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
745
741
|
};
|
|
746
|
-
ml: (value: string | number | import("@stitches
|
|
747
|
-
marginLeft: string | number | import("@stitches
|
|
742
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
743
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
748
744
|
};
|
|
749
|
-
mx: (value: string | number | import("@stitches
|
|
750
|
-
marginLeft: string | number | import("@stitches
|
|
751
|
-
marginRight: string | number | import("@stitches
|
|
745
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
746
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
747
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
752
748
|
};
|
|
753
|
-
my: (value: string | number | import("@stitches
|
|
754
|
-
marginTop: string | number | import("@stitches
|
|
755
|
-
marginBottom: string | number | import("@stitches
|
|
749
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
750
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
751
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
756
752
|
};
|
|
757
753
|
}> | undefined;
|
|
758
754
|
}, "as"> & {
|
|
759
755
|
as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
|
|
760
756
|
}) => JSX.Element;
|
|
761
|
-
Description: ({ css, ...rest }: Omit<Omit<
|
|
757
|
+
Description: ({ css, ...rest }: Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
|
|
762
758
|
ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
763
|
-
}, "size" | "css" | "noCapsize"> & import("@stitches
|
|
759
|
+
}, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
760
|
+
weight?: "normal" | "bold" | undefined;
|
|
761
|
+
family?: "display" | "mono" | "body" | undefined;
|
|
764
762
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
765
763
|
noCapsize?: boolean | "true" | undefined;
|
|
766
764
|
}, {
|
|
@@ -772,7 +770,7 @@ export declare const SectionMessage: {
|
|
|
772
770
|
allowMotion: string;
|
|
773
771
|
hover: string;
|
|
774
772
|
}> & {
|
|
775
|
-
css?: import("@stitches
|
|
773
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
776
774
|
sm: string;
|
|
777
775
|
md: string;
|
|
778
776
|
lg: string;
|
|
@@ -812,6 +810,18 @@ export declare const SectionMessage: {
|
|
|
812
810
|
blue1000: any;
|
|
813
811
|
blue1100: any;
|
|
814
812
|
blue1200: any;
|
|
813
|
+
pink100: any;
|
|
814
|
+
pink200: any;
|
|
815
|
+
pink300: any;
|
|
816
|
+
pink400: any;
|
|
817
|
+
pink500: any;
|
|
818
|
+
pink600: any;
|
|
819
|
+
pink700: any;
|
|
820
|
+
pink800: any;
|
|
821
|
+
pink900: any;
|
|
822
|
+
pink1000: any;
|
|
823
|
+
pink1100: any;
|
|
824
|
+
pink1200: any;
|
|
815
825
|
purple100: any;
|
|
816
826
|
purple200: any;
|
|
817
827
|
purple300: any;
|
|
@@ -956,26 +966,11 @@ export declare const SectionMessage: {
|
|
|
956
966
|
marsh1000: any;
|
|
957
967
|
marsh1100: any;
|
|
958
968
|
marsh1200: any;
|
|
959
|
-
tonal50: any;
|
|
960
|
-
tonal100: any;
|
|
961
|
-
tonal200: any;
|
|
962
|
-
tonal300: any;
|
|
963
|
-
tonal400: any;
|
|
964
|
-
tonal500: any;
|
|
965
|
-
tonal600: any;
|
|
966
969
|
alpha100: any;
|
|
967
970
|
alpha150: any;
|
|
968
971
|
alpha200: any;
|
|
969
972
|
alpha250: any;
|
|
970
973
|
alpha600: any;
|
|
971
|
-
brandRed: any;
|
|
972
|
-
brandRedAccent: any;
|
|
973
|
-
brandGreen: any;
|
|
974
|
-
brandGreenAccent: any;
|
|
975
|
-
brandPurple: any;
|
|
976
|
-
brandPurpleAccent: any;
|
|
977
|
-
brandYellow: any;
|
|
978
|
-
brandYellowAccent: any;
|
|
979
974
|
infoLight: any;
|
|
980
975
|
info: any;
|
|
981
976
|
infoMid: any;
|
|
@@ -1076,67 +1071,67 @@ export declare const SectionMessage: {
|
|
|
1076
1071
|
"1-1": any;
|
|
1077
1072
|
"3-4": any;
|
|
1078
1073
|
};
|
|
1079
|
-
}, import("@stitches
|
|
1080
|
-
bg: (value: import("@stitches
|
|
1081
|
-
background: import("@stitches
|
|
1074
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1075
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1076
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1082
1077
|
};
|
|
1083
|
-
size: (value: string | number | import("@stitches
|
|
1084
|
-
height: string | number | import("@stitches
|
|
1085
|
-
width: string | number | import("@stitches
|
|
1078
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1079
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1080
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1086
1081
|
};
|
|
1087
|
-
p: (value: string | number | import("@stitches
|
|
1088
|
-
padding: string | number | import("@stitches
|
|
1082
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1083
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1089
1084
|
};
|
|
1090
|
-
pt: (value: string | number | import("@stitches
|
|
1091
|
-
paddingTop: string | number | import("@stitches
|
|
1085
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1086
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1092
1087
|
};
|
|
1093
|
-
pr: (value: string | number | import("@stitches
|
|
1094
|
-
paddingRight: string | number | import("@stitches
|
|
1088
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1089
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1095
1090
|
};
|
|
1096
|
-
pb: (value: string | number | import("@stitches
|
|
1097
|
-
paddingBottom: string | number | import("@stitches
|
|
1091
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1092
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1098
1093
|
};
|
|
1099
|
-
pl: (value: string | number | import("@stitches
|
|
1100
|
-
paddingLeft: string | number | import("@stitches
|
|
1094
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1095
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1101
1096
|
};
|
|
1102
|
-
px: (value: string | number | import("@stitches
|
|
1103
|
-
paddingLeft: string | number | import("@stitches
|
|
1104
|
-
paddingRight: string | number | import("@stitches
|
|
1097
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1098
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1099
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1105
1100
|
};
|
|
1106
|
-
py: (value: string | number | import("@stitches
|
|
1107
|
-
paddingTop: string | number | import("@stitches
|
|
1108
|
-
paddingBottom: string | number | import("@stitches
|
|
1101
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1102
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1103
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1109
1104
|
};
|
|
1110
|
-
m: (value: string | number | import("@stitches
|
|
1111
|
-
margin: string | number | import("@stitches
|
|
1105
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1106
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1112
1107
|
};
|
|
1113
|
-
mt: (value: string | number | import("@stitches
|
|
1114
|
-
marginTop: string | number | import("@stitches
|
|
1108
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1109
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1115
1110
|
};
|
|
1116
|
-
mr: (value: string | number | import("@stitches
|
|
1117
|
-
marginRight: string | number | import("@stitches
|
|
1111
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1112
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1118
1113
|
};
|
|
1119
|
-
mb: (value: string | number | import("@stitches
|
|
1120
|
-
marginBottom: string | number | import("@stitches
|
|
1114
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1115
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1121
1116
|
};
|
|
1122
|
-
ml: (value: string | number | import("@stitches
|
|
1123
|
-
marginLeft: string | number | import("@stitches
|
|
1117
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1118
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1124
1119
|
};
|
|
1125
|
-
mx: (value: string | number | import("@stitches
|
|
1126
|
-
marginLeft: string | number | import("@stitches
|
|
1127
|
-
marginRight: string | number | import("@stitches
|
|
1120
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1121
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1122
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1128
1123
|
};
|
|
1129
|
-
my: (value: string | number | import("@stitches
|
|
1130
|
-
marginTop: string | number | import("@stitches
|
|
1131
|
-
marginBottom: string | number | import("@stitches
|
|
1124
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1125
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1126
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1132
1127
|
};
|
|
1133
1128
|
}> | undefined;
|
|
1134
1129
|
}, "as"> & {
|
|
1135
1130
|
as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
|
|
1136
1131
|
}) => JSX.Element;
|
|
1137
|
-
Icon: ({ css, is, ...rest }: Partial<Omit<Omit<
|
|
1132
|
+
Icon: ({ css, is, ...rest }: Partial<Omit<Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
1138
1133
|
ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
|
|
1139
|
-
}, "size" | "css"> & import("@stitches
|
|
1134
|
+
}, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1140
1135
|
size?: "sm" | "md" | "lg" | undefined;
|
|
1141
1136
|
}, {
|
|
1142
1137
|
sm: string;
|
|
@@ -1147,7 +1142,7 @@ export declare const SectionMessage: {
|
|
|
1147
1142
|
allowMotion: string;
|
|
1148
1143
|
hover: string;
|
|
1149
1144
|
}> & {
|
|
1150
|
-
css?: import("@stitches
|
|
1145
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1151
1146
|
sm: string;
|
|
1152
1147
|
md: string;
|
|
1153
1148
|
lg: string;
|
|
@@ -1187,6 +1182,18 @@ export declare const SectionMessage: {
|
|
|
1187
1182
|
blue1000: any;
|
|
1188
1183
|
blue1100: any;
|
|
1189
1184
|
blue1200: any;
|
|
1185
|
+
pink100: any;
|
|
1186
|
+
pink200: any;
|
|
1187
|
+
pink300: any;
|
|
1188
|
+
pink400: any;
|
|
1189
|
+
pink500: any;
|
|
1190
|
+
pink600: any;
|
|
1191
|
+
pink700: any;
|
|
1192
|
+
pink800: any;
|
|
1193
|
+
pink900: any;
|
|
1194
|
+
pink1000: any;
|
|
1195
|
+
pink1100: any;
|
|
1196
|
+
pink1200: any;
|
|
1190
1197
|
purple100: any;
|
|
1191
1198
|
purple200: any;
|
|
1192
1199
|
purple300: any;
|
|
@@ -1331,26 +1338,11 @@ export declare const SectionMessage: {
|
|
|
1331
1338
|
marsh1000: any;
|
|
1332
1339
|
marsh1100: any;
|
|
1333
1340
|
marsh1200: any;
|
|
1334
|
-
tonal50: any;
|
|
1335
|
-
tonal100: any;
|
|
1336
|
-
tonal200: any;
|
|
1337
|
-
tonal300: any;
|
|
1338
|
-
tonal400: any;
|
|
1339
|
-
tonal500: any;
|
|
1340
|
-
tonal600: any;
|
|
1341
1341
|
alpha100: any;
|
|
1342
1342
|
alpha150: any;
|
|
1343
1343
|
alpha200: any;
|
|
1344
1344
|
alpha250: any;
|
|
1345
1345
|
alpha600: any;
|
|
1346
|
-
brandRed: any;
|
|
1347
|
-
brandRedAccent: any;
|
|
1348
|
-
brandGreen: any;
|
|
1349
|
-
brandGreenAccent: any;
|
|
1350
|
-
brandPurple: any;
|
|
1351
|
-
brandPurpleAccent: any;
|
|
1352
|
-
brandYellow: any;
|
|
1353
|
-
brandYellowAccent: any;
|
|
1354
1346
|
infoLight: any;
|
|
1355
1347
|
info: any;
|
|
1356
1348
|
infoMid: any;
|
|
@@ -1451,68 +1443,68 @@ export declare const SectionMessage: {
|
|
|
1451
1443
|
"1-1": any;
|
|
1452
1444
|
"3-4": any;
|
|
1453
1445
|
};
|
|
1454
|
-
}, import("@stitches
|
|
1455
|
-
bg: (value: import("@stitches
|
|
1456
|
-
background: import("@stitches
|
|
1446
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1447
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1448
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1457
1449
|
};
|
|
1458
|
-
size: (value: string | number | import("@stitches
|
|
1459
|
-
height: string | number | import("@stitches
|
|
1460
|
-
width: string | number | import("@stitches
|
|
1450
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1451
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1452
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1461
1453
|
};
|
|
1462
|
-
p: (value: string | number | import("@stitches
|
|
1463
|
-
padding: string | number | import("@stitches
|
|
1454
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1455
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1464
1456
|
};
|
|
1465
|
-
pt: (value: string | number | import("@stitches
|
|
1466
|
-
paddingTop: string | number | import("@stitches
|
|
1457
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1458
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1467
1459
|
};
|
|
1468
|
-
pr: (value: string | number | import("@stitches
|
|
1469
|
-
paddingRight: string | number | import("@stitches
|
|
1460
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1461
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1470
1462
|
};
|
|
1471
|
-
pb: (value: string | number | import("@stitches
|
|
1472
|
-
paddingBottom: string | number | import("@stitches
|
|
1463
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1464
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1473
1465
|
};
|
|
1474
|
-
pl: (value: string | number | import("@stitches
|
|
1475
|
-
paddingLeft: string | number | import("@stitches
|
|
1466
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1467
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1476
1468
|
};
|
|
1477
|
-
px: (value: string | number | import("@stitches
|
|
1478
|
-
paddingLeft: string | number | import("@stitches
|
|
1479
|
-
paddingRight: string | number | import("@stitches
|
|
1469
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1470
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1471
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1480
1472
|
};
|
|
1481
|
-
py: (value: string | number | import("@stitches
|
|
1482
|
-
paddingTop: string | number | import("@stitches
|
|
1483
|
-
paddingBottom: string | number | import("@stitches
|
|
1473
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1474
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1475
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1484
1476
|
};
|
|
1485
|
-
m: (value: string | number | import("@stitches
|
|
1486
|
-
margin: string | number | import("@stitches
|
|
1477
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1478
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1487
1479
|
};
|
|
1488
|
-
mt: (value: string | number | import("@stitches
|
|
1489
|
-
marginTop: string | number | import("@stitches
|
|
1480
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1481
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1490
1482
|
};
|
|
1491
|
-
mr: (value: string | number | import("@stitches
|
|
1492
|
-
marginRight: string | number | import("@stitches
|
|
1483
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1484
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1493
1485
|
};
|
|
1494
|
-
mb: (value: string | number | import("@stitches
|
|
1495
|
-
marginBottom: string | number | import("@stitches
|
|
1486
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1487
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1496
1488
|
};
|
|
1497
|
-
ml: (value: string | number | import("@stitches
|
|
1498
|
-
marginLeft: string | number | import("@stitches
|
|
1489
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1490
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1499
1491
|
};
|
|
1500
|
-
mx: (value: string | number | import("@stitches
|
|
1501
|
-
marginLeft: string | number | import("@stitches
|
|
1502
|
-
marginRight: string | number | import("@stitches
|
|
1492
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1493
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1494
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1503
1495
|
};
|
|
1504
|
-
my: (value: string | number | import("@stitches
|
|
1505
|
-
marginTop: string | number | import("@stitches
|
|
1506
|
-
marginBottom: string | number | import("@stitches
|
|
1496
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1497
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1498
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1507
1499
|
};
|
|
1508
1500
|
}> | undefined;
|
|
1509
1501
|
}, "is" | "as"> & {
|
|
1510
1502
|
is: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
1511
1503
|
as?: undefined;
|
|
1512
1504
|
}>) => JSX.Element;
|
|
1513
|
-
Dismiss: ({ label, css, ...rest }: Omit<Omit<
|
|
1505
|
+
Dismiss: ({ label, css, ...rest }: Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
1514
1506
|
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
1515
|
-
}, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@stitches
|
|
1507
|
+
}, "appearance" | "size" | "css" | "theme" | "isRounded"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1516
1508
|
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
|
|
1517
1509
|
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
1518
1510
|
size?: "sm" | "md" | "lg" | "xs" | undefined;
|
|
@@ -1526,7 +1518,7 @@ export declare const SectionMessage: {
|
|
|
1526
1518
|
allowMotion: string;
|
|
1527
1519
|
hover: string;
|
|
1528
1520
|
}> & {
|
|
1529
|
-
css?: import("@stitches
|
|
1521
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1530
1522
|
sm: string;
|
|
1531
1523
|
md: string;
|
|
1532
1524
|
lg: string;
|
|
@@ -1566,6 +1558,18 @@ export declare const SectionMessage: {
|
|
|
1566
1558
|
blue1000: any;
|
|
1567
1559
|
blue1100: any;
|
|
1568
1560
|
blue1200: any;
|
|
1561
|
+
pink100: any;
|
|
1562
|
+
pink200: any;
|
|
1563
|
+
pink300: any;
|
|
1564
|
+
pink400: any;
|
|
1565
|
+
pink500: any;
|
|
1566
|
+
pink600: any;
|
|
1567
|
+
pink700: any;
|
|
1568
|
+
pink800: any;
|
|
1569
|
+
pink900: any;
|
|
1570
|
+
pink1000: any;
|
|
1571
|
+
pink1100: any;
|
|
1572
|
+
pink1200: any;
|
|
1569
1573
|
purple100: any;
|
|
1570
1574
|
purple200: any;
|
|
1571
1575
|
purple300: any;
|
|
@@ -1710,26 +1714,11 @@ export declare const SectionMessage: {
|
|
|
1710
1714
|
marsh1000: any;
|
|
1711
1715
|
marsh1100: any;
|
|
1712
1716
|
marsh1200: any;
|
|
1713
|
-
tonal50: any;
|
|
1714
|
-
tonal100: any;
|
|
1715
|
-
tonal200: any;
|
|
1716
|
-
tonal300: any;
|
|
1717
|
-
tonal400: any;
|
|
1718
|
-
tonal500: any;
|
|
1719
|
-
tonal600: any;
|
|
1720
1717
|
alpha100: any;
|
|
1721
1718
|
alpha150: any;
|
|
1722
1719
|
alpha200: any;
|
|
1723
1720
|
alpha250: any;
|
|
1724
1721
|
alpha600: any;
|
|
1725
|
-
brandRed: any;
|
|
1726
|
-
brandRedAccent: any;
|
|
1727
|
-
brandGreen: any;
|
|
1728
|
-
brandGreenAccent: any;
|
|
1729
|
-
brandPurple: any;
|
|
1730
|
-
brandPurpleAccent: any;
|
|
1731
|
-
brandYellow: any;
|
|
1732
|
-
brandYellowAccent: any;
|
|
1733
1722
|
infoLight: any;
|
|
1734
1723
|
info: any;
|
|
1735
1724
|
infoMid: any;
|
|
@@ -1830,62 +1819,62 @@ export declare const SectionMessage: {
|
|
|
1830
1819
|
"1-1": any;
|
|
1831
1820
|
"3-4": any;
|
|
1832
1821
|
};
|
|
1833
|
-
}, import("@stitches
|
|
1834
|
-
bg: (value: import("@stitches
|
|
1835
|
-
background: import("@stitches
|
|
1822
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1823
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1824
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1836
1825
|
};
|
|
1837
|
-
size: (value: string | number | import("@stitches
|
|
1838
|
-
height: string | number | import("@stitches
|
|
1839
|
-
width: string | number | import("@stitches
|
|
1826
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1827
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1828
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1840
1829
|
};
|
|
1841
|
-
p: (value: string | number | import("@stitches
|
|
1842
|
-
padding: string | number | import("@stitches
|
|
1830
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1831
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1843
1832
|
};
|
|
1844
|
-
pt: (value: string | number | import("@stitches
|
|
1845
|
-
paddingTop: string | number | import("@stitches
|
|
1833
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1834
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1846
1835
|
};
|
|
1847
|
-
pr: (value: string | number | import("@stitches
|
|
1848
|
-
paddingRight: string | number | import("@stitches
|
|
1836
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1837
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1849
1838
|
};
|
|
1850
|
-
pb: (value: string | number | import("@stitches
|
|
1851
|
-
paddingBottom: string | number | import("@stitches
|
|
1839
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1840
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1852
1841
|
};
|
|
1853
|
-
pl: (value: string | number | import("@stitches
|
|
1854
|
-
paddingLeft: string | number | import("@stitches
|
|
1842
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1843
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1855
1844
|
};
|
|
1856
|
-
px: (value: string | number | import("@stitches
|
|
1857
|
-
paddingLeft: string | number | import("@stitches
|
|
1858
|
-
paddingRight: string | number | import("@stitches
|
|
1845
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1846
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1847
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1859
1848
|
};
|
|
1860
|
-
py: (value: string | number | import("@stitches
|
|
1861
|
-
paddingTop: string | number | import("@stitches
|
|
1862
|
-
paddingBottom: string | number | import("@stitches
|
|
1849
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1850
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1851
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1863
1852
|
};
|
|
1864
|
-
m: (value: string | number | import("@stitches
|
|
1865
|
-
margin: string | number | import("@stitches
|
|
1853
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1854
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1866
1855
|
};
|
|
1867
|
-
mt: (value: string | number | import("@stitches
|
|
1868
|
-
marginTop: string | number | import("@stitches
|
|
1856
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1857
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1869
1858
|
};
|
|
1870
|
-
mr: (value: string | number | import("@stitches
|
|
1871
|
-
marginRight: string | number | import("@stitches
|
|
1859
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1860
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1872
1861
|
};
|
|
1873
|
-
mb: (value: string | number | import("@stitches
|
|
1874
|
-
marginBottom: string | number | import("@stitches
|
|
1862
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1863
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1875
1864
|
};
|
|
1876
|
-
ml: (value: string | number | import("@stitches
|
|
1877
|
-
marginLeft: string | number | import("@stitches
|
|
1865
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1866
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1878
1867
|
};
|
|
1879
|
-
mx: (value: string | number | import("@stitches
|
|
1880
|
-
marginLeft: string | number | import("@stitches
|
|
1881
|
-
marginRight: string | number | import("@stitches
|
|
1868
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1869
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1870
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1882
1871
|
};
|
|
1883
|
-
my: (value: string | number | import("@stitches
|
|
1884
|
-
marginTop: string | number | import("@stitches
|
|
1885
|
-
marginBottom: string | number | import("@stitches
|
|
1872
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1873
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1874
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1886
1875
|
};
|
|
1887
1876
|
}> | undefined;
|
|
1888
|
-
}, "appearance" | "size" | "theme" | "label" | "children" | "as" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & import("@stitches
|
|
1877
|
+
}, "appearance" | "size" | "theme" | "label" | "children" | "as" | "hasTooltip" | "tooltipSide" | "isRounded" | keyof import("../../types").NavigatorActions> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1889
1878
|
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | undefined;
|
|
1890
1879
|
appearance?: "outline" | "solid" | "simple" | undefined;
|
|
1891
1880
|
size?: "sm" | "md" | "lg" | "xs" | undefined;
|
|
@@ -1903,9 +1892,9 @@ export declare const SectionMessage: {
|
|
|
1903
1892
|
children: React.ReactNode;
|
|
1904
1893
|
label: string;
|
|
1905
1894
|
} & Omit<import("../../utilities/optional-tooltip-wrapper").TOptionalTooltipWrapperProps, "label"> & import("../../types").NavigatorActions) => JSX.Element;
|
|
1906
|
-
Content: ({ css, ...rest }: Omit<
|
|
1895
|
+
Content: ({ css, ...rest }: Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1907
1896
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
1908
|
-
}, "css"> & import("@stitches
|
|
1897
|
+
}, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
|
|
1909
1898
|
sm: string;
|
|
1910
1899
|
md: string;
|
|
1911
1900
|
lg: string;
|
|
@@ -1914,7 +1903,7 @@ export declare const SectionMessage: {
|
|
|
1914
1903
|
allowMotion: string;
|
|
1915
1904
|
hover: string;
|
|
1916
1905
|
}> & {
|
|
1917
|
-
css?: import("@stitches
|
|
1906
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1918
1907
|
sm: string;
|
|
1919
1908
|
md: string;
|
|
1920
1909
|
lg: string;
|
|
@@ -1954,6 +1943,18 @@ export declare const SectionMessage: {
|
|
|
1954
1943
|
blue1000: any;
|
|
1955
1944
|
blue1100: any;
|
|
1956
1945
|
blue1200: any;
|
|
1946
|
+
pink100: any;
|
|
1947
|
+
pink200: any;
|
|
1948
|
+
pink300: any;
|
|
1949
|
+
pink400: any;
|
|
1950
|
+
pink500: any;
|
|
1951
|
+
pink600: any;
|
|
1952
|
+
pink700: any;
|
|
1953
|
+
pink800: any;
|
|
1954
|
+
pink900: any;
|
|
1955
|
+
pink1000: any;
|
|
1956
|
+
pink1100: any;
|
|
1957
|
+
pink1200: any;
|
|
1957
1958
|
purple100: any;
|
|
1958
1959
|
purple200: any;
|
|
1959
1960
|
purple300: any;
|
|
@@ -2098,26 +2099,11 @@ export declare const SectionMessage: {
|
|
|
2098
2099
|
marsh1000: any;
|
|
2099
2100
|
marsh1100: any;
|
|
2100
2101
|
marsh1200: any;
|
|
2101
|
-
tonal50: any;
|
|
2102
|
-
tonal100: any;
|
|
2103
|
-
tonal200: any;
|
|
2104
|
-
tonal300: any;
|
|
2105
|
-
tonal400: any;
|
|
2106
|
-
tonal500: any;
|
|
2107
|
-
tonal600: any;
|
|
2108
2102
|
alpha100: any;
|
|
2109
2103
|
alpha150: any;
|
|
2110
2104
|
alpha200: any;
|
|
2111
2105
|
alpha250: any;
|
|
2112
2106
|
alpha600: any;
|
|
2113
|
-
brandRed: any;
|
|
2114
|
-
brandRedAccent: any;
|
|
2115
|
-
brandGreen: any;
|
|
2116
|
-
brandGreenAccent: any;
|
|
2117
|
-
brandPurple: any;
|
|
2118
|
-
brandPurpleAccent: any;
|
|
2119
|
-
brandYellow: any;
|
|
2120
|
-
brandYellowAccent: any;
|
|
2121
2107
|
infoLight: any;
|
|
2122
2108
|
info: any;
|
|
2123
2109
|
infoMid: any;
|
|
@@ -2218,65 +2204,65 @@ export declare const SectionMessage: {
|
|
|
2218
2204
|
"1-1": any;
|
|
2219
2205
|
"3-4": any;
|
|
2220
2206
|
};
|
|
2221
|
-
}, import("@stitches
|
|
2222
|
-
bg: (value: import("@stitches
|
|
2223
|
-
background: import("@stitches
|
|
2207
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2208
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2209
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2224
2210
|
};
|
|
2225
|
-
size: (value: string | number | import("@stitches
|
|
2226
|
-
height: string | number | import("@stitches
|
|
2227
|
-
width: string | number | import("@stitches
|
|
2211
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2212
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2213
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2228
2214
|
};
|
|
2229
|
-
p: (value: string | number | import("@stitches
|
|
2230
|
-
padding: string | number | import("@stitches
|
|
2215
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2216
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2231
2217
|
};
|
|
2232
|
-
pt: (value: string | number | import("@stitches
|
|
2233
|
-
paddingTop: string | number | import("@stitches
|
|
2218
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2219
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2234
2220
|
};
|
|
2235
|
-
pr: (value: string | number | import("@stitches
|
|
2236
|
-
paddingRight: string | number | import("@stitches
|
|
2221
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2222
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2237
2223
|
};
|
|
2238
|
-
pb: (value: string | number | import("@stitches
|
|
2239
|
-
paddingBottom: string | number | import("@stitches
|
|
2224
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2225
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2240
2226
|
};
|
|
2241
|
-
pl: (value: string | number | import("@stitches
|
|
2242
|
-
paddingLeft: string | number | import("@stitches
|
|
2227
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2228
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2243
2229
|
};
|
|
2244
|
-
px: (value: string | number | import("@stitches
|
|
2245
|
-
paddingLeft: string | number | import("@stitches
|
|
2246
|
-
paddingRight: string | number | import("@stitches
|
|
2230
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2231
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2232
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2247
2233
|
};
|
|
2248
|
-
py: (value: string | number | import("@stitches
|
|
2249
|
-
paddingTop: string | number | import("@stitches
|
|
2250
|
-
paddingBottom: string | number | import("@stitches
|
|
2234
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2235
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2236
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2251
2237
|
};
|
|
2252
|
-
m: (value: string | number | import("@stitches
|
|
2253
|
-
margin: string | number | import("@stitches
|
|
2238
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2239
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2254
2240
|
};
|
|
2255
|
-
mt: (value: string | number | import("@stitches
|
|
2256
|
-
marginTop: string | number | import("@stitches
|
|
2241
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2242
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2257
2243
|
};
|
|
2258
|
-
mr: (value: string | number | import("@stitches
|
|
2259
|
-
marginRight: string | number | import("@stitches
|
|
2244
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2245
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2260
2246
|
};
|
|
2261
|
-
mb: (value: string | number | import("@stitches
|
|
2262
|
-
marginBottom: string | number | import("@stitches
|
|
2247
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2248
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2263
2249
|
};
|
|
2264
|
-
ml: (value: string | number | import("@stitches
|
|
2265
|
-
marginLeft: string | number | import("@stitches
|
|
2250
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2251
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2266
2252
|
};
|
|
2267
|
-
mx: (value: string | number | import("@stitches
|
|
2268
|
-
marginLeft: string | number | import("@stitches
|
|
2269
|
-
marginRight: string | number | import("@stitches
|
|
2253
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2254
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2255
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2270
2256
|
};
|
|
2271
|
-
my: (value: string | number | import("@stitches
|
|
2272
|
-
marginTop: string | number | import("@stitches
|
|
2273
|
-
marginBottom: string | number | import("@stitches
|
|
2257
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2258
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2259
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2274
2260
|
};
|
|
2275
2261
|
}> | undefined;
|
|
2276
2262
|
}) => JSX.Element;
|
|
2277
|
-
Actions: ({ css, ...rest }: Omit<
|
|
2263
|
+
Actions: ({ css, ...rest }: Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2278
2264
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
2279
|
-
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches
|
|
2265
|
+
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
2280
2266
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
2281
2267
|
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
2282
2268
|
justify?: "center" | "left" | "right" | "stretch" | "inherit" | "initial" | "revert" | "unset" | "space-around" | "space-between" | "space-evenly" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "revert-layer" | "unsafe" | "safe" | undefined;
|
|
@@ -2291,7 +2277,7 @@ export declare const SectionMessage: {
|
|
|
2291
2277
|
allowMotion: string;
|
|
2292
2278
|
hover: string;
|
|
2293
2279
|
}> & {
|
|
2294
|
-
css?: import("@stitches
|
|
2280
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2295
2281
|
sm: string;
|
|
2296
2282
|
md: string;
|
|
2297
2283
|
lg: string;
|
|
@@ -2331,6 +2317,18 @@ export declare const SectionMessage: {
|
|
|
2331
2317
|
blue1000: any;
|
|
2332
2318
|
blue1100: any;
|
|
2333
2319
|
blue1200: any;
|
|
2320
|
+
pink100: any;
|
|
2321
|
+
pink200: any;
|
|
2322
|
+
pink300: any;
|
|
2323
|
+
pink400: any;
|
|
2324
|
+
pink500: any;
|
|
2325
|
+
pink600: any;
|
|
2326
|
+
pink700: any;
|
|
2327
|
+
pink800: any;
|
|
2328
|
+
pink900: any;
|
|
2329
|
+
pink1000: any;
|
|
2330
|
+
pink1100: any;
|
|
2331
|
+
pink1200: any;
|
|
2334
2332
|
purple100: any;
|
|
2335
2333
|
purple200: any;
|
|
2336
2334
|
purple300: any;
|
|
@@ -2475,26 +2473,11 @@ export declare const SectionMessage: {
|
|
|
2475
2473
|
marsh1000: any;
|
|
2476
2474
|
marsh1100: any;
|
|
2477
2475
|
marsh1200: any;
|
|
2478
|
-
tonal50: any;
|
|
2479
|
-
tonal100: any;
|
|
2480
|
-
tonal200: any;
|
|
2481
|
-
tonal300: any;
|
|
2482
|
-
tonal400: any;
|
|
2483
|
-
tonal500: any;
|
|
2484
|
-
tonal600: any;
|
|
2485
2476
|
alpha100: any;
|
|
2486
2477
|
alpha150: any;
|
|
2487
2478
|
alpha200: any;
|
|
2488
2479
|
alpha250: any;
|
|
2489
2480
|
alpha600: any;
|
|
2490
|
-
brandRed: any;
|
|
2491
|
-
brandRedAccent: any;
|
|
2492
|
-
brandGreen: any;
|
|
2493
|
-
brandGreenAccent: any;
|
|
2494
|
-
brandPurple: any;
|
|
2495
|
-
brandPurpleAccent: any;
|
|
2496
|
-
brandYellow: any;
|
|
2497
|
-
brandYellowAccent: any;
|
|
2498
2481
|
infoLight: any;
|
|
2499
2482
|
info: any;
|
|
2500
2483
|
infoMid: any;
|
|
@@ -2595,59 +2578,59 @@ export declare const SectionMessage: {
|
|
|
2595
2578
|
"1-1": any;
|
|
2596
2579
|
"3-4": any;
|
|
2597
2580
|
};
|
|
2598
|
-
}, import("@stitches
|
|
2599
|
-
bg: (value: import("@stitches
|
|
2600
|
-
background: import("@stitches
|
|
2581
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2582
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2583
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2601
2584
|
};
|
|
2602
|
-
size: (value: string | number | import("@stitches
|
|
2603
|
-
height: string | number | import("@stitches
|
|
2604
|
-
width: string | number | import("@stitches
|
|
2585
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2586
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2587
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2605
2588
|
};
|
|
2606
|
-
p: (value: string | number | import("@stitches
|
|
2607
|
-
padding: string | number | import("@stitches
|
|
2589
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2590
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2608
2591
|
};
|
|
2609
|
-
pt: (value: string | number | import("@stitches
|
|
2610
|
-
paddingTop: string | number | import("@stitches
|
|
2592
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2593
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2611
2594
|
};
|
|
2612
|
-
pr: (value: string | number | import("@stitches
|
|
2613
|
-
paddingRight: string | number | import("@stitches
|
|
2595
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2596
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2614
2597
|
};
|
|
2615
|
-
pb: (value: string | number | import("@stitches
|
|
2616
|
-
paddingBottom: string | number | import("@stitches
|
|
2598
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2599
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2617
2600
|
};
|
|
2618
|
-
pl: (value: string | number | import("@stitches
|
|
2619
|
-
paddingLeft: string | number | import("@stitches
|
|
2601
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2602
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2620
2603
|
};
|
|
2621
|
-
px: (value: string | number | import("@stitches
|
|
2622
|
-
paddingLeft: string | number | import("@stitches
|
|
2623
|
-
paddingRight: string | number | import("@stitches
|
|
2604
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2605
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2606
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2624
2607
|
};
|
|
2625
|
-
py: (value: string | number | import("@stitches
|
|
2626
|
-
paddingTop: string | number | import("@stitches
|
|
2627
|
-
paddingBottom: string | number | import("@stitches
|
|
2608
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2609
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2610
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2628
2611
|
};
|
|
2629
|
-
m: (value: string | number | import("@stitches
|
|
2630
|
-
margin: string | number | import("@stitches
|
|
2612
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2613
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2631
2614
|
};
|
|
2632
|
-
mt: (value: string | number | import("@stitches
|
|
2633
|
-
marginTop: string | number | import("@stitches
|
|
2615
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2616
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2634
2617
|
};
|
|
2635
|
-
mr: (value: string | number | import("@stitches
|
|
2636
|
-
marginRight: string | number | import("@stitches
|
|
2618
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2619
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2637
2620
|
};
|
|
2638
|
-
mb: (value: string | number | import("@stitches
|
|
2639
|
-
marginBottom: string | number | import("@stitches
|
|
2621
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2622
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2640
2623
|
};
|
|
2641
|
-
ml: (value: string | number | import("@stitches
|
|
2642
|
-
marginLeft: string | number | import("@stitches
|
|
2624
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2625
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2643
2626
|
};
|
|
2644
|
-
mx: (value: string | number | import("@stitches
|
|
2645
|
-
marginLeft: string | number | import("@stitches
|
|
2646
|
-
marginRight: string | number | import("@stitches
|
|
2627
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2628
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2629
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2647
2630
|
};
|
|
2648
|
-
my: (value: string | number | import("@stitches
|
|
2649
|
-
marginTop: string | number | import("@stitches
|
|
2650
|
-
marginBottom: string | number | import("@stitches
|
|
2631
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2632
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2633
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2651
2634
|
};
|
|
2652
2635
|
}> | undefined;
|
|
2653
2636
|
}) => JSX.Element;
|