@atom-learning/components 4.0.0-beta.1 → 4.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/Accordion.d.ts +52 -55
- package/dist/components/accordion/AccordionContent.d.ts +53 -56
- package/dist/components/accordion/AccordionItem.d.ts +52 -55
- package/dist/components/accordion/AccordionTrigger.d.ts +105 -111
- package/dist/components/action-icon/ActionIcon.d.ts +53 -56
- package/dist/components/action-icon/ActionIcon.js +1 -1
- package/dist/components/action-icon/ActionIcon.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +105 -111
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +53 -56
- package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +2 -2
- package/dist/components/avatar/Avatar.d.ts +164 -173
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/avatar/AvatarIcon.d.ts +2 -2
- package/dist/components/avatar/AvatarImage.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.js +1 -1
- package/dist/components/avatar/AvatarInitial.js.map +1 -1
- package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
- package/dist/components/badge/Badge.context.d.ts +1 -1
- package/dist/components/badge/Badge.d.ts +316 -332
- package/dist/components/badge/BadgeIcon.d.ts +105 -111
- package/dist/components/badge/BadgeText.d.ts +106 -110
- package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +27 -16
- package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
- package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
- package/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/BannerContainer.d.ts +103 -109
- package/dist/components/banner/BannerContext.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +487 -505
- package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +104 -110
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +106 -112
- package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +432 -447
- package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +52 -55
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +104 -110
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +105 -111
- package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
- package/dist/components/box/Box.d.ts +52 -55
- package/dist/components/button/Button.d.ts +53 -56
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Calendar.d.ts +1 -1
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/components/calendar/Calendar.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +52 -55
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/carousel/Carousel.d.ts +213 -225
- package/dist/components/carousel/CarouselArrows.d.ts +3 -3
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +52 -55
- package/dist/components/carousel/CarouselPagination.js +1 -1
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +53 -56
- package/dist/components/carousel/CarouselSlider.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-field/CheckboxField.d.ts +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +211 -216
- package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
- package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +422 -416
- package/dist/components/chip/Chip.d.ts +369 -390
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +212 -224
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +212 -224
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/combobox/Combobox.d.ts +261 -276
- package/dist/components/combobox/ComboboxInput.d.ts +52 -55
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.js +1 -1
- package/dist/components/combobox/ComboboxOption.js.map +1 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +52 -55
- package/dist/components/combobox/ComboboxPopover.js +1 -1
- package/dist/components/combobox/ComboboxPopover.js.map +1 -1
- package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
- package/dist/components/data-table/DataTable.d.ts +649 -682
- package/dist/components/data-table/DataTableBody.d.ts +1 -1
- package/dist/components/data-table/DataTableBulkActions.d.ts +3 -3
- package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
- package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
- package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
- package/dist/components/data-table/DataTableHead.d.ts +1 -1
- package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +54 -57
- package/dist/components/data-table/DataTableMetaData.d.ts +4 -9
- package/dist/components/data-table/DataTableMetaData.js +1 -1
- package/dist/components/data-table/DataTableMetaData.js.map +1 -1
- package/dist/components/data-table/DataTableRow.d.ts +1 -1
- package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +2 -2
- package/dist/components/data-table/DataTableTable.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
- package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +53 -56
- package/dist/components/date-field/DateField.d.ts +2 -2
- package/dist/components/dialog/Dialog.d.ts +368 -389
- package/dist/components/dialog/DialogBackground.d.ts +103 -109
- package/dist/components/dialog/DialogClose.d.ts +52 -55
- package/dist/components/dialog/DialogContent.d.ts +53 -56
- package/dist/components/dialog/DialogFooter.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.js +1 -1
- package/dist/components/dialog/DialogHeading.js.map +1 -1
- package/dist/components/dismissible/DismissibleRoot.d.ts +2 -2
- package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
- package/dist/components/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
- package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- package/dist/components/divider/Divider.d.ts +52 -55
- package/dist/components/divider/Divider.js +1 -1
- package/dist/components/divider/Divider.js.map +1 -1
- package/dist/components/drawer/Drawer.d.ts +316 -334
- package/dist/components/drawer/DrawerClose.d.ts +1 -1
- package/dist/components/drawer/DrawerContent.d.ts +53 -56
- package/dist/components/drawer/DrawerFooter.d.ts +52 -55
- package/dist/components/drawer/DrawerHeader.d.ts +52 -55
- package/dist/components/drawer/DrawerMain.d.ts +52 -55
- package/dist/components/drawer/DrawerOverlay.d.ts +52 -55
- package/dist/components/drawer/DrawerTrigger.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +313 -331
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +480 -483
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +53 -56
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +52 -55
- package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
- package/dist/components/empty-state/EmptyState.d.ts +373 -392
- package/dist/components/empty-state/EmptyStateBody.d.ts +107 -111
- package/dist/components/empty-state/EmptyStateBody.js +1 -1
- package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
- package/dist/components/empty-state/EmptyStateImage.d.ts +108 -114
- package/dist/components/empty-state/EmptyStateTitle.d.ts +53 -56
- package/dist/components/empty-state/EmptyStateTitle.js +1 -1
- package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
- package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
- package/dist/components/field-wrapper/FieldDescription.js +1 -1
- package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
- package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -1
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/file-input/FileInput.d.ts +1 -1
- package/dist/components/flex/Flex.d.ts +52 -55
- package/dist/components/form/Form.d.ts +53 -56
- package/dist/components/grid/Grid.d.ts +53 -56
- package/dist/components/heading/Heading.d.ts +52 -55
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/icon/Icon.d.ts +52 -55
- package/dist/components/image/Image.d.ts +53 -56
- package/dist/components/inline-message/InlineMessage.config.js +1 -1
- package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +104 -110
- package/dist/components/input/Input.d.ts +155 -164
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/label/Label.d.ts +53 -56
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- package/dist/components/link/Link.d.ts +52 -55
- package/dist/components/list/List.d.ts +104 -110
- package/dist/components/loader/Loader.d.ts +2 -2
- package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +54 -57
- package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownLink.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownList.js +1 -1
- package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownText.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
- package/dist/components/navigation/NavigationMenu.d.ts +369 -388
- package/dist/components/navigation/NavigationMenu.js +1 -1
- package/dist/components/navigation/NavigationMenu.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +53 -56
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +106 -110
- package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
- package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +52 -55
- package/dist/components/navigation/NavigationMenuLink.d.ts +52 -55
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +686 -707
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +104 -110
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +106 -110
- package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +1 -1
- package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js.map +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
- package/dist/components/pagination/Pagination.d.ts +2 -2
- package/dist/components/pagination/PaginationNextButton.d.ts +106 -112
- package/dist/components/pagination/PaginationPage.d.ts +2 -2
- package/dist/components/pagination/PaginationPopover.d.ts +1 -1
- package/dist/components/pagination/PaginationPreviousButton.d.ts +106 -112
- package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +105 -111
- package/dist/components/popover/PopoverContent.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.js +1 -1
- package/dist/components/progress-bar/ProgressBar.js.map +1 -1
- package/dist/components/radio-button/RadioButton.d.ts +53 -56
- package/dist/components/radio-button/RadioButton.js +1 -1
- package/dist/components/radio-button/RadioButton.js.map +1 -1
- package/dist/components/radio-button/RadioButtonGroup.d.ts +52 -55
- package/dist/components/radio-button-field/RadioButtonField.d.ts +54 -57
- package/dist/components/radio-button-field/RadioField.d.ts +1 -1
- package/dist/components/radio-card/RadioCard.d.ts +53 -56
- package/dist/components/radio-card/RadioCard.js +1 -1
- package/dist/components/radio-card/RadioCard.js.map +1 -1
- package/dist/components/radio-card/RadioCardGroup.d.ts +2 -2
- package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
- package/dist/components/search-field/SearchField.d.ts +2 -2
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/search-input/SearchInput.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +377 -394
- package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
- package/dist/components/section-message/SectionMessageTitle.js +1 -1
- package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
- package/dist/components/select/Select.d.ts +52 -55
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-field/SelectField.d.ts +2 -2
- package/dist/components/side-bar/SideBar.d.ts +422 -444
- package/dist/components/side-bar/SideBarComponents.d.ts +369 -388
- package/dist/components/slider/Slider.d.ts +52 -55
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/slider/SliderSteps.d.ts +2 -2
- package/dist/components/slider/SliderSteps.js +1 -1
- package/dist/components/slider/SliderSteps.js.map +1 -1
- package/dist/components/slider/SliderValue.d.ts +2 -2
- package/dist/components/slider/SliderValue.js +1 -1
- package/dist/components/slider/SliderValue.js.map +1 -1
- package/dist/components/slider-field/SliderField.d.ts +2 -2
- package/dist/components/sortable/Handle.d.ts +105 -111
- package/dist/components/sortable/SortableHandle.d.ts +1 -1
- package/dist/components/sortable/SortableItem.d.ts +2 -2
- package/dist/components/sortable/SortableItem.js +1 -1
- package/dist/components/sortable/SortableItem.js.map +1 -1
- package/dist/components/sortable/SortableRoot.d.ts +1 -1
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/spacer/Spacer.d.ts +364 -1
- package/dist/components/spacer/Spacer.js +1 -1
- package/dist/components/spacer/Spacer.js.map +1 -1
- package/dist/components/stack-content/StackContent.d.ts +52 -55
- package/dist/components/stepper/Stepper.d.ts +112 -118
- package/dist/components/stepper/StepperStepBack.d.ts +1 -1
- package/dist/components/stepper/StepperStepBullet.d.ts +103 -109
- package/dist/components/stepper/StepperStepBullet.js +1 -1
- package/dist/components/stepper/StepperStepBullet.js.map +1 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +103 -109
- package/dist/components/stepper/StepperStepContainer.js +1 -1
- package/dist/components/stepper/StepperStepContainer.js.map +1 -1
- package/dist/components/stepper/StepperStepForward.d.ts +1 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +106 -110
- package/dist/components/stepper/StepperStepLabel.js +1 -1
- package/dist/components/stepper/StepperStepLabel.js.map +1 -1
- package/dist/components/stepper/StepperSteps.d.ts +2 -2
- package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
- package/dist/components/switch/Switch.d.ts +53 -56
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +423 -447
- package/dist/components/table/TableBody.d.ts +53 -56
- package/dist/components/table/TableBody.js +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableCell.d.ts +52 -55
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableCell.js.map +1 -1
- package/dist/components/table/TableFooter.d.ts +52 -55
- package/dist/components/table/TableFooterCell.d.ts +52 -55
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableFooterCell.js.map +1 -1
- package/dist/components/table/TableHeader.d.ts +53 -56
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +52 -55
- package/dist/components/table/TableRow.d.ts +52 -55
- package/dist/components/table/TableStickyColumnsContainer.d.ts +1 -1
- package/dist/components/tabs/Tabs.d.ts +210 -222
- package/dist/components/tabs/TabsContent.d.ts +52 -55
- package/dist/components/tabs/TabsTrigger.d.ts +53 -56
- package/dist/components/tabs/TabsTriggerList.d.ts +105 -111
- package/dist/components/text/Text.d.ts +54 -55
- package/dist/components/text/Text.js +1 -1
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +52 -55
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea-field/TextareaField.d.ts +2 -2
- package/dist/components/tile/Tile.d.ts +52 -55
- package/dist/components/tile/TileGroup.d.ts +52 -55
- package/dist/components/tile-interactive/TileInteractive.d.ts +104 -110
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +157 -166
- package/dist/components/toast/Toast.d.ts +156 -165
- package/dist/components/toast/ToastProvider.d.ts +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +103 -109
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -110
- package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +52 -55
- package/dist/components/toggle-group/index.d.ts +313 -331
- package/dist/components/tooltip/Tooltip.d.ts +106 -112
- package/dist/components/tooltip/TooltipContent.d.ts +53 -56
- package/dist/components/tooltip/TooltipContent.js +1 -1
- package/dist/components/tooltip/TooltipContent.js.map +1 -1
- package/dist/components/top-bar/TopBar.d.ts +638 -287
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/top-bar/TopBarBrand.d.ts +160 -176
- package/dist/components/top-bar/TopBarBrand.js +1 -1
- package/dist/components/top-bar/TopBarBrand.js.map +1 -1
- package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +1 -1
- package/dist/components/tree/Tree.d.ts +793 -812
- package/dist/components/tree/TreeCollapsible.d.ts +53 -56
- package/dist/components/tree/TreeCollapsibleContent.d.ts +52 -55
- package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
- package/dist/components/tree/TreeIcon.d.ts +104 -110
- package/dist/components/tree/TreeItemContent.d.ts +54 -57
- package/dist/components/tree/TreeListItem.d.ts +54 -57
- package/dist/components/video/Video.d.ts +52 -55
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -55
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +604 -637
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +276 -279
- package/dist/utilities/hooks/useResizeObserver.js.map +1 -1
- package/dist/utilities/hooks/useScrollPosition.js +1 -1
- package/dist/utilities/hooks/useScrollPosition.js.map +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js.map +1 -1
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +103 -109
- package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
- package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
- package/package.json +26 -15
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { BannerRegularContainer } from './BannerRegularContainer';
|
|
3
3
|
export declare const BannerRegular: {
|
|
4
|
-
({ colorScheme, size, emphasis, onDismiss, ...rest }: React.ComponentProps<typeof BannerRegularContainer>): JSX.Element;
|
|
4
|
+
({ colorScheme, size, emphasis, onDismiss, ...rest }: React.ComponentProps<typeof BannerRegularContainer>): React.JSX.Element;
|
|
5
5
|
displayName: string;
|
|
6
6
|
} & {
|
|
7
7
|
Content: {
|
|
8
|
-
(props: Omit<Omit<
|
|
8
|
+
(props: Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
9
9
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
10
|
-
}, "css"> & import("@stitches
|
|
10
|
+
}, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
|
|
11
11
|
sm: string;
|
|
12
12
|
md: string;
|
|
13
13
|
lg: string;
|
|
@@ -16,7 +16,7 @@ export declare const BannerRegular: {
|
|
|
16
16
|
allowMotion: string;
|
|
17
17
|
hover: string;
|
|
18
18
|
}> & {
|
|
19
|
-
css?: import("@stitches
|
|
19
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
20
20
|
sm: string;
|
|
21
21
|
md: string;
|
|
22
22
|
lg: string;
|
|
@@ -56,6 +56,18 @@ export declare const BannerRegular: {
|
|
|
56
56
|
blue1000: any;
|
|
57
57
|
blue1100: any;
|
|
58
58
|
blue1200: any;
|
|
59
|
+
pink100: any;
|
|
60
|
+
pink200: any;
|
|
61
|
+
pink300: any;
|
|
62
|
+
pink400: any;
|
|
63
|
+
pink500: any;
|
|
64
|
+
pink600: any;
|
|
65
|
+
pink700: any;
|
|
66
|
+
pink800: any;
|
|
67
|
+
pink900: any;
|
|
68
|
+
pink1000: any;
|
|
69
|
+
pink1100: any;
|
|
70
|
+
pink1200: any;
|
|
59
71
|
purple100: any;
|
|
60
72
|
purple200: any;
|
|
61
73
|
purple300: any;
|
|
@@ -200,26 +212,11 @@ export declare const BannerRegular: {
|
|
|
200
212
|
marsh1000: any;
|
|
201
213
|
marsh1100: any;
|
|
202
214
|
marsh1200: any;
|
|
203
|
-
tonal50: any;
|
|
204
|
-
tonal100: any;
|
|
205
|
-
tonal200: any;
|
|
206
|
-
tonal300: any;
|
|
207
|
-
tonal400: any;
|
|
208
|
-
tonal500: any;
|
|
209
|
-
tonal600: any;
|
|
210
215
|
alpha100: any;
|
|
211
216
|
alpha150: any;
|
|
212
217
|
alpha200: any;
|
|
213
218
|
alpha250: any;
|
|
214
219
|
alpha600: any;
|
|
215
|
-
brandRed: any;
|
|
216
|
-
brandRedAccent: any;
|
|
217
|
-
brandGreen: any;
|
|
218
|
-
brandGreenAccent: any;
|
|
219
|
-
brandPurple: any;
|
|
220
|
-
brandPurpleAccent: any;
|
|
221
|
-
brandYellow: any;
|
|
222
|
-
brandYellowAccent: any;
|
|
223
220
|
infoLight: any;
|
|
224
221
|
info: any;
|
|
225
222
|
infoMid: any;
|
|
@@ -320,62 +317,62 @@ export declare const BannerRegular: {
|
|
|
320
317
|
"1-1": any;
|
|
321
318
|
"3-4": any;
|
|
322
319
|
};
|
|
323
|
-
}, import("@stitches
|
|
324
|
-
bg: (value: import("@stitches
|
|
325
|
-
background: import("@stitches
|
|
320
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
321
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
322
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
326
323
|
};
|
|
327
|
-
size: (value: string | number | import("@stitches
|
|
328
|
-
height: string | number | import("@stitches
|
|
329
|
-
width: string | number | import("@stitches
|
|
324
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
325
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
326
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
330
327
|
};
|
|
331
|
-
p: (value: string | number | import("@stitches
|
|
332
|
-
padding: string | number | import("@stitches
|
|
328
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
329
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
333
330
|
};
|
|
334
|
-
pt: (value: string | number | import("@stitches
|
|
335
|
-
paddingTop: string | number | import("@stitches
|
|
331
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
332
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
336
333
|
};
|
|
337
|
-
pr: (value: string | number | import("@stitches
|
|
338
|
-
paddingRight: string | number | import("@stitches
|
|
334
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
335
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
339
336
|
};
|
|
340
|
-
pb: (value: string | number | import("@stitches
|
|
341
|
-
paddingBottom: string | number | import("@stitches
|
|
337
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
338
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
342
339
|
};
|
|
343
|
-
pl: (value: string | number | import("@stitches
|
|
344
|
-
paddingLeft: string | number | import("@stitches
|
|
340
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
341
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
345
342
|
};
|
|
346
|
-
px: (value: string | number | import("@stitches
|
|
347
|
-
paddingLeft: string | number | import("@stitches
|
|
348
|
-
paddingRight: string | number | import("@stitches
|
|
343
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
344
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
345
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
349
346
|
};
|
|
350
|
-
py: (value: string | number | import("@stitches
|
|
351
|
-
paddingTop: string | number | import("@stitches
|
|
352
|
-
paddingBottom: string | number | import("@stitches
|
|
347
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
348
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
349
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
353
350
|
};
|
|
354
|
-
m: (value: string | number | import("@stitches
|
|
355
|
-
margin: string | number | import("@stitches
|
|
351
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
352
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
356
353
|
};
|
|
357
|
-
mt: (value: string | number | import("@stitches
|
|
358
|
-
marginTop: string | number | import("@stitches
|
|
354
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
355
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
359
356
|
};
|
|
360
|
-
mr: (value: string | number | import("@stitches
|
|
361
|
-
marginRight: string | number | import("@stitches
|
|
357
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
358
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
362
359
|
};
|
|
363
|
-
mb: (value: string | number | import("@stitches
|
|
364
|
-
marginBottom: string | number | import("@stitches
|
|
360
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
361
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
365
362
|
};
|
|
366
|
-
ml: (value: string | number | import("@stitches
|
|
367
|
-
marginLeft: string | number | import("@stitches
|
|
363
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
364
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
368
365
|
};
|
|
369
|
-
mx: (value: string | number | import("@stitches
|
|
370
|
-
marginLeft: string | number | import("@stitches
|
|
371
|
-
marginRight: string | number | import("@stitches
|
|
366
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
367
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
368
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
372
369
|
};
|
|
373
|
-
my: (value: string | number | import("@stitches
|
|
374
|
-
marginTop: string | number | import("@stitches
|
|
375
|
-
marginBottom: string | number | import("@stitches
|
|
370
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
371
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
372
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
376
373
|
};
|
|
377
374
|
}> | undefined;
|
|
378
|
-
}, "size" | "css"> & import("@stitches
|
|
375
|
+
}, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
379
376
|
size?: "sm" | "md" | undefined;
|
|
380
377
|
}, {
|
|
381
378
|
sm: string;
|
|
@@ -386,7 +383,7 @@ export declare const BannerRegular: {
|
|
|
386
383
|
allowMotion: string;
|
|
387
384
|
hover: string;
|
|
388
385
|
}> & {
|
|
389
|
-
css?: import("@stitches
|
|
386
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
390
387
|
sm: string;
|
|
391
388
|
md: string;
|
|
392
389
|
lg: string;
|
|
@@ -426,6 +423,18 @@ export declare const BannerRegular: {
|
|
|
426
423
|
blue1000: any;
|
|
427
424
|
blue1100: any;
|
|
428
425
|
blue1200: any;
|
|
426
|
+
pink100: any;
|
|
427
|
+
pink200: any;
|
|
428
|
+
pink300: any;
|
|
429
|
+
pink400: any;
|
|
430
|
+
pink500: any;
|
|
431
|
+
pink600: any;
|
|
432
|
+
pink700: any;
|
|
433
|
+
pink800: any;
|
|
434
|
+
pink900: any;
|
|
435
|
+
pink1000: any;
|
|
436
|
+
pink1100: any;
|
|
437
|
+
pink1200: any;
|
|
429
438
|
purple100: any;
|
|
430
439
|
purple200: any;
|
|
431
440
|
purple300: any;
|
|
@@ -570,26 +579,11 @@ export declare const BannerRegular: {
|
|
|
570
579
|
marsh1000: any;
|
|
571
580
|
marsh1100: any;
|
|
572
581
|
marsh1200: any;
|
|
573
|
-
tonal50: any;
|
|
574
|
-
tonal100: any;
|
|
575
|
-
tonal200: any;
|
|
576
|
-
tonal300: any;
|
|
577
|
-
tonal400: any;
|
|
578
|
-
tonal500: any;
|
|
579
|
-
tonal600: any;
|
|
580
582
|
alpha100: any;
|
|
581
583
|
alpha150: any;
|
|
582
584
|
alpha200: any;
|
|
583
585
|
alpha250: any;
|
|
584
586
|
alpha600: any;
|
|
585
|
-
brandRed: any;
|
|
586
|
-
brandRedAccent: any;
|
|
587
|
-
brandGreen: any;
|
|
588
|
-
brandGreenAccent: any;
|
|
589
|
-
brandPurple: any;
|
|
590
|
-
brandPurpleAccent: any;
|
|
591
|
-
brandYellow: any;
|
|
592
|
-
brandYellowAccent: any;
|
|
593
587
|
infoLight: any;
|
|
594
588
|
info: any;
|
|
595
589
|
infoMid: any;
|
|
@@ -690,68 +684,68 @@ export declare const BannerRegular: {
|
|
|
690
684
|
"1-1": any;
|
|
691
685
|
"3-4": any;
|
|
692
686
|
};
|
|
693
|
-
}, import("@stitches
|
|
694
|
-
bg: (value: import("@stitches
|
|
695
|
-
background: import("@stitches
|
|
687
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
688
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
689
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
696
690
|
};
|
|
697
|
-
size: (value: string | number | import("@stitches
|
|
698
|
-
height: string | number | import("@stitches
|
|
699
|
-
width: string | number | import("@stitches
|
|
691
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
692
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
693
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
700
694
|
};
|
|
701
|
-
p: (value: string | number | import("@stitches
|
|
702
|
-
padding: string | number | import("@stitches
|
|
695
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
696
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
703
697
|
};
|
|
704
|
-
pt: (value: string | number | import("@stitches
|
|
705
|
-
paddingTop: string | number | import("@stitches
|
|
698
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
699
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
706
700
|
};
|
|
707
|
-
pr: (value: string | number | import("@stitches
|
|
708
|
-
paddingRight: string | number | import("@stitches
|
|
701
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
702
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
709
703
|
};
|
|
710
|
-
pb: (value: string | number | import("@stitches
|
|
711
|
-
paddingBottom: string | number | import("@stitches
|
|
704
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
705
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
712
706
|
};
|
|
713
|
-
pl: (value: string | number | import("@stitches
|
|
714
|
-
paddingLeft: string | number | import("@stitches
|
|
707
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
708
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
715
709
|
};
|
|
716
|
-
px: (value: string | number | import("@stitches
|
|
717
|
-
paddingLeft: string | number | import("@stitches
|
|
718
|
-
paddingRight: string | number | import("@stitches
|
|
710
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
711
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
712
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
719
713
|
};
|
|
720
|
-
py: (value: string | number | import("@stitches
|
|
721
|
-
paddingTop: string | number | import("@stitches
|
|
722
|
-
paddingBottom: string | number | import("@stitches
|
|
714
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
715
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
716
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
723
717
|
};
|
|
724
|
-
m: (value: string | number | import("@stitches
|
|
725
|
-
margin: string | number | import("@stitches
|
|
718
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
719
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
726
720
|
};
|
|
727
|
-
mt: (value: string | number | import("@stitches
|
|
728
|
-
marginTop: string | number | import("@stitches
|
|
721
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
722
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
729
723
|
};
|
|
730
|
-
mr: (value: string | number | import("@stitches
|
|
731
|
-
marginRight: string | number | import("@stitches
|
|
724
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
725
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
732
726
|
};
|
|
733
|
-
mb: (value: string | number | import("@stitches
|
|
734
|
-
marginBottom: string | number | import("@stitches
|
|
727
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
728
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
735
729
|
};
|
|
736
|
-
ml: (value: string | number | import("@stitches
|
|
737
|
-
marginLeft: string | number | import("@stitches
|
|
730
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
731
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
738
732
|
};
|
|
739
|
-
mx: (value: string | number | import("@stitches
|
|
740
|
-
marginLeft: string | number | import("@stitches
|
|
741
|
-
marginRight: string | number | import("@stitches
|
|
733
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
734
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
735
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
742
736
|
};
|
|
743
|
-
my: (value: string | number | import("@stitches
|
|
744
|
-
marginTop: string | number | import("@stitches
|
|
745
|
-
marginBottom: string | number | import("@stitches
|
|
737
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
738
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
739
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
746
740
|
};
|
|
747
741
|
}> | undefined;
|
|
748
|
-
}): JSX.Element;
|
|
742
|
+
}): React.JSX.Element;
|
|
749
743
|
displayName: string;
|
|
750
744
|
};
|
|
751
745
|
Heading: {
|
|
752
|
-
(props: Omit<Omit<
|
|
746
|
+
(props: Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & {
|
|
753
747
|
ref?: ((instance: HTMLHeadingElement | null) => void) | React.RefObject<HTMLHeadingElement> | null | undefined;
|
|
754
|
-
}, "size" | "css" | "noCapsize"> & import("@stitches
|
|
748
|
+
}, "size" | "css" | "noCapsize"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
755
749
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | "xxl" | undefined;
|
|
756
750
|
noCapsize?: boolean | "true" | undefined;
|
|
757
751
|
}, {
|
|
@@ -763,7 +757,7 @@ export declare const BannerRegular: {
|
|
|
763
757
|
allowMotion: string;
|
|
764
758
|
hover: string;
|
|
765
759
|
}> & {
|
|
766
|
-
css?: import("@stitches
|
|
760
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
767
761
|
sm: string;
|
|
768
762
|
md: string;
|
|
769
763
|
lg: string;
|
|
@@ -803,6 +797,18 @@ export declare const BannerRegular: {
|
|
|
803
797
|
blue1000: any;
|
|
804
798
|
blue1100: any;
|
|
805
799
|
blue1200: any;
|
|
800
|
+
pink100: any;
|
|
801
|
+
pink200: any;
|
|
802
|
+
pink300: any;
|
|
803
|
+
pink400: any;
|
|
804
|
+
pink500: any;
|
|
805
|
+
pink600: any;
|
|
806
|
+
pink700: any;
|
|
807
|
+
pink800: any;
|
|
808
|
+
pink900: any;
|
|
809
|
+
pink1000: any;
|
|
810
|
+
pink1100: any;
|
|
811
|
+
pink1200: any;
|
|
806
812
|
purple100: any;
|
|
807
813
|
purple200: any;
|
|
808
814
|
purple300: any;
|
|
@@ -947,26 +953,11 @@ export declare const BannerRegular: {
|
|
|
947
953
|
marsh1000: any;
|
|
948
954
|
marsh1100: any;
|
|
949
955
|
marsh1200: any;
|
|
950
|
-
tonal50: any;
|
|
951
|
-
tonal100: any;
|
|
952
|
-
tonal200: any;
|
|
953
|
-
tonal300: any;
|
|
954
|
-
tonal400: any;
|
|
955
|
-
tonal500: any;
|
|
956
|
-
tonal600: any;
|
|
957
956
|
alpha100: any;
|
|
958
957
|
alpha150: any;
|
|
959
958
|
alpha200: any;
|
|
960
959
|
alpha250: any;
|
|
961
960
|
alpha600: any;
|
|
962
|
-
brandRed: any;
|
|
963
|
-
brandRedAccent: any;
|
|
964
|
-
brandGreen: any;
|
|
965
|
-
brandGreenAccent: any;
|
|
966
|
-
brandPurple: any;
|
|
967
|
-
brandPurpleAccent: any;
|
|
968
|
-
brandYellow: any;
|
|
969
|
-
brandYellowAccent: any;
|
|
970
961
|
infoLight: any;
|
|
971
962
|
info: any;
|
|
972
963
|
infoMid: any;
|
|
@@ -1067,70 +1058,72 @@ export declare const BannerRegular: {
|
|
|
1067
1058
|
"1-1": any;
|
|
1068
1059
|
"3-4": any;
|
|
1069
1060
|
};
|
|
1070
|
-
}, import("@stitches
|
|
1071
|
-
bg: (value: import("@stitches
|
|
1072
|
-
background: import("@stitches
|
|
1061
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1062
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1063
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1073
1064
|
};
|
|
1074
|
-
size: (value: string | number | import("@stitches
|
|
1075
|
-
height: string | number | import("@stitches
|
|
1076
|
-
width: string | number | import("@stitches
|
|
1065
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1066
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1067
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1077
1068
|
};
|
|
1078
|
-
p: (value: string | number | import("@stitches
|
|
1079
|
-
padding: string | number | import("@stitches
|
|
1069
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1070
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1080
1071
|
};
|
|
1081
|
-
pt: (value: string | number | import("@stitches
|
|
1082
|
-
paddingTop: string | number | import("@stitches
|
|
1072
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1073
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1083
1074
|
};
|
|
1084
|
-
pr: (value: string | number | import("@stitches
|
|
1085
|
-
paddingRight: string | number | import("@stitches
|
|
1075
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1076
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1086
1077
|
};
|
|
1087
|
-
pb: (value: string | number | import("@stitches
|
|
1088
|
-
paddingBottom: string | number | import("@stitches
|
|
1078
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1079
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1089
1080
|
};
|
|
1090
|
-
pl: (value: string | number | import("@stitches
|
|
1091
|
-
paddingLeft: string | number | import("@stitches
|
|
1081
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1082
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1092
1083
|
};
|
|
1093
|
-
px: (value: string | number | import("@stitches
|
|
1094
|
-
paddingLeft: string | number | import("@stitches
|
|
1095
|
-
paddingRight: string | number | import("@stitches
|
|
1084
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1085
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1086
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1096
1087
|
};
|
|
1097
|
-
py: (value: string | number | import("@stitches
|
|
1098
|
-
paddingTop: string | number | import("@stitches
|
|
1099
|
-
paddingBottom: string | number | import("@stitches
|
|
1088
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1089
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1090
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1100
1091
|
};
|
|
1101
|
-
m: (value: string | number | import("@stitches
|
|
1102
|
-
margin: string | number | import("@stitches
|
|
1092
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1093
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1103
1094
|
};
|
|
1104
|
-
mt: (value: string | number | import("@stitches
|
|
1105
|
-
marginTop: string | number | import("@stitches
|
|
1095
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1096
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1106
1097
|
};
|
|
1107
|
-
mr: (value: string | number | import("@stitches
|
|
1108
|
-
marginRight: string | number | import("@stitches
|
|
1098
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1099
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1109
1100
|
};
|
|
1110
|
-
mb: (value: string | number | import("@stitches
|
|
1111
|
-
marginBottom: string | number | import("@stitches
|
|
1101
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1102
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1112
1103
|
};
|
|
1113
|
-
ml: (value: string | number | import("@stitches
|
|
1114
|
-
marginLeft: string | number | import("@stitches
|
|
1104
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1105
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1115
1106
|
};
|
|
1116
|
-
mx: (value: string | number | import("@stitches
|
|
1117
|
-
marginLeft: string | number | import("@stitches
|
|
1118
|
-
marginRight: string | number | import("@stitches
|
|
1107
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1108
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1109
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1119
1110
|
};
|
|
1120
|
-
my: (value: string | number | import("@stitches
|
|
1121
|
-
marginTop: string | number | import("@stitches
|
|
1122
|
-
marginBottom: string | number | import("@stitches
|
|
1111
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1112
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1113
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1123
1114
|
};
|
|
1124
1115
|
}> | undefined;
|
|
1125
1116
|
}, "as"> & {
|
|
1126
1117
|
as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
|
|
1127
|
-
}): JSX.Element;
|
|
1118
|
+
}): React.JSX.Element;
|
|
1128
1119
|
displayName: string;
|
|
1129
1120
|
};
|
|
1130
1121
|
Text: {
|
|
1131
|
-
(props: Omit<Omit<
|
|
1122
|
+
(props: Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
|
|
1132
1123
|
ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
1133
|
-
}, "size" | "css" | "noCapsize"> & import("@stitches
|
|
1124
|
+
}, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1125
|
+
weight?: "normal" | "bold" | undefined;
|
|
1126
|
+
family?: "display" | "mono" | "body" | undefined;
|
|
1134
1127
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
1135
1128
|
noCapsize?: boolean | "true" | undefined;
|
|
1136
1129
|
}, {
|
|
@@ -1142,7 +1135,7 @@ export declare const BannerRegular: {
|
|
|
1142
1135
|
allowMotion: string;
|
|
1143
1136
|
hover: string;
|
|
1144
1137
|
}> & {
|
|
1145
|
-
css?: import("@stitches
|
|
1138
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1146
1139
|
sm: string;
|
|
1147
1140
|
md: string;
|
|
1148
1141
|
lg: string;
|
|
@@ -1182,6 +1175,18 @@ export declare const BannerRegular: {
|
|
|
1182
1175
|
blue1000: any;
|
|
1183
1176
|
blue1100: any;
|
|
1184
1177
|
blue1200: any;
|
|
1178
|
+
pink100: any;
|
|
1179
|
+
pink200: any;
|
|
1180
|
+
pink300: any;
|
|
1181
|
+
pink400: any;
|
|
1182
|
+
pink500: any;
|
|
1183
|
+
pink600: any;
|
|
1184
|
+
pink700: any;
|
|
1185
|
+
pink800: any;
|
|
1186
|
+
pink900: any;
|
|
1187
|
+
pink1000: any;
|
|
1188
|
+
pink1100: any;
|
|
1189
|
+
pink1200: any;
|
|
1185
1190
|
purple100: any;
|
|
1186
1191
|
purple200: any;
|
|
1187
1192
|
purple300: any;
|
|
@@ -1326,26 +1331,11 @@ export declare const BannerRegular: {
|
|
|
1326
1331
|
marsh1000: any;
|
|
1327
1332
|
marsh1100: any;
|
|
1328
1333
|
marsh1200: any;
|
|
1329
|
-
tonal50: any;
|
|
1330
|
-
tonal100: any;
|
|
1331
|
-
tonal200: any;
|
|
1332
|
-
tonal300: any;
|
|
1333
|
-
tonal400: any;
|
|
1334
|
-
tonal500: any;
|
|
1335
|
-
tonal600: any;
|
|
1336
1334
|
alpha100: any;
|
|
1337
1335
|
alpha150: any;
|
|
1338
1336
|
alpha200: any;
|
|
1339
1337
|
alpha250: any;
|
|
1340
1338
|
alpha600: any;
|
|
1341
|
-
brandRed: any;
|
|
1342
|
-
brandRedAccent: any;
|
|
1343
|
-
brandGreen: any;
|
|
1344
|
-
brandGreenAccent: any;
|
|
1345
|
-
brandPurple: any;
|
|
1346
|
-
brandPurpleAccent: any;
|
|
1347
|
-
brandYellow: any;
|
|
1348
|
-
brandYellowAccent: any;
|
|
1349
1339
|
infoLight: any;
|
|
1350
1340
|
info: any;
|
|
1351
1341
|
infoMid: any;
|
|
@@ -1446,70 +1436,70 @@ export declare const BannerRegular: {
|
|
|
1446
1436
|
"1-1": any;
|
|
1447
1437
|
"3-4": any;
|
|
1448
1438
|
};
|
|
1449
|
-
}, import("@stitches
|
|
1450
|
-
bg: (value: import("@stitches
|
|
1451
|
-
background: import("@stitches
|
|
1439
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1440
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1441
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1452
1442
|
};
|
|
1453
|
-
size: (value: string | number | import("@stitches
|
|
1454
|
-
height: string | number | import("@stitches
|
|
1455
|
-
width: string | number | import("@stitches
|
|
1443
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1444
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1445
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1456
1446
|
};
|
|
1457
|
-
p: (value: string | number | import("@stitches
|
|
1458
|
-
padding: string | number | import("@stitches
|
|
1447
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1448
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1459
1449
|
};
|
|
1460
|
-
pt: (value: string | number | import("@stitches
|
|
1461
|
-
paddingTop: string | number | import("@stitches
|
|
1450
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1451
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1462
1452
|
};
|
|
1463
|
-
pr: (value: string | number | import("@stitches
|
|
1464
|
-
paddingRight: string | number | import("@stitches
|
|
1453
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1454
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1465
1455
|
};
|
|
1466
|
-
pb: (value: string | number | import("@stitches
|
|
1467
|
-
paddingBottom: string | number | import("@stitches
|
|
1456
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1457
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1468
1458
|
};
|
|
1469
|
-
pl: (value: string | number | import("@stitches
|
|
1470
|
-
paddingLeft: string | number | import("@stitches
|
|
1459
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1460
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1471
1461
|
};
|
|
1472
|
-
px: (value: string | number | import("@stitches
|
|
1473
|
-
paddingLeft: string | number | import("@stitches
|
|
1474
|
-
paddingRight: string | number | import("@stitches
|
|
1462
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1463
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1464
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1475
1465
|
};
|
|
1476
|
-
py: (value: string | number | import("@stitches
|
|
1477
|
-
paddingTop: string | number | import("@stitches
|
|
1478
|
-
paddingBottom: string | number | import("@stitches
|
|
1466
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1467
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1468
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1479
1469
|
};
|
|
1480
|
-
m: (value: string | number | import("@stitches
|
|
1481
|
-
margin: string | number | import("@stitches
|
|
1470
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1471
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1482
1472
|
};
|
|
1483
|
-
mt: (value: string | number | import("@stitches
|
|
1484
|
-
marginTop: string | number | import("@stitches
|
|
1473
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1474
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1485
1475
|
};
|
|
1486
|
-
mr: (value: string | number | import("@stitches
|
|
1487
|
-
marginRight: string | number | import("@stitches
|
|
1476
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1477
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1488
1478
|
};
|
|
1489
|
-
mb: (value: string | number | import("@stitches
|
|
1490
|
-
marginBottom: string | number | import("@stitches
|
|
1479
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1480
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1491
1481
|
};
|
|
1492
|
-
ml: (value: string | number | import("@stitches
|
|
1493
|
-
marginLeft: string | number | import("@stitches
|
|
1482
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1483
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1494
1484
|
};
|
|
1495
|
-
mx: (value: string | number | import("@stitches
|
|
1496
|
-
marginLeft: string | number | import("@stitches
|
|
1497
|
-
marginRight: string | number | import("@stitches
|
|
1485
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1486
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1487
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1498
1488
|
};
|
|
1499
|
-
my: (value: string | number | import("@stitches
|
|
1500
|
-
marginTop: string | number | import("@stitches
|
|
1501
|
-
marginBottom: string | number | import("@stitches
|
|
1489
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1490
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1491
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1502
1492
|
};
|
|
1503
1493
|
}> | undefined;
|
|
1504
1494
|
}, "as"> & {
|
|
1505
1495
|
as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
|
|
1506
|
-
}): JSX.Element;
|
|
1496
|
+
}): React.JSX.Element;
|
|
1507
1497
|
displayName: string;
|
|
1508
1498
|
};
|
|
1509
1499
|
Actions: {
|
|
1510
|
-
({ children, ...props }: Omit<
|
|
1500
|
+
({ children, ...props }: Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1511
1501
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
1512
|
-
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches
|
|
1502
|
+
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1513
1503
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
1514
1504
|
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
1515
1505
|
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;
|
|
@@ -1524,7 +1514,7 @@ export declare const BannerRegular: {
|
|
|
1524
1514
|
allowMotion: string;
|
|
1525
1515
|
hover: string;
|
|
1526
1516
|
}> & {
|
|
1527
|
-
css?: import("@stitches
|
|
1517
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1528
1518
|
sm: string;
|
|
1529
1519
|
md: string;
|
|
1530
1520
|
lg: string;
|
|
@@ -1564,6 +1554,18 @@ export declare const BannerRegular: {
|
|
|
1564
1554
|
blue1000: any;
|
|
1565
1555
|
blue1100: any;
|
|
1566
1556
|
blue1200: any;
|
|
1557
|
+
pink100: any;
|
|
1558
|
+
pink200: any;
|
|
1559
|
+
pink300: any;
|
|
1560
|
+
pink400: any;
|
|
1561
|
+
pink500: any;
|
|
1562
|
+
pink600: any;
|
|
1563
|
+
pink700: any;
|
|
1564
|
+
pink800: any;
|
|
1565
|
+
pink900: any;
|
|
1566
|
+
pink1000: any;
|
|
1567
|
+
pink1100: any;
|
|
1568
|
+
pink1200: any;
|
|
1567
1569
|
purple100: any;
|
|
1568
1570
|
purple200: any;
|
|
1569
1571
|
purple300: any;
|
|
@@ -1708,26 +1710,11 @@ export declare const BannerRegular: {
|
|
|
1708
1710
|
marsh1000: any;
|
|
1709
1711
|
marsh1100: any;
|
|
1710
1712
|
marsh1200: any;
|
|
1711
|
-
tonal50: any;
|
|
1712
|
-
tonal100: any;
|
|
1713
|
-
tonal200: any;
|
|
1714
|
-
tonal300: any;
|
|
1715
|
-
tonal400: any;
|
|
1716
|
-
tonal500: any;
|
|
1717
|
-
tonal600: any;
|
|
1718
1713
|
alpha100: any;
|
|
1719
1714
|
alpha150: any;
|
|
1720
1715
|
alpha200: any;
|
|
1721
1716
|
alpha250: any;
|
|
1722
1717
|
alpha600: any;
|
|
1723
|
-
brandRed: any;
|
|
1724
|
-
brandRedAccent: any;
|
|
1725
|
-
brandGreen: any;
|
|
1726
|
-
brandGreenAccent: any;
|
|
1727
|
-
brandPurple: any;
|
|
1728
|
-
brandPurpleAccent: any;
|
|
1729
|
-
brandYellow: any;
|
|
1730
|
-
brandYellowAccent: any;
|
|
1731
1718
|
infoLight: any;
|
|
1732
1719
|
info: any;
|
|
1733
1720
|
infoMid: any;
|
|
@@ -1828,68 +1815,68 @@ export declare const BannerRegular: {
|
|
|
1828
1815
|
"1-1": any;
|
|
1829
1816
|
"3-4": any;
|
|
1830
1817
|
};
|
|
1831
|
-
}, import("@stitches
|
|
1832
|
-
bg: (value: import("@stitches
|
|
1833
|
-
background: import("@stitches
|
|
1818
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1819
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1820
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1834
1821
|
};
|
|
1835
|
-
size: (value: string | number | import("@stitches
|
|
1836
|
-
height: string | number | import("@stitches
|
|
1837
|
-
width: string | number | import("@stitches
|
|
1822
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1823
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1824
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1838
1825
|
};
|
|
1839
|
-
p: (value: string | number | import("@stitches
|
|
1840
|
-
padding: string | number | import("@stitches
|
|
1826
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1827
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1841
1828
|
};
|
|
1842
|
-
pt: (value: string | number | import("@stitches
|
|
1843
|
-
paddingTop: string | number | import("@stitches
|
|
1829
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1830
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1844
1831
|
};
|
|
1845
|
-
pr: (value: string | number | import("@stitches
|
|
1846
|
-
paddingRight: string | number | import("@stitches
|
|
1832
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1833
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1847
1834
|
};
|
|
1848
|
-
pb: (value: string | number | import("@stitches
|
|
1849
|
-
paddingBottom: string | number | import("@stitches
|
|
1835
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1836
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1850
1837
|
};
|
|
1851
|
-
pl: (value: string | number | import("@stitches
|
|
1852
|
-
paddingLeft: string | number | import("@stitches
|
|
1838
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1839
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1853
1840
|
};
|
|
1854
|
-
px: (value: string | number | import("@stitches
|
|
1855
|
-
paddingLeft: string | number | import("@stitches
|
|
1856
|
-
paddingRight: string | number | import("@stitches
|
|
1841
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1842
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1843
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1857
1844
|
};
|
|
1858
|
-
py: (value: string | number | import("@stitches
|
|
1859
|
-
paddingTop: string | number | import("@stitches
|
|
1860
|
-
paddingBottom: string | number | import("@stitches
|
|
1845
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1846
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1847
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1861
1848
|
};
|
|
1862
|
-
m: (value: string | number | import("@stitches
|
|
1863
|
-
margin: string | number | import("@stitches
|
|
1849
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1850
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1864
1851
|
};
|
|
1865
|
-
mt: (value: string | number | import("@stitches
|
|
1866
|
-
marginTop: string | number | import("@stitches
|
|
1852
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1853
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1867
1854
|
};
|
|
1868
|
-
mr: (value: string | number | import("@stitches
|
|
1869
|
-
marginRight: string | number | import("@stitches
|
|
1855
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1856
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1870
1857
|
};
|
|
1871
|
-
mb: (value: string | number | import("@stitches
|
|
1872
|
-
marginBottom: string | number | import("@stitches
|
|
1858
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1859
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1873
1860
|
};
|
|
1874
|
-
ml: (value: string | number | import("@stitches
|
|
1875
|
-
marginLeft: string | number | import("@stitches
|
|
1861
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1862
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1876
1863
|
};
|
|
1877
|
-
mx: (value: string | number | import("@stitches
|
|
1878
|
-
marginLeft: string | number | import("@stitches
|
|
1879
|
-
marginRight: string | number | import("@stitches
|
|
1864
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1865
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1866
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1880
1867
|
};
|
|
1881
|
-
my: (value: string | number | import("@stitches
|
|
1882
|
-
marginTop: string | number | import("@stitches
|
|
1883
|
-
marginBottom: string | number | import("@stitches
|
|
1868
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1869
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1870
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1884
1871
|
};
|
|
1885
1872
|
}> | undefined;
|
|
1886
|
-
}): JSX.Element;
|
|
1873
|
+
}): React.JSX.Element;
|
|
1887
1874
|
displayName: string;
|
|
1888
1875
|
};
|
|
1889
1876
|
Image: {
|
|
1890
|
-
(props: Omit<
|
|
1877
|
+
(props: Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & {
|
|
1891
1878
|
ref?: ((instance: HTMLImageElement | null) => void) | React.RefObject<HTMLImageElement> | null | undefined;
|
|
1892
|
-
}, "css" | "fluid"> & import("@stitches
|
|
1879
|
+
}, "css" | "fluid"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1893
1880
|
fluid?: boolean | "true" | undefined;
|
|
1894
1881
|
}, {
|
|
1895
1882
|
sm: string;
|
|
@@ -1900,7 +1887,7 @@ export declare const BannerRegular: {
|
|
|
1900
1887
|
allowMotion: string;
|
|
1901
1888
|
hover: string;
|
|
1902
1889
|
}> & {
|
|
1903
|
-
css?: import("@stitches
|
|
1890
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1904
1891
|
sm: string;
|
|
1905
1892
|
md: string;
|
|
1906
1893
|
lg: string;
|
|
@@ -1940,6 +1927,18 @@ export declare const BannerRegular: {
|
|
|
1940
1927
|
blue1000: any;
|
|
1941
1928
|
blue1100: any;
|
|
1942
1929
|
blue1200: any;
|
|
1930
|
+
pink100: any;
|
|
1931
|
+
pink200: any;
|
|
1932
|
+
pink300: any;
|
|
1933
|
+
pink400: any;
|
|
1934
|
+
pink500: any;
|
|
1935
|
+
pink600: any;
|
|
1936
|
+
pink700: any;
|
|
1937
|
+
pink800: any;
|
|
1938
|
+
pink900: any;
|
|
1939
|
+
pink1000: any;
|
|
1940
|
+
pink1100: any;
|
|
1941
|
+
pink1200: any;
|
|
1943
1942
|
purple100: any;
|
|
1944
1943
|
purple200: any;
|
|
1945
1944
|
purple300: any;
|
|
@@ -2084,26 +2083,11 @@ export declare const BannerRegular: {
|
|
|
2084
2083
|
marsh1000: any;
|
|
2085
2084
|
marsh1100: any;
|
|
2086
2085
|
marsh1200: any;
|
|
2087
|
-
tonal50: any;
|
|
2088
|
-
tonal100: any;
|
|
2089
|
-
tonal200: any;
|
|
2090
|
-
tonal300: any;
|
|
2091
|
-
tonal400: any;
|
|
2092
|
-
tonal500: any;
|
|
2093
|
-
tonal600: any;
|
|
2094
2086
|
alpha100: any;
|
|
2095
2087
|
alpha150: any;
|
|
2096
2088
|
alpha200: any;
|
|
2097
2089
|
alpha250: any;
|
|
2098
2090
|
alpha600: any;
|
|
2099
|
-
brandRed: any;
|
|
2100
|
-
brandRedAccent: any;
|
|
2101
|
-
brandGreen: any;
|
|
2102
|
-
brandGreenAccent: any;
|
|
2103
|
-
brandPurple: any;
|
|
2104
|
-
brandPurpleAccent: any;
|
|
2105
|
-
brandYellow: any;
|
|
2106
|
-
brandYellowAccent: any;
|
|
2107
2091
|
infoLight: any;
|
|
2108
2092
|
info: any;
|
|
2109
2093
|
infoMid: any;
|
|
@@ -2204,70 +2188,70 @@ export declare const BannerRegular: {
|
|
|
2204
2188
|
"1-1": any;
|
|
2205
2189
|
"3-4": any;
|
|
2206
2190
|
};
|
|
2207
|
-
}, import("@stitches
|
|
2208
|
-
bg: (value: import("@stitches
|
|
2209
|
-
background: import("@stitches
|
|
2191
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2192
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2193
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2210
2194
|
};
|
|
2211
|
-
size: (value: string | number | import("@stitches
|
|
2212
|
-
height: string | number | import("@stitches
|
|
2213
|
-
width: string | number | import("@stitches
|
|
2195
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2196
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2197
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2214
2198
|
};
|
|
2215
|
-
p: (value: string | number | import("@stitches
|
|
2216
|
-
padding: string | number | import("@stitches
|
|
2199
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2200
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2217
2201
|
};
|
|
2218
|
-
pt: (value: string | number | import("@stitches
|
|
2219
|
-
paddingTop: string | number | import("@stitches
|
|
2202
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2203
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2220
2204
|
};
|
|
2221
|
-
pr: (value: string | number | import("@stitches
|
|
2222
|
-
paddingRight: string | number | import("@stitches
|
|
2205
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2206
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2223
2207
|
};
|
|
2224
|
-
pb: (value: string | number | import("@stitches
|
|
2225
|
-
paddingBottom: string | number | import("@stitches
|
|
2208
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2209
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2226
2210
|
};
|
|
2227
|
-
pl: (value: string | number | import("@stitches
|
|
2228
|
-
paddingLeft: string | number | import("@stitches
|
|
2211
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2212
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2229
2213
|
};
|
|
2230
|
-
px: (value: string | number | import("@stitches
|
|
2231
|
-
paddingLeft: string | number | import("@stitches
|
|
2232
|
-
paddingRight: string | number | import("@stitches
|
|
2214
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2215
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2216
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2233
2217
|
};
|
|
2234
|
-
py: (value: string | number | import("@stitches
|
|
2235
|
-
paddingTop: string | number | import("@stitches
|
|
2236
|
-
paddingBottom: string | number | import("@stitches
|
|
2218
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2219
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2220
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2237
2221
|
};
|
|
2238
|
-
m: (value: string | number | import("@stitches
|
|
2239
|
-
margin: string | number | import("@stitches
|
|
2222
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2223
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2240
2224
|
};
|
|
2241
|
-
mt: (value: string | number | import("@stitches
|
|
2242
|
-
marginTop: string | number | import("@stitches
|
|
2225
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2226
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2243
2227
|
};
|
|
2244
|
-
mr: (value: string | number | import("@stitches
|
|
2245
|
-
marginRight: string | number | import("@stitches
|
|
2228
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2229
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2246
2230
|
};
|
|
2247
|
-
mb: (value: string | number | import("@stitches
|
|
2248
|
-
marginBottom: string | number | import("@stitches
|
|
2231
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2232
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2249
2233
|
};
|
|
2250
|
-
ml: (value: string | number | import("@stitches
|
|
2251
|
-
marginLeft: string | number | import("@stitches
|
|
2234
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2235
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2252
2236
|
};
|
|
2253
|
-
mx: (value: string | number | import("@stitches
|
|
2254
|
-
marginLeft: string | number | import("@stitches
|
|
2255
|
-
marginRight: string | number | import("@stitches
|
|
2237
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2238
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2239
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2256
2240
|
};
|
|
2257
|
-
my: (value: string | number | import("@stitches
|
|
2258
|
-
marginTop: string | number | import("@stitches
|
|
2259
|
-
marginBottom: string | number | import("@stitches
|
|
2241
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2242
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2243
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2260
2244
|
};
|
|
2261
2245
|
}> | undefined;
|
|
2262
|
-
}, "
|
|
2246
|
+
}, "ref">, "as"> & {
|
|
2263
2247
|
as?: undefined;
|
|
2264
|
-
}): JSX.Element;
|
|
2248
|
+
}): React.JSX.Element;
|
|
2265
2249
|
displayName: string;
|
|
2266
2250
|
};
|
|
2267
2251
|
Button: {
|
|
2268
|
-
(props: Omit<Omit<
|
|
2252
|
+
(props: Omit<Omit<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
2269
2253
|
ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
|
|
2270
|
-
}, "appearance" | "size" | "css" | "theme" | "isLoading" | "fullWidth"> & import("@stitches
|
|
2254
|
+
}, "appearance" | "size" | "css" | "theme" | "isLoading" | "fullWidth"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
2271
2255
|
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | "secondary" | undefined;
|
|
2272
2256
|
appearance?: "outline" | "solid" | undefined;
|
|
2273
2257
|
size?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
@@ -2282,7 +2266,7 @@ export declare const BannerRegular: {
|
|
|
2282
2266
|
allowMotion: string;
|
|
2283
2267
|
hover: string;
|
|
2284
2268
|
}> & {
|
|
2285
|
-
css?: import("@stitches
|
|
2269
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2286
2270
|
sm: string;
|
|
2287
2271
|
md: string;
|
|
2288
2272
|
lg: string;
|
|
@@ -2322,6 +2306,18 @@ export declare const BannerRegular: {
|
|
|
2322
2306
|
blue1000: any;
|
|
2323
2307
|
blue1100: any;
|
|
2324
2308
|
blue1200: any;
|
|
2309
|
+
pink100: any;
|
|
2310
|
+
pink200: any;
|
|
2311
|
+
pink300: any;
|
|
2312
|
+
pink400: any;
|
|
2313
|
+
pink500: any;
|
|
2314
|
+
pink600: any;
|
|
2315
|
+
pink700: any;
|
|
2316
|
+
pink800: any;
|
|
2317
|
+
pink900: any;
|
|
2318
|
+
pink1000: any;
|
|
2319
|
+
pink1100: any;
|
|
2320
|
+
pink1200: any;
|
|
2325
2321
|
purple100: any;
|
|
2326
2322
|
purple200: any;
|
|
2327
2323
|
purple300: any;
|
|
@@ -2466,26 +2462,11 @@ export declare const BannerRegular: {
|
|
|
2466
2462
|
marsh1000: any;
|
|
2467
2463
|
marsh1100: any;
|
|
2468
2464
|
marsh1200: any;
|
|
2469
|
-
tonal50: any;
|
|
2470
|
-
tonal100: any;
|
|
2471
|
-
tonal200: any;
|
|
2472
|
-
tonal300: any;
|
|
2473
|
-
tonal400: any;
|
|
2474
|
-
tonal500: any;
|
|
2475
|
-
tonal600: any;
|
|
2476
2465
|
alpha100: any;
|
|
2477
2466
|
alpha150: any;
|
|
2478
2467
|
alpha200: any;
|
|
2479
2468
|
alpha250: any;
|
|
2480
2469
|
alpha600: any;
|
|
2481
|
-
brandRed: any;
|
|
2482
|
-
brandRedAccent: any;
|
|
2483
|
-
brandGreen: any;
|
|
2484
|
-
brandGreenAccent: any;
|
|
2485
|
-
brandPurple: any;
|
|
2486
|
-
brandPurpleAccent: any;
|
|
2487
|
-
brandYellow: any;
|
|
2488
|
-
brandYellowAccent: any;
|
|
2489
2470
|
infoLight: any;
|
|
2490
2471
|
info: any;
|
|
2491
2472
|
infoMid: any;
|
|
@@ -2586,62 +2567,62 @@ export declare const BannerRegular: {
|
|
|
2586
2567
|
"1-1": any;
|
|
2587
2568
|
"3-4": any;
|
|
2588
2569
|
};
|
|
2589
|
-
}, import("@stitches
|
|
2590
|
-
bg: (value: import("@stitches
|
|
2591
|
-
background: import("@stitches
|
|
2570
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2571
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2572
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2592
2573
|
};
|
|
2593
|
-
size: (value: string | number | import("@stitches
|
|
2594
|
-
height: string | number | import("@stitches
|
|
2595
|
-
width: string | number | import("@stitches
|
|
2574
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2575
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2576
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2596
2577
|
};
|
|
2597
|
-
p: (value: string | number | import("@stitches
|
|
2598
|
-
padding: string | number | import("@stitches
|
|
2578
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2579
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2599
2580
|
};
|
|
2600
|
-
pt: (value: string | number | import("@stitches
|
|
2601
|
-
paddingTop: string | number | import("@stitches
|
|
2581
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2582
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2602
2583
|
};
|
|
2603
|
-
pr: (value: string | number | import("@stitches
|
|
2604
|
-
paddingRight: string | number | import("@stitches
|
|
2584
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2585
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2605
2586
|
};
|
|
2606
|
-
pb: (value: string | number | import("@stitches
|
|
2607
|
-
paddingBottom: string | number | import("@stitches
|
|
2587
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2588
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2608
2589
|
};
|
|
2609
|
-
pl: (value: string | number | import("@stitches
|
|
2610
|
-
paddingLeft: string | number | import("@stitches
|
|
2590
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2591
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2611
2592
|
};
|
|
2612
|
-
px: (value: string | number | import("@stitches
|
|
2613
|
-
paddingLeft: string | number | import("@stitches
|
|
2614
|
-
paddingRight: string | number | import("@stitches
|
|
2593
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2594
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2595
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2615
2596
|
};
|
|
2616
|
-
py: (value: string | number | import("@stitches
|
|
2617
|
-
paddingTop: string | number | import("@stitches
|
|
2618
|
-
paddingBottom: string | number | import("@stitches
|
|
2597
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2598
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2599
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2619
2600
|
};
|
|
2620
|
-
m: (value: string | number | import("@stitches
|
|
2621
|
-
margin: string | number | import("@stitches
|
|
2601
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2602
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2622
2603
|
};
|
|
2623
|
-
mt: (value: string | number | import("@stitches
|
|
2624
|
-
marginTop: string | number | import("@stitches
|
|
2604
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2605
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2625
2606
|
};
|
|
2626
|
-
mr: (value: string | number | import("@stitches
|
|
2627
|
-
marginRight: string | number | import("@stitches
|
|
2607
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2608
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2628
2609
|
};
|
|
2629
|
-
mb: (value: string | number | import("@stitches
|
|
2630
|
-
marginBottom: string | number | import("@stitches
|
|
2610
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2611
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2631
2612
|
};
|
|
2632
|
-
ml: (value: string | number | import("@stitches
|
|
2633
|
-
marginLeft: string | number | import("@stitches
|
|
2613
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2614
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2634
2615
|
};
|
|
2635
|
-
mx: (value: string | number | import("@stitches
|
|
2636
|
-
marginLeft: string | number | import("@stitches
|
|
2637
|
-
marginRight: string | number | import("@stitches
|
|
2616
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2617
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2618
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2638
2619
|
};
|
|
2639
|
-
my: (value: string | number | import("@stitches
|
|
2640
|
-
marginTop: string | number | import("@stitches
|
|
2641
|
-
marginBottom: string | number | import("@stitches
|
|
2620
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2621
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2622
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2642
2623
|
};
|
|
2643
2624
|
}> | undefined;
|
|
2644
|
-
}, "appearance" | "size" | "theme" | "children" | "as" | keyof import("../../../types").NavigatorActions | "isLoading" | "fullWidth"> & import("@stitches
|
|
2625
|
+
}, "appearance" | "size" | "theme" | "children" | "as" | keyof import("../../../types").NavigatorActions | "isLoading" | "fullWidth"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
2645
2626
|
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | "secondary" | undefined;
|
|
2646
2627
|
appearance?: "outline" | "solid" | undefined;
|
|
2647
2628
|
size?: "sm" | "md" | "lg" | "xl" | undefined;
|
|
@@ -2660,7 +2641,7 @@ export declare const BannerRegular: {
|
|
|
2660
2641
|
children: React.ReactNode;
|
|
2661
2642
|
href?: string | undefined;
|
|
2662
2643
|
isLoading?: boolean | undefined;
|
|
2663
|
-
} & import("../../../types").NavigatorActions): JSX.Element;
|
|
2644
|
+
} & import("../../../types").NavigatorActions): React.JSX.Element;
|
|
2664
2645
|
displayName: string;
|
|
2665
2646
|
};
|
|
2666
2647
|
Dismiss: {
|
|
@@ -2678,6 +2659,7 @@ export declare const BannerRegular: {
|
|
|
2678
2659
|
[x: string]: "outline" | "solid" | "simple" | undefined;
|
|
2679
2660
|
}) | undefined;
|
|
2680
2661
|
color?: string | undefined;
|
|
2662
|
+
content?: string | undefined;
|
|
2681
2663
|
translate?: "yes" | "no" | undefined;
|
|
2682
2664
|
size?: "sm" | "md" | "lg" | "xs" | ({
|
|
2683
2665
|
"@sm"?: "sm" | "md" | "lg" | "xs" | undefined;
|
|
@@ -2691,7 +2673,7 @@ export declare const BannerRegular: {
|
|
|
2691
2673
|
} & {
|
|
2692
2674
|
[x: string]: "sm" | "md" | "lg" | "xs" | undefined;
|
|
2693
2675
|
}) | undefined;
|
|
2694
|
-
css?: import("@stitches
|
|
2676
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2695
2677
|
sm: string;
|
|
2696
2678
|
md: string;
|
|
2697
2679
|
lg: string;
|
|
@@ -2731,6 +2713,18 @@ export declare const BannerRegular: {
|
|
|
2731
2713
|
blue1000: any;
|
|
2732
2714
|
blue1100: any;
|
|
2733
2715
|
blue1200: any;
|
|
2716
|
+
pink100: any;
|
|
2717
|
+
pink200: any;
|
|
2718
|
+
pink300: any;
|
|
2719
|
+
pink400: any;
|
|
2720
|
+
pink500: any;
|
|
2721
|
+
pink600: any;
|
|
2722
|
+
pink700: any;
|
|
2723
|
+
pink800: any;
|
|
2724
|
+
pink900: any;
|
|
2725
|
+
pink1000: any;
|
|
2726
|
+
pink1100: any;
|
|
2727
|
+
pink1200: any;
|
|
2734
2728
|
purple100: any;
|
|
2735
2729
|
purple200: any;
|
|
2736
2730
|
purple300: any;
|
|
@@ -2875,26 +2869,11 @@ export declare const BannerRegular: {
|
|
|
2875
2869
|
marsh1000: any;
|
|
2876
2870
|
marsh1100: any;
|
|
2877
2871
|
marsh1200: any;
|
|
2878
|
-
tonal50: any;
|
|
2879
|
-
tonal100: any;
|
|
2880
|
-
tonal200: any;
|
|
2881
|
-
tonal300: any;
|
|
2882
|
-
tonal400: any;
|
|
2883
|
-
tonal500: any;
|
|
2884
|
-
tonal600: any;
|
|
2885
2872
|
alpha100: any;
|
|
2886
2873
|
alpha150: any;
|
|
2887
2874
|
alpha200: any;
|
|
2888
2875
|
alpha250: any;
|
|
2889
2876
|
alpha600: any;
|
|
2890
|
-
brandRed: any;
|
|
2891
|
-
brandRedAccent: any;
|
|
2892
|
-
brandGreen: any;
|
|
2893
|
-
brandGreenAccent: any;
|
|
2894
|
-
brandPurple: any;
|
|
2895
|
-
brandPurpleAccent: any;
|
|
2896
|
-
brandYellow: any;
|
|
2897
|
-
brandYellowAccent: any;
|
|
2898
2877
|
infoLight: any;
|
|
2899
2878
|
info: any;
|
|
2900
2879
|
infoMid: any;
|
|
@@ -2995,59 +2974,59 @@ export declare const BannerRegular: {
|
|
|
2995
2974
|
"1-1": any;
|
|
2996
2975
|
"3-4": any;
|
|
2997
2976
|
};
|
|
2998
|
-
}, import("@stitches
|
|
2999
|
-
bg: (value: import("@stitches
|
|
3000
|
-
background: import("@stitches
|
|
2977
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2978
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2979
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
3001
2980
|
};
|
|
3002
|
-
size: (value: string | number | import("@stitches
|
|
3003
|
-
height: string | number | import("@stitches
|
|
3004
|
-
width: string | number | import("@stitches
|
|
2981
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2982
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2983
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
3005
2984
|
};
|
|
3006
|
-
p: (value: string | number | import("@stitches
|
|
3007
|
-
padding: string | number | import("@stitches
|
|
2985
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2986
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3008
2987
|
};
|
|
3009
|
-
pt: (value: string | number | import("@stitches
|
|
3010
|
-
paddingTop: string | number | import("@stitches
|
|
2988
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2989
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3011
2990
|
};
|
|
3012
|
-
pr: (value: string | number | import("@stitches
|
|
3013
|
-
paddingRight: string | number | import("@stitches
|
|
2991
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2992
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3014
2993
|
};
|
|
3015
|
-
pb: (value: string | number | import("@stitches
|
|
3016
|
-
paddingBottom: string | number | import("@stitches
|
|
2994
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2995
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3017
2996
|
};
|
|
3018
|
-
pl: (value: string | number | import("@stitches
|
|
3019
|
-
paddingLeft: string | number | import("@stitches
|
|
2997
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2998
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3020
2999
|
};
|
|
3021
|
-
px: (value: string | number | import("@stitches
|
|
3022
|
-
paddingLeft: string | number | import("@stitches
|
|
3023
|
-
paddingRight: string | number | import("@stitches
|
|
3000
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
3001
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3002
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3024
3003
|
};
|
|
3025
|
-
py: (value: string | number | import("@stitches
|
|
3026
|
-
paddingTop: string | number | import("@stitches
|
|
3027
|
-
paddingBottom: string | number | import("@stitches
|
|
3004
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
3005
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3006
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3028
3007
|
};
|
|
3029
|
-
m: (value: string | number | import("@stitches
|
|
3030
|
-
margin: string | number | import("@stitches
|
|
3008
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
3009
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3031
3010
|
};
|
|
3032
|
-
mt: (value: string | number | import("@stitches
|
|
3033
|
-
marginTop: string | number | import("@stitches
|
|
3011
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
3012
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3034
3013
|
};
|
|
3035
|
-
mr: (value: string | number | import("@stitches
|
|
3036
|
-
marginRight: string | number | import("@stitches
|
|
3014
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
3015
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3037
3016
|
};
|
|
3038
|
-
mb: (value: string | number | import("@stitches
|
|
3039
|
-
marginBottom: string | number | import("@stitches
|
|
3017
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
3018
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3040
3019
|
};
|
|
3041
|
-
ml: (value: string | number | import("@stitches
|
|
3042
|
-
marginLeft: string | number | import("@stitches
|
|
3020
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
3021
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3043
3022
|
};
|
|
3044
|
-
mx: (value: string | number | import("@stitches
|
|
3045
|
-
marginLeft: string | number | import("@stitches
|
|
3046
|
-
marginRight: string | number | import("@stitches
|
|
3023
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
3024
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3025
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3047
3026
|
};
|
|
3048
|
-
my: (value: string | number | import("@stitches
|
|
3049
|
-
marginTop: string | number | import("@stitches
|
|
3050
|
-
marginBottom: string | number | import("@stitches
|
|
3027
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
3028
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3029
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
3051
3030
|
};
|
|
3052
3031
|
}> | undefined;
|
|
3053
3032
|
theme?: "success" | "danger" | "warning" | "primary" | "neutral" | ({
|
|
@@ -3075,6 +3054,7 @@ export declare const BannerRegular: {
|
|
|
3075
3054
|
suppressContentEditableWarning?: boolean | undefined;
|
|
3076
3055
|
suppressHydrationWarning?: boolean | undefined;
|
|
3077
3056
|
accessKey?: string | undefined;
|
|
3057
|
+
autoFocus?: boolean | undefined;
|
|
3078
3058
|
className?: string | undefined;
|
|
3079
3059
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
3080
3060
|
contextMenu?: string | undefined;
|
|
@@ -3083,6 +3063,7 @@ export declare const BannerRegular: {
|
|
|
3083
3063
|
hidden?: boolean | undefined;
|
|
3084
3064
|
id?: string | undefined;
|
|
3085
3065
|
lang?: string | undefined;
|
|
3066
|
+
nonce?: string | undefined;
|
|
3086
3067
|
placeholder?: string | undefined;
|
|
3087
3068
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
3088
3069
|
tabIndex?: number | undefined;
|
|
@@ -3093,7 +3074,9 @@ export declare const BannerRegular: {
|
|
|
3093
3074
|
inlist?: any;
|
|
3094
3075
|
prefix?: string | undefined;
|
|
3095
3076
|
property?: string | undefined;
|
|
3077
|
+
rel?: string | undefined;
|
|
3096
3078
|
resource?: string | undefined;
|
|
3079
|
+
rev?: string | undefined;
|
|
3097
3080
|
typeof?: string | undefined;
|
|
3098
3081
|
vocab?: string | undefined;
|
|
3099
3082
|
autoCapitalize?: string | undefined;
|
|
@@ -3109,56 +3092,56 @@ export declare const BannerRegular: {
|
|
|
3109
3092
|
unselectable?: "on" | "off" | undefined;
|
|
3110
3093
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
3111
3094
|
is?: string | undefined;
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3095
|
+
"aria-activedescendant"?: string | undefined;
|
|
3096
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
3097
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
3098
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
3099
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3100
|
+
"aria-colcount"?: number | undefined;
|
|
3101
|
+
"aria-colindex"?: number | undefined;
|
|
3102
|
+
"aria-colspan"?: number | undefined;
|
|
3103
|
+
"aria-controls"?: string | undefined;
|
|
3104
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
3105
|
+
"aria-describedby"?: string | undefined;
|
|
3106
|
+
"aria-details"?: string | undefined;
|
|
3107
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
3108
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
3109
|
+
"aria-errormessage"?: string | undefined;
|
|
3110
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
3111
|
+
"aria-flowto"?: string | undefined;
|
|
3112
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
3113
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
|
|
3114
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
3115
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
3116
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
3117
|
+
"aria-label"?: string | undefined;
|
|
3118
|
+
"aria-labelledby"?: string | undefined;
|
|
3119
|
+
"aria-level"?: number | undefined;
|
|
3120
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
3121
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
3122
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
3123
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
3124
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
3125
|
+
"aria-owns"?: string | undefined;
|
|
3126
|
+
"aria-placeholder"?: string | undefined;
|
|
3127
|
+
"aria-posinset"?: number | undefined;
|
|
3128
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
3129
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
3130
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3131
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
3132
|
+
"aria-roledescription"?: string | undefined;
|
|
3133
|
+
"aria-rowcount"?: number | undefined;
|
|
3134
|
+
"aria-rowindex"?: number | undefined;
|
|
3135
|
+
"aria-rowspan"?: number | undefined;
|
|
3136
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
3137
|
+
"aria-setsize"?: number | undefined;
|
|
3138
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3139
|
+
"aria-valuemax"?: number | undefined;
|
|
3140
|
+
"aria-valuemin"?: number | undefined;
|
|
3141
|
+
"aria-valuenow"?: number | undefined;
|
|
3142
|
+
"aria-valuetext"?: string | undefined;
|
|
3160
3143
|
dangerouslySetInnerHTML?: {
|
|
3161
|
-
__html: string;
|
|
3144
|
+
__html: string | TrustedHTML;
|
|
3162
3145
|
} | undefined;
|
|
3163
3146
|
onCopy?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
3164
3147
|
onCopyCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -3322,7 +3305,6 @@ export declare const BannerRegular: {
|
|
|
3322
3305
|
as?: React.ReactNode;
|
|
3323
3306
|
disabled?: boolean | undefined;
|
|
3324
3307
|
type?: "button" | "reset" | "submit" | undefined;
|
|
3325
|
-
autoFocus?: boolean | undefined;
|
|
3326
3308
|
formAction?: string | undefined;
|
|
3327
3309
|
formEncType?: string | undefined;
|
|
3328
3310
|
formMethod?: string | undefined;
|
|
@@ -3343,7 +3325,7 @@ export declare const BannerRegular: {
|
|
|
3343
3325
|
} & {
|
|
3344
3326
|
[x: string]: boolean | "true" | undefined;
|
|
3345
3327
|
}) | undefined;
|
|
3346
|
-
}): JSX.Element;
|
|
3328
|
+
}): React.JSX.Element;
|
|
3347
3329
|
displayName: string;
|
|
3348
3330
|
};
|
|
3349
3331
|
};
|