@atom-learning/components 4.0.0-beta.1 → 4.0.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/Accordion.d.ts +52 -55
- package/dist/components/accordion/AccordionContent.d.ts +53 -56
- package/dist/components/accordion/AccordionItem.d.ts +52 -55
- package/dist/components/accordion/AccordionTrigger.d.ts +105 -111
- package/dist/components/accordion/AccordionTrigger.js +1 -1
- package/dist/components/accordion/AccordionTrigger.js.map +1 -1
- package/dist/components/action-icon/ActionIcon.d.ts +53 -56
- package/dist/components/action-icon/ActionIcon.js +1 -1
- package/dist/components/action-icon/ActionIcon.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +105 -111
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +53 -56
- package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +2 -2
- package/dist/components/avatar/Avatar.d.ts +164 -173
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/avatar/AvatarIcon.d.ts +2 -2
- package/dist/components/avatar/AvatarImage.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.js +1 -1
- package/dist/components/avatar/AvatarInitial.js.map +1 -1
- package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
- package/dist/components/badge/Badge.context.d.ts +1 -1
- package/dist/components/badge/Badge.d.ts +316 -332
- package/dist/components/badge/BadgeIcon.d.ts +105 -111
- package/dist/components/badge/BadgeText.d.ts +106 -110
- package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +27 -16
- package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
- package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
- package/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/BannerContainer.d.ts +103 -109
- package/dist/components/banner/BannerContext.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +487 -505
- package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +104 -110
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +106 -112
- package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +432 -447
- package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +52 -55
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +104 -110
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +105 -111
- package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
- package/dist/components/box/Box.d.ts +52 -55
- package/dist/components/button/Button.d.ts +53 -56
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Calendar.d.ts +1 -1
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/components/calendar/Calendar.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +52 -55
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/carousel/Carousel.d.ts +213 -225
- package/dist/components/carousel/CarouselArrows.d.ts +3 -3
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +52 -55
- package/dist/components/carousel/CarouselPagination.js +1 -1
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +53 -56
- package/dist/components/carousel/CarouselSlider.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-field/CheckboxField.d.ts +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +211 -216
- package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
- package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +422 -416
- package/dist/components/chip/Chip.d.ts +369 -390
- package/dist/components/chip/Chip.js +1 -1
- package/dist/components/chip/Chip.js.map +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +212 -224
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +212 -224
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/combobox/Combobox.d.ts +261 -276
- package/dist/components/combobox/ComboboxInput.d.ts +52 -55
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.js +1 -1
- package/dist/components/combobox/ComboboxOption.js.map +1 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +52 -55
- package/dist/components/combobox/ComboboxPopover.js +1 -1
- package/dist/components/combobox/ComboboxPopover.js.map +1 -1
- package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
- package/dist/components/data-table/DataTable.d.ts +650 -683
- package/dist/components/data-table/DataTableBody.d.ts +1 -1
- package/dist/components/data-table/DataTableBulkActions.d.ts +3 -3
- package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
- package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
- package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
- package/dist/components/data-table/DataTableHead.d.ts +1 -1
- package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +54 -57
- package/dist/components/data-table/DataTableMetaData.d.ts +4 -9
- package/dist/components/data-table/DataTableMetaData.js +1 -1
- package/dist/components/data-table/DataTableMetaData.js.map +1 -1
- package/dist/components/data-table/DataTableRow.d.ts +1 -1
- package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +2 -2
- package/dist/components/data-table/DataTableTable.d.ts +1 -1
- package/dist/components/data-table/DataTableTable.js +1 -1
- package/dist/components/data-table/DataTableTable.js.map +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
- package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +53 -56
- package/dist/components/date-field/DateField.d.ts +2 -2
- package/dist/components/dialog/Dialog.d.ts +368 -389
- package/dist/components/dialog/DialogBackground.d.ts +103 -109
- package/dist/components/dialog/DialogClose.d.ts +52 -55
- package/dist/components/dialog/DialogContent.d.ts +53 -56
- package/dist/components/dialog/DialogContent.js +1 -1
- package/dist/components/dialog/DialogContent.js.map +1 -1
- package/dist/components/dialog/DialogFooter.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.js +1 -1
- package/dist/components/dialog/DialogHeading.js.map +1 -1
- package/dist/components/dismissible/DismissibleRoot.d.ts +2 -2
- package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
- package/dist/components/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
- package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- package/dist/components/divider/Divider.d.ts +52 -55
- package/dist/components/divider/Divider.js +1 -1
- package/dist/components/divider/Divider.js.map +1 -1
- package/dist/components/drawer/Drawer.d.ts +316 -334
- package/dist/components/drawer/DrawerClose.d.ts +1 -1
- package/dist/components/drawer/DrawerContent.d.ts +53 -56
- package/dist/components/drawer/DrawerFooter.d.ts +52 -55
- package/dist/components/drawer/DrawerHeader.d.ts +52 -55
- package/dist/components/drawer/DrawerMain.d.ts +52 -55
- package/dist/components/drawer/DrawerOverlay.d.ts +52 -55
- package/dist/components/drawer/DrawerTrigger.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +313 -331
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +480 -483
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +53 -56
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +52 -55
- package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
- package/dist/components/empty-state/EmptyState.d.ts +373 -392
- package/dist/components/empty-state/EmptyStateBody.d.ts +107 -111
- package/dist/components/empty-state/EmptyStateBody.js +1 -1
- package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
- package/dist/components/empty-state/EmptyStateImage.d.ts +108 -114
- package/dist/components/empty-state/EmptyStateTitle.d.ts +53 -56
- package/dist/components/empty-state/EmptyStateTitle.js +1 -1
- package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
- package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
- package/dist/components/field-wrapper/FieldDescription.js +1 -1
- package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
- package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -1
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/file-input/FileInput.d.ts +1 -1
- package/dist/components/flex/Flex.d.ts +52 -55
- package/dist/components/form/Form.d.ts +53 -56
- package/dist/components/grid/Grid.d.ts +53 -56
- package/dist/components/heading/Heading.d.ts +52 -55
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/icon/Icon.d.ts +52 -55
- package/dist/components/image/Image.d.ts +53 -56
- package/dist/components/index.d.ts +1 -0
- package/dist/components/inline-message/InlineMessage.config.js +1 -1
- package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +104 -110
- package/dist/components/input/Input.d.ts +155 -164
- package/dist/components/input/Input.js +1 -1
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +760 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.js +2 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.js.map +1 -0
- package/dist/components/keyboard-shortcut/index.d.ts +1124 -0
- package/dist/components/keyboard-shortcut/index.js +2 -0
- package/dist/components/keyboard-shortcut/index.js.map +1 -0
- package/dist/components/label/Label.d.ts +53 -56
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- package/dist/components/link/Link.d.ts +52 -55
- package/dist/components/list/List.d.ts +104 -110
- package/dist/components/loader/Loader.d.ts +2 -2
- package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +54 -57
- package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownLink.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownList.js +1 -1
- package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownText.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
- package/dist/components/navigation/NavigationMenu.d.ts +369 -388
- package/dist/components/navigation/NavigationMenu.js +1 -1
- package/dist/components/navigation/NavigationMenu.js.map +1 -1
- package/dist/components/navigation/NavigationMenu.styles.d.ts +1 -1
- package/dist/components/navigation/NavigationMenu.styles.js +1 -1
- package/dist/components/navigation/NavigationMenu.styles.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +53 -56
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +106 -110
- package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
- package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +52 -55
- package/dist/components/navigation/NavigationMenuLink.d.ts +52 -55
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +686 -707
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.d.ts +2 -2
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js.map +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +104 -110
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +106 -110
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -1
- package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +1 -1
- package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js.map +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
- package/dist/components/pagination/Pagination.d.ts +2 -2
- package/dist/components/pagination/PaginationNextButton.d.ts +106 -112
- package/dist/components/pagination/PaginationPage.d.ts +2 -2
- package/dist/components/pagination/PaginationPopover.d.ts +1 -1
- package/dist/components/pagination/PaginationPopover.js +1 -1
- package/dist/components/pagination/PaginationPopover.js.map +1 -1
- package/dist/components/pagination/PaginationPreviousButton.d.ts +106 -112
- package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +105 -111
- package/dist/components/popover/PopoverContent.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.js +1 -1
- package/dist/components/progress-bar/ProgressBar.js.map +1 -1
- package/dist/components/radio-button/RadioButton.d.ts +53 -56
- package/dist/components/radio-button/RadioButton.js +1 -1
- package/dist/components/radio-button/RadioButton.js.map +1 -1
- package/dist/components/radio-button/RadioButtonGroup.d.ts +52 -55
- package/dist/components/radio-button-field/RadioButtonField.d.ts +54 -57
- package/dist/components/radio-button-field/RadioField.d.ts +1 -1
- package/dist/components/radio-card/RadioCard.d.ts +53 -56
- package/dist/components/radio-card/RadioCard.js +1 -1
- package/dist/components/radio-card/RadioCard.js.map +1 -1
- package/dist/components/radio-card/RadioCardGroup.d.ts +2 -2
- package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
- package/dist/components/search-field/SearchField.d.ts +2 -2
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/search-input/SearchInput.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +377 -394
- package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
- package/dist/components/section-message/SectionMessageTitle.js +1 -1
- package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
- package/dist/components/select/Select.d.ts +52 -55
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-field/SelectField.d.ts +2 -2
- package/dist/components/side-bar/SideBar.d.ts +422 -444
- package/dist/components/side-bar/SideBarComponents.d.ts +369 -388
- package/dist/components/slider/Slider.d.ts +52 -55
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/slider/SliderSteps.d.ts +2 -2
- package/dist/components/slider/SliderSteps.js +1 -1
- package/dist/components/slider/SliderSteps.js.map +1 -1
- package/dist/components/slider/SliderValue.d.ts +2 -2
- package/dist/components/slider/SliderValue.js +1 -1
- package/dist/components/slider/SliderValue.js.map +1 -1
- package/dist/components/slider-field/SliderField.d.ts +2 -2
- package/dist/components/sortable/Handle.d.ts +105 -111
- package/dist/components/sortable/SortableHandle.d.ts +1 -1
- package/dist/components/sortable/SortableItem.d.ts +2 -2
- package/dist/components/sortable/SortableItem.js +1 -1
- package/dist/components/sortable/SortableItem.js.map +1 -1
- package/dist/components/sortable/SortableRoot.d.ts +1 -1
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/spacer/Spacer.d.ts +364 -1
- package/dist/components/spacer/Spacer.js +1 -1
- package/dist/components/spacer/Spacer.js.map +1 -1
- package/dist/components/stack-content/StackContent.d.ts +52 -55
- package/dist/components/stepper/Stepper.d.ts +112 -118
- package/dist/components/stepper/StepperStepBack.d.ts +1 -1
- package/dist/components/stepper/StepperStepBullet.d.ts +103 -109
- package/dist/components/stepper/StepperStepBullet.js +1 -1
- package/dist/components/stepper/StepperStepBullet.js.map +1 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +103 -109
- package/dist/components/stepper/StepperStepContainer.js +1 -1
- package/dist/components/stepper/StepperStepContainer.js.map +1 -1
- package/dist/components/stepper/StepperStepForward.d.ts +1 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +106 -110
- package/dist/components/stepper/StepperStepLabel.js +1 -1
- package/dist/components/stepper/StepperStepLabel.js.map +1 -1
- package/dist/components/stepper/StepperSteps.d.ts +2 -2
- package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
- package/dist/components/switch/Switch.d.ts +53 -56
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +425 -451
- package/dist/components/table/Table.js +1 -1
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/TableBody.d.ts +53 -56
- package/dist/components/table/TableBody.js +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableCell.d.ts +52 -55
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableCell.js.map +1 -1
- package/dist/components/table/TableFooter.d.ts +52 -55
- package/dist/components/table/TableFooterCell.d.ts +52 -55
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableFooterCell.js.map +1 -1
- package/dist/components/table/TableHeader.d.ts +53 -56
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +52 -55
- package/dist/components/table/TableRow.d.ts +52 -55
- package/dist/components/table/TableStickyColumnsContainer.d.ts +2 -4
- package/dist/components/table/TableStickyColumnsContainer.js +1 -1
- package/dist/components/table/TableStickyColumnsContainer.js.map +1 -1
- package/dist/components/table/useStickyColumnsCss.d.ts +1 -3
- package/dist/components/table/useStickyColumnsCss.js +1 -1
- package/dist/components/table/useStickyColumnsCss.js.map +1 -1
- package/dist/components/tabs/Tabs.d.ts +210 -222
- package/dist/components/tabs/TabsContent.d.ts +52 -55
- package/dist/components/tabs/TabsTrigger.d.ts +53 -56
- package/dist/components/tabs/TabsTrigger.js +1 -1
- package/dist/components/tabs/TabsTrigger.js.map +1 -1
- package/dist/components/tabs/TabsTriggerList.d.ts +105 -111
- package/dist/components/text/Text.d.ts +54 -55
- package/dist/components/text/Text.js +1 -1
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +52 -55
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea-field/TextareaField.d.ts +2 -2
- package/dist/components/tile/Tile.d.ts +52 -55
- package/dist/components/tile/TileGroup.d.ts +52 -55
- package/dist/components/tile-interactive/TileInteractive.d.ts +104 -110
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +157 -166
- package/dist/components/toast/Toast.d.ts +156 -165
- package/dist/components/toast/ToastProvider.d.ts +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +103 -109
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -110
- package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +52 -55
- package/dist/components/toggle-group/index.d.ts +313 -331
- package/dist/components/tooltip/Tooltip.d.ts +106 -112
- package/dist/components/tooltip/TooltipContent.d.ts +53 -56
- package/dist/components/tooltip/TooltipContent.js +1 -1
- package/dist/components/tooltip/TooltipContent.js.map +1 -1
- package/dist/components/top-bar/TopBar.d.ts +638 -287
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/top-bar/TopBarBrand.d.ts +160 -176
- package/dist/components/top-bar/TopBarBrand.js +1 -1
- package/dist/components/top-bar/TopBarBrand.js.map +1 -1
- package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +1 -1
- package/dist/components/tree/Tree.d.ts +793 -812
- package/dist/components/tree/TreeCollapsible.d.ts +53 -56
- package/dist/components/tree/TreeCollapsibleContent.d.ts +52 -55
- package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
- package/dist/components/tree/TreeIcon.d.ts +104 -110
- package/dist/components/tree/TreeItemContent.d.ts +54 -57
- package/dist/components/tree/TreeListItem.d.ts +54 -57
- package/dist/components/video/Video.d.ts +52 -55
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -55
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/stitches.d.ts +604 -637
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +276 -279
- package/dist/utilities/hooks/useResizeObserver.js.map +1 -1
- package/dist/utilities/hooks/useScrollPosition.js +1 -1
- package/dist/utilities/hooks/useScrollPosition.js.map +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js.map +1 -1
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +103 -109
- package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
- package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
- package/dist/utilities/style/focus-visible-style-block.d.ts +2 -1
- package/dist/utilities/style/focus-visible-style-block.js +1 -1
- package/dist/utilities/style/focus-visible-style-block.js.map +1 -1
- package/package.json +27 -16
|
@@ -7,7 +7,7 @@ declare type CarouselProps = {
|
|
|
7
7
|
numSlides: number;
|
|
8
8
|
};
|
|
9
9
|
export declare const CarouselComponent: {
|
|
10
|
-
({ children, css, slideHeight, slideWidth, numSlides, ...props }: CarouselProps & Omit<React.ComponentProps<typeof CarouselProvider>, 'naturalSlideWidth' | 'naturalSlideHeight' | 'totalSlides'> & React.ComponentProps<typeof CSSWrapper>): JSX.Element;
|
|
10
|
+
({ children, css, slideHeight, slideWidth, numSlides, ...props }: CarouselProps & Omit<React.ComponentProps<typeof CarouselProvider>, 'naturalSlideWidth' | 'naturalSlideHeight' | 'totalSlides'> & React.ComponentProps<typeof CSSWrapper>): React.JSX.Element;
|
|
11
11
|
displayName: string;
|
|
12
12
|
};
|
|
13
13
|
/**
|
|
@@ -16,16 +16,16 @@ export declare const CarouselComponent: {
|
|
|
16
16
|
*/
|
|
17
17
|
export declare const useCarousel: () => import("pure-react-carousel").CarouselStoreInterface;
|
|
18
18
|
export declare const Carousel: {
|
|
19
|
-
({ children, css, slideHeight, slideWidth, numSlides, ...props }: CarouselProps & Omit<React.ComponentProps<typeof CarouselProvider>, 'naturalSlideWidth' | 'naturalSlideHeight' | 'totalSlides'> & React.ComponentProps<typeof CSSWrapper>): JSX.Element;
|
|
19
|
+
({ children, css, slideHeight, slideWidth, numSlides, ...props }: CarouselProps & Omit<React.ComponentProps<typeof CarouselProvider>, 'naturalSlideWidth' | 'naturalSlideHeight' | 'totalSlides'> & React.ComponentProps<typeof CSSWrapper>): React.JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
} & {
|
|
22
22
|
ArrowNext: (props: {
|
|
23
23
|
css: import("../..").CSS;
|
|
24
|
-
}) => JSX.Element;
|
|
24
|
+
}) => React.JSX.Element;
|
|
25
25
|
ArrowPrevious: (props: {
|
|
26
26
|
css: import("../..").CSS;
|
|
27
|
-
}) => JSX.Element;
|
|
28
|
-
Pagination: import("@stitches
|
|
27
|
+
}) => React.JSX.Element;
|
|
28
|
+
Pagination: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ComponentClass<import("pure-react-carousel/typings/carouselElements").DotGroupProps, any>, {}, {
|
|
29
29
|
sm: string;
|
|
30
30
|
md: string;
|
|
31
31
|
lg: string;
|
|
@@ -33,7 +33,7 @@ export declare const Carousel: {
|
|
|
33
33
|
reducedMotion: string;
|
|
34
34
|
allowMotion: string;
|
|
35
35
|
hover: string;
|
|
36
|
-
}, import("@stitches
|
|
36
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
37
37
|
sm: string;
|
|
38
38
|
md: string;
|
|
39
39
|
lg: string;
|
|
@@ -73,6 +73,18 @@ export declare const Carousel: {
|
|
|
73
73
|
blue1000: any;
|
|
74
74
|
blue1100: any;
|
|
75
75
|
blue1200: any;
|
|
76
|
+
pink100: any;
|
|
77
|
+
pink200: any;
|
|
78
|
+
pink300: any;
|
|
79
|
+
pink400: any;
|
|
80
|
+
pink500: any;
|
|
81
|
+
pink600: any;
|
|
82
|
+
pink700: any;
|
|
83
|
+
pink800: any;
|
|
84
|
+
pink900: any;
|
|
85
|
+
pink1000: any;
|
|
86
|
+
pink1100: any;
|
|
87
|
+
pink1200: any;
|
|
76
88
|
purple100: any;
|
|
77
89
|
purple200: any;
|
|
78
90
|
purple300: any;
|
|
@@ -217,26 +229,11 @@ export declare const Carousel: {
|
|
|
217
229
|
marsh1000: any;
|
|
218
230
|
marsh1100: any;
|
|
219
231
|
marsh1200: any;
|
|
220
|
-
tonal50: any;
|
|
221
|
-
tonal100: any;
|
|
222
|
-
tonal200: any;
|
|
223
|
-
tonal300: any;
|
|
224
|
-
tonal400: any;
|
|
225
|
-
tonal500: any;
|
|
226
|
-
tonal600: any;
|
|
227
232
|
alpha100: any;
|
|
228
233
|
alpha150: any;
|
|
229
234
|
alpha200: any;
|
|
230
235
|
alpha250: any;
|
|
231
236
|
alpha600: any;
|
|
232
|
-
brandRed: any;
|
|
233
|
-
brandRedAccent: any;
|
|
234
|
-
brandGreen: any;
|
|
235
|
-
brandGreenAccent: any;
|
|
236
|
-
brandPurple: any;
|
|
237
|
-
brandPurpleAccent: any;
|
|
238
|
-
brandYellow: any;
|
|
239
|
-
brandYellowAccent: any;
|
|
240
237
|
infoLight: any;
|
|
241
238
|
info: any;
|
|
242
239
|
infoMid: any;
|
|
@@ -337,62 +334,62 @@ export declare const Carousel: {
|
|
|
337
334
|
"1-1": any;
|
|
338
335
|
"3-4": any;
|
|
339
336
|
};
|
|
340
|
-
}, import("@stitches
|
|
341
|
-
bg: (value: import("@stitches
|
|
342
|
-
background: import("@stitches
|
|
337
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
338
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
339
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
343
340
|
};
|
|
344
|
-
size: (value: string | number | import("@stitches
|
|
345
|
-
height: string | number | import("@stitches
|
|
346
|
-
width: string | number | import("@stitches
|
|
341
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
342
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
343
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
347
344
|
};
|
|
348
|
-
p: (value: string | number | import("@stitches
|
|
349
|
-
padding: string | number | import("@stitches
|
|
345
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
346
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
350
347
|
};
|
|
351
|
-
pt: (value: string | number | import("@stitches
|
|
352
|
-
paddingTop: string | number | import("@stitches
|
|
348
|
+
pt: (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">;
|
|
353
350
|
};
|
|
354
|
-
pr: (value: string | number | import("@stitches
|
|
355
|
-
paddingRight: string | number | import("@stitches
|
|
351
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
352
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
356
353
|
};
|
|
357
|
-
pb: (value: string | number | import("@stitches
|
|
358
|
-
paddingBottom: string | number | import("@stitches
|
|
354
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
355
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
359
356
|
};
|
|
360
|
-
pl: (value: string | number | import("@stitches
|
|
361
|
-
paddingLeft: string | number | import("@stitches
|
|
357
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
358
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
362
359
|
};
|
|
363
|
-
px: (value: string | number | import("@stitches
|
|
364
|
-
paddingLeft: string | number | import("@stitches
|
|
365
|
-
paddingRight: string | number | import("@stitches
|
|
360
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
361
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
362
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
366
363
|
};
|
|
367
|
-
py: (value: string | number | import("@stitches
|
|
368
|
-
paddingTop: string | number | import("@stitches
|
|
369
|
-
paddingBottom: string | number | import("@stitches
|
|
364
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
365
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
366
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
370
367
|
};
|
|
371
|
-
m: (value: string | number | import("@stitches
|
|
372
|
-
margin: string | number | import("@stitches
|
|
368
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
369
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
373
370
|
};
|
|
374
|
-
mt: (value: string | number | import("@stitches
|
|
375
|
-
marginTop: string | number | import("@stitches
|
|
371
|
+
mt: (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">;
|
|
376
373
|
};
|
|
377
|
-
mr: (value: string | number | import("@stitches
|
|
378
|
-
marginRight: string | number | import("@stitches
|
|
374
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
375
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
379
376
|
};
|
|
380
|
-
mb: (value: string | number | import("@stitches
|
|
381
|
-
marginBottom: string | number | import("@stitches
|
|
377
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
378
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
382
379
|
};
|
|
383
|
-
ml: (value: string | number | import("@stitches
|
|
384
|
-
marginLeft: string | number | import("@stitches
|
|
380
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
381
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
385
382
|
};
|
|
386
|
-
mx: (value: string | number | import("@stitches
|
|
387
|
-
marginLeft: string | number | import("@stitches
|
|
388
|
-
marginRight: string | number | import("@stitches
|
|
383
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
384
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
385
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
389
386
|
};
|
|
390
|
-
my: (value: string | number | import("@stitches
|
|
391
|
-
marginTop: string | number | import("@stitches
|
|
392
|
-
marginBottom: string | number | import("@stitches
|
|
387
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
388
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
389
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
393
390
|
};
|
|
394
391
|
}>>;
|
|
395
|
-
Slide: ({ children, ...remainingProps }: ((Omit<import("pure-react-carousel/typings/carouselElements").SlideProps & React.RefAttributes<React.Component<import("pure-react-carousel/typings/carouselElements").SlideProps, any, any>>, "css"> & import("@stitches
|
|
392
|
+
Slide: ({ children, ...remainingProps }: ((Omit<import("pure-react-carousel/typings/carouselElements").SlideProps & React.RefAttributes<React.Component<import("pure-react-carousel/typings/carouselElements").SlideProps, any, any>>, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
|
|
396
393
|
sm: string;
|
|
397
394
|
md: string;
|
|
398
395
|
lg: string;
|
|
@@ -401,7 +398,7 @@ export declare const Carousel: {
|
|
|
401
398
|
allowMotion: string;
|
|
402
399
|
hover: string;
|
|
403
400
|
}> & {
|
|
404
|
-
css?: import("@stitches
|
|
401
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
405
402
|
sm: string;
|
|
406
403
|
md: string;
|
|
407
404
|
lg: string;
|
|
@@ -441,6 +438,18 @@ export declare const Carousel: {
|
|
|
441
438
|
blue1000: any;
|
|
442
439
|
blue1100: any;
|
|
443
440
|
blue1200: any;
|
|
441
|
+
pink100: any;
|
|
442
|
+
pink200: any;
|
|
443
|
+
pink300: any;
|
|
444
|
+
pink400: any;
|
|
445
|
+
pink500: any;
|
|
446
|
+
pink600: any;
|
|
447
|
+
pink700: any;
|
|
448
|
+
pink800: any;
|
|
449
|
+
pink900: any;
|
|
450
|
+
pink1000: any;
|
|
451
|
+
pink1100: any;
|
|
452
|
+
pink1200: any;
|
|
444
453
|
purple100: any;
|
|
445
454
|
purple200: any;
|
|
446
455
|
purple300: any;
|
|
@@ -585,26 +594,11 @@ export declare const Carousel: {
|
|
|
585
594
|
marsh1000: any;
|
|
586
595
|
marsh1100: any;
|
|
587
596
|
marsh1200: any;
|
|
588
|
-
tonal50: any;
|
|
589
|
-
tonal100: any;
|
|
590
|
-
tonal200: any;
|
|
591
|
-
tonal300: any;
|
|
592
|
-
tonal400: any;
|
|
593
|
-
tonal500: any;
|
|
594
|
-
tonal600: any;
|
|
595
597
|
alpha100: any;
|
|
596
598
|
alpha150: any;
|
|
597
599
|
alpha200: any;
|
|
598
600
|
alpha250: any;
|
|
599
601
|
alpha600: any;
|
|
600
|
-
brandRed: any;
|
|
601
|
-
brandRedAccent: any;
|
|
602
|
-
brandGreen: any;
|
|
603
|
-
brandGreenAccent: any;
|
|
604
|
-
brandPurple: any;
|
|
605
|
-
brandPurpleAccent: any;
|
|
606
|
-
brandYellow: any;
|
|
607
|
-
brandYellowAccent: any;
|
|
608
602
|
infoLight: any;
|
|
609
603
|
info: any;
|
|
610
604
|
infoMid: any;
|
|
@@ -705,64 +699,64 @@ export declare const Carousel: {
|
|
|
705
699
|
"1-1": any;
|
|
706
700
|
"3-4": any;
|
|
707
701
|
};
|
|
708
|
-
}, import("@stitches
|
|
709
|
-
bg: (value: import("@stitches
|
|
710
|
-
background: import("@stitches
|
|
702
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
703
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
704
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
711
705
|
};
|
|
712
|
-
size: (value: string | number | import("@stitches
|
|
713
|
-
height: string | number | import("@stitches
|
|
714
|
-
width: string | number | import("@stitches
|
|
706
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
707
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
708
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
715
709
|
};
|
|
716
|
-
p: (value: string | number | import("@stitches
|
|
717
|
-
padding: string | number | import("@stitches
|
|
710
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
711
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
718
712
|
};
|
|
719
|
-
pt: (value: string | number | import("@stitches
|
|
720
|
-
paddingTop: string | number | import("@stitches
|
|
713
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
714
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
721
715
|
};
|
|
722
|
-
pr: (value: string | number | import("@stitches
|
|
723
|
-
paddingRight: string | number | import("@stitches
|
|
716
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
717
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
724
718
|
};
|
|
725
|
-
pb: (value: string | number | import("@stitches
|
|
726
|
-
paddingBottom: string | number | import("@stitches
|
|
719
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
720
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
727
721
|
};
|
|
728
|
-
pl: (value: string | number | import("@stitches
|
|
729
|
-
paddingLeft: string | number | import("@stitches
|
|
722
|
+
pl: (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">;
|
|
730
724
|
};
|
|
731
|
-
px: (value: string | number | import("@stitches
|
|
732
|
-
paddingLeft: string | number | import("@stitches
|
|
733
|
-
paddingRight: string | number | import("@stitches
|
|
725
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
726
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
727
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
734
728
|
};
|
|
735
|
-
py: (value: string | number | import("@stitches
|
|
736
|
-
paddingTop: string | number | import("@stitches
|
|
737
|
-
paddingBottom: string | number | import("@stitches
|
|
729
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
730
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
731
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
738
732
|
};
|
|
739
|
-
m: (value: string | number | import("@stitches
|
|
740
|
-
margin: string | number | import("@stitches
|
|
733
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
734
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
741
735
|
};
|
|
742
|
-
mt: (value: string | number | import("@stitches
|
|
743
|
-
marginTop: string | number | import("@stitches
|
|
736
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
737
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
744
738
|
};
|
|
745
|
-
mr: (value: string | number | import("@stitches
|
|
746
|
-
marginRight: string | number | import("@stitches
|
|
739
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
740
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
747
741
|
};
|
|
748
|
-
mb: (value: string | number | import("@stitches
|
|
749
|
-
marginBottom: string | number | import("@stitches
|
|
742
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
743
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
750
744
|
};
|
|
751
|
-
ml: (value: string | number | import("@stitches
|
|
752
|
-
marginLeft: string | number | import("@stitches
|
|
745
|
+
ml: (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">;
|
|
753
747
|
};
|
|
754
|
-
mx: (value: string | number | import("@stitches
|
|
755
|
-
marginLeft: string | number | import("@stitches
|
|
756
|
-
marginRight: string | number | import("@stitches
|
|
748
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
749
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
750
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
757
751
|
};
|
|
758
|
-
my: (value: string | number | import("@stitches
|
|
759
|
-
marginTop: string | number | import("@stitches
|
|
760
|
-
marginBottom: string | number | import("@stitches
|
|
752
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
753
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
754
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
761
755
|
};
|
|
762
756
|
}> | undefined;
|
|
763
757
|
}) | (Omit<import("pure-react-carousel/typings/carouselElements").SlideProps & {
|
|
764
758
|
children?: React.ReactNode;
|
|
765
|
-
}, "css"> & import("@stitches
|
|
759
|
+
}, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
|
|
766
760
|
sm: string;
|
|
767
761
|
md: string;
|
|
768
762
|
lg: string;
|
|
@@ -771,7 +765,7 @@ export declare const Carousel: {
|
|
|
771
765
|
allowMotion: string;
|
|
772
766
|
hover: string;
|
|
773
767
|
}> & {
|
|
774
|
-
css?: import("@stitches
|
|
768
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
775
769
|
sm: string;
|
|
776
770
|
md: string;
|
|
777
771
|
lg: string;
|
|
@@ -811,6 +805,18 @@ export declare const Carousel: {
|
|
|
811
805
|
blue1000: any;
|
|
812
806
|
blue1100: any;
|
|
813
807
|
blue1200: any;
|
|
808
|
+
pink100: any;
|
|
809
|
+
pink200: any;
|
|
810
|
+
pink300: any;
|
|
811
|
+
pink400: any;
|
|
812
|
+
pink500: any;
|
|
813
|
+
pink600: any;
|
|
814
|
+
pink700: any;
|
|
815
|
+
pink800: any;
|
|
816
|
+
pink900: any;
|
|
817
|
+
pink1000: any;
|
|
818
|
+
pink1100: any;
|
|
819
|
+
pink1200: any;
|
|
814
820
|
purple100: any;
|
|
815
821
|
purple200: any;
|
|
816
822
|
purple300: any;
|
|
@@ -955,26 +961,11 @@ export declare const Carousel: {
|
|
|
955
961
|
marsh1000: any;
|
|
956
962
|
marsh1100: any;
|
|
957
963
|
marsh1200: any;
|
|
958
|
-
tonal50: any;
|
|
959
|
-
tonal100: any;
|
|
960
|
-
tonal200: any;
|
|
961
|
-
tonal300: any;
|
|
962
|
-
tonal400: any;
|
|
963
|
-
tonal500: any;
|
|
964
|
-
tonal600: any;
|
|
965
964
|
alpha100: any;
|
|
966
965
|
alpha150: any;
|
|
967
966
|
alpha200: any;
|
|
968
967
|
alpha250: any;
|
|
969
968
|
alpha600: any;
|
|
970
|
-
brandRed: any;
|
|
971
|
-
brandRedAccent: any;
|
|
972
|
-
brandGreen: any;
|
|
973
|
-
brandGreenAccent: any;
|
|
974
|
-
brandPurple: any;
|
|
975
|
-
brandPurpleAccent: any;
|
|
976
|
-
brandYellow: any;
|
|
977
|
-
brandYellowAccent: any;
|
|
978
969
|
infoLight: any;
|
|
979
970
|
info: any;
|
|
980
971
|
infoMid: any;
|
|
@@ -1075,65 +1066,65 @@ export declare const Carousel: {
|
|
|
1075
1066
|
"1-1": any;
|
|
1076
1067
|
"3-4": any;
|
|
1077
1068
|
};
|
|
1078
|
-
}, import("@stitches
|
|
1079
|
-
bg: (value: import("@stitches
|
|
1080
|
-
background: import("@stitches
|
|
1069
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1070
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1071
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1081
1072
|
};
|
|
1082
|
-
size: (value: string | number | import("@stitches
|
|
1083
|
-
height: string | number | import("@stitches
|
|
1084
|
-
width: string | number | import("@stitches
|
|
1073
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1074
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1075
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1085
1076
|
};
|
|
1086
|
-
p: (value: string | number | import("@stitches
|
|
1087
|
-
padding: string | number | import("@stitches
|
|
1077
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1078
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1088
1079
|
};
|
|
1089
|
-
pt: (value: string | number | import("@stitches
|
|
1090
|
-
paddingTop: string | number | import("@stitches
|
|
1080
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1081
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1091
1082
|
};
|
|
1092
|
-
pr: (value: string | number | import("@stitches
|
|
1093
|
-
paddingRight: string | number | import("@stitches
|
|
1083
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1084
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1094
1085
|
};
|
|
1095
|
-
pb: (value: string | number | import("@stitches
|
|
1096
|
-
paddingBottom: string | number | import("@stitches
|
|
1086
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1087
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1097
1088
|
};
|
|
1098
|
-
pl: (value: string | number | import("@stitches
|
|
1099
|
-
paddingLeft: string | number | import("@stitches
|
|
1089
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1090
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1100
1091
|
};
|
|
1101
|
-
px: (value: string | number | import("@stitches
|
|
1102
|
-
paddingLeft: string | number | import("@stitches
|
|
1103
|
-
paddingRight: string | number | import("@stitches
|
|
1092
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1093
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1094
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1104
1095
|
};
|
|
1105
|
-
py: (value: string | number | import("@stitches
|
|
1106
|
-
paddingTop: string | number | import("@stitches
|
|
1107
|
-
paddingBottom: string | number | import("@stitches
|
|
1096
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1097
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1098
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1108
1099
|
};
|
|
1109
|
-
m: (value: string | number | import("@stitches
|
|
1110
|
-
margin: string | number | import("@stitches
|
|
1100
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1101
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1111
1102
|
};
|
|
1112
|
-
mt: (value: string | number | import("@stitches
|
|
1113
|
-
marginTop: string | number | import("@stitches
|
|
1103
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1104
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1114
1105
|
};
|
|
1115
|
-
mr: (value: string | number | import("@stitches
|
|
1116
|
-
marginRight: string | number | import("@stitches
|
|
1106
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1107
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1117
1108
|
};
|
|
1118
|
-
mb: (value: string | number | import("@stitches
|
|
1119
|
-
marginBottom: string | number | import("@stitches
|
|
1109
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1110
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1120
1111
|
};
|
|
1121
|
-
ml: (value: string | number | import("@stitches
|
|
1122
|
-
marginLeft: string | number | import("@stitches
|
|
1112
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1113
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1123
1114
|
};
|
|
1124
|
-
mx: (value: string | number | import("@stitches
|
|
1125
|
-
marginLeft: string | number | import("@stitches
|
|
1126
|
-
marginRight: string | number | import("@stitches
|
|
1115
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1116
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1117
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1127
1118
|
};
|
|
1128
|
-
my: (value: string | number | import("@stitches
|
|
1129
|
-
marginTop: string | number | import("@stitches
|
|
1130
|
-
marginBottom: string | number | import("@stitches
|
|
1119
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1120
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1121
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1131
1122
|
};
|
|
1132
1123
|
}> | undefined;
|
|
1133
1124
|
})) & {
|
|
1134
1125
|
index: number;
|
|
1135
|
-
}) => JSX.Element;
|
|
1136
|
-
Slider: import("@stitches
|
|
1126
|
+
}) => React.JSX.Element;
|
|
1127
|
+
Slider: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ComponentClass<import("pure-react-carousel/typings/carouselElements").SliderProps, any> | React.FunctionComponent<import("pure-react-carousel/typings/carouselElements").SliderProps>, {
|
|
1137
1128
|
overflow?: boolean | "true" | undefined;
|
|
1138
1129
|
}, {
|
|
1139
1130
|
sm: string;
|
|
@@ -1143,7 +1134,7 @@ export declare const Carousel: {
|
|
|
1143
1134
|
reducedMotion: string;
|
|
1144
1135
|
allowMotion: string;
|
|
1145
1136
|
hover: string;
|
|
1146
|
-
}, import("@stitches
|
|
1137
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1147
1138
|
sm: string;
|
|
1148
1139
|
md: string;
|
|
1149
1140
|
lg: string;
|
|
@@ -1183,6 +1174,18 @@ export declare const Carousel: {
|
|
|
1183
1174
|
blue1000: any;
|
|
1184
1175
|
blue1100: any;
|
|
1185
1176
|
blue1200: any;
|
|
1177
|
+
pink100: any;
|
|
1178
|
+
pink200: any;
|
|
1179
|
+
pink300: any;
|
|
1180
|
+
pink400: any;
|
|
1181
|
+
pink500: any;
|
|
1182
|
+
pink600: any;
|
|
1183
|
+
pink700: any;
|
|
1184
|
+
pink800: any;
|
|
1185
|
+
pink900: any;
|
|
1186
|
+
pink1000: any;
|
|
1187
|
+
pink1100: any;
|
|
1188
|
+
pink1200: any;
|
|
1186
1189
|
purple100: any;
|
|
1187
1190
|
purple200: any;
|
|
1188
1191
|
purple300: any;
|
|
@@ -1327,26 +1330,11 @@ export declare const Carousel: {
|
|
|
1327
1330
|
marsh1000: any;
|
|
1328
1331
|
marsh1100: any;
|
|
1329
1332
|
marsh1200: any;
|
|
1330
|
-
tonal50: any;
|
|
1331
|
-
tonal100: any;
|
|
1332
|
-
tonal200: any;
|
|
1333
|
-
tonal300: any;
|
|
1334
|
-
tonal400: any;
|
|
1335
|
-
tonal500: any;
|
|
1336
|
-
tonal600: any;
|
|
1337
1333
|
alpha100: any;
|
|
1338
1334
|
alpha150: any;
|
|
1339
1335
|
alpha200: any;
|
|
1340
1336
|
alpha250: any;
|
|
1341
1337
|
alpha600: any;
|
|
1342
|
-
brandRed: any;
|
|
1343
|
-
brandRedAccent: any;
|
|
1344
|
-
brandGreen: any;
|
|
1345
|
-
brandGreenAccent: any;
|
|
1346
|
-
brandPurple: any;
|
|
1347
|
-
brandPurpleAccent: any;
|
|
1348
|
-
brandYellow: any;
|
|
1349
|
-
brandYellowAccent: any;
|
|
1350
1338
|
infoLight: any;
|
|
1351
1339
|
info: any;
|
|
1352
1340
|
infoMid: any;
|
|
@@ -1447,59 +1435,59 @@ export declare const Carousel: {
|
|
|
1447
1435
|
"1-1": any;
|
|
1448
1436
|
"3-4": any;
|
|
1449
1437
|
};
|
|
1450
|
-
}, import("@stitches
|
|
1451
|
-
bg: (value: import("@stitches
|
|
1452
|
-
background: import("@stitches
|
|
1438
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1439
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1440
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1453
1441
|
};
|
|
1454
|
-
size: (value: string | number | import("@stitches
|
|
1455
|
-
height: string | number | import("@stitches
|
|
1456
|
-
width: string | number | import("@stitches
|
|
1442
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1443
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1444
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1457
1445
|
};
|
|
1458
|
-
p: (value: string | number | import("@stitches
|
|
1459
|
-
padding: string | number | import("@stitches
|
|
1446
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1447
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1460
1448
|
};
|
|
1461
|
-
pt: (value: string | number | import("@stitches
|
|
1462
|
-
paddingTop: string | number | import("@stitches
|
|
1449
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1450
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1463
1451
|
};
|
|
1464
|
-
pr: (value: string | number | import("@stitches
|
|
1465
|
-
paddingRight: string | number | import("@stitches
|
|
1452
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1453
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1466
1454
|
};
|
|
1467
|
-
pb: (value: string | number | import("@stitches
|
|
1468
|
-
paddingBottom: string | number | import("@stitches
|
|
1455
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1456
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1469
1457
|
};
|
|
1470
|
-
pl: (value: string | number | import("@stitches
|
|
1471
|
-
paddingLeft: string | number | import("@stitches
|
|
1458
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1459
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1472
1460
|
};
|
|
1473
|
-
px: (value: string | number | import("@stitches
|
|
1474
|
-
paddingLeft: string | number | import("@stitches
|
|
1475
|
-
paddingRight: string | number | import("@stitches
|
|
1461
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1462
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1463
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1476
1464
|
};
|
|
1477
|
-
py: (value: string | number | import("@stitches
|
|
1478
|
-
paddingTop: string | number | import("@stitches
|
|
1479
|
-
paddingBottom: string | number | import("@stitches
|
|
1465
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1466
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1467
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1480
1468
|
};
|
|
1481
|
-
m: (value: string | number | import("@stitches
|
|
1482
|
-
margin: string | number | import("@stitches
|
|
1469
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1470
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1483
1471
|
};
|
|
1484
|
-
mt: (value: string | number | import("@stitches
|
|
1485
|
-
marginTop: string | number | import("@stitches
|
|
1472
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1473
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1486
1474
|
};
|
|
1487
|
-
mr: (value: string | number | import("@stitches
|
|
1488
|
-
marginRight: string | number | import("@stitches
|
|
1475
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1476
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1489
1477
|
};
|
|
1490
|
-
mb: (value: string | number | import("@stitches
|
|
1491
|
-
marginBottom: string | number | import("@stitches
|
|
1478
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1479
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1492
1480
|
};
|
|
1493
|
-
ml: (value: string | number | import("@stitches
|
|
1494
|
-
marginLeft: string | number | import("@stitches
|
|
1481
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1482
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1495
1483
|
};
|
|
1496
|
-
mx: (value: string | number | import("@stitches
|
|
1497
|
-
marginLeft: string | number | import("@stitches
|
|
1498
|
-
marginRight: string | number | import("@stitches
|
|
1484
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1485
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1486
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1499
1487
|
};
|
|
1500
|
-
my: (value: string | number | import("@stitches
|
|
1501
|
-
marginTop: string | number | import("@stitches
|
|
1502
|
-
marginBottom: string | number | import("@stitches
|
|
1488
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1489
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1490
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1503
1491
|
};
|
|
1504
1492
|
}>>;
|
|
1505
1493
|
};
|