@atom-learning/components 2.51.0 → 2.53.0
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/CHANGELOG.md +7 -6
- package/dist/components/accordion/Accordion.d.ts +7 -0
- package/dist/components/accordion/AccordionContent.d.ts +7 -0
- package/dist/components/accordion/AccordionContent.js +1 -1
- package/dist/components/accordion/AccordionContent.js.map +1 -1
- package/dist/components/accordion/AccordionItem.d.ts +7 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +7 -0
- 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 +7 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +7 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +7 -0
- package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
- package/dist/components/alert-dialog/AlertDialogContent.js.map +1 -1
- package/dist/components/avatar/Avatar.d.ts +14 -0
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/avatar/Avatar.js.map +1 -1
- package/dist/components/badge/Badge.d.ts +14 -0
- package/dist/components/banner/BannerContainer.d.ts +14 -0
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +14 -0
- package/dist/components/box/Box.d.ts +7 -0
- package/dist/components/button/Button.d.ts +7 -0
- package/dist/components/calendar/Day.d.ts +7 -0
- package/dist/components/carousel/Carousel.js +1 -1
- package/dist/components/carousel/Carousel.js.map +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +7 -0
- package/dist/components/carousel/CarouselSlide.d.ts +7 -0
- package/dist/components/carousel/CarouselSlider.d.ts +7 -0
- package/dist/components/checkbox/Checkbox.d.ts +7 -0
- package/dist/components/chip/Chip.d.ts +49 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +14 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +14 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.js.map +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +14 -0
- package/dist/components/combobox/Combobox.d.ts +7 -0
- package/dist/components/combobox/ComboboxInput.d.ts +7 -0
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxInput.js.map +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +7 -0
- package/dist/components/combobox/ComboboxOption.d.ts +7 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +7 -0
- package/dist/components/data-table/DataTableLoading.d.ts +7 -0
- package/dist/components/data-table/pagination/Pagination.d.ts +7 -0
- package/dist/components/dialog/Dialog.d.ts +7 -0
- package/dist/components/dialog/DialogBackground.d.ts +14 -0
- package/dist/components/dialog/DialogClose.d.ts +7 -0
- package/dist/components/dialog/DialogContent.d.ts +7 -0
- package/dist/components/dialog/DialogContent.js +1 -1
- package/dist/components/dialog/DialogContent.js.map +1 -1
- package/dist/components/divider/Divider.d.ts +7 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +7 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +7 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuContent.js.map +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +7 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +7 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +7 -0
- package/dist/components/empty-state/EmptyState.d.ts +14 -0
- package/dist/components/empty-state/EmptyStateBody.d.ts +14 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +14 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +7 -0
- package/dist/components/flex/Flex.d.ts +7 -0
- package/dist/components/form/Form.d.ts +7 -0
- package/dist/components/grid/Grid.d.ts +7 -0
- package/dist/components/grid/Grid.js +1 -1
- package/dist/components/grid/Grid.js.map +1 -1
- package/dist/components/heading/Heading.d.ts +7 -0
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/heading/Heading.js.map +1 -1
- package/dist/components/icon/Icon.d.ts +7 -0
- package/dist/components/image/Image.d.ts +7 -0
- package/dist/components/inline-message/InlineMessage.d.ts +14 -0
- package/dist/components/input/Input.d.ts +7 -0
- package/dist/components/label/Label.d.ts +7 -0
- package/dist/components/link/Link.d.ts +7 -0
- package/dist/components/list/List.d.ts +14 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +7 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +14 -0
- package/dist/components/notification-badge/NotificationBadge.d.ts +14 -0
- package/dist/components/popover/Popover.d.ts +7 -0
- package/dist/components/popover/PopoverContent.d.ts +7 -0
- package/dist/components/popover/PopoverContent.js +1 -1
- package/dist/components/popover/PopoverContent.js.map +1 -1
- package/dist/components/progress-bar/ProgressBar.d.ts +7 -0
- package/dist/components/radio-button/RadioButton.d.ts +7 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +7 -0
- package/dist/components/radio-card/RadioCard.d.ts +7 -0
- package/dist/components/section-message/SectionMessage.d.ts +49 -0
- package/dist/components/select/Select.d.ts +7 -0
- package/dist/components/select/Select.js +1 -1
- package/dist/components/select/Select.js.map +1 -1
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerContent.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerContent.js +1 -1
- package/dist/components/sidedrawer/SidedrawerContent.js.map +1 -1
- package/dist/components/sidedrawer/SidedrawerFooter.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerHeader.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerOverlay.js +1 -1
- package/dist/components/sidedrawer/SidedrawerOverlay.js.map +1 -1
- package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +7 -0
- package/dist/components/slider/Slider.d.ts +7 -0
- package/dist/components/slider/Slider.js +1 -1
- package/dist/components/slider/Slider.js.map +1 -1
- package/dist/components/sortable/Handle.d.ts +14 -0
- package/dist/components/stack/Stack.d.ts +7 -0
- package/dist/components/stack/Stack.js +1 -1
- package/dist/components/stack/Stack.js.map +1 -1
- package/dist/components/stack-content/StackContent.d.ts +7 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +14 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +14 -0
- package/dist/components/stepper/StepperStepLabel.d.ts +14 -0
- package/dist/components/switch/Switch.d.ts +7 -0
- package/dist/components/table/Table.d.ts +7 -0
- package/dist/components/table/TableBody.d.ts +7 -0
- package/dist/components/table/TableCell.d.ts +7 -0
- package/dist/components/table/TableFooter.d.ts +7 -0
- package/dist/components/table/TableFooterCell.d.ts +7 -0
- package/dist/components/table/TableHeader.d.ts +7 -0
- package/dist/components/table/TableHeaderCell.d.ts +7 -0
- package/dist/components/table/TableRow.d.ts +14 -0
- package/dist/components/tabs/Tabs.d.ts +7 -0
- package/dist/components/tabs/TabsContent.d.ts +7 -0
- package/dist/components/tabs/TabsTrigger.d.ts +7 -0
- package/dist/components/tabs/TabsTrigger.js +1 -1
- package/dist/components/tabs/TabsTrigger.js.map +1 -1
- package/dist/components/tabs/TabsTriggerList.d.ts +7 -0
- package/dist/components/text/Text.d.ts +8 -1
- package/dist/components/text/Text.js +1 -1
- package/dist/components/text/Text.js.map +1 -1
- package/dist/components/textarea/Textarea.d.ts +7 -0
- package/dist/components/tile/Tile.d.ts +7 -0
- package/dist/components/tile/TileGroup.d.ts +7 -0
- package/dist/components/tile/index.d.ts +1 -6
- package/dist/components/tile-interactive/TileInteractive.d.ts +15 -427
- package/dist/components/tile-interactive/TileInteractive.js +1 -1
- package/dist/components/tile-interactive/TileInteractive.js.map +1 -1
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +21 -0
- package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +14 -0
- package/dist/components/tile-toggle-group/TileToggleGroupRoot.js +1 -1
- package/dist/components/tile-toggle-group/TileToggleGroupRoot.js.map +1 -1
- package/dist/components/toast/Toast.d.ts +7 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +14 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +14 -0
- 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 +7 -0
- package/dist/components/toggle-group/index.d.ts +35 -0
- package/dist/components/tooltip/TooltipContent.d.ts +7 -0
- 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 +7 -0
- package/dist/components/top-bar/TopBarBrand.d.ts +21 -0
- package/dist/components/video/Video.d.ts +14 -0
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +7 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/stitches.d.ts +77 -0
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +7 -0
- package/dist/utilities/index.d.ts +1 -0
- package/dist/{components/tile/TileNoOverflowContainer.d.ts → utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts} +20 -1
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.js +2 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.js.map +1 -0
- package/dist/utilities/no-overflow-wrapper/index.d.ts +1 -0
- package/package.json +4 -4
- package/dist/components/tile/TileNoOverflowContainer.js +0 -2
- package/dist/components/tile/TileNoOverflowContainer.js.map +0 -1
- package/dist/components/tile/index.js +0 -2
- package/dist/components/tile/index.js.map +0 -1
- package/dist/utilities/no-overflow-container/NoOverflowContainer.d.ts +0 -425
- package/dist/utilities/no-overflow-container/NoOverflowContainer.js +0 -2
- package/dist/utilities/no-overflow-container/NoOverflowContainer.js.map +0 -1
- package/dist/utilities/no-overflow-container/index.d.ts +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -2,4 +2,4 @@ export * from './components';
|
|
|
2
2
|
export * from './stitches';
|
|
3
3
|
export { ColorScheme } from './experiments/color-scheme';
|
|
4
4
|
export type { TcolorScheme } from './experiments/color-scheme';
|
|
5
|
-
export { createThemeVariants, focusVisibleStyleBlock } from './utilities';
|
|
5
|
+
export { createThemeVariants, focusVisibleStyleBlock, NoOverflowWrapper, noOverflowStyleBlock } from './utilities';
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{Accordion as f}from"./components/accordion/Accordion.js";import{ActionIcon as a}from"./components/action-icon/ActionIcon.js";import{AlertDialog as d}from"./components/alert-dialog/AlertDialog.js";import{AlertProvider as n,useAlert as u}from"./components/alert-dialog/alert-context/AlertContext.js";import{Avatar as T}from"./components/avatar/Avatar.js";import{Badge as S}from"./components/badge/Badge.js";import{Box as C}from"./components/box/Box.js";import{Button as I,StyledButton as h}from"./components/button/Button.js";import{Carousel as D,useCarousel as
|
|
1
|
+
import{Accordion as f}from"./components/accordion/Accordion.js";import{ActionIcon as a}from"./components/action-icon/ActionIcon.js";import{AlertDialog as d}from"./components/alert-dialog/AlertDialog.js";import{AlertProvider as n,useAlert as u}from"./components/alert-dialog/alert-context/AlertContext.js";import{Avatar as T}from"./components/avatar/Avatar.js";import{Badge as S}from"./components/badge/Badge.js";import{Box as C}from"./components/box/Box.js";import{Button as I,StyledButton as h}from"./components/button/Button.js";import{Carousel as D,useCarousel as k}from"./components/carousel/Carousel.js";import{Checkbox as v}from"./components/checkbox/Checkbox.js";import{CheckboxField as y}from"./components/checkbox-field/CheckboxField.js";import{Chip as P}from"./components/chip/Chip.js";import{ChipGroup as L}from"./components/chip/ChipGroup.js";import{ChipDismissibleGroup as N}from"./components/chip-dismissible-group/index.js";import{ChipToggleGroup as W}from"./components/chip-toggle-group/index.js";import{Combobox as E}from"./components/combobox/Combobox.js";import{useDataTable as j}from"./components/data-table/DataTableContext.js";import{DataTable as z}from"./components/data-table/DataTable.js";import{DateField as K}from"./components/date-field/DateField.js";import{DateInput as U}from"./components/date-input/DateInput.js";import{Dialog as Y}from"./components/dialog/Dialog.js";import{Dismissible as _}from"./components/dismissible/index.js";import{DismissibleGroup as oo}from"./components/dismissible-group/index.js";import{Divider as eo}from"./components/divider/Divider.js";import{DropdownMenu as po}from"./components/dropdown-menu/DropdownMenu.js";import{EmptyState as xo}from"./components/empty-state/EmptyState.js";import{FieldWrapper as io}from"./components/field-wrapper/FieldWrapper.js";import{InlineFieldWrapper as lo}from"./components/field-wrapper/InlineFieldWrapper.js";import{FileInput as no}from"./components/file-input/FileInput.js";import{Flex as co}from"./components/flex/Flex.js";import{Form as go}from"./components/form/Form.js";import"dlv";import"react-hook-form";import{Grid as bo}from"./components/grid/Grid.js";import{Heading as Fo}from"./components/heading/Heading.js";import{Icon as ho}from"./components/icon/Icon.js";import{Image as Do}from"./components/image/Image.js";import{InlineMessage as Go}from"./components/inline-message/InlineMessage.js";import{Input as wo}from"./components/input/Input.js";import{InputField as Ao}from"./components/input-field/InputField.js";import{Label as Ro}from"./components/label/Label.js";import{Link as Mo,StyledLink as No}from"./components/link/Link.js";import{List as Wo}from"./components/list/List.js";import{Loader as Eo}from"./components/loader/Loader.js";import{MarkdownContent as jo}from"./components/markdown-content/MarkdownContent.js";import{NavigationMenu as zo}from"./components/navigation/NavigationMenu.js";import{NotificationBadge as Ko}from"./components/notification-badge/NotificationBadge.js";import{NumberInput as Uo}from"./components/number-input/NumberInput.js";import{NumberInputField as Yo}from"./components/number-input-field/NumberInputField.js";import{PasswordField as _o}from"./components/password-field/PasswordField.js";import{PasswordInput as or}from"./components/password-input/PasswordInput.js";import{Popover as er}from"./components/popover/Popover.js";import{ProgressBar as pr}from"./components/progress-bar/ProgressBar.js";import{RadioButton as xr}from"./components/radio-button/RadioButton.js";import{RadioButtonGroup as ir}from"./components/radio-button/RadioButtonGroup.js";import{RadioButtonField as lr}from"./components/radio-button-field/RadioButtonField.js";import{RadioCard as sr}from"./components/radio-card/RadioCard.js";import{RadioCardGroup as ur}from"./components/radio-card/RadioCardGroup.js";import{SearchField as Tr}from"./components/search-field/SearchField.js";import{SearchInput as Sr}from"./components/search-input/SearchInput.js";import{SectionMessage as Cr}from"./components/section-message/SectionMessage.js";import{Select as Ir}from"./components/select/Select.js";import{SelectField as Br}from"./components/select-field/SelectField.js";import{Sidedrawer as kr}from"./components/sidedrawer/Sidedrawer.js";import{Slider as vr}from"./components/slider/Slider.js";import{SliderField as yr}from"./components/slider-field/SliderField.js";import{Sortable as Pr}from"./components/sortable/index.js";import{Stack as Lr}from"./components/stack/Stack.js";import{StackContent as Nr}from"./components/stack-content/StackContent.js";import{Stepper as Wr}from"./components/stepper/Stepper.js";import{Switch as Er}from"./components/switch/Switch.js";import{Table as jr}from"./components/table/Table.js";import{Tabs as zr}from"./components/tabs/Tabs.js";import{Text as Kr}from"./components/text/Text.js";import{Textarea as Ur}from"./components/textarea/Textarea.js";import{TextareaField as Yr}from"./components/textarea-field/TextareaField.js";import{ToastProvider as _r}from"./components/toast/ToastProvider.js";import{ToggleGroup as oe}from"./components/toggle-group/index.js";import{Tooltip as ee}from"./components/tooltip/Tooltip.js";import{TopBar as pe}from"./components/top-bar/TopBar.js";import{Video as xe}from"./components/video/Video.js";import{BannerRegular as ie}from"./components/banner/banner-regular/BannerRegular.js";import{Tile as le}from"./components/tile/Tile.js";import{TileGroup as se}from"./components/tile/TileGroup.js";import{TileInteractive as ue}from"./components/tile-interactive/TileInteractive.js";import{TileToggleGroup as Te}from"./components/tile-toggle-group/index.js";import{createTheme as Se,css as be,getCssText as Ce,globalCss as Fe,keyframes as Ie,media as he,styled as Be,theme as De,utils as ke}from"./stitches.js";import{ColorScheme as ve}from"./experiments/color-scheme/ColorScheme.js";import{createThemeVariants as ye}from"./utilities/create-theme-variants/createThemeVariants.js";import"./utilities/css-wrapper/CSSWrapper.js";import{NoOverflowWrapper as Pe,noOverflowStyleBlock as Re}from"./utilities/no-overflow-wrapper/NoOverflowWrapper.js";import"color2k";import{focusVisibleStyleBlock as Me}from"./utilities/style/focus-visible-style-block.js";import"./utilities/style/keyframe-animations.js";import{default as Ve}from"react-hot-toast";export{f as Accordion,a as ActionIcon,d as AlertDialog,n as AlertProvider,T as Avatar,S as Badge,ie as BannerRegular,C as Box,I as Button,D as Carousel,v as Checkbox,y as CheckboxField,P as Chip,N as ChipDismissibleGroup,L as ChipGroup,W as ChipToggleGroup,ve as ColorScheme,E as Combobox,z as DataTable,K as DateField,U as DateInput,Y as Dialog,_ as Dismissible,oo as DismissibleGroup,eo as Divider,po as DropdownMenu,xo as EmptyState,io as FieldWrapper,no as FileInput,co as Flex,go as Form,bo as Grid,Fo as Heading,ho as Icon,Do as Image,lo as InlineFieldWrapper,Go as InlineMessage,wo as Input,Ao as InputField,Ro as Label,Mo as Link,Wo as List,Eo as Loader,jo as MarkdownContent,zo as NavigationMenu,Pe as NoOverflowWrapper,Ko as NotificationBadge,Uo as NumberInput,Yo as NumberInputField,_o as PasswordField,or as PasswordInput,er as Popover,pr as ProgressBar,xr as RadioButton,lr as RadioButtonField,ir as RadioButtonGroup,sr as RadioCard,ur as RadioCardGroup,Tr as SearchField,Sr as SearchInput,Cr as SectionMessage,Ir as Select,Br as SelectField,kr as Sidedrawer,vr as Slider,yr as SliderField,Pr as Sortable,Lr as Stack,Nr as StackContent,Wr as Stepper,h as StyledButton,No as StyledLink,Er as Switch,jr as Table,zr as Tabs,Kr as Text,Ur as Textarea,Yr as TextareaField,le as Tile,se as TileGroup,ue as TileInteractive,Te as TileToggleGroup,_r as ToastProvider,oe as ToggleGroup,ee as Tooltip,pe as TopBar,xe as Video,Se as createTheme,ye as createThemeVariants,be as css,Me as focusVisibleStyleBlock,Ce as getCssText,Fe as globalCss,Ie as keyframes,he as media,Re as noOverflowStyleBlock,Be as styled,De as theme,Ve as toast,u as useAlert,k as useCarousel,j as useDataTable,ke as utils};
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/stitches.d.ts
CHANGED
|
@@ -213,6 +213,13 @@ declare const stitchesConfig: import("@stitches/react/types/stitches").default<"
|
|
|
213
213
|
"2": any;
|
|
214
214
|
"3": any;
|
|
215
215
|
};
|
|
216
|
+
ratios: {
|
|
217
|
+
"16-9": any;
|
|
218
|
+
"3-2": any;
|
|
219
|
+
"4-3": any;
|
|
220
|
+
"1-1": any;
|
|
221
|
+
"3-4": any;
|
|
222
|
+
};
|
|
216
223
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
217
224
|
bg: (value: PropertyValue<'background'>) => {
|
|
218
225
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -423,6 +430,13 @@ export declare const css: {
|
|
|
423
430
|
"2": any;
|
|
424
431
|
"3": any;
|
|
425
432
|
};
|
|
433
|
+
ratios: {
|
|
434
|
+
"16-9": any;
|
|
435
|
+
"3-2": any;
|
|
436
|
+
"4-3": any;
|
|
437
|
+
"1-1": any;
|
|
438
|
+
"3-4": any;
|
|
439
|
+
};
|
|
426
440
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
427
441
|
bg: (value: PropertyValue<'background'>) => {
|
|
428
442
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -628,6 +642,13 @@ export declare const css: {
|
|
|
628
642
|
"2": any;
|
|
629
643
|
"3": any;
|
|
630
644
|
};
|
|
645
|
+
ratios: {
|
|
646
|
+
"16-9": any;
|
|
647
|
+
"3-2": any;
|
|
648
|
+
"4-3": any;
|
|
649
|
+
"1-1": any;
|
|
650
|
+
"3-4": any;
|
|
651
|
+
};
|
|
631
652
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
632
653
|
bg: (value: PropertyValue<'background'>) => {
|
|
633
654
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -824,6 +845,13 @@ export declare const css: {
|
|
|
824
845
|
2?: string | number | boolean | undefined;
|
|
825
846
|
3?: string | number | boolean | undefined;
|
|
826
847
|
} | undefined;
|
|
848
|
+
ratios?: {
|
|
849
|
+
"16-9"?: string | number | boolean | undefined;
|
|
850
|
+
"3-2"?: string | number | boolean | undefined;
|
|
851
|
+
"4-3"?: string | number | boolean | undefined;
|
|
852
|
+
"1-1"?: string | number | boolean | undefined;
|
|
853
|
+
"3-4"?: string | number | boolean | undefined;
|
|
854
|
+
} | undefined;
|
|
827
855
|
} & {
|
|
828
856
|
[x: string]: {
|
|
829
857
|
[x: string]: string | number | boolean;
|
|
@@ -971,6 +999,13 @@ export declare const css: {
|
|
|
971
999
|
2?: string | number | boolean | undefined;
|
|
972
1000
|
3?: string | number | boolean | undefined;
|
|
973
1001
|
} | undefined;
|
|
1002
|
+
ratios?: {
|
|
1003
|
+
"16-9"?: string | number | boolean | undefined;
|
|
1004
|
+
"3-2"?: string | number | boolean | undefined;
|
|
1005
|
+
"4-3"?: string | number | boolean | undefined;
|
|
1006
|
+
"1-1"?: string | number | boolean | undefined;
|
|
1007
|
+
"3-4"?: string | number | boolean | undefined;
|
|
1008
|
+
} | undefined;
|
|
974
1009
|
} & {
|
|
975
1010
|
[x: string]: {
|
|
976
1011
|
[x: string]: string | number | boolean;
|
|
@@ -1135,6 +1170,13 @@ export declare const css: {
|
|
|
1135
1170
|
"2": any;
|
|
1136
1171
|
"3": any;
|
|
1137
1172
|
};
|
|
1173
|
+
ratios: {
|
|
1174
|
+
"16-9": any;
|
|
1175
|
+
"3-2": any;
|
|
1176
|
+
"4-3": any;
|
|
1177
|
+
"1-1": any;
|
|
1178
|
+
"3-4": any;
|
|
1179
|
+
};
|
|
1138
1180
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1139
1181
|
bg: (value: PropertyValue<'background'>) => {
|
|
1140
1182
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -1340,6 +1382,13 @@ export declare const css: {
|
|
|
1340
1382
|
"2": any;
|
|
1341
1383
|
"3": any;
|
|
1342
1384
|
};
|
|
1385
|
+
ratios: {
|
|
1386
|
+
"16-9": any;
|
|
1387
|
+
"3-2": any;
|
|
1388
|
+
"4-3": any;
|
|
1389
|
+
"1-1": any;
|
|
1390
|
+
"3-4": any;
|
|
1391
|
+
};
|
|
1343
1392
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1344
1393
|
bg: (value: PropertyValue<'background'>) => {
|
|
1345
1394
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -1545,6 +1594,13 @@ export declare const css: {
|
|
|
1545
1594
|
"2": any;
|
|
1546
1595
|
"3": any;
|
|
1547
1596
|
};
|
|
1597
|
+
ratios: {
|
|
1598
|
+
"16-9": any;
|
|
1599
|
+
"3-2": any;
|
|
1600
|
+
"4-3": any;
|
|
1601
|
+
"1-1": any;
|
|
1602
|
+
"3-4": any;
|
|
1603
|
+
};
|
|
1548
1604
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1549
1605
|
bg: (value: PropertyValue<'background'>) => {
|
|
1550
1606
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -1758,6 +1814,13 @@ export declare const css: {
|
|
|
1758
1814
|
"2": any;
|
|
1759
1815
|
"3": any;
|
|
1760
1816
|
};
|
|
1817
|
+
ratios: {
|
|
1818
|
+
"16-9": any;
|
|
1819
|
+
"3-2": any;
|
|
1820
|
+
"4-3": any;
|
|
1821
|
+
"1-1": any;
|
|
1822
|
+
"3-4": any;
|
|
1823
|
+
};
|
|
1761
1824
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1762
1825
|
bg: (value: PropertyValue<'background'>) => {
|
|
1763
1826
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -1963,6 +2026,13 @@ export declare const css: {
|
|
|
1963
2026
|
"2": any;
|
|
1964
2027
|
"3": any;
|
|
1965
2028
|
};
|
|
2029
|
+
ratios: {
|
|
2030
|
+
"16-9": any;
|
|
2031
|
+
"3-2": any;
|
|
2032
|
+
"4-3": any;
|
|
2033
|
+
"1-1": any;
|
|
2034
|
+
"3-4": any;
|
|
2035
|
+
};
|
|
1966
2036
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1967
2037
|
bg: (value: PropertyValue<'background'>) => {
|
|
1968
2038
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -2162,6 +2232,13 @@ export declare const css: {
|
|
|
2162
2232
|
2: import("@stitches/react/types/theme").Token<"2", string, "shadows", "">;
|
|
2163
2233
|
3: import("@stitches/react/types/theme").Token<"3", string, "shadows", "">;
|
|
2164
2234
|
};
|
|
2235
|
+
ratios: {
|
|
2236
|
+
"16-9": import("@stitches/react/types/theme").Token<"16-9", string, "ratios", "">;
|
|
2237
|
+
"3-2": import("@stitches/react/types/theme").Token<"3-2", string, "ratios", "">;
|
|
2238
|
+
"4-3": import("@stitches/react/types/theme").Token<"4-3", string, "ratios", "">;
|
|
2239
|
+
"1-1": import("@stitches/react/types/theme").Token<"1-1", string, "ratios", "">;
|
|
2240
|
+
"3-4": import("@stitches/react/types/theme").Token<"3-4", string, "ratios", "">;
|
|
2241
|
+
};
|
|
2165
2242
|
};
|
|
2166
2243
|
export declare type CSS = StitchesCSS<typeof stitchesConfig>;
|
|
2167
2244
|
export {};
|
package/dist/stitches.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import*as
|
|
1
|
+
import*as m from"@atom-learning/theme";import{themeMap as o}from"@atom-learning/theme/theme-map";import{createStitches as d,defaultThemeMap as p}from"@stitches/react";const e={bg:t=>({background:t}),size:t=>({height:t,width:t}),p:t=>({padding:t}),pt:t=>({paddingTop:t}),pr:t=>({paddingRight:t}),pb:t=>({paddingBottom:t}),pl:t=>({paddingLeft:t}),px:t=>({paddingLeft:t,paddingRight:t}),py:t=>({paddingTop:t,paddingBottom:t}),m:t=>({margin:t}),mt:t=>({marginTop:t}),mr:t=>({marginRight:t}),mb:t=>({marginBottom:t}),ml:t=>({marginLeft:t}),mx:t=>({marginLeft:t,marginRight:t}),my:t=>({marginTop:t,marginBottom:t})},i={sm:"(min-width: 550px)",md:"(min-width: 800px)",lg:"(min-width: 1100px)",xl:"(min-width: 1350px)",reducedMotion:"(prefers-reduced-motion)",allowMotion:"(prefers-reduced-motion: no-preference)",hover:"(hover: hover)"},r=d({theme:m,themeMap:{...p,...o},utils:e,media:i}),{css:n,getCssText:a,createTheme:g,globalCss:h,keyframes:s,styled:c,theme:f}=r;export{g as createTheme,n as css,a as getCssText,h as globalCss,s as keyframes,i as media,c as styled,f as theme,e as utils};
|
|
2
2
|
//# sourceMappingURL=stitches.js.map
|
package/dist/stitches.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stitches.js","sources":["../src/stitches.ts"],"sourcesContent":["import type { Theme } from '@atom-learning/theme'\nimport * as atomTheme from '@atom-learning/theme'\nimport type {\n CSS as StitchesCSS,\n PropertyValue,\n ScaleValue\n} from '@stitches/react'\nimport { createStitches } from '@stitches/react'\n\nexport const utils = {\n bg: (value: PropertyValue<'background'>) => ({\n background: value\n }),\n\n size: (value: ScaleValue<'size'> | number | string) => ({\n height: value,\n width: value\n }),\n\n p: (value: ScaleValue<'space'> | number | string) => ({\n padding: value\n }),\n pt: (value: ScaleValue<'space'> | number | string) => ({\n paddingTop: value\n }),\n pr: (value: ScaleValue<'space'> | number | string) => ({\n paddingRight: value\n }),\n pb: (value: ScaleValue<'space'> | number | string) => ({\n paddingBottom: value\n }),\n pl: (value: ScaleValue<'space'> | number | string) => ({\n paddingLeft: value\n }),\n px: (value: ScaleValue<'space'> | number | string) => ({\n paddingLeft: value,\n paddingRight: value\n }),\n py: (value: ScaleValue<'space'> | number | string) => ({\n paddingTop: value,\n paddingBottom: value\n }),\n\n m: (value: ScaleValue<'space'> | number | string) => ({\n margin: value\n }),\n mt: (value: ScaleValue<'space'> | number | string) => ({\n marginTop: value\n }),\n mr: (value: ScaleValue<'space'> | number | string) => ({\n marginRight: value\n }),\n mb: (value: ScaleValue<'space'> | number | string) => ({\n marginBottom: value\n }),\n ml: (value: ScaleValue<'space'> | number | string) => ({\n marginLeft: value\n }),\n mx: (value: ScaleValue<'space'> | number | string) => ({\n marginLeft: value,\n marginRight: value\n }),\n my: (value: ScaleValue<'space'> | number | string) => ({\n marginTop: value,\n marginBottom: value\n })\n}\n\nexport const media = {\n sm: '(min-width: 550px)',\n md: '(min-width: 800px)',\n lg: '(min-width: 1100px)',\n xl: '(min-width: 1350px)',\n reducedMotion: '(prefers-reduced-motion)',\n allowMotion: '(prefers-reduced-motion: no-preference)',\n hover: '(hover: hover)'\n}\n\nconst stitchesConfig = createStitches({\n theme: atomTheme as Theme,\n utils,\n media\n})\n\nexport const {\n css,\n getCssText,\n createTheme,\n globalCss,\n keyframes,\n styled,\n theme\n} = stitchesConfig\n\nexport type CSS = StitchesCSS<typeof stitchesConfig>\n"],"names":["utils","value","media","stitchesConfig","createStitches","atomTheme","css","getCssText","createTheme","globalCss","keyframes","styled","theme"],"mappings":"
|
|
1
|
+
{"version":3,"file":"stitches.js","sources":["../src/stitches.ts"],"sourcesContent":["import type { Theme } from '@atom-learning/theme'\nimport * as atomTheme from '@atom-learning/theme'\nimport { themeMap } from '@atom-learning/theme/theme-map'\nimport type {\n CSS as StitchesCSS,\n PropertyValue,\n ScaleValue\n} from '@stitches/react'\nimport { createStitches, defaultThemeMap } from '@stitches/react'\n\nexport const utils = {\n bg: (value: PropertyValue<'background'>) => ({\n background: value\n }),\n\n size: (value: ScaleValue<'size'> | number | string) => ({\n height: value,\n width: value\n }),\n\n p: (value: ScaleValue<'space'> | number | string) => ({\n padding: value\n }),\n pt: (value: ScaleValue<'space'> | number | string) => ({\n paddingTop: value\n }),\n pr: (value: ScaleValue<'space'> | number | string) => ({\n paddingRight: value\n }),\n pb: (value: ScaleValue<'space'> | number | string) => ({\n paddingBottom: value\n }),\n pl: (value: ScaleValue<'space'> | number | string) => ({\n paddingLeft: value\n }),\n px: (value: ScaleValue<'space'> | number | string) => ({\n paddingLeft: value,\n paddingRight: value\n }),\n py: (value: ScaleValue<'space'> | number | string) => ({\n paddingTop: value,\n paddingBottom: value\n }),\n\n m: (value: ScaleValue<'space'> | number | string) => ({\n margin: value\n }),\n mt: (value: ScaleValue<'space'> | number | string) => ({\n marginTop: value\n }),\n mr: (value: ScaleValue<'space'> | number | string) => ({\n marginRight: value\n }),\n mb: (value: ScaleValue<'space'> | number | string) => ({\n marginBottom: value\n }),\n ml: (value: ScaleValue<'space'> | number | string) => ({\n marginLeft: value\n }),\n mx: (value: ScaleValue<'space'> | number | string) => ({\n marginLeft: value,\n marginRight: value\n }),\n my: (value: ScaleValue<'space'> | number | string) => ({\n marginTop: value,\n marginBottom: value\n })\n}\n\nexport const media = {\n sm: '(min-width: 550px)',\n md: '(min-width: 800px)',\n lg: '(min-width: 1100px)',\n xl: '(min-width: 1350px)',\n reducedMotion: '(prefers-reduced-motion)',\n allowMotion: '(prefers-reduced-motion: no-preference)',\n hover: '(hover: hover)'\n}\n\nconst stitchesConfig = createStitches({\n theme: atomTheme as Theme,\n themeMap: {\n ...defaultThemeMap,\n ...themeMap\n },\n utils,\n media\n})\n\nexport const {\n css,\n getCssText,\n createTheme,\n globalCss,\n keyframes,\n styled,\n theme\n} = stitchesConfig\n\nexport type CSS = StitchesCSS<typeof stitchesConfig>\n"],"names":["utils","value","media","stitchesConfig","createStitches","atomTheme","defaultThemeMap","themeMap","css","getCssText","createTheme","globalCss","keyframes","styled","theme"],"mappings":"uKAUO,MAAMA,EAAQ,CACnB,GAAKC,IAAwC,CAC3C,WAAYA,CACd,GAEA,KAAOA,IAAiD,CACtD,OAAQA,EACR,MAAOA,CACT,GAEA,EAAIA,IAAkD,CACpD,QAASA,CACX,GACA,GAAKA,IAAkD,CACrD,WAAYA,CACd,GACA,GAAKA,IAAkD,CACrD,aAAcA,CAChB,GACA,GAAKA,IAAkD,CACrD,cAAeA,CACjB,GACA,GAAKA,IAAkD,CACrD,YAAaA,CACf,GACA,GAAKA,IAAkD,CACrD,YAAaA,EACb,aAAcA,CAChB,GACA,GAAKA,IAAkD,CACrD,WAAYA,EACZ,cAAeA,CACjB,GAEA,EAAIA,IAAkD,CACpD,OAAQA,CACV,GACA,GAAKA,IAAkD,CACrD,UAAWA,CACb,GACA,GAAKA,IAAkD,CACrD,YAAaA,CACf,GACA,GAAKA,IAAkD,CACrD,aAAcA,CAChB,GACA,GAAKA,IAAkD,CACrD,WAAYA,CACd,GACA,GAAKA,IAAkD,CACrD,WAAYA,EACZ,YAAaA,CACf,GACA,GAAKA,IAAkD,CACrD,UAAWA,EACX,aAAcA,CAChB,EACF,EAEaC,EAAQ,CACnB,GAAI,qBACJ,GAAI,qBACJ,GAAI,sBACJ,GAAI,sBACJ,cAAe,2BACf,YAAa,0CACb,MAAO,gBACT,EAEMC,EAAiBC,EAAe,CACpC,MAAOC,EACP,SAAU,CACR,GAAGC,EACH,GAAGC,CACL,EACA,MAAAP,EACA,MAAAE,CACF,CAAC,EAEY,CACX,IAAAM,EACA,WAAAC,EACA,YAAAC,EACA,UAAAC,EACA,UAAAC,EACA,OAAAC,EACA,MAAAC,CACF,EAAIX"}
|
|
@@ -164,4 +164,11 @@ export declare const createThemeVariants: <ThemeProperty extends keyof Theme>(th
|
|
|
164
164
|
2: import("@stitches/react/types/theme").Token<"2", string, "shadows", "">;
|
|
165
165
|
3: import("@stitches/react/types/theme").Token<"3", string, "shadows", "">;
|
|
166
166
|
};
|
|
167
|
+
ratios: {
|
|
168
|
+
"16-9": import("@stitches/react/types/theme").Token<"16-9", string, "ratios", "">;
|
|
169
|
+
"3-2": import("@stitches/react/types/theme").Token<"3-2", string, "ratios", "">;
|
|
170
|
+
"4-3": import("@stitches/react/types/theme").Token<"4-3", string, "ratios", "">;
|
|
171
|
+
"1-1": import("@stitches/react/types/theme").Token<"1-1", string, "ratios", "">;
|
|
172
|
+
"3-4": import("@stitches/react/types/theme").Token<"3-4", string, "ratios", "">;
|
|
173
|
+
};
|
|
167
174
|
})[ThemeProperty], CSS>;
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const noOverflowStyleBlock: () => {
|
|
2
|
+
size: string;
|
|
3
|
+
borderRadius: string;
|
|
4
|
+
overflow: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const NoOverflowWrapper: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2
7
|
sm: string;
|
|
3
8
|
md: string;
|
|
4
9
|
lg: string;
|
|
@@ -156,6 +161,13 @@ export declare const TileNoOverflowContainer: import("@stitches/react/types/styl
|
|
|
156
161
|
"2": any;
|
|
157
162
|
"3": any;
|
|
158
163
|
};
|
|
164
|
+
ratios: {
|
|
165
|
+
"16-9": any;
|
|
166
|
+
"3-2": any;
|
|
167
|
+
"4-3": any;
|
|
168
|
+
"1-1": any;
|
|
169
|
+
"3-4": any;
|
|
170
|
+
};
|
|
159
171
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
160
172
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
161
173
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -368,6 +380,13 @@ export declare const TileNoOverflowContainer: import("@stitches/react/types/styl
|
|
|
368
380
|
"2": any;
|
|
369
381
|
"3": any;
|
|
370
382
|
};
|
|
383
|
+
ratios: {
|
|
384
|
+
"16-9": any;
|
|
385
|
+
"3-2": any;
|
|
386
|
+
"4-3": any;
|
|
387
|
+
"1-1": any;
|
|
388
|
+
"3-4": any;
|
|
389
|
+
};
|
|
371
390
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
372
391
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
373
392
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{Box as e}from"../../components/box/Box.js";import{styled as i}from"../../stitches.js";const o=()=>({size:"100%",borderRadius:"inherit",overflow:"hidden"}),r=i(e,o());r.displayName="NoOverflowWrapper";export{r as NoOverflowWrapper,o as noOverflowStyleBlock};
|
|
2
|
+
//# sourceMappingURL=NoOverflowWrapper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NoOverflowWrapper.js","sources":["../../../src/utilities/no-overflow-wrapper/NoOverflowWrapper.tsx"],"sourcesContent":["import { Box } from '~/components/box'\nimport { styled } from '~/stitches'\n\nexport const noOverflowStyleBlock = (): {\n size: string\n borderRadius: string\n overflow: string\n} => {\n return {\n size: '100%',\n borderRadius: 'inherit',\n overflow: 'hidden'\n }\n}\n\nexport const NoOverflowWrapper = styled(Box, noOverflowStyleBlock())\n\nNoOverflowWrapper.displayName = 'NoOverflowWrapper'\n"],"names":["noOverflowStyleBlock","NoOverflowWrapper","styled","Box"],"mappings":"6FAGO,MAAMA,EAAuB,KAK3B,CACL,KAAM,OACN,aAAc,UACd,SAAU,QACZ,GAGWC,EAAoBC,EAAOC,EAAKH,EAAqB,CAAC,EAEnEC,EAAkB,YAAc"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { NoOverflowWrapper, noOverflowStyleBlock } from './NoOverflowWrapper';
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
|
-
"version": "2.
|
|
7
|
+
"version": "2.53.0",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@atom-learning/icons": "1.14.0",
|
|
62
62
|
"@atom-learning/jest-stitches": "1.0.10",
|
|
63
|
-
"@atom-learning/theme": "1.
|
|
63
|
+
"@atom-learning/theme": "1.3.0",
|
|
64
64
|
"@commitlint/cli": "^11.0.0",
|
|
65
65
|
"@commitlint/config-conventional": "^11.0.0",
|
|
66
66
|
"@radix-ui/react-id": "0.1.5",
|
|
@@ -121,12 +121,12 @@
|
|
|
121
121
|
},
|
|
122
122
|
"peerDependencies": {
|
|
123
123
|
"@atom-learning/icons": "^1.0.0",
|
|
124
|
-
"@atom-learning/theme": "^1.
|
|
124
|
+
"@atom-learning/theme": "^1.3.0",
|
|
125
125
|
"react": "^17",
|
|
126
126
|
"react-dom": "^17"
|
|
127
127
|
},
|
|
128
128
|
"dependencies": {
|
|
129
|
-
"@atom-learning/theme": "1.
|
|
129
|
+
"@atom-learning/theme": "1.3.0",
|
|
130
130
|
"@dnd-kit/core": "^6.0.5",
|
|
131
131
|
"@dnd-kit/modifiers": "^6.0.0",
|
|
132
132
|
"@dnd-kit/sortable": "^7.0.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TileNoOverflowContainer.js","sources":["../../../src/components/tile/TileNoOverflowContainer.tsx"],"sourcesContent":["import { NoOverflowContainer } from '~/utilities/no-overflow-container'\n\nexport const TileNoOverflowContainer = NoOverflowContainer\n\nTileNoOverflowContainer.displayName = 'TileNoOverflowContainer'\n"],"names":["TileNoOverflowContainer","NoOverflowContainer"],"mappings":"yGAEaA,EAA0BC,EAEvCD,EAAwB,YAAc"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/components/tile/index.ts"],"sourcesContent":["import { Tile as TileRoot } from './Tile'\nimport { TileNoOverflowContainer } from './TileNoOverflowContainer'\n\ntype TTile = typeof TileRoot & {\n NoOverflowContainer: typeof TileNoOverflowContainer\n}\nexport const Tile = TileRoot as TTile\nTile.NoOverflowContainer = TileNoOverflowContainer\nTile.displayName = 'Tile'\n\nexport { TileGroup } from './TileGroup'\n"],"names":["Tile","TileRoot","TileNoOverflowContainer"],"mappings":"kIAMO,MAAMA,EAAOC,EACpBD,EAAK,oBAAsBE,EAC3BF,EAAK,YAAc"}
|