@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
|
@@ -7,8 +7,8 @@ declare type CheckboxGroupRootProps = Omit<React.ComponentProps<typeof Box>, 'de
|
|
|
7
7
|
defaultChecked?: CheckboxGroupItemValue[];
|
|
8
8
|
asChild?: boolean;
|
|
9
9
|
};
|
|
10
|
-
export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange, asChild, ...rest }: CheckboxGroupRootProps) => JSX.Element) & {
|
|
11
|
-
Item: ({ value, title, onCheckedChange, ...rest }: Omit<Omit<import("@radix-ui/react-checkbox").CheckboxProps & React.RefAttributes<HTMLButtonElement>, "size" | "css" | "state"> & import("@stitches
|
|
10
|
+
export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange, asChild, ...rest }: CheckboxGroupRootProps) => React.JSX.Element) & {
|
|
11
|
+
Item: ({ value, title, onCheckedChange, ...rest }: Omit<Omit<import("@radix-ui/react-checkbox").CheckboxProps & React.RefAttributes<HTMLButtonElement>, "size" | "css" | "state"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
12
12
|
state?: "error" | undefined;
|
|
13
13
|
size?: "md" | "lg" | undefined;
|
|
14
14
|
}, {
|
|
@@ -20,7 +20,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
20
20
|
allowMotion: string;
|
|
21
21
|
hover: string;
|
|
22
22
|
}> & {
|
|
23
|
-
css?: import("@stitches
|
|
23
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
24
24
|
sm: string;
|
|
25
25
|
md: string;
|
|
26
26
|
lg: string;
|
|
@@ -60,6 +60,18 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
60
60
|
blue1000: any;
|
|
61
61
|
blue1100: any;
|
|
62
62
|
blue1200: any;
|
|
63
|
+
pink100: any;
|
|
64
|
+
pink200: any;
|
|
65
|
+
pink300: any;
|
|
66
|
+
pink400: any;
|
|
67
|
+
pink500: any;
|
|
68
|
+
pink600: any;
|
|
69
|
+
pink700: any;
|
|
70
|
+
pink800: any;
|
|
71
|
+
pink900: any;
|
|
72
|
+
pink1000: any;
|
|
73
|
+
pink1100: any;
|
|
74
|
+
pink1200: any;
|
|
63
75
|
purple100: any;
|
|
64
76
|
purple200: any;
|
|
65
77
|
purple300: any;
|
|
@@ -204,26 +216,11 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
204
216
|
marsh1000: any;
|
|
205
217
|
marsh1100: any;
|
|
206
218
|
marsh1200: any;
|
|
207
|
-
tonal50: any;
|
|
208
|
-
tonal100: any;
|
|
209
|
-
tonal200: any;
|
|
210
|
-
tonal300: any;
|
|
211
|
-
tonal400: any;
|
|
212
|
-
tonal500: any;
|
|
213
|
-
tonal600: any;
|
|
214
219
|
alpha100: any;
|
|
215
220
|
alpha150: any;
|
|
216
221
|
alpha200: any;
|
|
217
222
|
alpha250: any;
|
|
218
223
|
alpha600: any;
|
|
219
|
-
brandRed: any;
|
|
220
|
-
brandRedAccent: any;
|
|
221
|
-
brandGreen: any;
|
|
222
|
-
brandGreenAccent: any;
|
|
223
|
-
brandPurple: any;
|
|
224
|
-
brandPurpleAccent: any;
|
|
225
|
-
brandYellow: any;
|
|
226
|
-
brandYellowAccent: any;
|
|
227
224
|
infoLight: any;
|
|
228
225
|
info: any;
|
|
229
226
|
infoMid: any;
|
|
@@ -324,59 +321,59 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
324
321
|
"1-1": any;
|
|
325
322
|
"3-4": any;
|
|
326
323
|
};
|
|
327
|
-
}, import("@stitches
|
|
328
|
-
bg: (value: import("@stitches
|
|
329
|
-
background: import("@stitches
|
|
324
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
325
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
326
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
330
327
|
};
|
|
331
|
-
size: (value: string | number | import("@stitches
|
|
332
|
-
height: string | number | import("@stitches
|
|
333
|
-
width: string | number | import("@stitches
|
|
328
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
329
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
330
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
334
331
|
};
|
|
335
|
-
p: (value: string | number | import("@stitches
|
|
336
|
-
padding: string | number | import("@stitches
|
|
332
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
333
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
337
334
|
};
|
|
338
|
-
pt: (value: string | number | import("@stitches
|
|
339
|
-
paddingTop: string | number | import("@stitches
|
|
335
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
336
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
340
337
|
};
|
|
341
|
-
pr: (value: string | number | import("@stitches
|
|
342
|
-
paddingRight: string | number | import("@stitches
|
|
338
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
339
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
343
340
|
};
|
|
344
|
-
pb: (value: string | number | import("@stitches
|
|
345
|
-
paddingBottom: string | number | import("@stitches
|
|
341
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
342
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
346
343
|
};
|
|
347
|
-
pl: (value: string | number | import("@stitches
|
|
348
|
-
paddingLeft: string | number | import("@stitches
|
|
344
|
+
pl: (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">;
|
|
349
346
|
};
|
|
350
|
-
px: (value: string | number | import("@stitches
|
|
351
|
-
paddingLeft: string | number | import("@stitches
|
|
352
|
-
paddingRight: string | number | import("@stitches
|
|
347
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
348
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
349
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
353
350
|
};
|
|
354
|
-
py: (value: string | number | import("@stitches
|
|
355
|
-
paddingTop: string | number | import("@stitches
|
|
356
|
-
paddingBottom: string | number | import("@stitches
|
|
351
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
352
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
353
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
357
354
|
};
|
|
358
|
-
m: (value: string | number | import("@stitches
|
|
359
|
-
margin: string | number | import("@stitches
|
|
355
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
356
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
360
357
|
};
|
|
361
|
-
mt: (value: string | number | import("@stitches
|
|
362
|
-
marginTop: string | number | import("@stitches
|
|
358
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
359
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
363
360
|
};
|
|
364
|
-
mr: (value: string | number | import("@stitches
|
|
365
|
-
marginRight: string | number | import("@stitches
|
|
361
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
362
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
366
363
|
};
|
|
367
|
-
mb: (value: string | number | import("@stitches
|
|
368
|
-
marginBottom: string | number | import("@stitches
|
|
364
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
365
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
369
366
|
};
|
|
370
|
-
ml: (value: string | number | import("@stitches
|
|
371
|
-
marginLeft: string | number | import("@stitches
|
|
367
|
+
ml: (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">;
|
|
372
369
|
};
|
|
373
|
-
mx: (value: string | number | import("@stitches
|
|
374
|
-
marginLeft: string | number | import("@stitches
|
|
375
|
-
marginRight: string | number | import("@stitches
|
|
370
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
371
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
372
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
376
373
|
};
|
|
377
|
-
my: (value: string | number | import("@stitches
|
|
378
|
-
marginTop: string | number | import("@stitches
|
|
379
|
-
marginBottom: string | number | import("@stitches
|
|
374
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
375
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
376
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
380
377
|
};
|
|
381
378
|
}> | undefined;
|
|
382
379
|
}, "defaultChecked" | "checked" | "onCheckedChange"> & {
|
|
@@ -384,6 +381,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
384
381
|
}) => JSX.Element;
|
|
385
382
|
AllItem: ({ onCheckedChange, title, ...rest }: {
|
|
386
383
|
color?: string | undefined;
|
|
384
|
+
content?: string | undefined;
|
|
387
385
|
translate?: "yes" | "no" | undefined;
|
|
388
386
|
size?: "md" | "lg" | ({
|
|
389
387
|
"@sm"?: "md" | "lg" | undefined;
|
|
@@ -397,7 +395,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
397
395
|
} & {
|
|
398
396
|
[x: string]: "md" | "lg" | undefined;
|
|
399
397
|
}) | undefined;
|
|
400
|
-
css?: import("@stitches
|
|
398
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
401
399
|
sm: string;
|
|
402
400
|
md: string;
|
|
403
401
|
lg: string;
|
|
@@ -437,6 +435,18 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
437
435
|
blue1000: any;
|
|
438
436
|
blue1100: any;
|
|
439
437
|
blue1200: any;
|
|
438
|
+
pink100: any;
|
|
439
|
+
pink200: any;
|
|
440
|
+
pink300: any;
|
|
441
|
+
pink400: any;
|
|
442
|
+
pink500: any;
|
|
443
|
+
pink600: any;
|
|
444
|
+
pink700: any;
|
|
445
|
+
pink800: any;
|
|
446
|
+
pink900: any;
|
|
447
|
+
pink1000: any;
|
|
448
|
+
pink1100: any;
|
|
449
|
+
pink1200: any;
|
|
440
450
|
purple100: any;
|
|
441
451
|
purple200: any;
|
|
442
452
|
purple300: any;
|
|
@@ -581,26 +591,11 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
581
591
|
marsh1000: any;
|
|
582
592
|
marsh1100: any;
|
|
583
593
|
marsh1200: any;
|
|
584
|
-
tonal50: any;
|
|
585
|
-
tonal100: any;
|
|
586
|
-
tonal200: any;
|
|
587
|
-
tonal300: any;
|
|
588
|
-
tonal400: any;
|
|
589
|
-
tonal500: any;
|
|
590
|
-
tonal600: any;
|
|
591
594
|
alpha100: any;
|
|
592
595
|
alpha150: any;
|
|
593
596
|
alpha200: any;
|
|
594
597
|
alpha250: any;
|
|
595
598
|
alpha600: any;
|
|
596
|
-
brandRed: any;
|
|
597
|
-
brandRedAccent: any;
|
|
598
|
-
brandGreen: any;
|
|
599
|
-
brandGreenAccent: any;
|
|
600
|
-
brandPurple: any;
|
|
601
|
-
brandPurpleAccent: any;
|
|
602
|
-
brandYellow: any;
|
|
603
|
-
brandYellowAccent: any;
|
|
604
599
|
infoLight: any;
|
|
605
600
|
info: any;
|
|
606
601
|
infoMid: any;
|
|
@@ -701,59 +696,59 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
701
696
|
"1-1": any;
|
|
702
697
|
"3-4": any;
|
|
703
698
|
};
|
|
704
|
-
}, import("@stitches
|
|
705
|
-
bg: (value: import("@stitches
|
|
706
|
-
background: import("@stitches
|
|
699
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
700
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
701
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
707
702
|
};
|
|
708
|
-
size: (value: string | number | import("@stitches
|
|
709
|
-
height: string | number | import("@stitches
|
|
710
|
-
width: string | number | import("@stitches
|
|
703
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
704
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
705
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
711
706
|
};
|
|
712
|
-
p: (value: string | number | import("@stitches
|
|
713
|
-
padding: string | number | import("@stitches
|
|
707
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
708
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
714
709
|
};
|
|
715
|
-
pt: (value: string | number | import("@stitches
|
|
716
|
-
paddingTop: string | number | import("@stitches
|
|
710
|
+
pt: (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">;
|
|
717
712
|
};
|
|
718
|
-
pr: (value: string | number | import("@stitches
|
|
719
|
-
paddingRight: string | number | import("@stitches
|
|
713
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
714
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
720
715
|
};
|
|
721
|
-
pb: (value: string | number | import("@stitches
|
|
722
|
-
paddingBottom: string | number | import("@stitches
|
|
716
|
+
pb: (value: 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">;
|
|
723
718
|
};
|
|
724
|
-
pl: (value: string | number | import("@stitches
|
|
725
|
-
paddingLeft: string | number | import("@stitches
|
|
719
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
720
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
726
721
|
};
|
|
727
|
-
px: (value: string | number | import("@stitches
|
|
728
|
-
paddingLeft: string | number | import("@stitches
|
|
729
|
-
paddingRight: string | number | import("@stitches
|
|
722
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
723
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
724
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
730
725
|
};
|
|
731
|
-
py: (value: string | number | import("@stitches
|
|
732
|
-
paddingTop: string | number | import("@stitches
|
|
733
|
-
paddingBottom: string | number | import("@stitches
|
|
726
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
727
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
728
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
734
729
|
};
|
|
735
|
-
m: (value: string | number | import("@stitches
|
|
736
|
-
margin: string | number | import("@stitches
|
|
730
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
731
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
737
732
|
};
|
|
738
|
-
mt: (value: string | number | import("@stitches
|
|
739
|
-
marginTop: string | number | import("@stitches
|
|
733
|
+
mt: (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">;
|
|
740
735
|
};
|
|
741
|
-
mr: (value: string | number | import("@stitches
|
|
742
|
-
marginRight: string | number | import("@stitches
|
|
736
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
737
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
743
738
|
};
|
|
744
|
-
mb: (value: string | number | import("@stitches
|
|
745
|
-
marginBottom: string | number | import("@stitches
|
|
739
|
+
mb: (value: 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">;
|
|
746
741
|
};
|
|
747
|
-
ml: (value: string | number | import("@stitches
|
|
748
|
-
marginLeft: string | number | import("@stitches
|
|
742
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
743
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
749
744
|
};
|
|
750
|
-
mx: (value: string | number | import("@stitches
|
|
751
|
-
marginLeft: string | number | import("@stitches
|
|
752
|
-
marginRight: string | number | import("@stitches
|
|
745
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
746
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
747
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
753
748
|
};
|
|
754
|
-
my: (value: string | number | import("@stitches
|
|
755
|
-
marginTop: string | number | import("@stitches
|
|
756
|
-
marginBottom: string | number | import("@stitches
|
|
749
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
750
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
751
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
757
752
|
};
|
|
758
753
|
}> | undefined;
|
|
759
754
|
form?: string | undefined;
|
|
@@ -767,6 +762,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
767
762
|
suppressContentEditableWarning?: boolean | undefined;
|
|
768
763
|
suppressHydrationWarning?: boolean | undefined;
|
|
769
764
|
accessKey?: string | undefined;
|
|
765
|
+
autoFocus?: boolean | undefined;
|
|
770
766
|
className?: string | undefined;
|
|
771
767
|
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
772
768
|
contextMenu?: string | undefined;
|
|
@@ -775,6 +771,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
775
771
|
hidden?: boolean | undefined;
|
|
776
772
|
id?: string | undefined;
|
|
777
773
|
lang?: string | undefined;
|
|
774
|
+
nonce?: string | undefined;
|
|
778
775
|
placeholder?: string | undefined;
|
|
779
776
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
780
777
|
tabIndex?: number | undefined;
|
|
@@ -785,7 +782,9 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
785
782
|
inlist?: any;
|
|
786
783
|
prefix?: string | undefined;
|
|
787
784
|
property?: string | undefined;
|
|
785
|
+
rel?: string | undefined;
|
|
788
786
|
resource?: string | undefined;
|
|
787
|
+
rev?: string | undefined;
|
|
789
788
|
typeof?: string | undefined;
|
|
790
789
|
vocab?: string | undefined;
|
|
791
790
|
autoCapitalize?: string | undefined;
|
|
@@ -801,57 +800,57 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
801
800
|
unselectable?: "on" | "off" | undefined;
|
|
802
801
|
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
803
802
|
is?: string | undefined;
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
803
|
+
"aria-activedescendant"?: string | undefined;
|
|
804
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
805
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
806
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
807
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
808
|
+
"aria-colcount"?: number | undefined;
|
|
809
|
+
"aria-colindex"?: number | undefined;
|
|
810
|
+
"aria-colspan"?: number | undefined;
|
|
811
|
+
"aria-controls"?: string | undefined;
|
|
812
|
+
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
813
|
+
"aria-describedby"?: string | undefined;
|
|
814
|
+
"aria-details"?: string | undefined;
|
|
815
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
816
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
817
|
+
"aria-errormessage"?: string | undefined;
|
|
818
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
819
|
+
"aria-flowto"?: string | undefined;
|
|
820
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
821
|
+
"aria-haspopup"?: boolean | "grid" | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | undefined;
|
|
822
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
823
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
824
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
825
|
+
"aria-label"?: string | undefined;
|
|
826
|
+
"aria-labelledby"?: string | undefined;
|
|
827
|
+
"aria-level"?: number | undefined;
|
|
828
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
829
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
830
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
831
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
832
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
833
|
+
"aria-owns"?: string | undefined;
|
|
834
|
+
"aria-placeholder"?: string | undefined;
|
|
835
|
+
"aria-posinset"?: number | undefined;
|
|
836
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
837
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
838
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
839
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
840
|
+
"aria-roledescription"?: string | undefined;
|
|
841
|
+
"aria-rowcount"?: number | undefined;
|
|
842
|
+
"aria-rowindex"?: number | undefined;
|
|
843
|
+
"aria-rowspan"?: number | undefined;
|
|
844
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
845
|
+
"aria-setsize"?: number | undefined;
|
|
846
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
847
|
+
"aria-valuemax"?: number | undefined;
|
|
848
|
+
"aria-valuemin"?: number | undefined;
|
|
849
|
+
"aria-valuenow"?: number | undefined;
|
|
850
|
+
"aria-valuetext"?: string | undefined;
|
|
852
851
|
children?: React.ReactNode;
|
|
853
852
|
dangerouslySetInnerHTML?: {
|
|
854
|
-
__html: string;
|
|
853
|
+
__html: string | TrustedHTML;
|
|
855
854
|
} | undefined;
|
|
856
855
|
onCopy?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
857
856
|
onCopyCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
@@ -1017,7 +1016,6 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
1017
1016
|
asChild?: boolean | undefined;
|
|
1018
1017
|
disabled?: boolean | undefined;
|
|
1019
1018
|
type?: "button" | "reset" | "submit" | undefined;
|
|
1020
|
-
autoFocus?: boolean | undefined;
|
|
1021
1019
|
formAction?: string | undefined;
|
|
1022
1020
|
formEncType?: string | undefined;
|
|
1023
1021
|
formMethod?: string | undefined;
|
|
@@ -1038,9 +1036,9 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
1038
1036
|
}) | undefined;
|
|
1039
1037
|
onCheckedChange?: ((checked: import("@radix-ui/react-checkbox").CheckedState) => void) | undefined;
|
|
1040
1038
|
}) => JSX.Element;
|
|
1041
|
-
Sub: ({ asChild, ...rest }: Omit<
|
|
1039
|
+
Sub: ({ asChild, ...rest }: Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1042
1040
|
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
1043
|
-
}, "css"> & import("@stitches
|
|
1041
|
+
}, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
|
|
1044
1042
|
sm: string;
|
|
1045
1043
|
md: string;
|
|
1046
1044
|
lg: string;
|
|
@@ -1049,7 +1047,7 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
1049
1047
|
allowMotion: string;
|
|
1050
1048
|
hover: string;
|
|
1051
1049
|
}> & {
|
|
1052
|
-
css?: import("@stitches
|
|
1050
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1053
1051
|
sm: string;
|
|
1054
1052
|
md: string;
|
|
1055
1053
|
lg: string;
|
|
@@ -1089,6 +1087,18 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
1089
1087
|
blue1000: any;
|
|
1090
1088
|
blue1100: any;
|
|
1091
1089
|
blue1200: any;
|
|
1090
|
+
pink100: any;
|
|
1091
|
+
pink200: any;
|
|
1092
|
+
pink300: any;
|
|
1093
|
+
pink400: any;
|
|
1094
|
+
pink500: any;
|
|
1095
|
+
pink600: any;
|
|
1096
|
+
pink700: any;
|
|
1097
|
+
pink800: any;
|
|
1098
|
+
pink900: any;
|
|
1099
|
+
pink1000: any;
|
|
1100
|
+
pink1100: any;
|
|
1101
|
+
pink1200: any;
|
|
1092
1102
|
purple100: any;
|
|
1093
1103
|
purple200: any;
|
|
1094
1104
|
purple300: any;
|
|
@@ -1233,26 +1243,11 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
1233
1243
|
marsh1000: any;
|
|
1234
1244
|
marsh1100: any;
|
|
1235
1245
|
marsh1200: any;
|
|
1236
|
-
tonal50: any;
|
|
1237
|
-
tonal100: any;
|
|
1238
|
-
tonal200: any;
|
|
1239
|
-
tonal300: any;
|
|
1240
|
-
tonal400: any;
|
|
1241
|
-
tonal500: any;
|
|
1242
|
-
tonal600: any;
|
|
1243
1246
|
alpha100: any;
|
|
1244
1247
|
alpha150: any;
|
|
1245
1248
|
alpha200: any;
|
|
1246
1249
|
alpha250: any;
|
|
1247
1250
|
alpha600: any;
|
|
1248
|
-
brandRed: any;
|
|
1249
|
-
brandRedAccent: any;
|
|
1250
|
-
brandGreen: any;
|
|
1251
|
-
brandGreenAccent: any;
|
|
1252
|
-
brandPurple: any;
|
|
1253
|
-
brandPurpleAccent: any;
|
|
1254
|
-
brandYellow: any;
|
|
1255
|
-
brandYellowAccent: any;
|
|
1256
1251
|
infoLight: any;
|
|
1257
1252
|
info: any;
|
|
1258
1253
|
infoMid: any;
|
|
@@ -1353,59 +1348,59 @@ export declare const CheckboxGroup: (({ checked, defaultChecked, onCheckedChange
|
|
|
1353
1348
|
"1-1": any;
|
|
1354
1349
|
"3-4": any;
|
|
1355
1350
|
};
|
|
1356
|
-
}, import("@stitches
|
|
1357
|
-
bg: (value: import("@stitches
|
|
1358
|
-
background: import("@stitches
|
|
1351
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1352
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1353
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1359
1354
|
};
|
|
1360
|
-
size: (value: string | number | import("@stitches
|
|
1361
|
-
height: string | number | import("@stitches
|
|
1362
|
-
width: string | number | import("@stitches
|
|
1355
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1356
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1357
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1363
1358
|
};
|
|
1364
|
-
p: (value: string | number | import("@stitches
|
|
1365
|
-
padding: string | number | import("@stitches
|
|
1359
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1360
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1366
1361
|
};
|
|
1367
|
-
pt: (value: string | number | import("@stitches
|
|
1368
|
-
paddingTop: string | number | import("@stitches
|
|
1362
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1363
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1369
1364
|
};
|
|
1370
|
-
pr: (value: string | number | import("@stitches
|
|
1371
|
-
paddingRight: string | number | import("@stitches
|
|
1365
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1366
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1372
1367
|
};
|
|
1373
|
-
pb: (value: string | number | import("@stitches
|
|
1374
|
-
paddingBottom: string | number | import("@stitches
|
|
1368
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1369
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1375
1370
|
};
|
|
1376
|
-
pl: (value: string | number | import("@stitches
|
|
1377
|
-
paddingLeft: string | number | import("@stitches
|
|
1371
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1372
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1378
1373
|
};
|
|
1379
|
-
px: (value: string | number | import("@stitches
|
|
1380
|
-
paddingLeft: string | number | import("@stitches
|
|
1381
|
-
paddingRight: string | number | import("@stitches
|
|
1374
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1375
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1376
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1382
1377
|
};
|
|
1383
|
-
py: (value: string | number | import("@stitches
|
|
1384
|
-
paddingTop: string | number | import("@stitches
|
|
1385
|
-
paddingBottom: string | number | import("@stitches
|
|
1378
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1379
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1380
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1386
1381
|
};
|
|
1387
|
-
m: (value: string | number | import("@stitches
|
|
1388
|
-
margin: string | number | import("@stitches
|
|
1382
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1383
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1389
1384
|
};
|
|
1390
|
-
mt: (value: string | number | import("@stitches
|
|
1391
|
-
marginTop: string | number | import("@stitches
|
|
1385
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1386
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1392
1387
|
};
|
|
1393
|
-
mr: (value: string | number | import("@stitches
|
|
1394
|
-
marginRight: string | number | import("@stitches
|
|
1388
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1389
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1395
1390
|
};
|
|
1396
|
-
mb: (value: string | number | import("@stitches
|
|
1397
|
-
marginBottom: string | number | import("@stitches
|
|
1391
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1392
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1398
1393
|
};
|
|
1399
|
-
ml: (value: string | number | import("@stitches
|
|
1400
|
-
marginLeft: string | number | import("@stitches
|
|
1394
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1395
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1401
1396
|
};
|
|
1402
|
-
mx: (value: string | number | import("@stitches
|
|
1403
|
-
marginLeft: string | number | import("@stitches
|
|
1404
|
-
marginRight: string | number | import("@stitches
|
|
1397
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1398
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1399
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1405
1400
|
};
|
|
1406
|
-
my: (value: string | number | import("@stitches
|
|
1407
|
-
marginTop: string | number | import("@stitches
|
|
1408
|
-
marginBottom: string | number | import("@stitches
|
|
1401
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1402
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1403
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1409
1404
|
};
|
|
1410
1405
|
}> | undefined;
|
|
1411
1406
|
} & {
|