@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
|
@@ -2,13 +2,13 @@ import * as React from 'react';
|
|
|
2
2
|
import { Banner } from '../Banner';
|
|
3
3
|
import { BannerContainer } from '../BannerContainer';
|
|
4
4
|
export declare const BannerSlim: {
|
|
5
|
-
({ colorScheme, size, emphasis, onDismiss, ...rest }: React.ComponentProps<typeof Banner> & React.ComponentProps<typeof BannerContainer>): JSX.Element;
|
|
5
|
+
({ colorScheme, size, emphasis, onDismiss, ...rest }: React.ComponentProps<typeof Banner> & React.ComponentProps<typeof BannerContainer>): React.JSX.Element;
|
|
6
6
|
displayName: string;
|
|
7
7
|
} & {
|
|
8
8
|
Content: {
|
|
9
|
-
(props: Omit<Omit<
|
|
9
|
+
(props: Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
10
10
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
11
|
-
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches
|
|
11
|
+
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
12
12
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
13
13
|
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
14
14
|
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;
|
|
@@ -23,7 +23,7 @@ export declare const BannerSlim: {
|
|
|
23
23
|
allowMotion: string;
|
|
24
24
|
hover: string;
|
|
25
25
|
}> & {
|
|
26
|
-
css?: import("@stitches
|
|
26
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
27
27
|
sm: string;
|
|
28
28
|
md: string;
|
|
29
29
|
lg: string;
|
|
@@ -63,6 +63,18 @@ export declare const BannerSlim: {
|
|
|
63
63
|
blue1000: any;
|
|
64
64
|
blue1100: any;
|
|
65
65
|
blue1200: any;
|
|
66
|
+
pink100: any;
|
|
67
|
+
pink200: any;
|
|
68
|
+
pink300: any;
|
|
69
|
+
pink400: any;
|
|
70
|
+
pink500: any;
|
|
71
|
+
pink600: any;
|
|
72
|
+
pink700: any;
|
|
73
|
+
pink800: any;
|
|
74
|
+
pink900: any;
|
|
75
|
+
pink1000: any;
|
|
76
|
+
pink1100: any;
|
|
77
|
+
pink1200: any;
|
|
66
78
|
purple100: any;
|
|
67
79
|
purple200: any;
|
|
68
80
|
purple300: any;
|
|
@@ -207,26 +219,11 @@ export declare const BannerSlim: {
|
|
|
207
219
|
marsh1000: any;
|
|
208
220
|
marsh1100: any;
|
|
209
221
|
marsh1200: any;
|
|
210
|
-
tonal50: any;
|
|
211
|
-
tonal100: any;
|
|
212
|
-
tonal200: any;
|
|
213
|
-
tonal300: any;
|
|
214
|
-
tonal400: any;
|
|
215
|
-
tonal500: any;
|
|
216
|
-
tonal600: any;
|
|
217
222
|
alpha100: any;
|
|
218
223
|
alpha150: any;
|
|
219
224
|
alpha200: any;
|
|
220
225
|
alpha250: any;
|
|
221
226
|
alpha600: any;
|
|
222
|
-
brandRed: any;
|
|
223
|
-
brandRedAccent: any;
|
|
224
|
-
brandGreen: any;
|
|
225
|
-
brandGreenAccent: any;
|
|
226
|
-
brandPurple: any;
|
|
227
|
-
brandPurpleAccent: any;
|
|
228
|
-
brandYellow: any;
|
|
229
|
-
brandYellowAccent: any;
|
|
230
227
|
infoLight: any;
|
|
231
228
|
info: any;
|
|
232
229
|
infoMid: any;
|
|
@@ -327,62 +324,62 @@ export declare const BannerSlim: {
|
|
|
327
324
|
"1-1": any;
|
|
328
325
|
"3-4": any;
|
|
329
326
|
};
|
|
330
|
-
}, import("@stitches
|
|
331
|
-
bg: (value: import("@stitches
|
|
332
|
-
background: import("@stitches
|
|
327
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
328
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
329
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
333
330
|
};
|
|
334
|
-
size: (value: string | number | import("@stitches
|
|
335
|
-
height: string | number | import("@stitches
|
|
336
|
-
width: string | number | import("@stitches
|
|
331
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
332
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
333
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
337
334
|
};
|
|
338
|
-
p: (value: string | number | import("@stitches
|
|
339
|
-
padding: string | number | import("@stitches
|
|
335
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
336
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
340
337
|
};
|
|
341
|
-
pt: (value: string | number | import("@stitches
|
|
342
|
-
paddingTop: string | number | import("@stitches
|
|
338
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
339
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
343
340
|
};
|
|
344
|
-
pr: (value: string | number | import("@stitches
|
|
345
|
-
paddingRight: string | number | import("@stitches
|
|
341
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
342
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
346
343
|
};
|
|
347
|
-
pb: (value: string | number | import("@stitches
|
|
348
|
-
paddingBottom: string | number | import("@stitches
|
|
344
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
345
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
349
346
|
};
|
|
350
|
-
pl: (value: string | number | import("@stitches
|
|
351
|
-
paddingLeft: string | number | import("@stitches
|
|
347
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
348
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
352
349
|
};
|
|
353
|
-
px: (value: string | number | import("@stitches
|
|
354
|
-
paddingLeft: string | number | import("@stitches
|
|
355
|
-
paddingRight: string | number | import("@stitches
|
|
350
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
351
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
352
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
356
353
|
};
|
|
357
|
-
py: (value: string | number | import("@stitches
|
|
358
|
-
paddingTop: string | number | import("@stitches
|
|
359
|
-
paddingBottom: string | number | import("@stitches
|
|
354
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
355
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
356
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
360
357
|
};
|
|
361
|
-
m: (value: string | number | import("@stitches
|
|
362
|
-
margin: string | number | import("@stitches
|
|
358
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
359
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
363
360
|
};
|
|
364
|
-
mt: (value: string | number | import("@stitches
|
|
365
|
-
marginTop: string | number | import("@stitches
|
|
361
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
362
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
366
363
|
};
|
|
367
|
-
mr: (value: string | number | import("@stitches
|
|
368
|
-
marginRight: string | number | import("@stitches
|
|
364
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
365
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
369
366
|
};
|
|
370
|
-
mb: (value: string | number | import("@stitches
|
|
371
|
-
marginBottom: string | number | import("@stitches
|
|
367
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
368
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
372
369
|
};
|
|
373
|
-
ml: (value: string | number | import("@stitches
|
|
374
|
-
marginLeft: string | number | import("@stitches
|
|
370
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
371
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
375
372
|
};
|
|
376
|
-
mx: (value: string | number | import("@stitches
|
|
377
|
-
marginLeft: string | number | import("@stitches
|
|
378
|
-
marginRight: string | number | import("@stitches
|
|
373
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
374
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
375
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
379
376
|
};
|
|
380
|
-
my: (value: string | number | import("@stitches
|
|
381
|
-
marginTop: string | number | import("@stitches
|
|
382
|
-
marginBottom: string | number | import("@stitches
|
|
377
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
378
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
379
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
383
380
|
};
|
|
384
381
|
}> | undefined;
|
|
385
|
-
}, "css"> & import("@stitches
|
|
382
|
+
}, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
|
|
386
383
|
sm: string;
|
|
387
384
|
md: string;
|
|
388
385
|
lg: string;
|
|
@@ -391,7 +388,7 @@ export declare const BannerSlim: {
|
|
|
391
388
|
allowMotion: string;
|
|
392
389
|
hover: string;
|
|
393
390
|
}> & {
|
|
394
|
-
css?: import("@stitches
|
|
391
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
395
392
|
sm: string;
|
|
396
393
|
md: string;
|
|
397
394
|
lg: string;
|
|
@@ -431,6 +428,18 @@ export declare const BannerSlim: {
|
|
|
431
428
|
blue1000: any;
|
|
432
429
|
blue1100: any;
|
|
433
430
|
blue1200: any;
|
|
431
|
+
pink100: any;
|
|
432
|
+
pink200: any;
|
|
433
|
+
pink300: any;
|
|
434
|
+
pink400: any;
|
|
435
|
+
pink500: any;
|
|
436
|
+
pink600: any;
|
|
437
|
+
pink700: any;
|
|
438
|
+
pink800: any;
|
|
439
|
+
pink900: any;
|
|
440
|
+
pink1000: any;
|
|
441
|
+
pink1100: any;
|
|
442
|
+
pink1200: any;
|
|
434
443
|
purple100: any;
|
|
435
444
|
purple200: any;
|
|
436
445
|
purple300: any;
|
|
@@ -575,26 +584,11 @@ export declare const BannerSlim: {
|
|
|
575
584
|
marsh1000: any;
|
|
576
585
|
marsh1100: any;
|
|
577
586
|
marsh1200: any;
|
|
578
|
-
tonal50: any;
|
|
579
|
-
tonal100: any;
|
|
580
|
-
tonal200: any;
|
|
581
|
-
tonal300: any;
|
|
582
|
-
tonal400: any;
|
|
583
|
-
tonal500: any;
|
|
584
|
-
tonal600: any;
|
|
585
587
|
alpha100: any;
|
|
586
588
|
alpha150: any;
|
|
587
589
|
alpha200: any;
|
|
588
590
|
alpha250: any;
|
|
589
591
|
alpha600: any;
|
|
590
|
-
brandRed: any;
|
|
591
|
-
brandRedAccent: any;
|
|
592
|
-
brandGreen: any;
|
|
593
|
-
brandGreenAccent: any;
|
|
594
|
-
brandPurple: any;
|
|
595
|
-
brandPurpleAccent: any;
|
|
596
|
-
brandYellow: any;
|
|
597
|
-
brandYellowAccent: any;
|
|
598
592
|
infoLight: any;
|
|
599
593
|
info: any;
|
|
600
594
|
infoMid: any;
|
|
@@ -695,68 +689,70 @@ export declare const BannerSlim: {
|
|
|
695
689
|
"1-1": any;
|
|
696
690
|
"3-4": any;
|
|
697
691
|
};
|
|
698
|
-
}, import("@stitches
|
|
699
|
-
bg: (value: import("@stitches
|
|
700
|
-
background: import("@stitches
|
|
692
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
693
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
694
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
701
695
|
};
|
|
702
|
-
size: (value: string | number | import("@stitches
|
|
703
|
-
height: string | number | import("@stitches
|
|
704
|
-
width: string | number | import("@stitches
|
|
696
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
697
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
698
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
705
699
|
};
|
|
706
|
-
p: (value: string | number | import("@stitches
|
|
707
|
-
padding: string | number | import("@stitches
|
|
700
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
701
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
708
702
|
};
|
|
709
|
-
pt: (value: string | number | import("@stitches
|
|
710
|
-
paddingTop: string | number | import("@stitches
|
|
703
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
704
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
711
705
|
};
|
|
712
|
-
pr: (value: string | number | import("@stitches
|
|
713
|
-
paddingRight: string | number | import("@stitches
|
|
706
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
707
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
714
708
|
};
|
|
715
|
-
pb: (value: string | number | import("@stitches
|
|
716
|
-
paddingBottom: string | number | import("@stitches
|
|
709
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
710
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
717
711
|
};
|
|
718
|
-
pl: (value: string | number | import("@stitches
|
|
719
|
-
paddingLeft: string | number | import("@stitches
|
|
712
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
713
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
720
714
|
};
|
|
721
|
-
px: (value: string | number | import("@stitches
|
|
722
|
-
paddingLeft: string | number | import("@stitches
|
|
723
|
-
paddingRight: string | number | import("@stitches
|
|
715
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
716
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
717
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
724
718
|
};
|
|
725
|
-
py: (value: string | number | import("@stitches
|
|
726
|
-
paddingTop: string | number | import("@stitches
|
|
727
|
-
paddingBottom: string | number | import("@stitches
|
|
719
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
720
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
721
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
728
722
|
};
|
|
729
|
-
m: (value: string | number | import("@stitches
|
|
730
|
-
margin: string | number | import("@stitches
|
|
723
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
724
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
731
725
|
};
|
|
732
|
-
mt: (value: string | number | import("@stitches
|
|
733
|
-
marginTop: string | number | import("@stitches
|
|
726
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
727
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
734
728
|
};
|
|
735
|
-
mr: (value: string | number | import("@stitches
|
|
736
|
-
marginRight: string | number | import("@stitches
|
|
729
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
730
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
737
731
|
};
|
|
738
|
-
mb: (value: string | number | import("@stitches
|
|
739
|
-
marginBottom: string | number | import("@stitches
|
|
732
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
733
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
740
734
|
};
|
|
741
|
-
ml: (value: string | number | import("@stitches
|
|
742
|
-
marginLeft: string | number | import("@stitches
|
|
735
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
736
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
743
737
|
};
|
|
744
|
-
mx: (value: string | number | import("@stitches
|
|
745
|
-
marginLeft: string | number | import("@stitches
|
|
746
|
-
marginRight: string | number | import("@stitches
|
|
738
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
739
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
740
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
747
741
|
};
|
|
748
|
-
my: (value: string | number | import("@stitches
|
|
749
|
-
marginTop: string | number | import("@stitches
|
|
750
|
-
marginBottom: string | number | import("@stitches
|
|
742
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
743
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
744
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
751
745
|
};
|
|
752
746
|
}> | undefined;
|
|
753
|
-
}): JSX.Element;
|
|
747
|
+
}): React.JSX.Element;
|
|
754
748
|
displayName: string;
|
|
755
749
|
};
|
|
756
750
|
Text: {
|
|
757
|
-
(props: Omit<Omit<
|
|
751
|
+
(props: Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
|
|
758
752
|
ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
759
|
-
}, "size" | "css" | "noCapsize"> & import("@stitches
|
|
753
|
+
}, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
754
|
+
weight?: "normal" | "bold" | undefined;
|
|
755
|
+
family?: "display" | "mono" | "body" | undefined;
|
|
760
756
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
761
757
|
noCapsize?: boolean | "true" | undefined;
|
|
762
758
|
}, {
|
|
@@ -768,7 +764,7 @@ export declare const BannerSlim: {
|
|
|
768
764
|
allowMotion: string;
|
|
769
765
|
hover: string;
|
|
770
766
|
}> & {
|
|
771
|
-
css?: import("@stitches
|
|
767
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
772
768
|
sm: string;
|
|
773
769
|
md: string;
|
|
774
770
|
lg: string;
|
|
@@ -808,6 +804,18 @@ export declare const BannerSlim: {
|
|
|
808
804
|
blue1000: any;
|
|
809
805
|
blue1100: any;
|
|
810
806
|
blue1200: any;
|
|
807
|
+
pink100: any;
|
|
808
|
+
pink200: any;
|
|
809
|
+
pink300: any;
|
|
810
|
+
pink400: any;
|
|
811
|
+
pink500: any;
|
|
812
|
+
pink600: any;
|
|
813
|
+
pink700: any;
|
|
814
|
+
pink800: any;
|
|
815
|
+
pink900: any;
|
|
816
|
+
pink1000: any;
|
|
817
|
+
pink1100: any;
|
|
818
|
+
pink1200: any;
|
|
811
819
|
purple100: any;
|
|
812
820
|
purple200: any;
|
|
813
821
|
purple300: any;
|
|
@@ -952,26 +960,11 @@ export declare const BannerSlim: {
|
|
|
952
960
|
marsh1000: any;
|
|
953
961
|
marsh1100: any;
|
|
954
962
|
marsh1200: any;
|
|
955
|
-
tonal50: any;
|
|
956
|
-
tonal100: any;
|
|
957
|
-
tonal200: any;
|
|
958
|
-
tonal300: any;
|
|
959
|
-
tonal400: any;
|
|
960
|
-
tonal500: any;
|
|
961
|
-
tonal600: any;
|
|
962
963
|
alpha100: any;
|
|
963
964
|
alpha150: any;
|
|
964
965
|
alpha200: any;
|
|
965
966
|
alpha250: any;
|
|
966
967
|
alpha600: any;
|
|
967
|
-
brandRed: any;
|
|
968
|
-
brandRedAccent: any;
|
|
969
|
-
brandGreen: any;
|
|
970
|
-
brandGreenAccent: any;
|
|
971
|
-
brandPurple: any;
|
|
972
|
-
brandPurpleAccent: any;
|
|
973
|
-
brandYellow: any;
|
|
974
|
-
brandYellowAccent: any;
|
|
975
968
|
infoLight: any;
|
|
976
969
|
info: any;
|
|
977
970
|
infoMid: any;
|
|
@@ -1072,70 +1065,70 @@ export declare const BannerSlim: {
|
|
|
1072
1065
|
"1-1": any;
|
|
1073
1066
|
"3-4": any;
|
|
1074
1067
|
};
|
|
1075
|
-
}, import("@stitches
|
|
1076
|
-
bg: (value: import("@stitches
|
|
1077
|
-
background: import("@stitches
|
|
1068
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1069
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1070
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1078
1071
|
};
|
|
1079
|
-
size: (value: string | number | import("@stitches
|
|
1080
|
-
height: string | number | import("@stitches
|
|
1081
|
-
width: string | number | import("@stitches
|
|
1072
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1073
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1074
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1082
1075
|
};
|
|
1083
|
-
p: (value: string | number | import("@stitches
|
|
1084
|
-
padding: string | number | import("@stitches
|
|
1076
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1077
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1085
1078
|
};
|
|
1086
|
-
pt: (value: string | number | import("@stitches
|
|
1087
|
-
paddingTop: string | number | import("@stitches
|
|
1079
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1080
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1088
1081
|
};
|
|
1089
|
-
pr: (value: string | number | import("@stitches
|
|
1090
|
-
paddingRight: string | number | import("@stitches
|
|
1082
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1083
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1091
1084
|
};
|
|
1092
|
-
pb: (value: string | number | import("@stitches
|
|
1093
|
-
paddingBottom: string | number | import("@stitches
|
|
1085
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1086
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1094
1087
|
};
|
|
1095
|
-
pl: (value: string | number | import("@stitches
|
|
1096
|
-
paddingLeft: string | number | import("@stitches
|
|
1088
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1089
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1097
1090
|
};
|
|
1098
|
-
px: (value: string | number | import("@stitches
|
|
1099
|
-
paddingLeft: string | number | import("@stitches
|
|
1100
|
-
paddingRight: string | number | import("@stitches
|
|
1091
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1092
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1093
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1101
1094
|
};
|
|
1102
|
-
py: (value: string | number | import("@stitches
|
|
1103
|
-
paddingTop: string | number | import("@stitches
|
|
1104
|
-
paddingBottom: string | number | import("@stitches
|
|
1095
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1096
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1097
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1105
1098
|
};
|
|
1106
|
-
m: (value: string | number | import("@stitches
|
|
1107
|
-
margin: string | number | import("@stitches
|
|
1099
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1100
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1108
1101
|
};
|
|
1109
|
-
mt: (value: string | number | import("@stitches
|
|
1110
|
-
marginTop: string | number | import("@stitches
|
|
1102
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1103
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1111
1104
|
};
|
|
1112
|
-
mr: (value: string | number | import("@stitches
|
|
1113
|
-
marginRight: string | number | import("@stitches
|
|
1105
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1106
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1114
1107
|
};
|
|
1115
|
-
mb: (value: string | number | import("@stitches
|
|
1116
|
-
marginBottom: string | number | import("@stitches
|
|
1108
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1109
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1117
1110
|
};
|
|
1118
|
-
ml: (value: string | number | import("@stitches
|
|
1119
|
-
marginLeft: string | number | import("@stitches
|
|
1111
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1112
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1120
1113
|
};
|
|
1121
|
-
mx: (value: string | number | import("@stitches
|
|
1122
|
-
marginLeft: string | number | import("@stitches
|
|
1123
|
-
marginRight: string | number | import("@stitches
|
|
1114
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1115
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1116
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1124
1117
|
};
|
|
1125
|
-
my: (value: string | number | import("@stitches
|
|
1126
|
-
marginTop: string | number | import("@stitches
|
|
1127
|
-
marginBottom: string | number | import("@stitches
|
|
1118
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1119
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1120
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1128
1121
|
};
|
|
1129
1122
|
}> | undefined;
|
|
1130
1123
|
}, "as"> & {
|
|
1131
1124
|
as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
|
|
1132
|
-
}): JSX.Element;
|
|
1125
|
+
}): React.JSX.Element;
|
|
1133
1126
|
displayName: string;
|
|
1134
1127
|
};
|
|
1135
1128
|
Image: {
|
|
1136
|
-
(props: Omit<
|
|
1129
|
+
(props: Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & {
|
|
1137
1130
|
ref?: ((instance: HTMLImageElement | null) => void) | React.RefObject<HTMLImageElement> | null | undefined;
|
|
1138
|
-
}, "css" | "fluid"> & import("@stitches
|
|
1131
|
+
}, "css" | "fluid"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1139
1132
|
fluid?: boolean | "true" | undefined;
|
|
1140
1133
|
}, {
|
|
1141
1134
|
sm: string;
|
|
@@ -1146,7 +1139,7 @@ export declare const BannerSlim: {
|
|
|
1146
1139
|
allowMotion: string;
|
|
1147
1140
|
hover: string;
|
|
1148
1141
|
}> & {
|
|
1149
|
-
css?: import("@stitches
|
|
1142
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1150
1143
|
sm: string;
|
|
1151
1144
|
md: string;
|
|
1152
1145
|
lg: string;
|
|
@@ -1186,6 +1179,18 @@ export declare const BannerSlim: {
|
|
|
1186
1179
|
blue1000: any;
|
|
1187
1180
|
blue1100: any;
|
|
1188
1181
|
blue1200: any;
|
|
1182
|
+
pink100: any;
|
|
1183
|
+
pink200: any;
|
|
1184
|
+
pink300: any;
|
|
1185
|
+
pink400: any;
|
|
1186
|
+
pink500: any;
|
|
1187
|
+
pink600: any;
|
|
1188
|
+
pink700: any;
|
|
1189
|
+
pink800: any;
|
|
1190
|
+
pink900: any;
|
|
1191
|
+
pink1000: any;
|
|
1192
|
+
pink1100: any;
|
|
1193
|
+
pink1200: any;
|
|
1189
1194
|
purple100: any;
|
|
1190
1195
|
purple200: any;
|
|
1191
1196
|
purple300: any;
|
|
@@ -1330,26 +1335,11 @@ export declare const BannerSlim: {
|
|
|
1330
1335
|
marsh1000: any;
|
|
1331
1336
|
marsh1100: any;
|
|
1332
1337
|
marsh1200: any;
|
|
1333
|
-
tonal50: any;
|
|
1334
|
-
tonal100: any;
|
|
1335
|
-
tonal200: any;
|
|
1336
|
-
tonal300: any;
|
|
1337
|
-
tonal400: any;
|
|
1338
|
-
tonal500: any;
|
|
1339
|
-
tonal600: any;
|
|
1340
1338
|
alpha100: any;
|
|
1341
1339
|
alpha150: any;
|
|
1342
1340
|
alpha200: any;
|
|
1343
1341
|
alpha250: any;
|
|
1344
1342
|
alpha600: any;
|
|
1345
|
-
brandRed: any;
|
|
1346
|
-
brandRedAccent: any;
|
|
1347
|
-
brandGreen: any;
|
|
1348
|
-
brandGreenAccent: any;
|
|
1349
|
-
brandPurple: any;
|
|
1350
|
-
brandPurpleAccent: any;
|
|
1351
|
-
brandYellow: any;
|
|
1352
|
-
brandYellowAccent: any;
|
|
1353
1343
|
infoLight: any;
|
|
1354
1344
|
info: any;
|
|
1355
1345
|
infoMid: any;
|
|
@@ -1450,70 +1440,70 @@ export declare const BannerSlim: {
|
|
|
1450
1440
|
"1-1": any;
|
|
1451
1441
|
"3-4": any;
|
|
1452
1442
|
};
|
|
1453
|
-
}, import("@stitches
|
|
1454
|
-
bg: (value: import("@stitches
|
|
1455
|
-
background: import("@stitches
|
|
1443
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1444
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1445
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1456
1446
|
};
|
|
1457
|
-
size: (value: string | number | import("@stitches
|
|
1458
|
-
height: string | number | import("@stitches
|
|
1459
|
-
width: string | number | import("@stitches
|
|
1447
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1448
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1449
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1460
1450
|
};
|
|
1461
|
-
p: (value: string | number | import("@stitches
|
|
1462
|
-
padding: string | number | import("@stitches
|
|
1451
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1452
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1463
1453
|
};
|
|
1464
|
-
pt: (value: string | number | import("@stitches
|
|
1465
|
-
paddingTop: string | number | import("@stitches
|
|
1454
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1455
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1466
1456
|
};
|
|
1467
|
-
pr: (value: string | number | import("@stitches
|
|
1468
|
-
paddingRight: string | number | import("@stitches
|
|
1457
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1458
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1469
1459
|
};
|
|
1470
|
-
pb: (value: string | number | import("@stitches
|
|
1471
|
-
paddingBottom: string | number | import("@stitches
|
|
1460
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1461
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1472
1462
|
};
|
|
1473
|
-
pl: (value: string | number | import("@stitches
|
|
1474
|
-
paddingLeft: string | number | import("@stitches
|
|
1463
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1464
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1475
1465
|
};
|
|
1476
|
-
px: (value: string | number | import("@stitches
|
|
1477
|
-
paddingLeft: string | number | import("@stitches
|
|
1478
|
-
paddingRight: string | number | import("@stitches
|
|
1466
|
+
px: (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">;
|
|
1468
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1479
1469
|
};
|
|
1480
|
-
py: (value: string | number | import("@stitches
|
|
1481
|
-
paddingTop: string | number | import("@stitches
|
|
1482
|
-
paddingBottom: string | number | import("@stitches
|
|
1470
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1471
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1472
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1483
1473
|
};
|
|
1484
|
-
m: (value: string | number | import("@stitches
|
|
1485
|
-
margin: string | number | import("@stitches
|
|
1474
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1475
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1486
1476
|
};
|
|
1487
|
-
mt: (value: string | number | import("@stitches
|
|
1488
|
-
marginTop: string | number | import("@stitches
|
|
1477
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1478
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1489
1479
|
};
|
|
1490
|
-
mr: (value: string | number | import("@stitches
|
|
1491
|
-
marginRight: string | number | import("@stitches
|
|
1480
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1481
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1492
1482
|
};
|
|
1493
|
-
mb: (value: string | number | import("@stitches
|
|
1494
|
-
marginBottom: string | number | import("@stitches
|
|
1483
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1484
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1495
1485
|
};
|
|
1496
|
-
ml: (value: string | number | import("@stitches
|
|
1497
|
-
marginLeft: string | number | import("@stitches
|
|
1486
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1487
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1498
1488
|
};
|
|
1499
|
-
mx: (value: string | number | import("@stitches
|
|
1500
|
-
marginLeft: string | number | import("@stitches
|
|
1501
|
-
marginRight: string | number | import("@stitches
|
|
1489
|
+
mx: (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">;
|
|
1491
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1502
1492
|
};
|
|
1503
|
-
my: (value: string | number | import("@stitches
|
|
1504
|
-
marginTop: string | number | import("@stitches
|
|
1505
|
-
marginBottom: string | number | import("@stitches
|
|
1493
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1494
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1495
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1506
1496
|
};
|
|
1507
1497
|
}> | undefined;
|
|
1508
|
-
}, "
|
|
1498
|
+
}, "ref">, "as"> & {
|
|
1509
1499
|
as?: undefined;
|
|
1510
|
-
}): JSX.Element;
|
|
1500
|
+
}): React.JSX.Element;
|
|
1511
1501
|
displayName: string;
|
|
1512
1502
|
};
|
|
1513
1503
|
Button: {
|
|
1514
|
-
({ css, ...props }: Omit<Omit<
|
|
1504
|
+
({ css, ...props }: Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
1515
1505
|
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
1516
|
-
}, "appearance" | "size" | "css" | "theme" | "isLoading" | "fullWidth"> & import("@stitches
|
|
1506
|
+
}, "appearance" | "size" | "css" | "theme" | "isLoading" | "fullWidth"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1517
1507
|
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | "secondary" | undefined;
|
|
1518
1508
|
appearance?: "outline" | "solid" | undefined;
|
|
1519
1509
|
size?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
@@ -1528,7 +1518,7 @@ export declare const BannerSlim: {
|
|
|
1528
1518
|
allowMotion: string;
|
|
1529
1519
|
hover: string;
|
|
1530
1520
|
}> & {
|
|
1531
|
-
css?: import("@stitches
|
|
1521
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1532
1522
|
sm: string;
|
|
1533
1523
|
md: string;
|
|
1534
1524
|
lg: string;
|
|
@@ -1568,6 +1558,18 @@ export declare const BannerSlim: {
|
|
|
1568
1558
|
blue1000: any;
|
|
1569
1559
|
blue1100: any;
|
|
1570
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;
|
|
1571
1573
|
purple100: any;
|
|
1572
1574
|
purple200: any;
|
|
1573
1575
|
purple300: any;
|
|
@@ -1712,26 +1714,11 @@ export declare const BannerSlim: {
|
|
|
1712
1714
|
marsh1000: any;
|
|
1713
1715
|
marsh1100: any;
|
|
1714
1716
|
marsh1200: any;
|
|
1715
|
-
tonal50: any;
|
|
1716
|
-
tonal100: any;
|
|
1717
|
-
tonal200: any;
|
|
1718
|
-
tonal300: any;
|
|
1719
|
-
tonal400: any;
|
|
1720
|
-
tonal500: any;
|
|
1721
|
-
tonal600: any;
|
|
1722
1717
|
alpha100: any;
|
|
1723
1718
|
alpha150: any;
|
|
1724
1719
|
alpha200: any;
|
|
1725
1720
|
alpha250: any;
|
|
1726
1721
|
alpha600: any;
|
|
1727
|
-
brandRed: any;
|
|
1728
|
-
brandRedAccent: any;
|
|
1729
|
-
brandGreen: any;
|
|
1730
|
-
brandGreenAccent: any;
|
|
1731
|
-
brandPurple: any;
|
|
1732
|
-
brandPurpleAccent: any;
|
|
1733
|
-
brandYellow: any;
|
|
1734
|
-
brandYellowAccent: any;
|
|
1735
1722
|
infoLight: any;
|
|
1736
1723
|
info: any;
|
|
1737
1724
|
infoMid: any;
|
|
@@ -1832,62 +1819,62 @@ export declare const BannerSlim: {
|
|
|
1832
1819
|
"1-1": any;
|
|
1833
1820
|
"3-4": any;
|
|
1834
1821
|
};
|
|
1835
|
-
}, import("@stitches
|
|
1836
|
-
bg: (value: import("@stitches
|
|
1837
|
-
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">;
|
|
1838
1825
|
};
|
|
1839
|
-
size: (value: string | number | import("@stitches
|
|
1840
|
-
height: string | number | import("@stitches
|
|
1841
|
-
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">;
|
|
1842
1829
|
};
|
|
1843
|
-
p: (value: string | number | import("@stitches
|
|
1844
|
-
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">;
|
|
1845
1832
|
};
|
|
1846
|
-
pt: (value: string | number | import("@stitches
|
|
1847
|
-
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">;
|
|
1848
1835
|
};
|
|
1849
|
-
pr: (value: string | number | import("@stitches
|
|
1850
|
-
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">;
|
|
1851
1838
|
};
|
|
1852
|
-
pb: (value: string | number | import("@stitches
|
|
1853
|
-
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">;
|
|
1854
1841
|
};
|
|
1855
|
-
pl: (value: string | number | import("@stitches
|
|
1856
|
-
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">;
|
|
1857
1844
|
};
|
|
1858
|
-
px: (value: string | number | import("@stitches
|
|
1859
|
-
paddingLeft: string | number | import("@stitches
|
|
1860
|
-
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">;
|
|
1861
1848
|
};
|
|
1862
|
-
py: (value: string | number | import("@stitches
|
|
1863
|
-
paddingTop: string | number | import("@stitches
|
|
1864
|
-
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">;
|
|
1865
1852
|
};
|
|
1866
|
-
m: (value: string | number | import("@stitches
|
|
1867
|
-
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">;
|
|
1868
1855
|
};
|
|
1869
|
-
mt: (value: string | number | import("@stitches
|
|
1870
|
-
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">;
|
|
1871
1858
|
};
|
|
1872
|
-
mr: (value: string | number | import("@stitches
|
|
1873
|
-
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">;
|
|
1874
1861
|
};
|
|
1875
|
-
mb: (value: string | number | import("@stitches
|
|
1876
|
-
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">;
|
|
1877
1864
|
};
|
|
1878
|
-
ml: (value: string | number | import("@stitches
|
|
1879
|
-
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">;
|
|
1880
1867
|
};
|
|
1881
|
-
mx: (value: string | number | import("@stitches
|
|
1882
|
-
marginLeft: string | number | import("@stitches
|
|
1883
|
-
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">;
|
|
1884
1871
|
};
|
|
1885
|
-
my: (value: string | number | import("@stitches
|
|
1886
|
-
marginTop: string | number | import("@stitches
|
|
1887
|
-
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">;
|
|
1888
1875
|
};
|
|
1889
1876
|
}> | undefined;
|
|
1890
|
-
}, "appearance" | "size" | "theme" | "children" | "as" | keyof import("../../../types").NavigatorActions | "isLoading" | "fullWidth"> & import("@stitches
|
|
1877
|
+
}, "appearance" | "size" | "theme" | "children" | "as" | keyof import("../../../types").NavigatorActions | "isLoading" | "fullWidth"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1891
1878
|
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | "secondary" | undefined;
|
|
1892
1879
|
appearance?: "outline" | "solid" | undefined;
|
|
1893
1880
|
size?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
@@ -1906,7 +1893,7 @@ export declare const BannerSlim: {
|
|
|
1906
1893
|
children: React.ReactNode;
|
|
1907
1894
|
href?: string | undefined;
|
|
1908
1895
|
isLoading?: boolean | undefined;
|
|
1909
|
-
} & import("../../../types").NavigatorActions): JSX.Element;
|
|
1896
|
+
} & import("../../../types").NavigatorActions): React.JSX.Element;
|
|
1910
1897
|
displayName: string;
|
|
1911
1898
|
};
|
|
1912
1899
|
Dismiss: {
|
|
@@ -1924,6 +1911,7 @@ export declare const BannerSlim: {
|
|
|
1924
1911
|
[x: string]: "outline" | "solid" | "simple" | undefined;
|
|
1925
1912
|
}) | undefined;
|
|
1926
1913
|
color?: string | undefined;
|
|
1914
|
+
content?: string | undefined;
|
|
1927
1915
|
translate?: "yes" | "no" | undefined;
|
|
1928
1916
|
size?: "sm" | "md" | "lg" | "xs" | ({
|
|
1929
1917
|
"@sm"?: "sm" | "md" | "lg" | "xs" | undefined;
|
|
@@ -1937,7 +1925,7 @@ export declare const BannerSlim: {
|
|
|
1937
1925
|
} & {
|
|
1938
1926
|
[x: string]: "sm" | "md" | "lg" | "xs" | undefined;
|
|
1939
1927
|
}) | undefined;
|
|
1940
|
-
css?: import("@stitches
|
|
1928
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1941
1929
|
sm: string;
|
|
1942
1930
|
md: string;
|
|
1943
1931
|
lg: string;
|
|
@@ -1977,6 +1965,18 @@ export declare const BannerSlim: {
|
|
|
1977
1965
|
blue1000: any;
|
|
1978
1966
|
blue1100: any;
|
|
1979
1967
|
blue1200: any;
|
|
1968
|
+
pink100: any;
|
|
1969
|
+
pink200: any;
|
|
1970
|
+
pink300: any;
|
|
1971
|
+
pink400: any;
|
|
1972
|
+
pink500: any;
|
|
1973
|
+
pink600: any;
|
|
1974
|
+
pink700: any;
|
|
1975
|
+
pink800: any;
|
|
1976
|
+
pink900: any;
|
|
1977
|
+
pink1000: any;
|
|
1978
|
+
pink1100: any;
|
|
1979
|
+
pink1200: any;
|
|
1980
1980
|
purple100: any;
|
|
1981
1981
|
purple200: any;
|
|
1982
1982
|
purple300: any;
|
|
@@ -2121,26 +2121,11 @@ export declare const BannerSlim: {
|
|
|
2121
2121
|
marsh1000: any;
|
|
2122
2122
|
marsh1100: any;
|
|
2123
2123
|
marsh1200: any;
|
|
2124
|
-
tonal50: any;
|
|
2125
|
-
tonal100: any;
|
|
2126
|
-
tonal200: any;
|
|
2127
|
-
tonal300: any;
|
|
2128
|
-
tonal400: any;
|
|
2129
|
-
tonal500: any;
|
|
2130
|
-
tonal600: any;
|
|
2131
2124
|
alpha100: any;
|
|
2132
2125
|
alpha150: any;
|
|
2133
2126
|
alpha200: any;
|
|
2134
2127
|
alpha250: any;
|
|
2135
2128
|
alpha600: any;
|
|
2136
|
-
brandRed: any;
|
|
2137
|
-
brandRedAccent: any;
|
|
2138
|
-
brandGreen: any;
|
|
2139
|
-
brandGreenAccent: any;
|
|
2140
|
-
brandPurple: any;
|
|
2141
|
-
brandPurpleAccent: any;
|
|
2142
|
-
brandYellow: any;
|
|
2143
|
-
brandYellowAccent: any;
|
|
2144
2129
|
infoLight: any;
|
|
2145
2130
|
info: any;
|
|
2146
2131
|
infoMid: any;
|
|
@@ -2241,59 +2226,59 @@ export declare const BannerSlim: {
|
|
|
2241
2226
|
"1-1": any;
|
|
2242
2227
|
"3-4": any;
|
|
2243
2228
|
};
|
|
2244
|
-
}, import("@stitches
|
|
2245
|
-
bg: (value: import("@stitches
|
|
2246
|
-
background: import("@stitches
|
|
2229
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2230
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2231
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2247
2232
|
};
|
|
2248
|
-
size: (value: string | number | import("@stitches
|
|
2249
|
-
height: string | number | import("@stitches
|
|
2250
|
-
width: string | number | import("@stitches
|
|
2233
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2234
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2235
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2251
2236
|
};
|
|
2252
|
-
p: (value: string | number | import("@stitches
|
|
2253
|
-
padding: string | number | import("@stitches
|
|
2237
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2238
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2254
2239
|
};
|
|
2255
|
-
pt: (value: string | number | import("@stitches
|
|
2256
|
-
paddingTop: string | number | import("@stitches
|
|
2240
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2241
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2257
2242
|
};
|
|
2258
|
-
pr: (value: string | number | import("@stitches
|
|
2259
|
-
paddingRight: string | number | import("@stitches
|
|
2243
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2244
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2260
2245
|
};
|
|
2261
|
-
pb: (value: string | number | import("@stitches
|
|
2262
|
-
paddingBottom: string | number | import("@stitches
|
|
2246
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2247
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2263
2248
|
};
|
|
2264
|
-
pl: (value: string | number | import("@stitches
|
|
2265
|
-
paddingLeft: string | number | import("@stitches
|
|
2249
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2250
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2266
2251
|
};
|
|
2267
|
-
px: (value: string | number | import("@stitches
|
|
2268
|
-
paddingLeft: string | number | import("@stitches
|
|
2269
|
-
paddingRight: string | number | import("@stitches
|
|
2252
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2253
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2254
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2270
2255
|
};
|
|
2271
|
-
py: (value: string | number | import("@stitches
|
|
2272
|
-
paddingTop: string | number | import("@stitches
|
|
2273
|
-
paddingBottom: string | number | import("@stitches
|
|
2256
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2257
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2258
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2274
2259
|
};
|
|
2275
|
-
m: (value: string | number | import("@stitches
|
|
2276
|
-
margin: string | number | import("@stitches
|
|
2260
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2261
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2277
2262
|
};
|
|
2278
|
-
mt: (value: string | number | import("@stitches
|
|
2279
|
-
marginTop: string | number | import("@stitches
|
|
2263
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2264
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2280
2265
|
};
|
|
2281
|
-
mr: (value: string | number | import("@stitches
|
|
2282
|
-
marginRight: string | number | import("@stitches
|
|
2266
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2267
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2283
2268
|
};
|
|
2284
|
-
mb: (value: string | number | import("@stitches
|
|
2285
|
-
marginBottom: string | number | import("@stitches
|
|
2269
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2270
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2286
2271
|
};
|
|
2287
|
-
ml: (value: string | number | import("@stitches
|
|
2288
|
-
marginLeft: string | number | import("@stitches
|
|
2272
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2273
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2289
2274
|
};
|
|
2290
|
-
mx: (value: string | number | import("@stitches
|
|
2291
|
-
marginLeft: string | number | import("@stitches
|
|
2292
|
-
marginRight: string | number | import("@stitches
|
|
2275
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2276
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2277
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2293
2278
|
};
|
|
2294
|
-
my: (value: string | number | import("@stitches
|
|
2295
|
-
marginTop: string | number | import("@stitches
|
|
2296
|
-
marginBottom: string | number | import("@stitches
|
|
2279
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2280
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2281
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2297
2282
|
};
|
|
2298
2283
|
}> | undefined;
|
|
2299
2284
|
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | ({
|
|
@@ -2321,6 +2306,7 @@ export declare const BannerSlim: {
|
|
|
2321
2306
|
suppressContentEditableWarning?: boolean | undefined;
|
|
2322
2307
|
suppressHydrationWarning?: boolean | undefined;
|
|
2323
2308
|
accessKey?: string | undefined;
|
|
2309
|
+
autoFocus?: boolean | undefined;
|
|
2324
2310
|
className?: string | undefined;
|
|
2325
2311
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
2326
2312
|
contextMenu?: string | undefined;
|
|
@@ -2329,6 +2315,7 @@ export declare const BannerSlim: {
|
|
|
2329
2315
|
hidden?: boolean | undefined;
|
|
2330
2316
|
id?: string | undefined;
|
|
2331
2317
|
lang?: string | undefined;
|
|
2318
|
+
nonce?: string | undefined;
|
|
2332
2319
|
placeholder?: string | undefined;
|
|
2333
2320
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
2334
2321
|
tabIndex?: number | undefined;
|
|
@@ -2339,7 +2326,9 @@ export declare const BannerSlim: {
|
|
|
2339
2326
|
inlist?: any;
|
|
2340
2327
|
prefix?: string | undefined;
|
|
2341
2328
|
property?: string | undefined;
|
|
2329
|
+
rel?: string | undefined;
|
|
2342
2330
|
resource?: string | undefined;
|
|
2331
|
+
rev?: string | undefined;
|
|
2343
2332
|
typeof?: string | undefined;
|
|
2344
2333
|
vocab?: string | undefined;
|
|
2345
2334
|
autoCapitalize?: string | undefined;
|
|
@@ -2355,56 +2344,56 @@ export declare const BannerSlim: {
|
|
|
2355
2344
|
unselectable?: "on" | "off" | undefined;
|
|
2356
2345
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2357
2346
|
is?: string | undefined;
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2347
|
+
"aria-activedescendant"?: string | undefined;
|
|
2348
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
2349
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
2350
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
2351
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2352
|
+
"aria-colcount"?: number | undefined;
|
|
2353
|
+
"aria-colindex"?: number | undefined;
|
|
2354
|
+
"aria-colspan"?: number | undefined;
|
|
2355
|
+
"aria-controls"?: string | undefined;
|
|
2356
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
2357
|
+
"aria-describedby"?: string | undefined;
|
|
2358
|
+
"aria-details"?: string | undefined;
|
|
2359
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
2360
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
2361
|
+
"aria-errormessage"?: string | undefined;
|
|
2362
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
2363
|
+
"aria-flowto"?: string | undefined;
|
|
2364
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
2365
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
|
|
2366
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
2367
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
2368
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
2369
|
+
"aria-label"?: string | undefined;
|
|
2370
|
+
"aria-labelledby"?: string | undefined;
|
|
2371
|
+
"aria-level"?: number | undefined;
|
|
2372
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
2373
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
2374
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
2375
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
2376
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
2377
|
+
"aria-owns"?: string | undefined;
|
|
2378
|
+
"aria-placeholder"?: string | undefined;
|
|
2379
|
+
"aria-posinset"?: number | undefined;
|
|
2380
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
2381
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
2382
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2383
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
2384
|
+
"aria-roledescription"?: string | undefined;
|
|
2385
|
+
"aria-rowcount"?: number | undefined;
|
|
2386
|
+
"aria-rowindex"?: number | undefined;
|
|
2387
|
+
"aria-rowspan"?: number | undefined;
|
|
2388
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
2389
|
+
"aria-setsize"?: number | undefined;
|
|
2390
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2391
|
+
"aria-valuemax"?: number | undefined;
|
|
2392
|
+
"aria-valuemin"?: number | undefined;
|
|
2393
|
+
"aria-valuenow"?: number | undefined;
|
|
2394
|
+
"aria-valuetext"?: string | undefined;
|
|
2406
2395
|
dangerouslySetInnerHTML?: {
|
|
2407
|
-
__html: string;
|
|
2396
|
+
__html: string | TrustedHTML;
|
|
2408
2397
|
} | undefined;
|
|
2409
2398
|
onCopy?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
2410
2399
|
onCopyCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -2568,7 +2557,6 @@ export declare const BannerSlim: {
|
|
|
2568
2557
|
as?: React.ReactNode;
|
|
2569
2558
|
disabled?: boolean | undefined;
|
|
2570
2559
|
type?: "button" | "reset" | "submit" | undefined;
|
|
2571
|
-
autoFocus?: boolean | undefined;
|
|
2572
2560
|
formAction?: string | undefined;
|
|
2573
2561
|
formEncType?: string | undefined;
|
|
2574
2562
|
formMethod?: string | undefined;
|
|
@@ -2617,9 +2605,9 @@ export declare const BannerSlim: {
|
|
|
2617
2605
|
displayName: string;
|
|
2618
2606
|
};
|
|
2619
2607
|
Actions: {
|
|
2620
|
-
({ children, ...props }: Omit<
|
|
2608
|
+
({ children, ...props }: Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2621
2609
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
2622
|
-
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches
|
|
2610
|
+
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
2623
2611
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
2624
2612
|
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
2625
2613
|
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;
|
|
@@ -2634,7 +2622,7 @@ export declare const BannerSlim: {
|
|
|
2634
2622
|
allowMotion: string;
|
|
2635
2623
|
hover: string;
|
|
2636
2624
|
}> & {
|
|
2637
|
-
css?: import("@stitches
|
|
2625
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2638
2626
|
sm: string;
|
|
2639
2627
|
md: string;
|
|
2640
2628
|
lg: string;
|
|
@@ -2674,6 +2662,18 @@ export declare const BannerSlim: {
|
|
|
2674
2662
|
blue1000: any;
|
|
2675
2663
|
blue1100: any;
|
|
2676
2664
|
blue1200: any;
|
|
2665
|
+
pink100: any;
|
|
2666
|
+
pink200: any;
|
|
2667
|
+
pink300: any;
|
|
2668
|
+
pink400: any;
|
|
2669
|
+
pink500: any;
|
|
2670
|
+
pink600: any;
|
|
2671
|
+
pink700: any;
|
|
2672
|
+
pink800: any;
|
|
2673
|
+
pink900: any;
|
|
2674
|
+
pink1000: any;
|
|
2675
|
+
pink1100: any;
|
|
2676
|
+
pink1200: any;
|
|
2677
2677
|
purple100: any;
|
|
2678
2678
|
purple200: any;
|
|
2679
2679
|
purple300: any;
|
|
@@ -2818,26 +2818,11 @@ export declare const BannerSlim: {
|
|
|
2818
2818
|
marsh1000: any;
|
|
2819
2819
|
marsh1100: any;
|
|
2820
2820
|
marsh1200: any;
|
|
2821
|
-
tonal50: any;
|
|
2822
|
-
tonal100: any;
|
|
2823
|
-
tonal200: any;
|
|
2824
|
-
tonal300: any;
|
|
2825
|
-
tonal400: any;
|
|
2826
|
-
tonal500: any;
|
|
2827
|
-
tonal600: any;
|
|
2828
2821
|
alpha100: any;
|
|
2829
2822
|
alpha150: any;
|
|
2830
2823
|
alpha200: any;
|
|
2831
2824
|
alpha250: any;
|
|
2832
2825
|
alpha600: any;
|
|
2833
|
-
brandRed: any;
|
|
2834
|
-
brandRedAccent: any;
|
|
2835
|
-
brandGreen: any;
|
|
2836
|
-
brandGreenAccent: any;
|
|
2837
|
-
brandPurple: any;
|
|
2838
|
-
brandPurpleAccent: any;
|
|
2839
|
-
brandYellow: any;
|
|
2840
|
-
brandYellowAccent: any;
|
|
2841
2826
|
infoLight: any;
|
|
2842
2827
|
info: any;
|
|
2843
2828
|
infoMid: any;
|
|
@@ -2938,62 +2923,62 @@ export declare const BannerSlim: {
|
|
|
2938
2923
|
"1-1": any;
|
|
2939
2924
|
"3-4": any;
|
|
2940
2925
|
};
|
|
2941
|
-
}, import("@stitches
|
|
2942
|
-
bg: (value: import("@stitches
|
|
2943
|
-
background: import("@stitches
|
|
2926
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2927
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2928
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2944
2929
|
};
|
|
2945
|
-
size: (value: string | number | import("@stitches
|
|
2946
|
-
height: string | number | import("@stitches
|
|
2947
|
-
width: string | number | import("@stitches
|
|
2930
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2931
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2932
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2948
2933
|
};
|
|
2949
|
-
p: (value: string | number | import("@stitches
|
|
2950
|
-
padding: string | number | import("@stitches
|
|
2934
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2935
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2951
2936
|
};
|
|
2952
|
-
pt: (value: string | number | import("@stitches
|
|
2953
|
-
paddingTop: string | number | import("@stitches
|
|
2937
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2938
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2954
2939
|
};
|
|
2955
|
-
pr: (value: string | number | import("@stitches
|
|
2956
|
-
paddingRight: string | number | import("@stitches
|
|
2940
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2941
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2957
2942
|
};
|
|
2958
|
-
pb: (value: string | number | import("@stitches
|
|
2959
|
-
paddingBottom: string | number | import("@stitches
|
|
2943
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2944
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2960
2945
|
};
|
|
2961
|
-
pl: (value: string | number | import("@stitches
|
|
2962
|
-
paddingLeft: string | number | import("@stitches
|
|
2946
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2947
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2963
2948
|
};
|
|
2964
|
-
px: (value: string | number | import("@stitches
|
|
2965
|
-
paddingLeft: string | number | import("@stitches
|
|
2966
|
-
paddingRight: string | number | import("@stitches
|
|
2949
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2950
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2951
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2967
2952
|
};
|
|
2968
|
-
py: (value: string | number | import("@stitches
|
|
2969
|
-
paddingTop: string | number | import("@stitches
|
|
2970
|
-
paddingBottom: string | number | import("@stitches
|
|
2953
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2954
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2955
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2971
2956
|
};
|
|
2972
|
-
m: (value: string | number | import("@stitches
|
|
2973
|
-
margin: string | number | import("@stitches
|
|
2957
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2958
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2974
2959
|
};
|
|
2975
|
-
mt: (value: string | number | import("@stitches
|
|
2976
|
-
marginTop: string | number | import("@stitches
|
|
2960
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2961
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2977
2962
|
};
|
|
2978
|
-
mr: (value: string | number | import("@stitches
|
|
2979
|
-
marginRight: string | number | import("@stitches
|
|
2963
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2964
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2980
2965
|
};
|
|
2981
|
-
mb: (value: string | number | import("@stitches
|
|
2982
|
-
marginBottom: string | number | import("@stitches
|
|
2966
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2967
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2983
2968
|
};
|
|
2984
|
-
ml: (value: string | number | import("@stitches
|
|
2985
|
-
marginLeft: string | number | import("@stitches
|
|
2969
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2970
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2986
2971
|
};
|
|
2987
|
-
mx: (value: string | number | import("@stitches
|
|
2988
|
-
marginLeft: string | number | import("@stitches
|
|
2989
|
-
marginRight: string | number | import("@stitches
|
|
2972
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2973
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2974
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2990
2975
|
};
|
|
2991
|
-
my: (value: string | number | import("@stitches
|
|
2992
|
-
marginTop: string | number | import("@stitches
|
|
2993
|
-
marginBottom: string | number | import("@stitches
|
|
2976
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2977
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2978
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2994
2979
|
};
|
|
2995
2980
|
}> | undefined;
|
|
2996
|
-
}): JSX.Element;
|
|
2981
|
+
}): React.JSX.Element;
|
|
2997
2982
|
displayName: string;
|
|
2998
2983
|
};
|
|
2999
2984
|
};
|