@atom-learning/components 4.0.0-beta.1 → 4.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/Accordion.d.ts +52 -55
- package/dist/components/accordion/AccordionContent.d.ts +53 -56
- package/dist/components/accordion/AccordionItem.d.ts +52 -55
- package/dist/components/accordion/AccordionTrigger.d.ts +105 -111
- package/dist/components/action-icon/ActionIcon.d.ts +53 -56
- package/dist/components/action-icon/ActionIcon.js +1 -1
- package/dist/components/action-icon/ActionIcon.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +105 -111
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +53 -56
- package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +2 -2
- package/dist/components/avatar/Avatar.d.ts +164 -173
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/avatar/AvatarIcon.d.ts +2 -2
- package/dist/components/avatar/AvatarImage.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.js +1 -1
- package/dist/components/avatar/AvatarInitial.js.map +1 -1
- package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
- package/dist/components/badge/Badge.context.d.ts +1 -1
- package/dist/components/badge/Badge.d.ts +316 -332
- package/dist/components/badge/BadgeIcon.d.ts +105 -111
- package/dist/components/badge/BadgeText.d.ts +106 -110
- package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +27 -16
- package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
- package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
- package/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/BannerContainer.d.ts +103 -109
- package/dist/components/banner/BannerContext.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +487 -505
- package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +104 -110
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +106 -112
- package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +432 -447
- package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +52 -55
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +104 -110
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +105 -111
- package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
- package/dist/components/box/Box.d.ts +52 -55
- package/dist/components/button/Button.d.ts +53 -56
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Calendar.d.ts +1 -1
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/components/calendar/Calendar.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +52 -55
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/carousel/Carousel.d.ts +213 -225
- package/dist/components/carousel/CarouselArrows.d.ts +3 -3
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +52 -55
- package/dist/components/carousel/CarouselPagination.js +1 -1
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +53 -56
- package/dist/components/carousel/CarouselSlider.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-field/CheckboxField.d.ts +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +211 -216
- package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
- package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +422 -416
- package/dist/components/chip/Chip.d.ts +369 -390
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +212 -224
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +212 -224
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/combobox/Combobox.d.ts +261 -276
- package/dist/components/combobox/ComboboxInput.d.ts +52 -55
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.js +1 -1
- package/dist/components/combobox/ComboboxOption.js.map +1 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +52 -55
- package/dist/components/combobox/ComboboxPopover.js +1 -1
- package/dist/components/combobox/ComboboxPopover.js.map +1 -1
- package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
- package/dist/components/data-table/DataTable.d.ts +649 -682
- package/dist/components/data-table/DataTableBody.d.ts +1 -1
- package/dist/components/data-table/DataTableBulkActions.d.ts +3 -3
- package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
- package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
- package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
- package/dist/components/data-table/DataTableHead.d.ts +1 -1
- package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +54 -57
- package/dist/components/data-table/DataTableMetaData.d.ts +4 -9
- package/dist/components/data-table/DataTableMetaData.js +1 -1
- package/dist/components/data-table/DataTableMetaData.js.map +1 -1
- package/dist/components/data-table/DataTableRow.d.ts +1 -1
- package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +2 -2
- package/dist/components/data-table/DataTableTable.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
- package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +53 -56
- package/dist/components/date-field/DateField.d.ts +2 -2
- package/dist/components/dialog/Dialog.d.ts +368 -389
- package/dist/components/dialog/DialogBackground.d.ts +103 -109
- package/dist/components/dialog/DialogClose.d.ts +52 -55
- package/dist/components/dialog/DialogContent.d.ts +53 -56
- package/dist/components/dialog/DialogFooter.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.js +1 -1
- package/dist/components/dialog/DialogHeading.js.map +1 -1
- package/dist/components/dismissible/DismissibleRoot.d.ts +2 -2
- package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
- package/dist/components/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
- package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- package/dist/components/divider/Divider.d.ts +52 -55
- package/dist/components/divider/Divider.js +1 -1
- package/dist/components/divider/Divider.js.map +1 -1
- package/dist/components/drawer/Drawer.d.ts +316 -334
- package/dist/components/drawer/DrawerClose.d.ts +1 -1
- package/dist/components/drawer/DrawerContent.d.ts +53 -56
- package/dist/components/drawer/DrawerFooter.d.ts +52 -55
- package/dist/components/drawer/DrawerHeader.d.ts +52 -55
- package/dist/components/drawer/DrawerMain.d.ts +52 -55
- package/dist/components/drawer/DrawerOverlay.d.ts +52 -55
- package/dist/components/drawer/DrawerTrigger.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +313 -331
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +480 -483
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +53 -56
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +52 -55
- package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
- package/dist/components/empty-state/EmptyState.d.ts +373 -392
- package/dist/components/empty-state/EmptyStateBody.d.ts +107 -111
- package/dist/components/empty-state/EmptyStateBody.js +1 -1
- package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
- package/dist/components/empty-state/EmptyStateImage.d.ts +108 -114
- package/dist/components/empty-state/EmptyStateTitle.d.ts +53 -56
- package/dist/components/empty-state/EmptyStateTitle.js +1 -1
- package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
- package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
- package/dist/components/field-wrapper/FieldDescription.js +1 -1
- package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
- package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -1
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/file-input/FileInput.d.ts +1 -1
- package/dist/components/flex/Flex.d.ts +52 -55
- package/dist/components/form/Form.d.ts +53 -56
- package/dist/components/grid/Grid.d.ts +53 -56
- package/dist/components/heading/Heading.d.ts +52 -55
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/icon/Icon.d.ts +52 -55
- package/dist/components/image/Image.d.ts +53 -56
- package/dist/components/inline-message/InlineMessage.config.js +1 -1
- package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +104 -110
- package/dist/components/input/Input.d.ts +155 -164
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/label/Label.d.ts +53 -56
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- package/dist/components/link/Link.d.ts +52 -55
- package/dist/components/list/List.d.ts +104 -110
- package/dist/components/loader/Loader.d.ts +2 -2
- package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +54 -57
- package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownLink.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownList.js +1 -1
- package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownText.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
- package/dist/components/navigation/NavigationMenu.d.ts +369 -388
- package/dist/components/navigation/NavigationMenu.js +1 -1
- package/dist/components/navigation/NavigationMenu.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +53 -56
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +106 -110
- package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
- package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +52 -55
- package/dist/components/navigation/NavigationMenuLink.d.ts +52 -55
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +686 -707
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +104 -110
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +106 -110
- package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +1 -1
- package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js.map +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
- package/dist/components/pagination/Pagination.d.ts +2 -2
- package/dist/components/pagination/PaginationNextButton.d.ts +106 -112
- package/dist/components/pagination/PaginationPage.d.ts +2 -2
- package/dist/components/pagination/PaginationPopover.d.ts +1 -1
- package/dist/components/pagination/PaginationPreviousButton.d.ts +106 -112
- package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +105 -111
- package/dist/components/popover/PopoverContent.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.js +1 -1
- package/dist/components/progress-bar/ProgressBar.js.map +1 -1
- package/dist/components/radio-button/RadioButton.d.ts +53 -56
- package/dist/components/radio-button/RadioButton.js +1 -1
- package/dist/components/radio-button/RadioButton.js.map +1 -1
- package/dist/components/radio-button/RadioButtonGroup.d.ts +52 -55
- package/dist/components/radio-button-field/RadioButtonField.d.ts +54 -57
- package/dist/components/radio-button-field/RadioField.d.ts +1 -1
- package/dist/components/radio-card/RadioCard.d.ts +53 -56
- package/dist/components/radio-card/RadioCard.js +1 -1
- package/dist/components/radio-card/RadioCard.js.map +1 -1
- package/dist/components/radio-card/RadioCardGroup.d.ts +2 -2
- package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
- package/dist/components/search-field/SearchField.d.ts +2 -2
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/search-input/SearchInput.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +377 -394
- package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
- package/dist/components/section-message/SectionMessageTitle.js +1 -1
- package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
- package/dist/components/select/Select.d.ts +52 -55
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-field/SelectField.d.ts +2 -2
- package/dist/components/side-bar/SideBar.d.ts +422 -444
- package/dist/components/side-bar/SideBarComponents.d.ts +369 -388
- package/dist/components/slider/Slider.d.ts +52 -55
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/slider/SliderSteps.d.ts +2 -2
- package/dist/components/slider/SliderSteps.js +1 -1
- package/dist/components/slider/SliderSteps.js.map +1 -1
- package/dist/components/slider/SliderValue.d.ts +2 -2
- package/dist/components/slider/SliderValue.js +1 -1
- package/dist/components/slider/SliderValue.js.map +1 -1
- package/dist/components/slider-field/SliderField.d.ts +2 -2
- package/dist/components/sortable/Handle.d.ts +105 -111
- package/dist/components/sortable/SortableHandle.d.ts +1 -1
- package/dist/components/sortable/SortableItem.d.ts +2 -2
- package/dist/components/sortable/SortableItem.js +1 -1
- package/dist/components/sortable/SortableItem.js.map +1 -1
- package/dist/components/sortable/SortableRoot.d.ts +1 -1
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/spacer/Spacer.d.ts +364 -1
- package/dist/components/spacer/Spacer.js +1 -1
- package/dist/components/spacer/Spacer.js.map +1 -1
- package/dist/components/stack-content/StackContent.d.ts +52 -55
- package/dist/components/stepper/Stepper.d.ts +112 -118
- package/dist/components/stepper/StepperStepBack.d.ts +1 -1
- package/dist/components/stepper/StepperStepBullet.d.ts +103 -109
- package/dist/components/stepper/StepperStepBullet.js +1 -1
- package/dist/components/stepper/StepperStepBullet.js.map +1 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +103 -109
- package/dist/components/stepper/StepperStepContainer.js +1 -1
- package/dist/components/stepper/StepperStepContainer.js.map +1 -1
- package/dist/components/stepper/StepperStepForward.d.ts +1 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +106 -110
- package/dist/components/stepper/StepperStepLabel.js +1 -1
- package/dist/components/stepper/StepperStepLabel.js.map +1 -1
- package/dist/components/stepper/StepperSteps.d.ts +2 -2
- package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
- package/dist/components/switch/Switch.d.ts +53 -56
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +423 -447
- package/dist/components/table/TableBody.d.ts +53 -56
- package/dist/components/table/TableBody.js +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableCell.d.ts +52 -55
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableCell.js.map +1 -1
- package/dist/components/table/TableFooter.d.ts +52 -55
- package/dist/components/table/TableFooterCell.d.ts +52 -55
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableFooterCell.js.map +1 -1
- package/dist/components/table/TableHeader.d.ts +53 -56
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +52 -55
- package/dist/components/table/TableRow.d.ts +52 -55
- package/dist/components/table/TableStickyColumnsContainer.d.ts +1 -1
- package/dist/components/tabs/Tabs.d.ts +210 -222
- package/dist/components/tabs/TabsContent.d.ts +52 -55
- package/dist/components/tabs/TabsTrigger.d.ts +53 -56
- package/dist/components/tabs/TabsTriggerList.d.ts +105 -111
- package/dist/components/text/Text.d.ts +54 -55
- package/dist/components/text/Text.js +1 -1
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +52 -55
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea-field/TextareaField.d.ts +2 -2
- package/dist/components/tile/Tile.d.ts +52 -55
- package/dist/components/tile/TileGroup.d.ts +52 -55
- package/dist/components/tile-interactive/TileInteractive.d.ts +104 -110
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +157 -166
- package/dist/components/toast/Toast.d.ts +156 -165
- package/dist/components/toast/ToastProvider.d.ts +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +103 -109
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -110
- package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +52 -55
- package/dist/components/toggle-group/index.d.ts +313 -331
- package/dist/components/tooltip/Tooltip.d.ts +106 -112
- package/dist/components/tooltip/TooltipContent.d.ts +53 -56
- package/dist/components/tooltip/TooltipContent.js +1 -1
- package/dist/components/tooltip/TooltipContent.js.map +1 -1
- package/dist/components/top-bar/TopBar.d.ts +638 -287
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/top-bar/TopBarBrand.d.ts +160 -176
- package/dist/components/top-bar/TopBarBrand.js +1 -1
- package/dist/components/top-bar/TopBarBrand.js.map +1 -1
- package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +1 -1
- package/dist/components/tree/Tree.d.ts +793 -812
- package/dist/components/tree/TreeCollapsible.d.ts +53 -56
- package/dist/components/tree/TreeCollapsibleContent.d.ts +52 -55
- package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
- package/dist/components/tree/TreeIcon.d.ts +104 -110
- package/dist/components/tree/TreeItemContent.d.ts +54 -57
- package/dist/components/tree/TreeListItem.d.ts +54 -57
- package/dist/components/video/Video.d.ts +52 -55
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -55
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +604 -637
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +276 -279
- package/dist/utilities/hooks/useResizeObserver.js.map +1 -1
- package/dist/utilities/hooks/useScrollPosition.js +1 -1
- package/dist/utilities/hooks/useScrollPosition.js.map +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js.map +1 -1
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +103 -109
- package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
- package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
- package/package.json +26 -15
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { CSS } from '../../stitches';
|
|
3
|
-
declare const StyledTable: import("@stitches
|
|
3
|
+
declare const StyledTable: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"table", {
|
|
4
4
|
size?: "md" | "lg" | "xl" | undefined;
|
|
5
5
|
corners?: "round" | "square" | undefined;
|
|
6
6
|
}, {
|
|
@@ -11,7 +11,7 @@ declare const StyledTable: import("@stitches/react/types/styled-component").Styl
|
|
|
11
11
|
reducedMotion: string;
|
|
12
12
|
allowMotion: string;
|
|
13
13
|
hover: string;
|
|
14
|
-
}, import("@stitches
|
|
14
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
15
15
|
sm: string;
|
|
16
16
|
md: string;
|
|
17
17
|
lg: string;
|
|
@@ -51,6 +51,18 @@ declare const StyledTable: import("@stitches/react/types/styled-component").Styl
|
|
|
51
51
|
blue1000: any;
|
|
52
52
|
blue1100: any;
|
|
53
53
|
blue1200: any;
|
|
54
|
+
pink100: any;
|
|
55
|
+
pink200: any;
|
|
56
|
+
pink300: any;
|
|
57
|
+
pink400: any;
|
|
58
|
+
pink500: any;
|
|
59
|
+
pink600: any;
|
|
60
|
+
pink700: any;
|
|
61
|
+
pink800: any;
|
|
62
|
+
pink900: any;
|
|
63
|
+
pink1000: any;
|
|
64
|
+
pink1100: any;
|
|
65
|
+
pink1200: any;
|
|
54
66
|
purple100: any;
|
|
55
67
|
purple200: any;
|
|
56
68
|
purple300: any;
|
|
@@ -195,26 +207,11 @@ declare const StyledTable: import("@stitches/react/types/styled-component").Styl
|
|
|
195
207
|
marsh1000: any;
|
|
196
208
|
marsh1100: any;
|
|
197
209
|
marsh1200: any;
|
|
198
|
-
tonal50: any;
|
|
199
|
-
tonal100: any;
|
|
200
|
-
tonal200: any;
|
|
201
|
-
tonal300: any;
|
|
202
|
-
tonal400: any;
|
|
203
|
-
tonal500: any;
|
|
204
|
-
tonal600: any;
|
|
205
210
|
alpha100: any;
|
|
206
211
|
alpha150: any;
|
|
207
212
|
alpha200: any;
|
|
208
213
|
alpha250: any;
|
|
209
214
|
alpha600: any;
|
|
210
|
-
brandRed: any;
|
|
211
|
-
brandRedAccent: any;
|
|
212
|
-
brandGreen: any;
|
|
213
|
-
brandGreenAccent: any;
|
|
214
|
-
brandPurple: any;
|
|
215
|
-
brandPurpleAccent: any;
|
|
216
|
-
brandYellow: any;
|
|
217
|
-
brandYellowAccent: any;
|
|
218
215
|
infoLight: any;
|
|
219
216
|
info: any;
|
|
220
217
|
infoMid: any;
|
|
@@ -315,59 +312,59 @@ declare const StyledTable: import("@stitches/react/types/styled-component").Styl
|
|
|
315
312
|
"1-1": any;
|
|
316
313
|
"3-4": any;
|
|
317
314
|
};
|
|
318
|
-
}, import("@stitches
|
|
319
|
-
bg: (value: import("@stitches
|
|
320
|
-
background: import("@stitches
|
|
315
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
316
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
317
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
321
318
|
};
|
|
322
|
-
size: (value: string | number | import("@stitches
|
|
323
|
-
height: string | number | import("@stitches
|
|
324
|
-
width: string | number | import("@stitches
|
|
319
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
320
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
321
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
325
322
|
};
|
|
326
|
-
p: (value: string | number | import("@stitches
|
|
327
|
-
padding: string | number | import("@stitches
|
|
323
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
324
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
328
325
|
};
|
|
329
|
-
pt: (value: string | number | import("@stitches
|
|
330
|
-
paddingTop: string | number | import("@stitches
|
|
326
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
327
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
331
328
|
};
|
|
332
|
-
pr: (value: string | number | import("@stitches
|
|
333
|
-
paddingRight: string | number | import("@stitches
|
|
329
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
330
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
334
331
|
};
|
|
335
|
-
pb: (value: string | number | import("@stitches
|
|
336
|
-
paddingBottom: string | number | import("@stitches
|
|
332
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
333
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
337
334
|
};
|
|
338
|
-
pl: (value: string | number | import("@stitches
|
|
339
|
-
paddingLeft: string | number | import("@stitches
|
|
335
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
336
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
340
337
|
};
|
|
341
|
-
px: (value: string | number | import("@stitches
|
|
342
|
-
paddingLeft: string | number | import("@stitches
|
|
343
|
-
paddingRight: string | number | import("@stitches
|
|
338
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
339
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
340
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
344
341
|
};
|
|
345
|
-
py: (value: string | number | import("@stitches
|
|
346
|
-
paddingTop: string | number | import("@stitches
|
|
347
|
-
paddingBottom: string | number | import("@stitches
|
|
342
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
343
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
344
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
348
345
|
};
|
|
349
|
-
m: (value: string | number | import("@stitches
|
|
350
|
-
margin: string | number | import("@stitches
|
|
346
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
347
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
351
348
|
};
|
|
352
|
-
mt: (value: string | number | import("@stitches
|
|
353
|
-
marginTop: string | number | import("@stitches
|
|
349
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
350
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
354
351
|
};
|
|
355
|
-
mr: (value: string | number | import("@stitches
|
|
356
|
-
marginRight: string | number | import("@stitches
|
|
352
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
353
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
357
354
|
};
|
|
358
|
-
mb: (value: string | number | import("@stitches
|
|
359
|
-
marginBottom: string | number | import("@stitches
|
|
355
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
356
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
360
357
|
};
|
|
361
|
-
ml: (value: string | number | import("@stitches
|
|
362
|
-
marginLeft: string | number | import("@stitches
|
|
358
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
359
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
363
360
|
};
|
|
364
|
-
mx: (value: string | number | import("@stitches
|
|
365
|
-
marginLeft: string | number | import("@stitches
|
|
366
|
-
marginRight: string | number | import("@stitches
|
|
361
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
362
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
363
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
367
364
|
};
|
|
368
|
-
my: (value: string | number | import("@stitches
|
|
369
|
-
marginTop: string | number | import("@stitches
|
|
370
|
-
marginBottom: string | number | import("@stitches
|
|
365
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
366
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
367
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
371
368
|
};
|
|
372
369
|
}>>;
|
|
373
370
|
declare type TableProps = React.ComponentProps<typeof StyledTable> & {
|
|
@@ -377,13 +374,13 @@ declare type TableProps = React.ComponentProps<typeof StyledTable> & {
|
|
|
377
374
|
maxRowDepth?: number;
|
|
378
375
|
};
|
|
379
376
|
export declare const Table: {
|
|
380
|
-
({ size, corners, numberOfStickyColumns, scrollContainerCss, controlColumnCount, maxRowDepth, ...rest }: TableProps): JSX.Element;
|
|
377
|
+
({ size, corners, numberOfStickyColumns, scrollContainerCss, controlColumnCount, maxRowDepth, ...rest }: TableProps): React.JSX.Element;
|
|
381
378
|
displayName: string;
|
|
382
379
|
} & {
|
|
383
380
|
Body: {
|
|
384
|
-
({ striped, ...rest }: Omit<
|
|
381
|
+
({ striped, ...rest }: Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
|
|
385
382
|
ref?: ((instance: HTMLTableSectionElement | null) => void) | React.RefObject<HTMLTableSectionElement> | null | undefined;
|
|
386
|
-
}, "css" | "striped"> & import("@stitches
|
|
383
|
+
}, "css" | "striped"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
387
384
|
striped?: boolean | "true" | "false" | undefined;
|
|
388
385
|
}, {
|
|
389
386
|
sm: string;
|
|
@@ -394,7 +391,7 @@ export declare const Table: {
|
|
|
394
391
|
allowMotion: string;
|
|
395
392
|
hover: string;
|
|
396
393
|
}> & {
|
|
397
|
-
css?: import("@stitches
|
|
394
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
398
395
|
sm: string;
|
|
399
396
|
md: string;
|
|
400
397
|
lg: string;
|
|
@@ -434,6 +431,18 @@ export declare const Table: {
|
|
|
434
431
|
blue1000: any;
|
|
435
432
|
blue1100: any;
|
|
436
433
|
blue1200: any;
|
|
434
|
+
pink100: any;
|
|
435
|
+
pink200: any;
|
|
436
|
+
pink300: any;
|
|
437
|
+
pink400: any;
|
|
438
|
+
pink500: any;
|
|
439
|
+
pink600: any;
|
|
440
|
+
pink700: any;
|
|
441
|
+
pink800: any;
|
|
442
|
+
pink900: any;
|
|
443
|
+
pink1000: any;
|
|
444
|
+
pink1100: any;
|
|
445
|
+
pink1200: any;
|
|
437
446
|
purple100: any;
|
|
438
447
|
purple200: any;
|
|
439
448
|
purple300: any;
|
|
@@ -578,26 +587,11 @@ export declare const Table: {
|
|
|
578
587
|
marsh1000: any;
|
|
579
588
|
marsh1100: any;
|
|
580
589
|
marsh1200: any;
|
|
581
|
-
tonal50: any;
|
|
582
|
-
tonal100: any;
|
|
583
|
-
tonal200: any;
|
|
584
|
-
tonal300: any;
|
|
585
|
-
tonal400: any;
|
|
586
|
-
tonal500: any;
|
|
587
|
-
tonal600: any;
|
|
588
590
|
alpha100: any;
|
|
589
591
|
alpha150: any;
|
|
590
592
|
alpha200: any;
|
|
591
593
|
alpha250: any;
|
|
592
594
|
alpha600: any;
|
|
593
|
-
brandRed: any;
|
|
594
|
-
brandRedAccent: any;
|
|
595
|
-
brandGreen: any;
|
|
596
|
-
brandGreenAccent: any;
|
|
597
|
-
brandPurple: any;
|
|
598
|
-
brandPurpleAccent: any;
|
|
599
|
-
brandYellow: any;
|
|
600
|
-
brandYellowAccent: any;
|
|
601
595
|
infoLight: any;
|
|
602
596
|
info: any;
|
|
603
597
|
infoMid: any;
|
|
@@ -698,65 +692,65 @@ export declare const Table: {
|
|
|
698
692
|
"1-1": any;
|
|
699
693
|
"3-4": any;
|
|
700
694
|
};
|
|
701
|
-
}, import("@stitches
|
|
702
|
-
bg: (value: import("@stitches
|
|
703
|
-
background: import("@stitches
|
|
695
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
696
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
697
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
704
698
|
};
|
|
705
|
-
size: (value: string | number | import("@stitches
|
|
706
|
-
height: string | number | import("@stitches
|
|
707
|
-
width: string | number | import("@stitches
|
|
699
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
700
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
701
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
708
702
|
};
|
|
709
|
-
p: (value: string | number | import("@stitches
|
|
710
|
-
padding: string | number | import("@stitches
|
|
703
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
704
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
711
705
|
};
|
|
712
|
-
pt: (value: string | number | import("@stitches
|
|
713
|
-
paddingTop: string | number | import("@stitches
|
|
706
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
707
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
714
708
|
};
|
|
715
|
-
pr: (value: string | number | import("@stitches
|
|
716
|
-
paddingRight: string | number | import("@stitches
|
|
709
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
710
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
717
711
|
};
|
|
718
|
-
pb: (value: string | number | import("@stitches
|
|
719
|
-
paddingBottom: string | number | import("@stitches
|
|
712
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
713
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
720
714
|
};
|
|
721
|
-
pl: (value: string | number | import("@stitches
|
|
722
|
-
paddingLeft: string | number | import("@stitches
|
|
715
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
716
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
723
717
|
};
|
|
724
|
-
px: (value: string | number | import("@stitches
|
|
725
|
-
paddingLeft: string | number | import("@stitches
|
|
726
|
-
paddingRight: string | number | import("@stitches
|
|
718
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
719
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
720
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
727
721
|
};
|
|
728
|
-
py: (value: string | number | import("@stitches
|
|
729
|
-
paddingTop: string | number | import("@stitches
|
|
730
|
-
paddingBottom: string | number | import("@stitches
|
|
722
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
723
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
724
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
731
725
|
};
|
|
732
|
-
m: (value: string | number | import("@stitches
|
|
733
|
-
margin: string | number | import("@stitches
|
|
726
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
727
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
734
728
|
};
|
|
735
|
-
mt: (value: string | number | import("@stitches
|
|
736
|
-
marginTop: string | number | import("@stitches
|
|
729
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
730
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
737
731
|
};
|
|
738
|
-
mr: (value: string | number | import("@stitches
|
|
739
|
-
marginRight: string | number | import("@stitches
|
|
732
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
733
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
740
734
|
};
|
|
741
|
-
mb: (value: string | number | import("@stitches
|
|
742
|
-
marginBottom: string | number | import("@stitches
|
|
735
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
736
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
743
737
|
};
|
|
744
|
-
ml: (value: string | number | import("@stitches
|
|
745
|
-
marginLeft: string | number | import("@stitches
|
|
738
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
739
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
746
740
|
};
|
|
747
|
-
mx: (value: string | number | import("@stitches
|
|
748
|
-
marginLeft: string | number | import("@stitches
|
|
749
|
-
marginRight: string | number | import("@stitches
|
|
741
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
742
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
743
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
750
744
|
};
|
|
751
|
-
my: (value: string | number | import("@stitches
|
|
752
|
-
marginTop: string | number | import("@stitches
|
|
753
|
-
marginBottom: string | number | import("@stitches
|
|
745
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
746
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
747
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
754
748
|
};
|
|
755
749
|
}> | undefined;
|
|
756
|
-
}): JSX.Element;
|
|
750
|
+
}): React.JSX.Element;
|
|
757
751
|
displayName: string;
|
|
758
752
|
};
|
|
759
|
-
Cell: import("@stitches
|
|
753
|
+
Cell: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"td", {}, {
|
|
760
754
|
sm: string;
|
|
761
755
|
md: string;
|
|
762
756
|
lg: string;
|
|
@@ -764,7 +758,7 @@ export declare const Table: {
|
|
|
764
758
|
reducedMotion: string;
|
|
765
759
|
allowMotion: string;
|
|
766
760
|
hover: string;
|
|
767
|
-
}, import("@stitches
|
|
761
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
768
762
|
sm: string;
|
|
769
763
|
md: string;
|
|
770
764
|
lg: string;
|
|
@@ -804,6 +798,18 @@ export declare const Table: {
|
|
|
804
798
|
blue1000: any;
|
|
805
799
|
blue1100: any;
|
|
806
800
|
blue1200: any;
|
|
801
|
+
pink100: any;
|
|
802
|
+
pink200: any;
|
|
803
|
+
pink300: any;
|
|
804
|
+
pink400: any;
|
|
805
|
+
pink500: any;
|
|
806
|
+
pink600: any;
|
|
807
|
+
pink700: any;
|
|
808
|
+
pink800: any;
|
|
809
|
+
pink900: any;
|
|
810
|
+
pink1000: any;
|
|
811
|
+
pink1100: any;
|
|
812
|
+
pink1200: any;
|
|
807
813
|
purple100: any;
|
|
808
814
|
purple200: any;
|
|
809
815
|
purple300: any;
|
|
@@ -948,26 +954,11 @@ export declare const Table: {
|
|
|
948
954
|
marsh1000: any;
|
|
949
955
|
marsh1100: any;
|
|
950
956
|
marsh1200: any;
|
|
951
|
-
tonal50: any;
|
|
952
|
-
tonal100: any;
|
|
953
|
-
tonal200: any;
|
|
954
|
-
tonal300: any;
|
|
955
|
-
tonal400: any;
|
|
956
|
-
tonal500: any;
|
|
957
|
-
tonal600: any;
|
|
958
957
|
alpha100: any;
|
|
959
958
|
alpha150: any;
|
|
960
959
|
alpha200: any;
|
|
961
960
|
alpha250: any;
|
|
962
961
|
alpha600: any;
|
|
963
|
-
brandRed: any;
|
|
964
|
-
brandRedAccent: any;
|
|
965
|
-
brandGreen: any;
|
|
966
|
-
brandGreenAccent: any;
|
|
967
|
-
brandPurple: any;
|
|
968
|
-
brandPurpleAccent: any;
|
|
969
|
-
brandYellow: any;
|
|
970
|
-
brandYellowAccent: any;
|
|
971
962
|
infoLight: any;
|
|
972
963
|
info: any;
|
|
973
964
|
infoMid: any;
|
|
@@ -1068,62 +1059,62 @@ export declare const Table: {
|
|
|
1068
1059
|
"1-1": any;
|
|
1069
1060
|
"3-4": any;
|
|
1070
1061
|
};
|
|
1071
|
-
}, import("@stitches
|
|
1072
|
-
bg: (value: import("@stitches
|
|
1073
|
-
background: import("@stitches
|
|
1062
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1063
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1064
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1074
1065
|
};
|
|
1075
|
-
size: (value: string | number | import("@stitches
|
|
1076
|
-
height: string | number | import("@stitches
|
|
1077
|
-
width: string | number | import("@stitches
|
|
1066
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1067
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1068
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1078
1069
|
};
|
|
1079
|
-
p: (value: string | number | import("@stitches
|
|
1080
|
-
padding: string | number | import("@stitches
|
|
1070
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1071
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1081
1072
|
};
|
|
1082
|
-
pt: (value: string | number | import("@stitches
|
|
1083
|
-
paddingTop: string | number | import("@stitches
|
|
1073
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1074
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1084
1075
|
};
|
|
1085
|
-
pr: (value: string | number | import("@stitches
|
|
1086
|
-
paddingRight: string | number | import("@stitches
|
|
1076
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1077
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1087
1078
|
};
|
|
1088
|
-
pb: (value: string | number | import("@stitches
|
|
1089
|
-
paddingBottom: string | number | import("@stitches
|
|
1079
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1080
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1090
1081
|
};
|
|
1091
|
-
pl: (value: string | number | import("@stitches
|
|
1092
|
-
paddingLeft: string | number | import("@stitches
|
|
1082
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1083
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1093
1084
|
};
|
|
1094
|
-
px: (value: string | number | import("@stitches
|
|
1095
|
-
paddingLeft: string | number | import("@stitches
|
|
1096
|
-
paddingRight: string | number | import("@stitches
|
|
1085
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1086
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1087
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1097
1088
|
};
|
|
1098
|
-
py: (value: string | number | import("@stitches
|
|
1099
|
-
paddingTop: string | number | import("@stitches
|
|
1100
|
-
paddingBottom: string | number | import("@stitches
|
|
1089
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1090
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1091
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1101
1092
|
};
|
|
1102
|
-
m: (value: string | number | import("@stitches
|
|
1103
|
-
margin: string | number | import("@stitches
|
|
1093
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1094
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1104
1095
|
};
|
|
1105
|
-
mt: (value: string | number | import("@stitches
|
|
1106
|
-
marginTop: string | number | import("@stitches
|
|
1096
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1097
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1107
1098
|
};
|
|
1108
|
-
mr: (value: string | number | import("@stitches
|
|
1109
|
-
marginRight: string | number | import("@stitches
|
|
1099
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1100
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1110
1101
|
};
|
|
1111
|
-
mb: (value: string | number | import("@stitches
|
|
1112
|
-
marginBottom: string | number | import("@stitches
|
|
1102
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1103
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1113
1104
|
};
|
|
1114
|
-
ml: (value: string | number | import("@stitches
|
|
1115
|
-
marginLeft: string | number | import("@stitches
|
|
1105
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1106
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1116
1107
|
};
|
|
1117
|
-
mx: (value: string | number | import("@stitches
|
|
1118
|
-
marginLeft: string | number | import("@stitches
|
|
1119
|
-
marginRight: string | number | import("@stitches
|
|
1108
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1109
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1110
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1120
1111
|
};
|
|
1121
|
-
my: (value: string | number | import("@stitches
|
|
1122
|
-
marginTop: string | number | import("@stitches
|
|
1123
|
-
marginBottom: string | number | import("@stitches
|
|
1112
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1113
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1114
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1124
1115
|
};
|
|
1125
1116
|
}>>;
|
|
1126
|
-
Footer: import("@stitches
|
|
1117
|
+
Footer: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"tfoot", {}, {
|
|
1127
1118
|
sm: string;
|
|
1128
1119
|
md: string;
|
|
1129
1120
|
lg: string;
|
|
@@ -1131,7 +1122,7 @@ export declare const Table: {
|
|
|
1131
1122
|
reducedMotion: string;
|
|
1132
1123
|
allowMotion: string;
|
|
1133
1124
|
hover: string;
|
|
1134
|
-
}, import("@stitches
|
|
1125
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1135
1126
|
sm: string;
|
|
1136
1127
|
md: string;
|
|
1137
1128
|
lg: string;
|
|
@@ -1171,6 +1162,18 @@ export declare const Table: {
|
|
|
1171
1162
|
blue1000: any;
|
|
1172
1163
|
blue1100: any;
|
|
1173
1164
|
blue1200: any;
|
|
1165
|
+
pink100: any;
|
|
1166
|
+
pink200: any;
|
|
1167
|
+
pink300: any;
|
|
1168
|
+
pink400: any;
|
|
1169
|
+
pink500: any;
|
|
1170
|
+
pink600: any;
|
|
1171
|
+
pink700: any;
|
|
1172
|
+
pink800: any;
|
|
1173
|
+
pink900: any;
|
|
1174
|
+
pink1000: any;
|
|
1175
|
+
pink1100: any;
|
|
1176
|
+
pink1200: any;
|
|
1174
1177
|
purple100: any;
|
|
1175
1178
|
purple200: any;
|
|
1176
1179
|
purple300: any;
|
|
@@ -1315,26 +1318,11 @@ export declare const Table: {
|
|
|
1315
1318
|
marsh1000: any;
|
|
1316
1319
|
marsh1100: any;
|
|
1317
1320
|
marsh1200: any;
|
|
1318
|
-
tonal50: any;
|
|
1319
|
-
tonal100: any;
|
|
1320
|
-
tonal200: any;
|
|
1321
|
-
tonal300: any;
|
|
1322
|
-
tonal400: any;
|
|
1323
|
-
tonal500: any;
|
|
1324
|
-
tonal600: any;
|
|
1325
1321
|
alpha100: any;
|
|
1326
1322
|
alpha150: any;
|
|
1327
1323
|
alpha200: any;
|
|
1328
1324
|
alpha250: any;
|
|
1329
1325
|
alpha600: any;
|
|
1330
|
-
brandRed: any;
|
|
1331
|
-
brandRedAccent: any;
|
|
1332
|
-
brandGreen: any;
|
|
1333
|
-
brandGreenAccent: any;
|
|
1334
|
-
brandPurple: any;
|
|
1335
|
-
brandPurpleAccent: any;
|
|
1336
|
-
brandYellow: any;
|
|
1337
|
-
brandYellowAccent: any;
|
|
1338
1326
|
infoLight: any;
|
|
1339
1327
|
info: any;
|
|
1340
1328
|
infoMid: any;
|
|
@@ -1435,62 +1423,62 @@ export declare const Table: {
|
|
|
1435
1423
|
"1-1": any;
|
|
1436
1424
|
"3-4": any;
|
|
1437
1425
|
};
|
|
1438
|
-
}, import("@stitches
|
|
1439
|
-
bg: (value: import("@stitches
|
|
1440
|
-
background: import("@stitches
|
|
1426
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1427
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1428
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1441
1429
|
};
|
|
1442
|
-
size: (value: string | number | import("@stitches
|
|
1443
|
-
height: string | number | import("@stitches
|
|
1444
|
-
width: string | number | import("@stitches
|
|
1430
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1431
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1432
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1445
1433
|
};
|
|
1446
|
-
p: (value: string | number | import("@stitches
|
|
1447
|
-
padding: string | number | import("@stitches
|
|
1434
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1435
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1448
1436
|
};
|
|
1449
|
-
pt: (value: string | number | import("@stitches
|
|
1450
|
-
paddingTop: string | number | import("@stitches
|
|
1437
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1438
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1451
1439
|
};
|
|
1452
|
-
pr: (value: string | number | import("@stitches
|
|
1453
|
-
paddingRight: string | number | import("@stitches
|
|
1440
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1441
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1454
1442
|
};
|
|
1455
|
-
pb: (value: string | number | import("@stitches
|
|
1456
|
-
paddingBottom: string | number | import("@stitches
|
|
1443
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1444
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1457
1445
|
};
|
|
1458
|
-
pl: (value: string | number | import("@stitches
|
|
1459
|
-
paddingLeft: string | number | import("@stitches
|
|
1446
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1447
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1460
1448
|
};
|
|
1461
|
-
px: (value: string | number | import("@stitches
|
|
1462
|
-
paddingLeft: string | number | import("@stitches
|
|
1463
|
-
paddingRight: string | number | import("@stitches
|
|
1449
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1450
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1451
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1464
1452
|
};
|
|
1465
|
-
py: (value: string | number | import("@stitches
|
|
1466
|
-
paddingTop: string | number | import("@stitches
|
|
1467
|
-
paddingBottom: string | number | import("@stitches
|
|
1453
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1454
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1455
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1468
1456
|
};
|
|
1469
|
-
m: (value: string | number | import("@stitches
|
|
1470
|
-
margin: string | number | import("@stitches
|
|
1457
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1458
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1471
1459
|
};
|
|
1472
|
-
mt: (value: string | number | import("@stitches
|
|
1473
|
-
marginTop: string | number | import("@stitches
|
|
1460
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1461
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1474
1462
|
};
|
|
1475
|
-
mr: (value: string | number | import("@stitches
|
|
1476
|
-
marginRight: string | number | import("@stitches
|
|
1463
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1464
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1477
1465
|
};
|
|
1478
|
-
mb: (value: string | number | import("@stitches
|
|
1479
|
-
marginBottom: string | number | import("@stitches
|
|
1466
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1467
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1480
1468
|
};
|
|
1481
|
-
ml: (value: string | number | import("@stitches
|
|
1482
|
-
marginLeft: string | number | import("@stitches
|
|
1469
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1470
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1483
1471
|
};
|
|
1484
|
-
mx: (value: string | number | import("@stitches
|
|
1485
|
-
marginLeft: string | number | import("@stitches
|
|
1486
|
-
marginRight: string | number | import("@stitches
|
|
1472
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1473
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1474
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1487
1475
|
};
|
|
1488
|
-
my: (value: string | number | import("@stitches
|
|
1489
|
-
marginTop: string | number | import("@stitches
|
|
1490
|
-
marginBottom: string | number | import("@stitches
|
|
1476
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1477
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1478
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1491
1479
|
};
|
|
1492
1480
|
}>>;
|
|
1493
|
-
FooterCell: import("@stitches
|
|
1481
|
+
FooterCell: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"td", {}, {
|
|
1494
1482
|
sm: string;
|
|
1495
1483
|
md: string;
|
|
1496
1484
|
lg: string;
|
|
@@ -1498,7 +1486,7 @@ export declare const Table: {
|
|
|
1498
1486
|
reducedMotion: string;
|
|
1499
1487
|
allowMotion: string;
|
|
1500
1488
|
hover: string;
|
|
1501
|
-
}, import("@stitches
|
|
1489
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1502
1490
|
sm: string;
|
|
1503
1491
|
md: string;
|
|
1504
1492
|
lg: string;
|
|
@@ -1538,6 +1526,18 @@ export declare const Table: {
|
|
|
1538
1526
|
blue1000: any;
|
|
1539
1527
|
blue1100: any;
|
|
1540
1528
|
blue1200: any;
|
|
1529
|
+
pink100: any;
|
|
1530
|
+
pink200: any;
|
|
1531
|
+
pink300: any;
|
|
1532
|
+
pink400: any;
|
|
1533
|
+
pink500: any;
|
|
1534
|
+
pink600: any;
|
|
1535
|
+
pink700: any;
|
|
1536
|
+
pink800: any;
|
|
1537
|
+
pink900: any;
|
|
1538
|
+
pink1000: any;
|
|
1539
|
+
pink1100: any;
|
|
1540
|
+
pink1200: any;
|
|
1541
1541
|
purple100: any;
|
|
1542
1542
|
purple200: any;
|
|
1543
1543
|
purple300: any;
|
|
@@ -1682,26 +1682,11 @@ export declare const Table: {
|
|
|
1682
1682
|
marsh1000: any;
|
|
1683
1683
|
marsh1100: any;
|
|
1684
1684
|
marsh1200: any;
|
|
1685
|
-
tonal50: any;
|
|
1686
|
-
tonal100: any;
|
|
1687
|
-
tonal200: any;
|
|
1688
|
-
tonal300: any;
|
|
1689
|
-
tonal400: any;
|
|
1690
|
-
tonal500: any;
|
|
1691
|
-
tonal600: any;
|
|
1692
1685
|
alpha100: any;
|
|
1693
1686
|
alpha150: any;
|
|
1694
1687
|
alpha200: any;
|
|
1695
1688
|
alpha250: any;
|
|
1696
1689
|
alpha600: any;
|
|
1697
|
-
brandRed: any;
|
|
1698
|
-
brandRedAccent: any;
|
|
1699
|
-
brandGreen: any;
|
|
1700
|
-
brandGreenAccent: any;
|
|
1701
|
-
brandPurple: any;
|
|
1702
|
-
brandPurpleAccent: any;
|
|
1703
|
-
brandYellow: any;
|
|
1704
|
-
brandYellowAccent: any;
|
|
1705
1690
|
infoLight: any;
|
|
1706
1691
|
info: any;
|
|
1707
1692
|
infoMid: any;
|
|
@@ -1802,65 +1787,65 @@ export declare const Table: {
|
|
|
1802
1787
|
"1-1": any;
|
|
1803
1788
|
"3-4": any;
|
|
1804
1789
|
};
|
|
1805
|
-
}, import("@stitches
|
|
1806
|
-
bg: (value: import("@stitches
|
|
1807
|
-
background: import("@stitches
|
|
1790
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1791
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1792
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1808
1793
|
};
|
|
1809
|
-
size: (value: string | number | import("@stitches
|
|
1810
|
-
height: string | number | import("@stitches
|
|
1811
|
-
width: string | number | import("@stitches
|
|
1794
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1795
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1796
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1812
1797
|
};
|
|
1813
|
-
p: (value: string | number | import("@stitches
|
|
1814
|
-
padding: string | number | import("@stitches
|
|
1798
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1799
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1815
1800
|
};
|
|
1816
|
-
pt: (value: string | number | import("@stitches
|
|
1817
|
-
paddingTop: string | number | import("@stitches
|
|
1801
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1802
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1818
1803
|
};
|
|
1819
|
-
pr: (value: string | number | import("@stitches
|
|
1820
|
-
paddingRight: string | number | import("@stitches
|
|
1804
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1805
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1821
1806
|
};
|
|
1822
|
-
pb: (value: string | number | import("@stitches
|
|
1823
|
-
paddingBottom: string | number | import("@stitches
|
|
1807
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1808
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1824
1809
|
};
|
|
1825
|
-
pl: (value: string | number | import("@stitches
|
|
1826
|
-
paddingLeft: string | number | import("@stitches
|
|
1810
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1811
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1827
1812
|
};
|
|
1828
|
-
px: (value: string | number | import("@stitches
|
|
1829
|
-
paddingLeft: string | number | import("@stitches
|
|
1830
|
-
paddingRight: string | number | import("@stitches
|
|
1813
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1814
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1815
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1831
1816
|
};
|
|
1832
|
-
py: (value: string | number | import("@stitches
|
|
1833
|
-
paddingTop: string | number | import("@stitches
|
|
1834
|
-
paddingBottom: string | number | import("@stitches
|
|
1817
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1818
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1819
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1835
1820
|
};
|
|
1836
|
-
m: (value: string | number | import("@stitches
|
|
1837
|
-
margin: string | number | import("@stitches
|
|
1821
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1822
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1838
1823
|
};
|
|
1839
|
-
mt: (value: string | number | import("@stitches
|
|
1840
|
-
marginTop: string | number | import("@stitches
|
|
1824
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1825
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1841
1826
|
};
|
|
1842
|
-
mr: (value: string | number | import("@stitches
|
|
1843
|
-
marginRight: string | number | import("@stitches
|
|
1827
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1828
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1844
1829
|
};
|
|
1845
|
-
mb: (value: string | number | import("@stitches
|
|
1846
|
-
marginBottom: string | number | import("@stitches
|
|
1830
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1831
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1847
1832
|
};
|
|
1848
|
-
ml: (value: string | number | import("@stitches
|
|
1849
|
-
marginLeft: string | number | import("@stitches
|
|
1833
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1834
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1850
1835
|
};
|
|
1851
|
-
mx: (value: string | number | import("@stitches
|
|
1852
|
-
marginLeft: string | number | import("@stitches
|
|
1853
|
-
marginRight: string | number | import("@stitches
|
|
1836
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1837
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1838
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1854
1839
|
};
|
|
1855
|
-
my: (value: string | number | import("@stitches
|
|
1856
|
-
marginTop: string | number | import("@stitches
|
|
1857
|
-
marginBottom: string | number | import("@stitches
|
|
1840
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1841
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1842
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1858
1843
|
};
|
|
1859
1844
|
}>>;
|
|
1860
1845
|
Header: {
|
|
1861
|
-
({ theme, isSticky, ...rest }: Omit<
|
|
1846
|
+
({ theme, isSticky, ...rest }: Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, "ref"> & {
|
|
1862
1847
|
ref?: ((instance: HTMLTableSectionElement | null) => void) | React.RefObject<HTMLTableSectionElement> | null | undefined;
|
|
1863
|
-
}, "css" | "theme" | "isSticky"> & import("@stitches
|
|
1848
|
+
}, "css" | "theme" | "isSticky"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1864
1849
|
theme?: "light" | "primary" | "white" | "primaryDark" | "primaryLight" | undefined;
|
|
1865
1850
|
isSticky?: boolean | "true" | undefined;
|
|
1866
1851
|
}, {
|
|
@@ -1872,7 +1857,7 @@ export declare const Table: {
|
|
|
1872
1857
|
allowMotion: string;
|
|
1873
1858
|
hover: string;
|
|
1874
1859
|
}> & {
|
|
1875
|
-
css?: import("@stitches
|
|
1860
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1876
1861
|
sm: string;
|
|
1877
1862
|
md: string;
|
|
1878
1863
|
lg: string;
|
|
@@ -1912,6 +1897,18 @@ export declare const Table: {
|
|
|
1912
1897
|
blue1000: any;
|
|
1913
1898
|
blue1100: any;
|
|
1914
1899
|
blue1200: any;
|
|
1900
|
+
pink100: any;
|
|
1901
|
+
pink200: any;
|
|
1902
|
+
pink300: any;
|
|
1903
|
+
pink400: any;
|
|
1904
|
+
pink500: any;
|
|
1905
|
+
pink600: any;
|
|
1906
|
+
pink700: any;
|
|
1907
|
+
pink800: any;
|
|
1908
|
+
pink900: any;
|
|
1909
|
+
pink1000: any;
|
|
1910
|
+
pink1100: any;
|
|
1911
|
+
pink1200: any;
|
|
1915
1912
|
purple100: any;
|
|
1916
1913
|
purple200: any;
|
|
1917
1914
|
purple300: any;
|
|
@@ -2056,26 +2053,11 @@ export declare const Table: {
|
|
|
2056
2053
|
marsh1000: any;
|
|
2057
2054
|
marsh1100: any;
|
|
2058
2055
|
marsh1200: any;
|
|
2059
|
-
tonal50: any;
|
|
2060
|
-
tonal100: any;
|
|
2061
|
-
tonal200: any;
|
|
2062
|
-
tonal300: any;
|
|
2063
|
-
tonal400: any;
|
|
2064
|
-
tonal500: any;
|
|
2065
|
-
tonal600: any;
|
|
2066
2056
|
alpha100: any;
|
|
2067
2057
|
alpha150: any;
|
|
2068
2058
|
alpha200: any;
|
|
2069
2059
|
alpha250: any;
|
|
2070
2060
|
alpha600: any;
|
|
2071
|
-
brandRed: any;
|
|
2072
|
-
brandRedAccent: any;
|
|
2073
|
-
brandGreen: any;
|
|
2074
|
-
brandGreenAccent: any;
|
|
2075
|
-
brandPurple: any;
|
|
2076
|
-
brandPurpleAccent: any;
|
|
2077
|
-
brandYellow: any;
|
|
2078
|
-
brandYellowAccent: any;
|
|
2079
2061
|
infoLight: any;
|
|
2080
2062
|
info: any;
|
|
2081
2063
|
infoMid: any;
|
|
@@ -2176,65 +2158,65 @@ export declare const Table: {
|
|
|
2176
2158
|
"1-1": any;
|
|
2177
2159
|
"3-4": any;
|
|
2178
2160
|
};
|
|
2179
|
-
}, import("@stitches
|
|
2180
|
-
bg: (value: import("@stitches
|
|
2181
|
-
background: import("@stitches
|
|
2161
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2162
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2163
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2182
2164
|
};
|
|
2183
|
-
size: (value: string | number | import("@stitches
|
|
2184
|
-
height: string | number | import("@stitches
|
|
2185
|
-
width: string | number | import("@stitches
|
|
2165
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2166
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2167
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2186
2168
|
};
|
|
2187
|
-
p: (value: string | number | import("@stitches
|
|
2188
|
-
padding: string | number | import("@stitches
|
|
2169
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2170
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2189
2171
|
};
|
|
2190
|
-
pt: (value: string | number | import("@stitches
|
|
2191
|
-
paddingTop: string | number | import("@stitches
|
|
2172
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2173
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2192
2174
|
};
|
|
2193
|
-
pr: (value: string | number | import("@stitches
|
|
2194
|
-
paddingRight: string | number | import("@stitches
|
|
2175
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2176
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2195
2177
|
};
|
|
2196
|
-
pb: (value: string | number | import("@stitches
|
|
2197
|
-
paddingBottom: string | number | import("@stitches
|
|
2178
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2179
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2198
2180
|
};
|
|
2199
|
-
pl: (value: string | number | import("@stitches
|
|
2200
|
-
paddingLeft: string | number | import("@stitches
|
|
2181
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2182
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2201
2183
|
};
|
|
2202
|
-
px: (value: string | number | import("@stitches
|
|
2203
|
-
paddingLeft: string | number | import("@stitches
|
|
2204
|
-
paddingRight: string | number | import("@stitches
|
|
2184
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2185
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2186
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2205
2187
|
};
|
|
2206
|
-
py: (value: string | number | import("@stitches
|
|
2207
|
-
paddingTop: string | number | import("@stitches
|
|
2208
|
-
paddingBottom: string | number | import("@stitches
|
|
2188
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2189
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2190
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2209
2191
|
};
|
|
2210
|
-
m: (value: string | number | import("@stitches
|
|
2211
|
-
margin: string | number | import("@stitches
|
|
2192
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2193
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2212
2194
|
};
|
|
2213
|
-
mt: (value: string | number | import("@stitches
|
|
2214
|
-
marginTop: string | number | import("@stitches
|
|
2195
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2196
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2215
2197
|
};
|
|
2216
|
-
mr: (value: string | number | import("@stitches
|
|
2217
|
-
marginRight: string | number | import("@stitches
|
|
2198
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2199
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2218
2200
|
};
|
|
2219
|
-
mb: (value: string | number | import("@stitches
|
|
2220
|
-
marginBottom: string | number | import("@stitches
|
|
2201
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2202
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2221
2203
|
};
|
|
2222
|
-
ml: (value: string | number | import("@stitches
|
|
2223
|
-
marginLeft: string | number | import("@stitches
|
|
2204
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2205
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2224
2206
|
};
|
|
2225
|
-
mx: (value: string | number | import("@stitches
|
|
2226
|
-
marginLeft: string | number | import("@stitches
|
|
2227
|
-
marginRight: string | number | import("@stitches
|
|
2207
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2208
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2209
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2228
2210
|
};
|
|
2229
|
-
my: (value: string | number | import("@stitches
|
|
2230
|
-
marginTop: string | number | import("@stitches
|
|
2231
|
-
marginBottom: string | number | import("@stitches
|
|
2211
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2212
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2213
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2232
2214
|
};
|
|
2233
2215
|
}> | undefined;
|
|
2234
|
-
}): JSX.Element;
|
|
2216
|
+
}): React.JSX.Element;
|
|
2235
2217
|
displayName: string;
|
|
2236
2218
|
};
|
|
2237
|
-
HeaderCell: import("@stitches
|
|
2219
|
+
HeaderCell: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"th", {}, {
|
|
2238
2220
|
sm: string;
|
|
2239
2221
|
md: string;
|
|
2240
2222
|
lg: string;
|
|
@@ -2242,7 +2224,7 @@ export declare const Table: {
|
|
|
2242
2224
|
reducedMotion: string;
|
|
2243
2225
|
allowMotion: string;
|
|
2244
2226
|
hover: string;
|
|
2245
|
-
}, import("@stitches
|
|
2227
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2246
2228
|
sm: string;
|
|
2247
2229
|
md: string;
|
|
2248
2230
|
lg: string;
|
|
@@ -2282,6 +2264,18 @@ export declare const Table: {
|
|
|
2282
2264
|
blue1000: any;
|
|
2283
2265
|
blue1100: any;
|
|
2284
2266
|
blue1200: any;
|
|
2267
|
+
pink100: any;
|
|
2268
|
+
pink200: any;
|
|
2269
|
+
pink300: any;
|
|
2270
|
+
pink400: any;
|
|
2271
|
+
pink500: any;
|
|
2272
|
+
pink600: any;
|
|
2273
|
+
pink700: any;
|
|
2274
|
+
pink800: any;
|
|
2275
|
+
pink900: any;
|
|
2276
|
+
pink1000: any;
|
|
2277
|
+
pink1100: any;
|
|
2278
|
+
pink1200: any;
|
|
2285
2279
|
purple100: any;
|
|
2286
2280
|
purple200: any;
|
|
2287
2281
|
purple300: any;
|
|
@@ -2426,26 +2420,11 @@ export declare const Table: {
|
|
|
2426
2420
|
marsh1000: any;
|
|
2427
2421
|
marsh1100: any;
|
|
2428
2422
|
marsh1200: any;
|
|
2429
|
-
tonal50: any;
|
|
2430
|
-
tonal100: any;
|
|
2431
|
-
tonal200: any;
|
|
2432
|
-
tonal300: any;
|
|
2433
|
-
tonal400: any;
|
|
2434
|
-
tonal500: any;
|
|
2435
|
-
tonal600: any;
|
|
2436
2423
|
alpha100: any;
|
|
2437
2424
|
alpha150: any;
|
|
2438
2425
|
alpha200: any;
|
|
2439
2426
|
alpha250: any;
|
|
2440
2427
|
alpha600: any;
|
|
2441
|
-
brandRed: any;
|
|
2442
|
-
brandRedAccent: any;
|
|
2443
|
-
brandGreen: any;
|
|
2444
|
-
brandGreenAccent: any;
|
|
2445
|
-
brandPurple: any;
|
|
2446
|
-
brandPurpleAccent: any;
|
|
2447
|
-
brandYellow: any;
|
|
2448
|
-
brandYellowAccent: any;
|
|
2449
2428
|
infoLight: any;
|
|
2450
2429
|
info: any;
|
|
2451
2430
|
infoMid: any;
|
|
@@ -2546,64 +2525,64 @@ export declare const Table: {
|
|
|
2546
2525
|
"1-1": any;
|
|
2547
2526
|
"3-4": any;
|
|
2548
2527
|
};
|
|
2549
|
-
}, import("@stitches
|
|
2550
|
-
bg: (value: import("@stitches
|
|
2551
|
-
background: import("@stitches
|
|
2528
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2529
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2530
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2552
2531
|
};
|
|
2553
|
-
size: (value: string | number | import("@stitches
|
|
2554
|
-
height: string | number | import("@stitches
|
|
2555
|
-
width: string | number | import("@stitches
|
|
2532
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2533
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2534
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2556
2535
|
};
|
|
2557
|
-
p: (value: string | number | import("@stitches
|
|
2558
|
-
padding: string | number | import("@stitches
|
|
2536
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2537
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2559
2538
|
};
|
|
2560
|
-
pt: (value: string | number | import("@stitches
|
|
2561
|
-
paddingTop: string | number | import("@stitches
|
|
2539
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2540
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2562
2541
|
};
|
|
2563
|
-
pr: (value: string | number | import("@stitches
|
|
2564
|
-
paddingRight: string | number | import("@stitches
|
|
2542
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2543
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2565
2544
|
};
|
|
2566
|
-
pb: (value: string | number | import("@stitches
|
|
2567
|
-
paddingBottom: string | number | import("@stitches
|
|
2545
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2546
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2568
2547
|
};
|
|
2569
|
-
pl: (value: string | number | import("@stitches
|
|
2570
|
-
paddingLeft: string | number | import("@stitches
|
|
2548
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2549
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2571
2550
|
};
|
|
2572
|
-
px: (value: string | number | import("@stitches
|
|
2573
|
-
paddingLeft: string | number | import("@stitches
|
|
2574
|
-
paddingRight: string | number | import("@stitches
|
|
2551
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2552
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2553
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2575
2554
|
};
|
|
2576
|
-
py: (value: string | number | import("@stitches
|
|
2577
|
-
paddingTop: string | number | import("@stitches
|
|
2578
|
-
paddingBottom: string | number | import("@stitches
|
|
2555
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2556
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2557
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2579
2558
|
};
|
|
2580
|
-
m: (value: string | number | import("@stitches
|
|
2581
|
-
margin: string | number | import("@stitches
|
|
2559
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2560
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2582
2561
|
};
|
|
2583
|
-
mt: (value: string | number | import("@stitches
|
|
2584
|
-
marginTop: string | number | import("@stitches
|
|
2562
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2563
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2585
2564
|
};
|
|
2586
|
-
mr: (value: string | number | import("@stitches
|
|
2587
|
-
marginRight: string | number | import("@stitches
|
|
2565
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2566
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2588
2567
|
};
|
|
2589
|
-
mb: (value: string | number | import("@stitches
|
|
2590
|
-
marginBottom: string | number | import("@stitches
|
|
2568
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2569
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2591
2570
|
};
|
|
2592
|
-
ml: (value: string | number | import("@stitches
|
|
2593
|
-
marginLeft: string | number | import("@stitches
|
|
2571
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2572
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2594
2573
|
};
|
|
2595
|
-
mx: (value: string | number | import("@stitches
|
|
2596
|
-
marginLeft: string | number | import("@stitches
|
|
2597
|
-
marginRight: string | number | import("@stitches
|
|
2574
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2575
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2576
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2598
2577
|
};
|
|
2599
|
-
my: (value: string | number | import("@stitches
|
|
2600
|
-
marginTop: string | number | import("@stitches
|
|
2601
|
-
marginBottom: string | number | import("@stitches
|
|
2578
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2579
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2580
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2602
2581
|
};
|
|
2603
2582
|
}>>;
|
|
2604
|
-
Row: React.ForwardRefExoticComponent<Omit<
|
|
2583
|
+
Row: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "ref"> & {
|
|
2605
2584
|
ref?: ((instance: HTMLTableRowElement | null) => void) | React.RefObject<HTMLTableRowElement> | null | undefined;
|
|
2606
|
-
}, "css"> & import("@stitches
|
|
2585
|
+
}, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
|
|
2607
2586
|
sm: string;
|
|
2608
2587
|
md: string;
|
|
2609
2588
|
lg: string;
|
|
@@ -2612,7 +2591,7 @@ export declare const Table: {
|
|
|
2612
2591
|
allowMotion: string;
|
|
2613
2592
|
hover: string;
|
|
2614
2593
|
}> & {
|
|
2615
|
-
css?: import("@stitches
|
|
2594
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2616
2595
|
sm: string;
|
|
2617
2596
|
md: string;
|
|
2618
2597
|
lg: string;
|
|
@@ -2652,6 +2631,18 @@ export declare const Table: {
|
|
|
2652
2631
|
blue1000: any;
|
|
2653
2632
|
blue1100: any;
|
|
2654
2633
|
blue1200: any;
|
|
2634
|
+
pink100: any;
|
|
2635
|
+
pink200: any;
|
|
2636
|
+
pink300: any;
|
|
2637
|
+
pink400: any;
|
|
2638
|
+
pink500: any;
|
|
2639
|
+
pink600: any;
|
|
2640
|
+
pink700: any;
|
|
2641
|
+
pink800: any;
|
|
2642
|
+
pink900: any;
|
|
2643
|
+
pink1000: any;
|
|
2644
|
+
pink1100: any;
|
|
2645
|
+
pink1200: any;
|
|
2655
2646
|
purple100: any;
|
|
2656
2647
|
purple200: any;
|
|
2657
2648
|
purple300: any;
|
|
@@ -2796,26 +2787,11 @@ export declare const Table: {
|
|
|
2796
2787
|
marsh1000: any;
|
|
2797
2788
|
marsh1100: any;
|
|
2798
2789
|
marsh1200: any;
|
|
2799
|
-
tonal50: any;
|
|
2800
|
-
tonal100: any;
|
|
2801
|
-
tonal200: any;
|
|
2802
|
-
tonal300: any;
|
|
2803
|
-
tonal400: any;
|
|
2804
|
-
tonal500: any;
|
|
2805
|
-
tonal600: any;
|
|
2806
2790
|
alpha100: any;
|
|
2807
2791
|
alpha150: any;
|
|
2808
2792
|
alpha200: any;
|
|
2809
2793
|
alpha250: any;
|
|
2810
2794
|
alpha600: any;
|
|
2811
|
-
brandRed: any;
|
|
2812
|
-
brandRedAccent: any;
|
|
2813
|
-
brandGreen: any;
|
|
2814
|
-
brandGreenAccent: any;
|
|
2815
|
-
brandPurple: any;
|
|
2816
|
-
brandPurpleAccent: any;
|
|
2817
|
-
brandYellow: any;
|
|
2818
|
-
brandYellowAccent: any;
|
|
2819
2795
|
infoLight: any;
|
|
2820
2796
|
info: any;
|
|
2821
2797
|
infoMid: any;
|
|
@@ -2916,59 +2892,59 @@ export declare const Table: {
|
|
|
2916
2892
|
"1-1": any;
|
|
2917
2893
|
"3-4": any;
|
|
2918
2894
|
};
|
|
2919
|
-
}, import("@stitches
|
|
2920
|
-
bg: (value: import("@stitches
|
|
2921
|
-
background: import("@stitches
|
|
2895
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2896
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2897
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2922
2898
|
};
|
|
2923
|
-
size: (value: string | number | import("@stitches
|
|
2924
|
-
height: string | number | import("@stitches
|
|
2925
|
-
width: string | number | import("@stitches
|
|
2899
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2900
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2901
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2926
2902
|
};
|
|
2927
|
-
p: (value: string | number | import("@stitches
|
|
2928
|
-
padding: string | number | import("@stitches
|
|
2903
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2904
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2929
2905
|
};
|
|
2930
|
-
pt: (value: string | number | import("@stitches
|
|
2931
|
-
paddingTop: string | number | import("@stitches
|
|
2906
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2907
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2932
2908
|
};
|
|
2933
|
-
pr: (value: string | number | import("@stitches
|
|
2934
|
-
paddingRight: string | number | import("@stitches
|
|
2909
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2910
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2935
2911
|
};
|
|
2936
|
-
pb: (value: string | number | import("@stitches
|
|
2937
|
-
paddingBottom: string | number | import("@stitches
|
|
2912
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2913
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2938
2914
|
};
|
|
2939
|
-
pl: (value: string | number | import("@stitches
|
|
2940
|
-
paddingLeft: string | number | import("@stitches
|
|
2915
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2916
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2941
2917
|
};
|
|
2942
|
-
px: (value: string | number | import("@stitches
|
|
2943
|
-
paddingLeft: string | number | import("@stitches
|
|
2944
|
-
paddingRight: string | number | import("@stitches
|
|
2918
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2919
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2920
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2945
2921
|
};
|
|
2946
|
-
py: (value: string | number | import("@stitches
|
|
2947
|
-
paddingTop: string | number | import("@stitches
|
|
2948
|
-
paddingBottom: string | number | import("@stitches
|
|
2922
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2923
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2924
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2949
2925
|
};
|
|
2950
|
-
m: (value: string | number | import("@stitches
|
|
2951
|
-
margin: string | number | import("@stitches
|
|
2926
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2927
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2952
2928
|
};
|
|
2953
|
-
mt: (value: string | number | import("@stitches
|
|
2954
|
-
marginTop: string | number | import("@stitches
|
|
2929
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2930
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2955
2931
|
};
|
|
2956
|
-
mr: (value: string | number | import("@stitches
|
|
2957
|
-
marginRight: string | number | import("@stitches
|
|
2932
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2933
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2958
2934
|
};
|
|
2959
|
-
mb: (value: string | number | import("@stitches
|
|
2960
|
-
marginBottom: string | number | import("@stitches
|
|
2935
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2936
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2961
2937
|
};
|
|
2962
|
-
ml: (value: string | number | import("@stitches
|
|
2963
|
-
marginLeft: string | number | import("@stitches
|
|
2938
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2939
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2964
2940
|
};
|
|
2965
|
-
mx: (value: string | number | import("@stitches
|
|
2966
|
-
marginLeft: string | number | import("@stitches
|
|
2967
|
-
marginRight: string | number | import("@stitches
|
|
2941
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2942
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2943
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2968
2944
|
};
|
|
2969
|
-
my: (value: string | number | import("@stitches
|
|
2970
|
-
marginTop: string | number | import("@stitches
|
|
2971
|
-
marginBottom: string | number | import("@stitches
|
|
2945
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2946
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2947
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2972
2948
|
};
|
|
2973
2949
|
}> | undefined;
|
|
2974
2950
|
}>;
|
|
@@ -2977,6 +2953,6 @@ export declare const Table: {
|
|
|
2977
2953
|
css?: CSS | undefined;
|
|
2978
2954
|
controlColumnCount?: number | undefined;
|
|
2979
2955
|
maxRowDepth?: number | undefined;
|
|
2980
|
-
}>) => JSX.Element;
|
|
2956
|
+
}>) => React.JSX.Element;
|
|
2981
2957
|
};
|
|
2982
2958
|
export {};
|