@atom-learning/components 4.0.0-beta.1 → 4.0.0-beta.11
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/accordion/AccordionTrigger.js +1 -1
- package/dist/components/accordion/AccordionTrigger.js.map +1 -1
- 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/Chip.js +1 -1
- package/dist/components/chip/Chip.js.map +1 -1
- 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 +650 -683
- 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/DataTableTable.js +1 -1
- package/dist/components/data-table/DataTableTable.js.map +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/DialogContent.js +1 -1
- package/dist/components/dialog/DialogContent.js.map +1 -1
- 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/index.d.ts +1 -0
- 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/Input.js +1 -1
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +760 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.js +2 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.js.map +1 -0
- package/dist/components/keyboard-shortcut/index.d.ts +1124 -0
- package/dist/components/keyboard-shortcut/index.js +2 -0
- package/dist/components/keyboard-shortcut/index.js.map +1 -0
- 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/NavigationMenu.styles.d.ts +1 -1
- package/dist/components/navigation/NavigationMenu.styles.js +1 -1
- package/dist/components/navigation/NavigationMenu.styles.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/NavigationMenuVertical.styles.d.ts +2 -2
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js.map +1 -1
- 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/NavigationMenuVerticalText.js +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -1
- 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/PaginationPopover.js +1 -1
- package/dist/components/pagination/PaginationPopover.js.map +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 +425 -451
- package/dist/components/table/Table.js +1 -1
- package/dist/components/table/Table.js.map +1 -1
- 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 +2 -4
- package/dist/components/table/TableStickyColumnsContainer.js +1 -1
- package/dist/components/table/TableStickyColumnsContainer.js.map +1 -1
- package/dist/components/table/useStickyColumnsCss.d.ts +1 -3
- package/dist/components/table/useStickyColumnsCss.js +1 -1
- package/dist/components/table/useStickyColumnsCss.js.map +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/TabsTrigger.js +1 -1
- package/dist/components/tabs/TabsTrigger.js.map +1 -1
- 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/index.js +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/dist/utilities/style/focus-visible-style-block.d.ts +2 -1
- package/dist/utilities/style/focus-visible-style-block.js +1 -1
- package/dist/utilities/style/focus-visible-style-block.js.map +1 -1
- package/package.json +27 -16
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Icon } from '../../components/icon';
|
|
3
|
-
export declare const StyledChipContent: import("@stitches
|
|
3
|
+
export declare const StyledChipContent: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"span", {}, {
|
|
4
4
|
sm: string;
|
|
5
5
|
md: string;
|
|
6
6
|
lg: string;
|
|
@@ -8,7 +8,7 @@ export declare const StyledChipContent: import("@stitches/react/types/styled-com
|
|
|
8
8
|
reducedMotion: string;
|
|
9
9
|
allowMotion: string;
|
|
10
10
|
hover: string;
|
|
11
|
-
}, import("@stitches
|
|
11
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
12
12
|
sm: string;
|
|
13
13
|
md: string;
|
|
14
14
|
lg: string;
|
|
@@ -48,6 +48,18 @@ export declare const StyledChipContent: import("@stitches/react/types/styled-com
|
|
|
48
48
|
blue1000: any;
|
|
49
49
|
blue1100: any;
|
|
50
50
|
blue1200: any;
|
|
51
|
+
pink100: any;
|
|
52
|
+
pink200: any;
|
|
53
|
+
pink300: any;
|
|
54
|
+
pink400: any;
|
|
55
|
+
pink500: any;
|
|
56
|
+
pink600: any;
|
|
57
|
+
pink700: any;
|
|
58
|
+
pink800: any;
|
|
59
|
+
pink900: any;
|
|
60
|
+
pink1000: any;
|
|
61
|
+
pink1100: any;
|
|
62
|
+
pink1200: any;
|
|
51
63
|
purple100: any;
|
|
52
64
|
purple200: any;
|
|
53
65
|
purple300: any;
|
|
@@ -192,26 +204,11 @@ export declare const StyledChipContent: import("@stitches/react/types/styled-com
|
|
|
192
204
|
marsh1000: any;
|
|
193
205
|
marsh1100: any;
|
|
194
206
|
marsh1200: any;
|
|
195
|
-
tonal50: any;
|
|
196
|
-
tonal100: any;
|
|
197
|
-
tonal200: any;
|
|
198
|
-
tonal300: any;
|
|
199
|
-
tonal400: any;
|
|
200
|
-
tonal500: any;
|
|
201
|
-
tonal600: any;
|
|
202
207
|
alpha100: any;
|
|
203
208
|
alpha150: any;
|
|
204
209
|
alpha200: any;
|
|
205
210
|
alpha250: any;
|
|
206
211
|
alpha600: any;
|
|
207
|
-
brandRed: any;
|
|
208
|
-
brandRedAccent: any;
|
|
209
|
-
brandGreen: any;
|
|
210
|
-
brandGreenAccent: any;
|
|
211
|
-
brandPurple: any;
|
|
212
|
-
brandPurpleAccent: any;
|
|
213
|
-
brandYellow: any;
|
|
214
|
-
brandYellowAccent: any;
|
|
215
212
|
infoLight: any;
|
|
216
213
|
info: any;
|
|
217
214
|
infoMid: any;
|
|
@@ -312,63 +309,63 @@ export declare const StyledChipContent: import("@stitches/react/types/styled-com
|
|
|
312
309
|
"1-1": any;
|
|
313
310
|
"3-4": any;
|
|
314
311
|
};
|
|
315
|
-
}, import("@stitches
|
|
316
|
-
bg: (value: import("@stitches
|
|
317
|
-
background: import("@stitches
|
|
312
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
313
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
314
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
318
315
|
};
|
|
319
|
-
size: (value: string | number | import("@stitches
|
|
320
|
-
height: string | number | import("@stitches
|
|
321
|
-
width: string | number | import("@stitches
|
|
316
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
317
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
318
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
322
319
|
};
|
|
323
|
-
p: (value: string | number | import("@stitches
|
|
324
|
-
padding: string | number | import("@stitches
|
|
320
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
321
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
325
322
|
};
|
|
326
|
-
pt: (value: string | number | import("@stitches
|
|
327
|
-
paddingTop: string | number | import("@stitches
|
|
323
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
324
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
328
325
|
};
|
|
329
|
-
pr: (value: string | number | import("@stitches
|
|
330
|
-
paddingRight: string | number | import("@stitches
|
|
326
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
327
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
331
328
|
};
|
|
332
|
-
pb: (value: string | number | import("@stitches
|
|
333
|
-
paddingBottom: string | number | import("@stitches
|
|
329
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
330
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
334
331
|
};
|
|
335
|
-
pl: (value: string | number | import("@stitches
|
|
336
|
-
paddingLeft: string | number | import("@stitches
|
|
332
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
333
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
337
334
|
};
|
|
338
|
-
px: (value: string | number | import("@stitches
|
|
339
|
-
paddingLeft: string | number | import("@stitches
|
|
340
|
-
paddingRight: string | number | import("@stitches
|
|
335
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
336
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
337
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
341
338
|
};
|
|
342
|
-
py: (value: string | number | import("@stitches
|
|
343
|
-
paddingTop: string | number | import("@stitches
|
|
344
|
-
paddingBottom: string | number | import("@stitches
|
|
339
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
340
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
341
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
345
342
|
};
|
|
346
|
-
m: (value: string | number | import("@stitches
|
|
347
|
-
margin: string | number | import("@stitches
|
|
343
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
344
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
348
345
|
};
|
|
349
|
-
mt: (value: string | number | import("@stitches
|
|
350
|
-
marginTop: string | number | import("@stitches
|
|
346
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
347
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
351
348
|
};
|
|
352
|
-
mr: (value: string | number | import("@stitches
|
|
353
|
-
marginRight: string | number | import("@stitches
|
|
349
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
350
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
354
351
|
};
|
|
355
|
-
mb: (value: string | number | import("@stitches
|
|
356
|
-
marginBottom: string | number | import("@stitches
|
|
352
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
353
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
357
354
|
};
|
|
358
|
-
ml: (value: string | number | import("@stitches
|
|
359
|
-
marginLeft: string | number | import("@stitches
|
|
355
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
356
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
360
357
|
};
|
|
361
|
-
mx: (value: string | number | import("@stitches
|
|
362
|
-
marginLeft: string | number | import("@stitches
|
|
363
|
-
marginRight: string | number | import("@stitches
|
|
358
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
359
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
360
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
364
361
|
};
|
|
365
|
-
my: (value: string | number | import("@stitches
|
|
366
|
-
marginTop: string | number | import("@stitches
|
|
367
|
-
marginBottom: string | number | import("@stitches
|
|
362
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
363
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
364
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
368
365
|
};
|
|
369
366
|
}>>;
|
|
370
|
-
export declare const ChipIcon: (props: React.ComponentProps<typeof Icon>) => JSX.Element;
|
|
371
|
-
export declare const StyledRoot: import("@stitches
|
|
367
|
+
export declare const ChipIcon: (props: React.ComponentProps<typeof Icon>) => React.JSX.Element;
|
|
368
|
+
export declare const StyledRoot: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {
|
|
372
369
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
373
370
|
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
374
371
|
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;
|
|
@@ -382,7 +379,7 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
382
379
|
reducedMotion: string;
|
|
383
380
|
allowMotion: string;
|
|
384
381
|
hover: string;
|
|
385
|
-
}, import("@stitches
|
|
382
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
386
383
|
sm: string;
|
|
387
384
|
md: string;
|
|
388
385
|
lg: string;
|
|
@@ -422,6 +419,18 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
422
419
|
blue1000: any;
|
|
423
420
|
blue1100: any;
|
|
424
421
|
blue1200: any;
|
|
422
|
+
pink100: any;
|
|
423
|
+
pink200: any;
|
|
424
|
+
pink300: any;
|
|
425
|
+
pink400: any;
|
|
426
|
+
pink500: any;
|
|
427
|
+
pink600: any;
|
|
428
|
+
pink700: any;
|
|
429
|
+
pink800: any;
|
|
430
|
+
pink900: any;
|
|
431
|
+
pink1000: any;
|
|
432
|
+
pink1100: any;
|
|
433
|
+
pink1200: any;
|
|
425
434
|
purple100: any;
|
|
426
435
|
purple200: any;
|
|
427
436
|
purple300: any;
|
|
@@ -566,26 +575,11 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
566
575
|
marsh1000: any;
|
|
567
576
|
marsh1100: any;
|
|
568
577
|
marsh1200: any;
|
|
569
|
-
tonal50: any;
|
|
570
|
-
tonal100: any;
|
|
571
|
-
tonal200: any;
|
|
572
|
-
tonal300: any;
|
|
573
|
-
tonal400: any;
|
|
574
|
-
tonal500: any;
|
|
575
|
-
tonal600: any;
|
|
576
578
|
alpha100: any;
|
|
577
579
|
alpha150: any;
|
|
578
580
|
alpha200: any;
|
|
579
581
|
alpha250: any;
|
|
580
582
|
alpha600: any;
|
|
581
|
-
brandRed: any;
|
|
582
|
-
brandRedAccent: any;
|
|
583
|
-
brandGreen: any;
|
|
584
|
-
brandGreenAccent: any;
|
|
585
|
-
brandPurple: any;
|
|
586
|
-
brandPurpleAccent: any;
|
|
587
|
-
brandYellow: any;
|
|
588
|
-
brandYellowAccent: any;
|
|
589
583
|
infoLight: any;
|
|
590
584
|
info: any;
|
|
591
585
|
infoMid: any;
|
|
@@ -686,59 +680,59 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
686
680
|
"1-1": any;
|
|
687
681
|
"3-4": any;
|
|
688
682
|
};
|
|
689
|
-
}, import("@stitches
|
|
690
|
-
bg: (value: import("@stitches
|
|
691
|
-
background: import("@stitches
|
|
683
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
684
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
685
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
692
686
|
};
|
|
693
|
-
size: (value: string | number | import("@stitches
|
|
694
|
-
height: string | number | import("@stitches
|
|
695
|
-
width: string | number | import("@stitches
|
|
687
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
688
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
689
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
696
690
|
};
|
|
697
|
-
p: (value: string | number | import("@stitches
|
|
698
|
-
padding: string | number | import("@stitches
|
|
691
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
692
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
699
693
|
};
|
|
700
|
-
pt: (value: string | number | import("@stitches
|
|
701
|
-
paddingTop: string | number | import("@stitches
|
|
694
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
695
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
702
696
|
};
|
|
703
|
-
pr: (value: string | number | import("@stitches
|
|
704
|
-
paddingRight: string | number | import("@stitches
|
|
697
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
698
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
705
699
|
};
|
|
706
|
-
pb: (value: string | number | import("@stitches
|
|
707
|
-
paddingBottom: string | number | import("@stitches
|
|
700
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
701
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
708
702
|
};
|
|
709
|
-
pl: (value: string | number | import("@stitches
|
|
710
|
-
paddingLeft: string | number | import("@stitches
|
|
703
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
704
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
711
705
|
};
|
|
712
|
-
px: (value: string | number | import("@stitches
|
|
713
|
-
paddingLeft: string | number | import("@stitches
|
|
714
|
-
paddingRight: string | number | import("@stitches
|
|
706
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
707
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
708
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
715
709
|
};
|
|
716
|
-
py: (value: string | number | import("@stitches
|
|
717
|
-
paddingTop: string | number | import("@stitches
|
|
718
|
-
paddingBottom: string | number | import("@stitches
|
|
710
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
711
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
712
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
719
713
|
};
|
|
720
|
-
m: (value: string | number | import("@stitches
|
|
721
|
-
margin: string | number | import("@stitches
|
|
714
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
715
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
722
716
|
};
|
|
723
|
-
mt: (value: string | number | import("@stitches
|
|
724
|
-
marginTop: string | number | import("@stitches
|
|
717
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
718
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
725
719
|
};
|
|
726
|
-
mr: (value: string | number | import("@stitches
|
|
727
|
-
marginRight: string | number | import("@stitches
|
|
720
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
721
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
728
722
|
};
|
|
729
|
-
mb: (value: string | number | import("@stitches
|
|
730
|
-
marginBottom: string | number | import("@stitches
|
|
723
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
724
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
731
725
|
};
|
|
732
|
-
ml: (value: string | number | import("@stitches
|
|
733
|
-
marginLeft: string | number | import("@stitches
|
|
726
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
727
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
734
728
|
};
|
|
735
|
-
mx: (value: string | number | import("@stitches
|
|
736
|
-
marginLeft: string | number | import("@stitches
|
|
737
|
-
marginRight: string | number | import("@stitches
|
|
729
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
730
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
731
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
738
732
|
};
|
|
739
|
-
my: (value: string | number | import("@stitches
|
|
740
|
-
marginTop: string | number | import("@stitches
|
|
741
|
-
marginBottom: string | number | import("@stitches
|
|
733
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
734
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
735
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
742
736
|
};
|
|
743
737
|
}>>, {
|
|
744
738
|
size?: "sm" | "md" | "lg" | undefined;
|
|
@@ -750,7 +744,7 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
750
744
|
reducedMotion: string;
|
|
751
745
|
allowMotion: string;
|
|
752
746
|
hover: string;
|
|
753
|
-
}, import("@stitches
|
|
747
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
754
748
|
sm: string;
|
|
755
749
|
md: string;
|
|
756
750
|
lg: string;
|
|
@@ -790,6 +784,18 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
790
784
|
blue1000: any;
|
|
791
785
|
blue1100: any;
|
|
792
786
|
blue1200: any;
|
|
787
|
+
pink100: any;
|
|
788
|
+
pink200: any;
|
|
789
|
+
pink300: any;
|
|
790
|
+
pink400: any;
|
|
791
|
+
pink500: any;
|
|
792
|
+
pink600: any;
|
|
793
|
+
pink700: any;
|
|
794
|
+
pink800: any;
|
|
795
|
+
pink900: any;
|
|
796
|
+
pink1000: any;
|
|
797
|
+
pink1100: any;
|
|
798
|
+
pink1200: any;
|
|
793
799
|
purple100: any;
|
|
794
800
|
purple200: any;
|
|
795
801
|
purple300: any;
|
|
@@ -934,26 +940,11 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
934
940
|
marsh1000: any;
|
|
935
941
|
marsh1100: any;
|
|
936
942
|
marsh1200: any;
|
|
937
|
-
tonal50: any;
|
|
938
|
-
tonal100: any;
|
|
939
|
-
tonal200: any;
|
|
940
|
-
tonal300: any;
|
|
941
|
-
tonal400: any;
|
|
942
|
-
tonal500: any;
|
|
943
|
-
tonal600: any;
|
|
944
943
|
alpha100: any;
|
|
945
944
|
alpha150: any;
|
|
946
945
|
alpha200: any;
|
|
947
946
|
alpha250: any;
|
|
948
947
|
alpha600: any;
|
|
949
|
-
brandRed: any;
|
|
950
|
-
brandRedAccent: any;
|
|
951
|
-
brandGreen: any;
|
|
952
|
-
brandGreenAccent: any;
|
|
953
|
-
brandPurple: any;
|
|
954
|
-
brandPurpleAccent: any;
|
|
955
|
-
brandYellow: any;
|
|
956
|
-
brandYellowAccent: any;
|
|
957
948
|
infoLight: any;
|
|
958
949
|
info: any;
|
|
959
950
|
infoMid: any;
|
|
@@ -1054,66 +1045,66 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
1054
1045
|
"1-1": any;
|
|
1055
1046
|
"3-4": any;
|
|
1056
1047
|
};
|
|
1057
|
-
}, import("@stitches
|
|
1058
|
-
bg: (value: import("@stitches
|
|
1059
|
-
background: import("@stitches
|
|
1048
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1049
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1050
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1060
1051
|
};
|
|
1061
|
-
size: (value: string | number | import("@stitches
|
|
1062
|
-
height: string | number | import("@stitches
|
|
1063
|
-
width: string | number | import("@stitches
|
|
1052
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1053
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1054
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1064
1055
|
};
|
|
1065
|
-
p: (value: string | number | import("@stitches
|
|
1066
|
-
padding: string | number | import("@stitches
|
|
1056
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1057
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1067
1058
|
};
|
|
1068
|
-
pt: (value: string | number | import("@stitches
|
|
1069
|
-
paddingTop: string | number | import("@stitches
|
|
1059
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1060
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1070
1061
|
};
|
|
1071
|
-
pr: (value: string | number | import("@stitches
|
|
1072
|
-
paddingRight: string | number | import("@stitches
|
|
1062
|
+
pr: (value: 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
|
-
pb: (value: string | number | import("@stitches
|
|
1075
|
-
paddingBottom: string | number | import("@stitches
|
|
1065
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1066
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1076
1067
|
};
|
|
1077
|
-
pl: (value: string | number | import("@stitches
|
|
1078
|
-
paddingLeft: string | number | import("@stitches
|
|
1068
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1069
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1079
1070
|
};
|
|
1080
|
-
px: (value: string | number | import("@stitches
|
|
1081
|
-
paddingLeft: string | number | import("@stitches
|
|
1082
|
-
paddingRight: string | number | import("@stitches
|
|
1071
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1072
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1073
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1083
1074
|
};
|
|
1084
|
-
py: (value: string | number | import("@stitches
|
|
1085
|
-
paddingTop: string | number | import("@stitches
|
|
1086
|
-
paddingBottom: string | number | import("@stitches
|
|
1075
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1076
|
+
paddingTop: 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
|
-
m: (value: string | number | import("@stitches
|
|
1089
|
-
margin: string | number | import("@stitches
|
|
1079
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1080
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1090
1081
|
};
|
|
1091
|
-
mt: (value: string | number | import("@stitches
|
|
1092
|
-
marginTop: string | number | import("@stitches
|
|
1082
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1083
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1093
1084
|
};
|
|
1094
|
-
mr: (value: string | number | import("@stitches
|
|
1095
|
-
marginRight: string | number | import("@stitches
|
|
1085
|
+
mr: (value: 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
|
-
mb: (value: string | number | import("@stitches
|
|
1098
|
-
marginBottom: string | number | import("@stitches
|
|
1088
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1089
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1099
1090
|
};
|
|
1100
|
-
ml: (value: string | number | import("@stitches
|
|
1101
|
-
marginLeft: string | number | import("@stitches
|
|
1091
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1092
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1102
1093
|
};
|
|
1103
|
-
mx: (value: string | number | import("@stitches
|
|
1104
|
-
marginLeft: string | number | import("@stitches
|
|
1105
|
-
marginRight: string | number | import("@stitches
|
|
1094
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1095
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1096
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1106
1097
|
};
|
|
1107
|
-
my: (value: string | number | import("@stitches
|
|
1108
|
-
marginTop: string | number | import("@stitches
|
|
1109
|
-
marginBottom: string | number | import("@stitches
|
|
1098
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1099
|
+
marginTop: 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
1102
|
}>>;
|
|
1112
1103
|
export declare type TChipRootContext = React.ComponentProps<typeof StyledRoot>;
|
|
1113
1104
|
export declare type TChipRootProviderProps = TChipRootContext;
|
|
1114
|
-
export declare const ChipRootContext: React.Context<Omit<Omit<
|
|
1105
|
+
export declare const ChipRootContext: React.Context<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1115
1106
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
1116
|
-
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches
|
|
1107
|
+
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1117
1108
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
1118
1109
|
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
1119
1110
|
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;
|
|
@@ -1128,7 +1119,7 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
1128
1119
|
allowMotion: string;
|
|
1129
1120
|
hover: string;
|
|
1130
1121
|
}> & {
|
|
1131
|
-
css?: import("@stitches
|
|
1122
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1132
1123
|
sm: string;
|
|
1133
1124
|
md: string;
|
|
1134
1125
|
lg: string;
|
|
@@ -1168,6 +1159,18 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
1168
1159
|
blue1000: any;
|
|
1169
1160
|
blue1100: any;
|
|
1170
1161
|
blue1200: any;
|
|
1162
|
+
pink100: any;
|
|
1163
|
+
pink200: any;
|
|
1164
|
+
pink300: any;
|
|
1165
|
+
pink400: any;
|
|
1166
|
+
pink500: any;
|
|
1167
|
+
pink600: any;
|
|
1168
|
+
pink700: any;
|
|
1169
|
+
pink800: any;
|
|
1170
|
+
pink900: any;
|
|
1171
|
+
pink1000: any;
|
|
1172
|
+
pink1100: any;
|
|
1173
|
+
pink1200: any;
|
|
1171
1174
|
purple100: any;
|
|
1172
1175
|
purple200: any;
|
|
1173
1176
|
purple300: any;
|
|
@@ -1312,26 +1315,11 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
1312
1315
|
marsh1000: any;
|
|
1313
1316
|
marsh1100: any;
|
|
1314
1317
|
marsh1200: any;
|
|
1315
|
-
tonal50: any;
|
|
1316
|
-
tonal100: any;
|
|
1317
|
-
tonal200: any;
|
|
1318
|
-
tonal300: any;
|
|
1319
|
-
tonal400: any;
|
|
1320
|
-
tonal500: any;
|
|
1321
|
-
tonal600: any;
|
|
1322
1318
|
alpha100: any;
|
|
1323
1319
|
alpha150: any;
|
|
1324
1320
|
alpha200: any;
|
|
1325
1321
|
alpha250: any;
|
|
1326
1322
|
alpha600: any;
|
|
1327
|
-
brandRed: any;
|
|
1328
|
-
brandRedAccent: any;
|
|
1329
|
-
brandGreen: any;
|
|
1330
|
-
brandGreenAccent: any;
|
|
1331
|
-
brandPurple: any;
|
|
1332
|
-
brandPurpleAccent: any;
|
|
1333
|
-
brandYellow: any;
|
|
1334
|
-
brandYellowAccent: any;
|
|
1335
1323
|
infoLight: any;
|
|
1336
1324
|
info: any;
|
|
1337
1325
|
infoMid: any;
|
|
@@ -1432,62 +1420,62 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
1432
1420
|
"1-1": any;
|
|
1433
1421
|
"3-4": any;
|
|
1434
1422
|
};
|
|
1435
|
-
}, import("@stitches
|
|
1436
|
-
bg: (value: import("@stitches
|
|
1437
|
-
background: import("@stitches
|
|
1423
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1424
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1425
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1438
1426
|
};
|
|
1439
|
-
size: (value: string | number | import("@stitches
|
|
1440
|
-
height: string | number | import("@stitches
|
|
1441
|
-
width: string | number | import("@stitches
|
|
1427
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1428
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1429
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1442
1430
|
};
|
|
1443
|
-
p: (value: string | number | import("@stitches
|
|
1444
|
-
padding: string | number | import("@stitches
|
|
1431
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1432
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1445
1433
|
};
|
|
1446
|
-
pt: (value: string | number | import("@stitches
|
|
1447
|
-
paddingTop: string | number | import("@stitches
|
|
1434
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1435
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1448
1436
|
};
|
|
1449
|
-
pr: (value: string | number | import("@stitches
|
|
1450
|
-
paddingRight: string | number | import("@stitches
|
|
1437
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1438
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1451
1439
|
};
|
|
1452
|
-
pb: (value: string | number | import("@stitches
|
|
1453
|
-
paddingBottom: string | number | import("@stitches
|
|
1440
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1441
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1454
1442
|
};
|
|
1455
|
-
pl: (value: string | number | import("@stitches
|
|
1456
|
-
paddingLeft: string | number | import("@stitches
|
|
1443
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1444
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1457
1445
|
};
|
|
1458
|
-
px: (value: string | number | import("@stitches
|
|
1459
|
-
paddingLeft: string | number | import("@stitches
|
|
1460
|
-
paddingRight: string | number | import("@stitches
|
|
1446
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1447
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1448
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1461
1449
|
};
|
|
1462
|
-
py: (value: string | number | import("@stitches
|
|
1463
|
-
paddingTop: string | number | import("@stitches
|
|
1464
|
-
paddingBottom: string | number | import("@stitches
|
|
1450
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1451
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1452
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1465
1453
|
};
|
|
1466
|
-
m: (value: string | number | import("@stitches
|
|
1467
|
-
margin: string | number | import("@stitches
|
|
1454
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1455
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1468
1456
|
};
|
|
1469
|
-
mt: (value: string | number | import("@stitches
|
|
1470
|
-
marginTop: string | number | import("@stitches
|
|
1457
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1458
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1471
1459
|
};
|
|
1472
|
-
mr: (value: string | number | import("@stitches
|
|
1473
|
-
marginRight: string | number | import("@stitches
|
|
1460
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1461
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1474
1462
|
};
|
|
1475
|
-
mb: (value: string | number | import("@stitches
|
|
1476
|
-
marginBottom: string | number | import("@stitches
|
|
1463
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1464
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1477
1465
|
};
|
|
1478
|
-
ml: (value: string | number | import("@stitches
|
|
1479
|
-
marginLeft: string | number | import("@stitches
|
|
1466
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1467
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1480
1468
|
};
|
|
1481
|
-
mx: (value: string | number | import("@stitches
|
|
1482
|
-
marginLeft: string | number | import("@stitches
|
|
1483
|
-
marginRight: string | number | import("@stitches
|
|
1469
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1470
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1471
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1484
1472
|
};
|
|
1485
|
-
my: (value: string | number | import("@stitches
|
|
1486
|
-
marginTop: string | number | import("@stitches
|
|
1487
|
-
marginBottom: string | number | import("@stitches
|
|
1473
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1474
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1475
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1488
1476
|
};
|
|
1489
1477
|
}> | undefined;
|
|
1490
|
-
}, "size" | "css"> & import("@stitches
|
|
1478
|
+
}, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1491
1479
|
size?: "sm" | "md" | "lg" | undefined;
|
|
1492
1480
|
}, {
|
|
1493
1481
|
sm: string;
|
|
@@ -1498,7 +1486,7 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
1498
1486
|
allowMotion: string;
|
|
1499
1487
|
hover: string;
|
|
1500
1488
|
}> & {
|
|
1501
|
-
css?: import("@stitches
|
|
1489
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1502
1490
|
sm: string;
|
|
1503
1491
|
md: string;
|
|
1504
1492
|
lg: string;
|
|
@@ -1538,6 +1526,18 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
1538
1526
|
blue1000: any;
|
|
1539
1527
|
blue1100: any;
|
|
1540
1528
|
blue1200: any;
|
|
1529
|
+
pink100: any;
|
|
1530
|
+
pink200: any;
|
|
1531
|
+
pink300: any;
|
|
1532
|
+
pink400: any;
|
|
1533
|
+
pink500: any;
|
|
1534
|
+
pink600: any;
|
|
1535
|
+
pink700: any;
|
|
1536
|
+
pink800: any;
|
|
1537
|
+
pink900: any;
|
|
1538
|
+
pink1000: any;
|
|
1539
|
+
pink1100: any;
|
|
1540
|
+
pink1200: any;
|
|
1541
1541
|
purple100: any;
|
|
1542
1542
|
purple200: any;
|
|
1543
1543
|
purple300: any;
|
|
@@ -1682,26 +1682,11 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
1682
1682
|
marsh1000: any;
|
|
1683
1683
|
marsh1100: any;
|
|
1684
1684
|
marsh1200: any;
|
|
1685
|
-
tonal50: any;
|
|
1686
|
-
tonal100: any;
|
|
1687
|
-
tonal200: any;
|
|
1688
|
-
tonal300: any;
|
|
1689
|
-
tonal400: any;
|
|
1690
|
-
tonal500: any;
|
|
1691
|
-
tonal600: any;
|
|
1692
1685
|
alpha100: any;
|
|
1693
1686
|
alpha150: any;
|
|
1694
1687
|
alpha200: any;
|
|
1695
1688
|
alpha250: any;
|
|
1696
1689
|
alpha600: any;
|
|
1697
|
-
brandRed: any;
|
|
1698
|
-
brandRedAccent: any;
|
|
1699
|
-
brandGreen: any;
|
|
1700
|
-
brandGreenAccent: any;
|
|
1701
|
-
brandPurple: any;
|
|
1702
|
-
brandPurpleAccent: any;
|
|
1703
|
-
brandYellow: any;
|
|
1704
|
-
brandYellowAccent: any;
|
|
1705
1690
|
infoLight: any;
|
|
1706
1691
|
info: any;
|
|
1707
1692
|
infoMid: any;
|
|
@@ -1802,67 +1787,67 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
1802
1787
|
"1-1": any;
|
|
1803
1788
|
"3-4": any;
|
|
1804
1789
|
};
|
|
1805
|
-
}, import("@stitches
|
|
1806
|
-
bg: (value: import("@stitches
|
|
1807
|
-
background: import("@stitches
|
|
1790
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1791
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1792
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1808
1793
|
};
|
|
1809
|
-
size: (value: string | number | import("@stitches
|
|
1810
|
-
height: string | number | import("@stitches
|
|
1811
|
-
width: string | number | import("@stitches
|
|
1794
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1795
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1796
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1812
1797
|
};
|
|
1813
|
-
p: (value: string | number | import("@stitches
|
|
1814
|
-
padding: string | number | import("@stitches
|
|
1798
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1799
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1815
1800
|
};
|
|
1816
|
-
pt: (value: string | number | import("@stitches
|
|
1817
|
-
paddingTop: string | number | import("@stitches
|
|
1801
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1802
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1818
1803
|
};
|
|
1819
|
-
pr: (value: string | number | import("@stitches
|
|
1820
|
-
paddingRight: string | number | import("@stitches
|
|
1804
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1805
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1821
1806
|
};
|
|
1822
|
-
pb: (value: string | number | import("@stitches
|
|
1823
|
-
paddingBottom: string | number | import("@stitches
|
|
1807
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1808
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1824
1809
|
};
|
|
1825
|
-
pl: (value: string | number | import("@stitches
|
|
1826
|
-
paddingLeft: string | number | import("@stitches
|
|
1810
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1811
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1827
1812
|
};
|
|
1828
|
-
px: (value: string | number | import("@stitches
|
|
1829
|
-
paddingLeft: string | number | import("@stitches
|
|
1830
|
-
paddingRight: string | number | import("@stitches
|
|
1813
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1814
|
+
paddingLeft: 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">;
|
|
1831
1816
|
};
|
|
1832
|
-
py: (value: string | number | import("@stitches
|
|
1833
|
-
paddingTop: string | number | import("@stitches
|
|
1834
|
-
paddingBottom: string | number | import("@stitches
|
|
1817
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1818
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1819
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1835
1820
|
};
|
|
1836
|
-
m: (value: string | number | import("@stitches
|
|
1837
|
-
margin: string | number | import("@stitches
|
|
1821
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1822
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1838
1823
|
};
|
|
1839
|
-
mt: (value: string | number | import("@stitches
|
|
1840
|
-
marginTop: string | number | import("@stitches
|
|
1824
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1825
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1841
1826
|
};
|
|
1842
|
-
mr: (value: string | number | import("@stitches
|
|
1843
|
-
marginRight: string | number | import("@stitches
|
|
1827
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1828
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1844
1829
|
};
|
|
1845
|
-
mb: (value: string | number | import("@stitches
|
|
1846
|
-
marginBottom: string | number | import("@stitches
|
|
1830
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1831
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1847
1832
|
};
|
|
1848
|
-
ml: (value: string | number | import("@stitches
|
|
1849
|
-
marginLeft: string | number | import("@stitches
|
|
1833
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1834
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1850
1835
|
};
|
|
1851
|
-
mx: (value: string | number | import("@stitches
|
|
1852
|
-
marginLeft: string | number | import("@stitches
|
|
1853
|
-
marginRight: string | number | import("@stitches
|
|
1836
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1837
|
+
marginLeft: 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">;
|
|
1854
1839
|
};
|
|
1855
|
-
my: (value: string | number | import("@stitches
|
|
1856
|
-
marginTop: string | number | import("@stitches
|
|
1857
|
-
marginBottom: string | number | import("@stitches
|
|
1840
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1841
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1842
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1858
1843
|
};
|
|
1859
1844
|
}> | undefined;
|
|
1860
1845
|
}>;
|
|
1861
|
-
export declare const ChipRootProvider: ({ size, children }: TChipRootProviderProps) => JSX.Element;
|
|
1846
|
+
export declare const ChipRootProvider: ({ size, children }: TChipRootProviderProps) => React.JSX.Element;
|
|
1862
1847
|
export declare type TChipRootProps = TChipRootProviderProps;
|
|
1863
|
-
export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<
|
|
1848
|
+
export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1864
1849
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
1865
|
-
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches
|
|
1850
|
+
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1866
1851
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
1867
1852
|
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
1868
1853
|
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;
|
|
@@ -1877,7 +1862,7 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Pick<React.
|
|
|
1877
1862
|
allowMotion: string;
|
|
1878
1863
|
hover: string;
|
|
1879
1864
|
}> & {
|
|
1880
|
-
css?: import("@stitches
|
|
1865
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1881
1866
|
sm: string;
|
|
1882
1867
|
md: string;
|
|
1883
1868
|
lg: string;
|
|
@@ -1917,6 +1902,18 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Pick<React.
|
|
|
1917
1902
|
blue1000: any;
|
|
1918
1903
|
blue1100: any;
|
|
1919
1904
|
blue1200: any;
|
|
1905
|
+
pink100: any;
|
|
1906
|
+
pink200: any;
|
|
1907
|
+
pink300: any;
|
|
1908
|
+
pink400: any;
|
|
1909
|
+
pink500: any;
|
|
1910
|
+
pink600: any;
|
|
1911
|
+
pink700: any;
|
|
1912
|
+
pink800: any;
|
|
1913
|
+
pink900: any;
|
|
1914
|
+
pink1000: any;
|
|
1915
|
+
pink1100: any;
|
|
1916
|
+
pink1200: any;
|
|
1920
1917
|
purple100: any;
|
|
1921
1918
|
purple200: any;
|
|
1922
1919
|
purple300: any;
|
|
@@ -2061,26 +2058,11 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Pick<React.
|
|
|
2061
2058
|
marsh1000: any;
|
|
2062
2059
|
marsh1100: any;
|
|
2063
2060
|
marsh1200: any;
|
|
2064
|
-
tonal50: any;
|
|
2065
|
-
tonal100: any;
|
|
2066
|
-
tonal200: any;
|
|
2067
|
-
tonal300: any;
|
|
2068
|
-
tonal400: any;
|
|
2069
|
-
tonal500: any;
|
|
2070
|
-
tonal600: any;
|
|
2071
2061
|
alpha100: any;
|
|
2072
2062
|
alpha150: any;
|
|
2073
2063
|
alpha200: any;
|
|
2074
2064
|
alpha250: any;
|
|
2075
2065
|
alpha600: any;
|
|
2076
|
-
brandRed: any;
|
|
2077
|
-
brandRedAccent: any;
|
|
2078
|
-
brandGreen: any;
|
|
2079
|
-
brandGreenAccent: any;
|
|
2080
|
-
brandPurple: any;
|
|
2081
|
-
brandPurpleAccent: any;
|
|
2082
|
-
brandYellow: any;
|
|
2083
|
-
brandYellowAccent: any;
|
|
2084
2066
|
infoLight: any;
|
|
2085
2067
|
info: any;
|
|
2086
2068
|
infoMid: any;
|
|
@@ -2181,62 +2163,62 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Pick<React.
|
|
|
2181
2163
|
"1-1": any;
|
|
2182
2164
|
"3-4": any;
|
|
2183
2165
|
};
|
|
2184
|
-
}, import("@stitches
|
|
2185
|
-
bg: (value: import("@stitches
|
|
2186
|
-
background: import("@stitches
|
|
2166
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2167
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2168
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2187
2169
|
};
|
|
2188
|
-
size: (value: string | number | import("@stitches
|
|
2189
|
-
height: string | number | import("@stitches
|
|
2190
|
-
width: string | number | import("@stitches
|
|
2170
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2171
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2172
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2191
2173
|
};
|
|
2192
|
-
p: (value: string | number | import("@stitches
|
|
2193
|
-
padding: string | number | import("@stitches
|
|
2174
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2175
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2194
2176
|
};
|
|
2195
|
-
pt: (value: string | number | import("@stitches
|
|
2196
|
-
paddingTop: string | number | import("@stitches
|
|
2177
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2178
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2197
2179
|
};
|
|
2198
|
-
pr: (value: string | number | import("@stitches
|
|
2199
|
-
paddingRight: string | number | import("@stitches
|
|
2180
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2181
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2200
2182
|
};
|
|
2201
|
-
pb: (value: string | number | import("@stitches
|
|
2202
|
-
paddingBottom: string | number | import("@stitches
|
|
2183
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2184
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2203
2185
|
};
|
|
2204
|
-
pl: (value: string | number | import("@stitches
|
|
2205
|
-
paddingLeft: string | number | import("@stitches
|
|
2186
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2187
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2206
2188
|
};
|
|
2207
|
-
px: (value: string | number | import("@stitches
|
|
2208
|
-
paddingLeft: string | number | import("@stitches
|
|
2209
|
-
paddingRight: string | number | import("@stitches
|
|
2189
|
+
px: (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">;
|
|
2191
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2210
2192
|
};
|
|
2211
|
-
py: (value: string | number | import("@stitches
|
|
2212
|
-
paddingTop: string | number | import("@stitches
|
|
2213
|
-
paddingBottom: string | number | import("@stitches
|
|
2193
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2194
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2195
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2214
2196
|
};
|
|
2215
|
-
m: (value: string | number | import("@stitches
|
|
2216
|
-
margin: string | number | import("@stitches
|
|
2197
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2198
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2217
2199
|
};
|
|
2218
|
-
mt: (value: string | number | import("@stitches
|
|
2219
|
-
marginTop: string | number | import("@stitches
|
|
2200
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2201
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2220
2202
|
};
|
|
2221
|
-
mr: (value: string | number | import("@stitches
|
|
2222
|
-
marginRight: string | number | import("@stitches
|
|
2203
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2204
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2223
2205
|
};
|
|
2224
|
-
mb: (value: string | number | import("@stitches
|
|
2225
|
-
marginBottom: string | number | import("@stitches
|
|
2206
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2207
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2226
2208
|
};
|
|
2227
|
-
ml: (value: string | number | import("@stitches
|
|
2228
|
-
marginLeft: string | number | import("@stitches
|
|
2209
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2210
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2229
2211
|
};
|
|
2230
|
-
mx: (value: string | number | import("@stitches
|
|
2231
|
-
marginLeft: string | number | import("@stitches
|
|
2232
|
-
marginRight: string | number | import("@stitches
|
|
2212
|
+
mx: (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">;
|
|
2214
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2233
2215
|
};
|
|
2234
|
-
my: (value: string | number | import("@stitches
|
|
2235
|
-
marginTop: string | number | import("@stitches
|
|
2236
|
-
marginBottom: string | number | import("@stitches
|
|
2216
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2217
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2218
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2237
2219
|
};
|
|
2238
2220
|
}> | undefined;
|
|
2239
|
-
}, "size" | "css"> & import("@stitches
|
|
2221
|
+
}, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
2240
2222
|
size?: "sm" | "md" | "lg" | undefined;
|
|
2241
2223
|
}, {
|
|
2242
2224
|
sm: string;
|
|
@@ -2247,7 +2229,7 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Pick<React.
|
|
|
2247
2229
|
allowMotion: string;
|
|
2248
2230
|
hover: string;
|
|
2249
2231
|
}> & {
|
|
2250
|
-
css?: import("@stitches
|
|
2232
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2251
2233
|
sm: string;
|
|
2252
2234
|
md: string;
|
|
2253
2235
|
lg: string;
|
|
@@ -2287,6 +2269,18 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Pick<React.
|
|
|
2287
2269
|
blue1000: any;
|
|
2288
2270
|
blue1100: any;
|
|
2289
2271
|
blue1200: any;
|
|
2272
|
+
pink100: any;
|
|
2273
|
+
pink200: any;
|
|
2274
|
+
pink300: any;
|
|
2275
|
+
pink400: any;
|
|
2276
|
+
pink500: any;
|
|
2277
|
+
pink600: any;
|
|
2278
|
+
pink700: any;
|
|
2279
|
+
pink800: any;
|
|
2280
|
+
pink900: any;
|
|
2281
|
+
pink1000: any;
|
|
2282
|
+
pink1100: any;
|
|
2283
|
+
pink1200: any;
|
|
2290
2284
|
purple100: any;
|
|
2291
2285
|
purple200: any;
|
|
2292
2286
|
purple300: any;
|
|
@@ -2431,26 +2425,11 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Pick<React.
|
|
|
2431
2425
|
marsh1000: any;
|
|
2432
2426
|
marsh1100: any;
|
|
2433
2427
|
marsh1200: any;
|
|
2434
|
-
tonal50: any;
|
|
2435
|
-
tonal100: any;
|
|
2436
|
-
tonal200: any;
|
|
2437
|
-
tonal300: any;
|
|
2438
|
-
tonal400: any;
|
|
2439
|
-
tonal500: any;
|
|
2440
|
-
tonal600: any;
|
|
2441
2428
|
alpha100: any;
|
|
2442
2429
|
alpha150: any;
|
|
2443
2430
|
alpha200: any;
|
|
2444
2431
|
alpha250: any;
|
|
2445
2432
|
alpha600: any;
|
|
2446
|
-
brandRed: any;
|
|
2447
|
-
brandRedAccent: any;
|
|
2448
|
-
brandGreen: any;
|
|
2449
|
-
brandGreenAccent: any;
|
|
2450
|
-
brandPurple: any;
|
|
2451
|
-
brandPurpleAccent: any;
|
|
2452
|
-
brandYellow: any;
|
|
2453
|
-
brandYellowAccent: any;
|
|
2454
2433
|
infoLight: any;
|
|
2455
2434
|
info: any;
|
|
2456
2435
|
infoMid: any;
|
|
@@ -2551,65 +2530,65 @@ export declare const Chip: React.ForwardRefExoticComponent<Omit<Omit<Pick<React.
|
|
|
2551
2530
|
"1-1": any;
|
|
2552
2531
|
"3-4": any;
|
|
2553
2532
|
};
|
|
2554
|
-
}, import("@stitches
|
|
2555
|
-
bg: (value: import("@stitches
|
|
2556
|
-
background: import("@stitches
|
|
2533
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2534
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2535
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2557
2536
|
};
|
|
2558
|
-
size: (value: string | number | import("@stitches
|
|
2559
|
-
height: string | number | import("@stitches
|
|
2560
|
-
width: string | number | import("@stitches
|
|
2537
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2538
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2539
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2561
2540
|
};
|
|
2562
|
-
p: (value: string | number | import("@stitches
|
|
2563
|
-
padding: string | number | import("@stitches
|
|
2541
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2542
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2564
2543
|
};
|
|
2565
|
-
pt: (value: string | number | import("@stitches
|
|
2566
|
-
paddingTop: string | number | import("@stitches
|
|
2544
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2545
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2567
2546
|
};
|
|
2568
|
-
pr: (value: string | number | import("@stitches
|
|
2569
|
-
paddingRight: string | number | import("@stitches
|
|
2547
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2548
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2570
2549
|
};
|
|
2571
|
-
pb: (value: string | number | import("@stitches
|
|
2572
|
-
paddingBottom: string | number | import("@stitches
|
|
2550
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2551
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2573
2552
|
};
|
|
2574
|
-
pl: (value: string | number | import("@stitches
|
|
2575
|
-
paddingLeft: string | number | import("@stitches
|
|
2553
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2554
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2576
2555
|
};
|
|
2577
|
-
px: (value: string | number | import("@stitches
|
|
2578
|
-
paddingLeft: string | number | import("@stitches
|
|
2579
|
-
paddingRight: string | number | import("@stitches
|
|
2556
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2557
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2558
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2580
2559
|
};
|
|
2581
|
-
py: (value: string | number | import("@stitches
|
|
2582
|
-
paddingTop: string | number | import("@stitches
|
|
2583
|
-
paddingBottom: string | number | import("@stitches
|
|
2560
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2561
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2562
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2584
2563
|
};
|
|
2585
|
-
m: (value: string | number | import("@stitches
|
|
2586
|
-
margin: string | number | import("@stitches
|
|
2564
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2565
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2587
2566
|
};
|
|
2588
|
-
mt: (value: string | number | import("@stitches
|
|
2589
|
-
marginTop: string | number | import("@stitches
|
|
2567
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2568
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2590
2569
|
};
|
|
2591
|
-
mr: (value: string | number | import("@stitches
|
|
2592
|
-
marginRight: string | number | import("@stitches
|
|
2570
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2571
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2593
2572
|
};
|
|
2594
|
-
mb: (value: string | number | import("@stitches
|
|
2595
|
-
marginBottom: string | number | import("@stitches
|
|
2573
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2574
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2596
2575
|
};
|
|
2597
|
-
ml: (value: string | number | import("@stitches
|
|
2598
|
-
marginLeft: string | number | import("@stitches
|
|
2576
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2577
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2599
2578
|
};
|
|
2600
|
-
mx: (value: string | number | import("@stitches
|
|
2601
|
-
marginLeft: string | number | import("@stitches
|
|
2602
|
-
marginRight: string | number | import("@stitches
|
|
2579
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2580
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2581
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2603
2582
|
};
|
|
2604
|
-
my: (value: string | number | import("@stitches
|
|
2605
|
-
marginTop: string | number | import("@stitches
|
|
2606
|
-
marginBottom: string | number | import("@stitches
|
|
2583
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2584
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2585
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2607
2586
|
};
|
|
2608
2587
|
}> | undefined;
|
|
2609
2588
|
}> & {
|
|
2610
2589
|
Content: ({ children, ...rest }: {
|
|
2611
2590
|
[x: string]: any;
|
|
2612
2591
|
children: any;
|
|
2613
|
-
}) => JSX.Element;
|
|
2614
|
-
Icon: (props: React.ComponentProps<typeof Icon>) => JSX.Element;
|
|
2592
|
+
}) => React.JSX.Element;
|
|
2593
|
+
Icon: (props: React.ComponentProps<typeof Icon>) => React.JSX.Element;
|
|
2615
2594
|
};
|