@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,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { BadgeText } from './BadgeText';
|
|
3
3
|
import { colorSchemes as badgeColorSchemes } from './stitches.badge.colorscheme.config';
|
|
4
|
-
declare const StyledBadge: import("@stitches
|
|
4
|
+
declare const StyledBadge: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {
|
|
5
5
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
6
6
|
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
7
7
|
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;
|
|
@@ -15,7 +15,7 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
|
|
|
15
15
|
reducedMotion: string;
|
|
16
16
|
allowMotion: string;
|
|
17
17
|
hover: string;
|
|
18
|
-
}, import("@stitches
|
|
18
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
19
19
|
sm: string;
|
|
20
20
|
md: string;
|
|
21
21
|
lg: string;
|
|
@@ -55,6 +55,18 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
|
|
|
55
55
|
blue1000: any;
|
|
56
56
|
blue1100: any;
|
|
57
57
|
blue1200: any;
|
|
58
|
+
pink100: any;
|
|
59
|
+
pink200: any;
|
|
60
|
+
pink300: any;
|
|
61
|
+
pink400: any;
|
|
62
|
+
pink500: any;
|
|
63
|
+
pink600: any;
|
|
64
|
+
pink700: any;
|
|
65
|
+
pink800: any;
|
|
66
|
+
pink900: any;
|
|
67
|
+
pink1000: any;
|
|
68
|
+
pink1100: any;
|
|
69
|
+
pink1200: any;
|
|
58
70
|
purple100: any;
|
|
59
71
|
purple200: any;
|
|
60
72
|
purple300: any;
|
|
@@ -199,26 +211,11 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
|
|
|
199
211
|
marsh1000: any;
|
|
200
212
|
marsh1100: any;
|
|
201
213
|
marsh1200: any;
|
|
202
|
-
tonal50: any;
|
|
203
|
-
tonal100: any;
|
|
204
|
-
tonal200: any;
|
|
205
|
-
tonal300: any;
|
|
206
|
-
tonal400: any;
|
|
207
|
-
tonal500: any;
|
|
208
|
-
tonal600: any;
|
|
209
214
|
alpha100: any;
|
|
210
215
|
alpha150: any;
|
|
211
216
|
alpha200: any;
|
|
212
217
|
alpha250: any;
|
|
213
218
|
alpha600: any;
|
|
214
|
-
brandRed: any;
|
|
215
|
-
brandRedAccent: any;
|
|
216
|
-
brandGreen: any;
|
|
217
|
-
brandGreenAccent: any;
|
|
218
|
-
brandPurple: any;
|
|
219
|
-
brandPurpleAccent: any;
|
|
220
|
-
brandYellow: any;
|
|
221
|
-
brandYellowAccent: any;
|
|
222
219
|
infoLight: any;
|
|
223
220
|
info: any;
|
|
224
221
|
infoMid: any;
|
|
@@ -319,59 +316,59 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
|
|
|
319
316
|
"1-1": any;
|
|
320
317
|
"3-4": any;
|
|
321
318
|
};
|
|
322
|
-
}, import("@stitches
|
|
323
|
-
bg: (value: import("@stitches
|
|
324
|
-
background: import("@stitches
|
|
319
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
320
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
321
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
325
322
|
};
|
|
326
|
-
size: (value: string | number | import("@stitches
|
|
327
|
-
height: string | number | import("@stitches
|
|
328
|
-
width: string | number | import("@stitches
|
|
323
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
324
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
325
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
329
326
|
};
|
|
330
|
-
p: (value: string | number | import("@stitches
|
|
331
|
-
padding: string | number | import("@stitches
|
|
327
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
328
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
332
329
|
};
|
|
333
|
-
pt: (value: string | number | import("@stitches
|
|
334
|
-
paddingTop: string | number | import("@stitches
|
|
330
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
331
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
335
332
|
};
|
|
336
|
-
pr: (value: string | number | import("@stitches
|
|
337
|
-
paddingRight: string | number | import("@stitches
|
|
333
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
334
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
338
335
|
};
|
|
339
|
-
pb: (value: string | number | import("@stitches
|
|
340
|
-
paddingBottom: string | number | import("@stitches
|
|
336
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
337
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
341
338
|
};
|
|
342
|
-
pl: (value: string | number | import("@stitches
|
|
343
|
-
paddingLeft: string | number | import("@stitches
|
|
339
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
340
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
344
341
|
};
|
|
345
|
-
px: (value: string | number | import("@stitches
|
|
346
|
-
paddingLeft: string | number | import("@stitches
|
|
347
|
-
paddingRight: string | number | import("@stitches
|
|
342
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
343
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
344
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
348
345
|
};
|
|
349
|
-
py: (value: string | number | import("@stitches
|
|
350
|
-
paddingTop: string | number | import("@stitches
|
|
351
|
-
paddingBottom: string | number | import("@stitches
|
|
346
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
347
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
348
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
352
349
|
};
|
|
353
|
-
m: (value: string | number | import("@stitches
|
|
354
|
-
margin: string | number | import("@stitches
|
|
350
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
351
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
355
352
|
};
|
|
356
|
-
mt: (value: string | number | import("@stitches
|
|
357
|
-
marginTop: string | number | import("@stitches
|
|
353
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
354
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
358
355
|
};
|
|
359
|
-
mr: (value: string | number | import("@stitches
|
|
360
|
-
marginRight: string | number | import("@stitches
|
|
356
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
357
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
361
358
|
};
|
|
362
|
-
mb: (value: string | number | import("@stitches
|
|
363
|
-
marginBottom: string | number | import("@stitches
|
|
359
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
360
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
364
361
|
};
|
|
365
|
-
ml: (value: string | number | import("@stitches
|
|
366
|
-
marginLeft: string | number | import("@stitches
|
|
362
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
363
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
367
364
|
};
|
|
368
|
-
mx: (value: string | number | import("@stitches
|
|
369
|
-
marginLeft: string | number | import("@stitches
|
|
370
|
-
marginRight: string | number | import("@stitches
|
|
365
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
366
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
367
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
371
368
|
};
|
|
372
|
-
my: (value: string | number | import("@stitches
|
|
373
|
-
marginTop: string | number | import("@stitches
|
|
374
|
-
marginBottom: string | number | import("@stitches
|
|
369
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
370
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
371
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
375
372
|
};
|
|
376
373
|
}>>, {
|
|
377
374
|
emphasis?: "bold" | "subtle" | undefined;
|
|
@@ -384,7 +381,7 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
|
|
|
384
381
|
reducedMotion: string;
|
|
385
382
|
allowMotion: string;
|
|
386
383
|
hover: string;
|
|
387
|
-
}, import("@stitches
|
|
384
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
388
385
|
sm: string;
|
|
389
386
|
md: string;
|
|
390
387
|
lg: string;
|
|
@@ -424,6 +421,18 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
|
|
|
424
421
|
blue1000: any;
|
|
425
422
|
blue1100: any;
|
|
426
423
|
blue1200: any;
|
|
424
|
+
pink100: any;
|
|
425
|
+
pink200: any;
|
|
426
|
+
pink300: any;
|
|
427
|
+
pink400: any;
|
|
428
|
+
pink500: any;
|
|
429
|
+
pink600: any;
|
|
430
|
+
pink700: any;
|
|
431
|
+
pink800: any;
|
|
432
|
+
pink900: any;
|
|
433
|
+
pink1000: any;
|
|
434
|
+
pink1100: any;
|
|
435
|
+
pink1200: any;
|
|
427
436
|
purple100: any;
|
|
428
437
|
purple200: any;
|
|
429
438
|
purple300: any;
|
|
@@ -568,26 +577,11 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
|
|
|
568
577
|
marsh1000: any;
|
|
569
578
|
marsh1100: any;
|
|
570
579
|
marsh1200: any;
|
|
571
|
-
tonal50: any;
|
|
572
|
-
tonal100: any;
|
|
573
|
-
tonal200: any;
|
|
574
|
-
tonal300: any;
|
|
575
|
-
tonal400: any;
|
|
576
|
-
tonal500: any;
|
|
577
|
-
tonal600: any;
|
|
578
580
|
alpha100: any;
|
|
579
581
|
alpha150: any;
|
|
580
582
|
alpha200: any;
|
|
581
583
|
alpha250: any;
|
|
582
584
|
alpha600: any;
|
|
583
|
-
brandRed: any;
|
|
584
|
-
brandRedAccent: any;
|
|
585
|
-
brandGreen: any;
|
|
586
|
-
brandGreenAccent: any;
|
|
587
|
-
brandPurple: any;
|
|
588
|
-
brandPurpleAccent: any;
|
|
589
|
-
brandYellow: any;
|
|
590
|
-
brandYellowAccent: any;
|
|
591
585
|
infoLight: any;
|
|
592
586
|
info: any;
|
|
593
587
|
infoMid: any;
|
|
@@ -688,59 +682,59 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
|
|
|
688
682
|
"1-1": any;
|
|
689
683
|
"3-4": any;
|
|
690
684
|
};
|
|
691
|
-
}, import("@stitches
|
|
692
|
-
bg: (value: import("@stitches
|
|
693
|
-
background: import("@stitches
|
|
685
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
686
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
687
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
694
688
|
};
|
|
695
|
-
size: (value: string | number | import("@stitches
|
|
696
|
-
height: string | number | import("@stitches
|
|
697
|
-
width: string | number | import("@stitches
|
|
689
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
690
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
691
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
698
692
|
};
|
|
699
|
-
p: (value: string | number | import("@stitches
|
|
700
|
-
padding: string | number | import("@stitches
|
|
693
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
694
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
701
695
|
};
|
|
702
|
-
pt: (value: string | number | import("@stitches
|
|
703
|
-
paddingTop: string | number | import("@stitches
|
|
696
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
697
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
704
698
|
};
|
|
705
|
-
pr: (value: string | number | import("@stitches
|
|
706
|
-
paddingRight: string | number | import("@stitches
|
|
699
|
+
pr: (value: 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
|
-
pb: (value: string | number | import("@stitches
|
|
709
|
-
paddingBottom: string | number | import("@stitches
|
|
702
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
703
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
710
704
|
};
|
|
711
|
-
pl: (value: string | number | import("@stitches
|
|
712
|
-
paddingLeft: string | number | import("@stitches
|
|
705
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
706
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
713
707
|
};
|
|
714
|
-
px: (value: string | number | import("@stitches
|
|
715
|
-
paddingLeft: string | number | import("@stitches
|
|
716
|
-
paddingRight: string | number | import("@stitches
|
|
708
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
709
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
710
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
717
711
|
};
|
|
718
|
-
py: (value: string | number | import("@stitches
|
|
719
|
-
paddingTop: string | number | import("@stitches
|
|
720
|
-
paddingBottom: string | number | import("@stitches
|
|
712
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
713
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
714
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
721
715
|
};
|
|
722
|
-
m: (value: string | number | import("@stitches
|
|
723
|
-
margin: string | number | import("@stitches
|
|
716
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
717
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
724
718
|
};
|
|
725
|
-
mt: (value: string | number | import("@stitches
|
|
726
|
-
marginTop: string | number | import("@stitches
|
|
719
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
720
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
727
721
|
};
|
|
728
|
-
mr: (value: string | number | import("@stitches
|
|
729
|
-
marginRight: string | number | import("@stitches
|
|
722
|
+
mr: (value: 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
|
-
mb: (value: string | number | import("@stitches
|
|
732
|
-
marginBottom: string | number | import("@stitches
|
|
725
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
726
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
733
727
|
};
|
|
734
|
-
ml: (value: string | number | import("@stitches
|
|
735
|
-
marginLeft: string | number | import("@stitches
|
|
728
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
729
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
736
730
|
};
|
|
737
|
-
mx: (value: string | number | import("@stitches
|
|
738
|
-
marginLeft: string | number | import("@stitches
|
|
739
|
-
marginRight: string | number | import("@stitches
|
|
731
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
732
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
733
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
740
734
|
};
|
|
741
|
-
my: (value: string | number | import("@stitches
|
|
742
|
-
marginTop: string | number | import("@stitches
|
|
743
|
-
marginBottom: string | number | import("@stitches
|
|
735
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
736
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
737
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
744
738
|
};
|
|
745
739
|
}>>;
|
|
746
740
|
export declare type TBadgeProps = React.ComponentProps<typeof StyledBadge> & {
|
|
@@ -748,9 +742,9 @@ export declare type TBadgeProps = React.ComponentProps<typeof StyledBadge> & {
|
|
|
748
742
|
overflow?: React.ComponentProps<typeof BadgeText>['overflow'];
|
|
749
743
|
};
|
|
750
744
|
export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
751
|
-
Icon: (props: Omit<Omit<Omit<
|
|
745
|
+
Icon: (props: Omit<Omit<Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
752
746
|
ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
|
|
753
|
-
}, "size" | "css"> & import("@stitches
|
|
747
|
+
}, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
754
748
|
size?: "sm" | "md" | "lg" | undefined;
|
|
755
749
|
}, {
|
|
756
750
|
sm: string;
|
|
@@ -761,7 +755,7 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
761
755
|
allowMotion: string;
|
|
762
756
|
hover: string;
|
|
763
757
|
}> & {
|
|
764
|
-
css?: import("@stitches
|
|
758
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
765
759
|
sm: string;
|
|
766
760
|
md: string;
|
|
767
761
|
lg: string;
|
|
@@ -801,6 +795,18 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
801
795
|
blue1000: any;
|
|
802
796
|
blue1100: any;
|
|
803
797
|
blue1200: any;
|
|
798
|
+
pink100: any;
|
|
799
|
+
pink200: any;
|
|
800
|
+
pink300: any;
|
|
801
|
+
pink400: any;
|
|
802
|
+
pink500: any;
|
|
803
|
+
pink600: any;
|
|
804
|
+
pink700: any;
|
|
805
|
+
pink800: any;
|
|
806
|
+
pink900: any;
|
|
807
|
+
pink1000: any;
|
|
808
|
+
pink1100: any;
|
|
809
|
+
pink1200: any;
|
|
804
810
|
purple100: any;
|
|
805
811
|
purple200: any;
|
|
806
812
|
purple300: any;
|
|
@@ -945,26 +951,11 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
945
951
|
marsh1000: any;
|
|
946
952
|
marsh1100: any;
|
|
947
953
|
marsh1200: any;
|
|
948
|
-
tonal50: any;
|
|
949
|
-
tonal100: any;
|
|
950
|
-
tonal200: any;
|
|
951
|
-
tonal300: any;
|
|
952
|
-
tonal400: any;
|
|
953
|
-
tonal500: any;
|
|
954
|
-
tonal600: any;
|
|
955
954
|
alpha100: any;
|
|
956
955
|
alpha150: any;
|
|
957
956
|
alpha200: any;
|
|
958
957
|
alpha250: any;
|
|
959
958
|
alpha600: any;
|
|
960
|
-
brandRed: any;
|
|
961
|
-
brandRedAccent: any;
|
|
962
|
-
brandGreen: any;
|
|
963
|
-
brandGreenAccent: any;
|
|
964
|
-
brandPurple: any;
|
|
965
|
-
brandPurpleAccent: any;
|
|
966
|
-
brandYellow: any;
|
|
967
|
-
brandYellowAccent: any;
|
|
968
959
|
infoLight: any;
|
|
969
960
|
info: any;
|
|
970
961
|
infoMid: any;
|
|
@@ -1065,65 +1056,65 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1065
1056
|
"1-1": any;
|
|
1066
1057
|
"3-4": any;
|
|
1067
1058
|
};
|
|
1068
|
-
}, import("@stitches
|
|
1069
|
-
bg: (value: import("@stitches
|
|
1070
|
-
background: import("@stitches
|
|
1059
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1060
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1061
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1071
1062
|
};
|
|
1072
|
-
size: (value: string | number | import("@stitches
|
|
1073
|
-
height: string | number | import("@stitches
|
|
1074
|
-
width: string | number | import("@stitches
|
|
1063
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1064
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1065
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1075
1066
|
};
|
|
1076
|
-
p: (value: string | number | import("@stitches
|
|
1077
|
-
padding: string | number | import("@stitches
|
|
1067
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1068
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1078
1069
|
};
|
|
1079
|
-
pt: (value: string | number | import("@stitches
|
|
1080
|
-
paddingTop: string | number | import("@stitches
|
|
1070
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1071
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1081
1072
|
};
|
|
1082
|
-
pr: (value: string | number | import("@stitches
|
|
1083
|
-
paddingRight: string | number | import("@stitches
|
|
1073
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1074
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1084
1075
|
};
|
|
1085
|
-
pb: (value: string | number | import("@stitches
|
|
1086
|
-
paddingBottom: string | number | import("@stitches
|
|
1076
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1077
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1087
1078
|
};
|
|
1088
|
-
pl: (value: string | number | import("@stitches
|
|
1089
|
-
paddingLeft: string | number | import("@stitches
|
|
1079
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1080
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1090
1081
|
};
|
|
1091
|
-
px: (value: string | number | import("@stitches
|
|
1092
|
-
paddingLeft: string | number | import("@stitches
|
|
1093
|
-
paddingRight: string | number | import("@stitches
|
|
1082
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1083
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1084
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1094
1085
|
};
|
|
1095
|
-
py: (value: string | number | import("@stitches
|
|
1096
|
-
paddingTop: string | number | import("@stitches
|
|
1097
|
-
paddingBottom: string | number | import("@stitches
|
|
1086
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1087
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1088
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1098
1089
|
};
|
|
1099
|
-
m: (value: string | number | import("@stitches
|
|
1100
|
-
margin: string | number | import("@stitches
|
|
1090
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1091
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1101
1092
|
};
|
|
1102
|
-
mt: (value: string | number | import("@stitches
|
|
1103
|
-
marginTop: string | number | import("@stitches
|
|
1093
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1094
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1104
1095
|
};
|
|
1105
|
-
mr: (value: string | number | import("@stitches
|
|
1106
|
-
marginRight: string | number | import("@stitches
|
|
1096
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1097
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1107
1098
|
};
|
|
1108
|
-
mb: (value: string | number | import("@stitches
|
|
1109
|
-
marginBottom: string | number | import("@stitches
|
|
1099
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1100
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1110
1101
|
};
|
|
1111
|
-
ml: (value: string | number | import("@stitches
|
|
1112
|
-
marginLeft: string | number | import("@stitches
|
|
1102
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1103
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1113
1104
|
};
|
|
1114
|
-
mx: (value: string | number | import("@stitches
|
|
1115
|
-
marginLeft: string | number | import("@stitches
|
|
1116
|
-
marginRight: string | number | import("@stitches
|
|
1105
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1106
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1107
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1117
1108
|
};
|
|
1118
|
-
my: (value: string | number | import("@stitches
|
|
1119
|
-
marginTop: string | number | import("@stitches
|
|
1120
|
-
marginBottom: string | number | import("@stitches
|
|
1109
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1110
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1111
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1121
1112
|
};
|
|
1122
1113
|
}> | undefined;
|
|
1123
1114
|
}, "is" | "as"> & {
|
|
1124
1115
|
is: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
1125
1116
|
as?: undefined;
|
|
1126
|
-
}, "css"> & import("@stitches
|
|
1117
|
+
}, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
|
|
1127
1118
|
sm: string;
|
|
1128
1119
|
md: string;
|
|
1129
1120
|
lg: string;
|
|
@@ -1132,7 +1123,7 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1132
1123
|
allowMotion: string;
|
|
1133
1124
|
hover: string;
|
|
1134
1125
|
}> & {
|
|
1135
|
-
css?: import("@stitches
|
|
1126
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1136
1127
|
sm: string;
|
|
1137
1128
|
md: string;
|
|
1138
1129
|
lg: string;
|
|
@@ -1172,6 +1163,18 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1172
1163
|
blue1000: any;
|
|
1173
1164
|
blue1100: any;
|
|
1174
1165
|
blue1200: any;
|
|
1166
|
+
pink100: any;
|
|
1167
|
+
pink200: any;
|
|
1168
|
+
pink300: any;
|
|
1169
|
+
pink400: any;
|
|
1170
|
+
pink500: any;
|
|
1171
|
+
pink600: any;
|
|
1172
|
+
pink700: any;
|
|
1173
|
+
pink800: any;
|
|
1174
|
+
pink900: any;
|
|
1175
|
+
pink1000: any;
|
|
1176
|
+
pink1100: any;
|
|
1177
|
+
pink1200: any;
|
|
1175
1178
|
purple100: any;
|
|
1176
1179
|
purple200: any;
|
|
1177
1180
|
purple300: any;
|
|
@@ -1316,26 +1319,11 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1316
1319
|
marsh1000: any;
|
|
1317
1320
|
marsh1100: any;
|
|
1318
1321
|
marsh1200: any;
|
|
1319
|
-
tonal50: any;
|
|
1320
|
-
tonal100: any;
|
|
1321
|
-
tonal200: any;
|
|
1322
|
-
tonal300: any;
|
|
1323
|
-
tonal400: any;
|
|
1324
|
-
tonal500: any;
|
|
1325
|
-
tonal600: any;
|
|
1326
1322
|
alpha100: any;
|
|
1327
1323
|
alpha150: any;
|
|
1328
1324
|
alpha200: any;
|
|
1329
1325
|
alpha250: any;
|
|
1330
1326
|
alpha600: any;
|
|
1331
|
-
brandRed: any;
|
|
1332
|
-
brandRedAccent: any;
|
|
1333
|
-
brandGreen: any;
|
|
1334
|
-
brandGreenAccent: any;
|
|
1335
|
-
brandPurple: any;
|
|
1336
|
-
brandPurpleAccent: any;
|
|
1337
|
-
brandYellow: any;
|
|
1338
|
-
brandYellowAccent: any;
|
|
1339
1327
|
infoLight: any;
|
|
1340
1328
|
info: any;
|
|
1341
1329
|
infoMid: any;
|
|
@@ -1436,65 +1424,67 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1436
1424
|
"1-1": any;
|
|
1437
1425
|
"3-4": any;
|
|
1438
1426
|
};
|
|
1439
|
-
}, import("@stitches
|
|
1440
|
-
bg: (value: import("@stitches
|
|
1441
|
-
background: import("@stitches
|
|
1427
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1428
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1429
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1442
1430
|
};
|
|
1443
|
-
size: (value: string | number | import("@stitches
|
|
1444
|
-
height: string | number | import("@stitches
|
|
1445
|
-
width: string | number | import("@stitches
|
|
1431
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1432
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1433
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1446
1434
|
};
|
|
1447
|
-
p: (value: string | number | import("@stitches
|
|
1448
|
-
padding: string | number | import("@stitches
|
|
1435
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1436
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1449
1437
|
};
|
|
1450
|
-
pt: (value: string | number | import("@stitches
|
|
1451
|
-
paddingTop: string | number | import("@stitches
|
|
1438
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1439
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1452
1440
|
};
|
|
1453
|
-
pr: (value: string | number | import("@stitches
|
|
1454
|
-
paddingRight: string | number | import("@stitches
|
|
1441
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1442
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1455
1443
|
};
|
|
1456
|
-
pb: (value: string | number | import("@stitches
|
|
1457
|
-
paddingBottom: string | number | import("@stitches
|
|
1444
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1445
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1458
1446
|
};
|
|
1459
|
-
pl: (value: string | number | import("@stitches
|
|
1460
|
-
paddingLeft: string | number | import("@stitches
|
|
1447
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1448
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1461
1449
|
};
|
|
1462
|
-
px: (value: string | number | import("@stitches
|
|
1463
|
-
paddingLeft: string | number | import("@stitches
|
|
1464
|
-
paddingRight: string | number | import("@stitches
|
|
1450
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1451
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1452
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1465
1453
|
};
|
|
1466
|
-
py: (value: string | number | import("@stitches
|
|
1467
|
-
paddingTop: string | number | import("@stitches
|
|
1468
|
-
paddingBottom: string | number | import("@stitches
|
|
1454
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1455
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1456
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1469
1457
|
};
|
|
1470
|
-
m: (value: string | number | import("@stitches
|
|
1471
|
-
margin: string | number | import("@stitches
|
|
1458
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1459
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1472
1460
|
};
|
|
1473
|
-
mt: (value: string | number | import("@stitches
|
|
1474
|
-
marginTop: string | number | import("@stitches
|
|
1461
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1462
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1475
1463
|
};
|
|
1476
|
-
mr: (value: string | number | import("@stitches
|
|
1477
|
-
marginRight: string | number | import("@stitches
|
|
1464
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1465
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1478
1466
|
};
|
|
1479
|
-
mb: (value: string | number | import("@stitches
|
|
1480
|
-
marginBottom: string | number | import("@stitches
|
|
1467
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1468
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1481
1469
|
};
|
|
1482
|
-
ml: (value: string | number | import("@stitches
|
|
1483
|
-
marginLeft: string | number | import("@stitches
|
|
1470
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1471
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1484
1472
|
};
|
|
1485
|
-
mx: (value: string | number | import("@stitches
|
|
1486
|
-
marginLeft: string | number | import("@stitches
|
|
1487
|
-
marginRight: string | number | import("@stitches
|
|
1473
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1474
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1475
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1488
1476
|
};
|
|
1489
|
-
my: (value: string | number | import("@stitches
|
|
1490
|
-
marginTop: string | number | import("@stitches
|
|
1491
|
-
marginBottom: string | number | import("@stitches
|
|
1477
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1478
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1479
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1492
1480
|
};
|
|
1493
1481
|
}> | undefined;
|
|
1494
|
-
}) => JSX.Element;
|
|
1495
|
-
Text: ({ children, ...rest }: Omit<Omit<Omit<
|
|
1482
|
+
}) => React.JSX.Element;
|
|
1483
|
+
Text: ({ children, ...rest }: Omit<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
|
|
1496
1484
|
ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
1497
|
-
}, "size" | "css" | "noCapsize"> & import("@stitches
|
|
1485
|
+
}, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1486
|
+
weight?: "normal" | "bold" | undefined;
|
|
1487
|
+
family?: "display" | "mono" | "body" | undefined;
|
|
1498
1488
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
1499
1489
|
noCapsize?: boolean | "true" | undefined;
|
|
1500
1490
|
}, {
|
|
@@ -1506,7 +1496,7 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1506
1496
|
allowMotion: string;
|
|
1507
1497
|
hover: string;
|
|
1508
1498
|
}> & {
|
|
1509
|
-
css?: import("@stitches
|
|
1499
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1510
1500
|
sm: string;
|
|
1511
1501
|
md: string;
|
|
1512
1502
|
lg: string;
|
|
@@ -1546,6 +1536,18 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1546
1536
|
blue1000: any;
|
|
1547
1537
|
blue1100: any;
|
|
1548
1538
|
blue1200: any;
|
|
1539
|
+
pink100: any;
|
|
1540
|
+
pink200: any;
|
|
1541
|
+
pink300: any;
|
|
1542
|
+
pink400: any;
|
|
1543
|
+
pink500: any;
|
|
1544
|
+
pink600: any;
|
|
1545
|
+
pink700: any;
|
|
1546
|
+
pink800: any;
|
|
1547
|
+
pink900: any;
|
|
1548
|
+
pink1000: any;
|
|
1549
|
+
pink1100: any;
|
|
1550
|
+
pink1200: any;
|
|
1549
1551
|
purple100: any;
|
|
1550
1552
|
purple200: any;
|
|
1551
1553
|
purple300: any;
|
|
@@ -1690,26 +1692,11 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1690
1692
|
marsh1000: any;
|
|
1691
1693
|
marsh1100: any;
|
|
1692
1694
|
marsh1200: any;
|
|
1693
|
-
tonal50: any;
|
|
1694
|
-
tonal100: any;
|
|
1695
|
-
tonal200: any;
|
|
1696
|
-
tonal300: any;
|
|
1697
|
-
tonal400: any;
|
|
1698
|
-
tonal500: any;
|
|
1699
|
-
tonal600: any;
|
|
1700
1695
|
alpha100: any;
|
|
1701
1696
|
alpha150: any;
|
|
1702
1697
|
alpha200: any;
|
|
1703
1698
|
alpha250: any;
|
|
1704
1699
|
alpha600: any;
|
|
1705
|
-
brandRed: any;
|
|
1706
|
-
brandRedAccent: any;
|
|
1707
|
-
brandGreen: any;
|
|
1708
|
-
brandGreenAccent: any;
|
|
1709
|
-
brandPurple: any;
|
|
1710
|
-
brandPurpleAccent: any;
|
|
1711
|
-
brandYellow: any;
|
|
1712
|
-
brandYellowAccent: any;
|
|
1713
1700
|
infoLight: any;
|
|
1714
1701
|
info: any;
|
|
1715
1702
|
infoMid: any;
|
|
@@ -1810,64 +1797,64 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1810
1797
|
"1-1": any;
|
|
1811
1798
|
"3-4": any;
|
|
1812
1799
|
};
|
|
1813
|
-
}, import("@stitches
|
|
1814
|
-
bg: (value: import("@stitches
|
|
1815
|
-
background: import("@stitches
|
|
1800
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1801
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1802
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1816
1803
|
};
|
|
1817
|
-
size: (value: string | number | import("@stitches
|
|
1818
|
-
height: string | number | import("@stitches
|
|
1819
|
-
width: string | number | import("@stitches
|
|
1804
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1805
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1806
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1820
1807
|
};
|
|
1821
|
-
p: (value: string | number | import("@stitches
|
|
1822
|
-
padding: string | number | import("@stitches
|
|
1808
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1809
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1823
1810
|
};
|
|
1824
|
-
pt: (value: string | number | import("@stitches
|
|
1825
|
-
paddingTop: string | number | import("@stitches
|
|
1811
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1812
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1826
1813
|
};
|
|
1827
|
-
pr: (value: string | number | import("@stitches
|
|
1828
|
-
paddingRight: string | number | import("@stitches
|
|
1814
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1815
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1829
1816
|
};
|
|
1830
|
-
pb: (value: string | number | import("@stitches
|
|
1831
|
-
paddingBottom: string | number | import("@stitches
|
|
1817
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1818
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1832
1819
|
};
|
|
1833
|
-
pl: (value: string | number | import("@stitches
|
|
1834
|
-
paddingLeft: string | number | import("@stitches
|
|
1820
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1821
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1835
1822
|
};
|
|
1836
|
-
px: (value: string | number | import("@stitches
|
|
1837
|
-
paddingLeft: string | number | import("@stitches
|
|
1838
|
-
paddingRight: string | number | import("@stitches
|
|
1823
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1824
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1825
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1839
1826
|
};
|
|
1840
|
-
py: (value: string | number | import("@stitches
|
|
1841
|
-
paddingTop: string | number | import("@stitches
|
|
1842
|
-
paddingBottom: string | number | import("@stitches
|
|
1827
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1828
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1829
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1843
1830
|
};
|
|
1844
|
-
m: (value: string | number | import("@stitches
|
|
1845
|
-
margin: string | number | import("@stitches
|
|
1831
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1832
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1846
1833
|
};
|
|
1847
|
-
mt: (value: string | number | import("@stitches
|
|
1848
|
-
marginTop: string | number | import("@stitches
|
|
1834
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1835
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1849
1836
|
};
|
|
1850
|
-
mr: (value: string | number | import("@stitches
|
|
1851
|
-
marginRight: string | number | import("@stitches
|
|
1837
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1838
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1852
1839
|
};
|
|
1853
|
-
mb: (value: string | number | import("@stitches
|
|
1854
|
-
marginBottom: string | number | import("@stitches
|
|
1840
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1841
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1855
1842
|
};
|
|
1856
|
-
ml: (value: string | number | import("@stitches
|
|
1857
|
-
marginLeft: string | number | import("@stitches
|
|
1843
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1844
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1858
1845
|
};
|
|
1859
|
-
mx: (value: string | number | import("@stitches
|
|
1860
|
-
marginLeft: string | number | import("@stitches
|
|
1861
|
-
marginRight: string | number | import("@stitches
|
|
1846
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1847
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1848
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1862
1849
|
};
|
|
1863
|
-
my: (value: string | number | import("@stitches
|
|
1864
|
-
marginTop: string | number | import("@stitches
|
|
1865
|
-
marginBottom: string | number | import("@stitches
|
|
1850
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1851
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1852
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1866
1853
|
};
|
|
1867
1854
|
}> | undefined;
|
|
1868
1855
|
}, "as"> & {
|
|
1869
1856
|
as?: React.ElementType<any> | React.ComponentType<{}> | undefined;
|
|
1870
|
-
}, "overflow" | "css"> & import("@stitches
|
|
1857
|
+
}, "overflow" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1871
1858
|
overflow?: "ellipsis" | "wrap" | undefined;
|
|
1872
1859
|
}, {
|
|
1873
1860
|
sm: string;
|
|
@@ -1878,7 +1865,7 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1878
1865
|
allowMotion: string;
|
|
1879
1866
|
hover: string;
|
|
1880
1867
|
}> & {
|
|
1881
|
-
css?: import("@stitches
|
|
1868
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1882
1869
|
sm: string;
|
|
1883
1870
|
md: string;
|
|
1884
1871
|
lg: string;
|
|
@@ -1918,6 +1905,18 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
1918
1905
|
blue1000: any;
|
|
1919
1906
|
blue1100: any;
|
|
1920
1907
|
blue1200: any;
|
|
1908
|
+
pink100: any;
|
|
1909
|
+
pink200: any;
|
|
1910
|
+
pink300: any;
|
|
1911
|
+
pink400: any;
|
|
1912
|
+
pink500: any;
|
|
1913
|
+
pink600: any;
|
|
1914
|
+
pink700: any;
|
|
1915
|
+
pink800: any;
|
|
1916
|
+
pink900: any;
|
|
1917
|
+
pink1000: any;
|
|
1918
|
+
pink1100: any;
|
|
1919
|
+
pink1200: any;
|
|
1921
1920
|
purple100: any;
|
|
1922
1921
|
purple200: any;
|
|
1923
1922
|
purple300: any;
|
|
@@ -2062,26 +2061,11 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
2062
2061
|
marsh1000: any;
|
|
2063
2062
|
marsh1100: any;
|
|
2064
2063
|
marsh1200: any;
|
|
2065
|
-
tonal50: any;
|
|
2066
|
-
tonal100: any;
|
|
2067
|
-
tonal200: any;
|
|
2068
|
-
tonal300: any;
|
|
2069
|
-
tonal400: any;
|
|
2070
|
-
tonal500: any;
|
|
2071
|
-
tonal600: any;
|
|
2072
2064
|
alpha100: any;
|
|
2073
2065
|
alpha150: any;
|
|
2074
2066
|
alpha200: any;
|
|
2075
2067
|
alpha250: any;
|
|
2076
2068
|
alpha600: any;
|
|
2077
|
-
brandRed: any;
|
|
2078
|
-
brandRedAccent: any;
|
|
2079
|
-
brandGreen: any;
|
|
2080
|
-
brandGreenAccent: any;
|
|
2081
|
-
brandPurple: any;
|
|
2082
|
-
brandPurpleAccent: any;
|
|
2083
|
-
brandYellow: any;
|
|
2084
|
-
brandYellowAccent: any;
|
|
2085
2069
|
infoLight: any;
|
|
2086
2070
|
info: any;
|
|
2087
2071
|
infoMid: any;
|
|
@@ -2182,59 +2166,59 @@ export declare const Badge: React.ForwardRefExoticComponent<TBadgeProps> & {
|
|
|
2182
2166
|
"1-1": any;
|
|
2183
2167
|
"3-4": any;
|
|
2184
2168
|
};
|
|
2185
|
-
}, import("@stitches
|
|
2186
|
-
bg: (value: import("@stitches
|
|
2187
|
-
background: import("@stitches
|
|
2169
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2170
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2171
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2188
2172
|
};
|
|
2189
|
-
size: (value: string | number | import("@stitches
|
|
2190
|
-
height: string | number | import("@stitches
|
|
2191
|
-
width: string | number | import("@stitches
|
|
2173
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2174
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2175
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2192
2176
|
};
|
|
2193
|
-
p: (value: string | number | import("@stitches
|
|
2194
|
-
padding: string | number | import("@stitches
|
|
2177
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2178
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2195
2179
|
};
|
|
2196
|
-
pt: (value: string | number | import("@stitches
|
|
2197
|
-
paddingTop: string | number | import("@stitches
|
|
2180
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2181
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2198
2182
|
};
|
|
2199
|
-
pr: (value: string | number | import("@stitches
|
|
2200
|
-
paddingRight: string | number | import("@stitches
|
|
2183
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2184
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2201
2185
|
};
|
|
2202
|
-
pb: (value: string | number | import("@stitches
|
|
2203
|
-
paddingBottom: string | number | import("@stitches
|
|
2186
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2187
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2204
2188
|
};
|
|
2205
|
-
pl: (value: string | number | import("@stitches
|
|
2206
|
-
paddingLeft: string | number | import("@stitches
|
|
2189
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2190
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2207
2191
|
};
|
|
2208
|
-
px: (value: string | number | import("@stitches
|
|
2209
|
-
paddingLeft: string | number | import("@stitches
|
|
2210
|
-
paddingRight: string | number | import("@stitches
|
|
2192
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2193
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2194
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2211
2195
|
};
|
|
2212
|
-
py: (value: string | number | import("@stitches
|
|
2213
|
-
paddingTop: string | number | import("@stitches
|
|
2214
|
-
paddingBottom: string | number | import("@stitches
|
|
2196
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2197
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2198
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2215
2199
|
};
|
|
2216
|
-
m: (value: string | number | import("@stitches
|
|
2217
|
-
margin: string | number | import("@stitches
|
|
2200
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2201
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2218
2202
|
};
|
|
2219
|
-
mt: (value: string | number | import("@stitches
|
|
2220
|
-
marginTop: string | number | import("@stitches
|
|
2203
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2204
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2221
2205
|
};
|
|
2222
|
-
mr: (value: string | number | import("@stitches
|
|
2223
|
-
marginRight: string | number | import("@stitches
|
|
2206
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2207
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2224
2208
|
};
|
|
2225
|
-
mb: (value: string | number | import("@stitches
|
|
2226
|
-
marginBottom: string | number | import("@stitches
|
|
2209
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2210
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2227
2211
|
};
|
|
2228
|
-
ml: (value: string | number | import("@stitches
|
|
2229
|
-
marginLeft: string | number | import("@stitches
|
|
2212
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2213
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2230
2214
|
};
|
|
2231
|
-
mx: (value: string | number | import("@stitches
|
|
2232
|
-
marginLeft: string | number | import("@stitches
|
|
2233
|
-
marginRight: string | number | import("@stitches
|
|
2215
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2216
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2217
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2234
2218
|
};
|
|
2235
|
-
my: (value: string | number | import("@stitches
|
|
2236
|
-
marginTop: string | number | import("@stitches
|
|
2237
|
-
marginBottom: string | number | import("@stitches
|
|
2219
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2220
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2221
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2238
2222
|
};
|
|
2239
2223
|
}> | undefined;
|
|
2240
2224
|
}) => JSX.Element;
|