@atom-learning/components 4.0.0-beta.1 → 4.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/Accordion.d.ts +52 -55
- package/dist/components/accordion/AccordionContent.d.ts +53 -56
- package/dist/components/accordion/AccordionItem.d.ts +52 -55
- package/dist/components/accordion/AccordionTrigger.d.ts +105 -111
- package/dist/components/action-icon/ActionIcon.d.ts +53 -56
- package/dist/components/action-icon/ActionIcon.js +1 -1
- package/dist/components/action-icon/ActionIcon.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +105 -111
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +53 -56
- package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +2 -2
- package/dist/components/avatar/Avatar.d.ts +164 -173
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/avatar/AvatarIcon.d.ts +2 -2
- package/dist/components/avatar/AvatarImage.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.js +1 -1
- package/dist/components/avatar/AvatarInitial.js.map +1 -1
- package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
- package/dist/components/badge/Badge.context.d.ts +1 -1
- package/dist/components/badge/Badge.d.ts +316 -332
- package/dist/components/badge/BadgeIcon.d.ts +105 -111
- package/dist/components/badge/BadgeText.d.ts +106 -110
- package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +27 -16
- package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
- package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
- package/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/BannerContainer.d.ts +103 -109
- package/dist/components/banner/BannerContext.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +487 -505
- package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +104 -110
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +106 -112
- package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +432 -447
- package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +52 -55
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +104 -110
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +105 -111
- package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
- package/dist/components/box/Box.d.ts +52 -55
- package/dist/components/button/Button.d.ts +53 -56
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Calendar.d.ts +1 -1
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/components/calendar/Calendar.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +52 -55
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/carousel/Carousel.d.ts +213 -225
- package/dist/components/carousel/CarouselArrows.d.ts +3 -3
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +52 -55
- package/dist/components/carousel/CarouselPagination.js +1 -1
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +53 -56
- package/dist/components/carousel/CarouselSlider.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-field/CheckboxField.d.ts +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +211 -216
- package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
- package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +422 -416
- package/dist/components/chip/Chip.d.ts +369 -390
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +212 -224
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +212 -224
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/combobox/Combobox.d.ts +261 -276
- package/dist/components/combobox/ComboboxInput.d.ts +52 -55
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.js +1 -1
- package/dist/components/combobox/ComboboxOption.js.map +1 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +52 -55
- package/dist/components/combobox/ComboboxPopover.js +1 -1
- package/dist/components/combobox/ComboboxPopover.js.map +1 -1
- package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
- package/dist/components/data-table/DataTable.d.ts +649 -682
- package/dist/components/data-table/DataTableBody.d.ts +1 -1
- package/dist/components/data-table/DataTableBulkActions.d.ts +3 -3
- package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
- package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
- package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
- package/dist/components/data-table/DataTableHead.d.ts +1 -1
- package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +54 -57
- package/dist/components/data-table/DataTableMetaData.d.ts +4 -9
- package/dist/components/data-table/DataTableMetaData.js +1 -1
- package/dist/components/data-table/DataTableMetaData.js.map +1 -1
- package/dist/components/data-table/DataTableRow.d.ts +1 -1
- package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +2 -2
- package/dist/components/data-table/DataTableTable.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
- package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +53 -56
- package/dist/components/date-field/DateField.d.ts +2 -2
- package/dist/components/dialog/Dialog.d.ts +368 -389
- package/dist/components/dialog/DialogBackground.d.ts +103 -109
- package/dist/components/dialog/DialogClose.d.ts +52 -55
- package/dist/components/dialog/DialogContent.d.ts +53 -56
- package/dist/components/dialog/DialogFooter.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.js +1 -1
- package/dist/components/dialog/DialogHeading.js.map +1 -1
- package/dist/components/dismissible/DismissibleRoot.d.ts +2 -2
- package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
- package/dist/components/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
- package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- package/dist/components/divider/Divider.d.ts +52 -55
- package/dist/components/divider/Divider.js +1 -1
- package/dist/components/divider/Divider.js.map +1 -1
- package/dist/components/drawer/Drawer.d.ts +316 -334
- package/dist/components/drawer/DrawerClose.d.ts +1 -1
- package/dist/components/drawer/DrawerContent.d.ts +53 -56
- package/dist/components/drawer/DrawerFooter.d.ts +52 -55
- package/dist/components/drawer/DrawerHeader.d.ts +52 -55
- package/dist/components/drawer/DrawerMain.d.ts +52 -55
- package/dist/components/drawer/DrawerOverlay.d.ts +52 -55
- package/dist/components/drawer/DrawerTrigger.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +313 -331
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +480 -483
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +53 -56
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +52 -55
- package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
- package/dist/components/empty-state/EmptyState.d.ts +373 -392
- package/dist/components/empty-state/EmptyStateBody.d.ts +107 -111
- package/dist/components/empty-state/EmptyStateBody.js +1 -1
- package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
- package/dist/components/empty-state/EmptyStateImage.d.ts +108 -114
- package/dist/components/empty-state/EmptyStateTitle.d.ts +53 -56
- package/dist/components/empty-state/EmptyStateTitle.js +1 -1
- package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
- package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
- package/dist/components/field-wrapper/FieldDescription.js +1 -1
- package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
- package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -1
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/file-input/FileInput.d.ts +1 -1
- package/dist/components/flex/Flex.d.ts +52 -55
- package/dist/components/form/Form.d.ts +53 -56
- package/dist/components/grid/Grid.d.ts +53 -56
- package/dist/components/heading/Heading.d.ts +52 -55
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/icon/Icon.d.ts +52 -55
- package/dist/components/image/Image.d.ts +53 -56
- package/dist/components/inline-message/InlineMessage.config.js +1 -1
- package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +104 -110
- package/dist/components/input/Input.d.ts +155 -164
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/label/Label.d.ts +53 -56
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- package/dist/components/link/Link.d.ts +52 -55
- package/dist/components/list/List.d.ts +104 -110
- package/dist/components/loader/Loader.d.ts +2 -2
- package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +54 -57
- package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownLink.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownList.js +1 -1
- package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownText.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
- package/dist/components/navigation/NavigationMenu.d.ts +369 -388
- package/dist/components/navigation/NavigationMenu.js +1 -1
- package/dist/components/navigation/NavigationMenu.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +53 -56
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +106 -110
- package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
- package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +52 -55
- package/dist/components/navigation/NavigationMenuLink.d.ts +52 -55
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +686 -707
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +104 -110
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +106 -110
- package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +1 -1
- package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js.map +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
- package/dist/components/pagination/Pagination.d.ts +2 -2
- package/dist/components/pagination/PaginationNextButton.d.ts +106 -112
- package/dist/components/pagination/PaginationPage.d.ts +2 -2
- package/dist/components/pagination/PaginationPopover.d.ts +1 -1
- package/dist/components/pagination/PaginationPreviousButton.d.ts +106 -112
- package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +105 -111
- package/dist/components/popover/PopoverContent.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.js +1 -1
- package/dist/components/progress-bar/ProgressBar.js.map +1 -1
- package/dist/components/radio-button/RadioButton.d.ts +53 -56
- package/dist/components/radio-button/RadioButton.js +1 -1
- package/dist/components/radio-button/RadioButton.js.map +1 -1
- package/dist/components/radio-button/RadioButtonGroup.d.ts +52 -55
- package/dist/components/radio-button-field/RadioButtonField.d.ts +54 -57
- package/dist/components/radio-button-field/RadioField.d.ts +1 -1
- package/dist/components/radio-card/RadioCard.d.ts +53 -56
- package/dist/components/radio-card/RadioCard.js +1 -1
- package/dist/components/radio-card/RadioCard.js.map +1 -1
- package/dist/components/radio-card/RadioCardGroup.d.ts +2 -2
- package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
- package/dist/components/search-field/SearchField.d.ts +2 -2
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/search-input/SearchInput.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +377 -394
- package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
- package/dist/components/section-message/SectionMessageTitle.js +1 -1
- package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
- package/dist/components/select/Select.d.ts +52 -55
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-field/SelectField.d.ts +2 -2
- package/dist/components/side-bar/SideBar.d.ts +422 -444
- package/dist/components/side-bar/SideBarComponents.d.ts +369 -388
- package/dist/components/slider/Slider.d.ts +52 -55
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/slider/SliderSteps.d.ts +2 -2
- package/dist/components/slider/SliderSteps.js +1 -1
- package/dist/components/slider/SliderSteps.js.map +1 -1
- package/dist/components/slider/SliderValue.d.ts +2 -2
- package/dist/components/slider/SliderValue.js +1 -1
- package/dist/components/slider/SliderValue.js.map +1 -1
- package/dist/components/slider-field/SliderField.d.ts +2 -2
- package/dist/components/sortable/Handle.d.ts +105 -111
- package/dist/components/sortable/SortableHandle.d.ts +1 -1
- package/dist/components/sortable/SortableItem.d.ts +2 -2
- package/dist/components/sortable/SortableItem.js +1 -1
- package/dist/components/sortable/SortableItem.js.map +1 -1
- package/dist/components/sortable/SortableRoot.d.ts +1 -1
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/spacer/Spacer.d.ts +364 -1
- package/dist/components/spacer/Spacer.js +1 -1
- package/dist/components/spacer/Spacer.js.map +1 -1
- package/dist/components/stack-content/StackContent.d.ts +52 -55
- package/dist/components/stepper/Stepper.d.ts +112 -118
- package/dist/components/stepper/StepperStepBack.d.ts +1 -1
- package/dist/components/stepper/StepperStepBullet.d.ts +103 -109
- package/dist/components/stepper/StepperStepBullet.js +1 -1
- package/dist/components/stepper/StepperStepBullet.js.map +1 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +103 -109
- package/dist/components/stepper/StepperStepContainer.js +1 -1
- package/dist/components/stepper/StepperStepContainer.js.map +1 -1
- package/dist/components/stepper/StepperStepForward.d.ts +1 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +106 -110
- package/dist/components/stepper/StepperStepLabel.js +1 -1
- package/dist/components/stepper/StepperStepLabel.js.map +1 -1
- package/dist/components/stepper/StepperSteps.d.ts +2 -2
- package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
- package/dist/components/switch/Switch.d.ts +53 -56
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +423 -447
- package/dist/components/table/TableBody.d.ts +53 -56
- package/dist/components/table/TableBody.js +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableCell.d.ts +52 -55
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableCell.js.map +1 -1
- package/dist/components/table/TableFooter.d.ts +52 -55
- package/dist/components/table/TableFooterCell.d.ts +52 -55
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableFooterCell.js.map +1 -1
- package/dist/components/table/TableHeader.d.ts +53 -56
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +52 -55
- package/dist/components/table/TableRow.d.ts +52 -55
- package/dist/components/table/TableStickyColumnsContainer.d.ts +1 -1
- package/dist/components/tabs/Tabs.d.ts +210 -222
- package/dist/components/tabs/TabsContent.d.ts +52 -55
- package/dist/components/tabs/TabsTrigger.d.ts +53 -56
- package/dist/components/tabs/TabsTriggerList.d.ts +105 -111
- package/dist/components/text/Text.d.ts +54 -55
- package/dist/components/text/Text.js +1 -1
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +52 -55
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea-field/TextareaField.d.ts +2 -2
- package/dist/components/tile/Tile.d.ts +52 -55
- package/dist/components/tile/TileGroup.d.ts +52 -55
- package/dist/components/tile-interactive/TileInteractive.d.ts +104 -110
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +157 -166
- package/dist/components/toast/Toast.d.ts +156 -165
- package/dist/components/toast/ToastProvider.d.ts +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +103 -109
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -110
- package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +52 -55
- package/dist/components/toggle-group/index.d.ts +313 -331
- package/dist/components/tooltip/Tooltip.d.ts +106 -112
- package/dist/components/tooltip/TooltipContent.d.ts +53 -56
- package/dist/components/tooltip/TooltipContent.js +1 -1
- package/dist/components/tooltip/TooltipContent.js.map +1 -1
- package/dist/components/top-bar/TopBar.d.ts +638 -287
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/top-bar/TopBarBrand.d.ts +160 -176
- package/dist/components/top-bar/TopBarBrand.js +1 -1
- package/dist/components/top-bar/TopBarBrand.js.map +1 -1
- package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +1 -1
- package/dist/components/tree/Tree.d.ts +793 -812
- package/dist/components/tree/TreeCollapsible.d.ts +53 -56
- package/dist/components/tree/TreeCollapsibleContent.d.ts +52 -55
- package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
- package/dist/components/tree/TreeIcon.d.ts +104 -110
- package/dist/components/tree/TreeItemContent.d.ts +54 -57
- package/dist/components/tree/TreeListItem.d.ts +54 -57
- package/dist/components/video/Video.d.ts +52 -55
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -55
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +604 -637
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +276 -279
- package/dist/utilities/hooks/useResizeObserver.js.map +1 -1
- package/dist/utilities/hooks/useScrollPosition.js +1 -1
- package/dist/utilities/hooks/useScrollPosition.js.map +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js.map +1 -1
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +103 -109
- package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
- package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
- package/package.json +26 -15
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
declare const EmptyStateContainer: import("@stitches
|
|
2
|
+
declare const EmptyStateContainer: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {
|
|
3
3
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
4
4
|
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
5
5
|
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;
|
|
@@ -13,7 +13,7 @@ declare const EmptyStateContainer: import("@stitches/react/types/styled-componen
|
|
|
13
13
|
reducedMotion: string;
|
|
14
14
|
allowMotion: string;
|
|
15
15
|
hover: string;
|
|
16
|
-
}, import("@stitches
|
|
16
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
17
17
|
sm: string;
|
|
18
18
|
md: string;
|
|
19
19
|
lg: string;
|
|
@@ -53,6 +53,18 @@ declare const EmptyStateContainer: import("@stitches/react/types/styled-componen
|
|
|
53
53
|
blue1000: any;
|
|
54
54
|
blue1100: any;
|
|
55
55
|
blue1200: any;
|
|
56
|
+
pink100: any;
|
|
57
|
+
pink200: any;
|
|
58
|
+
pink300: any;
|
|
59
|
+
pink400: any;
|
|
60
|
+
pink500: any;
|
|
61
|
+
pink600: any;
|
|
62
|
+
pink700: any;
|
|
63
|
+
pink800: any;
|
|
64
|
+
pink900: any;
|
|
65
|
+
pink1000: any;
|
|
66
|
+
pink1100: any;
|
|
67
|
+
pink1200: any;
|
|
56
68
|
purple100: any;
|
|
57
69
|
purple200: any;
|
|
58
70
|
purple300: any;
|
|
@@ -197,26 +209,11 @@ declare const EmptyStateContainer: import("@stitches/react/types/styled-componen
|
|
|
197
209
|
marsh1000: any;
|
|
198
210
|
marsh1100: any;
|
|
199
211
|
marsh1200: any;
|
|
200
|
-
tonal50: any;
|
|
201
|
-
tonal100: any;
|
|
202
|
-
tonal200: any;
|
|
203
|
-
tonal300: any;
|
|
204
|
-
tonal400: any;
|
|
205
|
-
tonal500: any;
|
|
206
|
-
tonal600: any;
|
|
207
212
|
alpha100: any;
|
|
208
213
|
alpha150: any;
|
|
209
214
|
alpha200: any;
|
|
210
215
|
alpha250: any;
|
|
211
216
|
alpha600: any;
|
|
212
|
-
brandRed: any;
|
|
213
|
-
brandRedAccent: any;
|
|
214
|
-
brandGreen: any;
|
|
215
|
-
brandGreenAccent: any;
|
|
216
|
-
brandPurple: any;
|
|
217
|
-
brandPurpleAccent: any;
|
|
218
|
-
brandYellow: any;
|
|
219
|
-
brandYellowAccent: any;
|
|
220
217
|
infoLight: any;
|
|
221
218
|
info: any;
|
|
222
219
|
infoMid: any;
|
|
@@ -317,59 +314,59 @@ declare const EmptyStateContainer: import("@stitches/react/types/styled-componen
|
|
|
317
314
|
"1-1": any;
|
|
318
315
|
"3-4": any;
|
|
319
316
|
};
|
|
320
|
-
}, import("@stitches
|
|
321
|
-
bg: (value: import("@stitches
|
|
322
|
-
background: import("@stitches
|
|
317
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
318
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
319
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
323
320
|
};
|
|
324
|
-
size: (value: string | number | import("@stitches
|
|
325
|
-
height: string | number | import("@stitches
|
|
326
|
-
width: string | number | import("@stitches
|
|
321
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
322
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
323
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
327
324
|
};
|
|
328
|
-
p: (value: string | number | import("@stitches
|
|
329
|
-
padding: string | number | import("@stitches
|
|
325
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
326
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
330
327
|
};
|
|
331
|
-
pt: (value: string | number | import("@stitches
|
|
332
|
-
paddingTop: string | number | import("@stitches
|
|
328
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
329
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
333
330
|
};
|
|
334
|
-
pr: (value: string | number | import("@stitches
|
|
335
|
-
paddingRight: string | number | import("@stitches
|
|
331
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
332
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
336
333
|
};
|
|
337
|
-
pb: (value: string | number | import("@stitches
|
|
338
|
-
paddingBottom: string | number | import("@stitches
|
|
334
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
335
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
339
336
|
};
|
|
340
|
-
pl: (value: string | number | import("@stitches
|
|
341
|
-
paddingLeft: string | number | import("@stitches
|
|
337
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
338
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
342
339
|
};
|
|
343
|
-
px: (value: string | number | import("@stitches
|
|
344
|
-
paddingLeft: string | number | import("@stitches
|
|
345
|
-
paddingRight: string | number | import("@stitches
|
|
340
|
+
px: (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">;
|
|
342
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
346
343
|
};
|
|
347
|
-
py: (value: string | number | import("@stitches
|
|
348
|
-
paddingTop: string | number | import("@stitches
|
|
349
|
-
paddingBottom: string | number | import("@stitches
|
|
344
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
345
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
346
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
350
347
|
};
|
|
351
|
-
m: (value: string | number | import("@stitches
|
|
352
|
-
margin: string | number | import("@stitches
|
|
348
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
349
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
353
350
|
};
|
|
354
|
-
mt: (value: string | number | import("@stitches
|
|
355
|
-
marginTop: string | number | import("@stitches
|
|
351
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
352
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
356
353
|
};
|
|
357
|
-
mr: (value: string | number | import("@stitches
|
|
358
|
-
marginRight: string | number | import("@stitches
|
|
354
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
355
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
359
356
|
};
|
|
360
|
-
mb: (value: string | number | import("@stitches
|
|
361
|
-
marginBottom: string | number | import("@stitches
|
|
357
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
358
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
362
359
|
};
|
|
363
|
-
ml: (value: string | number | import("@stitches
|
|
364
|
-
marginLeft: string | number | import("@stitches
|
|
360
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
361
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
365
362
|
};
|
|
366
|
-
mx: (value: string | number | import("@stitches
|
|
367
|
-
marginLeft: string | number | import("@stitches
|
|
368
|
-
marginRight: string | number | import("@stitches
|
|
363
|
+
mx: (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">;
|
|
365
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
369
366
|
};
|
|
370
|
-
my: (value: string | number | import("@stitches
|
|
371
|
-
marginTop: string | number | import("@stitches
|
|
372
|
-
marginBottom: string | number | import("@stitches
|
|
367
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
368
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
369
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
373
370
|
};
|
|
374
371
|
}>>, {
|
|
375
372
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
@@ -381,7 +378,7 @@ declare const EmptyStateContainer: import("@stitches/react/types/styled-componen
|
|
|
381
378
|
reducedMotion: string;
|
|
382
379
|
allowMotion: string;
|
|
383
380
|
hover: string;
|
|
384
|
-
}, import("@stitches
|
|
381
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
385
382
|
sm: string;
|
|
386
383
|
md: string;
|
|
387
384
|
lg: string;
|
|
@@ -421,6 +418,18 @@ declare const EmptyStateContainer: import("@stitches/react/types/styled-componen
|
|
|
421
418
|
blue1000: any;
|
|
422
419
|
blue1100: any;
|
|
423
420
|
blue1200: any;
|
|
421
|
+
pink100: any;
|
|
422
|
+
pink200: any;
|
|
423
|
+
pink300: any;
|
|
424
|
+
pink400: any;
|
|
425
|
+
pink500: any;
|
|
426
|
+
pink600: any;
|
|
427
|
+
pink700: any;
|
|
428
|
+
pink800: any;
|
|
429
|
+
pink900: any;
|
|
430
|
+
pink1000: any;
|
|
431
|
+
pink1100: any;
|
|
432
|
+
pink1200: any;
|
|
424
433
|
purple100: any;
|
|
425
434
|
purple200: any;
|
|
426
435
|
purple300: any;
|
|
@@ -565,26 +574,11 @@ declare const EmptyStateContainer: import("@stitches/react/types/styled-componen
|
|
|
565
574
|
marsh1000: any;
|
|
566
575
|
marsh1100: any;
|
|
567
576
|
marsh1200: any;
|
|
568
|
-
tonal50: any;
|
|
569
|
-
tonal100: any;
|
|
570
|
-
tonal200: any;
|
|
571
|
-
tonal300: any;
|
|
572
|
-
tonal400: any;
|
|
573
|
-
tonal500: any;
|
|
574
|
-
tonal600: any;
|
|
575
577
|
alpha100: any;
|
|
576
578
|
alpha150: any;
|
|
577
579
|
alpha200: any;
|
|
578
580
|
alpha250: any;
|
|
579
581
|
alpha600: any;
|
|
580
|
-
brandRed: any;
|
|
581
|
-
brandRedAccent: any;
|
|
582
|
-
brandGreen: any;
|
|
583
|
-
brandGreenAccent: any;
|
|
584
|
-
brandPurple: any;
|
|
585
|
-
brandPurpleAccent: any;
|
|
586
|
-
brandYellow: any;
|
|
587
|
-
brandYellowAccent: any;
|
|
588
582
|
infoLight: any;
|
|
589
583
|
info: any;
|
|
590
584
|
infoMid: any;
|
|
@@ -685,69 +679,69 @@ declare const EmptyStateContainer: import("@stitches/react/types/styled-componen
|
|
|
685
679
|
"1-1": any;
|
|
686
680
|
"3-4": any;
|
|
687
681
|
};
|
|
688
|
-
}, import("@stitches
|
|
689
|
-
bg: (value: import("@stitches
|
|
690
|
-
background: import("@stitches
|
|
682
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
683
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
684
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
691
685
|
};
|
|
692
|
-
size: (value: string | number | import("@stitches
|
|
693
|
-
height: string | number | import("@stitches
|
|
694
|
-
width: string | number | import("@stitches
|
|
686
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
687
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
688
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
695
689
|
};
|
|
696
|
-
p: (value: string | number | import("@stitches
|
|
697
|
-
padding: string | number | import("@stitches
|
|
690
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
691
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
698
692
|
};
|
|
699
|
-
pt: (value: string | number | import("@stitches
|
|
700
|
-
paddingTop: string | number | import("@stitches
|
|
693
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
694
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
701
695
|
};
|
|
702
|
-
pr: (value: string | number | import("@stitches
|
|
703
|
-
paddingRight: string | number | import("@stitches
|
|
696
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
697
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
704
698
|
};
|
|
705
|
-
pb: (value: string | number | import("@stitches
|
|
706
|
-
paddingBottom: string | number | import("@stitches
|
|
699
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
700
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
707
701
|
};
|
|
708
|
-
pl: (value: string | number | import("@stitches
|
|
709
|
-
paddingLeft: string | number | import("@stitches
|
|
702
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
703
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
710
704
|
};
|
|
711
|
-
px: (value: string | number | import("@stitches
|
|
712
|
-
paddingLeft: string | number | import("@stitches
|
|
713
|
-
paddingRight: string | number | import("@stitches
|
|
705
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
706
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
707
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
714
708
|
};
|
|
715
|
-
py: (value: string | number | import("@stitches
|
|
716
|
-
paddingTop: string | number | import("@stitches
|
|
717
|
-
paddingBottom: string | number | import("@stitches
|
|
709
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
710
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
711
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
718
712
|
};
|
|
719
|
-
m: (value: string | number | import("@stitches
|
|
720
|
-
margin: string | number | import("@stitches
|
|
713
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
714
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
721
715
|
};
|
|
722
|
-
mt: (value: string | number | import("@stitches
|
|
723
|
-
marginTop: string | number | import("@stitches
|
|
716
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
717
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
724
718
|
};
|
|
725
|
-
mr: (value: string | number | import("@stitches
|
|
726
|
-
marginRight: string | number | import("@stitches
|
|
719
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
720
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
727
721
|
};
|
|
728
|
-
mb: (value: string | number | import("@stitches
|
|
729
|
-
marginBottom: string | number | import("@stitches
|
|
722
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
723
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
730
724
|
};
|
|
731
|
-
ml: (value: string | number | import("@stitches
|
|
732
|
-
marginLeft: string | number | import("@stitches
|
|
725
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
726
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
733
727
|
};
|
|
734
|
-
mx: (value: string | number | import("@stitches
|
|
735
|
-
marginLeft: string | number | import("@stitches
|
|
736
|
-
marginRight: string | number | import("@stitches
|
|
728
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
729
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
730
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
737
731
|
};
|
|
738
|
-
my: (value: string | number | import("@stitches
|
|
739
|
-
marginTop: string | number | import("@stitches
|
|
740
|
-
marginBottom: string | number | import("@stitches
|
|
732
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
733
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
734
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
741
735
|
};
|
|
742
736
|
}>>;
|
|
743
737
|
export declare type EmptyStateProps = React.ComponentProps<typeof EmptyStateContainer>;
|
|
744
738
|
export declare const EmptyState: {
|
|
745
|
-
({ size, ...rest }: EmptyStateProps): JSX.Element;
|
|
739
|
+
({ size, ...rest }: EmptyStateProps): React.JSX.Element;
|
|
746
740
|
displayName: string;
|
|
747
741
|
} & {
|
|
748
|
-
Image: (props: Omit<Omit<
|
|
742
|
+
Image: (props: Omit<Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, "ref"> & {
|
|
749
743
|
ref?: ((instance: HTMLImageElement | null) => void) | React.RefObject<HTMLImageElement> | null | undefined;
|
|
750
|
-
}, "css" | "fluid"> & import("@stitches
|
|
744
|
+
}, "css" | "fluid"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
751
745
|
fluid?: boolean | "true" | undefined;
|
|
752
746
|
}, {
|
|
753
747
|
sm: string;
|
|
@@ -758,7 +752,7 @@ export declare const EmptyState: {
|
|
|
758
752
|
allowMotion: string;
|
|
759
753
|
hover: string;
|
|
760
754
|
}> & {
|
|
761
|
-
css?: import("@stitches
|
|
755
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
762
756
|
sm: string;
|
|
763
757
|
md: string;
|
|
764
758
|
lg: string;
|
|
@@ -798,6 +792,18 @@ export declare const EmptyState: {
|
|
|
798
792
|
blue1000: any;
|
|
799
793
|
blue1100: any;
|
|
800
794
|
blue1200: any;
|
|
795
|
+
pink100: any;
|
|
796
|
+
pink200: any;
|
|
797
|
+
pink300: any;
|
|
798
|
+
pink400: any;
|
|
799
|
+
pink500: any;
|
|
800
|
+
pink600: any;
|
|
801
|
+
pink700: any;
|
|
802
|
+
pink800: any;
|
|
803
|
+
pink900: any;
|
|
804
|
+
pink1000: any;
|
|
805
|
+
pink1100: any;
|
|
806
|
+
pink1200: any;
|
|
801
807
|
purple100: any;
|
|
802
808
|
purple200: any;
|
|
803
809
|
purple300: any;
|
|
@@ -942,26 +948,11 @@ export declare const EmptyState: {
|
|
|
942
948
|
marsh1000: any;
|
|
943
949
|
marsh1100: any;
|
|
944
950
|
marsh1200: any;
|
|
945
|
-
tonal50: any;
|
|
946
|
-
tonal100: any;
|
|
947
|
-
tonal200: any;
|
|
948
|
-
tonal300: any;
|
|
949
|
-
tonal400: any;
|
|
950
|
-
tonal500: any;
|
|
951
|
-
tonal600: any;
|
|
952
951
|
alpha100: any;
|
|
953
952
|
alpha150: any;
|
|
954
953
|
alpha200: any;
|
|
955
954
|
alpha250: any;
|
|
956
955
|
alpha600: any;
|
|
957
|
-
brandRed: any;
|
|
958
|
-
brandRedAccent: any;
|
|
959
|
-
brandGreen: any;
|
|
960
|
-
brandGreenAccent: any;
|
|
961
|
-
brandPurple: any;
|
|
962
|
-
brandPurpleAccent: any;
|
|
963
|
-
brandYellow: any;
|
|
964
|
-
brandYellowAccent: any;
|
|
965
956
|
infoLight: any;
|
|
966
957
|
info: any;
|
|
967
958
|
infoMid: any;
|
|
@@ -1062,64 +1053,64 @@ export declare const EmptyState: {
|
|
|
1062
1053
|
"1-1": any;
|
|
1063
1054
|
"3-4": any;
|
|
1064
1055
|
};
|
|
1065
|
-
}, import("@stitches
|
|
1066
|
-
bg: (value: import("@stitches
|
|
1067
|
-
background: import("@stitches
|
|
1056
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1057
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1058
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1068
1059
|
};
|
|
1069
|
-
size: (value: string | number | import("@stitches
|
|
1070
|
-
height: string | number | import("@stitches
|
|
1071
|
-
width: string | number | import("@stitches
|
|
1060
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1061
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1062
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1072
1063
|
};
|
|
1073
|
-
p: (value: string | number | import("@stitches
|
|
1074
|
-
padding: string | number | import("@stitches
|
|
1064
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1065
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1075
1066
|
};
|
|
1076
|
-
pt: (value: string | number | import("@stitches
|
|
1077
|
-
paddingTop: string | number | import("@stitches
|
|
1067
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1068
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1078
1069
|
};
|
|
1079
|
-
pr: (value: string | number | import("@stitches
|
|
1080
|
-
paddingRight: string | number | import("@stitches
|
|
1070
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1071
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1081
1072
|
};
|
|
1082
|
-
pb: (value: string | number | import("@stitches
|
|
1083
|
-
paddingBottom: string | number | import("@stitches
|
|
1073
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1074
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1084
1075
|
};
|
|
1085
|
-
pl: (value: string | number | import("@stitches
|
|
1086
|
-
paddingLeft: string | number | import("@stitches
|
|
1076
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1077
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1087
1078
|
};
|
|
1088
|
-
px: (value: string | number | import("@stitches
|
|
1089
|
-
paddingLeft: string | number | import("@stitches
|
|
1090
|
-
paddingRight: string | number | import("@stitches
|
|
1079
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1080
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1081
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1091
1082
|
};
|
|
1092
|
-
py: (value: string | number | import("@stitches
|
|
1093
|
-
paddingTop: string | number | import("@stitches
|
|
1094
|
-
paddingBottom: string | number | import("@stitches
|
|
1083
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1084
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1085
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1095
1086
|
};
|
|
1096
|
-
m: (value: string | number | import("@stitches
|
|
1097
|
-
margin: string | number | import("@stitches
|
|
1087
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1088
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1098
1089
|
};
|
|
1099
|
-
mt: (value: string | number | import("@stitches
|
|
1100
|
-
marginTop: string | number | import("@stitches
|
|
1090
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1091
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1101
1092
|
};
|
|
1102
|
-
mr: (value: string | number | import("@stitches
|
|
1103
|
-
marginRight: string | number | import("@stitches
|
|
1093
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1094
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1104
1095
|
};
|
|
1105
|
-
mb: (value: string | number | import("@stitches
|
|
1106
|
-
marginBottom: string | number | import("@stitches
|
|
1096
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1097
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1107
1098
|
};
|
|
1108
|
-
ml: (value: string | number | import("@stitches
|
|
1109
|
-
marginLeft: string | number | import("@stitches
|
|
1099
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1100
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1110
1101
|
};
|
|
1111
|
-
mx: (value: string | number | import("@stitches
|
|
1112
|
-
marginLeft: string | number | import("@stitches
|
|
1113
|
-
marginRight: string | number | import("@stitches
|
|
1102
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1103
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1104
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1114
1105
|
};
|
|
1115
|
-
my: (value: string | number | import("@stitches
|
|
1116
|
-
marginTop: string | number | import("@stitches
|
|
1117
|
-
marginBottom: string | number | import("@stitches
|
|
1106
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1107
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1108
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1118
1109
|
};
|
|
1119
1110
|
}> | undefined;
|
|
1120
|
-
}, "
|
|
1111
|
+
}, "ref">, "as"> & {
|
|
1121
1112
|
as?: undefined;
|
|
1122
|
-
}, "size" | "css"> & import("@stitches
|
|
1113
|
+
}, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1123
1114
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
1124
1115
|
}, {
|
|
1125
1116
|
sm: string;
|
|
@@ -1130,7 +1121,7 @@ export declare const EmptyState: {
|
|
|
1130
1121
|
allowMotion: string;
|
|
1131
1122
|
hover: string;
|
|
1132
1123
|
}> & {
|
|
1133
|
-
css?: import("@stitches
|
|
1124
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1134
1125
|
sm: string;
|
|
1135
1126
|
md: string;
|
|
1136
1127
|
lg: string;
|
|
@@ -1170,6 +1161,18 @@ export declare const EmptyState: {
|
|
|
1170
1161
|
blue1000: any;
|
|
1171
1162
|
blue1100: any;
|
|
1172
1163
|
blue1200: any;
|
|
1164
|
+
pink100: any;
|
|
1165
|
+
pink200: any;
|
|
1166
|
+
pink300: any;
|
|
1167
|
+
pink400: any;
|
|
1168
|
+
pink500: any;
|
|
1169
|
+
pink600: any;
|
|
1170
|
+
pink700: any;
|
|
1171
|
+
pink800: any;
|
|
1172
|
+
pink900: any;
|
|
1173
|
+
pink1000: any;
|
|
1174
|
+
pink1100: any;
|
|
1175
|
+
pink1200: any;
|
|
1173
1176
|
purple100: any;
|
|
1174
1177
|
purple200: any;
|
|
1175
1178
|
purple300: any;
|
|
@@ -1314,26 +1317,11 @@ export declare const EmptyState: {
|
|
|
1314
1317
|
marsh1000: any;
|
|
1315
1318
|
marsh1100: any;
|
|
1316
1319
|
marsh1200: any;
|
|
1317
|
-
tonal50: any;
|
|
1318
|
-
tonal100: any;
|
|
1319
|
-
tonal200: any;
|
|
1320
|
-
tonal300: any;
|
|
1321
|
-
tonal400: any;
|
|
1322
|
-
tonal500: any;
|
|
1323
|
-
tonal600: any;
|
|
1324
1320
|
alpha100: any;
|
|
1325
1321
|
alpha150: any;
|
|
1326
1322
|
alpha200: any;
|
|
1327
1323
|
alpha250: any;
|
|
1328
1324
|
alpha600: any;
|
|
1329
|
-
brandRed: any;
|
|
1330
|
-
brandRedAccent: any;
|
|
1331
|
-
brandGreen: any;
|
|
1332
|
-
brandGreenAccent: any;
|
|
1333
|
-
brandPurple: any;
|
|
1334
|
-
brandPurpleAccent: any;
|
|
1335
|
-
brandYellow: any;
|
|
1336
|
-
brandYellowAccent: any;
|
|
1337
1325
|
infoLight: any;
|
|
1338
1326
|
info: any;
|
|
1339
1327
|
infoMid: any;
|
|
@@ -1434,65 +1422,65 @@ export declare const EmptyState: {
|
|
|
1434
1422
|
"1-1": any;
|
|
1435
1423
|
"3-4": any;
|
|
1436
1424
|
};
|
|
1437
|
-
}, import("@stitches
|
|
1438
|
-
bg: (value: import("@stitches
|
|
1439
|
-
background: import("@stitches
|
|
1425
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1426
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1427
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1440
1428
|
};
|
|
1441
|
-
size: (value: string | number | import("@stitches
|
|
1442
|
-
height: string | number | import("@stitches
|
|
1443
|
-
width: string | number | import("@stitches
|
|
1429
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1430
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1431
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1444
1432
|
};
|
|
1445
|
-
p: (value: string | number | import("@stitches
|
|
1446
|
-
padding: string | number | import("@stitches
|
|
1433
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1434
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1447
1435
|
};
|
|
1448
|
-
pt: (value: string | number | import("@stitches
|
|
1449
|
-
paddingTop: string | number | import("@stitches
|
|
1436
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1437
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1450
1438
|
};
|
|
1451
|
-
pr: (value: string | number | import("@stitches
|
|
1452
|
-
paddingRight: string | number | import("@stitches
|
|
1439
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1440
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1453
1441
|
};
|
|
1454
|
-
pb: (value: string | number | import("@stitches
|
|
1455
|
-
paddingBottom: string | number | import("@stitches
|
|
1442
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1443
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1456
1444
|
};
|
|
1457
|
-
pl: (value: string | number | import("@stitches
|
|
1458
|
-
paddingLeft: string | number | import("@stitches
|
|
1445
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1446
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1459
1447
|
};
|
|
1460
|
-
px: (value: string | number | import("@stitches
|
|
1461
|
-
paddingLeft: string | number | import("@stitches
|
|
1462
|
-
paddingRight: string | number | import("@stitches
|
|
1448
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1449
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1450
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1463
1451
|
};
|
|
1464
|
-
py: (value: string | number | import("@stitches
|
|
1465
|
-
paddingTop: string | number | import("@stitches
|
|
1466
|
-
paddingBottom: string | number | import("@stitches
|
|
1452
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1453
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1454
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1467
1455
|
};
|
|
1468
|
-
m: (value: string | number | import("@stitches
|
|
1469
|
-
margin: string | number | import("@stitches
|
|
1456
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1457
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1470
1458
|
};
|
|
1471
|
-
mt: (value: string | number | import("@stitches
|
|
1472
|
-
marginTop: string | number | import("@stitches
|
|
1459
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1460
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1473
1461
|
};
|
|
1474
|
-
mr: (value: string | number | import("@stitches
|
|
1475
|
-
marginRight: string | number | import("@stitches
|
|
1462
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1463
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1476
1464
|
};
|
|
1477
|
-
mb: (value: string | number | import("@stitches
|
|
1478
|
-
marginBottom: string | number | import("@stitches
|
|
1465
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1466
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1479
1467
|
};
|
|
1480
|
-
ml: (value: string | number | import("@stitches
|
|
1481
|
-
marginLeft: string | number | import("@stitches
|
|
1468
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1469
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1482
1470
|
};
|
|
1483
|
-
mx: (value: string | number | import("@stitches
|
|
1484
|
-
marginLeft: string | number | import("@stitches
|
|
1485
|
-
marginRight: string | number | import("@stitches
|
|
1471
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1472
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1473
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1486
1474
|
};
|
|
1487
|
-
my: (value: string | number | import("@stitches
|
|
1488
|
-
marginTop: string | number | import("@stitches
|
|
1489
|
-
marginBottom: string | number | import("@stitches
|
|
1475
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1476
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1477
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1490
1478
|
};
|
|
1491
1479
|
}> | undefined;
|
|
1492
|
-
}) => JSX.Element;
|
|
1493
|
-
Title: (props: Omit<
|
|
1480
|
+
}) => React.JSX.Element;
|
|
1481
|
+
Title: (props: Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & {
|
|
1494
1482
|
ref?: ((instance: HTMLHeadingElement | null) => void) | React.RefObject<HTMLHeadingElement> | null | undefined;
|
|
1495
|
-
}, "size" | "css"> & import("@stitches
|
|
1483
|
+
}, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1496
1484
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
1497
1485
|
}, {
|
|
1498
1486
|
sm: string;
|
|
@@ -1503,7 +1491,7 @@ export declare const EmptyState: {
|
|
|
1503
1491
|
allowMotion: string;
|
|
1504
1492
|
hover: string;
|
|
1505
1493
|
}> & {
|
|
1506
|
-
css?: import("@stitches
|
|
1494
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1507
1495
|
sm: string;
|
|
1508
1496
|
md: string;
|
|
1509
1497
|
lg: string;
|
|
@@ -1543,6 +1531,18 @@ export declare const EmptyState: {
|
|
|
1543
1531
|
blue1000: any;
|
|
1544
1532
|
blue1100: any;
|
|
1545
1533
|
blue1200: any;
|
|
1534
|
+
pink100: any;
|
|
1535
|
+
pink200: any;
|
|
1536
|
+
pink300: any;
|
|
1537
|
+
pink400: any;
|
|
1538
|
+
pink500: any;
|
|
1539
|
+
pink600: any;
|
|
1540
|
+
pink700: any;
|
|
1541
|
+
pink800: any;
|
|
1542
|
+
pink900: any;
|
|
1543
|
+
pink1000: any;
|
|
1544
|
+
pink1100: any;
|
|
1545
|
+
pink1200: any;
|
|
1546
1546
|
purple100: any;
|
|
1547
1547
|
purple200: any;
|
|
1548
1548
|
purple300: any;
|
|
@@ -1687,26 +1687,11 @@ export declare const EmptyState: {
|
|
|
1687
1687
|
marsh1000: any;
|
|
1688
1688
|
marsh1100: any;
|
|
1689
1689
|
marsh1200: any;
|
|
1690
|
-
tonal50: any;
|
|
1691
|
-
tonal100: any;
|
|
1692
|
-
tonal200: any;
|
|
1693
|
-
tonal300: any;
|
|
1694
|
-
tonal400: any;
|
|
1695
|
-
tonal500: any;
|
|
1696
|
-
tonal600: any;
|
|
1697
1690
|
alpha100: any;
|
|
1698
1691
|
alpha150: any;
|
|
1699
1692
|
alpha200: any;
|
|
1700
1693
|
alpha250: any;
|
|
1701
1694
|
alpha600: any;
|
|
1702
|
-
brandRed: any;
|
|
1703
|
-
brandRedAccent: any;
|
|
1704
|
-
brandGreen: any;
|
|
1705
|
-
brandGreenAccent: any;
|
|
1706
|
-
brandPurple: any;
|
|
1707
|
-
brandPurpleAccent: any;
|
|
1708
|
-
brandYellow: any;
|
|
1709
|
-
brandYellowAccent: any;
|
|
1710
1695
|
infoLight: any;
|
|
1711
1696
|
info: any;
|
|
1712
1697
|
infoMid: any;
|
|
@@ -1807,67 +1792,69 @@ export declare const EmptyState: {
|
|
|
1807
1792
|
"1-1": any;
|
|
1808
1793
|
"3-4": any;
|
|
1809
1794
|
};
|
|
1810
|
-
}, import("@stitches
|
|
1811
|
-
bg: (value: import("@stitches
|
|
1812
|
-
background: import("@stitches
|
|
1795
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1796
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1797
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1813
1798
|
};
|
|
1814
|
-
size: (value: string | number | import("@stitches
|
|
1815
|
-
height: string | number | import("@stitches
|
|
1816
|
-
width: string | number | import("@stitches
|
|
1799
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1800
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1801
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1817
1802
|
};
|
|
1818
|
-
p: (value: string | number | import("@stitches
|
|
1819
|
-
padding: string | number | import("@stitches
|
|
1803
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1804
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1820
1805
|
};
|
|
1821
|
-
pt: (value: string | number | import("@stitches
|
|
1822
|
-
paddingTop: string | number | import("@stitches
|
|
1806
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1807
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1823
1808
|
};
|
|
1824
|
-
pr: (value: string | number | import("@stitches
|
|
1825
|
-
paddingRight: string | number | import("@stitches
|
|
1809
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1810
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1826
1811
|
};
|
|
1827
|
-
pb: (value: string | number | import("@stitches
|
|
1828
|
-
paddingBottom: string | number | import("@stitches
|
|
1812
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1813
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1829
1814
|
};
|
|
1830
|
-
pl: (value: string | number | import("@stitches
|
|
1831
|
-
paddingLeft: string | number | import("@stitches
|
|
1815
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1816
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1832
1817
|
};
|
|
1833
|
-
px: (value: string | number | import("@stitches
|
|
1834
|
-
paddingLeft: string | number | import("@stitches
|
|
1835
|
-
paddingRight: string | number | import("@stitches
|
|
1818
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1819
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1820
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1836
1821
|
};
|
|
1837
|
-
py: (value: string | number | import("@stitches
|
|
1838
|
-
paddingTop: string | number | import("@stitches
|
|
1839
|
-
paddingBottom: string | number | import("@stitches
|
|
1822
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1823
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1824
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1840
1825
|
};
|
|
1841
|
-
m: (value: string | number | import("@stitches
|
|
1842
|
-
margin: string | number | import("@stitches
|
|
1826
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1827
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1843
1828
|
};
|
|
1844
|
-
mt: (value: string | number | import("@stitches
|
|
1845
|
-
marginTop: string | number | import("@stitches
|
|
1829
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1830
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1846
1831
|
};
|
|
1847
|
-
mr: (value: string | number | import("@stitches
|
|
1848
|
-
marginRight: string | number | import("@stitches
|
|
1832
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1833
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1849
1834
|
};
|
|
1850
|
-
mb: (value: string | number | import("@stitches
|
|
1851
|
-
marginBottom: string | number | import("@stitches
|
|
1835
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1836
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1852
1837
|
};
|
|
1853
|
-
ml: (value: string | number | import("@stitches
|
|
1854
|
-
marginLeft: string | number | import("@stitches
|
|
1838
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1839
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1855
1840
|
};
|
|
1856
|
-
mx: (value: string | number | import("@stitches
|
|
1857
|
-
marginLeft: string | number | import("@stitches
|
|
1858
|
-
marginRight: string | number | import("@stitches
|
|
1841
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1842
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1843
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1859
1844
|
};
|
|
1860
|
-
my: (value: string | number | import("@stitches
|
|
1861
|
-
marginTop: string | number | import("@stitches
|
|
1862
|
-
marginBottom: string | number | import("@stitches
|
|
1845
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1846
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1847
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1863
1848
|
};
|
|
1864
1849
|
}> | undefined;
|
|
1865
1850
|
} & {
|
|
1866
1851
|
as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
|
|
1867
|
-
}) => JSX.Element;
|
|
1868
|
-
Body: (props: Omit<Omit<Omit<
|
|
1852
|
+
}) => React.JSX.Element;
|
|
1853
|
+
Body: (props: Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
|
|
1869
1854
|
ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
1870
|
-
}, "size" | "css" | "noCapsize"> & import("@stitches
|
|
1855
|
+
}, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1856
|
+
weight?: "normal" | "bold" | undefined;
|
|
1857
|
+
family?: "display" | "mono" | "body" | undefined;
|
|
1871
1858
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
1872
1859
|
noCapsize?: boolean | "true" | undefined;
|
|
1873
1860
|
}, {
|
|
@@ -1879,7 +1866,7 @@ export declare const EmptyState: {
|
|
|
1879
1866
|
allowMotion: string;
|
|
1880
1867
|
hover: string;
|
|
1881
1868
|
}> & {
|
|
1882
|
-
css?: import("@stitches
|
|
1869
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1883
1870
|
sm: string;
|
|
1884
1871
|
md: string;
|
|
1885
1872
|
lg: string;
|
|
@@ -1919,6 +1906,18 @@ export declare const EmptyState: {
|
|
|
1919
1906
|
blue1000: any;
|
|
1920
1907
|
blue1100: any;
|
|
1921
1908
|
blue1200: any;
|
|
1909
|
+
pink100: any;
|
|
1910
|
+
pink200: any;
|
|
1911
|
+
pink300: any;
|
|
1912
|
+
pink400: any;
|
|
1913
|
+
pink500: any;
|
|
1914
|
+
pink600: any;
|
|
1915
|
+
pink700: any;
|
|
1916
|
+
pink800: any;
|
|
1917
|
+
pink900: any;
|
|
1918
|
+
pink1000: any;
|
|
1919
|
+
pink1100: any;
|
|
1920
|
+
pink1200: any;
|
|
1922
1921
|
purple100: any;
|
|
1923
1922
|
purple200: any;
|
|
1924
1923
|
purple300: any;
|
|
@@ -2063,26 +2062,11 @@ export declare const EmptyState: {
|
|
|
2063
2062
|
marsh1000: any;
|
|
2064
2063
|
marsh1100: any;
|
|
2065
2064
|
marsh1200: any;
|
|
2066
|
-
tonal50: any;
|
|
2067
|
-
tonal100: any;
|
|
2068
|
-
tonal200: any;
|
|
2069
|
-
tonal300: any;
|
|
2070
|
-
tonal400: any;
|
|
2071
|
-
tonal500: any;
|
|
2072
|
-
tonal600: any;
|
|
2073
2065
|
alpha100: any;
|
|
2074
2066
|
alpha150: any;
|
|
2075
2067
|
alpha200: any;
|
|
2076
2068
|
alpha250: any;
|
|
2077
2069
|
alpha600: any;
|
|
2078
|
-
brandRed: any;
|
|
2079
|
-
brandRedAccent: any;
|
|
2080
|
-
brandGreen: any;
|
|
2081
|
-
brandGreenAccent: any;
|
|
2082
|
-
brandPurple: any;
|
|
2083
|
-
brandPurpleAccent: any;
|
|
2084
|
-
brandYellow: any;
|
|
2085
|
-
brandYellowAccent: any;
|
|
2086
2070
|
infoLight: any;
|
|
2087
2071
|
info: any;
|
|
2088
2072
|
infoMid: any;
|
|
@@ -2183,64 +2167,64 @@ export declare const EmptyState: {
|
|
|
2183
2167
|
"1-1": any;
|
|
2184
2168
|
"3-4": any;
|
|
2185
2169
|
};
|
|
2186
|
-
}, import("@stitches
|
|
2187
|
-
bg: (value: import("@stitches
|
|
2188
|
-
background: import("@stitches
|
|
2170
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2171
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2172
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2189
2173
|
};
|
|
2190
|
-
size: (value: string | number | import("@stitches
|
|
2191
|
-
height: string | number | import("@stitches
|
|
2192
|
-
width: string | number | import("@stitches
|
|
2174
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2175
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2176
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2193
2177
|
};
|
|
2194
|
-
p: (value: string | number | import("@stitches
|
|
2195
|
-
padding: string | number | import("@stitches
|
|
2178
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2179
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2196
2180
|
};
|
|
2197
|
-
pt: (value: string | number | import("@stitches
|
|
2198
|
-
paddingTop: string | number | import("@stitches
|
|
2181
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2182
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2199
2183
|
};
|
|
2200
|
-
pr: (value: string | number | import("@stitches
|
|
2201
|
-
paddingRight: string | number | import("@stitches
|
|
2184
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2185
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2202
2186
|
};
|
|
2203
|
-
pb: (value: string | number | import("@stitches
|
|
2204
|
-
paddingBottom: string | number | import("@stitches
|
|
2187
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2188
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2205
2189
|
};
|
|
2206
|
-
pl: (value: string | number | import("@stitches
|
|
2207
|
-
paddingLeft: string | number | import("@stitches
|
|
2190
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2191
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2208
2192
|
};
|
|
2209
|
-
px: (value: string | number | import("@stitches
|
|
2210
|
-
paddingLeft: string | number | import("@stitches
|
|
2211
|
-
paddingRight: string | number | import("@stitches
|
|
2193
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2194
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2195
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2212
2196
|
};
|
|
2213
|
-
py: (value: string | number | import("@stitches
|
|
2214
|
-
paddingTop: string | number | import("@stitches
|
|
2215
|
-
paddingBottom: string | number | import("@stitches
|
|
2197
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2198
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2199
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2216
2200
|
};
|
|
2217
|
-
m: (value: string | number | import("@stitches
|
|
2218
|
-
margin: string | number | import("@stitches
|
|
2201
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2202
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2219
2203
|
};
|
|
2220
|
-
mt: (value: string | number | import("@stitches
|
|
2221
|
-
marginTop: string | number | import("@stitches
|
|
2204
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2205
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2222
2206
|
};
|
|
2223
|
-
mr: (value: string | number | import("@stitches
|
|
2224
|
-
marginRight: string | number | import("@stitches
|
|
2207
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2208
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2225
2209
|
};
|
|
2226
|
-
mb: (value: string | number | import("@stitches
|
|
2227
|
-
marginBottom: string | number | import("@stitches
|
|
2210
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2211
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2228
2212
|
};
|
|
2229
|
-
ml: (value: string | number | import("@stitches
|
|
2230
|
-
marginLeft: string | number | import("@stitches
|
|
2213
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2214
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2231
2215
|
};
|
|
2232
|
-
mx: (value: string | number | import("@stitches
|
|
2233
|
-
marginLeft: string | number | import("@stitches
|
|
2234
|
-
marginRight: string | number | import("@stitches
|
|
2216
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2217
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2218
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2235
2219
|
};
|
|
2236
|
-
my: (value: string | number | import("@stitches
|
|
2237
|
-
marginTop: string | number | import("@stitches
|
|
2238
|
-
marginBottom: string | number | import("@stitches
|
|
2220
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2221
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2222
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2239
2223
|
};
|
|
2240
2224
|
}> | undefined;
|
|
2241
2225
|
}, "as"> & {
|
|
2242
2226
|
as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
|
|
2243
|
-
}, "size" | "css"> & import("@stitches
|
|
2227
|
+
}, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
2244
2228
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
2245
2229
|
}, {
|
|
2246
2230
|
sm: string;
|
|
@@ -2251,7 +2235,7 @@ export declare const EmptyState: {
|
|
|
2251
2235
|
allowMotion: string;
|
|
2252
2236
|
hover: string;
|
|
2253
2237
|
}> & {
|
|
2254
|
-
css?: import("@stitches
|
|
2238
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2255
2239
|
sm: string;
|
|
2256
2240
|
md: string;
|
|
2257
2241
|
lg: string;
|
|
@@ -2291,6 +2275,18 @@ export declare const EmptyState: {
|
|
|
2291
2275
|
blue1000: any;
|
|
2292
2276
|
blue1100: any;
|
|
2293
2277
|
blue1200: any;
|
|
2278
|
+
pink100: any;
|
|
2279
|
+
pink200: any;
|
|
2280
|
+
pink300: any;
|
|
2281
|
+
pink400: any;
|
|
2282
|
+
pink500: any;
|
|
2283
|
+
pink600: any;
|
|
2284
|
+
pink700: any;
|
|
2285
|
+
pink800: any;
|
|
2286
|
+
pink900: any;
|
|
2287
|
+
pink1000: any;
|
|
2288
|
+
pink1100: any;
|
|
2289
|
+
pink1200: any;
|
|
2294
2290
|
purple100: any;
|
|
2295
2291
|
purple200: any;
|
|
2296
2292
|
purple300: any;
|
|
@@ -2435,26 +2431,11 @@ export declare const EmptyState: {
|
|
|
2435
2431
|
marsh1000: any;
|
|
2436
2432
|
marsh1100: any;
|
|
2437
2433
|
marsh1200: any;
|
|
2438
|
-
tonal50: any;
|
|
2439
|
-
tonal100: any;
|
|
2440
|
-
tonal200: any;
|
|
2441
|
-
tonal300: any;
|
|
2442
|
-
tonal400: any;
|
|
2443
|
-
tonal500: any;
|
|
2444
|
-
tonal600: any;
|
|
2445
2434
|
alpha100: any;
|
|
2446
2435
|
alpha150: any;
|
|
2447
2436
|
alpha200: any;
|
|
2448
2437
|
alpha250: any;
|
|
2449
2438
|
alpha600: any;
|
|
2450
|
-
brandRed: any;
|
|
2451
|
-
brandRedAccent: any;
|
|
2452
|
-
brandGreen: any;
|
|
2453
|
-
brandGreenAccent: any;
|
|
2454
|
-
brandPurple: any;
|
|
2455
|
-
brandPurpleAccent: any;
|
|
2456
|
-
brandYellow: any;
|
|
2457
|
-
brandYellowAccent: any;
|
|
2458
2439
|
infoLight: any;
|
|
2459
2440
|
info: any;
|
|
2460
2441
|
infoMid: any;
|
|
@@ -2555,63 +2536,63 @@ export declare const EmptyState: {
|
|
|
2555
2536
|
"1-1": any;
|
|
2556
2537
|
"3-4": any;
|
|
2557
2538
|
};
|
|
2558
|
-
}, import("@stitches
|
|
2559
|
-
bg: (value: import("@stitches
|
|
2560
|
-
background: import("@stitches
|
|
2539
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2540
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2541
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2561
2542
|
};
|
|
2562
|
-
size: (value: string | number | import("@stitches
|
|
2563
|
-
height: string | number | import("@stitches
|
|
2564
|
-
width: string | number | import("@stitches
|
|
2543
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2544
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2545
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2565
2546
|
};
|
|
2566
|
-
p: (value: string | number | import("@stitches
|
|
2567
|
-
padding: string | number | import("@stitches
|
|
2547
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2548
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2568
2549
|
};
|
|
2569
|
-
pt: (value: string | number | import("@stitches
|
|
2570
|
-
paddingTop: string | number | import("@stitches
|
|
2550
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2551
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2571
2552
|
};
|
|
2572
|
-
pr: (value: string | number | import("@stitches
|
|
2573
|
-
paddingRight: string | number | import("@stitches
|
|
2553
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2554
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2574
2555
|
};
|
|
2575
|
-
pb: (value: string | number | import("@stitches
|
|
2576
|
-
paddingBottom: string | number | import("@stitches
|
|
2556
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2557
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2577
2558
|
};
|
|
2578
|
-
pl: (value: string | number | import("@stitches
|
|
2579
|
-
paddingLeft: string | number | import("@stitches
|
|
2559
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2560
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2580
2561
|
};
|
|
2581
|
-
px: (value: string | number | import("@stitches
|
|
2582
|
-
paddingLeft: string | number | import("@stitches
|
|
2583
|
-
paddingRight: string | number | import("@stitches
|
|
2562
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2563
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2564
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2584
2565
|
};
|
|
2585
|
-
py: (value: string | number | import("@stitches
|
|
2586
|
-
paddingTop: string | number | import("@stitches
|
|
2587
|
-
paddingBottom: string | number | import("@stitches
|
|
2566
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2567
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2568
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2588
2569
|
};
|
|
2589
|
-
m: (value: string | number | import("@stitches
|
|
2590
|
-
margin: string | number | import("@stitches
|
|
2570
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2571
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2591
2572
|
};
|
|
2592
|
-
mt: (value: string | number | import("@stitches
|
|
2593
|
-
marginTop: string | number | import("@stitches
|
|
2573
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2574
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2594
2575
|
};
|
|
2595
|
-
mr: (value: string | number | import("@stitches
|
|
2596
|
-
marginRight: string | number | import("@stitches
|
|
2576
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2577
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2597
2578
|
};
|
|
2598
|
-
mb: (value: string | number | import("@stitches
|
|
2599
|
-
marginBottom: string | number | import("@stitches
|
|
2579
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2580
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2600
2581
|
};
|
|
2601
|
-
ml: (value: string | number | import("@stitches
|
|
2602
|
-
marginLeft: string | number | import("@stitches
|
|
2582
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2583
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2603
2584
|
};
|
|
2604
|
-
mx: (value: string | number | import("@stitches
|
|
2605
|
-
marginLeft: string | number | import("@stitches
|
|
2606
|
-
marginRight: string | number | import("@stitches
|
|
2585
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2586
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2587
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2607
2588
|
};
|
|
2608
|
-
my: (value: string | number | import("@stitches
|
|
2609
|
-
marginTop: string | number | import("@stitches
|
|
2610
|
-
marginBottom: string | number | import("@stitches
|
|
2589
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2590
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2591
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2611
2592
|
};
|
|
2612
2593
|
}> | undefined;
|
|
2613
2594
|
} & {
|
|
2614
2595
|
as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
|
|
2615
|
-
}) => JSX.Element;
|
|
2596
|
+
}) => React.JSX.Element;
|
|
2616
2597
|
};
|
|
2617
2598
|
export {};
|