@atom-learning/components 4.0.0-beta.1 → 4.0.0-beta.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/Accordion.d.ts +52 -55
- package/dist/components/accordion/AccordionContent.d.ts +53 -56
- package/dist/components/accordion/AccordionItem.d.ts +52 -55
- package/dist/components/accordion/AccordionTrigger.d.ts +105 -111
- package/dist/components/accordion/AccordionTrigger.js +1 -1
- package/dist/components/accordion/AccordionTrigger.js.map +1 -1
- package/dist/components/action-icon/ActionIcon.d.ts +53 -56
- package/dist/components/action-icon/ActionIcon.js +1 -1
- package/dist/components/action-icon/ActionIcon.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +105 -111
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +53 -56
- package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +2 -2
- package/dist/components/avatar/Avatar.d.ts +164 -173
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/avatar/AvatarIcon.d.ts +2 -2
- package/dist/components/avatar/AvatarImage.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.js +1 -1
- package/dist/components/avatar/AvatarInitial.js.map +1 -1
- package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
- package/dist/components/badge/Badge.context.d.ts +1 -1
- package/dist/components/badge/Badge.d.ts +316 -332
- package/dist/components/badge/BadgeIcon.d.ts +105 -111
- package/dist/components/badge/BadgeText.d.ts +106 -110
- package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +27 -16
- package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
- package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
- package/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/BannerContainer.d.ts +103 -109
- package/dist/components/banner/BannerContext.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +487 -505
- package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +104 -110
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +106 -112
- package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +432 -447
- package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +52 -55
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +104 -110
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +105 -111
- package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
- package/dist/components/box/Box.d.ts +52 -55
- package/dist/components/button/Button.d.ts +53 -56
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Calendar.d.ts +1 -1
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/components/calendar/Calendar.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +52 -55
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/carousel/Carousel.d.ts +213 -225
- package/dist/components/carousel/CarouselArrows.d.ts +3 -3
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +52 -55
- package/dist/components/carousel/CarouselPagination.js +1 -1
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +53 -56
- package/dist/components/carousel/CarouselSlider.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-field/CheckboxField.d.ts +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +211 -216
- package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
- package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +422 -416
- package/dist/components/chip/Chip.d.ts +369 -390
- package/dist/components/chip/Chip.js +1 -1
- package/dist/components/chip/Chip.js.map +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +212 -224
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +212 -224
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/combobox/Combobox.d.ts +261 -276
- package/dist/components/combobox/ComboboxInput.d.ts +52 -55
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.js +1 -1
- package/dist/components/combobox/ComboboxOption.js.map +1 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +52 -55
- package/dist/components/combobox/ComboboxPopover.js +1 -1
- package/dist/components/combobox/ComboboxPopover.js.map +1 -1
- package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
- package/dist/components/data-table/DataTable.d.ts +650 -683
- package/dist/components/data-table/DataTableBody.d.ts +1 -1
- package/dist/components/data-table/DataTableBulkActions.d.ts +3 -3
- package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
- package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
- package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
- package/dist/components/data-table/DataTableHead.d.ts +1 -1
- package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +54 -57
- package/dist/components/data-table/DataTableMetaData.d.ts +4 -9
- package/dist/components/data-table/DataTableMetaData.js +1 -1
- package/dist/components/data-table/DataTableMetaData.js.map +1 -1
- package/dist/components/data-table/DataTableRow.d.ts +1 -1
- package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +2 -2
- package/dist/components/data-table/DataTableTable.d.ts +1 -1
- package/dist/components/data-table/DataTableTable.js +1 -1
- package/dist/components/data-table/DataTableTable.js.map +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
- package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +53 -56
- package/dist/components/date-field/DateField.d.ts +2 -2
- package/dist/components/dialog/Dialog.d.ts +368 -389
- package/dist/components/dialog/DialogBackground.d.ts +103 -109
- package/dist/components/dialog/DialogClose.d.ts +52 -55
- package/dist/components/dialog/DialogContent.d.ts +53 -56
- package/dist/components/dialog/DialogContent.js +1 -1
- package/dist/components/dialog/DialogContent.js.map +1 -1
- package/dist/components/dialog/DialogFooter.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.js +1 -1
- package/dist/components/dialog/DialogHeading.js.map +1 -1
- package/dist/components/dismissible/DismissibleRoot.d.ts +2 -2
- package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
- package/dist/components/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
- package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- package/dist/components/divider/Divider.d.ts +52 -55
- package/dist/components/divider/Divider.js +1 -1
- package/dist/components/divider/Divider.js.map +1 -1
- package/dist/components/drawer/Drawer.d.ts +316 -334
- package/dist/components/drawer/DrawerClose.d.ts +1 -1
- package/dist/components/drawer/DrawerContent.d.ts +53 -56
- package/dist/components/drawer/DrawerFooter.d.ts +52 -55
- package/dist/components/drawer/DrawerHeader.d.ts +52 -55
- package/dist/components/drawer/DrawerMain.d.ts +52 -55
- package/dist/components/drawer/DrawerOverlay.d.ts +52 -55
- package/dist/components/drawer/DrawerTrigger.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +313 -331
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +480 -483
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +53 -56
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +52 -55
- package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
- package/dist/components/empty-state/EmptyState.d.ts +373 -392
- package/dist/components/empty-state/EmptyStateBody.d.ts +107 -111
- package/dist/components/empty-state/EmptyStateBody.js +1 -1
- package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
- package/dist/components/empty-state/EmptyStateImage.d.ts +108 -114
- package/dist/components/empty-state/EmptyStateTitle.d.ts +53 -56
- package/dist/components/empty-state/EmptyStateTitle.js +1 -1
- package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
- package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
- package/dist/components/field-wrapper/FieldDescription.js +1 -1
- package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
- package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -1
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/file-input/FileInput.d.ts +1 -1
- package/dist/components/flex/Flex.d.ts +52 -55
- package/dist/components/form/Form.d.ts +53 -56
- package/dist/components/grid/Grid.d.ts +53 -56
- package/dist/components/heading/Heading.d.ts +52 -55
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/icon/Icon.d.ts +52 -55
- package/dist/components/image/Image.d.ts +53 -56
- package/dist/components/index.d.ts +1 -0
- package/dist/components/inline-message/InlineMessage.config.js +1 -1
- package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +104 -110
- package/dist/components/input/Input.d.ts +155 -164
- package/dist/components/input/Input.js +1 -1
- package/dist/components/input/Input.js.map +1 -1
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/keyboard-shortcut/KeyboardShortcut.d.ts +760 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.js +2 -0
- package/dist/components/keyboard-shortcut/KeyboardShortcut.js.map +1 -0
- package/dist/components/keyboard-shortcut/index.d.ts +1124 -0
- package/dist/components/keyboard-shortcut/index.js +2 -0
- package/dist/components/keyboard-shortcut/index.js.map +1 -0
- package/dist/components/label/Label.d.ts +53 -56
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- package/dist/components/link/Link.d.ts +52 -55
- package/dist/components/list/List.d.ts +104 -110
- package/dist/components/loader/Loader.d.ts +2 -2
- package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +54 -57
- package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownLink.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownList.js +1 -1
- package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownText.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
- package/dist/components/navigation/NavigationMenu.d.ts +369 -388
- package/dist/components/navigation/NavigationMenu.js +1 -1
- package/dist/components/navigation/NavigationMenu.js.map +1 -1
- package/dist/components/navigation/NavigationMenu.styles.d.ts +1 -1
- package/dist/components/navigation/NavigationMenu.styles.js +1 -1
- package/dist/components/navigation/NavigationMenu.styles.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +53 -56
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +106 -110
- package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
- package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +52 -55
- package/dist/components/navigation/NavigationMenuLink.d.ts +52 -55
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +686 -707
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.d.ts +2 -2
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.styles.js.map +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +104 -110
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +106 -110
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.js.map +1 -1
- package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +1 -1
- package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js.map +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
- package/dist/components/pagination/Pagination.d.ts +2 -2
- package/dist/components/pagination/PaginationNextButton.d.ts +106 -112
- package/dist/components/pagination/PaginationPage.d.ts +2 -2
- package/dist/components/pagination/PaginationPopover.d.ts +1 -1
- package/dist/components/pagination/PaginationPopover.js +1 -1
- package/dist/components/pagination/PaginationPopover.js.map +1 -1
- package/dist/components/pagination/PaginationPreviousButton.d.ts +106 -112
- package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +105 -111
- package/dist/components/popover/PopoverContent.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.js +1 -1
- package/dist/components/progress-bar/ProgressBar.js.map +1 -1
- package/dist/components/radio-button/RadioButton.d.ts +53 -56
- package/dist/components/radio-button/RadioButton.js +1 -1
- package/dist/components/radio-button/RadioButton.js.map +1 -1
- package/dist/components/radio-button/RadioButtonGroup.d.ts +52 -55
- package/dist/components/radio-button-field/RadioButtonField.d.ts +54 -57
- package/dist/components/radio-button-field/RadioField.d.ts +1 -1
- package/dist/components/radio-card/RadioCard.d.ts +53 -56
- package/dist/components/radio-card/RadioCard.js +1 -1
- package/dist/components/radio-card/RadioCard.js.map +1 -1
- package/dist/components/radio-card/RadioCardGroup.d.ts +2 -2
- package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
- package/dist/components/search-field/SearchField.d.ts +2 -2
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/search-input/SearchInput.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +377 -394
- package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
- package/dist/components/section-message/SectionMessageTitle.js +1 -1
- package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
- package/dist/components/select/Select.d.ts +52 -55
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-field/SelectField.d.ts +2 -2
- package/dist/components/side-bar/SideBar.d.ts +422 -444
- package/dist/components/side-bar/SideBarComponents.d.ts +369 -388
- package/dist/components/slider/Slider.d.ts +52 -55
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/slider/SliderSteps.d.ts +2 -2
- package/dist/components/slider/SliderSteps.js +1 -1
- package/dist/components/slider/SliderSteps.js.map +1 -1
- package/dist/components/slider/SliderValue.d.ts +2 -2
- package/dist/components/slider/SliderValue.js +1 -1
- package/dist/components/slider/SliderValue.js.map +1 -1
- package/dist/components/slider-field/SliderField.d.ts +2 -2
- package/dist/components/sortable/Handle.d.ts +105 -111
- package/dist/components/sortable/SortableHandle.d.ts +1 -1
- package/dist/components/sortable/SortableItem.d.ts +2 -2
- package/dist/components/sortable/SortableItem.js +1 -1
- package/dist/components/sortable/SortableItem.js.map +1 -1
- package/dist/components/sortable/SortableRoot.d.ts +1 -1
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/spacer/Spacer.d.ts +364 -1
- package/dist/components/spacer/Spacer.js +1 -1
- package/dist/components/spacer/Spacer.js.map +1 -1
- package/dist/components/stack-content/StackContent.d.ts +52 -55
- package/dist/components/stepper/Stepper.d.ts +112 -118
- package/dist/components/stepper/StepperStepBack.d.ts +1 -1
- package/dist/components/stepper/StepperStepBullet.d.ts +103 -109
- package/dist/components/stepper/StepperStepBullet.js +1 -1
- package/dist/components/stepper/StepperStepBullet.js.map +1 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +103 -109
- package/dist/components/stepper/StepperStepContainer.js +1 -1
- package/dist/components/stepper/StepperStepContainer.js.map +1 -1
- package/dist/components/stepper/StepperStepForward.d.ts +1 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +106 -110
- package/dist/components/stepper/StepperStepLabel.js +1 -1
- package/dist/components/stepper/StepperStepLabel.js.map +1 -1
- package/dist/components/stepper/StepperSteps.d.ts +2 -2
- package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
- package/dist/components/switch/Switch.d.ts +53 -56
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +425 -451
- package/dist/components/table/Table.js +1 -1
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/TableBody.d.ts +53 -56
- package/dist/components/table/TableBody.js +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableCell.d.ts +52 -55
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableCell.js.map +1 -1
- package/dist/components/table/TableFooter.d.ts +52 -55
- package/dist/components/table/TableFooterCell.d.ts +52 -55
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableFooterCell.js.map +1 -1
- package/dist/components/table/TableHeader.d.ts +53 -56
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +52 -55
- package/dist/components/table/TableRow.d.ts +52 -55
- package/dist/components/table/TableStickyColumnsContainer.d.ts +2 -4
- package/dist/components/table/TableStickyColumnsContainer.js +1 -1
- package/dist/components/table/TableStickyColumnsContainer.js.map +1 -1
- package/dist/components/table/useStickyColumnsCss.d.ts +1 -3
- package/dist/components/table/useStickyColumnsCss.js +1 -1
- package/dist/components/table/useStickyColumnsCss.js.map +1 -1
- package/dist/components/tabs/Tabs.d.ts +210 -222
- package/dist/components/tabs/TabsContent.d.ts +52 -55
- package/dist/components/tabs/TabsTrigger.d.ts +53 -56
- package/dist/components/tabs/TabsTrigger.js +1 -1
- package/dist/components/tabs/TabsTrigger.js.map +1 -1
- package/dist/components/tabs/TabsTriggerList.d.ts +105 -111
- package/dist/components/text/Text.d.ts +54 -55
- package/dist/components/text/Text.js +1 -1
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +52 -55
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea-field/TextareaField.d.ts +2 -2
- package/dist/components/tile/Tile.d.ts +52 -55
- package/dist/components/tile/TileGroup.d.ts +52 -55
- package/dist/components/tile-interactive/TileInteractive.d.ts +104 -110
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +157 -166
- package/dist/components/toast/Toast.d.ts +156 -165
- package/dist/components/toast/ToastProvider.d.ts +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +103 -109
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -110
- package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +52 -55
- package/dist/components/toggle-group/index.d.ts +313 -331
- package/dist/components/tooltip/Tooltip.d.ts +106 -112
- package/dist/components/tooltip/TooltipContent.d.ts +53 -56
- package/dist/components/tooltip/TooltipContent.js +1 -1
- package/dist/components/tooltip/TooltipContent.js.map +1 -1
- package/dist/components/top-bar/TopBar.d.ts +638 -287
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/top-bar/TopBarBrand.d.ts +160 -176
- package/dist/components/top-bar/TopBarBrand.js +1 -1
- package/dist/components/top-bar/TopBarBrand.js.map +1 -1
- package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +1 -1
- package/dist/components/tree/Tree.d.ts +793 -812
- package/dist/components/tree/TreeCollapsible.d.ts +53 -56
- package/dist/components/tree/TreeCollapsibleContent.d.ts +52 -55
- package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
- package/dist/components/tree/TreeIcon.d.ts +104 -110
- package/dist/components/tree/TreeItemContent.d.ts +54 -57
- package/dist/components/tree/TreeListItem.d.ts +54 -57
- package/dist/components/video/Video.d.ts +52 -55
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -55
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/stitches.d.ts +604 -637
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +276 -279
- package/dist/utilities/hooks/useResizeObserver.js.map +1 -1
- package/dist/utilities/hooks/useScrollPosition.js +1 -1
- package/dist/utilities/hooks/useScrollPosition.js.map +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js.map +1 -1
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +103 -109
- package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
- package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
- package/dist/utilities/style/focus-visible-style-block.d.ts +2 -1
- package/dist/utilities/style/focus-visible-style-block.js +1 -1
- package/dist/utilities/style/focus-visible-style-block.js.map +1 -1
- package/package.json +27 -16
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
declare const StyledMenu: import("@stitches
|
|
3
|
+
declare const StyledMenu: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuProps & React.RefAttributes<HTMLElement>>, {}, {
|
|
4
4
|
sm: string;
|
|
5
5
|
md: string;
|
|
6
6
|
lg: string;
|
|
@@ -8,7 +8,7 @@ declare const StyledMenu: import("@stitches/react/types/styled-component").Style
|
|
|
8
8
|
reducedMotion: string;
|
|
9
9
|
allowMotion: string;
|
|
10
10
|
hover: string;
|
|
11
|
-
}, import("@stitches
|
|
11
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
12
12
|
sm: string;
|
|
13
13
|
md: string;
|
|
14
14
|
lg: string;
|
|
@@ -48,6 +48,18 @@ declare const StyledMenu: import("@stitches/react/types/styled-component").Style
|
|
|
48
48
|
blue1000: any;
|
|
49
49
|
blue1100: any;
|
|
50
50
|
blue1200: any;
|
|
51
|
+
pink100: any;
|
|
52
|
+
pink200: any;
|
|
53
|
+
pink300: any;
|
|
54
|
+
pink400: any;
|
|
55
|
+
pink500: any;
|
|
56
|
+
pink600: any;
|
|
57
|
+
pink700: any;
|
|
58
|
+
pink800: any;
|
|
59
|
+
pink900: any;
|
|
60
|
+
pink1000: any;
|
|
61
|
+
pink1100: any;
|
|
62
|
+
pink1200: any;
|
|
51
63
|
purple100: any;
|
|
52
64
|
purple200: any;
|
|
53
65
|
purple300: any;
|
|
@@ -192,26 +204,11 @@ declare const StyledMenu: import("@stitches/react/types/styled-component").Style
|
|
|
192
204
|
marsh1000: any;
|
|
193
205
|
marsh1100: any;
|
|
194
206
|
marsh1200: any;
|
|
195
|
-
tonal50: any;
|
|
196
|
-
tonal100: any;
|
|
197
|
-
tonal200: any;
|
|
198
|
-
tonal300: any;
|
|
199
|
-
tonal400: any;
|
|
200
|
-
tonal500: any;
|
|
201
|
-
tonal600: any;
|
|
202
207
|
alpha100: any;
|
|
203
208
|
alpha150: any;
|
|
204
209
|
alpha200: any;
|
|
205
210
|
alpha250: any;
|
|
206
211
|
alpha600: any;
|
|
207
|
-
brandRed: any;
|
|
208
|
-
brandRedAccent: any;
|
|
209
|
-
brandGreen: any;
|
|
210
|
-
brandGreenAccent: any;
|
|
211
|
-
brandPurple: any;
|
|
212
|
-
brandPurpleAccent: any;
|
|
213
|
-
brandYellow: any;
|
|
214
|
-
brandYellowAccent: any;
|
|
215
212
|
infoLight: any;
|
|
216
213
|
info: any;
|
|
217
214
|
infoMid: any;
|
|
@@ -312,66 +309,66 @@ declare const StyledMenu: import("@stitches/react/types/styled-component").Style
|
|
|
312
309
|
"1-1": any;
|
|
313
310
|
"3-4": any;
|
|
314
311
|
};
|
|
315
|
-
}, import("@stitches
|
|
316
|
-
bg: (value: import("@stitches
|
|
317
|
-
background: import("@stitches
|
|
312
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
313
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
314
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
318
315
|
};
|
|
319
|
-
size: (value: string | number | import("@stitches
|
|
320
|
-
height: string | number | import("@stitches
|
|
321
|
-
width: string | number | import("@stitches
|
|
316
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
317
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
318
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
322
319
|
};
|
|
323
|
-
p: (value: string | number | import("@stitches
|
|
324
|
-
padding: string | number | import("@stitches
|
|
320
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
321
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
325
322
|
};
|
|
326
|
-
pt: (value: string | number | import("@stitches
|
|
327
|
-
paddingTop: string | number | import("@stitches
|
|
323
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
324
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
328
325
|
};
|
|
329
|
-
pr: (value: string | number | import("@stitches
|
|
330
|
-
paddingRight: string | number | import("@stitches
|
|
326
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
327
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
331
328
|
};
|
|
332
|
-
pb: (value: string | number | import("@stitches
|
|
333
|
-
paddingBottom: string | number | import("@stitches
|
|
329
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
330
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
334
331
|
};
|
|
335
|
-
pl: (value: string | number | import("@stitches
|
|
336
|
-
paddingLeft: string | number | import("@stitches
|
|
332
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
333
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
337
334
|
};
|
|
338
|
-
px: (value: string | number | import("@stitches
|
|
339
|
-
paddingLeft: string | number | import("@stitches
|
|
340
|
-
paddingRight: string | number | import("@stitches
|
|
335
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
336
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
337
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
341
338
|
};
|
|
342
|
-
py: (value: string | number | import("@stitches
|
|
343
|
-
paddingTop: string | number | import("@stitches
|
|
344
|
-
paddingBottom: string | number | import("@stitches
|
|
339
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
340
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
341
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
345
342
|
};
|
|
346
|
-
m: (value: string | number | import("@stitches
|
|
347
|
-
margin: string | number | import("@stitches
|
|
343
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
344
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
348
345
|
};
|
|
349
|
-
mt: (value: string | number | import("@stitches
|
|
350
|
-
marginTop: string | number | import("@stitches
|
|
346
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
347
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
351
348
|
};
|
|
352
|
-
mr: (value: string | number | import("@stitches
|
|
353
|
-
marginRight: string | number | import("@stitches
|
|
349
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
350
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
354
351
|
};
|
|
355
|
-
mb: (value: string | number | import("@stitches
|
|
356
|
-
marginBottom: string | number | import("@stitches
|
|
352
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
353
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
357
354
|
};
|
|
358
|
-
ml: (value: string | number | import("@stitches
|
|
359
|
-
marginLeft: string | number | import("@stitches
|
|
355
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
356
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
360
357
|
};
|
|
361
|
-
mx: (value: string | number | import("@stitches
|
|
362
|
-
marginLeft: string | number | import("@stitches
|
|
363
|
-
marginRight: string | number | import("@stitches
|
|
358
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
359
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
360
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
364
361
|
};
|
|
365
|
-
my: (value: string | number | import("@stitches
|
|
366
|
-
marginTop: string | number | import("@stitches
|
|
367
|
-
marginBottom: string | number | import("@stitches
|
|
362
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
363
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
364
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
368
365
|
};
|
|
369
366
|
}>>;
|
|
370
367
|
export declare const NavigationMenu: {
|
|
371
|
-
({ children, css, ...props }: React.ComponentProps<typeof StyledMenu>): JSX.Element;
|
|
368
|
+
({ children, css, ...props }: React.ComponentProps<typeof StyledMenu>): React.JSX.Element;
|
|
372
369
|
displayName: string;
|
|
373
370
|
} & {
|
|
374
|
-
Link: React.ForwardRefExoticComponent<Omit<Omit<NavigationMenuPrimitive.NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>, "css" | "elementType"> & import("@stitches
|
|
371
|
+
Link: React.ForwardRefExoticComponent<Omit<Omit<NavigationMenuPrimitive.NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>, "css" | "elementType"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
375
372
|
elementType?: "link" | "dropdownItem" | undefined;
|
|
376
373
|
}, {
|
|
377
374
|
sm: string;
|
|
@@ -382,7 +379,7 @@ export declare const NavigationMenu: {
|
|
|
382
379
|
allowMotion: string;
|
|
383
380
|
hover: string;
|
|
384
381
|
}> & {
|
|
385
|
-
css?: import("@stitches
|
|
382
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
386
383
|
sm: string;
|
|
387
384
|
md: string;
|
|
388
385
|
lg: string;
|
|
@@ -422,6 +419,18 @@ export declare const NavigationMenu: {
|
|
|
422
419
|
blue1000: any;
|
|
423
420
|
blue1100: any;
|
|
424
421
|
blue1200: any;
|
|
422
|
+
pink100: any;
|
|
423
|
+
pink200: any;
|
|
424
|
+
pink300: any;
|
|
425
|
+
pink400: any;
|
|
426
|
+
pink500: any;
|
|
427
|
+
pink600: any;
|
|
428
|
+
pink700: any;
|
|
429
|
+
pink800: any;
|
|
430
|
+
pink900: any;
|
|
431
|
+
pink1000: any;
|
|
432
|
+
pink1100: any;
|
|
433
|
+
pink1200: any;
|
|
425
434
|
purple100: any;
|
|
426
435
|
purple200: any;
|
|
427
436
|
purple300: any;
|
|
@@ -566,26 +575,11 @@ export declare const NavigationMenu: {
|
|
|
566
575
|
marsh1000: any;
|
|
567
576
|
marsh1100: any;
|
|
568
577
|
marsh1200: any;
|
|
569
|
-
tonal50: any;
|
|
570
|
-
tonal100: any;
|
|
571
|
-
tonal200: any;
|
|
572
|
-
tonal300: any;
|
|
573
|
-
tonal400: any;
|
|
574
|
-
tonal500: any;
|
|
575
|
-
tonal600: any;
|
|
576
578
|
alpha100: any;
|
|
577
579
|
alpha150: any;
|
|
578
580
|
alpha200: any;
|
|
579
581
|
alpha250: any;
|
|
580
582
|
alpha600: any;
|
|
581
|
-
brandRed: any;
|
|
582
|
-
brandRedAccent: any;
|
|
583
|
-
brandGreen: any;
|
|
584
|
-
brandGreenAccent: any;
|
|
585
|
-
brandPurple: any;
|
|
586
|
-
brandPurpleAccent: any;
|
|
587
|
-
brandYellow: any;
|
|
588
|
-
brandYellowAccent: any;
|
|
589
583
|
infoLight: any;
|
|
590
584
|
info: any;
|
|
591
585
|
infoMid: any;
|
|
@@ -686,59 +680,59 @@ export declare const NavigationMenu: {
|
|
|
686
680
|
"1-1": any;
|
|
687
681
|
"3-4": any;
|
|
688
682
|
};
|
|
689
|
-
}, import("@stitches
|
|
690
|
-
bg: (value: import("@stitches
|
|
691
|
-
background: import("@stitches
|
|
683
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
684
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
685
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
692
686
|
};
|
|
693
|
-
size: (value: string | number | import("@stitches
|
|
694
|
-
height: string | number | import("@stitches
|
|
695
|
-
width: string | number | import("@stitches
|
|
687
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
688
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
689
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
696
690
|
};
|
|
697
|
-
p: (value: string | number | import("@stitches
|
|
698
|
-
padding: string | number | import("@stitches
|
|
691
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
692
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
699
693
|
};
|
|
700
|
-
pt: (value: string | number | import("@stitches
|
|
701
|
-
paddingTop: string | number | import("@stitches
|
|
694
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
695
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
702
696
|
};
|
|
703
|
-
pr: (value: string | number | import("@stitches
|
|
704
|
-
paddingRight: string | number | import("@stitches
|
|
697
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
698
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
705
699
|
};
|
|
706
|
-
pb: (value: string | number | import("@stitches
|
|
707
|
-
paddingBottom: string | number | import("@stitches
|
|
700
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
701
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
708
702
|
};
|
|
709
|
-
pl: (value: string | number | import("@stitches
|
|
710
|
-
paddingLeft: string | number | import("@stitches
|
|
703
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
704
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
711
705
|
};
|
|
712
|
-
px: (value: string | number | import("@stitches
|
|
713
|
-
paddingLeft: string | number | import("@stitches
|
|
714
|
-
paddingRight: string | number | import("@stitches
|
|
706
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
707
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
708
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
715
709
|
};
|
|
716
|
-
py: (value: string | number | import("@stitches
|
|
717
|
-
paddingTop: string | number | import("@stitches
|
|
718
|
-
paddingBottom: string | number | import("@stitches
|
|
710
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
711
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
712
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
719
713
|
};
|
|
720
|
-
m: (value: string | number | import("@stitches
|
|
721
|
-
margin: string | number | import("@stitches
|
|
714
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
715
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
722
716
|
};
|
|
723
|
-
mt: (value: string | number | import("@stitches
|
|
724
|
-
marginTop: string | number | import("@stitches
|
|
717
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
718
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
725
719
|
};
|
|
726
|
-
mr: (value: string | number | import("@stitches
|
|
727
|
-
marginRight: string | number | import("@stitches
|
|
720
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
721
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
728
722
|
};
|
|
729
|
-
mb: (value: string | number | import("@stitches
|
|
730
|
-
marginBottom: string | number | import("@stitches
|
|
723
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
724
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
731
725
|
};
|
|
732
|
-
ml: (value: string | number | import("@stitches
|
|
733
|
-
marginLeft: string | number | import("@stitches
|
|
726
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
727
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
734
728
|
};
|
|
735
|
-
mx: (value: string | number | import("@stitches
|
|
736
|
-
marginLeft: string | number | import("@stitches
|
|
737
|
-
marginRight: string | number | import("@stitches
|
|
729
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
730
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
731
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
738
732
|
};
|
|
739
|
-
my: (value: string | number | import("@stitches
|
|
740
|
-
marginTop: string | number | import("@stitches
|
|
741
|
-
marginBottom: string | number | import("@stitches
|
|
733
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
734
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
735
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
742
736
|
};
|
|
743
737
|
}> | undefined;
|
|
744
738
|
}, "elementType"> & {
|
|
@@ -761,11 +755,11 @@ export declare const NavigationMenu: {
|
|
|
761
755
|
active?: boolean | undefined;
|
|
762
756
|
css?: import("../../stitches").CSS | undefined;
|
|
763
757
|
id: string;
|
|
764
|
-
} & React.HTMLProps<HTMLButtonElement>): JSX.Element;
|
|
758
|
+
} & React.HTMLProps<HTMLButtonElement>): React.JSX.Element;
|
|
765
759
|
displayName: string;
|
|
766
760
|
};
|
|
767
761
|
DropdownContent: {
|
|
768
|
-
({ children, ...rest }: Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React.RefAttributes<HTMLDivElement>, "css"> & import("@stitches
|
|
762
|
+
({ children, ...rest }: Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React.RefAttributes<HTMLDivElement>, "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{}, {
|
|
769
763
|
sm: string;
|
|
770
764
|
md: string;
|
|
771
765
|
lg: string;
|
|
@@ -774,7 +768,7 @@ export declare const NavigationMenu: {
|
|
|
774
768
|
allowMotion: string;
|
|
775
769
|
hover: string;
|
|
776
770
|
}> & {
|
|
777
|
-
css?: import("@stitches
|
|
771
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
778
772
|
sm: string;
|
|
779
773
|
md: string;
|
|
780
774
|
lg: string;
|
|
@@ -814,6 +808,18 @@ export declare const NavigationMenu: {
|
|
|
814
808
|
blue1000: any;
|
|
815
809
|
blue1100: any;
|
|
816
810
|
blue1200: any;
|
|
811
|
+
pink100: any;
|
|
812
|
+
pink200: any;
|
|
813
|
+
pink300: any;
|
|
814
|
+
pink400: any;
|
|
815
|
+
pink500: any;
|
|
816
|
+
pink600: any;
|
|
817
|
+
pink700: any;
|
|
818
|
+
pink800: any;
|
|
819
|
+
pink900: any;
|
|
820
|
+
pink1000: any;
|
|
821
|
+
pink1100: any;
|
|
822
|
+
pink1200: any;
|
|
817
823
|
purple100: any;
|
|
818
824
|
purple200: any;
|
|
819
825
|
purple300: any;
|
|
@@ -958,26 +964,11 @@ export declare const NavigationMenu: {
|
|
|
958
964
|
marsh1000: any;
|
|
959
965
|
marsh1100: any;
|
|
960
966
|
marsh1200: any;
|
|
961
|
-
tonal50: any;
|
|
962
|
-
tonal100: any;
|
|
963
|
-
tonal200: any;
|
|
964
|
-
tonal300: any;
|
|
965
|
-
tonal400: any;
|
|
966
|
-
tonal500: any;
|
|
967
|
-
tonal600: any;
|
|
968
967
|
alpha100: any;
|
|
969
968
|
alpha150: any;
|
|
970
969
|
alpha200: any;
|
|
971
970
|
alpha250: any;
|
|
972
971
|
alpha600: any;
|
|
973
|
-
brandRed: any;
|
|
974
|
-
brandRedAccent: any;
|
|
975
|
-
brandGreen: any;
|
|
976
|
-
brandGreenAccent: any;
|
|
977
|
-
brandPurple: any;
|
|
978
|
-
brandPurpleAccent: any;
|
|
979
|
-
brandYellow: any;
|
|
980
|
-
brandYellowAccent: any;
|
|
981
972
|
infoLight: any;
|
|
982
973
|
info: any;
|
|
983
974
|
infoMid: any;
|
|
@@ -1078,65 +1069,65 @@ export declare const NavigationMenu: {
|
|
|
1078
1069
|
"1-1": any;
|
|
1079
1070
|
"3-4": any;
|
|
1080
1071
|
};
|
|
1081
|
-
}, import("@stitches
|
|
1082
|
-
bg: (value: import("@stitches
|
|
1083
|
-
background: import("@stitches
|
|
1072
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1073
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1074
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1084
1075
|
};
|
|
1085
|
-
size: (value: string | number | import("@stitches
|
|
1086
|
-
height: string | number | import("@stitches
|
|
1087
|
-
width: string | number | import("@stitches
|
|
1076
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1077
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1078
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1088
1079
|
};
|
|
1089
|
-
p: (value: string | number | import("@stitches
|
|
1090
|
-
padding: string | number | import("@stitches
|
|
1080
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1081
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1091
1082
|
};
|
|
1092
|
-
pt: (value: string | number | import("@stitches
|
|
1093
|
-
paddingTop: string | number | import("@stitches
|
|
1083
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1084
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1094
1085
|
};
|
|
1095
|
-
pr: (value: string | number | import("@stitches
|
|
1096
|
-
paddingRight: string | number | import("@stitches
|
|
1086
|
+
pr: (value: 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
|
-
pb: (value: string | number | import("@stitches
|
|
1099
|
-
paddingBottom: string | number | import("@stitches
|
|
1089
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1090
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1100
1091
|
};
|
|
1101
|
-
pl: (value: string | number | import("@stitches
|
|
1102
|
-
paddingLeft: string | number | import("@stitches
|
|
1092
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1093
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1103
1094
|
};
|
|
1104
|
-
px: (value: string | number | import("@stitches
|
|
1105
|
-
paddingLeft: string | number | import("@stitches
|
|
1106
|
-
paddingRight: string | number | import("@stitches
|
|
1095
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1096
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1097
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1107
1098
|
};
|
|
1108
|
-
py: (value: string | number | import("@stitches
|
|
1109
|
-
paddingTop: string | number | import("@stitches
|
|
1110
|
-
paddingBottom: string | number | import("@stitches
|
|
1099
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1100
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1101
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1111
1102
|
};
|
|
1112
|
-
m: (value: string | number | import("@stitches
|
|
1113
|
-
margin: string | number | import("@stitches
|
|
1103
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1104
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1114
1105
|
};
|
|
1115
|
-
mt: (value: string | number | import("@stitches
|
|
1116
|
-
marginTop: string | number | import("@stitches
|
|
1106
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1107
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1117
1108
|
};
|
|
1118
|
-
mr: (value: string | number | import("@stitches
|
|
1119
|
-
marginRight: string | number | import("@stitches
|
|
1109
|
+
mr: (value: 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
|
-
mb: (value: string | number | import("@stitches
|
|
1122
|
-
marginBottom: string | number | import("@stitches
|
|
1112
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1113
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1123
1114
|
};
|
|
1124
|
-
ml: (value: string | number | import("@stitches
|
|
1125
|
-
marginLeft: string | number | import("@stitches
|
|
1115
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1116
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1126
1117
|
};
|
|
1127
|
-
mx: (value: string | number | import("@stitches
|
|
1128
|
-
marginLeft: string | number | import("@stitches
|
|
1129
|
-
marginRight: string | number | import("@stitches
|
|
1118
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1119
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1120
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1130
1121
|
};
|
|
1131
|
-
my: (value: string | number | import("@stitches
|
|
1132
|
-
marginTop: string | number | import("@stitches
|
|
1133
|
-
marginBottom: string | number | import("@stitches
|
|
1122
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1123
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1124
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1134
1125
|
};
|
|
1135
1126
|
}> | undefined;
|
|
1136
|
-
}): JSX.Element;
|
|
1127
|
+
}): React.JSX.Element;
|
|
1137
1128
|
displayName: string;
|
|
1138
1129
|
};
|
|
1139
|
-
DropdownItem: React.ForwardRefExoticComponent<React.PropsWithChildren<Omit<Omit<NavigationMenuPrimitive.NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>, "css" | "elementType"> & import("@stitches
|
|
1130
|
+
DropdownItem: React.ForwardRefExoticComponent<React.PropsWithChildren<Omit<Omit<NavigationMenuPrimitive.NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>, "css" | "elementType"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1140
1131
|
elementType?: "link" | "dropdownItem" | undefined;
|
|
1141
1132
|
}, {
|
|
1142
1133
|
sm: string;
|
|
@@ -1147,7 +1138,7 @@ export declare const NavigationMenu: {
|
|
|
1147
1138
|
allowMotion: string;
|
|
1148
1139
|
hover: string;
|
|
1149
1140
|
}> & {
|
|
1150
|
-
css?: import("@stitches
|
|
1141
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1151
1142
|
sm: string;
|
|
1152
1143
|
md: string;
|
|
1153
1144
|
lg: string;
|
|
@@ -1187,6 +1178,18 @@ export declare const NavigationMenu: {
|
|
|
1187
1178
|
blue1000: any;
|
|
1188
1179
|
blue1100: any;
|
|
1189
1180
|
blue1200: any;
|
|
1181
|
+
pink100: any;
|
|
1182
|
+
pink200: any;
|
|
1183
|
+
pink300: any;
|
|
1184
|
+
pink400: any;
|
|
1185
|
+
pink500: any;
|
|
1186
|
+
pink600: any;
|
|
1187
|
+
pink700: any;
|
|
1188
|
+
pink800: any;
|
|
1189
|
+
pink900: any;
|
|
1190
|
+
pink1000: any;
|
|
1191
|
+
pink1100: any;
|
|
1192
|
+
pink1200: any;
|
|
1190
1193
|
purple100: any;
|
|
1191
1194
|
purple200: any;
|
|
1192
1195
|
purple300: any;
|
|
@@ -1331,26 +1334,11 @@ export declare const NavigationMenu: {
|
|
|
1331
1334
|
marsh1000: any;
|
|
1332
1335
|
marsh1100: any;
|
|
1333
1336
|
marsh1200: any;
|
|
1334
|
-
tonal50: any;
|
|
1335
|
-
tonal100: any;
|
|
1336
|
-
tonal200: any;
|
|
1337
|
-
tonal300: any;
|
|
1338
|
-
tonal400: any;
|
|
1339
|
-
tonal500: any;
|
|
1340
|
-
tonal600: any;
|
|
1341
1337
|
alpha100: any;
|
|
1342
1338
|
alpha150: any;
|
|
1343
1339
|
alpha200: any;
|
|
1344
1340
|
alpha250: any;
|
|
1345
1341
|
alpha600: any;
|
|
1346
|
-
brandRed: any;
|
|
1347
|
-
brandRedAccent: any;
|
|
1348
|
-
brandGreen: any;
|
|
1349
|
-
brandGreenAccent: any;
|
|
1350
|
-
brandPurple: any;
|
|
1351
|
-
brandPurpleAccent: any;
|
|
1352
|
-
brandYellow: any;
|
|
1353
|
-
brandYellowAccent: any;
|
|
1354
1342
|
infoLight: any;
|
|
1355
1343
|
info: any;
|
|
1356
1344
|
infoMid: any;
|
|
@@ -1451,59 +1439,59 @@ export declare const NavigationMenu: {
|
|
|
1451
1439
|
"1-1": any;
|
|
1452
1440
|
"3-4": any;
|
|
1453
1441
|
};
|
|
1454
|
-
}, import("@stitches
|
|
1455
|
-
bg: (value: import("@stitches
|
|
1456
|
-
background: import("@stitches
|
|
1442
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1443
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1444
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1457
1445
|
};
|
|
1458
|
-
size: (value: string | number | import("@stitches
|
|
1459
|
-
height: string | number | import("@stitches
|
|
1460
|
-
width: string | number | import("@stitches
|
|
1446
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1447
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1448
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1461
1449
|
};
|
|
1462
|
-
p: (value: string | number | import("@stitches
|
|
1463
|
-
padding: string | number | import("@stitches
|
|
1450
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1451
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1464
1452
|
};
|
|
1465
|
-
pt: (value: string | number | import("@stitches
|
|
1466
|
-
paddingTop: string | number | import("@stitches
|
|
1453
|
+
pt: (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">;
|
|
1467
1455
|
};
|
|
1468
|
-
pr: (value: string | number | import("@stitches
|
|
1469
|
-
paddingRight: string | number | import("@stitches
|
|
1456
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1457
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1470
1458
|
};
|
|
1471
|
-
pb: (value: string | number | import("@stitches
|
|
1472
|
-
paddingBottom: string | number | import("@stitches
|
|
1459
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1460
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1473
1461
|
};
|
|
1474
|
-
pl: (value: string | number | import("@stitches
|
|
1475
|
-
paddingLeft: string | number | import("@stitches
|
|
1462
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1463
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1476
1464
|
};
|
|
1477
|
-
px: (value: string | number | import("@stitches
|
|
1478
|
-
paddingLeft: string | number | import("@stitches
|
|
1479
|
-
paddingRight: string | number | import("@stitches
|
|
1465
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1466
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1467
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1480
1468
|
};
|
|
1481
|
-
py: (value: string | number | import("@stitches
|
|
1482
|
-
paddingTop: string | number | import("@stitches
|
|
1483
|
-
paddingBottom: string | number | import("@stitches
|
|
1469
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1470
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1471
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1484
1472
|
};
|
|
1485
|
-
m: (value: string | number | import("@stitches
|
|
1486
|
-
margin: string | number | import("@stitches
|
|
1473
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1474
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1487
1475
|
};
|
|
1488
|
-
mt: (value: string | number | import("@stitches
|
|
1489
|
-
marginTop: string | number | import("@stitches
|
|
1476
|
+
mt: (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">;
|
|
1490
1478
|
};
|
|
1491
|
-
mr: (value: string | number | import("@stitches
|
|
1492
|
-
marginRight: string | number | import("@stitches
|
|
1479
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1480
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1493
1481
|
};
|
|
1494
|
-
mb: (value: string | number | import("@stitches
|
|
1495
|
-
marginBottom: string | number | import("@stitches
|
|
1482
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1483
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1496
1484
|
};
|
|
1497
|
-
ml: (value: string | number | import("@stitches
|
|
1498
|
-
marginLeft: string | number | import("@stitches
|
|
1485
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1486
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1499
1487
|
};
|
|
1500
|
-
mx: (value: string | number | import("@stitches
|
|
1501
|
-
marginLeft: string | number | import("@stitches
|
|
1502
|
-
marginRight: string | number | import("@stitches
|
|
1488
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1489
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1490
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1503
1491
|
};
|
|
1504
|
-
my: (value: string | number | import("@stitches
|
|
1505
|
-
marginTop: string | number | import("@stitches
|
|
1506
|
-
marginBottom: string | number | import("@stitches
|
|
1492
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1493
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1494
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1507
1495
|
};
|
|
1508
1496
|
}> | undefined;
|
|
1509
1497
|
}, "elementType"> & {
|
|
@@ -1521,9 +1509,11 @@ export declare const NavigationMenu: {
|
|
|
1521
1509
|
[x: string]: "link" | "dropdownItem" | undefined;
|
|
1522
1510
|
}) | undefined;
|
|
1523
1511
|
}>>;
|
|
1524
|
-
DropdownItemTitle: import("@stitches
|
|
1512
|
+
DropdownItemTitle: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<Omit<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
|
|
1525
1513
|
ref?: ((instance: HTMLParagraphElement | null) => void) | React.RefObject<HTMLParagraphElement> | null | undefined;
|
|
1526
|
-
}, "size" | "css" | "noCapsize"> & import("@stitches
|
|
1514
|
+
}, "size" | "css" | "weight" | "noCapsize" | "family"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
1515
|
+
weight?: "normal" | "bold" | undefined;
|
|
1516
|
+
family?: "display" | "mono" | "body" | undefined;
|
|
1527
1517
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | undefined;
|
|
1528
1518
|
noCapsize?: boolean | "true" | undefined;
|
|
1529
1519
|
}, {
|
|
@@ -1535,7 +1525,7 @@ export declare const NavigationMenu: {
|
|
|
1535
1525
|
allowMotion: string;
|
|
1536
1526
|
hover: string;
|
|
1537
1527
|
}> & {
|
|
1538
|
-
css?: import("@stitches
|
|
1528
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1539
1529
|
sm: string;
|
|
1540
1530
|
md: string;
|
|
1541
1531
|
lg: string;
|
|
@@ -1575,6 +1565,18 @@ export declare const NavigationMenu: {
|
|
|
1575
1565
|
blue1000: any;
|
|
1576
1566
|
blue1100: any;
|
|
1577
1567
|
blue1200: any;
|
|
1568
|
+
pink100: any;
|
|
1569
|
+
pink200: any;
|
|
1570
|
+
pink300: any;
|
|
1571
|
+
pink400: any;
|
|
1572
|
+
pink500: any;
|
|
1573
|
+
pink600: any;
|
|
1574
|
+
pink700: any;
|
|
1575
|
+
pink800: any;
|
|
1576
|
+
pink900: any;
|
|
1577
|
+
pink1000: any;
|
|
1578
|
+
pink1100: any;
|
|
1579
|
+
pink1200: any;
|
|
1578
1580
|
purple100: any;
|
|
1579
1581
|
purple200: any;
|
|
1580
1582
|
purple300: any;
|
|
@@ -1719,26 +1721,11 @@ export declare const NavigationMenu: {
|
|
|
1719
1721
|
marsh1000: any;
|
|
1720
1722
|
marsh1100: any;
|
|
1721
1723
|
marsh1200: any;
|
|
1722
|
-
tonal50: any;
|
|
1723
|
-
tonal100: any;
|
|
1724
|
-
tonal200: any;
|
|
1725
|
-
tonal300: any;
|
|
1726
|
-
tonal400: any;
|
|
1727
|
-
tonal500: any;
|
|
1728
|
-
tonal600: any;
|
|
1729
1724
|
alpha100: any;
|
|
1730
1725
|
alpha150: any;
|
|
1731
1726
|
alpha200: any;
|
|
1732
1727
|
alpha250: any;
|
|
1733
1728
|
alpha600: any;
|
|
1734
|
-
brandRed: any;
|
|
1735
|
-
brandRedAccent: any;
|
|
1736
|
-
brandGreen: any;
|
|
1737
|
-
brandGreenAccent: any;
|
|
1738
|
-
brandPurple: any;
|
|
1739
|
-
brandPurpleAccent: any;
|
|
1740
|
-
brandYellow: any;
|
|
1741
|
-
brandYellowAccent: any;
|
|
1742
1729
|
infoLight: any;
|
|
1743
1730
|
info: any;
|
|
1744
1731
|
infoMid: any;
|
|
@@ -1839,59 +1826,59 @@ export declare const NavigationMenu: {
|
|
|
1839
1826
|
"1-1": any;
|
|
1840
1827
|
"3-4": any;
|
|
1841
1828
|
};
|
|
1842
|
-
}, import("@stitches
|
|
1843
|
-
bg: (value: import("@stitches
|
|
1844
|
-
background: import("@stitches
|
|
1829
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1830
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1831
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1845
1832
|
};
|
|
1846
|
-
size: (value: string | number | import("@stitches
|
|
1847
|
-
height: string | number | import("@stitches
|
|
1848
|
-
width: string | number | import("@stitches
|
|
1833
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1834
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1835
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1849
1836
|
};
|
|
1850
|
-
p: (value: string | number | import("@stitches
|
|
1851
|
-
padding: string | number | import("@stitches
|
|
1837
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1838
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1852
1839
|
};
|
|
1853
|
-
pt: (value: string | number | import("@stitches
|
|
1854
|
-
paddingTop: string | number | import("@stitches
|
|
1840
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1841
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1855
1842
|
};
|
|
1856
|
-
pr: (value: string | number | import("@stitches
|
|
1857
|
-
paddingRight: string | number | import("@stitches
|
|
1843
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1844
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1858
1845
|
};
|
|
1859
|
-
pb: (value: string | number | import("@stitches
|
|
1860
|
-
paddingBottom: string | number | import("@stitches
|
|
1846
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1847
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1861
1848
|
};
|
|
1862
|
-
pl: (value: string | number | import("@stitches
|
|
1863
|
-
paddingLeft: string | number | import("@stitches
|
|
1849
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1850
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1864
1851
|
};
|
|
1865
|
-
px: (value: string | number | import("@stitches
|
|
1866
|
-
paddingLeft: string | number | import("@stitches
|
|
1867
|
-
paddingRight: string | number | import("@stitches
|
|
1852
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1853
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1854
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1868
1855
|
};
|
|
1869
|
-
py: (value: string | number | import("@stitches
|
|
1870
|
-
paddingTop: string | number | import("@stitches
|
|
1871
|
-
paddingBottom: string | number | import("@stitches
|
|
1856
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1857
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1858
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1872
1859
|
};
|
|
1873
|
-
m: (value: string | number | import("@stitches
|
|
1874
|
-
margin: string | number | import("@stitches
|
|
1860
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1861
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1875
1862
|
};
|
|
1876
|
-
mt: (value: string | number | import("@stitches
|
|
1877
|
-
marginTop: string | number | import("@stitches
|
|
1863
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1864
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1878
1865
|
};
|
|
1879
|
-
mr: (value: string | number | import("@stitches
|
|
1880
|
-
marginRight: string | number | import("@stitches
|
|
1866
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1867
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1881
1868
|
};
|
|
1882
|
-
mb: (value: string | number | import("@stitches
|
|
1883
|
-
marginBottom: string | number | import("@stitches
|
|
1869
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1870
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1884
1871
|
};
|
|
1885
|
-
ml: (value: string | number | import("@stitches
|
|
1886
|
-
marginLeft: string | number | import("@stitches
|
|
1872
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1873
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1887
1874
|
};
|
|
1888
|
-
mx: (value: string | number | import("@stitches
|
|
1889
|
-
marginLeft: string | number | import("@stitches
|
|
1890
|
-
marginRight: string | number | import("@stitches
|
|
1875
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1876
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1877
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1891
1878
|
};
|
|
1892
|
-
my: (value: string | number | import("@stitches
|
|
1893
|
-
marginTop: string | number | import("@stitches
|
|
1894
|
-
marginBottom: string | number | import("@stitches
|
|
1879
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1880
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1881
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1895
1882
|
};
|
|
1896
1883
|
}> | undefined;
|
|
1897
1884
|
}, "as"> & {
|
|
@@ -1904,7 +1891,7 @@ export declare const NavigationMenu: {
|
|
|
1904
1891
|
reducedMotion: string;
|
|
1905
1892
|
allowMotion: string;
|
|
1906
1893
|
hover: string;
|
|
1907
|
-
}, import("@stitches
|
|
1894
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
1908
1895
|
sm: string;
|
|
1909
1896
|
md: string;
|
|
1910
1897
|
lg: string;
|
|
@@ -1944,6 +1931,18 @@ export declare const NavigationMenu: {
|
|
|
1944
1931
|
blue1000: any;
|
|
1945
1932
|
blue1100: any;
|
|
1946
1933
|
blue1200: any;
|
|
1934
|
+
pink100: any;
|
|
1935
|
+
pink200: any;
|
|
1936
|
+
pink300: any;
|
|
1937
|
+
pink400: any;
|
|
1938
|
+
pink500: any;
|
|
1939
|
+
pink600: any;
|
|
1940
|
+
pink700: any;
|
|
1941
|
+
pink800: any;
|
|
1942
|
+
pink900: any;
|
|
1943
|
+
pink1000: any;
|
|
1944
|
+
pink1100: any;
|
|
1945
|
+
pink1200: any;
|
|
1947
1946
|
purple100: any;
|
|
1948
1947
|
purple200: any;
|
|
1949
1948
|
purple300: any;
|
|
@@ -2088,26 +2087,11 @@ export declare const NavigationMenu: {
|
|
|
2088
2087
|
marsh1000: any;
|
|
2089
2088
|
marsh1100: any;
|
|
2090
2089
|
marsh1200: any;
|
|
2091
|
-
tonal50: any;
|
|
2092
|
-
tonal100: any;
|
|
2093
|
-
tonal200: any;
|
|
2094
|
-
tonal300: any;
|
|
2095
|
-
tonal400: any;
|
|
2096
|
-
tonal500: any;
|
|
2097
|
-
tonal600: any;
|
|
2098
2090
|
alpha100: any;
|
|
2099
2091
|
alpha150: any;
|
|
2100
2092
|
alpha200: any;
|
|
2101
2093
|
alpha250: any;
|
|
2102
2094
|
alpha600: any;
|
|
2103
|
-
brandRed: any;
|
|
2104
|
-
brandRedAccent: any;
|
|
2105
|
-
brandGreen: any;
|
|
2106
|
-
brandGreenAccent: any;
|
|
2107
|
-
brandPurple: any;
|
|
2108
|
-
brandPurpleAccent: any;
|
|
2109
|
-
brandYellow: any;
|
|
2110
|
-
brandYellowAccent: any;
|
|
2111
2095
|
infoLight: any;
|
|
2112
2096
|
info: any;
|
|
2113
2097
|
infoMid: any;
|
|
@@ -2208,62 +2192,62 @@ export declare const NavigationMenu: {
|
|
|
2208
2192
|
"1-1": any;
|
|
2209
2193
|
"3-4": any;
|
|
2210
2194
|
};
|
|
2211
|
-
}, import("@stitches
|
|
2212
|
-
bg: (value: import("@stitches
|
|
2213
|
-
background: import("@stitches
|
|
2195
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2196
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2197
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2214
2198
|
};
|
|
2215
|
-
size: (value: string | number | import("@stitches
|
|
2216
|
-
height: string | number | import("@stitches
|
|
2217
|
-
width: string | number | import("@stitches
|
|
2199
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2200
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2201
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2218
2202
|
};
|
|
2219
|
-
p: (value: string | number | import("@stitches
|
|
2220
|
-
padding: string | number | import("@stitches
|
|
2203
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2204
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2221
2205
|
};
|
|
2222
|
-
pt: (value: string | number | import("@stitches
|
|
2223
|
-
paddingTop: string | number | import("@stitches
|
|
2206
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2207
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2224
2208
|
};
|
|
2225
|
-
pr: (value: string | number | import("@stitches
|
|
2226
|
-
paddingRight: string | number | import("@stitches
|
|
2209
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2210
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2227
2211
|
};
|
|
2228
|
-
pb: (value: string | number | import("@stitches
|
|
2229
|
-
paddingBottom: string | number | import("@stitches
|
|
2212
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2213
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2230
2214
|
};
|
|
2231
|
-
pl: (value: string | number | import("@stitches
|
|
2232
|
-
paddingLeft: string | number | import("@stitches
|
|
2215
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2216
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2233
2217
|
};
|
|
2234
|
-
px: (value: string | number | import("@stitches
|
|
2235
|
-
paddingLeft: string | number | import("@stitches
|
|
2236
|
-
paddingRight: string | number | import("@stitches
|
|
2218
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2219
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2220
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2237
2221
|
};
|
|
2238
|
-
py: (value: string | number | import("@stitches
|
|
2239
|
-
paddingTop: string | number | import("@stitches
|
|
2240
|
-
paddingBottom: string | number | import("@stitches
|
|
2222
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2223
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2224
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2241
2225
|
};
|
|
2242
|
-
m: (value: string | number | import("@stitches
|
|
2243
|
-
margin: string | number | import("@stitches
|
|
2226
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2227
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2244
2228
|
};
|
|
2245
|
-
mt: (value: string | number | import("@stitches
|
|
2246
|
-
marginTop: string | number | import("@stitches
|
|
2229
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2230
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2247
2231
|
};
|
|
2248
|
-
mr: (value: string | number | import("@stitches
|
|
2249
|
-
marginRight: string | number | import("@stitches
|
|
2232
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2233
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2250
2234
|
};
|
|
2251
|
-
mb: (value: string | number | import("@stitches
|
|
2252
|
-
marginBottom: string | number | import("@stitches
|
|
2235
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2236
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2253
2237
|
};
|
|
2254
|
-
ml: (value: string | number | import("@stitches
|
|
2255
|
-
marginLeft: string | number | import("@stitches
|
|
2238
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2239
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2256
2240
|
};
|
|
2257
|
-
mx: (value: string | number | import("@stitches
|
|
2258
|
-
marginLeft: string | number | import("@stitches
|
|
2259
|
-
marginRight: string | number | import("@stitches
|
|
2241
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2242
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2243
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2260
2244
|
};
|
|
2261
|
-
my: (value: string | number | import("@stitches
|
|
2262
|
-
marginTop: string | number | import("@stitches
|
|
2263
|
-
marginBottom: string | number | import("@stitches
|
|
2245
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2246
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2247
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2264
2248
|
};
|
|
2265
2249
|
}>>;
|
|
2266
|
-
DropdownTrigger: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React.RefAttributes<HTMLButtonElement>, "css" | "active"> & import("@stitches
|
|
2250
|
+
DropdownTrigger: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React.RefAttributes<HTMLButtonElement>, "css" | "active"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
2267
2251
|
active?: boolean | "true" | undefined;
|
|
2268
2252
|
}, {
|
|
2269
2253
|
sm: string;
|
|
@@ -2274,7 +2258,7 @@ export declare const NavigationMenu: {
|
|
|
2274
2258
|
allowMotion: string;
|
|
2275
2259
|
hover: string;
|
|
2276
2260
|
}> & {
|
|
2277
|
-
css?: import("@stitches
|
|
2261
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
2278
2262
|
sm: string;
|
|
2279
2263
|
md: string;
|
|
2280
2264
|
lg: string;
|
|
@@ -2314,6 +2298,18 @@ export declare const NavigationMenu: {
|
|
|
2314
2298
|
blue1000: any;
|
|
2315
2299
|
blue1100: any;
|
|
2316
2300
|
blue1200: any;
|
|
2301
|
+
pink100: any;
|
|
2302
|
+
pink200: any;
|
|
2303
|
+
pink300: any;
|
|
2304
|
+
pink400: any;
|
|
2305
|
+
pink500: any;
|
|
2306
|
+
pink600: any;
|
|
2307
|
+
pink700: any;
|
|
2308
|
+
pink800: any;
|
|
2309
|
+
pink900: any;
|
|
2310
|
+
pink1000: any;
|
|
2311
|
+
pink1100: any;
|
|
2312
|
+
pink1200: any;
|
|
2317
2313
|
purple100: any;
|
|
2318
2314
|
purple200: any;
|
|
2319
2315
|
purple300: any;
|
|
@@ -2458,26 +2454,11 @@ export declare const NavigationMenu: {
|
|
|
2458
2454
|
marsh1000: any;
|
|
2459
2455
|
marsh1100: any;
|
|
2460
2456
|
marsh1200: any;
|
|
2461
|
-
tonal50: any;
|
|
2462
|
-
tonal100: any;
|
|
2463
|
-
tonal200: any;
|
|
2464
|
-
tonal300: any;
|
|
2465
|
-
tonal400: any;
|
|
2466
|
-
tonal500: any;
|
|
2467
|
-
tonal600: any;
|
|
2468
2457
|
alpha100: any;
|
|
2469
2458
|
alpha150: any;
|
|
2470
2459
|
alpha200: any;
|
|
2471
2460
|
alpha250: any;
|
|
2472
2461
|
alpha600: any;
|
|
2473
|
-
brandRed: any;
|
|
2474
|
-
brandRedAccent: any;
|
|
2475
|
-
brandGreen: any;
|
|
2476
|
-
brandGreenAccent: any;
|
|
2477
|
-
brandPurple: any;
|
|
2478
|
-
brandPurpleAccent: any;
|
|
2479
|
-
brandYellow: any;
|
|
2480
|
-
brandYellowAccent: any;
|
|
2481
2462
|
infoLight: any;
|
|
2482
2463
|
info: any;
|
|
2483
2464
|
infoMid: any;
|
|
@@ -2578,59 +2559,59 @@ export declare const NavigationMenu: {
|
|
|
2578
2559
|
"1-1": any;
|
|
2579
2560
|
"3-4": any;
|
|
2580
2561
|
};
|
|
2581
|
-
}, import("@stitches
|
|
2582
|
-
bg: (value: import("@stitches
|
|
2583
|
-
background: import("@stitches
|
|
2562
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
2563
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
2564
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
2584
2565
|
};
|
|
2585
|
-
size: (value: string | number | import("@stitches
|
|
2586
|
-
height: string | number | import("@stitches
|
|
2587
|
-
width: string | number | import("@stitches
|
|
2566
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
2567
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2568
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
2588
2569
|
};
|
|
2589
|
-
p: (value: string | number | import("@stitches
|
|
2590
|
-
padding: string | number | import("@stitches
|
|
2570
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2571
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2591
2572
|
};
|
|
2592
|
-
pt: (value: string | number | import("@stitches
|
|
2593
|
-
paddingTop: string | number | import("@stitches
|
|
2573
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2574
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2594
2575
|
};
|
|
2595
|
-
pr: (value: string | number | import("@stitches
|
|
2596
|
-
paddingRight: string | number | import("@stitches
|
|
2576
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2577
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2597
2578
|
};
|
|
2598
|
-
pb: (value: string | number | import("@stitches
|
|
2599
|
-
paddingBottom: string | number | import("@stitches
|
|
2579
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2580
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2600
2581
|
};
|
|
2601
|
-
pl: (value: string | number | import("@stitches
|
|
2602
|
-
paddingLeft: string | number | import("@stitches
|
|
2582
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2583
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2603
2584
|
};
|
|
2604
|
-
px: (value: string | number | import("@stitches
|
|
2605
|
-
paddingLeft: string | number | import("@stitches
|
|
2606
|
-
paddingRight: string | number | import("@stitches
|
|
2585
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2586
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2587
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2607
2588
|
};
|
|
2608
|
-
py: (value: string | number | import("@stitches
|
|
2609
|
-
paddingTop: string | number | import("@stitches
|
|
2610
|
-
paddingBottom: string | number | import("@stitches
|
|
2589
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2590
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2591
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2611
2592
|
};
|
|
2612
|
-
m: (value: string | number | import("@stitches
|
|
2613
|
-
margin: string | number | import("@stitches
|
|
2593
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2594
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2614
2595
|
};
|
|
2615
|
-
mt: (value: string | number | import("@stitches
|
|
2616
|
-
marginTop: string | number | import("@stitches
|
|
2596
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2597
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2617
2598
|
};
|
|
2618
|
-
mr: (value: string | number | import("@stitches
|
|
2619
|
-
marginRight: string | number | import("@stitches
|
|
2599
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2600
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2620
2601
|
};
|
|
2621
|
-
mb: (value: string | number | import("@stitches
|
|
2622
|
-
marginBottom: string | number | import("@stitches
|
|
2602
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2603
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2623
2604
|
};
|
|
2624
|
-
ml: (value: string | number | import("@stitches
|
|
2625
|
-
marginLeft: string | number | import("@stitches
|
|
2605
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2606
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2626
2607
|
};
|
|
2627
|
-
mx: (value: string | number | import("@stitches
|
|
2628
|
-
marginLeft: string | number | import("@stitches
|
|
2629
|
-
marginRight: string | number | import("@stitches
|
|
2608
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2609
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2610
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2630
2611
|
};
|
|
2631
|
-
my: (value: string | number | import("@stitches
|
|
2632
|
-
marginTop: string | number | import("@stitches
|
|
2633
|
-
marginBottom: string | number | import("@stitches
|
|
2612
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
2613
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2614
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
2634
2615
|
};
|
|
2635
2616
|
}> | undefined;
|
|
2636
2617
|
}>;
|