@atom-learning/components 4.0.0-beta.1 → 4.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/Accordion.d.ts +52 -55
- package/dist/components/accordion/AccordionContent.d.ts +53 -56
- package/dist/components/accordion/AccordionItem.d.ts +52 -55
- package/dist/components/accordion/AccordionTrigger.d.ts +105 -111
- package/dist/components/action-icon/ActionIcon.d.ts +53 -56
- package/dist/components/action-icon/ActionIcon.js +1 -1
- package/dist/components/action-icon/ActionIcon.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +105 -111
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +53 -56
- package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +2 -2
- package/dist/components/avatar/Avatar.d.ts +164 -173
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/avatar/AvatarIcon.d.ts +2 -2
- package/dist/components/avatar/AvatarImage.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.js +1 -1
- package/dist/components/avatar/AvatarInitial.js.map +1 -1
- package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
- package/dist/components/badge/Badge.context.d.ts +1 -1
- package/dist/components/badge/Badge.d.ts +316 -332
- package/dist/components/badge/BadgeIcon.d.ts +105 -111
- package/dist/components/badge/BadgeText.d.ts +106 -110
- package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +27 -16
- package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
- package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
- package/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/BannerContainer.d.ts +103 -109
- package/dist/components/banner/BannerContext.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +487 -505
- package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +104 -110
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +106 -112
- package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +432 -447
- package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +52 -55
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +104 -110
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +105 -111
- package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
- package/dist/components/box/Box.d.ts +52 -55
- package/dist/components/button/Button.d.ts +53 -56
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Calendar.d.ts +1 -1
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/components/calendar/Calendar.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +52 -55
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/carousel/Carousel.d.ts +213 -225
- package/dist/components/carousel/CarouselArrows.d.ts +3 -3
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +52 -55
- package/dist/components/carousel/CarouselPagination.js +1 -1
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +53 -56
- package/dist/components/carousel/CarouselSlider.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-field/CheckboxField.d.ts +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +211 -216
- package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
- package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +422 -416
- package/dist/components/chip/Chip.d.ts +369 -390
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +212 -224
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +212 -224
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/combobox/Combobox.d.ts +261 -276
- package/dist/components/combobox/ComboboxInput.d.ts +52 -55
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.js +1 -1
- package/dist/components/combobox/ComboboxOption.js.map +1 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +52 -55
- package/dist/components/combobox/ComboboxPopover.js +1 -1
- package/dist/components/combobox/ComboboxPopover.js.map +1 -1
- package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
- package/dist/components/data-table/DataTable.d.ts +649 -682
- package/dist/components/data-table/DataTableBody.d.ts +1 -1
- package/dist/components/data-table/DataTableBulkActions.d.ts +3 -3
- package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
- package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
- package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
- package/dist/components/data-table/DataTableHead.d.ts +1 -1
- package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +54 -57
- package/dist/components/data-table/DataTableMetaData.d.ts +4 -9
- package/dist/components/data-table/DataTableMetaData.js +1 -1
- package/dist/components/data-table/DataTableMetaData.js.map +1 -1
- package/dist/components/data-table/DataTableRow.d.ts +1 -1
- package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +2 -2
- package/dist/components/data-table/DataTableTable.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
- package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +53 -56
- package/dist/components/date-field/DateField.d.ts +2 -2
- package/dist/components/dialog/Dialog.d.ts +368 -389
- package/dist/components/dialog/DialogBackground.d.ts +103 -109
- package/dist/components/dialog/DialogClose.d.ts +52 -55
- package/dist/components/dialog/DialogContent.d.ts +53 -56
- package/dist/components/dialog/DialogFooter.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.js +1 -1
- package/dist/components/dialog/DialogHeading.js.map +1 -1
- package/dist/components/dismissible/DismissibleRoot.d.ts +2 -2
- package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
- package/dist/components/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
- package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- package/dist/components/divider/Divider.d.ts +52 -55
- package/dist/components/divider/Divider.js +1 -1
- package/dist/components/divider/Divider.js.map +1 -1
- package/dist/components/drawer/Drawer.d.ts +316 -334
- package/dist/components/drawer/DrawerClose.d.ts +1 -1
- package/dist/components/drawer/DrawerContent.d.ts +53 -56
- package/dist/components/drawer/DrawerFooter.d.ts +52 -55
- package/dist/components/drawer/DrawerHeader.d.ts +52 -55
- package/dist/components/drawer/DrawerMain.d.ts +52 -55
- package/dist/components/drawer/DrawerOverlay.d.ts +52 -55
- package/dist/components/drawer/DrawerTrigger.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +313 -331
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +480 -483
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +53 -56
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +52 -55
- package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
- package/dist/components/empty-state/EmptyState.d.ts +373 -392
- package/dist/components/empty-state/EmptyStateBody.d.ts +107 -111
- package/dist/components/empty-state/EmptyStateBody.js +1 -1
- package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
- package/dist/components/empty-state/EmptyStateImage.d.ts +108 -114
- package/dist/components/empty-state/EmptyStateTitle.d.ts +53 -56
- package/dist/components/empty-state/EmptyStateTitle.js +1 -1
- package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
- package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
- package/dist/components/field-wrapper/FieldDescription.js +1 -1
- package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
- package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -1
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/file-input/FileInput.d.ts +1 -1
- package/dist/components/flex/Flex.d.ts +52 -55
- package/dist/components/form/Form.d.ts +53 -56
- package/dist/components/grid/Grid.d.ts +53 -56
- package/dist/components/heading/Heading.d.ts +52 -55
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/icon/Icon.d.ts +52 -55
- package/dist/components/image/Image.d.ts +53 -56
- package/dist/components/inline-message/InlineMessage.config.js +1 -1
- package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +104 -110
- package/dist/components/input/Input.d.ts +155 -164
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/label/Label.d.ts +53 -56
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- package/dist/components/link/Link.d.ts +52 -55
- package/dist/components/list/List.d.ts +104 -110
- package/dist/components/loader/Loader.d.ts +2 -2
- package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +54 -57
- package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownLink.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownList.js +1 -1
- package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownText.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
- package/dist/components/navigation/NavigationMenu.d.ts +369 -388
- package/dist/components/navigation/NavigationMenu.js +1 -1
- package/dist/components/navigation/NavigationMenu.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +53 -56
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +106 -110
- package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
- package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +52 -55
- package/dist/components/navigation/NavigationMenuLink.d.ts +52 -55
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +686 -707
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +104 -110
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +106 -110
- package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +1 -1
- package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js.map +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
- package/dist/components/pagination/Pagination.d.ts +2 -2
- package/dist/components/pagination/PaginationNextButton.d.ts +106 -112
- package/dist/components/pagination/PaginationPage.d.ts +2 -2
- package/dist/components/pagination/PaginationPopover.d.ts +1 -1
- package/dist/components/pagination/PaginationPreviousButton.d.ts +106 -112
- package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +105 -111
- package/dist/components/popover/PopoverContent.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.js +1 -1
- package/dist/components/progress-bar/ProgressBar.js.map +1 -1
- package/dist/components/radio-button/RadioButton.d.ts +53 -56
- package/dist/components/radio-button/RadioButton.js +1 -1
- package/dist/components/radio-button/RadioButton.js.map +1 -1
- package/dist/components/radio-button/RadioButtonGroup.d.ts +52 -55
- package/dist/components/radio-button-field/RadioButtonField.d.ts +54 -57
- package/dist/components/radio-button-field/RadioField.d.ts +1 -1
- package/dist/components/radio-card/RadioCard.d.ts +53 -56
- package/dist/components/radio-card/RadioCard.js +1 -1
- package/dist/components/radio-card/RadioCard.js.map +1 -1
- package/dist/components/radio-card/RadioCardGroup.d.ts +2 -2
- package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
- package/dist/components/search-field/SearchField.d.ts +2 -2
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/search-input/SearchInput.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +377 -394
- package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
- package/dist/components/section-message/SectionMessageTitle.js +1 -1
- package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
- package/dist/components/select/Select.d.ts +52 -55
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-field/SelectField.d.ts +2 -2
- package/dist/components/side-bar/SideBar.d.ts +422 -444
- package/dist/components/side-bar/SideBarComponents.d.ts +369 -388
- package/dist/components/slider/Slider.d.ts +52 -55
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/slider/SliderSteps.d.ts +2 -2
- package/dist/components/slider/SliderSteps.js +1 -1
- package/dist/components/slider/SliderSteps.js.map +1 -1
- package/dist/components/slider/SliderValue.d.ts +2 -2
- package/dist/components/slider/SliderValue.js +1 -1
- package/dist/components/slider/SliderValue.js.map +1 -1
- package/dist/components/slider-field/SliderField.d.ts +2 -2
- package/dist/components/sortable/Handle.d.ts +105 -111
- package/dist/components/sortable/SortableHandle.d.ts +1 -1
- package/dist/components/sortable/SortableItem.d.ts +2 -2
- package/dist/components/sortable/SortableItem.js +1 -1
- package/dist/components/sortable/SortableItem.js.map +1 -1
- package/dist/components/sortable/SortableRoot.d.ts +1 -1
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/spacer/Spacer.d.ts +364 -1
- package/dist/components/spacer/Spacer.js +1 -1
- package/dist/components/spacer/Spacer.js.map +1 -1
- package/dist/components/stack-content/StackContent.d.ts +52 -55
- package/dist/components/stepper/Stepper.d.ts +112 -118
- package/dist/components/stepper/StepperStepBack.d.ts +1 -1
- package/dist/components/stepper/StepperStepBullet.d.ts +103 -109
- package/dist/components/stepper/StepperStepBullet.js +1 -1
- package/dist/components/stepper/StepperStepBullet.js.map +1 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +103 -109
- package/dist/components/stepper/StepperStepContainer.js +1 -1
- package/dist/components/stepper/StepperStepContainer.js.map +1 -1
- package/dist/components/stepper/StepperStepForward.d.ts +1 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +106 -110
- package/dist/components/stepper/StepperStepLabel.js +1 -1
- package/dist/components/stepper/StepperStepLabel.js.map +1 -1
- package/dist/components/stepper/StepperSteps.d.ts +2 -2
- package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
- package/dist/components/switch/Switch.d.ts +53 -56
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +423 -447
- package/dist/components/table/TableBody.d.ts +53 -56
- package/dist/components/table/TableBody.js +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableCell.d.ts +52 -55
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableCell.js.map +1 -1
- package/dist/components/table/TableFooter.d.ts +52 -55
- package/dist/components/table/TableFooterCell.d.ts +52 -55
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableFooterCell.js.map +1 -1
- package/dist/components/table/TableHeader.d.ts +53 -56
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +52 -55
- package/dist/components/table/TableRow.d.ts +52 -55
- package/dist/components/table/TableStickyColumnsContainer.d.ts +1 -1
- package/dist/components/tabs/Tabs.d.ts +210 -222
- package/dist/components/tabs/TabsContent.d.ts +52 -55
- package/dist/components/tabs/TabsTrigger.d.ts +53 -56
- package/dist/components/tabs/TabsTriggerList.d.ts +105 -111
- package/dist/components/text/Text.d.ts +54 -55
- package/dist/components/text/Text.js +1 -1
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +52 -55
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea-field/TextareaField.d.ts +2 -2
- package/dist/components/tile/Tile.d.ts +52 -55
- package/dist/components/tile/TileGroup.d.ts +52 -55
- package/dist/components/tile-interactive/TileInteractive.d.ts +104 -110
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +157 -166
- package/dist/components/toast/Toast.d.ts +156 -165
- package/dist/components/toast/ToastProvider.d.ts +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +103 -109
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -110
- package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +52 -55
- package/dist/components/toggle-group/index.d.ts +313 -331
- package/dist/components/tooltip/Tooltip.d.ts +106 -112
- package/dist/components/tooltip/TooltipContent.d.ts +53 -56
- package/dist/components/tooltip/TooltipContent.js +1 -1
- package/dist/components/tooltip/TooltipContent.js.map +1 -1
- package/dist/components/top-bar/TopBar.d.ts +638 -287
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/top-bar/TopBarBrand.d.ts +160 -176
- package/dist/components/top-bar/TopBarBrand.js +1 -1
- package/dist/components/top-bar/TopBarBrand.js.map +1 -1
- package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +1 -1
- package/dist/components/tree/Tree.d.ts +793 -812
- package/dist/components/tree/TreeCollapsible.d.ts +53 -56
- package/dist/components/tree/TreeCollapsibleContent.d.ts +52 -55
- package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
- package/dist/components/tree/TreeIcon.d.ts +104 -110
- package/dist/components/tree/TreeItemContent.d.ts +54 -57
- package/dist/components/tree/TreeListItem.d.ts +54 -57
- package/dist/components/video/Video.d.ts +52 -55
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -55
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +604 -637
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +276 -279
- package/dist/utilities/hooks/useResizeObserver.js.map +1 -1
- package/dist/utilities/hooks/useScrollPosition.js +1 -1
- package/dist/utilities/hooks/useScrollPosition.js.map +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js.map +1 -1
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +103 -109
- package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
- package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
- package/package.json +26 -15
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as ToggleGroup from '@radix-ui/react-toggle-group';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
declare const StyledChipToggleGroupItem: import("@stitches
|
|
3
|
+
declare const StyledChipToggleGroupItem: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
4
4
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@stitches
|
|
5
|
+
}, "direction" | "gap" | "css" | "wrap" | "justify" | "align"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
6
6
|
direction?: "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | "revert-layer" | undefined;
|
|
7
7
|
wrap?: "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | "revert-layer" | undefined;
|
|
8
8
|
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;
|
|
@@ -17,7 +17,7 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
17
17
|
allowMotion: string;
|
|
18
18
|
hover: string;
|
|
19
19
|
}> & {
|
|
20
|
-
css?: import("@stitches
|
|
20
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
21
21
|
sm: string;
|
|
22
22
|
md: string;
|
|
23
23
|
lg: string;
|
|
@@ -57,6 +57,18 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
57
57
|
blue1000: any;
|
|
58
58
|
blue1100: any;
|
|
59
59
|
blue1200: any;
|
|
60
|
+
pink100: any;
|
|
61
|
+
pink200: any;
|
|
62
|
+
pink300: any;
|
|
63
|
+
pink400: any;
|
|
64
|
+
pink500: any;
|
|
65
|
+
pink600: any;
|
|
66
|
+
pink700: any;
|
|
67
|
+
pink800: any;
|
|
68
|
+
pink900: any;
|
|
69
|
+
pink1000: any;
|
|
70
|
+
pink1100: any;
|
|
71
|
+
pink1200: any;
|
|
60
72
|
purple100: any;
|
|
61
73
|
purple200: any;
|
|
62
74
|
purple300: any;
|
|
@@ -201,26 +213,11 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
201
213
|
marsh1000: any;
|
|
202
214
|
marsh1100: any;
|
|
203
215
|
marsh1200: any;
|
|
204
|
-
tonal50: any;
|
|
205
|
-
tonal100: any;
|
|
206
|
-
tonal200: any;
|
|
207
|
-
tonal300: any;
|
|
208
|
-
tonal400: any;
|
|
209
|
-
tonal500: any;
|
|
210
|
-
tonal600: any;
|
|
211
216
|
alpha100: any;
|
|
212
217
|
alpha150: any;
|
|
213
218
|
alpha200: any;
|
|
214
219
|
alpha250: any;
|
|
215
220
|
alpha600: any;
|
|
216
|
-
brandRed: any;
|
|
217
|
-
brandRedAccent: any;
|
|
218
|
-
brandGreen: any;
|
|
219
|
-
brandGreenAccent: any;
|
|
220
|
-
brandPurple: any;
|
|
221
|
-
brandPurpleAccent: any;
|
|
222
|
-
brandYellow: any;
|
|
223
|
-
brandYellowAccent: any;
|
|
224
221
|
infoLight: any;
|
|
225
222
|
info: any;
|
|
226
223
|
infoMid: any;
|
|
@@ -321,62 +318,62 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
321
318
|
"1-1": any;
|
|
322
319
|
"3-4": any;
|
|
323
320
|
};
|
|
324
|
-
}, import("@stitches
|
|
325
|
-
bg: (value: import("@stitches
|
|
326
|
-
background: import("@stitches
|
|
321
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
322
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
323
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
327
324
|
};
|
|
328
|
-
size: (value: string | number | import("@stitches
|
|
329
|
-
height: string | number | import("@stitches
|
|
330
|
-
width: string | number | import("@stitches
|
|
325
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
326
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
327
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
331
328
|
};
|
|
332
|
-
p: (value: string | number | import("@stitches
|
|
333
|
-
padding: string | number | import("@stitches
|
|
329
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
330
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
334
331
|
};
|
|
335
|
-
pt: (value: string | number | import("@stitches
|
|
336
|
-
paddingTop: string | number | import("@stitches
|
|
332
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
333
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
337
334
|
};
|
|
338
|
-
pr: (value: string | number | import("@stitches
|
|
339
|
-
paddingRight: string | number | import("@stitches
|
|
335
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
336
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
340
337
|
};
|
|
341
|
-
pb: (value: string | number | import("@stitches
|
|
342
|
-
paddingBottom: string | number | import("@stitches
|
|
338
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
339
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
343
340
|
};
|
|
344
|
-
pl: (value: string | number | import("@stitches
|
|
345
|
-
paddingLeft: string | number | import("@stitches
|
|
341
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
342
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
346
343
|
};
|
|
347
|
-
px: (value: string | number | import("@stitches
|
|
348
|
-
paddingLeft: string | number | import("@stitches
|
|
349
|
-
paddingRight: string | number | import("@stitches
|
|
344
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
345
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
346
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
350
347
|
};
|
|
351
|
-
py: (value: string | number | import("@stitches
|
|
352
|
-
paddingTop: string | number | import("@stitches
|
|
353
|
-
paddingBottom: string | number | import("@stitches
|
|
348
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
349
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
350
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
354
351
|
};
|
|
355
|
-
m: (value: string | number | import("@stitches
|
|
356
|
-
margin: string | number | import("@stitches
|
|
352
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
353
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
357
354
|
};
|
|
358
|
-
mt: (value: string | number | import("@stitches
|
|
359
|
-
marginTop: string | number | import("@stitches
|
|
355
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
356
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
360
357
|
};
|
|
361
|
-
mr: (value: string | number | import("@stitches
|
|
362
|
-
marginRight: string | number | import("@stitches
|
|
358
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
359
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
363
360
|
};
|
|
364
|
-
mb: (value: string | number | import("@stitches
|
|
365
|
-
marginBottom: string | number | import("@stitches
|
|
361
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
362
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
366
363
|
};
|
|
367
|
-
ml: (value: string | number | import("@stitches
|
|
368
|
-
marginLeft: string | number | import("@stitches
|
|
364
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
365
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
369
366
|
};
|
|
370
|
-
mx: (value: string | number | import("@stitches
|
|
371
|
-
marginLeft: string | number | import("@stitches
|
|
372
|
-
marginRight: string | number | import("@stitches
|
|
367
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
368
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
369
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
373
370
|
};
|
|
374
|
-
my: (value: string | number | import("@stitches
|
|
375
|
-
marginTop: string | number | import("@stitches
|
|
376
|
-
marginBottom: string | number | import("@stitches
|
|
371
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
372
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
373
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
377
374
|
};
|
|
378
375
|
}> | undefined;
|
|
379
|
-
}, "size" | "css"> & import("@stitches
|
|
376
|
+
}, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
380
377
|
size?: "sm" | "md" | "lg" | undefined;
|
|
381
378
|
}, {
|
|
382
379
|
sm: string;
|
|
@@ -387,7 +384,7 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
387
384
|
allowMotion: string;
|
|
388
385
|
hover: string;
|
|
389
386
|
}> & {
|
|
390
|
-
css?: import("@stitches
|
|
387
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
391
388
|
sm: string;
|
|
392
389
|
md: string;
|
|
393
390
|
lg: string;
|
|
@@ -427,6 +424,18 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
427
424
|
blue1000: any;
|
|
428
425
|
blue1100: any;
|
|
429
426
|
blue1200: any;
|
|
427
|
+
pink100: any;
|
|
428
|
+
pink200: any;
|
|
429
|
+
pink300: any;
|
|
430
|
+
pink400: any;
|
|
431
|
+
pink500: any;
|
|
432
|
+
pink600: any;
|
|
433
|
+
pink700: any;
|
|
434
|
+
pink800: any;
|
|
435
|
+
pink900: any;
|
|
436
|
+
pink1000: any;
|
|
437
|
+
pink1100: any;
|
|
438
|
+
pink1200: any;
|
|
430
439
|
purple100: any;
|
|
431
440
|
purple200: any;
|
|
432
441
|
purple300: any;
|
|
@@ -571,26 +580,11 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
571
580
|
marsh1000: any;
|
|
572
581
|
marsh1100: any;
|
|
573
582
|
marsh1200: any;
|
|
574
|
-
tonal50: any;
|
|
575
|
-
tonal100: any;
|
|
576
|
-
tonal200: any;
|
|
577
|
-
tonal300: any;
|
|
578
|
-
tonal400: any;
|
|
579
|
-
tonal500: any;
|
|
580
|
-
tonal600: any;
|
|
581
583
|
alpha100: any;
|
|
582
584
|
alpha150: any;
|
|
583
585
|
alpha200: any;
|
|
584
586
|
alpha250: any;
|
|
585
587
|
alpha600: any;
|
|
586
|
-
brandRed: any;
|
|
587
|
-
brandRedAccent: any;
|
|
588
|
-
brandGreen: any;
|
|
589
|
-
brandGreenAccent: any;
|
|
590
|
-
brandPurple: any;
|
|
591
|
-
brandPurpleAccent: any;
|
|
592
|
-
brandYellow: any;
|
|
593
|
-
brandYellowAccent: any;
|
|
594
588
|
infoLight: any;
|
|
595
589
|
info: any;
|
|
596
590
|
infoMid: any;
|
|
@@ -691,69 +685,69 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
691
685
|
"1-1": any;
|
|
692
686
|
"3-4": any;
|
|
693
687
|
};
|
|
694
|
-
}, import("@stitches
|
|
695
|
-
bg: (value: import("@stitches
|
|
696
|
-
background: import("@stitches
|
|
688
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
689
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
690
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
697
691
|
};
|
|
698
|
-
size: (value: string | number | import("@stitches
|
|
699
|
-
height: string | number | import("@stitches
|
|
700
|
-
width: string | number | import("@stitches
|
|
692
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
693
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
694
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
701
695
|
};
|
|
702
|
-
p: (value: string | number | import("@stitches
|
|
703
|
-
padding: string | number | import("@stitches
|
|
696
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
697
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
704
698
|
};
|
|
705
|
-
pt: (value: string | number | import("@stitches
|
|
706
|
-
paddingTop: string | number | import("@stitches
|
|
699
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
700
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
707
701
|
};
|
|
708
|
-
pr: (value: string | number | import("@stitches
|
|
709
|
-
paddingRight: string | number | import("@stitches
|
|
702
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
703
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
710
704
|
};
|
|
711
|
-
pb: (value: string | number | import("@stitches
|
|
712
|
-
paddingBottom: string | number | import("@stitches
|
|
705
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
706
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
713
707
|
};
|
|
714
|
-
pl: (value: string | number | import("@stitches
|
|
715
|
-
paddingLeft: string | number | import("@stitches
|
|
708
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
709
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
716
710
|
};
|
|
717
|
-
px: (value: string | number | import("@stitches
|
|
718
|
-
paddingLeft: string | number | import("@stitches
|
|
719
|
-
paddingRight: string | number | import("@stitches
|
|
711
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
712
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
713
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
720
714
|
};
|
|
721
|
-
py: (value: string | number | import("@stitches
|
|
722
|
-
paddingTop: string | number | import("@stitches
|
|
723
|
-
paddingBottom: string | number | import("@stitches
|
|
715
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
716
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
717
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
724
718
|
};
|
|
725
|
-
m: (value: string | number | import("@stitches
|
|
726
|
-
margin: string | number | import("@stitches
|
|
719
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
720
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
727
721
|
};
|
|
728
|
-
mt: (value: string | number | import("@stitches
|
|
729
|
-
marginTop: string | number | import("@stitches
|
|
722
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
723
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
730
724
|
};
|
|
731
|
-
mr: (value: string | number | import("@stitches
|
|
732
|
-
marginRight: string | number | import("@stitches
|
|
725
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
726
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
733
727
|
};
|
|
734
|
-
mb: (value: string | number | import("@stitches
|
|
735
|
-
marginBottom: string | number | import("@stitches
|
|
728
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
729
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
736
730
|
};
|
|
737
|
-
ml: (value: string | number | import("@stitches
|
|
738
|
-
marginLeft: string | number | import("@stitches
|
|
731
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
732
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
739
733
|
};
|
|
740
|
-
mx: (value: string | number | import("@stitches
|
|
741
|
-
marginLeft: string | number | import("@stitches
|
|
742
|
-
marginRight: string | number | import("@stitches
|
|
734
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
735
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
736
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
743
737
|
};
|
|
744
|
-
my: (value: string | number | import("@stitches
|
|
745
|
-
marginTop: string | number | import("@stitches
|
|
746
|
-
marginBottom: string | number | import("@stitches
|
|
738
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
739
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
740
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
747
741
|
};
|
|
748
742
|
}> | undefined;
|
|
749
743
|
}> & {
|
|
750
744
|
Content: ({ children, ...rest }: {
|
|
751
745
|
[x: string]: any;
|
|
752
746
|
children: any;
|
|
753
|
-
}) => JSX.Element;
|
|
754
|
-
Icon: (props: Omit<Omit<
|
|
747
|
+
}) => React.JSX.Element;
|
|
748
|
+
Icon: (props: Omit<Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
755
749
|
ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
|
|
756
|
-
}, "size" | "css"> & import("@stitches
|
|
750
|
+
}, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
757
751
|
size?: "sm" | "md" | "lg" | undefined;
|
|
758
752
|
}, {
|
|
759
753
|
sm: string;
|
|
@@ -764,7 +758,7 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
764
758
|
allowMotion: string;
|
|
765
759
|
hover: string;
|
|
766
760
|
}> & {
|
|
767
|
-
css?: import("@stitches
|
|
761
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
768
762
|
sm: string;
|
|
769
763
|
md: string;
|
|
770
764
|
lg: string;
|
|
@@ -804,6 +798,18 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
804
798
|
blue1000: any;
|
|
805
799
|
blue1100: any;
|
|
806
800
|
blue1200: any;
|
|
801
|
+
pink100: any;
|
|
802
|
+
pink200: any;
|
|
803
|
+
pink300: any;
|
|
804
|
+
pink400: any;
|
|
805
|
+
pink500: any;
|
|
806
|
+
pink600: any;
|
|
807
|
+
pink700: any;
|
|
808
|
+
pink800: any;
|
|
809
|
+
pink900: any;
|
|
810
|
+
pink1000: any;
|
|
811
|
+
pink1100: any;
|
|
812
|
+
pink1200: any;
|
|
807
813
|
purple100: any;
|
|
808
814
|
purple200: any;
|
|
809
815
|
purple300: any;
|
|
@@ -948,26 +954,11 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
948
954
|
marsh1000: any;
|
|
949
955
|
marsh1100: any;
|
|
950
956
|
marsh1200: any;
|
|
951
|
-
tonal50: any;
|
|
952
|
-
tonal100: any;
|
|
953
|
-
tonal200: any;
|
|
954
|
-
tonal300: any;
|
|
955
|
-
tonal400: any;
|
|
956
|
-
tonal500: any;
|
|
957
|
-
tonal600: any;
|
|
958
957
|
alpha100: any;
|
|
959
958
|
alpha150: any;
|
|
960
959
|
alpha200: any;
|
|
961
960
|
alpha250: any;
|
|
962
961
|
alpha600: any;
|
|
963
|
-
brandRed: any;
|
|
964
|
-
brandRedAccent: any;
|
|
965
|
-
brandGreen: any;
|
|
966
|
-
brandGreenAccent: any;
|
|
967
|
-
brandPurple: any;
|
|
968
|
-
brandPurpleAccent: any;
|
|
969
|
-
brandYellow: any;
|
|
970
|
-
brandYellowAccent: any;
|
|
971
962
|
infoLight: any;
|
|
972
963
|
info: any;
|
|
973
964
|
infoMid: any;
|
|
@@ -1068,65 +1059,65 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
1068
1059
|
"1-1": any;
|
|
1069
1060
|
"3-4": any;
|
|
1070
1061
|
};
|
|
1071
|
-
}, import("@stitches
|
|
1072
|
-
bg: (value: import("@stitches
|
|
1073
|
-
background: import("@stitches
|
|
1062
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1063
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1064
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1074
1065
|
};
|
|
1075
|
-
size: (value: string | number | import("@stitches
|
|
1076
|
-
height: string | number | import("@stitches
|
|
1077
|
-
width: string | number | import("@stitches
|
|
1066
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1067
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1068
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1078
1069
|
};
|
|
1079
|
-
p: (value: string | number | import("@stitches
|
|
1080
|
-
padding: string | number | import("@stitches
|
|
1070
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1071
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1081
1072
|
};
|
|
1082
|
-
pt: (value: string | number | import("@stitches
|
|
1083
|
-
paddingTop: string | number | import("@stitches
|
|
1073
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1074
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1084
1075
|
};
|
|
1085
|
-
pr: (value: string | number | import("@stitches
|
|
1086
|
-
paddingRight: string | number | import("@stitches
|
|
1076
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1077
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1087
1078
|
};
|
|
1088
|
-
pb: (value: string | number | import("@stitches
|
|
1089
|
-
paddingBottom: string | number | import("@stitches
|
|
1079
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1080
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1090
1081
|
};
|
|
1091
|
-
pl: (value: string | number | import("@stitches
|
|
1092
|
-
paddingLeft: string | number | import("@stitches
|
|
1082
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1083
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1093
1084
|
};
|
|
1094
|
-
px: (value: string | number | import("@stitches
|
|
1095
|
-
paddingLeft: string | number | import("@stitches
|
|
1096
|
-
paddingRight: string | number | import("@stitches
|
|
1085
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1086
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1087
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1097
1088
|
};
|
|
1098
|
-
py: (value: string | number | import("@stitches
|
|
1099
|
-
paddingTop: string | number | import("@stitches
|
|
1100
|
-
paddingBottom: string | number | import("@stitches
|
|
1089
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1090
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1091
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1101
1092
|
};
|
|
1102
|
-
m: (value: string | number | import("@stitches
|
|
1103
|
-
margin: string | number | import("@stitches
|
|
1093
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1094
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1104
1095
|
};
|
|
1105
|
-
mt: (value: string | number | import("@stitches
|
|
1106
|
-
marginTop: string | number | import("@stitches
|
|
1096
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1097
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1107
1098
|
};
|
|
1108
|
-
mr: (value: string | number | import("@stitches
|
|
1109
|
-
marginRight: string | number | import("@stitches
|
|
1099
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1100
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1110
1101
|
};
|
|
1111
|
-
mb: (value: string | number | import("@stitches
|
|
1112
|
-
marginBottom: string | number | import("@stitches
|
|
1102
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1103
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1113
1104
|
};
|
|
1114
|
-
ml: (value: string | number | import("@stitches
|
|
1115
|
-
marginLeft: string | number | import("@stitches
|
|
1105
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1106
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1116
1107
|
};
|
|
1117
|
-
mx: (value: string | number | import("@stitches
|
|
1118
|
-
marginLeft: string | number | import("@stitches
|
|
1119
|
-
marginRight: string | number | import("@stitches
|
|
1108
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1109
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1110
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1120
1111
|
};
|
|
1121
|
-
my: (value: string | number | import("@stitches
|
|
1122
|
-
marginTop: string | number | import("@stitches
|
|
1123
|
-
marginBottom: string | number | import("@stitches
|
|
1112
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1113
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1114
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1124
1115
|
};
|
|
1125
1116
|
}> | undefined;
|
|
1126
1117
|
}, "is" | "as"> & {
|
|
1127
1118
|
is: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
1128
1119
|
as?: undefined;
|
|
1129
|
-
}) => JSX.Element;
|
|
1120
|
+
}) => React.JSX.Element;
|
|
1130
1121
|
}, {}, {
|
|
1131
1122
|
sm: string;
|
|
1132
1123
|
md: string;
|
|
@@ -1135,7 +1126,7 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
1135
1126
|
reducedMotion: string;
|
|
1136
1127
|
allowMotion: string;
|
|
1137
1128
|
hover: string;
|
|
1138
|
-
}, import("@stitches
|
|
1129
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1139
1130
|
sm: string;
|
|
1140
1131
|
md: string;
|
|
1141
1132
|
lg: string;
|
|
@@ -1175,6 +1166,18 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
1175
1166
|
blue1000: any;
|
|
1176
1167
|
blue1100: any;
|
|
1177
1168
|
blue1200: any;
|
|
1169
|
+
pink100: any;
|
|
1170
|
+
pink200: any;
|
|
1171
|
+
pink300: any;
|
|
1172
|
+
pink400: any;
|
|
1173
|
+
pink500: any;
|
|
1174
|
+
pink600: any;
|
|
1175
|
+
pink700: any;
|
|
1176
|
+
pink800: any;
|
|
1177
|
+
pink900: any;
|
|
1178
|
+
pink1000: any;
|
|
1179
|
+
pink1100: any;
|
|
1180
|
+
pink1200: any;
|
|
1178
1181
|
purple100: any;
|
|
1179
1182
|
purple200: any;
|
|
1180
1183
|
purple300: any;
|
|
@@ -1319,26 +1322,11 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
1319
1322
|
marsh1000: any;
|
|
1320
1323
|
marsh1100: any;
|
|
1321
1324
|
marsh1200: any;
|
|
1322
|
-
tonal50: any;
|
|
1323
|
-
tonal100: any;
|
|
1324
|
-
tonal200: any;
|
|
1325
|
-
tonal300: any;
|
|
1326
|
-
tonal400: any;
|
|
1327
|
-
tonal500: any;
|
|
1328
|
-
tonal600: any;
|
|
1329
1325
|
alpha100: any;
|
|
1330
1326
|
alpha150: any;
|
|
1331
1327
|
alpha200: any;
|
|
1332
1328
|
alpha250: any;
|
|
1333
1329
|
alpha600: any;
|
|
1334
|
-
brandRed: any;
|
|
1335
|
-
brandRedAccent: any;
|
|
1336
|
-
brandGreen: any;
|
|
1337
|
-
brandGreenAccent: any;
|
|
1338
|
-
brandPurple: any;
|
|
1339
|
-
brandPurpleAccent: any;
|
|
1340
|
-
brandYellow: any;
|
|
1341
|
-
brandYellowAccent: any;
|
|
1342
1330
|
infoLight: any;
|
|
1343
1331
|
info: any;
|
|
1344
1332
|
infoMid: any;
|
|
@@ -1439,61 +1427,61 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
1439
1427
|
"1-1": any;
|
|
1440
1428
|
"3-4": any;
|
|
1441
1429
|
};
|
|
1442
|
-
}, import("@stitches
|
|
1443
|
-
bg: (value: import("@stitches
|
|
1444
|
-
background: import("@stitches
|
|
1430
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1431
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1432
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1445
1433
|
};
|
|
1446
|
-
size: (value: string | number | import("@stitches
|
|
1447
|
-
height: string | number | import("@stitches
|
|
1448
|
-
width: string | number | import("@stitches
|
|
1434
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1435
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1436
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1449
1437
|
};
|
|
1450
|
-
p: (value: string | number | import("@stitches
|
|
1451
|
-
padding: string | number | import("@stitches
|
|
1438
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1439
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1452
1440
|
};
|
|
1453
|
-
pt: (value: string | number | import("@stitches
|
|
1454
|
-
paddingTop: string | number | import("@stitches
|
|
1441
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1442
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1455
1443
|
};
|
|
1456
|
-
pr: (value: string | number | import("@stitches
|
|
1457
|
-
paddingRight: string | number | import("@stitches
|
|
1444
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1445
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1458
1446
|
};
|
|
1459
|
-
pb: (value: string | number | import("@stitches
|
|
1460
|
-
paddingBottom: string | number | import("@stitches
|
|
1447
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1448
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1461
1449
|
};
|
|
1462
|
-
pl: (value: string | number | import("@stitches
|
|
1463
|
-
paddingLeft: string | number | import("@stitches
|
|
1450
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1451
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1464
1452
|
};
|
|
1465
|
-
px: (value: string | number | import("@stitches
|
|
1466
|
-
paddingLeft: string | number | import("@stitches
|
|
1467
|
-
paddingRight: string | number | import("@stitches
|
|
1453
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1454
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1455
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1468
1456
|
};
|
|
1469
|
-
py: (value: string | number | import("@stitches
|
|
1470
|
-
paddingTop: string | number | import("@stitches
|
|
1471
|
-
paddingBottom: string | number | import("@stitches
|
|
1457
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1458
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1459
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1472
1460
|
};
|
|
1473
|
-
m: (value: string | number | import("@stitches
|
|
1474
|
-
margin: string | number | import("@stitches
|
|
1461
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1462
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1475
1463
|
};
|
|
1476
|
-
mt: (value: string | number | import("@stitches
|
|
1477
|
-
marginTop: string | number | import("@stitches
|
|
1464
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1465
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1478
1466
|
};
|
|
1479
|
-
mr: (value: string | number | import("@stitches
|
|
1480
|
-
marginRight: string | number | import("@stitches
|
|
1467
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1468
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1481
1469
|
};
|
|
1482
|
-
mb: (value: string | number | import("@stitches
|
|
1483
|
-
marginBottom: string | number | import("@stitches
|
|
1470
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1471
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1484
1472
|
};
|
|
1485
|
-
ml: (value: string | number | import("@stitches
|
|
1486
|
-
marginLeft: string | number | import("@stitches
|
|
1473
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1474
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1487
1475
|
};
|
|
1488
|
-
mx: (value: string | number | import("@stitches
|
|
1489
|
-
marginLeft: string | number | import("@stitches
|
|
1490
|
-
marginRight: string | number | import("@stitches
|
|
1476
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1477
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1478
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1491
1479
|
};
|
|
1492
|
-
my: (value: string | number | import("@stitches
|
|
1493
|
-
marginTop: string | number | import("@stitches
|
|
1494
|
-
marginBottom: string | number | import("@stitches
|
|
1480
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1481
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1482
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1495
1483
|
};
|
|
1496
1484
|
}>>;
|
|
1497
1485
|
declare type TChipToggleGroupItem = React.ComponentProps<typeof ToggleGroup.Item> & React.ComponentProps<typeof StyledChipToggleGroupItem>;
|
|
1498
|
-
export declare const ChipToggleGroupItem: ({ size, children, ...rest }: TChipToggleGroupItem) => JSX.Element;
|
|
1486
|
+
export declare const ChipToggleGroupItem: ({ size, children, ...rest }: TChipToggleGroupItem) => React.JSX.Element;
|
|
1499
1487
|
export {};
|