@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
|
/// <reference types="react" />
|
|
2
|
-
export declare const Dialog: import("@stitches
|
|
2
|
+
export declare const Dialog: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").FC<import("@radix-ui/react-dialog").DialogProps>, {}, {
|
|
3
3
|
sm: string;
|
|
4
4
|
md: string;
|
|
5
5
|
lg: string;
|
|
@@ -7,7 +7,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
7
7
|
reducedMotion: string;
|
|
8
8
|
allowMotion: string;
|
|
9
9
|
hover: string;
|
|
10
|
-
}, import("@stitches
|
|
10
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
11
11
|
sm: string;
|
|
12
12
|
md: string;
|
|
13
13
|
lg: string;
|
|
@@ -47,6 +47,18 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
47
47
|
blue1000: any;
|
|
48
48
|
blue1100: any;
|
|
49
49
|
blue1200: any;
|
|
50
|
+
pink100: any;
|
|
51
|
+
pink200: any;
|
|
52
|
+
pink300: any;
|
|
53
|
+
pink400: any;
|
|
54
|
+
pink500: any;
|
|
55
|
+
pink600: any;
|
|
56
|
+
pink700: any;
|
|
57
|
+
pink800: any;
|
|
58
|
+
pink900: any;
|
|
59
|
+
pink1000: any;
|
|
60
|
+
pink1100: any;
|
|
61
|
+
pink1200: any;
|
|
50
62
|
purple100: any;
|
|
51
63
|
purple200: any;
|
|
52
64
|
purple300: any;
|
|
@@ -191,26 +203,11 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
191
203
|
marsh1000: any;
|
|
192
204
|
marsh1100: any;
|
|
193
205
|
marsh1200: any;
|
|
194
|
-
tonal50: any;
|
|
195
|
-
tonal100: any;
|
|
196
|
-
tonal200: any;
|
|
197
|
-
tonal300: any;
|
|
198
|
-
tonal400: any;
|
|
199
|
-
tonal500: any;
|
|
200
|
-
tonal600: any;
|
|
201
206
|
alpha100: any;
|
|
202
207
|
alpha150: any;
|
|
203
208
|
alpha200: any;
|
|
204
209
|
alpha250: any;
|
|
205
210
|
alpha600: any;
|
|
206
|
-
brandRed: any;
|
|
207
|
-
brandRedAccent: any;
|
|
208
|
-
brandGreen: any;
|
|
209
|
-
brandGreenAccent: any;
|
|
210
|
-
brandPurple: any;
|
|
211
|
-
brandPurpleAccent: any;
|
|
212
|
-
brandYellow: any;
|
|
213
|
-
brandYellowAccent: any;
|
|
214
211
|
infoLight: any;
|
|
215
212
|
info: any;
|
|
216
213
|
infoMid: any;
|
|
@@ -311,62 +308,62 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
311
308
|
"1-1": any;
|
|
312
309
|
"3-4": any;
|
|
313
310
|
};
|
|
314
|
-
}, import("@stitches
|
|
315
|
-
bg: (value: import("@stitches
|
|
316
|
-
background: import("@stitches
|
|
311
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
312
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
313
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
317
314
|
};
|
|
318
|
-
size: (value: string | number | import("@stitches
|
|
319
|
-
height: string | number | import("@stitches
|
|
320
|
-
width: string | number | import("@stitches
|
|
315
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
316
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
317
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
321
318
|
};
|
|
322
|
-
p: (value: string | number | import("@stitches
|
|
323
|
-
padding: string | number | import("@stitches
|
|
319
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
320
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
324
321
|
};
|
|
325
|
-
pt: (value: string | number | import("@stitches
|
|
326
|
-
paddingTop: string | number | import("@stitches
|
|
322
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
323
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
327
324
|
};
|
|
328
|
-
pr: (value: string | number | import("@stitches
|
|
329
|
-
paddingRight: string | number | import("@stitches
|
|
325
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
326
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
330
327
|
};
|
|
331
|
-
pb: (value: string | number | import("@stitches
|
|
332
|
-
paddingBottom: string | number | import("@stitches
|
|
328
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
329
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
333
330
|
};
|
|
334
|
-
pl: (value: string | number | import("@stitches
|
|
335
|
-
paddingLeft: string | number | import("@stitches
|
|
331
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
332
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
336
333
|
};
|
|
337
|
-
px: (value: string | number | import("@stitches
|
|
338
|
-
paddingLeft: string | number | import("@stitches
|
|
339
|
-
paddingRight: string | number | import("@stitches
|
|
334
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
335
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
336
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
340
337
|
};
|
|
341
|
-
py: (value: string | number | import("@stitches
|
|
342
|
-
paddingTop: string | number | import("@stitches
|
|
343
|
-
paddingBottom: string | number | import("@stitches
|
|
338
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
339
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
340
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
344
341
|
};
|
|
345
|
-
m: (value: string | number | import("@stitches
|
|
346
|
-
margin: string | number | import("@stitches
|
|
342
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
343
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
347
344
|
};
|
|
348
|
-
mt: (value: string | number | import("@stitches
|
|
349
|
-
marginTop: string | number | import("@stitches
|
|
345
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
346
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
350
347
|
};
|
|
351
|
-
mr: (value: string | number | import("@stitches
|
|
352
|
-
marginRight: string | number | import("@stitches
|
|
348
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
349
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
353
350
|
};
|
|
354
|
-
mb: (value: string | number | import("@stitches
|
|
355
|
-
marginBottom: string | number | import("@stitches
|
|
351
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
352
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
356
353
|
};
|
|
357
|
-
ml: (value: string | number | import("@stitches
|
|
358
|
-
marginLeft: string | number | import("@stitches
|
|
354
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
355
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
359
356
|
};
|
|
360
|
-
mx: (value: string | number | import("@stitches
|
|
361
|
-
marginLeft: string | number | import("@stitches
|
|
362
|
-
marginRight: string | number | import("@stitches
|
|
357
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
358
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
359
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
363
360
|
};
|
|
364
|
-
my: (value: string | number | import("@stitches
|
|
365
|
-
marginTop: string | number | import("@stitches
|
|
366
|
-
marginBottom: string | number | import("@stitches
|
|
361
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
362
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
363
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
367
364
|
};
|
|
368
365
|
}>> & {
|
|
369
|
-
Background: import("@stitches
|
|
366
|
+
Background: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {}, {
|
|
370
367
|
sm: string;
|
|
371
368
|
md: string;
|
|
372
369
|
lg: string;
|
|
@@ -374,7 +371,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
374
371
|
reducedMotion: string;
|
|
375
372
|
allowMotion: string;
|
|
376
373
|
hover: string;
|
|
377
|
-
}, import("@stitches
|
|
374
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
378
375
|
sm: string;
|
|
379
376
|
md: string;
|
|
380
377
|
lg: string;
|
|
@@ -414,6 +411,18 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
414
411
|
blue1000: any;
|
|
415
412
|
blue1100: any;
|
|
416
413
|
blue1200: any;
|
|
414
|
+
pink100: any;
|
|
415
|
+
pink200: any;
|
|
416
|
+
pink300: any;
|
|
417
|
+
pink400: any;
|
|
418
|
+
pink500: any;
|
|
419
|
+
pink600: any;
|
|
420
|
+
pink700: any;
|
|
421
|
+
pink800: any;
|
|
422
|
+
pink900: any;
|
|
423
|
+
pink1000: any;
|
|
424
|
+
pink1100: any;
|
|
425
|
+
pink1200: any;
|
|
417
426
|
purple100: any;
|
|
418
427
|
purple200: any;
|
|
419
428
|
purple300: any;
|
|
@@ -558,26 +567,11 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
558
567
|
marsh1000: any;
|
|
559
568
|
marsh1100: any;
|
|
560
569
|
marsh1200: any;
|
|
561
|
-
tonal50: any;
|
|
562
|
-
tonal100: any;
|
|
563
|
-
tonal200: any;
|
|
564
|
-
tonal300: any;
|
|
565
|
-
tonal400: any;
|
|
566
|
-
tonal500: any;
|
|
567
|
-
tonal600: any;
|
|
568
570
|
alpha100: any;
|
|
569
571
|
alpha150: any;
|
|
570
572
|
alpha200: any;
|
|
571
573
|
alpha250: any;
|
|
572
574
|
alpha600: any;
|
|
573
|
-
brandRed: any;
|
|
574
|
-
brandRedAccent: any;
|
|
575
|
-
brandGreen: any;
|
|
576
|
-
brandGreenAccent: any;
|
|
577
|
-
brandPurple: any;
|
|
578
|
-
brandPurpleAccent: any;
|
|
579
|
-
brandYellow: any;
|
|
580
|
-
brandYellowAccent: any;
|
|
581
575
|
infoLight: any;
|
|
582
576
|
info: any;
|
|
583
577
|
infoMid: any;
|
|
@@ -678,59 +672,59 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
678
672
|
"1-1": any;
|
|
679
673
|
"3-4": any;
|
|
680
674
|
};
|
|
681
|
-
}, import("@stitches
|
|
682
|
-
bg: (value: import("@stitches
|
|
683
|
-
background: import("@stitches
|
|
675
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
676
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
677
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
684
678
|
};
|
|
685
|
-
size: (value: string | number | import("@stitches
|
|
686
|
-
height: string | number | import("@stitches
|
|
687
|
-
width: string | number | import("@stitches
|
|
679
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
680
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
681
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
688
682
|
};
|
|
689
|
-
p: (value: string | number | import("@stitches
|
|
690
|
-
padding: string | number | import("@stitches
|
|
683
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
684
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
691
685
|
};
|
|
692
|
-
pt: (value: string | number | import("@stitches
|
|
693
|
-
paddingTop: string | number | import("@stitches
|
|
686
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
687
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
694
688
|
};
|
|
695
|
-
pr: (value: string | number | import("@stitches
|
|
696
|
-
paddingRight: string | number | import("@stitches
|
|
689
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
690
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
697
691
|
};
|
|
698
|
-
pb: (value: string | number | import("@stitches
|
|
699
|
-
paddingBottom: string | number | import("@stitches
|
|
692
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
693
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
700
694
|
};
|
|
701
|
-
pl: (value: string | number | import("@stitches
|
|
702
|
-
paddingLeft: string | number | import("@stitches
|
|
695
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
696
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
703
697
|
};
|
|
704
|
-
px: (value: string | number | import("@stitches
|
|
705
|
-
paddingLeft: string | number | import("@stitches
|
|
706
|
-
paddingRight: string | number | import("@stitches
|
|
698
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
699
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
700
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
707
701
|
};
|
|
708
|
-
py: (value: string | number | import("@stitches
|
|
709
|
-
paddingTop: string | number | import("@stitches
|
|
710
|
-
paddingBottom: string | number | import("@stitches
|
|
702
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
703
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
704
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
711
705
|
};
|
|
712
|
-
m: (value: string | number | import("@stitches
|
|
713
|
-
margin: string | number | import("@stitches
|
|
706
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
707
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
714
708
|
};
|
|
715
|
-
mt: (value: string | number | import("@stitches
|
|
716
|
-
marginTop: string | number | import("@stitches
|
|
709
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
710
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
717
711
|
};
|
|
718
|
-
mr: (value: string | number | import("@stitches
|
|
719
|
-
marginRight: string | number | import("@stitches
|
|
712
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
713
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
720
714
|
};
|
|
721
|
-
mb: (value: string | number | import("@stitches
|
|
722
|
-
marginBottom: string | number | import("@stitches
|
|
715
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
716
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
723
717
|
};
|
|
724
|
-
ml: (value: string | number | import("@stitches
|
|
725
|
-
marginLeft: string | number | import("@stitches
|
|
718
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
719
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
726
720
|
};
|
|
727
|
-
mx: (value: string | number | import("@stitches
|
|
728
|
-
marginLeft: string | number | import("@stitches
|
|
729
|
-
marginRight: string | number | import("@stitches
|
|
721
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
722
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
723
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
730
724
|
};
|
|
731
|
-
my: (value: string | number | import("@stitches
|
|
732
|
-
marginTop: string | number | import("@stitches
|
|
733
|
-
marginBottom: string | number | import("@stitches
|
|
725
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
726
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
727
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
734
728
|
};
|
|
735
729
|
}>>, {}, {
|
|
736
730
|
sm: string;
|
|
@@ -740,7 +734,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
740
734
|
reducedMotion: string;
|
|
741
735
|
allowMotion: string;
|
|
742
736
|
hover: string;
|
|
743
|
-
}, import("@stitches
|
|
737
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
744
738
|
sm: string;
|
|
745
739
|
md: string;
|
|
746
740
|
lg: string;
|
|
@@ -780,6 +774,18 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
780
774
|
blue1000: any;
|
|
781
775
|
blue1100: any;
|
|
782
776
|
blue1200: any;
|
|
777
|
+
pink100: any;
|
|
778
|
+
pink200: any;
|
|
779
|
+
pink300: any;
|
|
780
|
+
pink400: any;
|
|
781
|
+
pink500: any;
|
|
782
|
+
pink600: any;
|
|
783
|
+
pink700: any;
|
|
784
|
+
pink800: any;
|
|
785
|
+
pink900: any;
|
|
786
|
+
pink1000: any;
|
|
787
|
+
pink1100: any;
|
|
788
|
+
pink1200: any;
|
|
783
789
|
purple100: any;
|
|
784
790
|
purple200: any;
|
|
785
791
|
purple300: any;
|
|
@@ -924,26 +930,11 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
924
930
|
marsh1000: any;
|
|
925
931
|
marsh1100: any;
|
|
926
932
|
marsh1200: any;
|
|
927
|
-
tonal50: any;
|
|
928
|
-
tonal100: any;
|
|
929
|
-
tonal200: any;
|
|
930
|
-
tonal300: any;
|
|
931
|
-
tonal400: any;
|
|
932
|
-
tonal500: any;
|
|
933
|
-
tonal600: any;
|
|
934
933
|
alpha100: any;
|
|
935
934
|
alpha150: any;
|
|
936
935
|
alpha200: any;
|
|
937
936
|
alpha250: any;
|
|
938
937
|
alpha600: any;
|
|
939
|
-
brandRed: any;
|
|
940
|
-
brandRedAccent: any;
|
|
941
|
-
brandGreen: any;
|
|
942
|
-
brandGreenAccent: any;
|
|
943
|
-
brandPurple: any;
|
|
944
|
-
brandPurpleAccent: any;
|
|
945
|
-
brandYellow: any;
|
|
946
|
-
brandYellowAccent: any;
|
|
947
938
|
infoLight: any;
|
|
948
939
|
info: any;
|
|
949
940
|
infoMid: any;
|
|
@@ -1044,62 +1035,62 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
1044
1035
|
"1-1": any;
|
|
1045
1036
|
"3-4": any;
|
|
1046
1037
|
};
|
|
1047
|
-
}, import("@stitches
|
|
1048
|
-
bg: (value: import("@stitches
|
|
1049
|
-
background: import("@stitches
|
|
1038
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1039
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1040
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1050
1041
|
};
|
|
1051
|
-
size: (value: string | number | import("@stitches
|
|
1052
|
-
height: string | number | import("@stitches
|
|
1053
|
-
width: string | number | import("@stitches
|
|
1042
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1043
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1044
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1054
1045
|
};
|
|
1055
|
-
p: (value: string | number | import("@stitches
|
|
1056
|
-
padding: string | number | import("@stitches
|
|
1046
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1047
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1057
1048
|
};
|
|
1058
|
-
pt: (value: string | number | import("@stitches
|
|
1059
|
-
paddingTop: string | number | import("@stitches
|
|
1049
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1050
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1060
1051
|
};
|
|
1061
|
-
pr: (value: string | number | import("@stitches
|
|
1062
|
-
paddingRight: string | number | import("@stitches
|
|
1052
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1053
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1063
1054
|
};
|
|
1064
|
-
pb: (value: string | number | import("@stitches
|
|
1065
|
-
paddingBottom: string | number | import("@stitches
|
|
1055
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1056
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1066
1057
|
};
|
|
1067
|
-
pl: (value: string | number | import("@stitches
|
|
1068
|
-
paddingLeft: string | number | import("@stitches
|
|
1058
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1059
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1069
1060
|
};
|
|
1070
|
-
px: (value: string | number | import("@stitches
|
|
1071
|
-
paddingLeft: string | number | import("@stitches
|
|
1072
|
-
paddingRight: string | number | import("@stitches
|
|
1061
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1062
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1063
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1073
1064
|
};
|
|
1074
|
-
py: (value: string | number | import("@stitches
|
|
1075
|
-
paddingTop: string | number | import("@stitches
|
|
1076
|
-
paddingBottom: string | number | import("@stitches
|
|
1065
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1066
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1067
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1077
1068
|
};
|
|
1078
|
-
m: (value: string | number | import("@stitches
|
|
1079
|
-
margin: string | number | import("@stitches
|
|
1069
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1070
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1080
1071
|
};
|
|
1081
|
-
mt: (value: string | number | import("@stitches
|
|
1082
|
-
marginTop: string | number | import("@stitches
|
|
1072
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1073
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1083
1074
|
};
|
|
1084
|
-
mr: (value: string | number | import("@stitches
|
|
1085
|
-
marginRight: string | number | import("@stitches
|
|
1075
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1076
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1086
1077
|
};
|
|
1087
|
-
mb: (value: string | number | import("@stitches
|
|
1088
|
-
marginBottom: string | number | import("@stitches
|
|
1078
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1079
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1089
1080
|
};
|
|
1090
|
-
ml: (value: string | number | import("@stitches
|
|
1091
|
-
marginLeft: string | number | import("@stitches
|
|
1081
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1082
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1092
1083
|
};
|
|
1093
|
-
mx: (value: string | number | import("@stitches
|
|
1094
|
-
marginLeft: string | number | import("@stitches
|
|
1095
|
-
marginRight: string | number | import("@stitches
|
|
1084
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1085
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1086
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1096
1087
|
};
|
|
1097
|
-
my: (value: string | number | import("@stitches
|
|
1098
|
-
marginTop: string | number | import("@stitches
|
|
1099
|
-
marginBottom: string | number | import("@stitches
|
|
1088
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1089
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1090
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1100
1091
|
};
|
|
1101
1092
|
}>>;
|
|
1102
|
-
Close: import("@stitches
|
|
1093
|
+
Close: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogCloseProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
1103
1094
|
sm: string;
|
|
1104
1095
|
md: string;
|
|
1105
1096
|
lg: string;
|
|
@@ -1107,7 +1098,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
1107
1098
|
reducedMotion: string;
|
|
1108
1099
|
allowMotion: string;
|
|
1109
1100
|
hover: string;
|
|
1110
|
-
}, import("@stitches
|
|
1101
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1111
1102
|
sm: string;
|
|
1112
1103
|
md: string;
|
|
1113
1104
|
lg: string;
|
|
@@ -1147,6 +1138,18 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
1147
1138
|
blue1000: any;
|
|
1148
1139
|
blue1100: any;
|
|
1149
1140
|
blue1200: any;
|
|
1141
|
+
pink100: any;
|
|
1142
|
+
pink200: any;
|
|
1143
|
+
pink300: any;
|
|
1144
|
+
pink400: any;
|
|
1145
|
+
pink500: any;
|
|
1146
|
+
pink600: any;
|
|
1147
|
+
pink700: any;
|
|
1148
|
+
pink800: any;
|
|
1149
|
+
pink900: any;
|
|
1150
|
+
pink1000: any;
|
|
1151
|
+
pink1100: any;
|
|
1152
|
+
pink1200: any;
|
|
1150
1153
|
purple100: any;
|
|
1151
1154
|
purple200: any;
|
|
1152
1155
|
purple300: any;
|
|
@@ -1291,26 +1294,11 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
1291
1294
|
marsh1000: any;
|
|
1292
1295
|
marsh1100: any;
|
|
1293
1296
|
marsh1200: any;
|
|
1294
|
-
tonal50: any;
|
|
1295
|
-
tonal100: any;
|
|
1296
|
-
tonal200: any;
|
|
1297
|
-
tonal300: any;
|
|
1298
|
-
tonal400: any;
|
|
1299
|
-
tonal500: any;
|
|
1300
|
-
tonal600: any;
|
|
1301
1297
|
alpha100: any;
|
|
1302
1298
|
alpha150: any;
|
|
1303
1299
|
alpha200: any;
|
|
1304
1300
|
alpha250: any;
|
|
1305
1301
|
alpha600: any;
|
|
1306
|
-
brandRed: any;
|
|
1307
|
-
brandRedAccent: any;
|
|
1308
|
-
brandGreen: any;
|
|
1309
|
-
brandGreenAccent: any;
|
|
1310
|
-
brandPurple: any;
|
|
1311
|
-
brandPurpleAccent: any;
|
|
1312
|
-
brandYellow: any;
|
|
1313
|
-
brandYellowAccent: any;
|
|
1314
1302
|
infoLight: any;
|
|
1315
1303
|
info: any;
|
|
1316
1304
|
infoMid: any;
|
|
@@ -1411,62 +1399,62 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
1411
1399
|
"1-1": any;
|
|
1412
1400
|
"3-4": any;
|
|
1413
1401
|
};
|
|
1414
|
-
}, import("@stitches
|
|
1415
|
-
bg: (value: import("@stitches
|
|
1416
|
-
background: import("@stitches
|
|
1402
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1403
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1404
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1417
1405
|
};
|
|
1418
|
-
size: (value: string | number | import("@stitches
|
|
1419
|
-
height: string | number | import("@stitches
|
|
1420
|
-
width: string | number | import("@stitches
|
|
1406
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1407
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1408
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1421
1409
|
};
|
|
1422
|
-
p: (value: string | number | import("@stitches
|
|
1423
|
-
padding: string | number | import("@stitches
|
|
1410
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1411
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1424
1412
|
};
|
|
1425
|
-
pt: (value: string | number | import("@stitches
|
|
1426
|
-
paddingTop: string | number | import("@stitches
|
|
1413
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1414
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1427
1415
|
};
|
|
1428
|
-
pr: (value: string | number | import("@stitches
|
|
1429
|
-
paddingRight: string | number | import("@stitches
|
|
1416
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1417
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1430
1418
|
};
|
|
1431
|
-
pb: (value: string | number | import("@stitches
|
|
1432
|
-
paddingBottom: string | number | import("@stitches
|
|
1419
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1420
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1433
1421
|
};
|
|
1434
|
-
pl: (value: string | number | import("@stitches
|
|
1435
|
-
paddingLeft: string | number | import("@stitches
|
|
1422
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1423
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1436
1424
|
};
|
|
1437
|
-
px: (value: string | number | import("@stitches
|
|
1438
|
-
paddingLeft: string | number | import("@stitches
|
|
1439
|
-
paddingRight: string | number | import("@stitches
|
|
1425
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1426
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1427
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1440
1428
|
};
|
|
1441
|
-
py: (value: string | number | import("@stitches
|
|
1442
|
-
paddingTop: string | number | import("@stitches
|
|
1443
|
-
paddingBottom: string | number | import("@stitches
|
|
1429
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1430
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1431
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1444
1432
|
};
|
|
1445
|
-
m: (value: string | number | import("@stitches
|
|
1446
|
-
margin: string | number | import("@stitches
|
|
1433
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1434
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1447
1435
|
};
|
|
1448
|
-
mt: (value: string | number | import("@stitches
|
|
1449
|
-
marginTop: string | number | import("@stitches
|
|
1436
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1437
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1450
1438
|
};
|
|
1451
|
-
mr: (value: string | number | import("@stitches
|
|
1452
|
-
marginRight: string | number | import("@stitches
|
|
1439
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1440
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1453
1441
|
};
|
|
1454
|
-
mb: (value: string | number | import("@stitches
|
|
1455
|
-
marginBottom: string | number | import("@stitches
|
|
1442
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1443
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1456
1444
|
};
|
|
1457
|
-
ml: (value: string | number | import("@stitches
|
|
1458
|
-
marginLeft: string | number | import("@stitches
|
|
1445
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1446
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1459
1447
|
};
|
|
1460
|
-
mx: (value: string | number | import("@stitches
|
|
1461
|
-
marginLeft: string | number | import("@stitches
|
|
1462
|
-
marginRight: string | number | import("@stitches
|
|
1448
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1449
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1450
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1463
1451
|
};
|
|
1464
|
-
my: (value: string | number | import("@stitches
|
|
1465
|
-
marginTop: string | number | import("@stitches
|
|
1466
|
-
marginBottom: string | number | import("@stitches
|
|
1452
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1453
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1454
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1467
1455
|
};
|
|
1468
1456
|
}>>;
|
|
1469
|
-
Content: ({ size, children, closeDialogText, showCloseButton, ...remainingProps }: Omit<import("@radix-ui/react-dialog").DialogContentProps & import("react").RefAttributes<HTMLDivElement>, "size" | "css"> & import("@stitches
|
|
1457
|
+
Content: ({ size, children, closeDialogText, showCloseButton, ...remainingProps }: Omit<import("@radix-ui/react-dialog").DialogContentProps & import("react").RefAttributes<HTMLDivElement>, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1470
1458
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | "fullscreen" | undefined;
|
|
1471
1459
|
}, {
|
|
1472
1460
|
sm: string;
|
|
@@ -1477,7 +1465,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
1477
1465
|
allowMotion: string;
|
|
1478
1466
|
hover: string;
|
|
1479
1467
|
}> & {
|
|
1480
|
-
css?: import("@stitches
|
|
1468
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1481
1469
|
sm: string;
|
|
1482
1470
|
md: string;
|
|
1483
1471
|
lg: string;
|
|
@@ -1517,6 +1505,18 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
1517
1505
|
blue1000: any;
|
|
1518
1506
|
blue1100: any;
|
|
1519
1507
|
blue1200: any;
|
|
1508
|
+
pink100: any;
|
|
1509
|
+
pink200: any;
|
|
1510
|
+
pink300: any;
|
|
1511
|
+
pink400: any;
|
|
1512
|
+
pink500: any;
|
|
1513
|
+
pink600: any;
|
|
1514
|
+
pink700: any;
|
|
1515
|
+
pink800: any;
|
|
1516
|
+
pink900: any;
|
|
1517
|
+
pink1000: any;
|
|
1518
|
+
pink1100: any;
|
|
1519
|
+
pink1200: any;
|
|
1520
1520
|
purple100: any;
|
|
1521
1521
|
purple200: any;
|
|
1522
1522
|
purple300: any;
|
|
@@ -1661,26 +1661,11 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
1661
1661
|
marsh1000: any;
|
|
1662
1662
|
marsh1100: any;
|
|
1663
1663
|
marsh1200: any;
|
|
1664
|
-
tonal50: any;
|
|
1665
|
-
tonal100: any;
|
|
1666
|
-
tonal200: any;
|
|
1667
|
-
tonal300: any;
|
|
1668
|
-
tonal400: any;
|
|
1669
|
-
tonal500: any;
|
|
1670
|
-
tonal600: any;
|
|
1671
1664
|
alpha100: any;
|
|
1672
1665
|
alpha150: any;
|
|
1673
1666
|
alpha200: any;
|
|
1674
1667
|
alpha250: any;
|
|
1675
1668
|
alpha600: any;
|
|
1676
|
-
brandRed: any;
|
|
1677
|
-
brandRedAccent: any;
|
|
1678
|
-
brandGreen: any;
|
|
1679
|
-
brandGreenAccent: any;
|
|
1680
|
-
brandPurple: any;
|
|
1681
|
-
brandPurpleAccent: any;
|
|
1682
|
-
brandYellow: any;
|
|
1683
|
-
brandYellowAccent: any;
|
|
1684
1669
|
infoLight: any;
|
|
1685
1670
|
info: any;
|
|
1686
1671
|
infoMid: any;
|
|
@@ -1781,68 +1766,68 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
1781
1766
|
"1-1": any;
|
|
1782
1767
|
"3-4": any;
|
|
1783
1768
|
};
|
|
1784
|
-
}, import("@stitches
|
|
1785
|
-
bg: (value: import("@stitches
|
|
1786
|
-
background: import("@stitches
|
|
1769
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1770
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1771
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1787
1772
|
};
|
|
1788
|
-
size: (value: string | number | import("@stitches
|
|
1789
|
-
height: string | number | import("@stitches
|
|
1790
|
-
width: string | number | import("@stitches
|
|
1773
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1774
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1775
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1791
1776
|
};
|
|
1792
|
-
p: (value: string | number | import("@stitches
|
|
1793
|
-
padding: string | number | import("@stitches
|
|
1777
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1778
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1794
1779
|
};
|
|
1795
|
-
pt: (value: string | number | import("@stitches
|
|
1796
|
-
paddingTop: string | number | import("@stitches
|
|
1780
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1781
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1797
1782
|
};
|
|
1798
|
-
pr: (value: string | number | import("@stitches
|
|
1799
|
-
paddingRight: string | number | import("@stitches
|
|
1783
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1784
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1800
1785
|
};
|
|
1801
|
-
pb: (value: string | number | import("@stitches
|
|
1802
|
-
paddingBottom: string | number | import("@stitches
|
|
1786
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1787
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1803
1788
|
};
|
|
1804
|
-
pl: (value: string | number | import("@stitches
|
|
1805
|
-
paddingLeft: string | number | import("@stitches
|
|
1789
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1790
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1806
1791
|
};
|
|
1807
|
-
px: (value: string | number | import("@stitches
|
|
1808
|
-
paddingLeft: string | number | import("@stitches
|
|
1809
|
-
paddingRight: string | number | import("@stitches
|
|
1792
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1793
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1794
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1810
1795
|
};
|
|
1811
|
-
py: (value: string | number | import("@stitches
|
|
1812
|
-
paddingTop: string | number | import("@stitches
|
|
1813
|
-
paddingBottom: string | number | import("@stitches
|
|
1796
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1797
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1798
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1814
1799
|
};
|
|
1815
|
-
m: (value: string | number | import("@stitches
|
|
1816
|
-
margin: string | number | import("@stitches
|
|
1800
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1801
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1817
1802
|
};
|
|
1818
|
-
mt: (value: string | number | import("@stitches
|
|
1819
|
-
marginTop: string | number | import("@stitches
|
|
1803
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1804
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1820
1805
|
};
|
|
1821
|
-
mr: (value: string | number | import("@stitches
|
|
1822
|
-
marginRight: string | number | import("@stitches
|
|
1806
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1807
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1823
1808
|
};
|
|
1824
|
-
mb: (value: string | number | import("@stitches
|
|
1825
|
-
marginBottom: string | number | import("@stitches
|
|
1809
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1810
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1826
1811
|
};
|
|
1827
|
-
ml: (value: string | number | import("@stitches
|
|
1828
|
-
marginLeft: string | number | import("@stitches
|
|
1812
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1813
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1829
1814
|
};
|
|
1830
|
-
mx: (value: string | number | import("@stitches
|
|
1831
|
-
marginLeft: string | number | import("@stitches
|
|
1832
|
-
marginRight: string | number | import("@stitches
|
|
1815
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1816
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1817
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1833
1818
|
};
|
|
1834
|
-
my: (value: string | number | import("@stitches
|
|
1835
|
-
marginTop: string | number | import("@stitches
|
|
1836
|
-
marginBottom: string | number | import("@stitches
|
|
1819
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1820
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1821
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1837
1822
|
};
|
|
1838
1823
|
}> | undefined;
|
|
1839
1824
|
} & {
|
|
1840
1825
|
closeDialogText?: string | undefined;
|
|
1841
1826
|
showCloseButton?: boolean | undefined;
|
|
1842
|
-
}) => JSX.Element;
|
|
1843
|
-
Heading: ({ css, ...props }: Omit<Omit<
|
|
1827
|
+
}) => import("react").JSX.Element;
|
|
1828
|
+
Heading: ({ css, ...props }: Omit<Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref"> & {
|
|
1844
1829
|
ref?: ((instance: HTMLHeadingElement | null) => void) | import("react").RefObject<HTMLHeadingElement> | null | undefined;
|
|
1845
|
-
}, "size" | "css" | "noCapsize"> & import("@stitches
|
|
1830
|
+
}, "size" | "css" | "noCapsize"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1846
1831
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | "xxl" | undefined;
|
|
1847
1832
|
noCapsize?: boolean | "true" | undefined;
|
|
1848
1833
|
}, {
|
|
@@ -1854,7 +1839,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
1854
1839
|
allowMotion: string;
|
|
1855
1840
|
hover: string;
|
|
1856
1841
|
}> & {
|
|
1857
|
-
css?: import("@stitches
|
|
1842
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1858
1843
|
sm: string;
|
|
1859
1844
|
md: string;
|
|
1860
1845
|
lg: string;
|
|
@@ -1894,6 +1879,18 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
1894
1879
|
blue1000: any;
|
|
1895
1880
|
blue1100: any;
|
|
1896
1881
|
blue1200: any;
|
|
1882
|
+
pink100: any;
|
|
1883
|
+
pink200: any;
|
|
1884
|
+
pink300: any;
|
|
1885
|
+
pink400: any;
|
|
1886
|
+
pink500: any;
|
|
1887
|
+
pink600: any;
|
|
1888
|
+
pink700: any;
|
|
1889
|
+
pink800: any;
|
|
1890
|
+
pink900: any;
|
|
1891
|
+
pink1000: any;
|
|
1892
|
+
pink1100: any;
|
|
1893
|
+
pink1200: any;
|
|
1897
1894
|
purple100: any;
|
|
1898
1895
|
purple200: any;
|
|
1899
1896
|
purple300: any;
|
|
@@ -2038,26 +2035,11 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
2038
2035
|
marsh1000: any;
|
|
2039
2036
|
marsh1100: any;
|
|
2040
2037
|
marsh1200: any;
|
|
2041
|
-
tonal50: any;
|
|
2042
|
-
tonal100: any;
|
|
2043
|
-
tonal200: any;
|
|
2044
|
-
tonal300: any;
|
|
2045
|
-
tonal400: any;
|
|
2046
|
-
tonal500: any;
|
|
2047
|
-
tonal600: any;
|
|
2048
2038
|
alpha100: any;
|
|
2049
2039
|
alpha150: any;
|
|
2050
2040
|
alpha200: any;
|
|
2051
2041
|
alpha250: any;
|
|
2052
2042
|
alpha600: any;
|
|
2053
|
-
brandRed: any;
|
|
2054
|
-
brandRedAccent: any;
|
|
2055
|
-
brandGreen: any;
|
|
2056
|
-
brandGreenAccent: any;
|
|
2057
|
-
brandPurple: any;
|
|
2058
|
-
brandPurpleAccent: any;
|
|
2059
|
-
brandYellow: any;
|
|
2060
|
-
brandYellowAccent: any;
|
|
2061
2043
|
infoLight: any;
|
|
2062
2044
|
info: any;
|
|
2063
2045
|
infoMid: any;
|
|
@@ -2158,67 +2140,67 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
2158
2140
|
"1-1": any;
|
|
2159
2141
|
"3-4": any;
|
|
2160
2142
|
};
|
|
2161
|
-
}, import("@stitches
|
|
2162
|
-
bg: (value: import("@stitches
|
|
2163
|
-
background: import("@stitches
|
|
2143
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2144
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2145
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2164
2146
|
};
|
|
2165
|
-
size: (value: string | number | import("@stitches
|
|
2166
|
-
height: string | number | import("@stitches
|
|
2167
|
-
width: string | number | import("@stitches
|
|
2147
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2148
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2149
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2168
2150
|
};
|
|
2169
|
-
p: (value: string | number | import("@stitches
|
|
2170
|
-
padding: string | number | import("@stitches
|
|
2151
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2152
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2171
2153
|
};
|
|
2172
|
-
pt: (value: string | number | import("@stitches
|
|
2173
|
-
paddingTop: string | number | import("@stitches
|
|
2154
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2155
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2174
2156
|
};
|
|
2175
|
-
pr: (value: string | number | import("@stitches
|
|
2176
|
-
paddingRight: string | number | import("@stitches
|
|
2157
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2158
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2177
2159
|
};
|
|
2178
|
-
pb: (value: string | number | import("@stitches
|
|
2179
|
-
paddingBottom: string | number | import("@stitches
|
|
2160
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2161
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2180
2162
|
};
|
|
2181
|
-
pl: (value: string | number | import("@stitches
|
|
2182
|
-
paddingLeft: string | number | import("@stitches
|
|
2163
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2164
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2183
2165
|
};
|
|
2184
|
-
px: (value: string | number | import("@stitches
|
|
2185
|
-
paddingLeft: string | number | import("@stitches
|
|
2186
|
-
paddingRight: string | number | import("@stitches
|
|
2166
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2167
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2168
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2187
2169
|
};
|
|
2188
|
-
py: (value: string | number | import("@stitches
|
|
2189
|
-
paddingTop: string | number | import("@stitches
|
|
2190
|
-
paddingBottom: string | number | import("@stitches
|
|
2170
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2171
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2172
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2191
2173
|
};
|
|
2192
|
-
m: (value: string | number | import("@stitches
|
|
2193
|
-
margin: string | number | import("@stitches
|
|
2174
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2175
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2194
2176
|
};
|
|
2195
|
-
mt: (value: string | number | import("@stitches
|
|
2196
|
-
marginTop: string | number | import("@stitches
|
|
2177
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2178
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2197
2179
|
};
|
|
2198
|
-
mr: (value: string | number | import("@stitches
|
|
2199
|
-
marginRight: string | number | import("@stitches
|
|
2180
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2181
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2200
2182
|
};
|
|
2201
|
-
mb: (value: string | number | import("@stitches
|
|
2202
|
-
marginBottom: string | number | import("@stitches
|
|
2183
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2184
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2203
2185
|
};
|
|
2204
|
-
ml: (value: string | number | import("@stitches
|
|
2205
|
-
marginLeft: string | number | import("@stitches
|
|
2186
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2187
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2206
2188
|
};
|
|
2207
|
-
mx: (value: string | number | import("@stitches
|
|
2208
|
-
marginLeft: string | number | import("@stitches
|
|
2209
|
-
marginRight: string | number | import("@stitches
|
|
2189
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2190
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2191
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2210
2192
|
};
|
|
2211
|
-
my: (value: string | number | import("@stitches
|
|
2212
|
-
marginTop: string | number | import("@stitches
|
|
2213
|
-
marginBottom: string | number | import("@stitches
|
|
2193
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2194
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2195
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2214
2196
|
};
|
|
2215
2197
|
}> | undefined;
|
|
2216
2198
|
}, "as"> & {
|
|
2217
2199
|
as?: import("react").ElementType<any> | import("react").ComponentType<{}> | undefined;
|
|
2218
|
-
}) => JSX.Element;
|
|
2219
|
-
Footer: ({ css, ...props }: Omit<
|
|
2200
|
+
}) => import("react").JSX.Element;
|
|
2201
|
+
Footer: ({ css, ...props }: Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2220
2202
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
2221
|
-
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches
|
|
2203
|
+
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
2222
2204
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
2223
2205
|
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
2224
2206
|
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;
|
|
@@ -2233,7 +2215,7 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
2233
2215
|
allowMotion: string;
|
|
2234
2216
|
hover: string;
|
|
2235
2217
|
}> & {
|
|
2236
|
-
css?: import("@stitches
|
|
2218
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2237
2219
|
sm: string;
|
|
2238
2220
|
md: string;
|
|
2239
2221
|
lg: string;
|
|
@@ -2273,6 +2255,18 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
2273
2255
|
blue1000: any;
|
|
2274
2256
|
blue1100: any;
|
|
2275
2257
|
blue1200: any;
|
|
2258
|
+
pink100: any;
|
|
2259
|
+
pink200: any;
|
|
2260
|
+
pink300: any;
|
|
2261
|
+
pink400: any;
|
|
2262
|
+
pink500: any;
|
|
2263
|
+
pink600: any;
|
|
2264
|
+
pink700: any;
|
|
2265
|
+
pink800: any;
|
|
2266
|
+
pink900: any;
|
|
2267
|
+
pink1000: any;
|
|
2268
|
+
pink1100: any;
|
|
2269
|
+
pink1200: any;
|
|
2276
2270
|
purple100: any;
|
|
2277
2271
|
purple200: any;
|
|
2278
2272
|
purple300: any;
|
|
@@ -2417,26 +2411,11 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
2417
2411
|
marsh1000: any;
|
|
2418
2412
|
marsh1100: any;
|
|
2419
2413
|
marsh1200: any;
|
|
2420
|
-
tonal50: any;
|
|
2421
|
-
tonal100: any;
|
|
2422
|
-
tonal200: any;
|
|
2423
|
-
tonal300: any;
|
|
2424
|
-
tonal400: any;
|
|
2425
|
-
tonal500: any;
|
|
2426
|
-
tonal600: any;
|
|
2427
2414
|
alpha100: any;
|
|
2428
2415
|
alpha150: any;
|
|
2429
2416
|
alpha200: any;
|
|
2430
2417
|
alpha250: any;
|
|
2431
2418
|
alpha600: any;
|
|
2432
|
-
brandRed: any;
|
|
2433
|
-
brandRedAccent: any;
|
|
2434
|
-
brandGreen: any;
|
|
2435
|
-
brandGreenAccent: any;
|
|
2436
|
-
brandPurple: any;
|
|
2437
|
-
brandPurpleAccent: any;
|
|
2438
|
-
brandYellow: any;
|
|
2439
|
-
brandYellowAccent: any;
|
|
2440
2419
|
infoLight: any;
|
|
2441
2420
|
info: any;
|
|
2442
2421
|
infoMid: any;
|
|
@@ -2537,62 +2516,62 @@ export declare const Dialog: import("@stitches/react/types/styled-component").St
|
|
|
2537
2516
|
"1-1": any;
|
|
2538
2517
|
"3-4": any;
|
|
2539
2518
|
};
|
|
2540
|
-
}, import("@stitches
|
|
2541
|
-
bg: (value: import("@stitches
|
|
2542
|
-
background: import("@stitches
|
|
2519
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2520
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2521
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2543
2522
|
};
|
|
2544
|
-
size: (value: string | number | import("@stitches
|
|
2545
|
-
height: string | number | import("@stitches
|
|
2546
|
-
width: string | number | import("@stitches
|
|
2523
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2524
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2525
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2547
2526
|
};
|
|
2548
|
-
p: (value: string | number | import("@stitches
|
|
2549
|
-
padding: string | number | import("@stitches
|
|
2527
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2528
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2550
2529
|
};
|
|
2551
|
-
pt: (value: string | number | import("@stitches
|
|
2552
|
-
paddingTop: string | number | import("@stitches
|
|
2530
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2531
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2553
2532
|
};
|
|
2554
|
-
pr: (value: string | number | import("@stitches
|
|
2555
|
-
paddingRight: string | number | import("@stitches
|
|
2533
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2534
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2556
2535
|
};
|
|
2557
|
-
pb: (value: string | number | import("@stitches
|
|
2558
|
-
paddingBottom: string | number | import("@stitches
|
|
2536
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2537
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2559
2538
|
};
|
|
2560
|
-
pl: (value: string | number | import("@stitches
|
|
2561
|
-
paddingLeft: string | number | import("@stitches
|
|
2539
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2540
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2562
2541
|
};
|
|
2563
|
-
px: (value: string | number | import("@stitches
|
|
2564
|
-
paddingLeft: string | number | import("@stitches
|
|
2565
|
-
paddingRight: string | number | import("@stitches
|
|
2542
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2543
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2544
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2566
2545
|
};
|
|
2567
|
-
py: (value: string | number | import("@stitches
|
|
2568
|
-
paddingTop: string | number | import("@stitches
|
|
2569
|
-
paddingBottom: string | number | import("@stitches
|
|
2546
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2547
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2548
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2570
2549
|
};
|
|
2571
|
-
m: (value: string | number | import("@stitches
|
|
2572
|
-
margin: string | number | import("@stitches
|
|
2550
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2551
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2573
2552
|
};
|
|
2574
|
-
mt: (value: string | number | import("@stitches
|
|
2575
|
-
marginTop: string | number | import("@stitches
|
|
2553
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2554
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2576
2555
|
};
|
|
2577
|
-
mr: (value: string | number | import("@stitches
|
|
2578
|
-
marginRight: string | number | import("@stitches
|
|
2556
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2557
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2579
2558
|
};
|
|
2580
|
-
mb: (value: string | number | import("@stitches
|
|
2581
|
-
marginBottom: string | number | import("@stitches
|
|
2559
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2560
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2582
2561
|
};
|
|
2583
|
-
ml: (value: string | number | import("@stitches
|
|
2584
|
-
marginLeft: string | number | import("@stitches
|
|
2562
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2563
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2585
2564
|
};
|
|
2586
|
-
mx: (value: string | number | import("@stitches
|
|
2587
|
-
marginLeft: string | number | import("@stitches
|
|
2588
|
-
marginRight: string | number | import("@stitches
|
|
2565
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2566
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2567
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2589
2568
|
};
|
|
2590
|
-
my: (value: string | number | import("@stitches
|
|
2591
|
-
marginTop: string | number | import("@stitches
|
|
2592
|
-
marginBottom: string | number | import("@stitches
|
|
2569
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2570
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2571
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2593
2572
|
};
|
|
2594
2573
|
}> | undefined;
|
|
2595
|
-
}) => JSX.Element;
|
|
2574
|
+
}) => import("react").JSX.Element;
|
|
2596
2575
|
Description: import("react").ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
|
|
2597
2576
|
Title: import("react").ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
|
|
2598
2577
|
Trigger: import("react").ForwardRefExoticComponent<import("@radix-ui/react-dialog").DialogTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|