@atom-learning/components 4.0.0-beta.1 → 4.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/accordion/Accordion.d.ts +52 -55
- package/dist/components/accordion/AccordionContent.d.ts +53 -56
- package/dist/components/accordion/AccordionItem.d.ts +52 -55
- package/dist/components/accordion/AccordionTrigger.d.ts +105 -111
- package/dist/components/action-icon/ActionIcon.d.ts +53 -56
- package/dist/components/action-icon/ActionIcon.js +1 -1
- package/dist/components/action-icon/ActionIcon.js.map +1 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +105 -111
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +53 -56
- package/dist/components/alert-dialog/alert-context/AlertContext.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialogIcon.d.ts +2 -2
- package/dist/components/avatar/Avatar.d.ts +164 -173
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/avatar/AvatarIcon.d.ts +2 -2
- package/dist/components/avatar/AvatarImage.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.d.ts +2 -2
- package/dist/components/avatar/AvatarInitial.js +1 -1
- package/dist/components/avatar/AvatarInitial.js.map +1 -1
- package/dist/components/avatar/AvatarPlaceholder.d.ts +2 -2
- package/dist/components/badge/Badge.context.d.ts +1 -1
- package/dist/components/badge/Badge.d.ts +316 -332
- package/dist/components/badge/BadgeIcon.d.ts +105 -111
- package/dist/components/badge/BadgeText.d.ts +106 -110
- package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +27 -16
- package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
- package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
- package/dist/components/banner/Banner.d.ts +2 -2
- package/dist/components/banner/BannerContainer.d.ts +103 -109
- package/dist/components/banner/BannerContext.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegular.d.ts +487 -505
- package/dist/components/banner/banner-regular/BannerRegularActions.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularButton.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContainer.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +104 -110
- package/dist/components/banner/banner-regular/BannerRegularDismiss.d.ts +106 -112
- package/dist/components/banner/banner-regular/BannerRegularHeading.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularImage.d.ts +1 -1
- package/dist/components/banner/banner-regular/BannerRegularText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlim.d.ts +432 -447
- package/dist/components/banner/banner-slim/BannerSlimActions.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimButton.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +52 -55
- package/dist/components/banner/banner-slim/BannerSlimContent.d.ts +104 -110
- package/dist/components/banner/banner-slim/BannerSlimDismiss.d.ts +105 -111
- package/dist/components/banner/banner-slim/BannerSlimImage.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.d.ts +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js +1 -1
- package/dist/components/banner/banner-slim/BannerSlimText.js.map +1 -1
- package/dist/components/box/Box.d.ts +52 -55
- package/dist/components/button/Button.d.ts +53 -56
- package/dist/components/button/Button.js +1 -1
- package/dist/components/button/Button.js.map +1 -1
- package/dist/components/calendar/Calendar.d.ts +1 -1
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/components/calendar/Calendar.js.map +1 -1
- package/dist/components/calendar/Day.d.ts +52 -55
- package/dist/components/calendar/Day.js +1 -1
- package/dist/components/calendar/Day.js.map +1 -1
- package/dist/components/carousel/Carousel.d.ts +213 -225
- package/dist/components/carousel/CarouselArrows.d.ts +3 -3
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselArrows.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +52 -55
- package/dist/components/carousel/CarouselPagination.js +1 -1
- package/dist/components/carousel/CarouselPagination.js.map +1 -1
- package/dist/components/carousel/CarouselSlide.d.ts +53 -56
- package/dist/components/carousel/CarouselSlider.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.d.ts +52 -55
- package/dist/components/checkbox/Checkbox.js +1 -1
- package/dist/components/checkbox/Checkbox.js.map +1 -1
- package/dist/components/checkbox-field/CheckboxField.d.ts +1 -1
- package/dist/components/checkbox-group/CheckboxGroup.d.ts +211 -216
- package/dist/components/checkbox-group/context/CheckboxGroupChecked.context.d.ts +1 -1
- package/dist/components/checkbox-group/context/CheckboxGroupMounted.context.d.ts +1 -1
- package/dist/components/checkbox-tree/CheckboxTree.d.ts +422 -416
- package/dist/components/chip/Chip.d.ts +369 -390
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +212 -224
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +212 -224
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/combobox/Combobox.d.ts +261 -276
- package/dist/components/combobox/ComboboxInput.d.ts +52 -55
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.d.ts +52 -55
- package/dist/components/combobox/ComboboxOption.js +1 -1
- package/dist/components/combobox/ComboboxOption.js.map +1 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +52 -55
- package/dist/components/combobox/ComboboxPopover.js +1 -1
- package/dist/components/combobox/ComboboxPopover.js.map +1 -1
- package/dist/components/create-password-field/CreatePasswordField.d.ts +1 -1
- package/dist/components/data-table/DataTable.d.ts +649 -682
- package/dist/components/data-table/DataTableBody.d.ts +1 -1
- package/dist/components/data-table/DataTableBulkActions.d.ts +3 -3
- package/dist/components/data-table/DataTableDataCell.d.ts +2 -2
- package/dist/components/data-table/DataTableEmptyState.d.ts +1 -1
- package/dist/components/data-table/DataTableGlobalFilter.d.ts +1 -1
- package/dist/components/data-table/DataTableHead.d.ts +1 -1
- package/dist/components/data-table/DataTableHeaderCell.d.ts +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +54 -57
- package/dist/components/data-table/DataTableMetaData.d.ts +4 -9
- package/dist/components/data-table/DataTableMetaData.js +1 -1
- package/dist/components/data-table/DataTableMetaData.js.map +1 -1
- package/dist/components/data-table/DataTableRow.d.ts +1 -1
- package/dist/components/data-table/DataTableSelectAllRowsCheckbox.d.ts +2 -2
- package/dist/components/data-table/DataTableTable.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTable.d.ts +2 -2
- package/dist/components/data-table/drag-and-drop/DragAndDropTableBody.d.ts +1 -1
- package/dist/components/data-table/drag-and-drop/DragAndDropTableRow.d.ts +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +53 -56
- package/dist/components/date-field/DateField.d.ts +2 -2
- package/dist/components/dialog/Dialog.d.ts +368 -389
- package/dist/components/dialog/DialogBackground.d.ts +103 -109
- package/dist/components/dialog/DialogClose.d.ts +52 -55
- package/dist/components/dialog/DialogContent.d.ts +53 -56
- package/dist/components/dialog/DialogFooter.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.d.ts +1 -1
- package/dist/components/dialog/DialogHeading.js +1 -1
- package/dist/components/dialog/DialogHeading.js.map +1 -1
- package/dist/components/dismissible/DismissibleRoot.d.ts +2 -2
- package/dist/components/dismissible/DismissibleTrigger.d.ts +1 -1
- package/dist/components/dismissible/index.d.ts +2 -2
- package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
- package/dist/components/dismissible-group/DismissibleGroupRoot.d.ts +2 -2
- package/dist/components/dismissible-group/index.d.ts +3 -3
- package/dist/components/divider/Divider.d.ts +52 -55
- package/dist/components/divider/Divider.js +1 -1
- package/dist/components/divider/Divider.js.map +1 -1
- package/dist/components/drawer/Drawer.d.ts +316 -334
- package/dist/components/drawer/DrawerClose.d.ts +1 -1
- package/dist/components/drawer/DrawerContent.d.ts +53 -56
- package/dist/components/drawer/DrawerFooter.d.ts +52 -55
- package/dist/components/drawer/DrawerHeader.d.ts +52 -55
- package/dist/components/drawer/DrawerMain.d.ts +52 -55
- package/dist/components/drawer/DrawerOverlay.d.ts +52 -55
- package/dist/components/drawer/DrawerTrigger.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +313 -331
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +480 -483
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.d.ts +53 -56
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +52 -55
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +52 -55
- package/dist/components/empty-state/EmptyState.context.d.ts +1 -1
- package/dist/components/empty-state/EmptyState.d.ts +373 -392
- package/dist/components/empty-state/EmptyStateBody.d.ts +107 -111
- package/dist/components/empty-state/EmptyStateBody.js +1 -1
- package/dist/components/empty-state/EmptyStateBody.js.map +1 -1
- package/dist/components/empty-state/EmptyStateImage.d.ts +108 -114
- package/dist/components/empty-state/EmptyStateTitle.d.ts +53 -56
- package/dist/components/empty-state/EmptyStateTitle.js +1 -1
- package/dist/components/empty-state/EmptyStateTitle.js.map +1 -1
- package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
- package/dist/components/field-wrapper/FieldDescription.js +1 -1
- package/dist/components/field-wrapper/FieldDescription.js.map +1 -1
- package/dist/components/field-wrapper/FieldWrapper.d.ts +1 -1
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/file-input/FileInput.d.ts +1 -1
- package/dist/components/flex/Flex.d.ts +52 -55
- package/dist/components/form/Form.d.ts +53 -56
- package/dist/components/grid/Grid.d.ts +53 -56
- package/dist/components/heading/Heading.d.ts +52 -55
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/icon/Icon.d.ts +52 -55
- package/dist/components/image/Image.d.ts +53 -56
- package/dist/components/inline-message/InlineMessage.config.js +1 -1
- package/dist/components/inline-message/InlineMessage.config.js.map +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +104 -110
- package/dist/components/input/Input.d.ts +155 -164
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/label/Label.d.ts +53 -56
- package/dist/components/label/Label.js +1 -1
- package/dist/components/label/Label.js.map +1 -1
- package/dist/components/link/Link.d.ts +52 -55
- package/dist/components/list/List.d.ts +104 -110
- package/dist/components/loader/Loader.d.ts +2 -2
- package/dist/components/markdown-content/MarkdownContent.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +54 -57
- package/dist/components/markdown-content/components/MarkdownEmphasis.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.d.ts +3 -3
- package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownLink.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownLink.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownList.js +1 -1
- package/dist/components/markdown-content/components/MarkdownList.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownListItem.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownParagraph.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.d.ts +2 -2
- package/dist/components/markdown-content/components/MarkdownStrong.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownText.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownText.js.map +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +2 -2
- package/dist/components/navigation/NavigationMenu.d.ts +369 -388
- package/dist/components/navigation/NavigationMenu.js +1 -1
- package/dist/components/navigation/NavigationMenu.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdownContent.d.ts +53 -56
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +106 -110
- package/dist/components/navigation/NavigationMenuDropdownItem.js +1 -1
- package/dist/components/navigation/NavigationMenuDropdownItem.js.map +1 -1
- package/dist/components/navigation/NavigationMenuDropdownTrigger.d.ts +52 -55
- package/dist/components/navigation/NavigationMenuLink.d.ts +52 -55
- package/dist/components/navigation/stitches.navigationMenu.colorscheme.config.d.ts +1 -1
- package/dist/components/navigation-menu-vertical/NavigationMenuVertical.d.ts +686 -707
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionContent.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalAccordionTrigger.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalIcon.d.ts +104 -110
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalItem.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalLink.d.ts +53 -56
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalList.d.ts +52 -55
- package/dist/components/navigation-menu-vertical/NavigationMenuVerticalText.d.ts +106 -110
- package/dist/components/navigation-menu-vertical/stitches.navigationMenuVertical.colorscheme.config.d.ts +1 -1
- package/dist/components/notification-badge/NotificationBadge.d.ts +1 -1
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js.map +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
- package/dist/components/pagination/Pagination.d.ts +2 -2
- package/dist/components/pagination/PaginationNextButton.d.ts +106 -112
- package/dist/components/pagination/PaginationPage.d.ts +2 -2
- package/dist/components/pagination/PaginationPopover.d.ts +1 -1
- package/dist/components/pagination/PaginationPreviousButton.d.ts +106 -112
- package/dist/components/pagination/pagination-context/PaginationContext.d.ts +1 -1
- package/dist/components/password-field/PasswordField.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +105 -111
- package/dist/components/popover/PopoverContent.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.d.ts +53 -56
- package/dist/components/progress-bar/ProgressBar.js +1 -1
- package/dist/components/progress-bar/ProgressBar.js.map +1 -1
- package/dist/components/radio-button/RadioButton.d.ts +53 -56
- package/dist/components/radio-button/RadioButton.js +1 -1
- package/dist/components/radio-button/RadioButton.js.map +1 -1
- package/dist/components/radio-button/RadioButtonGroup.d.ts +52 -55
- package/dist/components/radio-button-field/RadioButtonField.d.ts +54 -57
- package/dist/components/radio-button-field/RadioField.d.ts +1 -1
- package/dist/components/radio-card/RadioCard.d.ts +53 -56
- package/dist/components/radio-card/RadioCard.js +1 -1
- package/dist/components/radio-card/RadioCard.js.map +1 -1
- package/dist/components/radio-card/RadioCardGroup.d.ts +2 -2
- package/dist/components/radio-card/RadioCardGroup.js.map +1 -1
- package/dist/components/search-field/SearchField.d.ts +2 -2
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/search-input/SearchInput.js.map +1 -1
- package/dist/components/section-message/SectionMessage.d.ts +377 -394
- package/dist/components/section-message/SectionMessageTitle.d.ts +1 -1
- package/dist/components/section-message/SectionMessageTitle.js +1 -1
- package/dist/components/section-message/SectionMessageTitle.js.map +1 -1
- package/dist/components/select/Select.d.ts +52 -55
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/select-field/SelectField.d.ts +2 -2
- package/dist/components/side-bar/SideBar.d.ts +422 -444
- package/dist/components/side-bar/SideBarComponents.d.ts +369 -388
- package/dist/components/slider/Slider.d.ts +52 -55
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/slider/SliderSteps.d.ts +2 -2
- package/dist/components/slider/SliderSteps.js +1 -1
- package/dist/components/slider/SliderSteps.js.map +1 -1
- package/dist/components/slider/SliderValue.d.ts +2 -2
- package/dist/components/slider/SliderValue.js +1 -1
- package/dist/components/slider/SliderValue.js.map +1 -1
- package/dist/components/slider-field/SliderField.d.ts +2 -2
- package/dist/components/sortable/Handle.d.ts +105 -111
- package/dist/components/sortable/SortableHandle.d.ts +1 -1
- package/dist/components/sortable/SortableItem.d.ts +2 -2
- package/dist/components/sortable/SortableItem.js +1 -1
- package/dist/components/sortable/SortableItem.js.map +1 -1
- package/dist/components/sortable/SortableRoot.d.ts +1 -1
- package/dist/components/sortable/index.d.ts +3 -3
- package/dist/components/spacer/Spacer.d.ts +364 -1
- package/dist/components/spacer/Spacer.js +1 -1
- package/dist/components/spacer/Spacer.js.map +1 -1
- package/dist/components/stack-content/StackContent.d.ts +52 -55
- package/dist/components/stepper/Stepper.d.ts +112 -118
- package/dist/components/stepper/StepperStepBack.d.ts +1 -1
- package/dist/components/stepper/StepperStepBullet.d.ts +103 -109
- package/dist/components/stepper/StepperStepBullet.js +1 -1
- package/dist/components/stepper/StepperStepBullet.js.map +1 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +103 -109
- package/dist/components/stepper/StepperStepContainer.js +1 -1
- package/dist/components/stepper/StepperStepContainer.js.map +1 -1
- package/dist/components/stepper/StepperStepForward.d.ts +1 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +106 -110
- package/dist/components/stepper/StepperStepLabel.js +1 -1
- package/dist/components/stepper/StepperStepLabel.js.map +1 -1
- package/dist/components/stepper/StepperSteps.d.ts +2 -2
- package/dist/components/stepper/stepper-context/StepperContext.d.ts +1 -1
- package/dist/components/switch/Switch.d.ts +53 -56
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +423 -447
- package/dist/components/table/TableBody.d.ts +53 -56
- package/dist/components/table/TableBody.js +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableCell.d.ts +52 -55
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableCell.js.map +1 -1
- package/dist/components/table/TableFooter.d.ts +52 -55
- package/dist/components/table/TableFooterCell.d.ts +52 -55
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableFooterCell.js.map +1 -1
- package/dist/components/table/TableHeader.d.ts +53 -56
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeader.js.map +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +52 -55
- package/dist/components/table/TableRow.d.ts +52 -55
- package/dist/components/table/TableStickyColumnsContainer.d.ts +1 -1
- package/dist/components/tabs/Tabs.d.ts +210 -222
- package/dist/components/tabs/TabsContent.d.ts +52 -55
- package/dist/components/tabs/TabsTrigger.d.ts +53 -56
- package/dist/components/tabs/TabsTriggerList.d.ts +105 -111
- package/dist/components/text/Text.d.ts +54 -55
- package/dist/components/text/Text.js +1 -1
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +52 -55
- package/dist/components/textarea/Textarea.js +1 -1
- package/dist/components/textarea/Textarea.js.map +1 -1
- package/dist/components/textarea-field/TextareaField.d.ts +2 -2
- package/dist/components/tile/Tile.d.ts +52 -55
- package/dist/components/tile/TileGroup.d.ts +52 -55
- package/dist/components/tile-interactive/TileInteractive.d.ts +104 -110
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +157 -166
- package/dist/components/toast/Toast.d.ts +156 -165
- package/dist/components/toast/ToastProvider.d.ts +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +103 -109
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -110
- package/dist/components/toggle-group/ToggleGroupItem.js +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.js.map +1 -1
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +52 -55
- package/dist/components/toggle-group/index.d.ts +313 -331
- package/dist/components/tooltip/Tooltip.d.ts +106 -112
- package/dist/components/tooltip/TooltipContent.d.ts +53 -56
- package/dist/components/tooltip/TooltipContent.js +1 -1
- package/dist/components/tooltip/TooltipContent.js.map +1 -1
- package/dist/components/top-bar/TopBar.d.ts +638 -287
- package/dist/components/top-bar/TopBar.js +1 -1
- package/dist/components/top-bar/TopBar.js.map +1 -1
- package/dist/components/top-bar/TopBarBrand.d.ts +160 -176
- package/dist/components/top-bar/TopBarBrand.js +1 -1
- package/dist/components/top-bar/TopBarBrand.js.map +1 -1
- package/dist/components/top-bar/stitches.topBar.colorscheme.config.d.ts +1 -1
- package/dist/components/tree/Tree.d.ts +793 -812
- package/dist/components/tree/TreeCollapsible.d.ts +53 -56
- package/dist/components/tree/TreeCollapsibleContent.d.ts +52 -55
- package/dist/components/tree/TreeCollapsibleTrigger.d.ts +1 -1
- package/dist/components/tree/TreeIcon.d.ts +104 -110
- package/dist/components/tree/TreeItemContent.d.ts +54 -57
- package/dist/components/tree/TreeListItem.d.ts +54 -57
- package/dist/components/video/Video.d.ts +52 -55
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -55
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +14 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -1
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +604 -637
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +276 -279
- package/dist/utilities/hooks/useResizeObserver.js.map +1 -1
- package/dist/utilities/hooks/useScrollPosition.js +1 -1
- package/dist/utilities/hooks/useScrollPosition.js.map +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js +1 -1
- package/dist/utilities/hooks/useWindowScrollPosition.js.map +1 -1
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +103 -109
- package/dist/utilities/optional-tooltip-wrapper/OptionalTooltipWrapper.d.ts +1 -1
- package/dist/utilities/optional-visually-hidden-wrapper/OptionalVisuallyHiddenWrapper.d.ts +1 -1
- package/package.json +26 -15
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
declare const StyledDiv: import("@stitches
|
|
2
|
+
declare const StyledDiv: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"div", {
|
|
3
3
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | "xxl" | undefined;
|
|
4
4
|
}, {
|
|
5
5
|
sm: string;
|
|
@@ -9,7 +9,7 @@ declare const StyledDiv: import("@stitches/react/types/styled-component").Styled
|
|
|
9
9
|
reducedMotion: string;
|
|
10
10
|
allowMotion: string;
|
|
11
11
|
hover: string;
|
|
12
|
-
}, import("@stitches
|
|
12
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
13
13
|
sm: string;
|
|
14
14
|
md: string;
|
|
15
15
|
lg: string;
|
|
@@ -49,6 +49,18 @@ declare const StyledDiv: import("@stitches/react/types/styled-component").Styled
|
|
|
49
49
|
blue1000: any;
|
|
50
50
|
blue1100: any;
|
|
51
51
|
blue1200: any;
|
|
52
|
+
pink100: any;
|
|
53
|
+
pink200: any;
|
|
54
|
+
pink300: any;
|
|
55
|
+
pink400: any;
|
|
56
|
+
pink500: any;
|
|
57
|
+
pink600: any;
|
|
58
|
+
pink700: any;
|
|
59
|
+
pink800: any;
|
|
60
|
+
pink900: any;
|
|
61
|
+
pink1000: any;
|
|
62
|
+
pink1100: any;
|
|
63
|
+
pink1200: any;
|
|
52
64
|
purple100: any;
|
|
53
65
|
purple200: any;
|
|
54
66
|
purple300: any;
|
|
@@ -193,26 +205,11 @@ declare const StyledDiv: import("@stitches/react/types/styled-component").Styled
|
|
|
193
205
|
marsh1000: any;
|
|
194
206
|
marsh1100: any;
|
|
195
207
|
marsh1200: any;
|
|
196
|
-
tonal50: any;
|
|
197
|
-
tonal100: any;
|
|
198
|
-
tonal200: any;
|
|
199
|
-
tonal300: any;
|
|
200
|
-
tonal400: any;
|
|
201
|
-
tonal500: any;
|
|
202
|
-
tonal600: any;
|
|
203
208
|
alpha100: any;
|
|
204
209
|
alpha150: any;
|
|
205
210
|
alpha200: any;
|
|
206
211
|
alpha250: any;
|
|
207
212
|
alpha600: any;
|
|
208
|
-
brandRed: any;
|
|
209
|
-
brandRedAccent: any;
|
|
210
|
-
brandGreen: any;
|
|
211
|
-
brandGreenAccent: any;
|
|
212
|
-
brandPurple: any;
|
|
213
|
-
brandPurpleAccent: any;
|
|
214
|
-
brandYellow: any;
|
|
215
|
-
brandYellowAccent: any;
|
|
216
213
|
infoLight: any;
|
|
217
214
|
info: any;
|
|
218
215
|
infoMid: any;
|
|
@@ -313,62 +310,62 @@ declare const StyledDiv: import("@stitches/react/types/styled-component").Styled
|
|
|
313
310
|
"1-1": any;
|
|
314
311
|
"3-4": any;
|
|
315
312
|
};
|
|
316
|
-
}, import("@stitches
|
|
317
|
-
bg: (value: import("@stitches
|
|
318
|
-
background: import("@stitches
|
|
313
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
314
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
315
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
319
316
|
};
|
|
320
|
-
size: (value: string | number | import("@stitches
|
|
321
|
-
height: string | number | import("@stitches
|
|
322
|
-
width: string | number | import("@stitches
|
|
317
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
318
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
319
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
323
320
|
};
|
|
324
|
-
p: (value: string | number | import("@stitches
|
|
325
|
-
padding: string | number | import("@stitches
|
|
321
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
322
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
326
323
|
};
|
|
327
|
-
pt: (value: string | number | import("@stitches
|
|
328
|
-
paddingTop: string | number | import("@stitches
|
|
324
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
325
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
329
326
|
};
|
|
330
|
-
pr: (value: string | number | import("@stitches
|
|
331
|
-
paddingRight: string | number | import("@stitches
|
|
327
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
328
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
332
329
|
};
|
|
333
|
-
pb: (value: string | number | import("@stitches
|
|
334
|
-
paddingBottom: string | number | import("@stitches
|
|
330
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
331
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
335
332
|
};
|
|
336
|
-
pl: (value: string | number | import("@stitches
|
|
337
|
-
paddingLeft: string | number | import("@stitches
|
|
333
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
334
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
338
335
|
};
|
|
339
|
-
px: (value: string | number | import("@stitches
|
|
340
|
-
paddingLeft: string | number | import("@stitches
|
|
341
|
-
paddingRight: string | number | import("@stitches
|
|
336
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
337
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
338
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
342
339
|
};
|
|
343
|
-
py: (value: string | number | import("@stitches
|
|
344
|
-
paddingTop: string | number | import("@stitches
|
|
345
|
-
paddingBottom: string | number | import("@stitches
|
|
340
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
341
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
342
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
346
343
|
};
|
|
347
|
-
m: (value: string | number | import("@stitches
|
|
348
|
-
margin: string | number | import("@stitches
|
|
344
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
345
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
349
346
|
};
|
|
350
|
-
mt: (value: string | number | import("@stitches
|
|
351
|
-
marginTop: string | number | import("@stitches
|
|
347
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
348
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
352
349
|
};
|
|
353
|
-
mr: (value: string | number | import("@stitches
|
|
354
|
-
marginRight: string | number | import("@stitches
|
|
350
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
351
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
355
352
|
};
|
|
356
|
-
mb: (value: string | number | import("@stitches
|
|
357
|
-
marginBottom: string | number | import("@stitches
|
|
353
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
354
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
358
355
|
};
|
|
359
|
-
ml: (value: string | number | import("@stitches
|
|
360
|
-
marginLeft: string | number | import("@stitches
|
|
356
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
357
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
361
358
|
};
|
|
362
|
-
mx: (value: string | number | import("@stitches
|
|
363
|
-
marginLeft: string | number | import("@stitches
|
|
364
|
-
marginRight: string | number | import("@stitches
|
|
359
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
360
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
361
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
365
362
|
};
|
|
366
|
-
my: (value: string | number | import("@stitches
|
|
367
|
-
marginTop: string | number | import("@stitches
|
|
368
|
-
marginBottom: string | number | import("@stitches
|
|
363
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
364
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
365
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
369
366
|
};
|
|
370
367
|
}>>;
|
|
371
|
-
declare const StyledButton: import("@stitches
|
|
368
|
+
declare const StyledButton: import("@atom-learning/stitches-react/types/styled-component").StyledComponent<"button", {
|
|
372
369
|
size?: "sm" | "md" | "lg" | "xl" | "xs" | "xxl" | undefined;
|
|
373
370
|
}, {
|
|
374
371
|
sm: string;
|
|
@@ -378,7 +375,7 @@ declare const StyledButton: import("@stitches/react/types/styled-component").Sty
|
|
|
378
375
|
reducedMotion: string;
|
|
379
376
|
allowMotion: string;
|
|
380
377
|
hover: string;
|
|
381
|
-
}, import("@stitches
|
|
378
|
+
}, import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
382
379
|
sm: string;
|
|
383
380
|
md: string;
|
|
384
381
|
lg: string;
|
|
@@ -418,6 +415,18 @@ declare const StyledButton: import("@stitches/react/types/styled-component").Sty
|
|
|
418
415
|
blue1000: any;
|
|
419
416
|
blue1100: any;
|
|
420
417
|
blue1200: any;
|
|
418
|
+
pink100: any;
|
|
419
|
+
pink200: any;
|
|
420
|
+
pink300: any;
|
|
421
|
+
pink400: any;
|
|
422
|
+
pink500: any;
|
|
423
|
+
pink600: any;
|
|
424
|
+
pink700: any;
|
|
425
|
+
pink800: any;
|
|
426
|
+
pink900: any;
|
|
427
|
+
pink1000: any;
|
|
428
|
+
pink1100: any;
|
|
429
|
+
pink1200: any;
|
|
421
430
|
purple100: any;
|
|
422
431
|
purple200: any;
|
|
423
432
|
purple300: any;
|
|
@@ -562,26 +571,11 @@ declare const StyledButton: import("@stitches/react/types/styled-component").Sty
|
|
|
562
571
|
marsh1000: any;
|
|
563
572
|
marsh1100: any;
|
|
564
573
|
marsh1200: any;
|
|
565
|
-
tonal50: any;
|
|
566
|
-
tonal100: any;
|
|
567
|
-
tonal200: any;
|
|
568
|
-
tonal300: any;
|
|
569
|
-
tonal400: any;
|
|
570
|
-
tonal500: any;
|
|
571
|
-
tonal600: any;
|
|
572
574
|
alpha100: any;
|
|
573
575
|
alpha150: any;
|
|
574
576
|
alpha200: any;
|
|
575
577
|
alpha250: any;
|
|
576
578
|
alpha600: any;
|
|
577
|
-
brandRed: any;
|
|
578
|
-
brandRedAccent: any;
|
|
579
|
-
brandGreen: any;
|
|
580
|
-
brandGreenAccent: any;
|
|
581
|
-
brandPurple: any;
|
|
582
|
-
brandPurpleAccent: any;
|
|
583
|
-
brandYellow: any;
|
|
584
|
-
brandYellowAccent: any;
|
|
585
579
|
infoLight: any;
|
|
586
580
|
info: any;
|
|
587
581
|
infoMid: any;
|
|
@@ -682,59 +676,59 @@ declare const StyledButton: import("@stitches/react/types/styled-component").Sty
|
|
|
682
676
|
"1-1": any;
|
|
683
677
|
"3-4": any;
|
|
684
678
|
};
|
|
685
|
-
}, import("@stitches
|
|
686
|
-
bg: (value: import("@stitches
|
|
687
|
-
background: import("@stitches
|
|
679
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
680
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
681
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
688
682
|
};
|
|
689
|
-
size: (value: string | number | import("@stitches
|
|
690
|
-
height: string | number | import("@stitches
|
|
691
|
-
width: string | number | import("@stitches
|
|
683
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
684
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
685
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
692
686
|
};
|
|
693
|
-
p: (value: string | number | import("@stitches
|
|
694
|
-
padding: string | number | import("@stitches
|
|
687
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
688
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
695
689
|
};
|
|
696
|
-
pt: (value: string | number | import("@stitches
|
|
697
|
-
paddingTop: string | number | import("@stitches
|
|
690
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
691
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
698
692
|
};
|
|
699
|
-
pr: (value: string | number | import("@stitches
|
|
700
|
-
paddingRight: string | number | import("@stitches
|
|
693
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
694
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
701
695
|
};
|
|
702
|
-
pb: (value: string | number | import("@stitches
|
|
703
|
-
paddingBottom: string | number | import("@stitches
|
|
696
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
697
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
704
698
|
};
|
|
705
|
-
pl: (value: string | number | import("@stitches
|
|
706
|
-
paddingLeft: string | number | import("@stitches
|
|
699
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
700
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
707
701
|
};
|
|
708
|
-
px: (value: string | number | import("@stitches
|
|
709
|
-
paddingLeft: string | number | import("@stitches
|
|
710
|
-
paddingRight: string | number | import("@stitches
|
|
702
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
703
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
704
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
711
705
|
};
|
|
712
|
-
py: (value: string | number | import("@stitches
|
|
713
|
-
paddingTop: string | number | import("@stitches
|
|
714
|
-
paddingBottom: string | number | import("@stitches
|
|
706
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
707
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
708
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
715
709
|
};
|
|
716
|
-
m: (value: string | number | import("@stitches
|
|
717
|
-
margin: string | number | import("@stitches
|
|
710
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
711
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
718
712
|
};
|
|
719
|
-
mt: (value: string | number | import("@stitches
|
|
720
|
-
marginTop: string | number | import("@stitches
|
|
713
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
714
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
721
715
|
};
|
|
722
|
-
mr: (value: string | number | import("@stitches
|
|
723
|
-
marginRight: string | number | import("@stitches
|
|
716
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
717
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
724
718
|
};
|
|
725
|
-
mb: (value: string | number | import("@stitches
|
|
726
|
-
marginBottom: string | number | import("@stitches
|
|
719
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
720
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
727
721
|
};
|
|
728
|
-
ml: (value: string | number | import("@stitches
|
|
729
|
-
marginLeft: string | number | import("@stitches
|
|
722
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
723
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
730
724
|
};
|
|
731
|
-
mx: (value: string | number | import("@stitches
|
|
732
|
-
marginLeft: string | number | import("@stitches
|
|
733
|
-
marginRight: string | number | import("@stitches
|
|
725
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
726
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
727
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
734
728
|
};
|
|
735
|
-
my: (value: string | number | import("@stitches
|
|
736
|
-
marginTop: string | number | import("@stitches
|
|
737
|
-
marginBottom: string | number | import("@stitches
|
|
729
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
730
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
731
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
738
732
|
};
|
|
739
733
|
}>>;
|
|
740
734
|
declare type TAvatarProps = React.ComponentProps<typeof StyledDiv | typeof StyledButton> & {
|
|
@@ -751,25 +745,25 @@ export declare type TAvatarRootContext = {
|
|
|
751
745
|
size: TAvatarProps['size'];
|
|
752
746
|
};
|
|
753
747
|
export declare const AvatarRootContext: React.Context<TAvatarRootContext>;
|
|
754
|
-
export declare const AvatarRootProvider: ({ children, name, size }: TAvatarProps) => JSX.Element;
|
|
748
|
+
export declare const AvatarRootProvider: ({ children, name, size }: TAvatarProps) => React.JSX.Element;
|
|
755
749
|
export declare const AvatarRoot: {
|
|
756
|
-
({ children, size, name, disabled, onClick }: TAvatarProps): JSX.Element;
|
|
750
|
+
({ children, size, name, disabled, onClick }: TAvatarProps): React.JSX.Element;
|
|
757
751
|
displayName: string;
|
|
758
752
|
};
|
|
759
753
|
export declare const Avatar: {
|
|
760
|
-
({ children, size, name, disabled, onClick }: TAvatarProps): JSX.Element;
|
|
754
|
+
({ children, size, name, disabled, onClick }: TAvatarProps): React.JSX.Element;
|
|
761
755
|
displayName: string;
|
|
762
756
|
} & {
|
|
763
757
|
Image: ({ src, alt }: {
|
|
764
758
|
src: string;
|
|
765
759
|
alt: string;
|
|
766
|
-
}) => JSX.Element;
|
|
767
|
-
Initial: () => JSX.Element;
|
|
768
|
-
Placeholder: () => JSX.Element;
|
|
760
|
+
}) => React.JSX.Element;
|
|
761
|
+
Initial: () => React.JSX.Element;
|
|
762
|
+
Placeholder: () => React.JSX.Element;
|
|
769
763
|
Icon: ({ is }: {
|
|
770
|
-
is: React.ForwardRefExoticComponent<Omit<Omit<
|
|
764
|
+
is: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
|
771
765
|
ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
|
|
772
|
-
}, "size" | "css"> & import("@stitches
|
|
766
|
+
}, "size" | "css"> & import("@atom-learning/stitches-react/types/styled-component").TransformProps<{
|
|
773
767
|
size?: "sm" | "md" | "lg" | undefined;
|
|
774
768
|
}, {
|
|
775
769
|
sm: string;
|
|
@@ -780,7 +774,7 @@ export declare const Avatar: {
|
|
|
780
774
|
allowMotion: string;
|
|
781
775
|
hover: string;
|
|
782
776
|
}> & {
|
|
783
|
-
css?: import("@stitches
|
|
777
|
+
css?: import("@atom-learning/stitches-react/types/css-util").CSS<{
|
|
784
778
|
sm: string;
|
|
785
779
|
md: string;
|
|
786
780
|
lg: string;
|
|
@@ -820,6 +814,18 @@ export declare const Avatar: {
|
|
|
820
814
|
blue1000: any;
|
|
821
815
|
blue1100: any;
|
|
822
816
|
blue1200: any;
|
|
817
|
+
pink100: any;
|
|
818
|
+
pink200: any;
|
|
819
|
+
pink300: any;
|
|
820
|
+
pink400: any;
|
|
821
|
+
pink500: any;
|
|
822
|
+
pink600: any;
|
|
823
|
+
pink700: any;
|
|
824
|
+
pink800: any;
|
|
825
|
+
pink900: any;
|
|
826
|
+
pink1000: any;
|
|
827
|
+
pink1100: any;
|
|
828
|
+
pink1200: any;
|
|
823
829
|
purple100: any;
|
|
824
830
|
purple200: any;
|
|
825
831
|
purple300: any;
|
|
@@ -964,26 +970,11 @@ export declare const Avatar: {
|
|
|
964
970
|
marsh1000: any;
|
|
965
971
|
marsh1100: any;
|
|
966
972
|
marsh1200: any;
|
|
967
|
-
tonal50: any;
|
|
968
|
-
tonal100: any;
|
|
969
|
-
tonal200: any;
|
|
970
|
-
tonal300: any;
|
|
971
|
-
tonal400: any;
|
|
972
|
-
tonal500: any;
|
|
973
|
-
tonal600: any;
|
|
974
973
|
alpha100: any;
|
|
975
974
|
alpha150: any;
|
|
976
975
|
alpha200: any;
|
|
977
976
|
alpha250: any;
|
|
978
977
|
alpha600: any;
|
|
979
|
-
brandRed: any;
|
|
980
|
-
brandRedAccent: any;
|
|
981
|
-
brandGreen: any;
|
|
982
|
-
brandGreenAccent: any;
|
|
983
|
-
brandPurple: any;
|
|
984
|
-
brandPurpleAccent: any;
|
|
985
|
-
brandYellow: any;
|
|
986
|
-
brandYellowAccent: any;
|
|
987
978
|
infoLight: any;
|
|
988
979
|
info: any;
|
|
989
980
|
infoMid: any;
|
|
@@ -1084,65 +1075,65 @@ export declare const Avatar: {
|
|
|
1084
1075
|
"1-1": any;
|
|
1085
1076
|
"3-4": any;
|
|
1086
1077
|
};
|
|
1087
|
-
}, import("@stitches
|
|
1088
|
-
bg: (value: import("@stitches
|
|
1089
|
-
background: import("@stitches
|
|
1078
|
+
}, import("@atom-learning/stitches-react/types/config").DefaultThemeMap, {
|
|
1079
|
+
bg: (value: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">) => {
|
|
1080
|
+
background: import("@atom-learning/stitches-react/types/css-util").WithPropertyValue<"background">;
|
|
1090
1081
|
};
|
|
1091
|
-
size: (value: string | number | import("@stitches
|
|
1092
|
-
height: string | number | import("@stitches
|
|
1093
|
-
width: string | number | import("@stitches
|
|
1082
|
+
size: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">) => {
|
|
1083
|
+
height: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1084
|
+
width: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"size">;
|
|
1094
1085
|
};
|
|
1095
|
-
p: (value: string | number | import("@stitches
|
|
1096
|
-
padding: string | number | import("@stitches
|
|
1086
|
+
p: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1087
|
+
padding: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1097
1088
|
};
|
|
1098
|
-
pt: (value: string | number | import("@stitches
|
|
1099
|
-
paddingTop: string | number | import("@stitches
|
|
1089
|
+
pt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1090
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1100
1091
|
};
|
|
1101
|
-
pr: (value: string | number | import("@stitches
|
|
1102
|
-
paddingRight: string | number | import("@stitches
|
|
1092
|
+
pr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1093
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1103
1094
|
};
|
|
1104
|
-
pb: (value: string | number | import("@stitches
|
|
1105
|
-
paddingBottom: string | number | import("@stitches
|
|
1095
|
+
pb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1096
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1106
1097
|
};
|
|
1107
|
-
pl: (value: string | number | import("@stitches
|
|
1108
|
-
paddingLeft: string | number | import("@stitches
|
|
1098
|
+
pl: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1099
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1109
1100
|
};
|
|
1110
|
-
px: (value: string | number | import("@stitches
|
|
1111
|
-
paddingLeft: string | number | import("@stitches
|
|
1112
|
-
paddingRight: string | number | import("@stitches
|
|
1101
|
+
px: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1102
|
+
paddingLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1103
|
+
paddingRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1113
1104
|
};
|
|
1114
|
-
py: (value: string | number | import("@stitches
|
|
1115
|
-
paddingTop: string | number | import("@stitches
|
|
1116
|
-
paddingBottom: string | number | import("@stitches
|
|
1105
|
+
py: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1106
|
+
paddingTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1107
|
+
paddingBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1117
1108
|
};
|
|
1118
|
-
m: (value: string | number | import("@stitches
|
|
1119
|
-
margin: string | number | import("@stitches
|
|
1109
|
+
m: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1110
|
+
margin: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1120
1111
|
};
|
|
1121
|
-
mt: (value: string | number | import("@stitches
|
|
1122
|
-
marginTop: string | number | import("@stitches
|
|
1112
|
+
mt: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1113
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1123
1114
|
};
|
|
1124
|
-
mr: (value: string | number | import("@stitches
|
|
1125
|
-
marginRight: string | number | import("@stitches
|
|
1115
|
+
mr: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1116
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1126
1117
|
};
|
|
1127
|
-
mb: (value: string | number | import("@stitches
|
|
1128
|
-
marginBottom: string | number | import("@stitches
|
|
1118
|
+
mb: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1119
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1129
1120
|
};
|
|
1130
|
-
ml: (value: string | number | import("@stitches
|
|
1131
|
-
marginLeft: string | number | import("@stitches
|
|
1121
|
+
ml: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1122
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1132
1123
|
};
|
|
1133
|
-
mx: (value: string | number | import("@stitches
|
|
1134
|
-
marginLeft: string | number | import("@stitches
|
|
1135
|
-
marginRight: string | number | import("@stitches
|
|
1124
|
+
mx: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1125
|
+
marginLeft: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1126
|
+
marginRight: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1136
1127
|
};
|
|
1137
|
-
my: (value: string | number | import("@stitches
|
|
1138
|
-
marginTop: string | number | import("@stitches
|
|
1139
|
-
marginBottom: string | number | import("@stitches
|
|
1128
|
+
my: (value: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">) => {
|
|
1129
|
+
marginTop: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1130
|
+
marginBottom: string | number | import("@atom-learning/stitches-react/types/css-util").WithScaleValue<"space">;
|
|
1140
1131
|
};
|
|
1141
1132
|
}> | undefined;
|
|
1142
1133
|
}, "is" | "as"> & {
|
|
1143
1134
|
is: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
1144
1135
|
as?: undefined;
|
|
1145
1136
|
}>;
|
|
1146
|
-
}) => JSX.Element;
|
|
1137
|
+
}) => React.JSX.Element;
|
|
1147
1138
|
};
|
|
1148
1139
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import*as
|
|
1
|
+
import*as r from"react";import{styled as s}from"../../stitches.js";import"../../utilities/css-wrapper/CSSWrapper.js";import"../../utilities/no-overflow-wrapper/NoOverflowWrapper.js";import"color2k";import{focusVisibleStyleBlock as c}from"../../utilities/style/focus-visible-style-block.js";import"../../utilities/style/keyframe-animations.js";import{AvatarIcon as v}from"./AvatarIcon.js";import{AvatarImage as p}from"./AvatarImage.js";import{AvatarInitial as u}from"./AvatarInitial.js";import{AvatarPlaceholder as b}from"./AvatarPlaceholder.js";const n={display:"flex",justifyContent:"center",alignItems:"center",color:"$grey800",borderRadius:"$round",border:"2px solid $grey200",backgroundColor:"$white",overflow:"hidden",variants:{size:{xs:{size:"$2"},sm:{size:"$3"},md:{size:"$4"},lg:{size:"$5"},xl:{size:"$6"},xxl:{size:"$7"}}}},g=s("div",n),z=s("button",{all:"unset",...n,"&:not([disabled])":{"&:hover":{borderColor:"$grey800",backgroundColor:"$grey100"},"&:active":{borderColor:"$primary800",backgroundColor:"$grey200"},"&:focus-visible":c()},"&[disabled]":{opacity:"30%",cursor:"not-allowed"}}),m=r.createContext({name:void 0,size:"lg"}),d=({children:t,name:e,size:i})=>{const o=r.useMemo(()=>({name:e,size:i}),[e,i]);return r.createElement(m.Provider,{value:o},t)},a=({children:t,size:e="lg",name:i,disabled:o=!1,onClick:l})=>r.createElement(d,{name:i,size:e},l?r.createElement(z,{size:e,disabled:o,onClick:o?void 0:l,css:{cursor:o?"auto":"pointer"}},t):r.createElement(g,{size:e},t)),$=Object.assign(a,{Image:p,Initial:u,Placeholder:b,Icon:v});a.displayName="Avatar";export{$ as Avatar,a as AvatarRoot,m as AvatarRootContext,d as AvatarRootProvider};
|
|
2
2
|
//# sourceMappingURL=Avatar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Avatar.js","sources":["../../../src/components/avatar/Avatar.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { styled } from '~/stitches'\nimport { focusVisibleStyleBlock } from '~/utilities'\n\nimport { AvatarIcon } from './AvatarIcon'\nimport { AvatarImage } from './AvatarImage'\nimport { AvatarInitial } from './AvatarInitial'\nimport { AvatarPlaceholder } from './AvatarPlaceholder'\n\nconst avatarRootStyles = {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n color: '$
|
|
1
|
+
{"version":3,"file":"Avatar.js","sources":["../../../src/components/avatar/Avatar.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { styled } from '~/stitches'\nimport { focusVisibleStyleBlock } from '~/utilities'\n\nimport { AvatarIcon } from './AvatarIcon'\nimport { AvatarImage } from './AvatarImage'\nimport { AvatarInitial } from './AvatarInitial'\nimport { AvatarPlaceholder } from './AvatarPlaceholder'\n\nconst avatarRootStyles = {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n color: '$grey800',\n borderRadius: '$round',\n border: '2px solid $grey200',\n backgroundColor: '$white',\n overflow: 'hidden',\n variants: {\n size: {\n xs: { size: '$2' },\n sm: { size: '$3' },\n md: { size: '$4' },\n lg: { size: '$5' },\n xl: { size: '$6' },\n xxl: { size: '$7' }\n }\n }\n}\n\nconst StyledDiv = styled('div', avatarRootStyles)\nconst StyledButton = styled('button', {\n all: 'unset',\n ...avatarRootStyles,\n '&:not([disabled])': {\n '&:hover': {\n borderColor: '$grey800',\n backgroundColor: '$grey100'\n },\n '&:active': {\n borderColor: '$primary800',\n backgroundColor: '$grey200'\n },\n '&:focus-visible': focusVisibleStyleBlock()\n },\n '&[disabled]': {\n opacity: '30%',\n cursor: 'not-allowed'\n }\n})\n\ntype TAvatarProps = React.ComponentProps<\n typeof StyledDiv | typeof StyledButton\n> & { name?: string } & (\n | {\n onClick: React.MouseEventHandler<HTMLButtonElement>\n disabled?: boolean\n }\n | { onClick?: never; disabled?: never }\n )\n\nexport type TAvatarRootContext = {\n name?: TAvatarProps['name']\n size: TAvatarProps['size']\n}\n\nexport const AvatarRootContext = React.createContext<TAvatarRootContext>({\n name: undefined,\n size: 'lg'\n})\n\nexport const AvatarRootProvider = ({ children, name, size }: TAvatarProps) => {\n const value = React.useMemo<TAvatarRootContext>(\n () => ({ name, size }),\n [name, size]\n )\n\n return (\n <AvatarRootContext.Provider value={value}>\n {children}\n </AvatarRootContext.Provider>\n )\n}\n\nexport const AvatarRoot = ({\n children,\n size = 'lg',\n name,\n disabled = false,\n onClick\n}: TAvatarProps) => (\n <AvatarRootProvider name={name} size={size}>\n {onClick ? (\n <StyledButton\n size={size}\n disabled={disabled}\n onClick={disabled ? undefined : onClick}\n css={{ cursor: disabled ? 'auto' : 'pointer' }}\n >\n {children}\n </StyledButton>\n ) : (\n <StyledDiv size={size}>{children}</StyledDiv>\n )}\n </AvatarRootProvider>\n)\n\nexport const Avatar = Object.assign(AvatarRoot, {\n Image: AvatarImage,\n Initial: AvatarInitial,\n Placeholder: AvatarPlaceholder,\n Icon: AvatarIcon\n})\n\nAvatarRoot.displayName = 'Avatar'\n"],"names":["avatarRootStyles","StyledDiv","styled","StyledButton","focusVisibleStyleBlock","AvatarRootContext","React","AvatarRootProvider","children","name","size","value","AvatarRoot","disabled","onClick","Avatar","AvatarImage","AvatarInitial","AvatarPlaceholder","AvatarIcon"],"mappings":"iiBAUA,MAAMA,EAAmB,CACvB,QAAS,OACT,eAAgB,SAChB,WAAY,SACZ,MAAO,WACP,aAAc,SACd,OAAQ,qBACR,gBAAiB,SACjB,SAAU,SACV,SAAU,CACR,KAAM,CACJ,GAAI,CAAE,KAAM,IAAK,EACjB,GAAI,CAAE,KAAM,IAAK,EACjB,GAAI,CAAE,KAAM,IAAK,EACjB,GAAI,CAAE,KAAM,IAAK,EACjB,GAAI,CAAE,KAAM,IAAK,EACjB,IAAK,CAAE,KAAM,IAAK,CACpB,CACF,CACF,EAEMC,EAAYC,EAAO,MAAOF,CAAgB,EAC1CG,EAAeD,EAAO,SAAU,CACpC,IAAK,QACL,GAAGF,EACH,oBAAqB,CACnB,UAAW,CACT,YAAa,WACb,gBAAiB,UACnB,EACA,WAAY,CACV,YAAa,cACb,gBAAiB,UACnB,EACA,kBAAmBI,EACrB,CAAA,EACA,cAAe,CACb,QAAS,MACT,OAAQ,aACV,CACF,CAAC,EAiBYC,EAAoBC,EAAM,cAAkC,CACvE,KAAM,OACN,KAAM,IACR,CAAC,EAEYC,EAAqB,CAAC,CAAE,SAAAC,EAAU,KAAAC,EAAM,KAAAC,CAAK,IAAoB,CAC5E,MAAMC,EAAQL,EAAM,QAClB,KAAO,CAAE,KAAAG,EAAM,KAAAC,CAAK,GACpB,CAACD,EAAMC,CAAI,CACb,EAEA,OACEJ,EAAA,cAACD,EAAkB,SAAlB,CAA2B,MAAOM,CAChCH,EAAAA,CACH,CAEJ,EAEaI,EAAa,CAAC,CACzB,SAAAJ,EACA,KAAAE,EAAO,KACP,KAAAD,EACA,SAAAI,EAAW,GACX,QAAAC,CACF,IACER,EAAA,cAACC,EAAA,CAAmB,KAAME,EAAM,KAAMC,CAAAA,EACnCI,EACCR,EAAA,cAACH,EAAA,CACC,KAAMO,EACN,SAAUG,EACV,QAASA,EAAW,OAAYC,EAChC,IAAK,CAAE,OAAQD,EAAW,OAAS,SAAU,CAE5CL,EAAAA,CACH,EAEAF,EAAA,cAACL,EAAA,CAAU,KAAMS,CAAOF,EAAAA,CAAS,CAErC,EAGWO,EAAS,OAAO,OAAOH,EAAY,CAC9C,MAAOI,EACP,QAASC,EACT,YAAaC,EACb,KAAMC,CACR,CAAC,EAEDP,EAAW,YAAc"}
|