luis-ui-lib 1.1.5
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/README.md +101 -0
- package/dist/@luis-ui.cjs.js +118 -0
- package/dist/@luis-ui.es.js +19018 -0
- package/dist/cq-DylZeITE.js +1540 -0
- package/dist/cq-ZOR5kzeT.cjs +1 -0
- package/dist/panda.buildinfo.json +475 -0
- package/dist/styled-system.cjs.js +1 -0
- package/dist/styled-system.es.js +349 -0
- package/dist/styles.css +3608 -0
- package/dist/types/styled-system/css/css.d.ts +20 -0
- package/dist/types/styled-system/css/cva.d.ts +4 -0
- package/dist/types/styled-system/css/cx.d.ts +5 -0
- package/dist/types/styled-system/css/index.d.ts +5 -0
- package/dist/types/styled-system/css/sva.d.ts +2 -0
- package/dist/types/styled-system/index.d.ts +5 -0
- package/dist/types/styled-system/index.d.ts.map +1 -0
- package/dist/types/styled-system/jsx/aspect-ratio.d.ts +8 -0
- package/dist/types/styled-system/jsx/bleed.d.ts +8 -0
- package/dist/types/styled-system/jsx/box.d.ts +8 -0
- package/dist/types/styled-system/jsx/center.d.ts +8 -0
- package/dist/types/styled-system/jsx/circle.d.ts +8 -0
- package/dist/types/styled-system/jsx/container.d.ts +8 -0
- package/dist/types/styled-system/jsx/cq.d.ts +8 -0
- package/dist/types/styled-system/jsx/divider.d.ts +8 -0
- package/dist/types/styled-system/jsx/factory.d.ts +2 -0
- package/dist/types/styled-system/jsx/flex.d.ts +8 -0
- package/dist/types/styled-system/jsx/float.d.ts +8 -0
- package/dist/types/styled-system/jsx/grid-item.d.ts +8 -0
- package/dist/types/styled-system/jsx/grid.d.ts +8 -0
- package/dist/types/styled-system/jsx/hstack.d.ts +8 -0
- package/dist/types/styled-system/jsx/index.d.ts +24 -0
- package/dist/types/styled-system/jsx/is-valid-prop.d.ts +9 -0
- package/dist/types/styled-system/jsx/link-overlay.d.ts +8 -0
- package/dist/types/styled-system/jsx/spacer.d.ts +8 -0
- package/dist/types/styled-system/jsx/square.d.ts +8 -0
- package/dist/types/styled-system/jsx/stack.d.ts +8 -0
- package/dist/types/styled-system/jsx/visually-hidden.d.ts +8 -0
- package/dist/types/styled-system/jsx/vstack.d.ts +8 -0
- package/dist/types/styled-system/jsx/wrap.d.ts +8 -0
- package/dist/types/styled-system/patterns/aspect-ratio.d.ts +19 -0
- package/dist/types/styled-system/patterns/bleed.d.ts +20 -0
- package/dist/types/styled-system/patterns/box.d.ts +19 -0
- package/dist/types/styled-system/patterns/center.d.ts +19 -0
- package/dist/types/styled-system/patterns/circle.d.ts +19 -0
- package/dist/types/styled-system/patterns/container.d.ts +19 -0
- package/dist/types/styled-system/patterns/cq.d.ts +20 -0
- package/dist/types/styled-system/patterns/divider.d.ts +21 -0
- package/dist/types/styled-system/patterns/flex.d.ts +25 -0
- package/dist/types/styled-system/patterns/float.d.ts +22 -0
- package/dist/types/styled-system/patterns/grid-item.d.ts +24 -0
- package/dist/types/styled-system/patterns/grid.d.ts +23 -0
- package/dist/types/styled-system/patterns/hstack.d.ts +20 -0
- package/dist/types/styled-system/patterns/index.d.ts +21 -0
- package/dist/types/styled-system/patterns/link-overlay.d.ts +19 -0
- package/dist/types/styled-system/patterns/spacer.d.ts +19 -0
- package/dist/types/styled-system/patterns/square.d.ts +19 -0
- package/dist/types/styled-system/patterns/stack.d.ts +22 -0
- package/dist/types/styled-system/patterns/visually-hidden.d.ts +19 -0
- package/dist/types/styled-system/patterns/vstack.d.ts +20 -0
- package/dist/types/styled-system/patterns/wrap.d.ts +23 -0
- package/dist/types/styled-system/recipes/accordion-slot.d.ts +30 -0
- package/dist/types/styled-system/recipes/anchor.d.ts +31 -0
- package/dist/types/styled-system/recipes/avatar-group.d.ts +30 -0
- package/dist/types/styled-system/recipes/avatar.d.ts +32 -0
- package/dist/types/styled-system/recipes/blanket-recipe.d.ts +40 -0
- package/dist/types/styled-system/recipes/block.d.ts +44 -0
- package/dist/types/styled-system/recipes/box-group-slot.d.ts +33 -0
- package/dist/types/styled-system/recipes/button.d.ts +51 -0
- package/dist/types/styled-system/recipes/cell.d.ts +59 -0
- package/dist/types/styled-system/recipes/check-box-slot.d.ts +37 -0
- package/dist/types/styled-system/recipes/clickable-recipe.d.ts +32 -0
- package/dist/types/styled-system/recipes/dialog.d.ts +45 -0
- package/dist/types/styled-system/recipes/dropdown.d.ts +49 -0
- package/dist/types/styled-system/recipes/form-element.d.ts +31 -0
- package/dist/types/styled-system/recipes/grid-slot.d.ts +42 -0
- package/dist/types/styled-system/recipes/icon.d.ts +37 -0
- package/dist/types/styled-system/recipes/index.d.ts +27 -0
- package/dist/types/styled-system/recipes/input.d.ts +59 -0
- package/dist/types/styled-system/recipes/label-slot.d.ts +31 -0
- package/dist/types/styled-system/recipes/loader.d.ts +39 -0
- package/dist/types/styled-system/recipes/select.d.ts +44 -0
- package/dist/types/styled-system/recipes/separator.d.ts +35 -0
- package/dist/types/styled-system/recipes/switch-slot.d.ts +30 -0
- package/dist/types/styled-system/recipes/tabs-slot.d.ts +30 -0
- package/dist/types/styled-system/recipes/tag-recipe.d.ts +43 -0
- package/dist/types/styled-system/recipes/text-recipe.d.ts +44 -0
- package/dist/types/styled-system/recipes/tooltip.d.ts +30 -0
- package/dist/types/ui-lib/src/App.d.ts +2 -0
- package/dist/types/ui-lib/src/App.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Accordion/Accordion.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/Accordion/Accordion.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Accordion/accordion.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Accordion/accordion.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Accordion/accordion.types.d.ts +16 -0
- package/dist/types/ui-lib/src/components/Accordion/accordion.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Accordion/index.d.ts +24 -0
- package/dist/types/ui-lib/src/components/Accordion/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Anchor/Anchor.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/Anchor/Anchor.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Anchor/Anchor.types.d.ts +18 -0
- package/dist/types/ui-lib/src/components/Anchor/Anchor.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Anchor/anchor.recipe.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Anchor/anchor.recipe.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Anchor/index.d.ts +48 -0
- package/dist/types/ui-lib/src/components/Anchor/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Autocomplete/autocomplete.types.d.ts +21 -0
- package/dist/types/ui-lib/src/components/Autocomplete/autocomplete.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Autocomplete/index.d.ts +3 -0
- package/dist/types/ui-lib/src/components/Autocomplete/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Avatar/Avatar.stories.d.ts +10 -0
- package/dist/types/ui-lib/src/components/Avatar/Avatar.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Avatar/avatar.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Avatar/avatar.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Avatar/avatar.types.d.ts +14 -0
- package/dist/types/ui-lib/src/components/Avatar/avatar.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Avatar/index.d.ts +51 -0
- package/dist/types/ui-lib/src/components/Avatar/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/AvatarGroup/Avatar.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/AvatarGroup/Avatar.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/AvatarGroup/avatarGroup.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/AvatarGroup/avatarGroup.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/AvatarGroup/avatarGroup.types.d.ts +15 -0
- package/dist/types/ui-lib/src/components/AvatarGroup/avatarGroup.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/AvatarGroup/index.d.ts +41 -0
- package/dist/types/ui-lib/src/components/AvatarGroup/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Blanket/Blanket.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/Blanket/Blanket.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Blanket/blanket.recipe.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Blanket/blanket.recipe.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Blanket/blanket.types.d.ts +18 -0
- package/dist/types/ui-lib/src/components/Blanket/blanket.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Blanket/index.d.ts +32 -0
- package/dist/types/ui-lib/src/components/Blanket/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Block/Block.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/Block/Block.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Block/block.recipe.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Block/block.recipe.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Block/block.types.d.ts +17 -0
- package/dist/types/ui-lib/src/components/Block/block.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Block/index.d.ts +55 -0
- package/dist/types/ui-lib/src/components/Block/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/BoxGroup/BoxGroup.stories.d.ts +9 -0
- package/dist/types/ui-lib/src/components/BoxGroup/BoxGroup.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/BoxGroup/boxGroup.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/BoxGroup/boxGroup.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/BoxGroup/boxGroup.types.d.ts +9 -0
- package/dist/types/ui-lib/src/components/BoxGroup/boxGroup.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/BoxGroup/index.d.ts +31 -0
- package/dist/types/ui-lib/src/components/BoxGroup/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Button/Button.stories.d.ts +8 -0
- package/dist/types/ui-lib/src/components/Button/Button.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Button/button.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Button/button.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Button/button.types.d.ts +27 -0
- package/dist/types/ui-lib/src/components/Button/button.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Button/index.d.ts +62 -0
- package/dist/types/ui-lib/src/components/Button/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Cell/Cell.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/Cell/Cell.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Cell/cell.recipe.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Cell/cell.recipe.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Cell/cell.types.d.ts +44 -0
- package/dist/types/ui-lib/src/components/Cell/cell.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Cell/index.d.ts +28 -0
- package/dist/types/ui-lib/src/components/Cell/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Checkbox/CheckBox.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/Checkbox/CheckBox.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Checkbox/CheckboxOnly/checkboxOnly.types.d.ts +13 -0
- package/dist/types/ui-lib/src/components/Checkbox/CheckboxOnly/checkboxOnly.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Checkbox/CheckboxOnly/index.d.ts +3 -0
- package/dist/types/ui-lib/src/components/Checkbox/CheckboxOnly/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Checkbox/checkbox.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Checkbox/checkbox.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Checkbox/checkbox.types.d.ts +19 -0
- package/dist/types/ui-lib/src/components/Checkbox/checkbox.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Checkbox/index.d.ts +38 -0
- package/dist/types/ui-lib/src/components/Checkbox/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Clickable/Clickable.stories.d.ts +11 -0
- package/dist/types/ui-lib/src/components/Clickable/Clickable.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Clickable/clickable.recipe.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Clickable/clickable.recipe.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Clickable/clickable.types.d.ts +10 -0
- package/dist/types/ui-lib/src/components/Clickable/clickable.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Clickable/index.d.ts +29 -0
- package/dist/types/ui-lib/src/components/Clickable/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Dialog/Dialog.stories.d.ts +11 -0
- package/dist/types/ui-lib/src/components/Dialog/Dialog.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Dialog/dialog.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Dialog/dialog.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Dialog/dialog.types.d.ts +16 -0
- package/dist/types/ui-lib/src/components/Dialog/dialog.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Dialog/index.d.ts +61 -0
- package/dist/types/ui-lib/src/components/Dialog/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Dropdown/Dropdown.stories.d.ts +10 -0
- package/dist/types/ui-lib/src/components/Dropdown/Dropdown.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Dropdown/components/dropdownList.d.ts +34 -0
- package/dist/types/ui-lib/src/components/Dropdown/components/dropdownList.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Dropdown/components/dropdownMenu.d.ts +69 -0
- package/dist/types/ui-lib/src/components/Dropdown/components/dropdownMenu.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Dropdown/components/dropdownToggle.d.ts +120 -0
- package/dist/types/ui-lib/src/components/Dropdown/components/dropdownToggle.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Dropdown/dropdown.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Dropdown/dropdown.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Dropdown/index.d.ts +80 -0
- package/dist/types/ui-lib/src/components/Dropdown/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Dropdown/utils.d.ts +43 -0
- package/dist/types/ui-lib/src/components/Dropdown/utils.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/FormElement/FormElement.d.ts +33 -0
- package/dist/types/ui-lib/src/components/FormElement/FormElement.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/FormElement/FormElement.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/FormElement/FormElement.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/FormElement/FormElementGroup.d.ts +43 -0
- package/dist/types/ui-lib/src/components/FormElement/FormElementGroup.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/FormElement/FormElementGroup.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/FormElement/FormElementGroup.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/FormElement/formElement.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/FormElement/formElement.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/FormElement/formElement.types.d.ts +18 -0
- package/dist/types/ui-lib/src/components/FormElement/formElement.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Grid/Grid.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/Grid/Grid.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Grid/grid.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Grid/grid.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Grid/grid.types.d.ts +16 -0
- package/dist/types/ui-lib/src/components/Grid/grid.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Grid/index.d.ts +50 -0
- package/dist/types/ui-lib/src/components/Grid/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Icon/Icon.stories.d.ts +9 -0
- package/dist/types/ui-lib/src/components/Icon/Icon.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Icon/icon.recipe.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Icon/icon.recipe.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Icon/icon.types.d.ts +12 -0
- package/dist/types/ui-lib/src/components/Icon/icon.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Icon/iconsLib.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Icon/iconsLib.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Icon/index.d.ts +32 -0
- package/dist/types/ui-lib/src/components/Icon/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Input/Input.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/Input/Input.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Input/InputOnly.d.ts +51 -0
- package/dist/types/ui-lib/src/components/Input/InputOnly.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Input/index.d.ts +72 -0
- package/dist/types/ui-lib/src/components/Input/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Input/input.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Input/input.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Input/input.types.d.ts +37 -0
- package/dist/types/ui-lib/src/components/Input/input.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Label/Label.stories.d.ts +9 -0
- package/dist/types/ui-lib/src/components/Label/Label.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Label/index.d.ts +28 -0
- package/dist/types/ui-lib/src/components/Label/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Label/label.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Label/label.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Label/label.types.d.ts +8 -0
- package/dist/types/ui-lib/src/components/Label/label.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Loader/Loader.stories.d.ts +9 -0
- package/dist/types/ui-lib/src/components/Loader/Loader.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Loader/index.d.ts +36 -0
- package/dist/types/ui-lib/src/components/Loader/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Loader/loader.recipe.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Loader/loader.recipe.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Loader/loader.types.d.ts +9 -0
- package/dist/types/ui-lib/src/components/Loader/loader.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Responsive/context/responsiveContext.d.ts +10 -0
- package/dist/types/ui-lib/src/components/Responsive/context/responsiveContext.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Responsive/hoc/withBreakpoints.d.ts +12 -0
- package/dist/types/ui-lib/src/components/Responsive/hoc/withBreakpoints.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Responsive/index.d.ts +10 -0
- package/dist/types/ui-lib/src/components/Responsive/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Responsive/responsiveWrapper.d.ts +12 -0
- package/dist/types/ui-lib/src/components/Responsive/responsiveWrapper.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Responsive/types.d.ts +13 -0
- package/dist/types/ui-lib/src/components/Responsive/types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Responsive/utils/breakpoint.d.ts +5 -0
- package/dist/types/ui-lib/src/components/Responsive/utils/breakpoint.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Responsive/utils/helpers.d.ts +15 -0
- package/dist/types/ui-lib/src/components/Responsive/utils/helpers.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Select/Select.stories.d.ts +10 -0
- package/dist/types/ui-lib/src/components/Select/Select.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Select/SelectOnly.d.ts +3 -0
- package/dist/types/ui-lib/src/components/Select/SelectOnly.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Select/components/prefixSuffixRenderer.d.ts +12 -0
- package/dist/types/ui-lib/src/components/Select/components/prefixSuffixRenderer.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Select/index.d.ts +126 -0
- package/dist/types/ui-lib/src/components/Select/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Select/style/select.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Select/style/select.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Select/style/selectStyles.d.ts +78 -0
- package/dist/types/ui-lib/src/components/Select/style/selectStyles.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Separator/Separator.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/Separator/Separator.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Separator/index.d.ts +26 -0
- package/dist/types/ui-lib/src/components/Separator/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Separator/separator.recipe.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Separator/separator.recipe.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Separator/separator.types.d.ts +8 -0
- package/dist/types/ui-lib/src/components/Separator/separator.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Shimmer/Shimmer.stories.d.ts +9 -0
- package/dist/types/ui-lib/src/components/Shimmer/Shimmer.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Shimmer/index.d.ts +35 -0
- package/dist/types/ui-lib/src/components/Shimmer/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Shimmer/shimmer.types.d.ts +6 -0
- package/dist/types/ui-lib/src/components/Shimmer/shimmer.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Shimmer/styles.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Shimmer/styles.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Spacing/Spacing.stories.d.ts +8 -0
- package/dist/types/ui-lib/src/components/Spacing/Spacing.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Spacing/index.d.ts +5 -0
- package/dist/types/ui-lib/src/components/Spacing/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Spacing/spacing.types.d.ts +44 -0
- package/dist/types/ui-lib/src/components/Spacing/spacing.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Switch/Switch.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/Switch/Switch.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Switch/index.d.ts +28 -0
- package/dist/types/ui-lib/src/components/Switch/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Switch/switch.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Switch/switch.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Switch/switch.types.d.ts +10 -0
- package/dist/types/ui-lib/src/components/Switch/switch.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Tabs/Tabs.stories.d.ts +7 -0
- package/dist/types/ui-lib/src/components/Tabs/Tabs.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Tabs/index.d.ts +42 -0
- package/dist/types/ui-lib/src/components/Tabs/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Tabs/tabs.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Tabs/tabs.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Tabs/tabs.types.d.ts +16 -0
- package/dist/types/ui-lib/src/components/Tabs/tabs.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Tag/Tag.stories.d.ts +9 -0
- package/dist/types/ui-lib/src/components/Tag/Tag.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Tag/index.d.ts +42 -0
- package/dist/types/ui-lib/src/components/Tag/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Tag/tag.recipe.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Tag/tag.recipe.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Tag/tag.types.d.ts +15 -0
- package/dist/types/ui-lib/src/components/Tag/tag.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Text/Text.stories.d.ts +9 -0
- package/dist/types/ui-lib/src/components/Text/Text.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Text/index.d.ts +59 -0
- package/dist/types/ui-lib/src/components/Text/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Text/text.recipe.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Text/text.recipe.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Text/text.types.d.ts +24 -0
- package/dist/types/ui-lib/src/components/Text/text.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Tooltip/Tooltip.stories.d.ts +9 -0
- package/dist/types/ui-lib/src/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Tooltip/index.d.ts +44 -0
- package/dist/types/ui-lib/src/components/Tooltip/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Tooltip/tooltip.slot.d.ts +2 -0
- package/dist/types/ui-lib/src/components/Tooltip/tooltip.slot.d.ts.map +1 -0
- package/dist/types/ui-lib/src/components/Tooltip/tooltip.types.d.ts +10 -0
- package/dist/types/ui-lib/src/components/Tooltip/tooltip.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/hooks/usePagination.d.ts +10 -0
- package/dist/types/ui-lib/src/hooks/usePagination.d.ts.map +1 -0
- package/dist/types/ui-lib/src/index.d.ts +29 -0
- package/dist/types/ui-lib/src/index.d.ts.map +1 -0
- package/dist/types/ui-lib/src/main.d.ts +1 -0
- package/dist/types/ui-lib/src/main.d.ts.map +1 -0
- package/dist/types/ui-lib/src/theme/preset.d.ts +2 -0
- package/dist/types/ui-lib/src/theme/preset.d.ts.map +1 -0
- package/dist/types/ui-lib/src/theme/tokens/colors/colors.token.d.ts +181 -0
- package/dist/types/ui-lib/src/theme/tokens/colors/colors.token.d.ts.map +1 -0
- package/dist/types/ui-lib/src/theme/tokens/colors/semanticColors.token.d.ts +107 -0
- package/dist/types/ui-lib/src/theme/tokens/colors/semanticColors.token.d.ts.map +1 -0
- package/dist/types/ui-lib/src/theme/tokens/fontSizes.token.d.ts +67 -0
- package/dist/types/ui-lib/src/theme/tokens/fontSizes.token.d.ts.map +1 -0
- package/dist/types/ui-lib/src/theme/tokens/fontWeights.token.d.ts +16 -0
- package/dist/types/ui-lib/src/theme/tokens/fontWeights.token.d.ts.map +1 -0
- package/dist/types/ui-lib/src/theme/tokens/keyframes.d.ts +112 -0
- package/dist/types/ui-lib/src/theme/tokens/keyframes.d.ts.map +1 -0
- package/dist/types/ui-lib/src/theme/tokens/lineHeights.token.d.ts +16 -0
- package/dist/types/ui-lib/src/theme/tokens/lineHeights.token.d.ts.map +1 -0
- package/dist/types/ui-lib/src/theme/tokens/spacing.token.d.ts +199 -0
- package/dist/types/ui-lib/src/theme/tokens/spacing.token.d.ts.map +1 -0
- package/dist/types/ui-lib/src/theme/utilities/sizesCell.utility.d.ts +5 -0
- package/dist/types/ui-lib/src/theme/utilities/sizesCell.utility.d.ts.map +1 -0
- package/dist/types/ui-lib/src/types/dropdown.types.d.ts +110 -0
- package/dist/types/ui-lib/src/types/dropdown.types.d.ts.map +1 -0
- package/dist/types/ui-lib/src/types/select.types.d.ts +82 -0
- package/dist/types/ui-lib/src/types/select.types.d.ts.map +1 -0
- package/dist/vite.svg +1 -0
- package/package.json +117 -0
|
@@ -0,0 +1,1540 @@
|
|
|
1
|
+
function R(t) {
|
|
2
|
+
return typeof t == "object" && t != null && !Array.isArray(t);
|
|
3
|
+
}
|
|
4
|
+
var Ae = (t) => typeof t == "object" && t !== null;
|
|
5
|
+
function b(t) {
|
|
6
|
+
return Object.fromEntries(Object.entries(t ?? {}).filter(([e, r]) => r !== void 0));
|
|
7
|
+
}
|
|
8
|
+
var Ge = (t) => t === "base";
|
|
9
|
+
function Ke(t) {
|
|
10
|
+
return t.slice().filter((e) => !Ge(e));
|
|
11
|
+
}
|
|
12
|
+
function X(t) {
|
|
13
|
+
return String.fromCharCode(t + (t > 25 ? 39 : 97));
|
|
14
|
+
}
|
|
15
|
+
function Xe(t) {
|
|
16
|
+
let e = "", r;
|
|
17
|
+
for (r = Math.abs(t); r > 52; r = r / 52 | 0) e = X(r % 52) + e;
|
|
18
|
+
return X(r % 52) + e;
|
|
19
|
+
}
|
|
20
|
+
function Ye(t, e) {
|
|
21
|
+
let r = e.length;
|
|
22
|
+
for (; r; ) t = t * 33 ^ e.charCodeAt(--r);
|
|
23
|
+
return t;
|
|
24
|
+
}
|
|
25
|
+
function He(t) {
|
|
26
|
+
return Xe(Ye(5381, t) >>> 0);
|
|
27
|
+
}
|
|
28
|
+
var Lt = /\s*!(important)?/i;
|
|
29
|
+
function $e(t) {
|
|
30
|
+
return typeof t == "string" ? Lt.test(t) : !1;
|
|
31
|
+
}
|
|
32
|
+
function Ne(t) {
|
|
33
|
+
return typeof t == "string" ? t.replace(Lt, "").trim() : t;
|
|
34
|
+
}
|
|
35
|
+
function A(t) {
|
|
36
|
+
return typeof t == "string" ? t.replaceAll(" ", "_") : t;
|
|
37
|
+
}
|
|
38
|
+
var p = (t) => {
|
|
39
|
+
const e = /* @__PURE__ */ new Map();
|
|
40
|
+
return (...o) => {
|
|
41
|
+
const n = JSON.stringify(o);
|
|
42
|
+
if (e.has(n))
|
|
43
|
+
return e.get(n);
|
|
44
|
+
const a = t(...o);
|
|
45
|
+
return e.set(n, a), a;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
function G(...t) {
|
|
49
|
+
return t.reduce((e, r) => (r && Object.keys(r).forEach((o) => {
|
|
50
|
+
const n = e[o], a = r[o];
|
|
51
|
+
R(n) && R(a) ? e[o] = G(n, a) : e[o] = a;
|
|
52
|
+
}), e), {});
|
|
53
|
+
}
|
|
54
|
+
var qe = (t) => t != null;
|
|
55
|
+
function K(t, e, r = {}) {
|
|
56
|
+
const {
|
|
57
|
+
stop: o,
|
|
58
|
+
getKey: n
|
|
59
|
+
} = r;
|
|
60
|
+
function a(i, s = []) {
|
|
61
|
+
if (Ae(i)) {
|
|
62
|
+
const l = {};
|
|
63
|
+
for (const [c, d] of Object.entries(i)) {
|
|
64
|
+
const h = (n == null ? void 0 : n(c, d)) ?? c, S = [...s, h];
|
|
65
|
+
if (o != null && o(i, S))
|
|
66
|
+
return e(i, s);
|
|
67
|
+
const k = a(d, S);
|
|
68
|
+
qe(k) && (l[h] = k);
|
|
69
|
+
}
|
|
70
|
+
return l;
|
|
71
|
+
}
|
|
72
|
+
return e(i, s);
|
|
73
|
+
}
|
|
74
|
+
return a(t);
|
|
75
|
+
}
|
|
76
|
+
function Ue(t, e) {
|
|
77
|
+
return Array.isArray(t) ? t.map((r) => e(r)) : R(t) ? K(t, (r) => e(r)) : e(t);
|
|
78
|
+
}
|
|
79
|
+
function Ze(t, e) {
|
|
80
|
+
return t.reduce((r, o, n) => {
|
|
81
|
+
const a = e[n];
|
|
82
|
+
return o != null && (r[a] = o), r;
|
|
83
|
+
}, {});
|
|
84
|
+
}
|
|
85
|
+
function Dt(t, e, r = !0) {
|
|
86
|
+
const {
|
|
87
|
+
utility: o,
|
|
88
|
+
conditions: n
|
|
89
|
+
} = e, {
|
|
90
|
+
hasShorthand: a,
|
|
91
|
+
resolveShorthand: i
|
|
92
|
+
} = o;
|
|
93
|
+
return K(t, (s) => Array.isArray(s) ? Ze(s, n.breakpoints.keys) : s, {
|
|
94
|
+
stop: (s) => Array.isArray(s),
|
|
95
|
+
getKey: r ? (s) => a ? i(s) : s : void 0
|
|
96
|
+
});
|
|
97
|
+
}
|
|
98
|
+
var Je = {
|
|
99
|
+
shift: (t) => t,
|
|
100
|
+
finalize: (t) => t,
|
|
101
|
+
breakpoints: {
|
|
102
|
+
keys: []
|
|
103
|
+
}
|
|
104
|
+
}, Qe = (t) => typeof t == "string" ? t.replaceAll(/[\n\s]+/g, " ") : t;
|
|
105
|
+
function At(t) {
|
|
106
|
+
const {
|
|
107
|
+
utility: e,
|
|
108
|
+
hash: r,
|
|
109
|
+
conditions: o = Je
|
|
110
|
+
} = t, n = (i) => [e.prefix, i].filter(Boolean).join("-"), a = (i, s) => {
|
|
111
|
+
let l;
|
|
112
|
+
if (r) {
|
|
113
|
+
const c = [...o.finalize(i), s];
|
|
114
|
+
l = n(e.toHash(c, He));
|
|
115
|
+
} else
|
|
116
|
+
l = [...o.finalize(i), n(s)].join(":");
|
|
117
|
+
return l;
|
|
118
|
+
};
|
|
119
|
+
return p(({
|
|
120
|
+
base: i,
|
|
121
|
+
...s
|
|
122
|
+
} = {}) => {
|
|
123
|
+
const l = Object.assign(s, i), c = Dt(l, t), d = /* @__PURE__ */ new Set();
|
|
124
|
+
return K(c, (h, S) => {
|
|
125
|
+
if (h == null) return;
|
|
126
|
+
const k = $e(h), [v, ...C] = o.shift(S), V = Ke(C), P = e.transform(v, Ne(Qe(h)));
|
|
127
|
+
let B = a(V, P.className);
|
|
128
|
+
k && (B = `${B}!`), d.add(B);
|
|
129
|
+
}), Array.from(d).join(" ");
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
function tr(...t) {
|
|
133
|
+
return t.flat().filter((e) => R(e) && Object.keys(b(e)).length > 0);
|
|
134
|
+
}
|
|
135
|
+
function er(t) {
|
|
136
|
+
function e(n) {
|
|
137
|
+
const a = tr(...n);
|
|
138
|
+
return a.length === 1 ? a : a.map((i) => Dt(i, t));
|
|
139
|
+
}
|
|
140
|
+
function r(...n) {
|
|
141
|
+
return G(...e(n));
|
|
142
|
+
}
|
|
143
|
+
function o(...n) {
|
|
144
|
+
return Object.assign({}, ...e(n));
|
|
145
|
+
}
|
|
146
|
+
return {
|
|
147
|
+
mergeCss: p(r),
|
|
148
|
+
assignCss: o
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
var rr = /([A-Z])/g, or = /^ms-/, nr = p((t) => t.startsWith("--") ? t : t.replace(rr, "-$1").replace(or, "-ms-").toLowerCase()), ar = ["min", "max", "clamp", "calc"], ir = new RegExp(`^(${ar.join("|")})\\(.*\\)`), sr = (t) => typeof t == "string" && ir.test(t), lr = "cm,mm,Q,in,pc,pt,px,em,ex,ch,rem,lh,rlh,vw,vh,vmin,vmax,vb,vi,svw,svh,lvw,lvh,dvw,dvh,cqw,cqh,cqi,cqb,cqmin,cqmax,%", cr = `(?:${lr.split(",").join("|")})`, dr = new RegExp(`^[+-]?[0-9]*.?[0-9]+(?:[eE][+-]?[0-9]+)?${cr}$`), pr = (t) => typeof t == "string" && dr.test(t), gr = (t) => typeof t == "string" && /^var\(--.+\)$/.test(t), f = {
|
|
152
|
+
map: Ue,
|
|
153
|
+
isCssFunction: sr,
|
|
154
|
+
isCssVar: gr,
|
|
155
|
+
isCssUnit: pr
|
|
156
|
+
}, _ = (t, e) => {
|
|
157
|
+
if (!(t != null && t.defaultValues)) return e;
|
|
158
|
+
const r = typeof t.defaultValues == "function" ? t.defaultValues(e) : t.defaultValues;
|
|
159
|
+
return Object.assign({}, r, b(e));
|
|
160
|
+
}, Cn = (t = {}) => {
|
|
161
|
+
const e = (n) => {
|
|
162
|
+
var a;
|
|
163
|
+
return {
|
|
164
|
+
className: [t.className, n].filter(Boolean).join("__"),
|
|
165
|
+
base: ((a = t.base) == null ? void 0 : a[n]) ?? {},
|
|
166
|
+
variants: {},
|
|
167
|
+
defaultVariants: t.defaultVariants ?? {},
|
|
168
|
+
compoundVariants: t.compoundVariants ? y(t.compoundVariants, n) : []
|
|
169
|
+
};
|
|
170
|
+
}, o = (t.slots ?? []).map((n) => [n, e(n)]);
|
|
171
|
+
for (const [n, a] of Object.entries(t.variants ?? {}))
|
|
172
|
+
for (const [i, s] of Object.entries(a))
|
|
173
|
+
o.forEach(([l, c]) => {
|
|
174
|
+
var d;
|
|
175
|
+
(d = c.variants)[n] ?? (d[n] = {}), c.variants[n][i] = s[l] ?? {};
|
|
176
|
+
});
|
|
177
|
+
return Object.fromEntries(o);
|
|
178
|
+
}, y = (t, e) => t.filter((r) => r.css[e]).map((r) => ({
|
|
179
|
+
...r,
|
|
180
|
+
css: r.css[e]
|
|
181
|
+
}));
|
|
182
|
+
function g(t, ...e) {
|
|
183
|
+
const r = Object.getOwnPropertyDescriptors(t), o = Object.keys(r), n = (i) => {
|
|
184
|
+
const s = {};
|
|
185
|
+
for (let l = 0; l < i.length; l++) {
|
|
186
|
+
const c = i[l];
|
|
187
|
+
r[c] && (Object.defineProperty(s, c, r[c]), delete r[c]);
|
|
188
|
+
}
|
|
189
|
+
return s;
|
|
190
|
+
}, a = (i) => n(Array.isArray(i) ? i : o.filter(i));
|
|
191
|
+
return e.map(a).concat(n(o));
|
|
192
|
+
}
|
|
193
|
+
var L = (...t) => {
|
|
194
|
+
const e = t.reduce((r, o) => (o && o.forEach((n) => r.add(n)), r), /* @__PURE__ */ new Set([]));
|
|
195
|
+
return Array.from(e);
|
|
196
|
+
}, Gt = ["htmlSize", "htmlTranslate", "htmlWidth", "htmlHeight"];
|
|
197
|
+
function ur(t) {
|
|
198
|
+
return Gt.includes(t) ? t.replace("html", "").toLowerCase() : t;
|
|
199
|
+
}
|
|
200
|
+
function mr(t) {
|
|
201
|
+
return Object.fromEntries(Object.entries(t).map(([e, r]) => [ur(e), r]));
|
|
202
|
+
}
|
|
203
|
+
mr.keys = Gt;
|
|
204
|
+
const br = "_hover,_focus,_focusWithin,_focusVisible,_disabled,_active,_visited,_target,_readOnly,_readWrite,_empty,_checked,_enabled,_expanded,_highlighted,_before,_after,_firstLetter,_firstLine,_marker,_selection,_file,_backdrop,_first,_last,_only,_even,_odd,_firstOfType,_lastOfType,_onlyOfType,_peerFocus,_peerHover,_peerActive,_peerFocusWithin,_peerFocusVisible,_peerDisabled,_peerChecked,_peerInvalid,_peerExpanded,_peerPlaceholderShown,_groupFocus,_groupHover,_groupActive,_groupFocusWithin,_groupFocusVisible,_groupDisabled,_groupChecked,_groupExpanded,_groupInvalid,_indeterminate,_required,_valid,_invalid,_autofill,_inRange,_outOfRange,_placeholder,_placeholderShown,_pressed,_selected,_default,_optional,_open,_closed,_fullscreen,_loading,_currentPage,_currentStep,_motionReduce,_motionSafe,_print,_landscape,_portrait,_dark,_light,_osDark,_osLight,_highContrast,_lessContrast,_moreContrast,_ltr,_rtl,_scrollbar,_scrollbarThumb,_scrollbarTrack,_horizontal,_vertical,_starting,sm,smOnly,smDown,lg,lgOnly,lgDown,md,mdOnly,mdDown,xl,xlOnly,xlDown,2xl,2xlOnly,2xlDown,smToLg,smToMd,smToXl,smTo2xl,lgToMd,lgToXl,lgTo2xl,mdToXl,mdTo2xl,xlTo2xl,base", Kt = new Set(br.split(",")), fr = /^@|&|&$/;
|
|
205
|
+
function Y(t) {
|
|
206
|
+
return Kt.has(t) || fr.test(t);
|
|
207
|
+
}
|
|
208
|
+
const _r = /^_/, hr = /&|@/;
|
|
209
|
+
function Xt(t) {
|
|
210
|
+
return t.map((e) => Kt.has(e) ? e.replace(_r, "") : hr.test(e) ? `[${A(e.trim())}]` : e);
|
|
211
|
+
}
|
|
212
|
+
function Yt(t) {
|
|
213
|
+
return t.sort((e, r) => {
|
|
214
|
+
const o = Y(e), n = Y(r);
|
|
215
|
+
return o && !n ? 1 : !o && n ? -1 : 0;
|
|
216
|
+
});
|
|
217
|
+
}
|
|
218
|
+
const Sr = "aspectRatio:asp,boxDecorationBreak:bx-db,zIndex:z,boxSizing:bx-s,objectPosition:obj-p,objectFit:obj-f,overscrollBehavior:ovs-b,overscrollBehaviorX:ovs-bx,overscrollBehaviorY:ovs-by,position:pos/1,top:top,left:left,inset:inset,insetInline:inset-x/insetX,insetBlock:inset-y/insetY,insetBlockEnd:inset-be,insetBlockStart:inset-bs,insetInlineEnd:inset-e/insetEnd/end,insetInlineStart:inset-s/insetStart/start,right:right,bottom:bottom,float:float,visibility:vis,display:d,hideFrom:hide,hideBelow:show,flexBasis:flex-b,flex:flex,flexDirection:flex-d/flexDir,flexGrow:flex-g,flexShrink:flex-sh,gridTemplateColumns:grid-tc,gridTemplateRows:grid-tr,gridColumn:grid-c,gridRow:grid-r,gridColumnStart:grid-cs,gridColumnEnd:grid-ce,gridAutoFlow:grid-af,gridAutoColumns:grid-ac,gridAutoRows:grid-ar,gap:gap,gridGap:grid-g,gridRowGap:grid-rg,gridColumnGap:grid-cg,rowGap:rg,columnGap:cg,justifyContent:jc,alignContent:ac,alignItems:ai,alignSelf:as,padding:p/1,paddingLeft:pl/1,paddingRight:pr/1,paddingTop:pt/1,paddingBottom:pb/1,paddingBlock:py/1/paddingY,paddingBlockEnd:pbe,paddingBlockStart:pbs,paddingInline:px/paddingX/1,paddingInlineEnd:pe/1/paddingEnd,paddingInlineStart:ps/1/paddingStart,marginLeft:ml/1,marginRight:mr/1,marginTop:mt/1,marginBottom:mb/1,margin:m/1,marginBlock:my/1/marginY,marginBlockEnd:mbe,marginBlockStart:mbs,marginInline:mx/1/marginX,marginInlineEnd:me/1/marginEnd,marginInlineStart:ms/1/marginStart,spaceX:sx,spaceY:sy,outlineWidth:ring-w/ringWidth,outlineColor:ring-c/ringColor,outline:ring/1,outlineOffset:ring-o/ringOffset,divideX:dvd-x,divideY:dvd-y,divideColor:dvd-c,divideStyle:dvd-s,width:w/1,inlineSize:w-is,minWidth:min-w/minW,minInlineSize:min-w-is,maxWidth:max-w/maxW,maxInlineSize:max-w-is,height:h/1,blockSize:h-bs,minHeight:min-h/minH,minBlockSize:min-h-bs,maxHeight:max-h/maxH,maxBlockSize:max-b,color:c,fontFamily:ff,fontSize:fs,fontSizeAdjust:fs-a,fontPalette:fp,fontKerning:fk,fontFeatureSettings:ff-s,fontWeight:fw,fontSmoothing:fsmt,fontVariant:fv,fontVariantAlternates:fv-alt,fontVariantCaps:fv-caps,fontVariationSettings:fv-s,fontVariantNumeric:fv-num,letterSpacing:ls,lineHeight:lh,textAlign:ta,textDecoration:td,textDecorationColor:td-c,textEmphasisColor:te-c,textDecorationStyle:td-s,textDecorationThickness:td-t,textUnderlineOffset:tu-o,textTransform:tt,textIndent:ti,textShadow:tsh,textShadowColor:tsh-c/textShadowColor,textOverflow:tov,verticalAlign:va,wordBreak:wb,textWrap:tw,truncate:trunc,lineClamp:lc,listStyleType:li-t,listStylePosition:li-pos,listStyleImage:li-img,listStyle:li-s,backgroundPosition:bg-p/bgPosition,backgroundPositionX:bg-p-x/bgPositionX,backgroundPositionY:bg-p-y/bgPositionY,backgroundAttachment:bg-a/bgAttachment,backgroundClip:bg-cp/bgClip,background:bg/1,backgroundColor:bg-c/bgColor,backgroundOrigin:bg-o/bgOrigin,backgroundImage:bg-i/bgImage,backgroundRepeat:bg-r/bgRepeat,backgroundBlendMode:bg-bm/bgBlendMode,backgroundSize:bg-s/bgSize,backgroundGradient:bg-grad/bgGradient,textGradient:txt-grad,gradientFromPosition:grad-from-pos,gradientToPosition:grad-to-pos,gradientFrom:grad-from,gradientTo:grad-to,gradientVia:grad-via,gradientViaPosition:grad-via-pos,borderRadius:bdr/rounded,borderTopLeftRadius:bdr-tl/roundedTopLeft,borderTopRightRadius:bdr-tr/roundedTopRight,borderBottomRightRadius:bdr-br/roundedBottomRight,borderBottomLeftRadius:bdr-bl/roundedBottomLeft,borderTopRadius:bdr-t/roundedTop,borderRightRadius:bdr-r/roundedRight,borderBottomRadius:bdr-b/roundedBottom,borderLeftRadius:bdr-l/roundedLeft,borderStartStartRadius:bdr-ss/roundedStartStart,borderStartEndRadius:bdr-se/roundedStartEnd,borderStartRadius:bdr-s/roundedStart,borderEndStartRadius:bdr-es/roundedEndStart,borderEndEndRadius:bdr-ee/roundedEndEnd,borderEndRadius:bdr-e/roundedEnd,border:bd,borderWidth:bd-w,borderTopWidth:bd-t-w,borderLeftWidth:bd-l-w,borderRightWidth:bd-r-w,borderBottomWidth:bd-b-w,borderColor:bd-c,borderInline:bd-x/borderX,borderInlineWidth:bd-x-w/borderXWidth,borderInlineColor:bd-x-c/borderXColor,borderBlock:bd-y/borderY,borderBlockWidth:bd-y-w/borderYWidth,borderBlockColor:bd-y-c/borderYColor,borderLeft:bd-l,borderLeftColor:bd-l-c,borderInlineStart:bd-s/borderStart,borderInlineStartWidth:bd-s-w/borderStartWidth,borderInlineStartColor:bd-s-c/borderStartColor,borderRight:bd-r,borderRightColor:bd-r-c,borderInlineEnd:bd-e/borderEnd,borderInlineEndWidth:bd-e-w/borderEndWidth,borderInlineEndColor:bd-e-c/borderEndColor,borderTop:bd-t,borderTopColor:bd-t-c,borderBottom:bd-b,borderBottomColor:bd-b-c,borderBlockEnd:bd-be,borderBlockEndColor:bd-be-c,borderBlockStart:bd-bs,borderBlockStartColor:bd-bs-c,opacity:op,boxShadow:bx-sh/shadow,boxShadowColor:bx-sh-c/shadowColor,mixBlendMode:mix-bm,filter:filter,brightness:brightness,contrast:contrast,grayscale:grayscale,hueRotate:hue-rotate,invert:invert,saturate:saturate,sepia:sepia,dropShadow:drop-shadow,blur:blur,backdropFilter:bkdp,backdropBlur:bkdp-blur,backdropBrightness:bkdp-brightness,backdropContrast:bkdp-contrast,backdropGrayscale:bkdp-grayscale,backdropHueRotate:bkdp-hue-rotate,backdropInvert:bkdp-invert,backdropOpacity:bkdp-opacity,backdropSaturate:bkdp-saturate,backdropSepia:bkdp-sepia,borderCollapse:bd-cl,borderSpacing:bd-sp,borderSpacingX:bd-sx,borderSpacingY:bd-sy,tableLayout:tbl,transitionTimingFunction:trs-tmf,transitionDelay:trs-dly,transitionDuration:trs-dur,transitionProperty:trs-prop,transition:trs,animation:anim,animationName:anim-n,animationTimingFunction:anim-tmf,animationDuration:anim-dur,animationDelay:anim-dly,animationPlayState:anim-ps,animationComposition:anim-comp,animationFillMode:anim-fm,animationDirection:anim-dir,animationIterationCount:anim-ic,animationRange:anim-r,animationState:anim-s,animationRangeStart:anim-rs,animationRangeEnd:anim-re,animationTimeline:anim-tl,transformOrigin:trf-o,transformBox:trf-b,transformStyle:trf-s,transform:trf,rotate:rotate,rotateX:rotate-x,rotateY:rotate-y,rotateZ:rotate-z,scale:scale,scaleX:scale-x,scaleY:scale-y,translate:translate,translateX:translate-x/x,translateY:translate-y/y,translateZ:translate-z/z,accentColor:ac-c,caretColor:ca-c,scrollBehavior:scr-bhv,scrollbar:scr-bar,scrollbarColor:scr-bar-c,scrollbarGutter:scr-bar-g,scrollbarWidth:scr-bar-w,scrollMargin:scr-m,scrollMarginLeft:scr-ml,scrollMarginRight:scr-mr,scrollMarginTop:scr-mt,scrollMarginBottom:scr-mb,scrollMarginBlock:scr-my/scrollMarginY,scrollMarginBlockEnd:scr-mbe,scrollMarginBlockStart:scr-mbt,scrollMarginInline:scr-mx/scrollMarginX,scrollMarginInlineEnd:scr-me,scrollMarginInlineStart:scr-ms,scrollPadding:scr-p,scrollPaddingBlock:scr-py/scrollPaddingY,scrollPaddingBlockStart:scr-pbs,scrollPaddingBlockEnd:scr-pbe,scrollPaddingInline:scr-px/scrollPaddingX,scrollPaddingInlineEnd:scr-pe,scrollPaddingInlineStart:scr-ps,scrollPaddingLeft:scr-pl,scrollPaddingRight:scr-pr,scrollPaddingTop:scr-pt,scrollPaddingBottom:scr-pb,scrollSnapAlign:scr-sa,scrollSnapStop:scrs-s,scrollSnapType:scrs-t,scrollSnapStrictness:scrs-strt,scrollSnapMargin:scrs-m,scrollSnapMarginTop:scrs-mt,scrollSnapMarginBottom:scrs-mb,scrollSnapMarginLeft:scrs-ml,scrollSnapMarginRight:scrs-mr,scrollSnapCoordinate:scrs-c,scrollSnapDestination:scrs-d,scrollSnapPointsX:scrs-px,scrollSnapPointsY:scrs-py,scrollSnapTypeX:scrs-tx,scrollSnapTypeY:scrs-ty,scrollTimeline:scrtl,scrollTimelineAxis:scrtl-a,scrollTimelineName:scrtl-n,touchAction:tch-a,userSelect:us,overflow:ov,overflowWrap:ov-wrap,overflowX:ov-x,overflowY:ov-y,overflowAnchor:ov-a,overflowBlock:ov-b,overflowInline:ov-i,overflowClipBox:ovcp-bx,overflowClipMargin:ovcp-m,overscrollBehaviorBlock:ovs-bb,overscrollBehaviorInline:ovs-bi,fill:fill,stroke:stk,strokeWidth:stk-w,strokeDasharray:stk-dsh,strokeDashoffset:stk-do,strokeLinecap:stk-lc,strokeLinejoin:stk-lj,strokeMiterlimit:stk-ml,strokeOpacity:stk-op,srOnly:sr,debug:debug,appearance:ap,backfaceVisibility:bfv,clipPath:cp-path,hyphens:hy,mask:msk,maskImage:msk-i,maskSize:msk-s,textSizeAdjust:txt-adj,container:cq,containerName:cq-n,containerType:cq-t", Ht = /* @__PURE__ */ new Map(), $t = /* @__PURE__ */ new Map();
|
|
219
|
+
Sr.split(",").forEach((t) => {
|
|
220
|
+
const [e, r] = t.split(":"), [o, ...n] = r.split("/");
|
|
221
|
+
Ht.set(e, o), n.length && n.forEach((a) => {
|
|
222
|
+
$t.set(a === "1" ? o : a, e);
|
|
223
|
+
});
|
|
224
|
+
});
|
|
225
|
+
const H = (t) => $t.get(t) || t, Nt = {
|
|
226
|
+
conditions: {
|
|
227
|
+
shift: Yt,
|
|
228
|
+
finalize: Xt,
|
|
229
|
+
breakpoints: {
|
|
230
|
+
keys: ["base", "sm", "lg", "md", "xl", "2xl"]
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
utility: {
|
|
234
|
+
transform: (t, e) => {
|
|
235
|
+
const r = H(t);
|
|
236
|
+
return {
|
|
237
|
+
className: `${Ht.get(r) || nr(r)}_${A(e)}`
|
|
238
|
+
};
|
|
239
|
+
},
|
|
240
|
+
hasShorthand: !0,
|
|
241
|
+
toHash: (t, e) => e(t.join(":")),
|
|
242
|
+
resolveShorthand: H
|
|
243
|
+
}
|
|
244
|
+
}, yr = At(Nt), m = (...t) => yr(w(...t));
|
|
245
|
+
m.raw = (...t) => w(...t);
|
|
246
|
+
const {
|
|
247
|
+
mergeCss: w,
|
|
248
|
+
assignCss: wn
|
|
249
|
+
} = er(Nt), $ = (t) => ({
|
|
250
|
+
base: {},
|
|
251
|
+
variants: {},
|
|
252
|
+
defaultVariants: {},
|
|
253
|
+
compoundVariants: [],
|
|
254
|
+
...t
|
|
255
|
+
});
|
|
256
|
+
function kr(t) {
|
|
257
|
+
const {
|
|
258
|
+
base: e,
|
|
259
|
+
variants: r,
|
|
260
|
+
defaultVariants: o,
|
|
261
|
+
compoundVariants: n
|
|
262
|
+
} = $(t), a = (S) => ({
|
|
263
|
+
...o,
|
|
264
|
+
...b(S)
|
|
265
|
+
});
|
|
266
|
+
function i(S = {}) {
|
|
267
|
+
var V;
|
|
268
|
+
const k = a(S);
|
|
269
|
+
let v = {
|
|
270
|
+
...e
|
|
271
|
+
};
|
|
272
|
+
for (const [P, B] of Object.entries(k))
|
|
273
|
+
(V = r[P]) != null && V[B] && (v = w(v, r[P][B]));
|
|
274
|
+
const C = D(n, k);
|
|
275
|
+
return w(v, C);
|
|
276
|
+
}
|
|
277
|
+
function s(S) {
|
|
278
|
+
const k = $(S.config), v = L(S.variantKeys, Object.keys(r));
|
|
279
|
+
return kr({
|
|
280
|
+
base: w(e, k.base),
|
|
281
|
+
variants: Object.fromEntries(v.map((C) => [C, w(r[C], k.variants[C])])),
|
|
282
|
+
defaultVariants: G(o, k.defaultVariants),
|
|
283
|
+
compoundVariants: [...n, ...k.compoundVariants]
|
|
284
|
+
});
|
|
285
|
+
}
|
|
286
|
+
function l(S) {
|
|
287
|
+
return m(i(S));
|
|
288
|
+
}
|
|
289
|
+
const c = Object.keys(r);
|
|
290
|
+
function d(S) {
|
|
291
|
+
return g(S, c);
|
|
292
|
+
}
|
|
293
|
+
const h = Object.fromEntries(Object.entries(r).map(([S, k]) => [S, Object.keys(k)]));
|
|
294
|
+
return Object.assign(p(l), {
|
|
295
|
+
__cva__: !0,
|
|
296
|
+
variantMap: h,
|
|
297
|
+
variantKeys: c,
|
|
298
|
+
raw: i,
|
|
299
|
+
config: t,
|
|
300
|
+
merge: s,
|
|
301
|
+
splitVariantProps: d,
|
|
302
|
+
getVariantProps: a
|
|
303
|
+
});
|
|
304
|
+
}
|
|
305
|
+
function D(t, e) {
|
|
306
|
+
let r = {};
|
|
307
|
+
return t.forEach((o) => {
|
|
308
|
+
Object.entries(o).every(([a, i]) => a === "css" ? !0 : (Array.isArray(i) ? i : [i]).some((l) => e[a] === l)) && (r = w(r, o.css));
|
|
309
|
+
}), r;
|
|
310
|
+
}
|
|
311
|
+
function xr(t, e, r, o) {
|
|
312
|
+
if (e.length > 0 && typeof (r == null ? void 0 : r[o]) == "object")
|
|
313
|
+
throw new Error(`[recipe:${t}:${o}] Conditions are not supported when using compound variants.`);
|
|
314
|
+
}
|
|
315
|
+
function qt() {
|
|
316
|
+
let t = "", e = 0, r;
|
|
317
|
+
for (; e < arguments.length; )
|
|
318
|
+
(r = arguments[e++]) && typeof r == "string" && (t && (t += " "), t += r);
|
|
319
|
+
return t;
|
|
320
|
+
}
|
|
321
|
+
const u = (t, e, r) => {
|
|
322
|
+
const o = (a) => ({
|
|
323
|
+
[t]: "__ignore__",
|
|
324
|
+
...e,
|
|
325
|
+
...b(a)
|
|
326
|
+
});
|
|
327
|
+
return {
|
|
328
|
+
recipeFn: (a, i = !0) => {
|
|
329
|
+
const l = At({
|
|
330
|
+
conditions: {
|
|
331
|
+
shift: Yt,
|
|
332
|
+
finalize: Xt,
|
|
333
|
+
breakpoints: {
|
|
334
|
+
keys: ["base", "sm", "lg", "md", "xl", "2xl"]
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
utility: {
|
|
338
|
+
toHash: (d, h) => h(d.join(":")),
|
|
339
|
+
transform: (d, h) => (xr(t, r, a, d), h === "__ignore__" ? {
|
|
340
|
+
className: t
|
|
341
|
+
} : (h = A(h), {
|
|
342
|
+
className: `${t}--${d}_${h}`
|
|
343
|
+
}))
|
|
344
|
+
}
|
|
345
|
+
}), c = o(a);
|
|
346
|
+
if (i) {
|
|
347
|
+
const d = D(r, c);
|
|
348
|
+
return qt(l(c), m(d));
|
|
349
|
+
}
|
|
350
|
+
return l(c);
|
|
351
|
+
},
|
|
352
|
+
getVariantProps: o,
|
|
353
|
+
__getCompoundVariantCss__: (a) => D(r, o(a))
|
|
354
|
+
};
|
|
355
|
+
}, x = (t, e) => {
|
|
356
|
+
if (t && !e) return t;
|
|
357
|
+
if (!t && e) return e;
|
|
358
|
+
const r = (...a) => qt(t(...a), e(...a)), o = L(t.variantKeys, e.variantKeys), n = o.reduce((a, i) => (a[i] = L(t.variantMap[i], e.variantMap[i]), a), {});
|
|
359
|
+
return Object.assign(r, {
|
|
360
|
+
__recipe__: !0,
|
|
361
|
+
__name__: `${t.__name__} ${e.__name__}`,
|
|
362
|
+
raw: (a) => a,
|
|
363
|
+
variantKeys: o,
|
|
364
|
+
variantMap: n,
|
|
365
|
+
splitVariantProps(a) {
|
|
366
|
+
return g(a, o);
|
|
367
|
+
}
|
|
368
|
+
});
|
|
369
|
+
}, I = /* @__PURE__ */ u("tagRecipe", {
|
|
370
|
+
color: "blue",
|
|
371
|
+
size: "default",
|
|
372
|
+
shape: "rounded"
|
|
373
|
+
}, []), Ut = {
|
|
374
|
+
shape: ["rounded", "squared"],
|
|
375
|
+
size: ["default", "large"],
|
|
376
|
+
icon: ["true"],
|
|
377
|
+
color: ["blue", "gray", "orange", "red", "green", "blueLight", "grayLight", "orangeLight", "redLight", "greenLight"],
|
|
378
|
+
noSpacing: ["true"]
|
|
379
|
+
}, N = Object.keys(Ut), Bn = /* @__PURE__ */ Object.assign(p(I.recipeFn), {
|
|
380
|
+
__recipe__: !0,
|
|
381
|
+
__name__: "tagRecipe",
|
|
382
|
+
__getCompoundVariantCss__: I.__getCompoundVariantCss__,
|
|
383
|
+
raw: (t) => t,
|
|
384
|
+
variantKeys: N,
|
|
385
|
+
variantMap: Ut,
|
|
386
|
+
merge(t) {
|
|
387
|
+
return x(this, t);
|
|
388
|
+
},
|
|
389
|
+
splitVariantProps(t) {
|
|
390
|
+
return g(t, N);
|
|
391
|
+
},
|
|
392
|
+
getVariantProps: I.getVariantProps
|
|
393
|
+
}), O = /* @__PURE__ */ u("text-recipe", {
|
|
394
|
+
size: "regular",
|
|
395
|
+
color: "gray"
|
|
396
|
+
}, []), Zt = {
|
|
397
|
+
textAlign: ["right", "center", "left"],
|
|
398
|
+
textDecoration: ["underline"],
|
|
399
|
+
fontRaleway: ["true"],
|
|
400
|
+
error: ["true"],
|
|
401
|
+
size: ["xLarge", "large", "regular", "small", "micro"],
|
|
402
|
+
fontWeight: ["bold", "light", "semibold"],
|
|
403
|
+
color: ["mono", "gray", "inverse", "light", "muted", "secondary", "primary", "positive"],
|
|
404
|
+
lineHeight: ["tall", "short"],
|
|
405
|
+
inline: ["true"],
|
|
406
|
+
nowrap: ["true"],
|
|
407
|
+
disabled: ["true"],
|
|
408
|
+
collapsed: ["true"],
|
|
409
|
+
header: ["true"]
|
|
410
|
+
}, q = Object.keys(Zt), Vn = /* @__PURE__ */ Object.assign(p(O.recipeFn), {
|
|
411
|
+
__recipe__: !0,
|
|
412
|
+
__name__: "textRecipe",
|
|
413
|
+
__getCompoundVariantCss__: O.__getCompoundVariantCss__,
|
|
414
|
+
raw: (t) => t,
|
|
415
|
+
variantKeys: q,
|
|
416
|
+
variantMap: Zt,
|
|
417
|
+
merge(t) {
|
|
418
|
+
return x(this, t);
|
|
419
|
+
},
|
|
420
|
+
splitVariantProps(t) {
|
|
421
|
+
return g(t, q);
|
|
422
|
+
},
|
|
423
|
+
getVariantProps: O.getVariantProps
|
|
424
|
+
}), E = /* @__PURE__ */ u("icon-recipe", {
|
|
425
|
+
color: "secondary",
|
|
426
|
+
size: "default"
|
|
427
|
+
}, []), Jt = {
|
|
428
|
+
color: ["mono", "white", "muted", "secondary", "blueLight", "grayLight", "redLight", "primary", "text", "orangeLight", "greenLight"],
|
|
429
|
+
size: ["micro", "huge", "small", "large", "default"]
|
|
430
|
+
}, U = Object.keys(Jt), Pn = /* @__PURE__ */ Object.assign(p(E.recipeFn), {
|
|
431
|
+
__recipe__: !0,
|
|
432
|
+
__name__: "icon",
|
|
433
|
+
__getCompoundVariantCss__: E.__getCompoundVariantCss__,
|
|
434
|
+
raw: (t) => t,
|
|
435
|
+
variantKeys: U,
|
|
436
|
+
variantMap: Jt,
|
|
437
|
+
merge(t) {
|
|
438
|
+
return x(this, t);
|
|
439
|
+
},
|
|
440
|
+
splitVariantProps(t) {
|
|
441
|
+
return g(t, U);
|
|
442
|
+
},
|
|
443
|
+
getVariantProps: E.getVariantProps
|
|
444
|
+
}), M = /* @__PURE__ */ u("Block", {
|
|
445
|
+
background: "white",
|
|
446
|
+
border: "gray"
|
|
447
|
+
}, []), Qt = {
|
|
448
|
+
background: ["white", "gray", "blue", "transparent"],
|
|
449
|
+
border: ["noBorder", "gray", "blue", "borderTop"],
|
|
450
|
+
alignItems: ["center", "end", "start", "baseline", "stretch"],
|
|
451
|
+
padding: ["noVerticalPadding", "noPadding", "largePadding", "microPadding", "smallPadding"],
|
|
452
|
+
relative: ["true"],
|
|
453
|
+
justifyContent: ["justifyCenter", "justifyEnd", "justifyStart"],
|
|
454
|
+
direction: ["row", "column"],
|
|
455
|
+
fullHeight: ["true"],
|
|
456
|
+
radius: ["true", "false"]
|
|
457
|
+
}, Z = Object.keys(Qt), Rn = /* @__PURE__ */ Object.assign(p(M.recipeFn), {
|
|
458
|
+
__recipe__: !0,
|
|
459
|
+
__name__: "block",
|
|
460
|
+
__getCompoundVariantCss__: M.__getCompoundVariantCss__,
|
|
461
|
+
raw: (t) => t,
|
|
462
|
+
variantKeys: Z,
|
|
463
|
+
variantMap: Qt,
|
|
464
|
+
merge(t) {
|
|
465
|
+
return x(this, t);
|
|
466
|
+
},
|
|
467
|
+
splitVariantProps(t) {
|
|
468
|
+
return g(t, Z);
|
|
469
|
+
},
|
|
470
|
+
getVariantProps: M.getVariantProps
|
|
471
|
+
}), T = /* @__PURE__ */ u("clickable", {}, []), te = {
|
|
472
|
+
disabled: ["true"],
|
|
473
|
+
inverse: ["true"],
|
|
474
|
+
rectangular: ["true"]
|
|
475
|
+
}, J = Object.keys(te), In = /* @__PURE__ */ Object.assign(p(T.recipeFn), {
|
|
476
|
+
__recipe__: !0,
|
|
477
|
+
__name__: "clickableRecipe",
|
|
478
|
+
__getCompoundVariantCss__: T.__getCompoundVariantCss__,
|
|
479
|
+
raw: (t) => t,
|
|
480
|
+
variantKeys: J,
|
|
481
|
+
variantMap: te,
|
|
482
|
+
merge(t) {
|
|
483
|
+
return x(this, t);
|
|
484
|
+
},
|
|
485
|
+
splitVariantProps(t) {
|
|
486
|
+
return g(t, J);
|
|
487
|
+
},
|
|
488
|
+
getVariantProps: T.getVariantProps
|
|
489
|
+
}), j = /* @__PURE__ */ u("loader", {
|
|
490
|
+
size: "small",
|
|
491
|
+
color: "primary"
|
|
492
|
+
}, []), ee = {
|
|
493
|
+
size: ["small", "large"],
|
|
494
|
+
color: ["mono", "primary", "secondary"],
|
|
495
|
+
second: ["true"],
|
|
496
|
+
third: ["true"]
|
|
497
|
+
}, Q = Object.keys(ee), On = /* @__PURE__ */ Object.assign(p(j.recipeFn), {
|
|
498
|
+
__recipe__: !0,
|
|
499
|
+
__name__: "loader",
|
|
500
|
+
__getCompoundVariantCss__: j.__getCompoundVariantCss__,
|
|
501
|
+
raw: (t) => t,
|
|
502
|
+
variantKeys: Q,
|
|
503
|
+
variantMap: ee,
|
|
504
|
+
merge(t) {
|
|
505
|
+
return x(this, t);
|
|
506
|
+
},
|
|
507
|
+
splitVariantProps(t) {
|
|
508
|
+
return g(t, Q);
|
|
509
|
+
},
|
|
510
|
+
getVariantProps: j.getVariantProps
|
|
511
|
+
}), F = /* @__PURE__ */ u("separator", {
|
|
512
|
+
orientation: "horizontal"
|
|
513
|
+
}, []), re = {
|
|
514
|
+
orientation: ["horizontal", "vertical"],
|
|
515
|
+
marginHorizontal: ["micro", "small", "medium", "large", "xLarge"],
|
|
516
|
+
marginVertical: ["micro", "small", "medium", "large", "xLarge"]
|
|
517
|
+
}, tt = Object.keys(re), En = /* @__PURE__ */ Object.assign(p(F.recipeFn), {
|
|
518
|
+
__recipe__: !0,
|
|
519
|
+
__name__: "separator",
|
|
520
|
+
__getCompoundVariantCss__: F.__getCompoundVariantCss__,
|
|
521
|
+
raw: (t) => t,
|
|
522
|
+
variantKeys: tt,
|
|
523
|
+
variantMap: re,
|
|
524
|
+
merge(t) {
|
|
525
|
+
return x(this, t);
|
|
526
|
+
},
|
|
527
|
+
splitVariantProps(t) {
|
|
528
|
+
return g(t, tt);
|
|
529
|
+
},
|
|
530
|
+
getVariantProps: F.getVariantProps
|
|
531
|
+
}), W = /* @__PURE__ */ u("Anchor", {}, []), oe = {
|
|
532
|
+
underlined: ["true"],
|
|
533
|
+
disabled: ["true"]
|
|
534
|
+
}, et = Object.keys(oe), Mn = /* @__PURE__ */ Object.assign(p(W.recipeFn), {
|
|
535
|
+
__recipe__: !0,
|
|
536
|
+
__name__: "anchor",
|
|
537
|
+
__getCompoundVariantCss__: W.__getCompoundVariantCss__,
|
|
538
|
+
raw: (t) => t,
|
|
539
|
+
variantKeys: et,
|
|
540
|
+
variantMap: oe,
|
|
541
|
+
merge(t) {
|
|
542
|
+
return x(this, t);
|
|
543
|
+
},
|
|
544
|
+
splitVariantProps(t) {
|
|
545
|
+
return g(t, et);
|
|
546
|
+
},
|
|
547
|
+
getVariantProps: W.getVariantProps
|
|
548
|
+
}), z = /* @__PURE__ */ u("Cell", {}, []), ne = {
|
|
549
|
+
fullHeight: ["true"],
|
|
550
|
+
fullHeightOnMedium: ["true"],
|
|
551
|
+
fullHeightOnLarge: ["true"],
|
|
552
|
+
fullHeightOnXlarge: ["true"],
|
|
553
|
+
microSpacing: ["true"],
|
|
554
|
+
smallPadding: ["true"],
|
|
555
|
+
largeSpacing: ["true"],
|
|
556
|
+
verticalSpacing: ["true"],
|
|
557
|
+
microVerticalSpacing: ["true"],
|
|
558
|
+
smallVerticalSpacing: ["true"],
|
|
559
|
+
largeVerticalSpacing: ["true"],
|
|
560
|
+
noSpacing: ["true"],
|
|
561
|
+
auto: ["true"],
|
|
562
|
+
autoOnMedium: ["true"],
|
|
563
|
+
autoOnLarge: ["true"],
|
|
564
|
+
autoOnXlarge: ["true"],
|
|
565
|
+
shrink: ["true"],
|
|
566
|
+
shrinkOnMedium: ["true"],
|
|
567
|
+
shrinkOnLarge: ["true"],
|
|
568
|
+
shrinkOnXlarge: ["true"],
|
|
569
|
+
fit: ["true"],
|
|
570
|
+
fitOnMedium: ["true"],
|
|
571
|
+
fitOnLarge: ["true"],
|
|
572
|
+
fitOnXlarge: ["true"],
|
|
573
|
+
grow: ["true"],
|
|
574
|
+
growOnMedium: ["true"],
|
|
575
|
+
growOnLarge: ["true"],
|
|
576
|
+
growOnXlarge: ["true"],
|
|
577
|
+
scroll: ["true"],
|
|
578
|
+
relative: ["true"]
|
|
579
|
+
}, rt = Object.keys(ne), Tn = /* @__PURE__ */ Object.assign(p(z.recipeFn), {
|
|
580
|
+
__recipe__: !0,
|
|
581
|
+
__name__: "cell",
|
|
582
|
+
__getCompoundVariantCss__: z.__getCompoundVariantCss__,
|
|
583
|
+
raw: (t) => t,
|
|
584
|
+
variantKeys: rt,
|
|
585
|
+
variantMap: ne,
|
|
586
|
+
merge(t) {
|
|
587
|
+
return x(this, t);
|
|
588
|
+
},
|
|
589
|
+
splitVariantProps(t) {
|
|
590
|
+
return g(t, rt);
|
|
591
|
+
},
|
|
592
|
+
getVariantProps: z.getVariantProps
|
|
593
|
+
}), ae = {}, vr = [], Cr = [["root", "avatar__root"], ["image", "avatar__image"], ["fallback", "avatar__fallback"]], wr = /* @__PURE__ */ Cr.map(([t, e]) => [t, u(e, ae, y(vr, t))]), Br = p((t = {}) => Object.fromEntries(wr.map(([e, r]) => [e, r.recipeFn(t)]))), ot = ["inline", "size", "shape"], Vr = (t) => ({
|
|
594
|
+
...ae,
|
|
595
|
+
...b(t)
|
|
596
|
+
}), jn = /* @__PURE__ */ Object.assign(Br, {
|
|
597
|
+
__recipe__: !1,
|
|
598
|
+
__name__: "avatar",
|
|
599
|
+
raw: (t) => t,
|
|
600
|
+
variantKeys: ot,
|
|
601
|
+
variantMap: {
|
|
602
|
+
inline: ["true"],
|
|
603
|
+
size: ["micro", "small", "medium", "large"],
|
|
604
|
+
shape: ["default", "square"]
|
|
605
|
+
},
|
|
606
|
+
splitVariantProps(t) {
|
|
607
|
+
return g(t, ot);
|
|
608
|
+
},
|
|
609
|
+
getVariantProps: Vr
|
|
610
|
+
}), ie = {}, Pr = [], Rr = [["root", "tooltip__root"], ["trigger", "tooltip__trigger"], ["content", "tooltip__content"], ["arrow", "tooltip__arrow"]], Ir = /* @__PURE__ */ Rr.map(([t, e]) => [t, u(e, ie, y(Pr, t))]), Or = p((t = {}) => Object.fromEntries(Ir.map(([e, r]) => [e, r.recipeFn(t)]))), nt = [], Er = (t) => ({
|
|
611
|
+
...ie,
|
|
612
|
+
...b(t)
|
|
613
|
+
}), Fn = /* @__PURE__ */ Object.assign(Or, {
|
|
614
|
+
__recipe__: !1,
|
|
615
|
+
__name__: "tooltip",
|
|
616
|
+
raw: (t) => t,
|
|
617
|
+
variantKeys: nt,
|
|
618
|
+
variantMap: {},
|
|
619
|
+
splitVariantProps(t) {
|
|
620
|
+
return g(t, nt);
|
|
621
|
+
},
|
|
622
|
+
getVariantProps: Er
|
|
623
|
+
}), se = {
|
|
624
|
+
size: "default",
|
|
625
|
+
shape: "default",
|
|
626
|
+
padding: "default",
|
|
627
|
+
fullHeight: !1
|
|
628
|
+
}, Mr = [], Tr = [["root", "dialog__root"], ["close", "dialog__close"], ["title", "dialog__title"], ["portal", "dialog__portal"], ["header", "dialog__header"], ["footer", "dialog__footer"], ["trigger", "dialog__trigger"], ["overlay", "dialog__overlay"], ["content", "dialog__content"], ["description", "dialog__description"]], jr = /* @__PURE__ */ Tr.map(([t, e]) => [t, u(e, se, y(Mr, t))]), Fr = p((t = {}) => Object.fromEntries(jr.map(([e, r]) => [e, r.recipeFn(t)]))), at = ["size", "padding", "shape", "fullHeight"], Wr = (t) => ({
|
|
629
|
+
...se,
|
|
630
|
+
...b(t)
|
|
631
|
+
}), Wn = /* @__PURE__ */ Object.assign(Fr, {
|
|
632
|
+
__recipe__: !1,
|
|
633
|
+
__name__: "dialog",
|
|
634
|
+
raw: (t) => t,
|
|
635
|
+
variantKeys: at,
|
|
636
|
+
variantMap: {
|
|
637
|
+
size: ["default", "medium", "micro", "small", "large", "xlarge", "fullScreen"],
|
|
638
|
+
padding: ["micro", "small", "default", "large", "xLarge"],
|
|
639
|
+
shape: ["default", "noBorder"],
|
|
640
|
+
fullHeight: ["true"]
|
|
641
|
+
},
|
|
642
|
+
splitVariantProps(t) {
|
|
643
|
+
return g(t, at);
|
|
644
|
+
},
|
|
645
|
+
getVariantProps: Wr
|
|
646
|
+
}), le = {
|
|
647
|
+
flexWrap: "wrap",
|
|
648
|
+
flexDirection: "row"
|
|
649
|
+
}, zr = [], Lr = [["root", "grid__root"], ["content", "grid__content"]], Dr = /* @__PURE__ */ Lr.map(([t, e]) => [t, u(e, le, y(zr, t))]), Ar = p((t = {}) => Object.fromEntries(Dr.map(([e, r]) => [e, r.recipeFn(t)]))), it = ["fullHeight", "gap", "flexDirection", "justifyContent", "alignItems", "flexWrap", "spacing"], Gr = (t) => ({
|
|
650
|
+
...le,
|
|
651
|
+
...b(t)
|
|
652
|
+
}), zn = /* @__PURE__ */ Object.assign(Ar, {
|
|
653
|
+
__recipe__: !1,
|
|
654
|
+
__name__: "gridSlot",
|
|
655
|
+
raw: (t) => t,
|
|
656
|
+
variantKeys: it,
|
|
657
|
+
variantMap: {
|
|
658
|
+
fullHeight: ["true"],
|
|
659
|
+
gap: ["micro", "small", "medium", "large", "xlarge"],
|
|
660
|
+
flexDirection: ["row", "column", "rowReverse", "columnReverse"],
|
|
661
|
+
justifyContent: ["end", "center", "start", "between"],
|
|
662
|
+
alignItems: ["end", "center", "stretch", "start", "baseline"],
|
|
663
|
+
flexWrap: ["wrap", "noWrap", "wrapReverse"],
|
|
664
|
+
spacing: ["resetSpacing", "resetLargeSpacing", "resetMicroSpacing", "resetSmallSpacing"]
|
|
665
|
+
},
|
|
666
|
+
splitVariantProps(t) {
|
|
667
|
+
return g(t, it);
|
|
668
|
+
},
|
|
669
|
+
getVariantProps: Gr
|
|
670
|
+
}), ce = {}, Kr = [], Xr = [["root", "tabsSlot__root"], ["list", "tabsSlot__list"], ["trigger", "tabsSlot__trigger"], ["content", "tabsSlot__content"]], Yr = /* @__PURE__ */ Xr.map(([t, e]) => [t, u(e, ce, y(Kr, t))]), Hr = p((t = {}) => Object.fromEntries(Yr.map(([e, r]) => [e, r.recipeFn(t)]))), st = ["btnIcon"], $r = (t) => ({
|
|
671
|
+
...ce,
|
|
672
|
+
...b(t)
|
|
673
|
+
}), Ln = /* @__PURE__ */ Object.assign(Hr, {
|
|
674
|
+
__recipe__: !1,
|
|
675
|
+
__name__: "tabsSlot",
|
|
676
|
+
raw: (t) => t,
|
|
677
|
+
variantKeys: st,
|
|
678
|
+
variantMap: {
|
|
679
|
+
btnIcon: ["true"]
|
|
680
|
+
},
|
|
681
|
+
splitVariantProps(t) {
|
|
682
|
+
return g(t, st);
|
|
683
|
+
},
|
|
684
|
+
getVariantProps: $r
|
|
685
|
+
}), de = {}, Nr = [], qr = [["root", "switchRecipe__root"], ["thumb", "switchRecipe__thumb"], ["container", "switchRecipe__container"], ["content", "switchRecipe__content"], ["label", "switchRecipe__label"], ["subtitle", "switchRecipe__subtitle"]], Ur = /* @__PURE__ */ qr.map(([t, e]) => [t, u(e, de, y(Nr, t))]), Zr = p((t = {}) => Object.fromEntries(Ur.map(([e, r]) => [e, r.recipeFn(t)]))), lt = [], Jr = (t) => ({
|
|
686
|
+
...de,
|
|
687
|
+
...b(t)
|
|
688
|
+
}), Dn = /* @__PURE__ */ Object.assign(Zr, {
|
|
689
|
+
__recipe__: !1,
|
|
690
|
+
__name__: "switchSlot",
|
|
691
|
+
raw: (t) => t,
|
|
692
|
+
variantKeys: lt,
|
|
693
|
+
variantMap: {},
|
|
694
|
+
splitVariantProps(t) {
|
|
695
|
+
return g(t, lt);
|
|
696
|
+
},
|
|
697
|
+
getVariantProps: Jr
|
|
698
|
+
}), pe = {}, Qr = [], to = [["root", "accordion__root"], ["item", "accordion__item"], ["header", "accordion__header"], ["trigger", "accordion__trigger"], ["content", "accordion__content"]], eo = /* @__PURE__ */ to.map(([t, e]) => [t, u(e, pe, y(Qr, t))]), ro = p((t = {}) => Object.fromEntries(eo.map(([e, r]) => [e, r.recipeFn(t)]))), ct = [], oo = (t) => ({
|
|
699
|
+
...pe,
|
|
700
|
+
...b(t)
|
|
701
|
+
}), An = /* @__PURE__ */ Object.assign(ro, {
|
|
702
|
+
__recipe__: !1,
|
|
703
|
+
__name__: "accordionSlot",
|
|
704
|
+
raw: (t) => t,
|
|
705
|
+
variantKeys: ct,
|
|
706
|
+
variantMap: {},
|
|
707
|
+
splitVariantProps(t) {
|
|
708
|
+
return g(t, ct);
|
|
709
|
+
},
|
|
710
|
+
getVariantProps: oo
|
|
711
|
+
}), ge = {
|
|
712
|
+
color: "gray",
|
|
713
|
+
size: "medium"
|
|
714
|
+
}, no = [], ao = [["root", "input__root"], ["separator", "input__separator"], ["input", "input__input"], ["loader", "input__loader"], ["masked", "input__masked"], ["prefixContainer", "input__prefixContainer"]], io = /* @__PURE__ */ ao.map(([t, e]) => [t, u(e, ge, y(no, t))]), so = p((t = {}) => Object.fromEntries(io.map(([e, r]) => [e, r.recipeFn(t)]))), dt = ["color", "size", "focusBorderless", "showOverflowEllipsis", "separatorPrefix", "separatorSuffix", "removePrefixSpacing", "removeSuffixSpacing", "prefix", "suffix", "noPadding", "inverse", "disabled", "invalid", "error", "flat", "borderless", "floating", "removeMargin", "separator", "block", "inputDefaultPlaceholder", "inpuFakeValuePlaceholder", "inputInversePlaceholder"], lo = (t) => ({
|
|
715
|
+
...ge,
|
|
716
|
+
...b(t)
|
|
717
|
+
}), Gn = /* @__PURE__ */ Object.assign(so, {
|
|
718
|
+
__recipe__: !1,
|
|
719
|
+
__name__: "input",
|
|
720
|
+
raw: (t) => t,
|
|
721
|
+
variantKeys: dt,
|
|
722
|
+
variantMap: {
|
|
723
|
+
color: ["gray", "blue"],
|
|
724
|
+
size: ["small", "medium", "large"],
|
|
725
|
+
focusBorderless: ["true"],
|
|
726
|
+
showOverflowEllipsis: ["true"],
|
|
727
|
+
separatorPrefix: ["true"],
|
|
728
|
+
separatorSuffix: ["true"],
|
|
729
|
+
removePrefixSpacing: ["true"],
|
|
730
|
+
removeSuffixSpacing: ["true"],
|
|
731
|
+
prefix: ["true"],
|
|
732
|
+
suffix: ["true"],
|
|
733
|
+
noPadding: ["true"],
|
|
734
|
+
inverse: ["true"],
|
|
735
|
+
disabled: ["true"],
|
|
736
|
+
invalid: ["true"],
|
|
737
|
+
error: ["true"],
|
|
738
|
+
flat: ["true"],
|
|
739
|
+
borderless: ["true"],
|
|
740
|
+
floating: ["true"],
|
|
741
|
+
removeMargin: ["true"],
|
|
742
|
+
separator: ["true"],
|
|
743
|
+
block: ["true"],
|
|
744
|
+
inputDefaultPlaceholder: ["true"],
|
|
745
|
+
inpuFakeValuePlaceholder: ["true"],
|
|
746
|
+
inputInversePlaceholder: ["true"]
|
|
747
|
+
},
|
|
748
|
+
splitVariantProps(t) {
|
|
749
|
+
return g(t, dt);
|
|
750
|
+
},
|
|
751
|
+
getVariantProps: lo
|
|
752
|
+
}), ue = {}, co = [], po = [["label", "formElement__label"], ["elementStyle", "formElement__elementStyle"], ["legend", "formElement__legend"], ["elementGroup", "formElement__elementGroup"]], go = /* @__PURE__ */ po.map(([t, e]) => [t, u(e, ue, y(co, t))]), uo = p((t = {}) => Object.fromEntries(go.map(([e, r]) => [e, r.recipeFn(t)]))), pt = ["hideLabel", "block"], mo = (t) => ({
|
|
753
|
+
...ue,
|
|
754
|
+
...b(t)
|
|
755
|
+
}), Kn = /* @__PURE__ */ Object.assign(uo, {
|
|
756
|
+
__recipe__: !1,
|
|
757
|
+
__name__: "formElement",
|
|
758
|
+
raw: (t) => t,
|
|
759
|
+
variantKeys: pt,
|
|
760
|
+
variantMap: {
|
|
761
|
+
hideLabel: ["true"],
|
|
762
|
+
block: ["true"]
|
|
763
|
+
},
|
|
764
|
+
splitVariantProps(t) {
|
|
765
|
+
return g(t, pt);
|
|
766
|
+
},
|
|
767
|
+
getVariantProps: mo
|
|
768
|
+
}), me = {}, bo = [], fo = [["dropdownMenu", "dropdown__dropdownMenu"], ["dropdownContainer", "dropdown__dropdownContainer"], ["dropdownList", "dropdown__dropdownList"], ["labelStyle", "dropdown__labelStyle"], ["dropdownArrow", "dropdown__dropdownArrow"], ["dropdownStyles", "dropdown__dropdownStyles"]], _o = /* @__PURE__ */ fo.map(([t, e]) => [t, u(e, me, y(bo, t))]), ho = p((t = {}) => Object.fromEntries(_o.map(([e, r]) => [e, r.recipeFn(t)]))), gt = ["left", "right", "revertTop", "sideTop", "sideBottom", "leftSide", "rightSide", "insideAButton", "entering", "exiting", "relative", "asAButton", "noSpacing", "absolute", "leftMarged", "rightMarged", "mono", "primary", "secondary", "only"], So = (t) => ({
|
|
769
|
+
...me,
|
|
770
|
+
...b(t)
|
|
771
|
+
}), Xn = /* @__PURE__ */ Object.assign(ho, {
|
|
772
|
+
__recipe__: !1,
|
|
773
|
+
__name__: "dropdown",
|
|
774
|
+
raw: (t) => t,
|
|
775
|
+
variantKeys: gt,
|
|
776
|
+
variantMap: {
|
|
777
|
+
left: ["true"],
|
|
778
|
+
right: ["true"],
|
|
779
|
+
revertTop: ["true"],
|
|
780
|
+
sideTop: ["true"],
|
|
781
|
+
sideBottom: ["true"],
|
|
782
|
+
leftSide: ["true"],
|
|
783
|
+
rightSide: ["true"],
|
|
784
|
+
insideAButton: ["true"],
|
|
785
|
+
entering: ["true"],
|
|
786
|
+
exiting: ["true"],
|
|
787
|
+
relative: ["true"],
|
|
788
|
+
asAButton: ["true"],
|
|
789
|
+
noSpacing: ["true"],
|
|
790
|
+
absolute: ["true"],
|
|
791
|
+
leftMarged: ["true"],
|
|
792
|
+
rightMarged: ["true"],
|
|
793
|
+
mono: ["true"],
|
|
794
|
+
primary: ["true"],
|
|
795
|
+
secondary: ["true"],
|
|
796
|
+
only: ["true"]
|
|
797
|
+
},
|
|
798
|
+
splitVariantProps(t) {
|
|
799
|
+
return g(t, gt);
|
|
800
|
+
},
|
|
801
|
+
getVariantProps: So
|
|
802
|
+
}), be = {}, yo = [], ko = [["selectStyle", "select__selectStyle"], ["separator", "select__separator"], ["selectPrefix", "select__selectPrefix"], ["selectSuffix", "select__selectSuffix"]], xo = /* @__PURE__ */ ko.map(([t, e]) => [t, u(e, be, y(yo, t))]), vo = p((t = {}) => Object.fromEntries(xo.map(([e, r]) => [e, r.recipeFn(t)]))), ut = ["prefix", "suffix", "removePrefixSpacing", "removeSuffixSpacing", "inverse", "removeMargins", "primary", "focusBorderless", "insidePrefix", "insideSuffix", "disabled", "invalid", "flat", "floating", "small"], Co = (t) => ({
|
|
803
|
+
...be,
|
|
804
|
+
...b(t)
|
|
805
|
+
}), Yn = /* @__PURE__ */ Object.assign(vo, {
|
|
806
|
+
__recipe__: !1,
|
|
807
|
+
__name__: "select",
|
|
808
|
+
raw: (t) => t,
|
|
809
|
+
variantKeys: ut,
|
|
810
|
+
variantMap: {
|
|
811
|
+
prefix: ["true"],
|
|
812
|
+
suffix: ["true"],
|
|
813
|
+
removePrefixSpacing: ["true"],
|
|
814
|
+
removeSuffixSpacing: ["true"],
|
|
815
|
+
inverse: ["true"],
|
|
816
|
+
removeMargins: ["true"],
|
|
817
|
+
primary: ["true"],
|
|
818
|
+
focusBorderless: ["true"],
|
|
819
|
+
insidePrefix: ["true"],
|
|
820
|
+
insideSuffix: ["true"],
|
|
821
|
+
disabled: ["true"],
|
|
822
|
+
invalid: ["true"],
|
|
823
|
+
flat: ["true"],
|
|
824
|
+
floating: ["true"],
|
|
825
|
+
small: ["true"]
|
|
826
|
+
},
|
|
827
|
+
splitVariantProps(t) {
|
|
828
|
+
return g(t, ut);
|
|
829
|
+
},
|
|
830
|
+
getVariantProps: Co
|
|
831
|
+
}), fe = {}, wo = [], Bo = [["container", "avatarGroup__container"], ["avatarStyle", "avatarGroup__avatarStyle"], ["othersStyle", "avatarGroup__othersStyle"]], Vo = /* @__PURE__ */ Bo.map(([t, e]) => [t, u(e, fe, y(wo, t))]), Po = p((t = {}) => Object.fromEntries(Vo.map(([e, r]) => [e, r.recipeFn(t)]))), mt = ["square"], Ro = (t) => ({
|
|
832
|
+
...fe,
|
|
833
|
+
...b(t)
|
|
834
|
+
}), Hn = /* @__PURE__ */ Object.assign(Po, {
|
|
835
|
+
__recipe__: !1,
|
|
836
|
+
__name__: "avatarGroup",
|
|
837
|
+
raw: (t) => t,
|
|
838
|
+
variantKeys: mt,
|
|
839
|
+
variantMap: {
|
|
840
|
+
square: ["true"]
|
|
841
|
+
},
|
|
842
|
+
splitVariantProps(t) {
|
|
843
|
+
return g(t, mt);
|
|
844
|
+
},
|
|
845
|
+
getVariantProps: Ro
|
|
846
|
+
}), _e = {
|
|
847
|
+
size: "medium"
|
|
848
|
+
}, Io = [], Oo = [["boxStyle", "boxGroup__boxStyle"], ["rowStyle", "boxGroup__rowStyle"], ["container", "boxGroup__container"], ["others", "boxGroup__others"], ["subItens", "boxGroup__subItens"]], Eo = /* @__PURE__ */ Oo.map(([t, e]) => [t, u(e, _e, y(Io, t))]), Mo = p((t = {}) => Object.fromEntries(Eo.map(([e, r]) => [e, r.recipeFn(t)]))), bt = ["size"], To = (t) => ({
|
|
849
|
+
..._e,
|
|
850
|
+
...b(t)
|
|
851
|
+
}), $n = /* @__PURE__ */ Object.assign(Mo, {
|
|
852
|
+
__recipe__: !1,
|
|
853
|
+
__name__: "boxGroupSlot",
|
|
854
|
+
raw: (t) => t,
|
|
855
|
+
variantKeys: bt,
|
|
856
|
+
variantMap: {
|
|
857
|
+
size: ["micro", "small", "medium", "large"]
|
|
858
|
+
},
|
|
859
|
+
splitVariantProps(t) {
|
|
860
|
+
return g(t, bt);
|
|
861
|
+
},
|
|
862
|
+
getVariantProps: To
|
|
863
|
+
}), he = {}, jo = [], Fo = [["containerCheckOnly", "CheckBox__containerCheckOnly"], ["checkboxStyle", "CheckBox__checkboxStyle"], ["checkboxInput", "CheckBox__checkboxInput"], ["markContainer", "CheckBox__markContainer"], ["checkMark", "CheckBox__checkMark"], ["checkMarkIcon", "CheckBox__checkMarkIcon"], ["columnStyles", "CheckBox__columnStyles"], ["subtitle", "CheckBox__subtitle"], ["checkboxLabel", "CheckBox__checkboxLabel"]], Wo = /* @__PURE__ */ Fo.map(([t, e]) => [t, u(e, he, y(jo, t))]), zo = p((t = {}) => Object.fromEntries(Wo.map(([e, r]) => [e, r.recipeFn(t)]))), ft = ["disabled", "invalid", "pullRight", "spacing", "marginRight", "subtitle", "columnTextBreak", "columnTextNoBreak"], Lo = (t) => ({
|
|
864
|
+
...he,
|
|
865
|
+
...b(t)
|
|
866
|
+
}), Nn = /* @__PURE__ */ Object.assign(zo, {
|
|
867
|
+
__recipe__: !1,
|
|
868
|
+
__name__: "checkBoxSlot",
|
|
869
|
+
raw: (t) => t,
|
|
870
|
+
variantKeys: ft,
|
|
871
|
+
variantMap: {
|
|
872
|
+
disabled: ["true"],
|
|
873
|
+
invalid: ["true"],
|
|
874
|
+
pullRight: ["true"],
|
|
875
|
+
spacing: ["true"],
|
|
876
|
+
marginRight: ["true"],
|
|
877
|
+
subtitle: ["true"],
|
|
878
|
+
columnTextBreak: ["true"],
|
|
879
|
+
columnTextNoBreak: ["true"]
|
|
880
|
+
},
|
|
881
|
+
splitVariantProps(t) {
|
|
882
|
+
return g(t, ft);
|
|
883
|
+
},
|
|
884
|
+
getVariantProps: Lo
|
|
885
|
+
}), Se = {
|
|
886
|
+
style: "solid",
|
|
887
|
+
size: "medium"
|
|
888
|
+
}, Do = [], Ao = [["buttonStyle", "button__buttonStyle"], ["wrapperShimmer", "button__wrapperShimmer"], ["contentStyle", "button__contentStyle"], ["buttonLoader", "button__buttonLoader"]], Go = /* @__PURE__ */ Ao.map(([t, e]) => [t, u(e, Se, y(Do, t))]), Ko = p((t = {}) => Object.fromEntries(Go.map(([e, r]) => [e, r.recipeFn(t)]))), _t = ["style", "rightIcon", "leftIcon", "grouped", "size", "shape", "spacing", "fullWidth", "loading", "block", "compact", "short", "tall", "underlined", "contentLoading", "contentFullWidth"], Xo = (t) => ({
|
|
889
|
+
...Se,
|
|
890
|
+
...b(t)
|
|
891
|
+
}), qn = /* @__PURE__ */ Object.assign(Ko, {
|
|
892
|
+
__recipe__: !1,
|
|
893
|
+
__name__: "button",
|
|
894
|
+
raw: (t) => t,
|
|
895
|
+
variantKeys: _t,
|
|
896
|
+
variantMap: {
|
|
897
|
+
style: ["solid", "outline", "ghost", "soft", "dashed", "shade", "error", "mono", "danger", "gradient"],
|
|
898
|
+
rightIcon: ["true"],
|
|
899
|
+
leftIcon: ["true"],
|
|
900
|
+
grouped: ["grouped", "groupedFirst", "groupedLast"],
|
|
901
|
+
size: ["large", "medium", "small"],
|
|
902
|
+
shape: ["rectangular", "noBorder", "rounded", "regular"],
|
|
903
|
+
spacing: ["noSpacing", "removeSideSpacing"],
|
|
904
|
+
fullWidth: ["true"],
|
|
905
|
+
loading: ["true"],
|
|
906
|
+
block: ["true"],
|
|
907
|
+
compact: ["true"],
|
|
908
|
+
short: ["true"],
|
|
909
|
+
tall: ["true"],
|
|
910
|
+
underlined: ["true"],
|
|
911
|
+
contentLoading: ["true"],
|
|
912
|
+
contentFullWidth: ["true"]
|
|
913
|
+
},
|
|
914
|
+
splitVariantProps(t) {
|
|
915
|
+
return g(t, _t);
|
|
916
|
+
},
|
|
917
|
+
getVariantProps: Xo
|
|
918
|
+
}), ye = {}, Yo = [], Ho = [["labelStyles", "label__labelStyles"], ["tableRow", "label__tableRow"]], $o = /* @__PURE__ */ Ho.map(([t, e]) => [t, u(e, ye, y(Yo, t))]), No = p((t = {}) => Object.fromEntries($o.map(([e, r]) => [e, r.recipeFn(t)]))), ht = ["inline", "table"], qo = (t) => ({
|
|
919
|
+
...ye,
|
|
920
|
+
...b(t)
|
|
921
|
+
}), Un = /* @__PURE__ */ Object.assign(No, {
|
|
922
|
+
__recipe__: !1,
|
|
923
|
+
__name__: "labelSlot",
|
|
924
|
+
raw: (t) => t,
|
|
925
|
+
variantKeys: ht,
|
|
926
|
+
variantMap: {
|
|
927
|
+
inline: ["true"],
|
|
928
|
+
table: ["true"]
|
|
929
|
+
},
|
|
930
|
+
splitVariantProps(t) {
|
|
931
|
+
return g(t, ht);
|
|
932
|
+
},
|
|
933
|
+
getVariantProps: qo
|
|
934
|
+
});
|
|
935
|
+
var Uo = "css,pos,insetX,insetY,insetEnd,end,insetStart,start,flexDir,p,pl,pr,pt,pb,py,paddingY,paddingX,px,pe,paddingEnd,ps,paddingStart,ml,mr,mt,mb,m,my,marginY,mx,marginX,me,marginEnd,ms,marginStart,ringWidth,ringColor,ring,ringOffset,w,minW,maxW,h,minH,maxH,textShadowColor,bgPosition,bgPositionX,bgPositionY,bgAttachment,bgClip,bg,bgColor,bgOrigin,bgImage,bgRepeat,bgBlendMode,bgSize,bgGradient,rounded,roundedTopLeft,roundedTopRight,roundedBottomRight,roundedBottomLeft,roundedTop,roundedRight,roundedBottom,roundedLeft,roundedStartStart,roundedStartEnd,roundedStart,roundedEndStart,roundedEndEnd,roundedEnd,borderX,borderXWidth,borderXColor,borderY,borderYWidth,borderYColor,borderStart,borderStartWidth,borderStartColor,borderEnd,borderEndWidth,borderEndColor,shadow,shadowColor,x,y,z,scrollMarginY,scrollMarginX,scrollPaddingY,scrollPaddingX,aspectRatio,boxDecorationBreak,zIndex,boxSizing,objectPosition,objectFit,overscrollBehavior,overscrollBehaviorX,overscrollBehaviorY,position,top,left,inset,insetInline,insetBlock,insetBlockEnd,insetBlockStart,insetInlineEnd,insetInlineStart,right,bottom,float,visibility,display,hideFrom,hideBelow,flexBasis,flex,flexDirection,flexGrow,flexShrink,gridTemplateColumns,gridTemplateRows,gridColumn,gridRow,gridColumnStart,gridColumnEnd,gridAutoFlow,gridAutoColumns,gridAutoRows,gap,gridGap,gridRowGap,gridColumnGap,rowGap,columnGap,justifyContent,alignContent,alignItems,alignSelf,padding,paddingLeft,paddingRight,paddingTop,paddingBottom,paddingBlock,paddingBlockEnd,paddingBlockStart,paddingInline,paddingInlineEnd,paddingInlineStart,marginLeft,marginRight,marginTop,marginBottom,margin,marginBlock,marginBlockEnd,marginBlockStart,marginInline,marginInlineEnd,marginInlineStart,spaceX,spaceY,outlineWidth,outlineColor,outline,outlineOffset,divideX,divideY,divideColor,divideStyle,width,inlineSize,minWidth,minInlineSize,maxWidth,maxInlineSize,height,blockSize,minHeight,minBlockSize,maxHeight,maxBlockSize,color,fontFamily,fontSize,fontSizeAdjust,fontPalette,fontKerning,fontFeatureSettings,fontWeight,fontSmoothing,fontVariant,fontVariantAlternates,fontVariantCaps,fontVariationSettings,fontVariantNumeric,letterSpacing,lineHeight,textAlign,textDecoration,textDecorationColor,textEmphasisColor,textDecorationStyle,textDecorationThickness,textUnderlineOffset,textTransform,textIndent,textShadow,textOverflow,verticalAlign,wordBreak,textWrap,truncate,lineClamp,listStyleType,listStylePosition,listStyleImage,listStyle,backgroundPosition,backgroundPositionX,backgroundPositionY,backgroundAttachment,backgroundClip,background,backgroundColor,backgroundOrigin,backgroundImage,backgroundRepeat,backgroundBlendMode,backgroundSize,backgroundGradient,textGradient,gradientFromPosition,gradientToPosition,gradientFrom,gradientTo,gradientVia,gradientViaPosition,borderRadius,borderTopLeftRadius,borderTopRightRadius,borderBottomRightRadius,borderBottomLeftRadius,borderTopRadius,borderRightRadius,borderBottomRadius,borderLeftRadius,borderStartStartRadius,borderStartEndRadius,borderStartRadius,borderEndStartRadius,borderEndEndRadius,borderEndRadius,border,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,borderColor,borderInline,borderInlineWidth,borderInlineColor,borderBlock,borderBlockWidth,borderBlockColor,borderLeft,borderLeftColor,borderInlineStart,borderInlineStartWidth,borderInlineStartColor,borderRight,borderRightColor,borderInlineEnd,borderInlineEndWidth,borderInlineEndColor,borderTop,borderTopColor,borderBottom,borderBottomColor,borderBlockEnd,borderBlockEndColor,borderBlockStart,borderBlockStartColor,opacity,boxShadow,boxShadowColor,mixBlendMode,filter,brightness,contrast,grayscale,hueRotate,invert,saturate,sepia,dropShadow,blur,backdropFilter,backdropBlur,backdropBrightness,backdropContrast,backdropGrayscale,backdropHueRotate,backdropInvert,backdropOpacity,backdropSaturate,backdropSepia,borderCollapse,borderSpacing,borderSpacingX,borderSpacingY,tableLayout,transitionTimingFunction,transitionDelay,transitionDuration,transitionProperty,transition,animation,animationName,animationTimingFunction,animationDuration,animationDelay,animationPlayState,animationComposition,animationFillMode,animationDirection,animationIterationCount,animationRange,animationState,animationRangeStart,animationRangeEnd,animationTimeline,transformOrigin,transformBox,transformStyle,transform,rotate,rotateX,rotateY,rotateZ,scale,scaleX,scaleY,translate,translateX,translateY,translateZ,accentColor,caretColor,scrollBehavior,scrollbar,scrollbarColor,scrollbarGutter,scrollbarWidth,scrollMargin,scrollMarginLeft,scrollMarginRight,scrollMarginTop,scrollMarginBottom,scrollMarginBlock,scrollMarginBlockEnd,scrollMarginBlockStart,scrollMarginInline,scrollMarginInlineEnd,scrollMarginInlineStart,scrollPadding,scrollPaddingBlock,scrollPaddingBlockStart,scrollPaddingBlockEnd,scrollPaddingInline,scrollPaddingInlineEnd,scrollPaddingInlineStart,scrollPaddingLeft,scrollPaddingRight,scrollPaddingTop,scrollPaddingBottom,scrollSnapAlign,scrollSnapStop,scrollSnapType,scrollSnapStrictness,scrollSnapMargin,scrollSnapMarginTop,scrollSnapMarginBottom,scrollSnapMarginLeft,scrollSnapMarginRight,scrollSnapCoordinate,scrollSnapDestination,scrollSnapPointsX,scrollSnapPointsY,scrollSnapTypeX,scrollSnapTypeY,scrollTimeline,scrollTimelineAxis,scrollTimelineName,touchAction,userSelect,overflow,overflowWrap,overflowX,overflowY,overflowAnchor,overflowBlock,overflowInline,overflowClipBox,overflowClipMargin,overscrollBehaviorBlock,overscrollBehaviorInline,fill,stroke,strokeWidth,strokeDasharray,strokeDashoffset,strokeLinecap,strokeLinejoin,strokeMiterlimit,strokeOpacity,srOnly,debug,appearance,backfaceVisibility,clipPath,hyphens,mask,maskImage,maskSize,textSizeAdjust,container,containerName,containerType,small,large,medium,xlarge,colorPalette,_hover,_focus,_focusWithin,_focusVisible,_disabled,_active,_visited,_target,_readOnly,_readWrite,_empty,_checked,_enabled,_expanded,_highlighted,_before,_after,_firstLetter,_firstLine,_marker,_selection,_file,_backdrop,_first,_last,_only,_even,_odd,_firstOfType,_lastOfType,_onlyOfType,_peerFocus,_peerHover,_peerActive,_peerFocusWithin,_peerFocusVisible,_peerDisabled,_peerChecked,_peerInvalid,_peerExpanded,_peerPlaceholderShown,_groupFocus,_groupHover,_groupActive,_groupFocusWithin,_groupFocusVisible,_groupDisabled,_groupChecked,_groupExpanded,_groupInvalid,_indeterminate,_required,_valid,_invalid,_autofill,_inRange,_outOfRange,_placeholder,_placeholderShown,_pressed,_selected,_default,_optional,_open,_closed,_fullscreen,_loading,_currentPage,_currentStep,_motionReduce,_motionSafe,_print,_landscape,_portrait,_dark,_light,_osDark,_osLight,_highContrast,_lessContrast,_moreContrast,_ltr,_rtl,_scrollbar,_scrollbarThumb,_scrollbarTrack,_horizontal,_vertical,_starting,sm,smOnly,smDown,lg,lgOnly,lgDown,md,mdOnly,mdDown,xl,xlOnly,xlDown,2xl,2xlOnly,2xlDown,smToLg,smToMd,smToXl,smTo2xl,lgToMd,lgToXl,lgTo2xl,mdToXl,mdTo2xl,xlTo2xl", Zo = Uo.split(","), Jo = "WebkitAppearance,WebkitBorderBefore,WebkitBorderBeforeColor,WebkitBorderBeforeStyle,WebkitBorderBeforeWidth,WebkitBoxReflect,WebkitLineClamp,WebkitMask,WebkitMaskAttachment,WebkitMaskClip,WebkitMaskComposite,WebkitMaskImage,WebkitMaskOrigin,WebkitMaskPosition,WebkitMaskPositionX,WebkitMaskPositionY,WebkitMaskRepeat,WebkitMaskRepeatX,WebkitMaskRepeatY,WebkitMaskSize,WebkitOverflowScrolling,WebkitTapHighlightColor,WebkitTextFillColor,WebkitTextStroke,WebkitTextStrokeColor,WebkitTextStrokeWidth,WebkitTouchCallout,WebkitUserModify,accentColor,alignContent,alignItems,alignSelf,alignTracks,all,animation,animationComposition,animationDelay,animationDirection,animationDuration,animationFillMode,animationIterationCount,animationName,animationPlayState,animationRange,animationRangeEnd,animationRangeStart,animationTimingFunction,animationTimeline,appearance,aspectRatio,azimuth,backdropFilter,backfaceVisibility,background,backgroundAttachment,backgroundBlendMode,backgroundClip,backgroundColor,backgroundImage,backgroundOrigin,backgroundPosition,backgroundPositionX,backgroundPositionY,backgroundRepeat,backgroundSize,blockSize,border,borderBlock,borderBlockColor,borderBlockStyle,borderBlockWidth,borderBlockEnd,borderBlockEndColor,borderBlockEndStyle,borderBlockEndWidth,borderBlockStart,borderBlockStartColor,borderBlockStartStyle,borderBlockStartWidth,borderBottom,borderBottomColor,borderBottomLeftRadius,borderBottomRightRadius,borderBottomStyle,borderBottomWidth,borderCollapse,borderColor,borderEndEndRadius,borderEndStartRadius,borderImage,borderImageOutset,borderImageRepeat,borderImageSlice,borderImageSource,borderImageWidth,borderInline,borderInlineEnd,borderInlineColor,borderInlineStyle,borderInlineWidth,borderInlineEndColor,borderInlineEndStyle,borderInlineEndWidth,borderInlineStart,borderInlineStartColor,borderInlineStartStyle,borderInlineStartWidth,borderLeft,borderLeftColor,borderLeftStyle,borderLeftWidth,borderRadius,borderRight,borderRightColor,borderRightStyle,borderRightWidth,borderSpacing,borderStartEndRadius,borderStartStartRadius,borderStyle,borderTop,borderTopColor,borderTopLeftRadius,borderTopRightRadius,borderTopStyle,borderTopWidth,borderWidth,bottom,boxAlign,boxDecorationBreak,boxDirection,boxFlex,boxFlexGroup,boxLines,boxOrdinalGroup,boxOrient,boxPack,boxShadow,boxSizing,breakAfter,breakBefore,breakInside,captionSide,caret,caretColor,caretShape,clear,clip,clipPath,color,colorScheme,columnCount,columnFill,columnGap,columnRule,columnRuleColor,columnRuleStyle,columnRuleWidth,columnSpan,columnWidth,columns,contain,containIntrinsicSize,containIntrinsicBlockSize,containIntrinsicHeight,containIntrinsicInlineSize,containIntrinsicWidth,container,containerName,containerType,content,contentVisibility,counterIncrement,counterReset,counterSet,cursor,direction,display,emptyCells,filter,flex,flexBasis,flexDirection,flexFlow,flexGrow,flexShrink,flexWrap,float,font,fontFamily,fontFeatureSettings,fontKerning,fontLanguageOverride,fontOpticalSizing,fontPalette,fontVariationSettings,fontSize,fontSizeAdjust,fontSmooth,fontStretch,fontStyle,fontSynthesis,fontSynthesisPosition,fontSynthesisSmallCaps,fontSynthesisStyle,fontSynthesisWeight,fontVariant,fontVariantAlternates,fontVariantCaps,fontVariantEastAsian,fontVariantEmoji,fontVariantLigatures,fontVariantNumeric,fontVariantPosition,fontWeight,forcedColorAdjust,gap,grid,gridArea,gridAutoColumns,gridAutoFlow,gridAutoRows,gridColumn,gridColumnEnd,gridColumnGap,gridColumnStart,gridGap,gridRow,gridRowEnd,gridRowGap,gridRowStart,gridTemplate,gridTemplateAreas,gridTemplateColumns,gridTemplateRows,hangingPunctuation,height,hyphenateCharacter,hyphenateLimitChars,hyphens,imageOrientation,imageRendering,imageResolution,imeMode,initialLetter,initialLetterAlign,inlineSize,inputSecurity,inset,insetBlock,insetBlockEnd,insetBlockStart,insetInline,insetInlineEnd,insetInlineStart,isolation,justifyContent,justifyItems,justifySelf,justifyTracks,left,letterSpacing,lineBreak,lineClamp,lineHeight,lineHeightStep,listStyle,listStyleImage,listStylePosition,listStyleType,margin,marginBlock,marginBlockEnd,marginBlockStart,marginBottom,marginInline,marginInlineEnd,marginInlineStart,marginLeft,marginRight,marginTop,marginTrim,mask,maskBorder,maskBorderMode,maskBorderOutset,maskBorderRepeat,maskBorderSlice,maskBorderSource,maskBorderWidth,maskClip,maskComposite,maskImage,maskMode,maskOrigin,maskPosition,maskRepeat,maskSize,maskType,masonryAutoFlow,mathDepth,mathShift,mathStyle,maxBlockSize,maxHeight,maxInlineSize,maxLines,maxWidth,minBlockSize,minHeight,minInlineSize,minWidth,mixBlendMode,objectFit,objectPosition,offset,offsetAnchor,offsetDistance,offsetPath,offsetPosition,offsetRotate,opacity,order,orphans,outline,outlineColor,outlineOffset,outlineStyle,outlineWidth,overflow,overflowAnchor,overflowBlock,overflowClipBox,overflowClipMargin,overflowInline,overflowWrap,overflowX,overflowY,overlay,overscrollBehavior,overscrollBehaviorBlock,overscrollBehaviorInline,overscrollBehaviorX,overscrollBehaviorY,padding,paddingBlock,paddingBlockEnd,paddingBlockStart,paddingBottom,paddingInline,paddingInlineEnd,paddingInlineStart,paddingLeft,paddingRight,paddingTop,page,pageBreakAfter,pageBreakBefore,pageBreakInside,paintOrder,perspective,perspectiveOrigin,placeContent,placeItems,placeSelf,pointerEvents,position,printColorAdjust,quotes,resize,right,rotate,rowGap,rubyAlign,rubyMerge,rubyPosition,scale,scrollbarColor,scrollbarGutter,scrollbarWidth,scrollBehavior,scrollMargin,scrollMarginBlock,scrollMarginBlockStart,scrollMarginBlockEnd,scrollMarginBottom,scrollMarginInline,scrollMarginInlineStart,scrollMarginInlineEnd,scrollMarginLeft,scrollMarginRight,scrollMarginTop,scrollPadding,scrollPaddingBlock,scrollPaddingBlockStart,scrollPaddingBlockEnd,scrollPaddingBottom,scrollPaddingInline,scrollPaddingInlineStart,scrollPaddingInlineEnd,scrollPaddingLeft,scrollPaddingRight,scrollPaddingTop,scrollSnapAlign,scrollSnapCoordinate,scrollSnapDestination,scrollSnapPointsX,scrollSnapPointsY,scrollSnapStop,scrollSnapType,scrollSnapTypeX,scrollSnapTypeY,scrollTimeline,scrollTimelineAxis,scrollTimelineName,shapeImageThreshold,shapeMargin,shapeOutside,tabSize,tableLayout,textAlign,textAlignLast,textCombineUpright,textDecoration,textDecorationColor,textDecorationLine,textDecorationSkip,textDecorationSkipInk,textDecorationStyle,textDecorationThickness,textEmphasis,textEmphasisColor,textEmphasisPosition,textEmphasisStyle,textIndent,textJustify,textOrientation,textOverflow,textRendering,textShadow,textSizeAdjust,textTransform,textUnderlineOffset,textUnderlinePosition,textWrap,timelineScope,top,touchAction,transform,transformBox,transformOrigin,transformStyle,transition,transitionBehavior,transitionDelay,transitionDuration,transitionProperty,transitionTimingFunction,translate,unicodeBidi,userSelect,verticalAlign,viewTimeline,viewTimelineAxis,viewTimelineInset,viewTimelineName,viewTransitionName,visibility,whiteSpace,whiteSpaceCollapse,widows,width,willChange,wordBreak,wordSpacing,wordWrap,writingMode,zIndex,zoom,alignmentBaseline,baselineShift,clipRule,colorInterpolation,colorRendering,dominantBaseline,fill,fillOpacity,fillRule,floodColor,floodOpacity,glyphOrientationVertical,lightingColor,marker,markerEnd,markerMid,markerStart,shapeRendering,stopColor,stopOpacity,stroke,strokeDasharray,strokeDashoffset,strokeLinecap,strokeLinejoin,strokeMiterlimit,strokeOpacity,strokeWidth,textAnchor,vectorEffect", Qo = Jo.split(",").concat(Zo), tn = new Map(Qo.map((t) => [t, !0])), en = /&|@/, rn = /* @__PURE__ */ p((t) => tn.has(t) || t.startsWith("--") || en.test(t));
|
|
936
|
+
const Zn = (t) => g(t, rn), St = {
|
|
937
|
+
transform(t) {
|
|
938
|
+
return t;
|
|
939
|
+
}
|
|
940
|
+
}, ke = (t = {}) => {
|
|
941
|
+
const e = _(St, t);
|
|
942
|
+
return St.transform(e, f);
|
|
943
|
+
}, on = (t) => m(ke(t));
|
|
944
|
+
on.raw = ke;
|
|
945
|
+
const yt = {
|
|
946
|
+
transform(t) {
|
|
947
|
+
const {
|
|
948
|
+
direction: e,
|
|
949
|
+
align: r,
|
|
950
|
+
justify: o,
|
|
951
|
+
wrap: n,
|
|
952
|
+
basis: a,
|
|
953
|
+
grow: i,
|
|
954
|
+
shrink: s,
|
|
955
|
+
...l
|
|
956
|
+
} = t;
|
|
957
|
+
return {
|
|
958
|
+
display: "flex",
|
|
959
|
+
flexDirection: e,
|
|
960
|
+
alignItems: r,
|
|
961
|
+
justifyContent: o,
|
|
962
|
+
flexWrap: n,
|
|
963
|
+
flexBasis: a,
|
|
964
|
+
flexGrow: i,
|
|
965
|
+
flexShrink: s,
|
|
966
|
+
...l
|
|
967
|
+
};
|
|
968
|
+
}
|
|
969
|
+
}, xe = (t = {}) => {
|
|
970
|
+
const e = _(yt, t);
|
|
971
|
+
return yt.transform(e, f);
|
|
972
|
+
}, nn = (t) => m(xe(t));
|
|
973
|
+
nn.raw = xe;
|
|
974
|
+
const kt = {
|
|
975
|
+
transform(t) {
|
|
976
|
+
const {
|
|
977
|
+
align: e,
|
|
978
|
+
justify: r,
|
|
979
|
+
direction: o,
|
|
980
|
+
gap: n,
|
|
981
|
+
...a
|
|
982
|
+
} = t;
|
|
983
|
+
return {
|
|
984
|
+
display: "flex",
|
|
985
|
+
flexDirection: o,
|
|
986
|
+
alignItems: e,
|
|
987
|
+
justifyContent: r,
|
|
988
|
+
gap: n,
|
|
989
|
+
...a
|
|
990
|
+
};
|
|
991
|
+
},
|
|
992
|
+
defaultValues: {
|
|
993
|
+
direction: "column",
|
|
994
|
+
gap: "10px"
|
|
995
|
+
}
|
|
996
|
+
}, ve = (t = {}) => {
|
|
997
|
+
const e = _(kt, t);
|
|
998
|
+
return kt.transform(e, f);
|
|
999
|
+
}, an = (t) => m(ve(t));
|
|
1000
|
+
an.raw = ve;
|
|
1001
|
+
const xt = {
|
|
1002
|
+
transform(t) {
|
|
1003
|
+
const {
|
|
1004
|
+
justify: e,
|
|
1005
|
+
gap: r,
|
|
1006
|
+
...o
|
|
1007
|
+
} = t;
|
|
1008
|
+
return {
|
|
1009
|
+
display: "flex",
|
|
1010
|
+
alignItems: "center",
|
|
1011
|
+
justifyContent: e,
|
|
1012
|
+
gap: r,
|
|
1013
|
+
flexDirection: "column",
|
|
1014
|
+
...o
|
|
1015
|
+
};
|
|
1016
|
+
},
|
|
1017
|
+
defaultValues: {
|
|
1018
|
+
gap: "10px"
|
|
1019
|
+
}
|
|
1020
|
+
}, Ce = (t = {}) => {
|
|
1021
|
+
const e = _(xt, t);
|
|
1022
|
+
return xt.transform(e, f);
|
|
1023
|
+
}, sn = (t) => m(Ce(t));
|
|
1024
|
+
sn.raw = Ce;
|
|
1025
|
+
const vt = {
|
|
1026
|
+
transform(t) {
|
|
1027
|
+
const {
|
|
1028
|
+
justify: e,
|
|
1029
|
+
gap: r,
|
|
1030
|
+
...o
|
|
1031
|
+
} = t;
|
|
1032
|
+
return {
|
|
1033
|
+
display: "flex",
|
|
1034
|
+
alignItems: "center",
|
|
1035
|
+
justifyContent: e,
|
|
1036
|
+
gap: r,
|
|
1037
|
+
flexDirection: "row",
|
|
1038
|
+
...o
|
|
1039
|
+
};
|
|
1040
|
+
},
|
|
1041
|
+
defaultValues: {
|
|
1042
|
+
gap: "10px"
|
|
1043
|
+
}
|
|
1044
|
+
}, we = (t = {}) => {
|
|
1045
|
+
const e = _(vt, t);
|
|
1046
|
+
return vt.transform(e, f);
|
|
1047
|
+
}, ln = (t) => m(we(t));
|
|
1048
|
+
ln.raw = we;
|
|
1049
|
+
const Ct = {
|
|
1050
|
+
transform(t, {
|
|
1051
|
+
map: e
|
|
1052
|
+
}) {
|
|
1053
|
+
const {
|
|
1054
|
+
size: r,
|
|
1055
|
+
...o
|
|
1056
|
+
} = t;
|
|
1057
|
+
return {
|
|
1058
|
+
alignSelf: "stretch",
|
|
1059
|
+
justifySelf: "stretch",
|
|
1060
|
+
flex: e(r, (n) => n == null ? "1" : `0 0 ${n}`),
|
|
1061
|
+
...o
|
|
1062
|
+
};
|
|
1063
|
+
}
|
|
1064
|
+
}, Be = (t = {}) => {
|
|
1065
|
+
const e = _(Ct, t);
|
|
1066
|
+
return Ct.transform(e, f);
|
|
1067
|
+
}, cn = (t) => m(Be(t));
|
|
1068
|
+
cn.raw = Be;
|
|
1069
|
+
const wt = {
|
|
1070
|
+
transform(t) {
|
|
1071
|
+
const {
|
|
1072
|
+
size: e,
|
|
1073
|
+
...r
|
|
1074
|
+
} = t;
|
|
1075
|
+
return {
|
|
1076
|
+
display: "flex",
|
|
1077
|
+
alignItems: "center",
|
|
1078
|
+
justifyContent: "center",
|
|
1079
|
+
flex: "0 0 auto",
|
|
1080
|
+
width: e,
|
|
1081
|
+
height: e,
|
|
1082
|
+
...r
|
|
1083
|
+
};
|
|
1084
|
+
}
|
|
1085
|
+
}, Ve = (t = {}) => {
|
|
1086
|
+
const e = _(wt, t);
|
|
1087
|
+
return wt.transform(e, f);
|
|
1088
|
+
}, dn = (t) => m(Ve(t));
|
|
1089
|
+
dn.raw = Ve;
|
|
1090
|
+
const Bt = {
|
|
1091
|
+
transform(t) {
|
|
1092
|
+
const {
|
|
1093
|
+
size: e,
|
|
1094
|
+
...r
|
|
1095
|
+
} = t;
|
|
1096
|
+
return {
|
|
1097
|
+
display: "flex",
|
|
1098
|
+
alignItems: "center",
|
|
1099
|
+
justifyContent: "center",
|
|
1100
|
+
flex: "0 0 auto",
|
|
1101
|
+
width: e,
|
|
1102
|
+
height: e,
|
|
1103
|
+
borderRadius: "9999px",
|
|
1104
|
+
...r
|
|
1105
|
+
};
|
|
1106
|
+
}
|
|
1107
|
+
}, Pe = (t = {}) => {
|
|
1108
|
+
const e = _(Bt, t);
|
|
1109
|
+
return Bt.transform(e, f);
|
|
1110
|
+
}, pn = (t) => m(Pe(t));
|
|
1111
|
+
pn.raw = Pe;
|
|
1112
|
+
const Vt = {
|
|
1113
|
+
transform(t) {
|
|
1114
|
+
const {
|
|
1115
|
+
inline: e,
|
|
1116
|
+
...r
|
|
1117
|
+
} = t;
|
|
1118
|
+
return {
|
|
1119
|
+
display: e ? "inline-flex" : "flex",
|
|
1120
|
+
alignItems: "center",
|
|
1121
|
+
justifyContent: "center",
|
|
1122
|
+
...r
|
|
1123
|
+
};
|
|
1124
|
+
}
|
|
1125
|
+
}, Re = (t = {}) => {
|
|
1126
|
+
const e = _(Vt, t);
|
|
1127
|
+
return Vt.transform(e, f);
|
|
1128
|
+
}, gn = (t) => m(Re(t));
|
|
1129
|
+
gn.raw = Re;
|
|
1130
|
+
const Pt = {
|
|
1131
|
+
transform(t) {
|
|
1132
|
+
return {
|
|
1133
|
+
_before: {
|
|
1134
|
+
content: '""',
|
|
1135
|
+
position: "absolute",
|
|
1136
|
+
inset: "0",
|
|
1137
|
+
zIndex: "0",
|
|
1138
|
+
...t._before
|
|
1139
|
+
},
|
|
1140
|
+
...t
|
|
1141
|
+
};
|
|
1142
|
+
}
|
|
1143
|
+
}, Ie = (t = {}) => {
|
|
1144
|
+
const e = _(Pt, t);
|
|
1145
|
+
return Pt.transform(e, f);
|
|
1146
|
+
}, un = (t) => m(Ie(t));
|
|
1147
|
+
un.raw = Ie;
|
|
1148
|
+
const Rt = {
|
|
1149
|
+
transform(t, {
|
|
1150
|
+
map: e
|
|
1151
|
+
}) {
|
|
1152
|
+
const {
|
|
1153
|
+
ratio: r = 4 / 3,
|
|
1154
|
+
...o
|
|
1155
|
+
} = t;
|
|
1156
|
+
return {
|
|
1157
|
+
position: "relative",
|
|
1158
|
+
_before: {
|
|
1159
|
+
content: '""',
|
|
1160
|
+
display: "block",
|
|
1161
|
+
height: "0",
|
|
1162
|
+
paddingBottom: e(r, (n) => `${1 / n * 100}%`)
|
|
1163
|
+
},
|
|
1164
|
+
"&>*": {
|
|
1165
|
+
display: "flex",
|
|
1166
|
+
justifyContent: "center",
|
|
1167
|
+
alignItems: "center",
|
|
1168
|
+
overflow: "hidden",
|
|
1169
|
+
position: "absolute",
|
|
1170
|
+
inset: "0",
|
|
1171
|
+
width: "100%",
|
|
1172
|
+
height: "100%"
|
|
1173
|
+
},
|
|
1174
|
+
"&>img, &>video": {
|
|
1175
|
+
objectFit: "cover"
|
|
1176
|
+
},
|
|
1177
|
+
...o
|
|
1178
|
+
};
|
|
1179
|
+
}
|
|
1180
|
+
}, Oe = (t = {}) => {
|
|
1181
|
+
const e = _(Rt, t);
|
|
1182
|
+
return Rt.transform(e, f);
|
|
1183
|
+
}, mn = (t) => m(Oe(t));
|
|
1184
|
+
mn.raw = Oe;
|
|
1185
|
+
const It = {
|
|
1186
|
+
transform(t, {
|
|
1187
|
+
map: e,
|
|
1188
|
+
isCssUnit: r
|
|
1189
|
+
}) {
|
|
1190
|
+
const {
|
|
1191
|
+
columnGap: o,
|
|
1192
|
+
rowGap: n,
|
|
1193
|
+
gap: a,
|
|
1194
|
+
columns: i,
|
|
1195
|
+
minChildWidth: s,
|
|
1196
|
+
...l
|
|
1197
|
+
} = t, c = (d) => r(d) ? d : `token(sizes.${d}, ${d})`;
|
|
1198
|
+
return {
|
|
1199
|
+
display: "grid",
|
|
1200
|
+
gridTemplateColumns: i != null ? e(i, (d) => `repeat(${d}, minmax(0, 1fr))`) : s != null ? e(s, (d) => `repeat(auto-fit, minmax(${c(d)}, 1fr))`) : void 0,
|
|
1201
|
+
gap: a,
|
|
1202
|
+
columnGap: o,
|
|
1203
|
+
rowGap: n,
|
|
1204
|
+
...l
|
|
1205
|
+
};
|
|
1206
|
+
},
|
|
1207
|
+
defaultValues(t) {
|
|
1208
|
+
return {
|
|
1209
|
+
gap: t.columnGap || t.rowGap ? void 0 : "10px"
|
|
1210
|
+
};
|
|
1211
|
+
}
|
|
1212
|
+
}, Ee = (t = {}) => {
|
|
1213
|
+
const e = _(It, t);
|
|
1214
|
+
return It.transform(e, f);
|
|
1215
|
+
}, bn = (t) => m(Ee(t));
|
|
1216
|
+
bn.raw = Ee;
|
|
1217
|
+
const Ot = {
|
|
1218
|
+
transform(t, {
|
|
1219
|
+
map: e
|
|
1220
|
+
}) {
|
|
1221
|
+
const {
|
|
1222
|
+
colSpan: r,
|
|
1223
|
+
rowSpan: o,
|
|
1224
|
+
colStart: n,
|
|
1225
|
+
rowStart: a,
|
|
1226
|
+
colEnd: i,
|
|
1227
|
+
rowEnd: s,
|
|
1228
|
+
...l
|
|
1229
|
+
} = t, c = (d) => d === "auto" ? d : `span ${d}`;
|
|
1230
|
+
return {
|
|
1231
|
+
gridColumn: r != null ? e(r, c) : void 0,
|
|
1232
|
+
gridRow: o != null ? e(o, c) : void 0,
|
|
1233
|
+
gridColumnStart: n,
|
|
1234
|
+
gridColumnEnd: i,
|
|
1235
|
+
gridRowStart: a,
|
|
1236
|
+
gridRowEnd: s,
|
|
1237
|
+
...l
|
|
1238
|
+
};
|
|
1239
|
+
}
|
|
1240
|
+
}, Me = (t = {}) => {
|
|
1241
|
+
const e = _(Ot, t);
|
|
1242
|
+
return Ot.transform(e, f);
|
|
1243
|
+
}, fn = (t) => m(Me(t));
|
|
1244
|
+
fn.raw = Me;
|
|
1245
|
+
const Et = {
|
|
1246
|
+
transform(t) {
|
|
1247
|
+
const {
|
|
1248
|
+
columnGap: e,
|
|
1249
|
+
rowGap: r,
|
|
1250
|
+
gap: o = e || r ? void 0 : "10px",
|
|
1251
|
+
align: n,
|
|
1252
|
+
justify: a,
|
|
1253
|
+
...i
|
|
1254
|
+
} = t;
|
|
1255
|
+
return {
|
|
1256
|
+
display: "flex",
|
|
1257
|
+
flexWrap: "wrap",
|
|
1258
|
+
alignItems: n,
|
|
1259
|
+
justifyContent: a,
|
|
1260
|
+
gap: o,
|
|
1261
|
+
columnGap: e,
|
|
1262
|
+
rowGap: r,
|
|
1263
|
+
...i
|
|
1264
|
+
};
|
|
1265
|
+
}
|
|
1266
|
+
}, Te = (t = {}) => {
|
|
1267
|
+
const e = _(Et, t);
|
|
1268
|
+
return Et.transform(e, f);
|
|
1269
|
+
}, _n = (t) => m(Te(t));
|
|
1270
|
+
_n.raw = Te;
|
|
1271
|
+
const Mt = {
|
|
1272
|
+
transform(t) {
|
|
1273
|
+
return {
|
|
1274
|
+
position: "relative",
|
|
1275
|
+
maxWidth: "8xl",
|
|
1276
|
+
mx: "auto",
|
|
1277
|
+
px: {
|
|
1278
|
+
base: "4",
|
|
1279
|
+
md: "6",
|
|
1280
|
+
lg: "8"
|
|
1281
|
+
},
|
|
1282
|
+
...t
|
|
1283
|
+
};
|
|
1284
|
+
}
|
|
1285
|
+
}, je = (t = {}) => {
|
|
1286
|
+
const e = _(Mt, t);
|
|
1287
|
+
return Mt.transform(e, f);
|
|
1288
|
+
}, hn = (t) => m(je(t));
|
|
1289
|
+
hn.raw = je;
|
|
1290
|
+
const Tt = {
|
|
1291
|
+
transform(t, {
|
|
1292
|
+
map: e
|
|
1293
|
+
}) {
|
|
1294
|
+
const {
|
|
1295
|
+
orientation: r,
|
|
1296
|
+
thickness: o,
|
|
1297
|
+
color: n,
|
|
1298
|
+
...a
|
|
1299
|
+
} = t;
|
|
1300
|
+
return {
|
|
1301
|
+
"--thickness": o,
|
|
1302
|
+
width: e(r, (i) => i === "vertical" ? void 0 : "100%"),
|
|
1303
|
+
height: e(r, (i) => i === "horizontal" ? void 0 : "100%"),
|
|
1304
|
+
borderBlockEndWidth: e(r, (i) => i === "horizontal" ? "var(--thickness)" : void 0),
|
|
1305
|
+
borderInlineEndWidth: e(r, (i) => i === "vertical" ? "var(--thickness)" : void 0),
|
|
1306
|
+
borderColor: n,
|
|
1307
|
+
...a
|
|
1308
|
+
};
|
|
1309
|
+
},
|
|
1310
|
+
defaultValues: {
|
|
1311
|
+
orientation: "horizontal",
|
|
1312
|
+
thickness: "1px"
|
|
1313
|
+
}
|
|
1314
|
+
}, Fe = (t = {}) => {
|
|
1315
|
+
const e = _(Tt, t);
|
|
1316
|
+
return Tt.transform(e, f);
|
|
1317
|
+
}, Sn = (t) => m(Fe(t));
|
|
1318
|
+
Sn.raw = Fe;
|
|
1319
|
+
const jt = {
|
|
1320
|
+
transform(t, {
|
|
1321
|
+
map: e
|
|
1322
|
+
}) {
|
|
1323
|
+
const {
|
|
1324
|
+
offset: r,
|
|
1325
|
+
offsetX: o,
|
|
1326
|
+
offsetY: n,
|
|
1327
|
+
placement: a,
|
|
1328
|
+
...i
|
|
1329
|
+
} = t;
|
|
1330
|
+
return {
|
|
1331
|
+
display: "inline-flex",
|
|
1332
|
+
justifyContent: "center",
|
|
1333
|
+
alignItems: "center",
|
|
1334
|
+
position: "absolute",
|
|
1335
|
+
insetBlockStart: e(a, (s) => {
|
|
1336
|
+
const [l] = s.split("-");
|
|
1337
|
+
return {
|
|
1338
|
+
top: n,
|
|
1339
|
+
middle: "50%",
|
|
1340
|
+
bottom: "auto"
|
|
1341
|
+
}[l];
|
|
1342
|
+
}),
|
|
1343
|
+
insetBlockEnd: e(a, (s) => {
|
|
1344
|
+
const [l] = s.split("-");
|
|
1345
|
+
return {
|
|
1346
|
+
top: "auto",
|
|
1347
|
+
middle: "50%",
|
|
1348
|
+
bottom: n
|
|
1349
|
+
}[l];
|
|
1350
|
+
}),
|
|
1351
|
+
insetInlineStart: e(a, (s) => {
|
|
1352
|
+
const [, l] = s.split("-");
|
|
1353
|
+
return {
|
|
1354
|
+
start: o,
|
|
1355
|
+
center: "50%",
|
|
1356
|
+
end: "auto"
|
|
1357
|
+
}[l];
|
|
1358
|
+
}),
|
|
1359
|
+
insetInlineEnd: e(a, (s) => {
|
|
1360
|
+
const [, l] = s.split("-");
|
|
1361
|
+
return {
|
|
1362
|
+
start: "auto",
|
|
1363
|
+
center: "50%",
|
|
1364
|
+
end: o
|
|
1365
|
+
}[l];
|
|
1366
|
+
}),
|
|
1367
|
+
translate: e(a, (s) => {
|
|
1368
|
+
const [l, c] = s.split("-"), d = {
|
|
1369
|
+
start: "-50%",
|
|
1370
|
+
center: "-50%",
|
|
1371
|
+
end: "50%"
|
|
1372
|
+
}, h = {
|
|
1373
|
+
top: "-50%",
|
|
1374
|
+
middle: "-50%",
|
|
1375
|
+
bottom: "50%"
|
|
1376
|
+
};
|
|
1377
|
+
return `${d[c]} ${h[l]}`;
|
|
1378
|
+
}),
|
|
1379
|
+
...i
|
|
1380
|
+
};
|
|
1381
|
+
},
|
|
1382
|
+
defaultValues(t) {
|
|
1383
|
+
const e = t.offset || "0";
|
|
1384
|
+
return {
|
|
1385
|
+
offset: e,
|
|
1386
|
+
offsetX: e,
|
|
1387
|
+
offsetY: e,
|
|
1388
|
+
placement: "top-end"
|
|
1389
|
+
};
|
|
1390
|
+
}
|
|
1391
|
+
}, We = (t = {}) => {
|
|
1392
|
+
const e = _(jt, t);
|
|
1393
|
+
return jt.transform(e, f);
|
|
1394
|
+
}, yn = (t) => m(We(t));
|
|
1395
|
+
yn.raw = We;
|
|
1396
|
+
const Ft = {
|
|
1397
|
+
transform(t, {
|
|
1398
|
+
map: e,
|
|
1399
|
+
isCssUnit: r,
|
|
1400
|
+
isCssVar: o
|
|
1401
|
+
}) {
|
|
1402
|
+
const {
|
|
1403
|
+
inline: n,
|
|
1404
|
+
block: a,
|
|
1405
|
+
...i
|
|
1406
|
+
} = t, s = (l) => r(l) || o(l) ? l : `token(spacing.${l}, ${l})`;
|
|
1407
|
+
return {
|
|
1408
|
+
"--bleed-x": e(n, s),
|
|
1409
|
+
"--bleed-y": e(a, s),
|
|
1410
|
+
marginInline: "calc(var(--bleed-x, 0) * -1)",
|
|
1411
|
+
marginBlock: "calc(var(--bleed-y, 0) * -1)",
|
|
1412
|
+
...i
|
|
1413
|
+
};
|
|
1414
|
+
},
|
|
1415
|
+
defaultValues: {
|
|
1416
|
+
inline: "0",
|
|
1417
|
+
block: "0"
|
|
1418
|
+
}
|
|
1419
|
+
}, ze = (t = {}) => {
|
|
1420
|
+
const e = _(Ft, t);
|
|
1421
|
+
return Ft.transform(e, f);
|
|
1422
|
+
}, kn = (t) => m(ze(t));
|
|
1423
|
+
kn.raw = ze;
|
|
1424
|
+
const Wt = {
|
|
1425
|
+
transform(t) {
|
|
1426
|
+
return {
|
|
1427
|
+
srOnly: !0,
|
|
1428
|
+
...t
|
|
1429
|
+
};
|
|
1430
|
+
}
|
|
1431
|
+
}, Le = (t = {}) => {
|
|
1432
|
+
const e = _(Wt, t);
|
|
1433
|
+
return Wt.transform(e, f);
|
|
1434
|
+
}, xn = (t) => m(Le(t));
|
|
1435
|
+
xn.raw = Le;
|
|
1436
|
+
const zt = {
|
|
1437
|
+
transform(t) {
|
|
1438
|
+
const {
|
|
1439
|
+
name: e,
|
|
1440
|
+
type: r,
|
|
1441
|
+
...o
|
|
1442
|
+
} = t;
|
|
1443
|
+
return {
|
|
1444
|
+
containerType: r,
|
|
1445
|
+
containerName: e,
|
|
1446
|
+
...o
|
|
1447
|
+
};
|
|
1448
|
+
},
|
|
1449
|
+
defaultValues: {
|
|
1450
|
+
type: "inline-size"
|
|
1451
|
+
}
|
|
1452
|
+
}, De = (t = {}) => {
|
|
1453
|
+
const e = _(zt, t);
|
|
1454
|
+
return zt.transform(e, f);
|
|
1455
|
+
}, vn = (t) => m(De(t));
|
|
1456
|
+
vn.raw = De;
|
|
1457
|
+
export {
|
|
1458
|
+
ze as $,
|
|
1459
|
+
Ln as A,
|
|
1460
|
+
Bn as B,
|
|
1461
|
+
p as C,
|
|
1462
|
+
u as D,
|
|
1463
|
+
g as E,
|
|
1464
|
+
x as F,
|
|
1465
|
+
Cn as G,
|
|
1466
|
+
b as H,
|
|
1467
|
+
rn as I,
|
|
1468
|
+
mr as J,
|
|
1469
|
+
ke as K,
|
|
1470
|
+
xe as L,
|
|
1471
|
+
ve as M,
|
|
1472
|
+
Ce as N,
|
|
1473
|
+
we as O,
|
|
1474
|
+
Be as P,
|
|
1475
|
+
Ve as Q,
|
|
1476
|
+
Pe as R,
|
|
1477
|
+
Re as S,
|
|
1478
|
+
Ie as T,
|
|
1479
|
+
Oe as U,
|
|
1480
|
+
Ee as V,
|
|
1481
|
+
Me as W,
|
|
1482
|
+
Te as X,
|
|
1483
|
+
je as Y,
|
|
1484
|
+
Fe as Z,
|
|
1485
|
+
We as _,
|
|
1486
|
+
An as a,
|
|
1487
|
+
Le as a0,
|
|
1488
|
+
De as a1,
|
|
1489
|
+
w as a2,
|
|
1490
|
+
wn as a3,
|
|
1491
|
+
D as a4,
|
|
1492
|
+
xr as a5,
|
|
1493
|
+
Qo as a6,
|
|
1494
|
+
Zn as a7,
|
|
1495
|
+
on as a8,
|
|
1496
|
+
nn as a9,
|
|
1497
|
+
an as aa,
|
|
1498
|
+
sn as ab,
|
|
1499
|
+
ln as ac,
|
|
1500
|
+
cn as ad,
|
|
1501
|
+
dn as ae,
|
|
1502
|
+
pn as af,
|
|
1503
|
+
gn as ag,
|
|
1504
|
+
un as ah,
|
|
1505
|
+
mn as ai,
|
|
1506
|
+
bn as aj,
|
|
1507
|
+
fn as ak,
|
|
1508
|
+
_n as al,
|
|
1509
|
+
hn as am,
|
|
1510
|
+
Sn as an,
|
|
1511
|
+
yn as ao,
|
|
1512
|
+
kn as ap,
|
|
1513
|
+
xn as aq,
|
|
1514
|
+
vn as ar,
|
|
1515
|
+
m as b,
|
|
1516
|
+
kr as c,
|
|
1517
|
+
Mn as d,
|
|
1518
|
+
Gn as e,
|
|
1519
|
+
Kn as f,
|
|
1520
|
+
jn as g,
|
|
1521
|
+
Fn as h,
|
|
1522
|
+
Pn as i,
|
|
1523
|
+
Hn as j,
|
|
1524
|
+
Rn as k,
|
|
1525
|
+
$n as l,
|
|
1526
|
+
On as m,
|
|
1527
|
+
qn as n,
|
|
1528
|
+
qt as o,
|
|
1529
|
+
Tn as p,
|
|
1530
|
+
Un as q,
|
|
1531
|
+
Nn as r,
|
|
1532
|
+
En as s,
|
|
1533
|
+
Vn as t,
|
|
1534
|
+
In as u,
|
|
1535
|
+
Wn as v,
|
|
1536
|
+
Xn as w,
|
|
1537
|
+
zn as x,
|
|
1538
|
+
Yn as y,
|
|
1539
|
+
Dn as z
|
|
1540
|
+
};
|