@erquhart/heroui-native 1.0.0-beta.10.1
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/LICENSE +21 -0
- package/README.md +109 -0
- package/lib/module/components/accordion/accordion.animation.js +145 -0
- package/lib/module/components/accordion/accordion.animation.js.map +1 -0
- package/lib/module/components/accordion/accordion.constants.js +53 -0
- package/lib/module/components/accordion/accordion.constants.js.map +1 -0
- package/lib/module/components/accordion/accordion.js +288 -0
- package/lib/module/components/accordion/accordion.js.map +1 -0
- package/lib/module/components/accordion/accordion.md +406 -0
- package/lib/module/components/accordion/accordion.styles.js +90 -0
- package/lib/module/components/accordion/accordion.styles.js.map +1 -0
- package/lib/module/components/accordion/accordion.types.js +4 -0
- package/lib/module/components/accordion/accordion.types.js.map +1 -0
- package/lib/module/components/accordion/chevron-down-icon.js +24 -0
- package/lib/module/components/accordion/chevron-down-icon.js.map +1 -0
- package/lib/module/components/accordion/index.js +5 -0
- package/lib/module/components/accordion/index.js.map +1 -0
- package/lib/module/components/avatar/avatar.animation.js +111 -0
- package/lib/module/components/avatar/avatar.animation.js.map +1 -0
- package/lib/module/components/avatar/avatar.constants.js +20 -0
- package/lib/module/components/avatar/avatar.constants.js.map +1 -0
- package/lib/module/components/avatar/avatar.context.js +11 -0
- package/lib/module/components/avatar/avatar.context.js.map +1 -0
- package/lib/module/components/avatar/avatar.js +222 -0
- package/lib/module/components/avatar/avatar.js.map +1 -0
- package/lib/module/components/avatar/avatar.md +376 -0
- package/lib/module/components/avatar/avatar.styles.js +150 -0
- package/lib/module/components/avatar/avatar.styles.js.map +1 -0
- package/lib/module/components/avatar/avatar.types.js +4 -0
- package/lib/module/components/avatar/avatar.types.js.map +1 -0
- package/lib/module/components/avatar/index.js +4 -0
- package/lib/module/components/avatar/index.js.map +1 -0
- package/lib/module/components/avatar/person-icon.js +23 -0
- package/lib/module/components/avatar/person-icon.js.map +1 -0
- package/lib/module/components/bottom-sheet/bottom-sheet.animation.js +37 -0
- package/lib/module/components/bottom-sheet/bottom-sheet.animation.js.map +1 -0
- package/lib/module/components/bottom-sheet/bottom-sheet.constants.js +16 -0
- package/lib/module/components/bottom-sheet/bottom-sheet.constants.js.map +1 -0
- package/lib/module/components/bottom-sheet/bottom-sheet.js +329 -0
- package/lib/module/components/bottom-sheet/bottom-sheet.js.map +1 -0
- package/lib/module/components/bottom-sheet/bottom-sheet.md +341 -0
- package/lib/module/components/bottom-sheet/bottom-sheet.styles.js +61 -0
- package/lib/module/components/bottom-sheet/bottom-sheet.styles.js.map +1 -0
- package/lib/module/components/bottom-sheet/bottom-sheet.types.js +4 -0
- package/lib/module/components/bottom-sheet/bottom-sheet.types.js.map +1 -0
- package/lib/module/components/bottom-sheet/index.js +4 -0
- package/lib/module/components/bottom-sheet/index.js.map +1 -0
- package/lib/module/components/button/button.constants.js +10 -0
- package/lib/module/components/button/button.constants.js.map +1 -0
- package/lib/module/components/button/button.js +201 -0
- package/lib/module/components/button/button.js.map +1 -0
- package/lib/module/components/button/button.md +316 -0
- package/lib/module/components/button/button.styles.js +88 -0
- package/lib/module/components/button/button.styles.js.map +1 -0
- package/lib/module/components/button/button.types.js +4 -0
- package/lib/module/components/button/button.types.js.map +1 -0
- package/lib/module/components/button/index.js +4 -0
- package/lib/module/components/button/index.js.map +1 -0
- package/lib/module/components/card/card.constants.js +14 -0
- package/lib/module/components/card/card.constants.js.map +1 -0
- package/lib/module/components/card/card.js +169 -0
- package/lib/module/components/card/card.js.map +1 -0
- package/lib/module/components/card/card.md +187 -0
- package/lib/module/components/card/card.styles.js +32 -0
- package/lib/module/components/card/card.styles.js.map +1 -0
- package/lib/module/components/card/card.types.js +4 -0
- package/lib/module/components/card/card.types.js.map +1 -0
- package/lib/module/components/card/index.js +4 -0
- package/lib/module/components/card/index.js.map +1 -0
- package/lib/module/components/checkbox/checkbox.animation.js +164 -0
- package/lib/module/components/checkbox/checkbox.animation.js.map +1 -0
- package/lib/module/components/checkbox/checkbox.constants.js +8 -0
- package/lib/module/components/checkbox/checkbox.constants.js.map +1 -0
- package/lib/module/components/checkbox/checkbox.js +188 -0
- package/lib/module/components/checkbox/checkbox.js.map +1 -0
- package/lib/module/components/checkbox/checkbox.md +305 -0
- package/lib/module/components/checkbox/checkbox.styles.js +104 -0
- package/lib/module/components/checkbox/checkbox.styles.js.map +1 -0
- package/lib/module/components/checkbox/checkbox.types.js +4 -0
- package/lib/module/components/checkbox/checkbox.types.js.map +1 -0
- package/lib/module/components/checkbox/index.js +4 -0
- package/lib/module/components/checkbox/index.js.map +1 -0
- package/lib/module/components/chip/chip.animation.js +17 -0
- package/lib/module/components/chip/chip.animation.js.map +1 -0
- package/lib/module/components/chip/chip.constants.js +10 -0
- package/lib/module/components/chip/chip.constants.js.map +1 -0
- package/lib/module/components/chip/chip.js +118 -0
- package/lib/module/components/chip/chip.js.map +1 -0
- package/lib/module/components/chip/chip.md +190 -0
- package/lib/module/components/chip/chip.styles.js +206 -0
- package/lib/module/components/chip/chip.styles.js.map +1 -0
- package/lib/module/components/chip/chip.types.js +4 -0
- package/lib/module/components/chip/chip.types.js.map +1 -0
- package/lib/module/components/chip/index.js +4 -0
- package/lib/module/components/chip/index.js.map +1 -0
- package/lib/module/components/dialog/dialog.animation.js +8 -0
- package/lib/module/components/dialog/dialog.animation.js.map +1 -0
- package/lib/module/components/dialog/dialog.constants.js +16 -0
- package/lib/module/components/dialog/dialog.constants.js.map +1 -0
- package/lib/module/components/dialog/dialog.js +340 -0
- package/lib/module/components/dialog/dialog.js.map +1 -0
- package/lib/module/components/dialog/dialog.md +363 -0
- package/lib/module/components/dialog/dialog.styles.js +80 -0
- package/lib/module/components/dialog/dialog.styles.js.map +1 -0
- package/lib/module/components/dialog/dialog.types.js +4 -0
- package/lib/module/components/dialog/dialog.types.js.map +1 -0
- package/lib/module/components/dialog/index.js +4 -0
- package/lib/module/components/dialog/index.js.map +1 -0
- package/lib/module/components/divider/divider.constants.js +9 -0
- package/lib/module/components/divider/divider.constants.js.map +1 -0
- package/lib/module/components/divider/divider.js +58 -0
- package/lib/module/components/divider/divider.js.map +1 -0
- package/lib/module/components/divider/divider.md +98 -0
- package/lib/module/components/divider/divider.styles.js +47 -0
- package/lib/module/components/divider/divider.styles.js.map +1 -0
- package/lib/module/components/divider/divider.types.js +4 -0
- package/lib/module/components/divider/divider.types.js.map +1 -0
- package/lib/module/components/divider/index.js +4 -0
- package/lib/module/components/divider/index.js.map +1 -0
- package/lib/module/components/error-view/error-view.animation.js +44 -0
- package/lib/module/components/error-view/error-view.animation.js.map +1 -0
- package/lib/module/components/error-view/error-view.constants.js +31 -0
- package/lib/module/components/error-view/error-view.constants.js.map +1 -0
- package/lib/module/components/error-view/error-view.js +66 -0
- package/lib/module/components/error-view/error-view.js.map +1 -0
- package/lib/module/components/error-view/error-view.md +177 -0
- package/lib/module/components/error-view/error-view.styles.js +15 -0
- package/lib/module/components/error-view/error-view.styles.js.map +1 -0
- package/lib/module/components/error-view/error-view.types.js +4 -0
- package/lib/module/components/error-view/error-view.types.js.map +1 -0
- package/lib/module/components/error-view/index.js +4 -0
- package/lib/module/components/error-view/index.js.map +1 -0
- package/lib/module/components/form-field/form-field.animation.js +17 -0
- package/lib/module/components/form-field/form-field.animation.js.map +1 -0
- package/lib/module/components/form-field/form-field.constants.js +13 -0
- package/lib/module/components/form-field/form-field.constants.js.map +1 -0
- package/lib/module/components/form-field/form-field.context.js +13 -0
- package/lib/module/components/form-field/form-field.context.js.map +1 -0
- package/lib/module/components/form-field/form-field.js +257 -0
- package/lib/module/components/form-field/form-field.js.map +1 -0
- package/lib/module/components/form-field/form-field.md +243 -0
- package/lib/module/components/form-field/form-field.styles.js +36 -0
- package/lib/module/components/form-field/form-field.styles.js.map +1 -0
- package/lib/module/components/form-field/form-field.types.js +4 -0
- package/lib/module/components/form-field/form-field.types.js.map +1 -0
- package/lib/module/components/form-field/index.js +4 -0
- package/lib/module/components/form-field/index.js.map +1 -0
- package/lib/module/components/popover/arrow-svg.js +161 -0
- package/lib/module/components/popover/arrow-svg.js.map +1 -0
- package/lib/module/components/popover/index.js +4 -0
- package/lib/module/components/popover/index.js.map +1 -0
- package/lib/module/components/popover/popover.animation.js +8 -0
- package/lib/module/components/popover/popover.animation.js.map +1 -0
- package/lib/module/components/popover/popover.constants.js +37 -0
- package/lib/module/components/popover/popover.constants.js.map +1 -0
- package/lib/module/components/popover/popover.js +502 -0
- package/lib/module/components/popover/popover.js.map +1 -0
- package/lib/module/components/popover/popover.md +521 -0
- package/lib/module/components/popover/popover.styles.js +87 -0
- package/lib/module/components/popover/popover.styles.js.map +1 -0
- package/lib/module/components/popover/popover.types.js +4 -0
- package/lib/module/components/popover/popover.types.js.map +1 -0
- package/lib/module/components/pressable-feedback/index.js +5 -0
- package/lib/module/components/pressable-feedback/index.js.map +1 -0
- package/lib/module/components/pressable-feedback/pressable-feedback.animation.js +291 -0
- package/lib/module/components/pressable-feedback/pressable-feedback.animation.js.map +1 -0
- package/lib/module/components/pressable-feedback/pressable-feedback.constants.js +13 -0
- package/lib/module/components/pressable-feedback/pressable-feedback.constants.js.map +1 -0
- package/lib/module/components/pressable-feedback/pressable-feedback.js +220 -0
- package/lib/module/components/pressable-feedback/pressable-feedback.js.map +1 -0
- package/lib/module/components/pressable-feedback/pressable-feedback.md +246 -0
- package/lib/module/components/pressable-feedback/pressable-feedback.styles.js +104 -0
- package/lib/module/components/pressable-feedback/pressable-feedback.styles.js.map +1 -0
- package/lib/module/components/pressable-feedback/pressable-feedback.types.js +4 -0
- package/lib/module/components/pressable-feedback/pressable-feedback.types.js.map +1 -0
- package/lib/module/components/radio-group/index.js +4 -0
- package/lib/module/components/radio-group/index.js.map +1 -0
- package/lib/module/components/radio-group/radio-group.animation.js +80 -0
- package/lib/module/components/radio-group/radio-group.animation.js.map +1 -0
- package/lib/module/components/radio-group/radio-group.constants.js +16 -0
- package/lib/module/components/radio-group/radio-group.constants.js.map +1 -0
- package/lib/module/components/radio-group/radio-group.js +266 -0
- package/lib/module/components/radio-group/radio-group.js.map +1 -0
- package/lib/module/components/radio-group/radio-group.md +303 -0
- package/lib/module/components/radio-group/radio-group.styles.js +95 -0
- package/lib/module/components/radio-group/radio-group.styles.js.map +1 -0
- package/lib/module/components/radio-group/radio-group.types.js +4 -0
- package/lib/module/components/radio-group/radio-group.types.js.map +1 -0
- package/lib/module/components/scroll-shadow/index.js +4 -0
- package/lib/module/components/scroll-shadow/index.js.map +1 -0
- package/lib/module/components/scroll-shadow/scroll-shadow.animation.js +95 -0
- package/lib/module/components/scroll-shadow/scroll-shadow.animation.js.map +1 -0
- package/lib/module/components/scroll-shadow/scroll-shadow.constants.js +24 -0
- package/lib/module/components/scroll-shadow/scroll-shadow.constants.js.map +1 -0
- package/lib/module/components/scroll-shadow/scroll-shadow.js +211 -0
- package/lib/module/components/scroll-shadow/scroll-shadow.js.map +1 -0
- package/lib/module/components/scroll-shadow/scroll-shadow.md +191 -0
- package/lib/module/components/scroll-shadow/scroll-shadow.styles.js +50 -0
- package/lib/module/components/scroll-shadow/scroll-shadow.styles.js.map +1 -0
- package/lib/module/components/scroll-shadow/scroll-shadow.types.js +4 -0
- package/lib/module/components/scroll-shadow/scroll-shadow.types.js.map +1 -0
- package/lib/module/components/select/index.js +4 -0
- package/lib/module/components/select/index.js.map +1 -0
- package/lib/module/components/select/select.animation.js +8 -0
- package/lib/module/components/select/select.animation.js.map +1 -0
- package/lib/module/components/select/select.constants.js +40 -0
- package/lib/module/components/select/select.constants.js.map +1 -0
- package/lib/module/components/select/select.js +608 -0
- package/lib/module/components/select/select.js.map +1 -0
- package/lib/module/components/select/select.md +735 -0
- package/lib/module/components/select/select.styles.js +143 -0
- package/lib/module/components/select/select.styles.js.map +1 -0
- package/lib/module/components/select/select.types.js +4 -0
- package/lib/module/components/select/select.types.js.map +1 -0
- package/lib/module/components/skeleton/index.js +4 -0
- package/lib/module/components/skeleton/index.js.map +1 -0
- package/lib/module/components/skeleton/linear-gradient.js +44 -0
- package/lib/module/components/skeleton/linear-gradient.js.map +1 -0
- package/lib/module/components/skeleton/skeleton.animation.js +256 -0
- package/lib/module/components/skeleton/skeleton.animation.js.map +1 -0
- package/lib/module/components/skeleton/skeleton.constants.js +42 -0
- package/lib/module/components/skeleton/skeleton.constants.js.map +1 -0
- package/lib/module/components/skeleton/skeleton.js +157 -0
- package/lib/module/components/skeleton/skeleton.js.map +1 -0
- package/lib/module/components/skeleton/skeleton.md +200 -0
- package/lib/module/components/skeleton/skeleton.styles.js +59 -0
- package/lib/module/components/skeleton/skeleton.styles.js.map +1 -0
- package/lib/module/components/skeleton/skeleton.types.js +4 -0
- package/lib/module/components/skeleton/skeleton.types.js.map +1 -0
- package/lib/module/components/skeleton-group/index.js +4 -0
- package/lib/module/components/skeleton-group/index.js.map +1 -0
- package/lib/module/components/skeleton-group/skeleton-group.constants.js +10 -0
- package/lib/module/components/skeleton-group/skeleton-group.constants.js.map +1 -0
- package/lib/module/components/skeleton-group/skeleton-group.js +82 -0
- package/lib/module/components/skeleton-group/skeleton-group.js.map +1 -0
- package/lib/module/components/skeleton-group/skeleton-group.md +247 -0
- package/lib/module/components/skeleton-group/skeleton-group.styles.js +11 -0
- package/lib/module/components/skeleton-group/skeleton-group.styles.js.map +1 -0
- package/lib/module/components/skeleton-group/skeleton-group.types.js +4 -0
- package/lib/module/components/skeleton-group/skeleton-group.types.js.map +1 -0
- package/lib/module/components/spinner/index.js +4 -0
- package/lib/module/components/spinner/index.js.map +1 -0
- package/lib/module/components/spinner/spinner-icon.js +64 -0
- package/lib/module/components/spinner/spinner-icon.js.map +1 -0
- package/lib/module/components/spinner/spinner.animation.js +119 -0
- package/lib/module/components/spinner/spinner.animation.js.map +1 -0
- package/lib/module/components/spinner/spinner.constants.js +37 -0
- package/lib/module/components/spinner/spinner.constants.js.map +1 -0
- package/lib/module/components/spinner/spinner.js +143 -0
- package/lib/module/components/spinner/spinner.js.map +1 -0
- package/lib/module/components/spinner/spinner.md +199 -0
- package/lib/module/components/spinner/spinner.styles.js +46 -0
- package/lib/module/components/spinner/spinner.styles.js.map +1 -0
- package/lib/module/components/spinner/spinner.types.js +4 -0
- package/lib/module/components/spinner/spinner.types.js.map +1 -0
- package/lib/module/components/surface/index.js +4 -0
- package/lib/module/components/surface/index.js.map +1 -0
- package/lib/module/components/surface/surface.animation.js +17 -0
- package/lib/module/components/surface/surface.animation.js.map +1 -0
- package/lib/module/components/surface/surface.constants.js +9 -0
- package/lib/module/components/surface/surface.constants.js.map +1 -0
- package/lib/module/components/surface/surface.js +65 -0
- package/lib/module/components/surface/surface.js.map +1 -0
- package/lib/module/components/surface/surface.md +141 -0
- package/lib/module/components/surface/surface.styles.js +26 -0
- package/lib/module/components/surface/surface.styles.js.map +1 -0
- package/lib/module/components/surface/surface.types.js +4 -0
- package/lib/module/components/surface/surface.types.js.map +1 -0
- package/lib/module/components/switch/index.js +5 -0
- package/lib/module/components/switch/index.js.map +1 -0
- package/lib/module/components/switch/switch.animation.js +183 -0
- package/lib/module/components/switch/switch.animation.js.map +1 -0
- package/lib/module/components/switch/switch.constants.js +23 -0
- package/lib/module/components/switch/switch.constants.js.map +1 -0
- package/lib/module/components/switch/switch.js +223 -0
- package/lib/module/components/switch/switch.js.map +1 -0
- package/lib/module/components/switch/switch.md +332 -0
- package/lib/module/components/switch/switch.styles.js +83 -0
- package/lib/module/components/switch/switch.styles.js.map +1 -0
- package/lib/module/components/switch/switch.types.js +4 -0
- package/lib/module/components/switch/switch.types.js.map +1 -0
- package/lib/module/components/tabs/index.js +4 -0
- package/lib/module/components/tabs/index.js.map +1 -0
- package/lib/module/components/tabs/tabs.animation.js +139 -0
- package/lib/module/components/tabs/tabs.animation.js.map +1 -0
- package/lib/module/components/tabs/tabs.constants.js +16 -0
- package/lib/module/components/tabs/tabs.constants.js.map +1 -0
- package/lib/module/components/tabs/tabs.context.js +24 -0
- package/lib/module/components/tabs/tabs.context.js.map +1 -0
- package/lib/module/components/tabs/tabs.js +329 -0
- package/lib/module/components/tabs/tabs.js.map +1 -0
- package/lib/module/components/tabs/tabs.md +492 -0
- package/lib/module/components/tabs/tabs.styles.js +120 -0
- package/lib/module/components/tabs/tabs.styles.js.map +1 -0
- package/lib/module/components/tabs/tabs.types.js +4 -0
- package/lib/module/components/tabs/tabs.types.js.map +1 -0
- package/lib/module/components/text-field/index.js +4 -0
- package/lib/module/components/text-field/index.js.map +1 -0
- package/lib/module/components/text-field/text-field.animation.js +228 -0
- package/lib/module/components/text-field/text-field.animation.js.map +1 -0
- package/lib/module/components/text-field/text-field.constants.js +37 -0
- package/lib/module/components/text-field/text-field.constants.js.map +1 -0
- package/lib/module/components/text-field/text-field.js +324 -0
- package/lib/module/components/text-field/text-field.js.map +1 -0
- package/lib/module/components/text-field/text-field.md +377 -0
- package/lib/module/components/text-field/text-field.styles.js +96 -0
- package/lib/module/components/text-field/text-field.styles.js.map +1 -0
- package/lib/module/components/text-field/text-field.types.js +4 -0
- package/lib/module/components/text-field/text-field.types.js.map +1 -0
- package/lib/module/components/toast/index.js +4 -0
- package/lib/module/components/toast/index.js.map +1 -0
- package/lib/module/components/toast/toast.animation.js +315 -0
- package/lib/module/components/toast/toast.animation.js.map +1 -0
- package/lib/module/components/toast/toast.constants.js +13 -0
- package/lib/module/components/toast/toast.constants.js.map +1 -0
- package/lib/module/components/toast/toast.js +382 -0
- package/lib/module/components/toast/toast.js.map +1 -0
- package/lib/module/components/toast/toast.md +417 -0
- package/lib/module/components/toast/toast.styles.js +88 -0
- package/lib/module/components/toast/toast.styles.js.map +1 -0
- package/lib/module/components/toast/toast.types.js +4 -0
- package/lib/module/components/toast/toast.types.js.map +1 -0
- package/lib/module/helpers/components/animated-check-icon.js +53 -0
- package/lib/module/helpers/components/animated-check-icon.js.map +1 -0
- package/lib/module/helpers/components/bottom-sheet-content-container.js +49 -0
- package/lib/module/helpers/components/bottom-sheet-content-container.js.map +1 -0
- package/lib/module/helpers/components/check-icon.js +25 -0
- package/lib/module/helpers/components/check-icon.js.map +1 -0
- package/lib/module/helpers/components/close-icon.js +25 -0
- package/lib/module/helpers/components/close-icon.js.map +1 -0
- package/lib/module/helpers/components/full-window-overlay.js +7 -0
- package/lib/module/helpers/components/full-window-overlay.js.map +1 -0
- package/lib/module/helpers/components/hero-text.js +66 -0
- package/lib/module/helpers/components/hero-text.js.map +1 -0
- package/lib/module/helpers/components/index.js +8 -0
- package/lib/module/helpers/components/index.js.map +1 -0
- package/lib/module/helpers/contexts/animation-settings-context.js +14 -0
- package/lib/module/helpers/contexts/animation-settings-context.js.map +1 -0
- package/lib/module/helpers/contexts/index.js +4 -0
- package/lib/module/helpers/contexts/index.js.map +1 -0
- package/lib/module/helpers/hooks/index.js +14 -0
- package/lib/module/helpers/hooks/index.js.map +1 -0
- package/lib/module/helpers/hooks/use-augmented-ref.js +23 -0
- package/lib/module/helpers/hooks/use-augmented-ref.js.map +1 -0
- package/lib/module/helpers/hooks/use-combined-animation-disabled-state.js +48 -0
- package/lib/module/helpers/hooks/use-combined-animation-disabled-state.js.map +1 -0
- package/lib/module/helpers/hooks/use-controllable-state.js +83 -0
- package/lib/module/helpers/hooks/use-controllable-state.js.map +1 -0
- package/lib/module/helpers/hooks/use-keyboard-status.js +21 -0
- package/lib/module/helpers/hooks/use-keyboard-status.js.map +1 -0
- package/lib/module/helpers/hooks/use-popup-bottom-sheet-content-animation.js +56 -0
- package/lib/module/helpers/hooks/use-popup-bottom-sheet-content-animation.js.map +1 -0
- package/lib/module/helpers/hooks/use-popup-dialog-content-animation.js +157 -0
- package/lib/module/helpers/hooks/use-popup-dialog-content-animation.js.map +1 -0
- package/lib/module/helpers/hooks/use-popup-overlay-animation.js +58 -0
- package/lib/module/helpers/hooks/use-popup-overlay-animation.js.map +1 -0
- package/lib/module/helpers/hooks/use-popup-popover-content-animation.js +103 -0
- package/lib/module/helpers/hooks/use-popup-popover-content-animation.js.map +1 -0
- package/lib/module/helpers/hooks/use-popup-root-animation.js +200 -0
- package/lib/module/helpers/hooks/use-popup-root-animation.js.map +1 -0
- package/lib/module/helpers/hooks/use-relative-position.js +220 -0
- package/lib/module/helpers/hooks/use-relative-position.js.map +1 -0
- package/lib/module/helpers/hooks/use-resolved-style-property.js +89 -0
- package/lib/module/helpers/hooks/use-resolved-style-property.js.map +1 -0
- package/lib/module/helpers/theme/color-kit/index.js +2338 -0
- package/lib/module/helpers/theme/color-kit/index.js.map +1 -0
- package/lib/module/helpers/theme/color-kit/types.js +2 -0
- package/lib/module/helpers/theme/color-kit/types.js.map +1 -0
- package/lib/module/helpers/theme/hooks/use-is-on-surface.js +8 -0
- package/lib/module/helpers/theme/hooks/use-is-on-surface.js.map +1 -0
- package/lib/module/helpers/theme/hooks/use-theme-color.js +43 -0
- package/lib/module/helpers/theme/hooks/use-theme-color.js.map +1 -0
- package/lib/module/helpers/theme/index.js +7 -0
- package/lib/module/helpers/theme/index.js.map +1 -0
- package/lib/module/helpers/theme/types.js +22 -0
- package/lib/module/helpers/theme/types.js.map +1 -0
- package/lib/module/helpers/theme/utils/cn.js +16 -0
- package/lib/module/helpers/theme/utils/cn.js.map +1 -0
- package/lib/module/helpers/theme/utils/combine-styles.js +16 -0
- package/lib/module/helpers/theme/utils/combine-styles.js.map +1 -0
- package/lib/module/helpers/types/animation.js +4 -0
- package/lib/module/helpers/types/animation.js.map +1 -0
- package/lib/module/helpers/types/bottom-sheet.js +4 -0
- package/lib/module/helpers/types/bottom-sheet.js.map +1 -0
- package/lib/module/helpers/types/index.js +7 -0
- package/lib/module/helpers/types/index.js.map +1 -0
- package/lib/module/helpers/types/misc.js +2 -0
- package/lib/module/helpers/types/misc.js.map +1 -0
- package/lib/module/helpers/types/primitives.js +4 -0
- package/lib/module/helpers/types/primitives.js.map +1 -0
- package/lib/module/helpers/utils/animation.js +212 -0
- package/lib/module/helpers/utils/animation.js.map +1 -0
- package/lib/module/helpers/utils/children-to-string.js +69 -0
- package/lib/module/helpers/utils/children-to-string.js.map +1 -0
- package/lib/module/helpers/utils/create-context.js +29 -0
- package/lib/module/helpers/utils/create-context.js.map +1 -0
- package/lib/module/helpers/utils/ease-gradient/create-interpolation.js +29 -0
- package/lib/module/helpers/utils/ease-gradient/create-interpolation.js.map +1 -0
- package/lib/module/helpers/utils/ease-gradient/index.js +60 -0
- package/lib/module/helpers/utils/ease-gradient/index.js.map +1 -0
- package/lib/module/helpers/utils/get-element-by-display-name.js +8 -0
- package/lib/module/helpers/utils/get-element-by-display-name.js.map +1 -0
- package/lib/module/helpers/utils/get-element-with-default.js +11 -0
- package/lib/module/helpers/utils/get-element-with-default.js.map +1 -0
- package/lib/module/helpers/utils/has-prop.js +15 -0
- package/lib/module/helpers/utils/has-prop.js.map +1 -0
- package/lib/module/helpers/utils/index.js +10 -0
- package/lib/module/helpers/utils/index.js.map +1 -0
- package/lib/module/index.js +36 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/package.json +1 -0
- package/lib/module/primitives/README.md +27 -0
- package/lib/module/primitives/accordion/accordion.js +208 -0
- package/lib/module/primitives/accordion/accordion.js.map +1 -0
- package/lib/module/primitives/accordion/accordion.types.js +4 -0
- package/lib/module/primitives/accordion/accordion.types.js.map +1 -0
- package/lib/module/primitives/accordion/accordion.utils.js +9 -0
- package/lib/module/primitives/accordion/accordion.utils.js.map +1 -0
- package/lib/module/primitives/accordion/index.js +5 -0
- package/lib/module/primitives/accordion/index.js.map +1 -0
- package/lib/module/primitives/activity-indicator/activity-indicator.js +43 -0
- package/lib/module/primitives/activity-indicator/activity-indicator.js.map +1 -0
- package/lib/module/primitives/activity-indicator/activity-indicator.types.js +4 -0
- package/lib/module/primitives/activity-indicator/activity-indicator.types.js.map +1 -0
- package/lib/module/primitives/activity-indicator/index.js +5 -0
- package/lib/module/primitives/activity-indicator/index.js.map +1 -0
- package/lib/module/primitives/avatar/avatar.js +133 -0
- package/lib/module/primitives/avatar/avatar.js.map +1 -0
- package/lib/module/primitives/avatar/avatar.types.js +4 -0
- package/lib/module/primitives/avatar/avatar.types.js.map +1 -0
- package/lib/module/primitives/avatar/avatar.utils.js +98 -0
- package/lib/module/primitives/avatar/avatar.utils.js.map +1 -0
- package/lib/module/primitives/avatar/index.js +5 -0
- package/lib/module/primitives/avatar/index.js.map +1 -0
- package/lib/module/primitives/bottom-sheet/bottom-sheet.js +214 -0
- package/lib/module/primitives/bottom-sheet/bottom-sheet.js.map +1 -0
- package/lib/module/primitives/bottom-sheet/bottom-sheet.types.js +4 -0
- package/lib/module/primitives/bottom-sheet/bottom-sheet.types.js.map +1 -0
- package/lib/module/primitives/bottom-sheet/index.js +5 -0
- package/lib/module/primitives/bottom-sheet/index.js.map +1 -0
- package/lib/module/primitives/checkbox/checkbox.js +99 -0
- package/lib/module/primitives/checkbox/checkbox.js.map +1 -0
- package/lib/module/primitives/checkbox/checkbox.types.js +4 -0
- package/lib/module/primitives/checkbox/checkbox.types.js.map +1 -0
- package/lib/module/primitives/checkbox/index.js +5 -0
- package/lib/module/primitives/checkbox/index.js.map +1 -0
- package/lib/module/primitives/dialog/dialog.js +234 -0
- package/lib/module/primitives/dialog/dialog.js.map +1 -0
- package/lib/module/primitives/dialog/dialog.types.js +4 -0
- package/lib/module/primitives/dialog/dialog.types.js.map +1 -0
- package/lib/module/primitives/dialog/index.js +5 -0
- package/lib/module/primitives/dialog/index.js.map +1 -0
- package/lib/module/primitives/label/index.js +5 -0
- package/lib/module/primitives/label/index.js.map +1 -0
- package/lib/module/primitives/label/label.js +33 -0
- package/lib/module/primitives/label/label.js.map +1 -0
- package/lib/module/primitives/label/label.types.js +4 -0
- package/lib/module/primitives/label/label.types.js.map +1 -0
- package/lib/module/primitives/popover/index.js +5 -0
- package/lib/module/primitives/popover/index.js.map +1 -0
- package/lib/module/primitives/popover/popover.js +340 -0
- package/lib/module/primitives/popover/popover.js.map +1 -0
- package/lib/module/primitives/popover/popover.types.js +4 -0
- package/lib/module/primitives/popover/popover.types.js.map +1 -0
- package/lib/module/primitives/portal/index.js +4 -0
- package/lib/module/primitives/portal/index.js.map +1 -0
- package/lib/module/primitives/portal/portal.js +105 -0
- package/lib/module/primitives/portal/portal.js.map +1 -0
- package/lib/module/primitives/radio-group/index.js +5 -0
- package/lib/module/primitives/radio-group/index.js.map +1 -0
- package/lib/module/primitives/radio-group/radio-group.js +92 -0
- package/lib/module/primitives/radio-group/radio-group.js.map +1 -0
- package/lib/module/primitives/radio-group/radio-group.types.js +4 -0
- package/lib/module/primitives/radio-group/radio-group.types.js.map +1 -0
- package/lib/module/primitives/select/index.js +5 -0
- package/lib/module/primitives/select/index.js.map +1 -0
- package/lib/module/primitives/select/select.js +555 -0
- package/lib/module/primitives/select/select.js.map +1 -0
- package/lib/module/primitives/select/select.types.js +4 -0
- package/lib/module/primitives/select/select.types.js.map +1 -0
- package/lib/module/primitives/slot/index.js +4 -0
- package/lib/module/primitives/slot/index.js.map +1 -0
- package/lib/module/primitives/slot/slot.js +78 -0
- package/lib/module/primitives/slot/slot.js.map +1 -0
- package/lib/module/primitives/slot/types.js +4 -0
- package/lib/module/primitives/slot/types.js.map +1 -0
- package/lib/module/primitives/slot/utils.js +79 -0
- package/lib/module/primitives/slot/utils.js.map +1 -0
- package/lib/module/primitives/switch/index.js +5 -0
- package/lib/module/primitives/switch/index.js.map +1 -0
- package/lib/module/primitives/switch/switch.js +57 -0
- package/lib/module/primitives/switch/switch.js.map +1 -0
- package/lib/module/primitives/switch/switch.types.js +4 -0
- package/lib/module/primitives/switch/switch.types.js.map +1 -0
- package/lib/module/primitives/tabs/index.js +5 -0
- package/lib/module/primitives/tabs/index.js.map +1 -0
- package/lib/module/primitives/tabs/tabs.js +169 -0
- package/lib/module/primitives/tabs/tabs.js.map +1 -0
- package/lib/module/primitives/tabs/tabs.types.js +4 -0
- package/lib/module/primitives/tabs/tabs.types.js.map +1 -0
- package/lib/module/primitives/toast/index.js +5 -0
- package/lib/module/primitives/toast/index.js.map +1 -0
- package/lib/module/primitives/toast/toast.js +117 -0
- package/lib/module/primitives/toast/toast.js.map +1 -0
- package/lib/module/primitives/toast/toast.types.js +4 -0
- package/lib/module/primitives/toast/toast.types.js.map +1 -0
- package/lib/module/providers/animation-settings/index.js +4 -0
- package/lib/module/providers/animation-settings/index.js.map +1 -0
- package/lib/module/providers/animation-settings/provider.js +43 -0
- package/lib/module/providers/animation-settings/provider.js.map +1 -0
- package/lib/module/providers/animation-settings/types.js +4 -0
- package/lib/module/providers/animation-settings/types.js.map +1 -0
- package/lib/module/providers/hero-ui-native/index.js +5 -0
- package/lib/module/providers/hero-ui-native/index.js.map +1 -0
- package/lib/module/providers/hero-ui-native/provider.js +92 -0
- package/lib/module/providers/hero-ui-native/provider.js.map +1 -0
- package/lib/module/providers/hero-ui-native/provider.md +332 -0
- package/lib/module/providers/hero-ui-native/types.js +4 -0
- package/lib/module/providers/hero-ui-native/types.js.map +1 -0
- package/lib/module/providers/text-component/index.js +5 -0
- package/lib/module/providers/text-component/index.js.map +1 -0
- package/lib/module/providers/text-component/provider.js +8 -0
- package/lib/module/providers/text-component/provider.js.map +1 -0
- package/lib/module/providers/text-component/types.js +4 -0
- package/lib/module/providers/text-component/types.js.map +1 -0
- package/lib/module/providers/toast/index.js +5 -0
- package/lib/module/providers/toast/index.js.map +1 -0
- package/lib/module/providers/toast/insets-container.js +46 -0
- package/lib/module/providers/toast/insets-container.js.map +1 -0
- package/lib/module/providers/toast/provider.js +366 -0
- package/lib/module/providers/toast/provider.js.map +1 -0
- package/lib/module/providers/toast/reducer.js +28 -0
- package/lib/module/providers/toast/reducer.js.map +1 -0
- package/lib/module/providers/toast/toast-config.context.js +25 -0
- package/lib/module/providers/toast/toast-config.context.js.map +1 -0
- package/lib/module/providers/toast/toast-item-renderer.js +35 -0
- package/lib/module/providers/toast/toast-item-renderer.js.map +1 -0
- package/lib/module/providers/toast/types.js +4 -0
- package/lib/module/providers/toast/types.js.map +1 -0
- package/lib/module/styles/index.css +3 -0
- package/lib/module/styles/theme.css +205 -0
- package/lib/module/styles/theme.md +423 -0
- package/lib/module/styles/utilities.css +8 -0
- package/lib/module/styles/variables.css +113 -0
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/src/components/accordion/accordion.animation.d.ts +38 -0
- package/lib/typescript/src/components/accordion/accordion.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/accordion/accordion.constants.d.ts +44 -0
- package/lib/typescript/src/components/accordion/accordion.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/accordion/accordion.d.ts +53 -0
- package/lib/typescript/src/components/accordion/accordion.d.ts.map +1 -0
- package/lib/typescript/src/components/accordion/accordion.styles.d.ts +130 -0
- package/lib/typescript/src/components/accordion/accordion.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/accordion/accordion.types.d.ts +228 -0
- package/lib/typescript/src/components/accordion/accordion.types.d.ts.map +1 -0
- package/lib/typescript/src/components/accordion/chevron-down-icon.d.ts +8 -0
- package/lib/typescript/src/components/accordion/chevron-down-icon.d.ts.map +1 -0
- package/lib/typescript/src/components/accordion/index.d.ts +4 -0
- package/lib/typescript/src/components/accordion/index.d.ts.map +1 -0
- package/lib/typescript/src/components/avatar/avatar.animation.d.ts +33 -0
- package/lib/typescript/src/components/avatar/avatar.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/avatar/avatar.constants.d.ts +14 -0
- package/lib/typescript/src/components/avatar/avatar.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/avatar/avatar.context.d.ts +7 -0
- package/lib/typescript/src/components/avatar/avatar.context.d.ts.map +1 -0
- package/lib/typescript/src/components/avatar/avatar.d.ts +33 -0
- package/lib/typescript/src/components/avatar/avatar.d.ts.map +1 -0
- package/lib/typescript/src/components/avatar/avatar.styles.d.ts +269 -0
- package/lib/typescript/src/components/avatar/avatar.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/avatar/avatar.types.d.ts +188 -0
- package/lib/typescript/src/components/avatar/avatar.types.d.ts.map +1 -0
- package/lib/typescript/src/components/avatar/index.d.ts +3 -0
- package/lib/typescript/src/components/avatar/index.d.ts.map +1 -0
- package/lib/typescript/src/components/avatar/person-icon.d.ts +7 -0
- package/lib/typescript/src/components/avatar/person-icon.d.ts.map +1 -0
- package/lib/typescript/src/components/bottom-sheet/bottom-sheet.animation.d.ts +15 -0
- package/lib/typescript/src/components/bottom-sheet/bottom-sheet.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/bottom-sheet/bottom-sheet.constants.d.ts +14 -0
- package/lib/typescript/src/components/bottom-sheet/bottom-sheet.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/bottom-sheet/bottom-sheet.d.ts +54 -0
- package/lib/typescript/src/components/bottom-sheet/bottom-sheet.d.ts.map +1 -0
- package/lib/typescript/src/components/bottom-sheet/bottom-sheet.styles.d.ts +16 -0
- package/lib/typescript/src/components/bottom-sheet/bottom-sheet.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/bottom-sheet/bottom-sheet.types.d.ts +177 -0
- package/lib/typescript/src/components/bottom-sheet/bottom-sheet.types.d.ts.map +1 -0
- package/lib/typescript/src/components/bottom-sheet/index.d.ts +3 -0
- package/lib/typescript/src/components/bottom-sheet/index.d.ts.map +1 -0
- package/lib/typescript/src/components/button/button.constants.d.ts +8 -0
- package/lib/typescript/src/components/button/button.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/button/button.d.ts +31 -0
- package/lib/typescript/src/components/button/button.d.ts.map +1 -0
- package/lib/typescript/src/components/button/button.styles.d.ts +113 -0
- package/lib/typescript/src/components/button/button.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/button/button.types.d.ts +74 -0
- package/lib/typescript/src/components/button/button.types.d.ts.map +1 -0
- package/lib/typescript/src/components/button/index.d.ts +3 -0
- package/lib/typescript/src/components/button/index.d.ts.map +1 -0
- package/lib/typescript/src/components/card/card.constants.d.ts +12 -0
- package/lib/typescript/src/components/card/card.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/card/card.d.ts +37 -0
- package/lib/typescript/src/components/card/card.d.ts.map +1 -0
- package/lib/typescript/src/components/card/card.styles.d.ts +10 -0
- package/lib/typescript/src/components/card/card.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/card/card.types.d.ts +73 -0
- package/lib/typescript/src/components/card/card.types.d.ts.map +1 -0
- package/lib/typescript/src/components/card/index.d.ts +3 -0
- package/lib/typescript/src/components/card/index.d.ts.map +1 -0
- package/lib/typescript/src/components/checkbox/checkbox.animation.d.ts +34 -0
- package/lib/typescript/src/components/checkbox/checkbox.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/checkbox/checkbox.constants.d.ts +6 -0
- package/lib/typescript/src/components/checkbox/checkbox.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/checkbox/checkbox.d.ts +27 -0
- package/lib/typescript/src/components/checkbox/checkbox.d.ts.map +1 -0
- package/lib/typescript/src/components/checkbox/checkbox.styles.d.ts +77 -0
- package/lib/typescript/src/components/checkbox/checkbox.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/checkbox/checkbox.types.d.ts +184 -0
- package/lib/typescript/src/components/checkbox/checkbox.types.d.ts.map +1 -0
- package/lib/typescript/src/components/checkbox/index.d.ts +3 -0
- package/lib/typescript/src/components/checkbox/index.d.ts.map +1 -0
- package/lib/typescript/src/components/chip/chip.animation.d.ts +11 -0
- package/lib/typescript/src/components/chip/chip.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/chip/chip.constants.d.ts +8 -0
- package/lib/typescript/src/components/chip/chip.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/chip/chip.d.ts +24 -0
- package/lib/typescript/src/components/chip/chip.d.ts.map +1 -0
- package/lib/typescript/src/components/chip/chip.styles.d.ts +184 -0
- package/lib/typescript/src/components/chip/chip.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/chip/chip.types.d.ts +56 -0
- package/lib/typescript/src/components/chip/chip.types.d.ts.map +1 -0
- package/lib/typescript/src/components/chip/index.d.ts +3 -0
- package/lib/typescript/src/components/chip/index.d.ts.map +1 -0
- package/lib/typescript/src/components/dialog/dialog.animation.d.ts +4 -0
- package/lib/typescript/src/components/dialog/dialog.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/dialog/dialog.constants.d.ts +14 -0
- package/lib/typescript/src/components/dialog/dialog.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/dialog/dialog.d.ts +56 -0
- package/lib/typescript/src/components/dialog/dialog.d.ts.map +1 -0
- package/lib/typescript/src/components/dialog/dialog.styles.d.ts +15 -0
- package/lib/typescript/src/components/dialog/dialog.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/dialog/dialog.types.d.ts +224 -0
- package/lib/typescript/src/components/dialog/dialog.types.d.ts.map +1 -0
- package/lib/typescript/src/components/dialog/index.d.ts +3 -0
- package/lib/typescript/src/components/dialog/index.d.ts.map +1 -0
- package/lib/typescript/src/components/divider/divider.constants.d.ts +7 -0
- package/lib/typescript/src/components/divider/divider.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/divider/divider.d.ts +15 -0
- package/lib/typescript/src/components/divider/divider.d.ts.map +1 -0
- package/lib/typescript/src/components/divider/divider.styles.d.ts +30 -0
- package/lib/typescript/src/components/divider/divider.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/divider/divider.types.d.ts +35 -0
- package/lib/typescript/src/components/divider/divider.types.d.ts.map +1 -0
- package/lib/typescript/src/components/divider/index.d.ts +3 -0
- package/lib/typescript/src/components/divider/index.d.ts.map +1 -0
- package/lib/typescript/src/components/error-view/error-view.animation.d.ts +12 -0
- package/lib/typescript/src/components/error-view/error-view.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/error-view/error-view.constants.d.ts +24 -0
- package/lib/typescript/src/components/error-view/error-view.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/error-view/error-view.d.ts +11 -0
- package/lib/typescript/src/components/error-view/error-view.d.ts.map +1 -0
- package/lib/typescript/src/components/error-view/error-view.styles.d.ts +67 -0
- package/lib/typescript/src/components/error-view/error-view.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/error-view/error-view.types.d.ts +57 -0
- package/lib/typescript/src/components/error-view/error-view.types.d.ts.map +1 -0
- package/lib/typescript/src/components/error-view/index.d.ts +3 -0
- package/lib/typescript/src/components/error-view/index.d.ts.map +1 -0
- package/lib/typescript/src/components/form-field/form-field.animation.d.ts +11 -0
- package/lib/typescript/src/components/form-field/form-field.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/form-field/form-field.constants.d.ts +11 -0
- package/lib/typescript/src/components/form-field/form-field.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/form-field/form-field.context.d.ts +8 -0
- package/lib/typescript/src/components/form-field/form-field.context.d.ts.map +1 -0
- package/lib/typescript/src/components/form-field/form-field.d.ts +37 -0
- package/lib/typescript/src/components/form-field/form-field.d.ts.map +1 -0
- package/lib/typescript/src/components/form-field/form-field.styles.d.ts +21 -0
- package/lib/typescript/src/components/form-field/form-field.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/form-field/form-field.types.d.ts +62 -0
- package/lib/typescript/src/components/form-field/form-field.types.d.ts.map +1 -0
- package/lib/typescript/src/components/form-field/index.d.ts +3 -0
- package/lib/typescript/src/components/form-field/index.d.ts.map +1 -0
- package/lib/typescript/src/components/popover/arrow-svg.d.ts +15 -0
- package/lib/typescript/src/components/popover/arrow-svg.d.ts.map +1 -0
- package/lib/typescript/src/components/popover/index.d.ts +3 -0
- package/lib/typescript/src/components/popover/index.d.ts.map +1 -0
- package/lib/typescript/src/components/popover/popover.animation.d.ts +4 -0
- package/lib/typescript/src/components/popover/popover.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/popover/popover.constants.d.ts +32 -0
- package/lib/typescript/src/components/popover/popover.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/popover/popover.d.ts +56 -0
- package/lib/typescript/src/components/popover/popover.d.ts.map +1 -0
- package/lib/typescript/src/components/popover/popover.styles.d.ts +16 -0
- package/lib/typescript/src/components/popover/popover.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/popover/popover.types.d.ts +336 -0
- package/lib/typescript/src/components/popover/popover.types.d.ts.map +1 -0
- package/lib/typescript/src/components/pressable-feedback/index.d.ts +3 -0
- package/lib/typescript/src/components/pressable-feedback/index.d.ts.map +1 -0
- package/lib/typescript/src/components/pressable-feedback/pressable-feedback.animation.d.ts +75 -0
- package/lib/typescript/src/components/pressable-feedback/pressable-feedback.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/pressable-feedback/pressable-feedback.constants.d.ts +11 -0
- package/lib/typescript/src/components/pressable-feedback/pressable-feedback.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/pressable-feedback/pressable-feedback.d.ts +31 -0
- package/lib/typescript/src/components/pressable-feedback/pressable-feedback.d.ts.map +1 -0
- package/lib/typescript/src/components/pressable-feedback/pressable-feedback.styles.d.ts +105 -0
- package/lib/typescript/src/components/pressable-feedback/pressable-feedback.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/pressable-feedback/pressable-feedback.types.d.ts +332 -0
- package/lib/typescript/src/components/pressable-feedback/pressable-feedback.types.d.ts.map +1 -0
- package/lib/typescript/src/components/radio-group/index.d.ts +3 -0
- package/lib/typescript/src/components/radio-group/index.d.ts.map +1 -0
- package/lib/typescript/src/components/radio-group/radio-group.animation.d.ts +26 -0
- package/lib/typescript/src/components/radio-group/radio-group.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/radio-group/radio-group.constants.d.ts +14 -0
- package/lib/typescript/src/components/radio-group/radio-group.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/radio-group/radio-group.d.ts +53 -0
- package/lib/typescript/src/components/radio-group/radio-group.d.ts.map +1 -0
- package/lib/typescript/src/components/radio-group/radio-group.styles.d.ts +92 -0
- package/lib/typescript/src/components/radio-group/radio-group.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/radio-group/radio-group.types.d.ts +136 -0
- package/lib/typescript/src/components/radio-group/radio-group.types.d.ts.map +1 -0
- package/lib/typescript/src/components/scroll-shadow/index.d.ts +3 -0
- package/lib/typescript/src/components/scroll-shadow/index.d.ts.map +1 -0
- package/lib/typescript/src/components/scroll-shadow/scroll-shadow.animation.d.ts +25 -0
- package/lib/typescript/src/components/scroll-shadow/scroll-shadow.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/scroll-shadow/scroll-shadow.constants.d.ts +19 -0
- package/lib/typescript/src/components/scroll-shadow/scroll-shadow.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/scroll-shadow/scroll-shadow.d.ts +18 -0
- package/lib/typescript/src/components/scroll-shadow/scroll-shadow.d.ts.map +1 -0
- package/lib/typescript/src/components/scroll-shadow/scroll-shadow.styles.d.ts +42 -0
- package/lib/typescript/src/components/scroll-shadow/scroll-shadow.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/scroll-shadow/scroll-shadow.types.d.ts +98 -0
- package/lib/typescript/src/components/scroll-shadow/scroll-shadow.types.d.ts.map +1 -0
- package/lib/typescript/src/components/select/index.d.ts +3 -0
- package/lib/typescript/src/components/select/index.d.ts.map +1 -0
- package/lib/typescript/src/components/select/select.animation.d.ts +4 -0
- package/lib/typescript/src/components/select/select.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/select/select.constants.d.ts +35 -0
- package/lib/typescript/src/components/select/select.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/select/select.d.ts +66 -0
- package/lib/typescript/src/components/select/select.d.ts.map +1 -0
- package/lib/typescript/src/components/select/select.styles.d.ts +121 -0
- package/lib/typescript/src/components/select/select.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/select/select.types.d.ts +391 -0
- package/lib/typescript/src/components/select/select.types.d.ts.map +1 -0
- package/lib/typescript/src/components/skeleton/index.d.ts +3 -0
- package/lib/typescript/src/components/skeleton/index.d.ts.map +1 -0
- package/lib/typescript/src/components/skeleton/linear-gradient.d.ts +6 -0
- package/lib/typescript/src/components/skeleton/linear-gradient.d.ts.map +1 -0
- package/lib/typescript/src/components/skeleton/skeleton.animation.d.ts +44 -0
- package/lib/typescript/src/components/skeleton/skeleton.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/skeleton/skeleton.constants.d.ts +32 -0
- package/lib/typescript/src/components/skeleton/skeleton.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/skeleton/skeleton.d.ts +15 -0
- package/lib/typescript/src/components/skeleton/skeleton.d.ts.map +1 -0
- package/lib/typescript/src/components/skeleton/skeleton.styles.d.ts +16 -0
- package/lib/typescript/src/components/skeleton/skeleton.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/skeleton/skeleton.types.d.ts +173 -0
- package/lib/typescript/src/components/skeleton/skeleton.types.d.ts.map +1 -0
- package/lib/typescript/src/components/skeleton-group/index.d.ts +3 -0
- package/lib/typescript/src/components/skeleton-group/index.d.ts.map +1 -0
- package/lib/typescript/src/components/skeleton-group/skeleton-group.constants.d.ts +8 -0
- package/lib/typescript/src/components/skeleton-group/skeleton-group.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/skeleton-group/skeleton-group.d.ts +24 -0
- package/lib/typescript/src/components/skeleton-group/skeleton-group.d.ts.map +1 -0
- package/lib/typescript/src/components/skeleton-group/skeleton-group.styles.d.ts +5 -0
- package/lib/typescript/src/components/skeleton-group/skeleton-group.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/skeleton-group/skeleton-group.types.d.ts +28 -0
- package/lib/typescript/src/components/skeleton-group/skeleton-group.types.d.ts.map +1 -0
- package/lib/typescript/src/components/spinner/index.d.ts +3 -0
- package/lib/typescript/src/components/spinner/index.d.ts.map +1 -0
- package/lib/typescript/src/components/spinner/spinner-icon.d.ts +6 -0
- package/lib/typescript/src/components/spinner/spinner-icon.d.ts.map +1 -0
- package/lib/typescript/src/components/spinner/spinner.animation.d.ts +27 -0
- package/lib/typescript/src/components/spinner/spinner.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/spinner/spinner.constants.d.ts +30 -0
- package/lib/typescript/src/components/spinner/spinner.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/spinner/spinner.d.ts +23 -0
- package/lib/typescript/src/components/spinner/spinner.d.ts.map +1 -0
- package/lib/typescript/src/components/spinner/spinner.styles.d.ts +24 -0
- package/lib/typescript/src/components/spinner/spinner.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/spinner/spinner.types.d.ts +131 -0
- package/lib/typescript/src/components/spinner/spinner.types.d.ts.map +1 -0
- package/lib/typescript/src/components/surface/index.d.ts +3 -0
- package/lib/typescript/src/components/surface/index.d.ts.map +1 -0
- package/lib/typescript/src/components/surface/surface.animation.d.ts +11 -0
- package/lib/typescript/src/components/surface/surface.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/surface/surface.constants.d.ts +7 -0
- package/lib/typescript/src/components/surface/surface.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/surface/surface.d.ts +16 -0
- package/lib/typescript/src/components/surface/surface.d.ts.map +1 -0
- package/lib/typescript/src/components/surface/surface.styles.d.ts +32 -0
- package/lib/typescript/src/components/surface/surface.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/surface/surface.types.d.ts +40 -0
- package/lib/typescript/src/components/surface/surface.types.d.ts.map +1 -0
- package/lib/typescript/src/components/switch/index.d.ts +3 -0
- package/lib/typescript/src/components/switch/index.d.ts.map +1 -0
- package/lib/typescript/src/components/switch/switch.animation.d.ts +46 -0
- package/lib/typescript/src/components/switch/switch.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/switch/switch.constants.d.ts +20 -0
- package/lib/typescript/src/components/switch/switch.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/switch/switch.d.ts +42 -0
- package/lib/typescript/src/components/switch/switch.d.ts.map +1 -0
- package/lib/typescript/src/components/switch/switch.styles.d.ts +28 -0
- package/lib/typescript/src/components/switch/switch.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/switch/switch.types.d.ts +184 -0
- package/lib/typescript/src/components/switch/switch.types.d.ts.map +1 -0
- package/lib/typescript/src/components/tabs/index.d.ts +3 -0
- package/lib/typescript/src/components/tabs/index.d.ts.map +1 -0
- package/lib/typescript/src/components/tabs/tabs.animation.d.ts +26 -0
- package/lib/typescript/src/components/tabs/tabs.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/tabs/tabs.constants.d.ts +12 -0
- package/lib/typescript/src/components/tabs/tabs.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/tabs/tabs.context.d.ts +13 -0
- package/lib/typescript/src/components/tabs/tabs.context.d.ts.map +1 -0
- package/lib/typescript/src/components/tabs/tabs.d.ts +44 -0
- package/lib/typescript/src/components/tabs/tabs.d.ts.map +1 -0
- package/lib/typescript/src/components/tabs/tabs.styles.d.ts +103 -0
- package/lib/typescript/src/components/tabs/tabs.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/tabs/tabs.types.d.ts +239 -0
- package/lib/typescript/src/components/tabs/tabs.types.d.ts.map +1 -0
- package/lib/typescript/src/components/text-field/index.d.ts +3 -0
- package/lib/typescript/src/components/text-field/index.d.ts.map +1 -0
- package/lib/typescript/src/components/text-field/text-field.animation.d.ts +47 -0
- package/lib/typescript/src/components/text-field/text-field.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/text-field/text-field.constants.d.ts +30 -0
- package/lib/typescript/src/components/text-field/text-field.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/text-field/text-field.d.ts +47 -0
- package/lib/typescript/src/components/text-field/text-field.d.ts.map +1 -0
- package/lib/typescript/src/components/text-field/text-field.styles.d.ts +203 -0
- package/lib/typescript/src/components/text-field/text-field.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/text-field/text-field.types.d.ts +324 -0
- package/lib/typescript/src/components/text-field/text-field.types.d.ts.map +1 -0
- package/lib/typescript/src/components/toast/index.d.ts +3 -0
- package/lib/typescript/src/components/toast/index.d.ts.map +1 -0
- package/lib/typescript/src/components/toast/toast.animation.d.ts +29 -0
- package/lib/typescript/src/components/toast/toast.animation.d.ts.map +1 -0
- package/lib/typescript/src/components/toast/toast.constants.d.ts +11 -0
- package/lib/typescript/src/components/toast/toast.constants.d.ts.map +1 -0
- package/lib/typescript/src/components/toast/toast.d.ts +56 -0
- package/lib/typescript/src/components/toast/toast.d.ts.map +1 -0
- package/lib/typescript/src/components/toast/toast.styles.d.ts +61 -0
- package/lib/typescript/src/components/toast/toast.styles.d.ts.map +1 -0
- package/lib/typescript/src/components/toast/toast.types.d.ts +278 -0
- package/lib/typescript/src/components/toast/toast.types.d.ts.map +1 -0
- package/lib/typescript/src/helpers/components/animated-check-icon.d.ts +12 -0
- package/lib/typescript/src/helpers/components/animated-check-icon.d.ts.map +1 -0
- package/lib/typescript/src/helpers/components/bottom-sheet-content-container.d.ts +20 -0
- package/lib/typescript/src/helpers/components/bottom-sheet-content-container.d.ts.map +1 -0
- package/lib/typescript/src/helpers/components/check-icon.d.ts +8 -0
- package/lib/typescript/src/helpers/components/check-icon.d.ts.map +1 -0
- package/lib/typescript/src/helpers/components/close-icon.d.ts +8 -0
- package/lib/typescript/src/helpers/components/close-icon.d.ts.map +1 -0
- package/lib/typescript/src/helpers/components/full-window-overlay.d.ts +4 -0
- package/lib/typescript/src/helpers/components/full-window-overlay.d.ts.map +1 -0
- package/lib/typescript/src/helpers/components/hero-text.d.ts +51 -0
- package/lib/typescript/src/helpers/components/hero-text.d.ts.map +1 -0
- package/lib/typescript/src/helpers/components/index.d.ts +6 -0
- package/lib/typescript/src/helpers/components/index.d.ts.map +1 -0
- package/lib/typescript/src/helpers/contexts/animation-settings-context.d.ts +12 -0
- package/lib/typescript/src/helpers/contexts/animation-settings-context.d.ts.map +1 -0
- package/lib/typescript/src/helpers/contexts/index.d.ts +3 -0
- package/lib/typescript/src/helpers/contexts/index.d.ts.map +1 -0
- package/lib/typescript/src/helpers/hooks/index.d.ts +12 -0
- package/lib/typescript/src/helpers/hooks/index.d.ts.map +1 -0
- package/lib/typescript/src/helpers/hooks/use-augmented-ref.d.ts +9 -0
- package/lib/typescript/src/helpers/hooks/use-augmented-ref.d.ts.map +1 -0
- package/lib/typescript/src/helpers/hooks/use-combined-animation-disabled-state.d.ts +22 -0
- package/lib/typescript/src/helpers/hooks/use-combined-animation-disabled-state.d.ts.map +1 -0
- package/lib/typescript/src/helpers/hooks/use-controllable-state.d.ts +22 -0
- package/lib/typescript/src/helpers/hooks/use-controllable-state.d.ts.map +1 -0
- package/lib/typescript/src/helpers/hooks/use-keyboard-status.d.ts +2 -0
- package/lib/typescript/src/helpers/hooks/use-keyboard-status.d.ts.map +1 -0
- package/lib/typescript/src/helpers/hooks/use-popup-bottom-sheet-content-animation.d.ts +27 -0
- package/lib/typescript/src/helpers/hooks/use-popup-bottom-sheet-content-animation.d.ts.map +1 -0
- package/lib/typescript/src/helpers/hooks/use-popup-dialog-content-animation.d.ts +70 -0
- package/lib/typescript/src/helpers/hooks/use-popup-dialog-content-animation.d.ts.map +1 -0
- package/lib/typescript/src/helpers/hooks/use-popup-overlay-animation.d.ts +21 -0
- package/lib/typescript/src/helpers/hooks/use-popup-overlay-animation.d.ts.map +1 -0
- package/lib/typescript/src/helpers/hooks/use-popup-popover-content-animation.d.ts +51 -0
- package/lib/typescript/src/helpers/hooks/use-popup-popover-content-animation.d.ts.map +1 -0
- package/lib/typescript/src/helpers/hooks/use-popup-root-animation.d.ts +33 -0
- package/lib/typescript/src/helpers/hooks/use-popup-root-animation.d.ts.map +1 -0
- package/lib/typescript/src/helpers/hooks/use-relative-position.d.ts +61 -0
- package/lib/typescript/src/helpers/hooks/use-relative-position.d.ts.map +1 -0
- package/lib/typescript/src/helpers/hooks/use-resolved-style-property.d.ts +60 -0
- package/lib/typescript/src/helpers/hooks/use-resolved-style-property.d.ts.map +1 -0
- package/lib/typescript/src/helpers/theme/color-kit/index.d.ts +92 -0
- package/lib/typescript/src/helpers/theme/color-kit/index.d.ts.map +1 -0
- package/lib/typescript/src/helpers/theme/color-kit/types.d.ts +202 -0
- package/lib/typescript/src/helpers/theme/color-kit/types.d.ts.map +1 -0
- package/lib/typescript/src/helpers/theme/hooks/use-is-on-surface.d.ts +2 -0
- package/lib/typescript/src/helpers/theme/hooks/use-is-on-surface.d.ts.map +1 -0
- package/lib/typescript/src/helpers/theme/hooks/use-theme-color.d.ts +25 -0
- package/lib/typescript/src/helpers/theme/hooks/use-theme-color.d.ts.map +1 -0
- package/lib/typescript/src/helpers/theme/index.d.ts +5 -0
- package/lib/typescript/src/helpers/theme/index.d.ts.map +1 -0
- package/lib/typescript/src/helpers/theme/types.d.ts +25 -0
- package/lib/typescript/src/helpers/theme/types.d.ts.map +1 -0
- package/lib/typescript/src/helpers/theme/utils/cn.d.ts +3 -0
- package/lib/typescript/src/helpers/theme/utils/cn.d.ts.map +1 -0
- package/lib/typescript/src/helpers/theme/utils/combine-styles.d.ts +13 -0
- package/lib/typescript/src/helpers/theme/utils/combine-styles.d.ts.map +1 -0
- package/lib/typescript/src/helpers/types/animation.d.ts +157 -0
- package/lib/typescript/src/helpers/types/animation.d.ts.map +1 -0
- package/lib/typescript/src/helpers/types/bottom-sheet.d.ts +72 -0
- package/lib/typescript/src/helpers/types/bottom-sheet.d.ts.map +1 -0
- package/lib/typescript/src/helpers/types/index.d.ts +5 -0
- package/lib/typescript/src/helpers/types/index.d.ts.map +1 -0
- package/lib/typescript/src/helpers/types/misc.d.ts +3 -0
- package/lib/typescript/src/helpers/types/misc.d.ts.map +1 -0
- package/lib/typescript/src/helpers/types/primitives.d.ts +120 -0
- package/lib/typescript/src/helpers/types/primitives.d.ts.map +1 -0
- package/lib/typescript/src/helpers/utils/animation.d.ts +120 -0
- package/lib/typescript/src/helpers/utils/animation.d.ts.map +1 -0
- package/lib/typescript/src/helpers/utils/children-to-string.d.ts +18 -0
- package/lib/typescript/src/helpers/utils/children-to-string.d.ts.map +1 -0
- package/lib/typescript/src/helpers/utils/create-context.d.ts +28 -0
- package/lib/typescript/src/helpers/utils/create-context.d.ts.map +1 -0
- package/lib/typescript/src/helpers/utils/ease-gradient/create-interpolation.d.ts +15 -0
- package/lib/typescript/src/helpers/utils/ease-gradient/create-interpolation.d.ts.map +1 -0
- package/lib/typescript/src/helpers/utils/ease-gradient/index.d.ts +28 -0
- package/lib/typescript/src/helpers/utils/ease-gradient/index.d.ts.map +1 -0
- package/lib/typescript/src/helpers/utils/get-element-by-display-name.d.ts +4 -0
- package/lib/typescript/src/helpers/utils/get-element-by-display-name.d.ts.map +1 -0
- package/lib/typescript/src/helpers/utils/get-element-with-default.d.ts +4 -0
- package/lib/typescript/src/helpers/utils/get-element-with-default.d.ts.map +1 -0
- package/lib/typescript/src/helpers/utils/has-prop.d.ts +9 -0
- package/lib/typescript/src/helpers/utils/has-prop.d.ts.map +1 -0
- package/lib/typescript/src/helpers/utils/index.d.ts +8 -0
- package/lib/typescript/src/helpers/utils/index.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +29 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/accordion/accordion.d.ts +30 -0
- package/lib/typescript/src/primitives/accordion/accordion.d.ts.map +1 -0
- package/lib/typescript/src/primitives/accordion/accordion.types.d.ts +84 -0
- package/lib/typescript/src/primitives/accordion/accordion.types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/accordion/accordion.utils.d.ts +3 -0
- package/lib/typescript/src/primitives/accordion/accordion.utils.d.ts.map +1 -0
- package/lib/typescript/src/primitives/accordion/index.d.ts +3 -0
- package/lib/typescript/src/primitives/accordion/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/activity-indicator/activity-indicator.d.ts +6 -0
- package/lib/typescript/src/primitives/activity-indicator/activity-indicator.d.ts.map +1 -0
- package/lib/typescript/src/primitives/activity-indicator/activity-indicator.types.d.ts +22 -0
- package/lib/typescript/src/primitives/activity-indicator/activity-indicator.types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/activity-indicator/index.d.ts +3 -0
- package/lib/typescript/src/primitives/activity-indicator/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/avatar/avatar.d.ts +23 -0
- package/lib/typescript/src/primitives/avatar/avatar.d.ts.map +1 -0
- package/lib/typescript/src/primitives/avatar/avatar.types.d.ts +42 -0
- package/lib/typescript/src/primitives/avatar/avatar.types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/avatar/avatar.utils.d.ts +44 -0
- package/lib/typescript/src/primitives/avatar/avatar.utils.d.ts.map +1 -0
- package/lib/typescript/src/primitives/avatar/index.d.ts +3 -0
- package/lib/typescript/src/primitives/avatar/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/bottom-sheet/bottom-sheet.d.ts +38 -0
- package/lib/typescript/src/primitives/bottom-sheet/bottom-sheet.d.ts.map +1 -0
- package/lib/typescript/src/primitives/bottom-sheet/bottom-sheet.types.d.ts +87 -0
- package/lib/typescript/src/primitives/bottom-sheet/bottom-sheet.types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/bottom-sheet/index.d.ts +3 -0
- package/lib/typescript/src/primitives/bottom-sheet/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/checkbox/checkbox.d.ts +17 -0
- package/lib/typescript/src/primitives/checkbox/checkbox.d.ts.map +1 -0
- package/lib/typescript/src/primitives/checkbox/checkbox.types.d.ts +30 -0
- package/lib/typescript/src/primitives/checkbox/checkbox.types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/checkbox/index.d.ts +3 -0
- package/lib/typescript/src/primitives/checkbox/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/dialog/dialog.d.ts +38 -0
- package/lib/typescript/src/primitives/dialog/dialog.d.ts.map +1 -0
- package/lib/typescript/src/primitives/dialog/dialog.types.d.ts +87 -0
- package/lib/typescript/src/primitives/dialog/dialog.types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/dialog/index.d.ts +3 -0
- package/lib/typescript/src/primitives/dialog/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/label/index.d.ts +3 -0
- package/lib/typescript/src/primitives/label/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/label/label.d.ts +12 -0
- package/lib/typescript/src/primitives/label/label.d.ts.map +1 -0
- package/lib/typescript/src/primitives/label/label.types.d.ts +26 -0
- package/lib/typescript/src/primitives/label/label.types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/popover/index.d.ts +3 -0
- package/lib/typescript/src/primitives/popover/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/popover/popover.d.ts +38 -0
- package/lib/typescript/src/primitives/popover/popover.d.ts.map +1 -0
- package/lib/typescript/src/primitives/popover/popover.types.d.ts +165 -0
- package/lib/typescript/src/primitives/popover/popover.types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/portal/index.d.ts +2 -0
- package/lib/typescript/src/primitives/portal/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/portal/portal.d.ts +25 -0
- package/lib/typescript/src/primitives/portal/portal.d.ts.map +1 -0
- package/lib/typescript/src/primitives/radio-group/index.d.ts +3 -0
- package/lib/typescript/src/primitives/radio-group/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/radio-group/radio-group.d.ts +20 -0
- package/lib/typescript/src/primitives/radio-group/radio-group.d.ts.map +1 -0
- package/lib/typescript/src/primitives/radio-group/radio-group.types.d.ts +46 -0
- package/lib/typescript/src/primitives/radio-group/radio-group.types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/select/index.d.ts +3 -0
- package/lib/typescript/src/primitives/select/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/select/select.d.ts +70 -0
- package/lib/typescript/src/primitives/select/select.d.ts.map +1 -0
- package/lib/typescript/src/primitives/select/select.types.d.ts +264 -0
- package/lib/typescript/src/primitives/select/select.types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/slot/index.d.ts +2 -0
- package/lib/typescript/src/primitives/slot/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/slot/slot.d.ts +9 -0
- package/lib/typescript/src/primitives/slot/slot.d.ts.map +1 -0
- package/lib/typescript/src/primitives/slot/types.d.ts +11 -0
- package/lib/typescript/src/primitives/slot/types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/slot/utils.d.ts +8 -0
- package/lib/typescript/src/primitives/slot/utils.d.ts.map +1 -0
- package/lib/typescript/src/primitives/switch/index.d.ts +3 -0
- package/lib/typescript/src/primitives/switch/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/switch/switch.d.ts +8 -0
- package/lib/typescript/src/primitives/switch/switch.d.ts.map +1 -0
- package/lib/typescript/src/primitives/switch/switch.types.d.ts +44 -0
- package/lib/typescript/src/primitives/switch/switch.types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/tabs/index.d.ts +3 -0
- package/lib/typescript/src/primitives/tabs/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/tabs/tabs.d.ts +40 -0
- package/lib/typescript/src/primitives/tabs/tabs.d.ts.map +1 -0
- package/lib/typescript/src/primitives/tabs/tabs.types.d.ts +48 -0
- package/lib/typescript/src/primitives/tabs/tabs.types.d.ts.map +1 -0
- package/lib/typescript/src/primitives/toast/index.d.ts +3 -0
- package/lib/typescript/src/primitives/toast/index.d.ts.map +1 -0
- package/lib/typescript/src/primitives/toast/toast.d.ts +24 -0
- package/lib/typescript/src/primitives/toast/toast.d.ts.map +1 -0
- package/lib/typescript/src/primitives/toast/toast.types.d.ts +56 -0
- package/lib/typescript/src/primitives/toast/toast.types.d.ts.map +1 -0
- package/lib/typescript/src/providers/animation-settings/index.d.ts +3 -0
- package/lib/typescript/src/providers/animation-settings/index.d.ts.map +1 -0
- package/lib/typescript/src/providers/animation-settings/provider.d.ts +23 -0
- package/lib/typescript/src/providers/animation-settings/provider.d.ts.map +1 -0
- package/lib/typescript/src/providers/animation-settings/types.d.ts +26 -0
- package/lib/typescript/src/providers/animation-settings/types.d.ts.map +1 -0
- package/lib/typescript/src/providers/hero-ui-native/index.d.ts +3 -0
- package/lib/typescript/src/providers/hero-ui-native/index.d.ts.map +1 -0
- package/lib/typescript/src/providers/hero-ui-native/provider.d.ts +42 -0
- package/lib/typescript/src/providers/hero-ui-native/provider.d.ts.map +1 -0
- package/lib/typescript/src/providers/hero-ui-native/types.d.ts +80 -0
- package/lib/typescript/src/providers/hero-ui-native/types.d.ts.map +1 -0
- package/lib/typescript/src/providers/text-component/index.d.ts +3 -0
- package/lib/typescript/src/providers/text-component/index.d.ts.map +1 -0
- package/lib/typescript/src/providers/text-component/provider.d.ts +4 -0
- package/lib/typescript/src/providers/text-component/provider.d.ts.map +1 -0
- package/lib/typescript/src/providers/text-component/types.d.ts +51 -0
- package/lib/typescript/src/providers/text-component/types.d.ts.map +1 -0
- package/lib/typescript/src/providers/toast/index.d.ts +4 -0
- package/lib/typescript/src/providers/toast/index.d.ts.map +1 -0
- package/lib/typescript/src/providers/toast/insets-container.d.ts +35 -0
- package/lib/typescript/src/providers/toast/insets-container.d.ts.map +1 -0
- package/lib/typescript/src/providers/toast/provider.d.ts +32 -0
- package/lib/typescript/src/providers/toast/provider.d.ts.map +1 -0
- package/lib/typescript/src/providers/toast/reducer.d.ts +6 -0
- package/lib/typescript/src/providers/toast/reducer.d.ts.map +1 -0
- package/lib/typescript/src/providers/toast/toast-config.context.d.ts +20 -0
- package/lib/typescript/src/providers/toast/toast-config.context.d.ts.map +1 -0
- package/lib/typescript/src/providers/toast/toast-item-renderer.d.ts +7 -0
- package/lib/typescript/src/providers/toast/toast-item-renderer.d.ts.map +1 -0
- package/lib/typescript/src/providers/toast/types.d.ts +355 -0
- package/lib/typescript/src/providers/toast/types.d.ts.map +1 -0
- package/package.json +177 -0
- package/src/components/accordion/accordion.animation.ts +178 -0
- package/src/components/accordion/accordion.constants.ts +62 -0
- package/src/components/accordion/accordion.md +406 -0
- package/src/components/accordion/accordion.styles.ts +95 -0
- package/src/components/accordion/accordion.tsx +330 -0
- package/src/components/accordion/accordion.types.ts +262 -0
- package/src/components/accordion/chevron-down-icon.tsx +25 -0
- package/src/components/accordion/index.ts +16 -0
- package/src/components/avatar/avatar.animation.ts +123 -0
- package/src/components/avatar/avatar.constants.ts +19 -0
- package/src/components/avatar/avatar.context.ts +11 -0
- package/src/components/avatar/avatar.md +376 -0
- package/src/components/avatar/avatar.styles.ts +153 -0
- package/src/components/avatar/avatar.tsx +298 -0
- package/src/components/avatar/avatar.types.ts +231 -0
- package/src/components/avatar/index.ts +12 -0
- package/src/components/avatar/person-icon.tsx +23 -0
- package/src/components/bottom-sheet/bottom-sheet.animation.ts +42 -0
- package/src/components/bottom-sheet/bottom-sheet.constants.ts +13 -0
- package/src/components/bottom-sheet/bottom-sheet.md +341 -0
- package/src/components/bottom-sheet/bottom-sheet.styles.ts +67 -0
- package/src/components/bottom-sheet/bottom-sheet.tsx +395 -0
- package/src/components/bottom-sheet/bottom-sheet.types.ts +199 -0
- package/src/components/bottom-sheet/index.ts +16 -0
- package/src/components/button/button.constants.ts +7 -0
- package/src/components/button/button.md +316 -0
- package/src/components/button/button.styles.ts +89 -0
- package/src/components/button/button.tsx +248 -0
- package/src/components/button/button.types.ts +88 -0
- package/src/components/button/index.ts +8 -0
- package/src/components/card/card.constants.ts +11 -0
- package/src/components/card/card.md +187 -0
- package/src/components/card/card.styles.ts +37 -0
- package/src/components/card/card.tsx +148 -0
- package/src/components/card/card.types.ts +77 -0
- package/src/components/card/index.ts +9 -0
- package/src/components/checkbox/checkbox.animation.ts +201 -0
- package/src/components/checkbox/checkbox.constants.ts +6 -0
- package/src/components/checkbox/checkbox.md +305 -0
- package/src/components/checkbox/checkbox.styles.ts +106 -0
- package/src/components/checkbox/checkbox.tsx +245 -0
- package/src/components/checkbox/checkbox.types.ts +211 -0
- package/src/components/checkbox/index.ts +2 -0
- package/src/components/chip/chip.animation.ts +18 -0
- package/src/components/chip/chip.constants.ts +7 -0
- package/src/components/chip/chip.md +190 -0
- package/src/components/chip/chip.styles.ts +235 -0
- package/src/components/chip/chip.tsx +125 -0
- package/src/components/chip/chip.types.ts +69 -0
- package/src/components/chip/index.ts +2 -0
- package/src/components/dialog/dialog.animation.ts +9 -0
- package/src/components/dialog/dialog.constants.ts +13 -0
- package/src/components/dialog/dialog.md +363 -0
- package/src/components/dialog/dialog.styles.ts +84 -0
- package/src/components/dialog/dialog.tsx +392 -0
- package/src/components/dialog/dialog.types.ts +244 -0
- package/src/components/dialog/index.ts +12 -0
- package/src/components/divider/divider.constants.ts +6 -0
- package/src/components/divider/divider.md +98 -0
- package/src/components/divider/divider.styles.ts +47 -0
- package/src/components/divider/divider.tsx +62 -0
- package/src/components/divider/divider.types.ts +40 -0
- package/src/components/divider/index.ts +6 -0
- package/src/components/error-view/error-view.animation.ts +52 -0
- package/src/components/error-view/error-view.constants.ts +31 -0
- package/src/components/error-view/error-view.md +177 -0
- package/src/components/error-view/error-view.styles.ts +17 -0
- package/src/components/error-view/error-view.tsx +73 -0
- package/src/components/error-view/error-view.types.ts +70 -0
- package/src/components/error-view/index.ts +2 -0
- package/src/components/form-field/form-field.animation.ts +18 -0
- package/src/components/form-field/form-field.constants.ts +10 -0
- package/src/components/form-field/form-field.context.ts +13 -0
- package/src/components/form-field/form-field.md +243 -0
- package/src/components/form-field/form-field.styles.ts +40 -0
- package/src/components/form-field/form-field.tsx +301 -0
- package/src/components/form-field/form-field.types.ts +86 -0
- package/src/components/form-field/index.ts +7 -0
- package/src/components/popover/arrow-svg.tsx +180 -0
- package/src/components/popover/index.ts +19 -0
- package/src/components/popover/popover.animation.ts +9 -0
- package/src/components/popover/popover.constants.ts +34 -0
- package/src/components/popover/popover.md +521 -0
- package/src/components/popover/popover.styles.ts +92 -0
- package/src/components/popover/popover.tsx +637 -0
- package/src/components/popover/popover.types.ts +370 -0
- package/src/components/pressable-feedback/index.ts +3 -0
- package/src/components/pressable-feedback/pressable-feedback.animation.ts +380 -0
- package/src/components/pressable-feedback/pressable-feedback.constants.ts +11 -0
- package/src/components/pressable-feedback/pressable-feedback.md +246 -0
- package/src/components/pressable-feedback/pressable-feedback.styles.ts +106 -0
- package/src/components/pressable-feedback/pressable-feedback.tsx +291 -0
- package/src/components/pressable-feedback/pressable-feedback.types.ts +350 -0
- package/src/components/radio-group/index.ts +17 -0
- package/src/components/radio-group/radio-group.animation.ts +92 -0
- package/src/components/radio-group/radio-group.constants.ts +14 -0
- package/src/components/radio-group/radio-group.md +303 -0
- package/src/components/radio-group/radio-group.styles.ts +101 -0
- package/src/components/radio-group/radio-group.tsx +327 -0
- package/src/components/radio-group/radio-group.types.ts +152 -0
- package/src/components/scroll-shadow/index.ts +6 -0
- package/src/components/scroll-shadow/scroll-shadow.animation.ts +132 -0
- package/src/components/scroll-shadow/scroll-shadow.constants.ts +21 -0
- package/src/components/scroll-shadow/scroll-shadow.md +191 -0
- package/src/components/scroll-shadow/scroll-shadow.styles.ts +47 -0
- package/src/components/scroll-shadow/scroll-shadow.tsx +246 -0
- package/src/components/scroll-shadow/scroll-shadow.types.ts +121 -0
- package/src/components/select/index.ts +25 -0
- package/src/components/select/select.animation.ts +9 -0
- package/src/components/select/select.constants.ts +37 -0
- package/src/components/select/select.md +735 -0
- package/src/components/select/select.styles.ts +154 -0
- package/src/components/select/select.tsx +736 -0
- package/src/components/select/select.types.ts +432 -0
- package/src/components/skeleton/index.ts +6 -0
- package/src/components/skeleton/linear-gradient.tsx +45 -0
- package/src/components/skeleton/skeleton.animation.ts +349 -0
- package/src/components/skeleton/skeleton.constants.ts +39 -0
- package/src/components/skeleton/skeleton.md +200 -0
- package/src/components/skeleton/skeleton.styles.ts +57 -0
- package/src/components/skeleton/skeleton.tsx +183 -0
- package/src/components/skeleton/skeleton.types.ts +191 -0
- package/src/components/skeleton-group/index.ts +6 -0
- package/src/components/skeleton-group/skeleton-group.constants.ts +7 -0
- package/src/components/skeleton-group/skeleton-group.md +247 -0
- package/src/components/skeleton-group/skeleton-group.styles.ts +8 -0
- package/src/components/skeleton-group/skeleton-group.tsx +94 -0
- package/src/components/skeleton-group/skeleton-group.types.ts +28 -0
- package/src/components/spinner/index.ts +9 -0
- package/src/components/spinner/spinner-icon.tsx +49 -0
- package/src/components/spinner/spinner.animation.ts +150 -0
- package/src/components/spinner/spinner.constants.ts +36 -0
- package/src/components/spinner/spinner.md +199 -0
- package/src/components/spinner/spinner.styles.ts +46 -0
- package/src/components/spinner/spinner.tsx +195 -0
- package/src/components/spinner/spinner.types.ts +158 -0
- package/src/components/surface/index.ts +2 -0
- package/src/components/surface/surface.animation.ts +18 -0
- package/src/components/surface/surface.constants.ts +6 -0
- package/src/components/surface/surface.md +141 -0
- package/src/components/surface/surface.styles.ts +26 -0
- package/src/components/surface/surface.tsx +66 -0
- package/src/components/surface/surface.types.ts +47 -0
- package/src/components/switch/index.ts +2 -0
- package/src/components/switch/switch.animation.ts +246 -0
- package/src/components/switch/switch.constants.ts +26 -0
- package/src/components/switch/switch.md +332 -0
- package/src/components/switch/switch.styles.ts +85 -0
- package/src/components/switch/switch.tsx +280 -0
- package/src/components/switch/switch.types.ts +208 -0
- package/src/components/tabs/index.ts +7 -0
- package/src/components/tabs/tabs.animation.ts +167 -0
- package/src/components/tabs/tabs.constants.ts +16 -0
- package/src/components/tabs/tabs.context.ts +28 -0
- package/src/components/tabs/tabs.md +492 -0
- package/src/components/tabs/tabs.styles.ts +127 -0
- package/src/components/tabs/tabs.tsx +372 -0
- package/src/components/tabs/tabs.types.ts +263 -0
- package/src/components/text-field/index.ts +10 -0
- package/src/components/text-field/text-field.animation.ts +299 -0
- package/src/components/text-field/text-field.constants.ts +36 -0
- package/src/components/text-field/text-field.md +377 -0
- package/src/components/text-field/text-field.styles.ts +106 -0
- package/src/components/text-field/text-field.tsx +375 -0
- package/src/components/text-field/text-field.types.ts +349 -0
- package/src/components/toast/index.ts +2 -0
- package/src/components/toast/toast.animation.ts +381 -0
- package/src/components/toast/toast.constants.ts +10 -0
- package/src/components/toast/toast.md +417 -0
- package/src/components/toast/toast.styles.ts +91 -0
- package/src/components/toast/toast.tsx +428 -0
- package/src/components/toast/toast.types.ts +316 -0
- package/src/helpers/components/animated-check-icon.tsx +78 -0
- package/src/helpers/components/bottom-sheet-content-container.tsx +49 -0
- package/src/helpers/components/check-icon.tsx +28 -0
- package/src/helpers/components/close-icon.tsx +29 -0
- package/src/helpers/components/full-window-overlay.tsx +6 -0
- package/src/helpers/components/hero-text.tsx +71 -0
- package/src/helpers/components/index.ts +5 -0
- package/src/helpers/contexts/animation-settings-context.tsx +19 -0
- package/src/helpers/contexts/index.ts +5 -0
- package/src/helpers/hooks/index.ts +11 -0
- package/src/helpers/hooks/use-augmented-ref.ts +32 -0
- package/src/helpers/hooks/use-combined-animation-disabled-state.ts +49 -0
- package/src/helpers/hooks/use-controllable-state.ts +102 -0
- package/src/helpers/hooks/use-keyboard-status.ts +22 -0
- package/src/helpers/hooks/use-popup-bottom-sheet-content-animation.ts +77 -0
- package/src/helpers/hooks/use-popup-dialog-content-animation.ts +279 -0
- package/src/helpers/hooks/use-popup-overlay-animation.ts +70 -0
- package/src/helpers/hooks/use-popup-popover-content-animation.ts +154 -0
- package/src/helpers/hooks/use-popup-root-animation.ts +248 -0
- package/src/helpers/hooks/use-relative-position.ts +353 -0
- package/src/helpers/hooks/use-resolved-style-property.ts +118 -0
- package/src/helpers/theme/color-kit/index.ts +2392 -0
- package/src/helpers/theme/color-kit/types.ts +212 -0
- package/src/helpers/theme/hooks/use-is-on-surface.ts +8 -0
- package/src/helpers/theme/hooks/use-theme-color.ts +56 -0
- package/src/helpers/theme/index.ts +4 -0
- package/src/helpers/theme/types.ts +89 -0
- package/src/helpers/theme/utils/cn.ts +12 -0
- package/src/helpers/theme/utils/combine-styles.ts +17 -0
- package/src/helpers/types/animation.ts +183 -0
- package/src/helpers/types/bottom-sheet.ts +74 -0
- package/src/helpers/types/index.ts +4 -0
- package/src/helpers/types/misc.ts +10 -0
- package/src/helpers/types/primitives.ts +146 -0
- package/src/helpers/utils/animation.ts +266 -0
- package/src/helpers/utils/children-to-string.ts +78 -0
- package/src/helpers/utils/create-context.ts +60 -0
- package/src/helpers/utils/ease-gradient/create-interpolation.ts +35 -0
- package/src/helpers/utils/ease-gradient/index.ts +97 -0
- package/src/helpers/utils/get-element-by-display-name.ts +15 -0
- package/src/helpers/utils/get-element-with-default.ts +17 -0
- package/src/helpers/utils/has-prop.ts +18 -0
- package/src/helpers/utils/index.ts +7 -0
- package/src/index.tsx +33 -0
- package/src/primitives/README.md +27 -0
- package/src/primitives/accordion/accordion.tsx +270 -0
- package/src/primitives/accordion/accordion.types.ts +117 -0
- package/src/primitives/accordion/accordion.utils.ts +12 -0
- package/src/primitives/accordion/index.ts +2 -0
- package/src/primitives/activity-indicator/activity-indicator.tsx +50 -0
- package/src/primitives/activity-indicator/activity-indicator.types.ts +24 -0
- package/src/primitives/activity-indicator/index.ts +2 -0
- package/src/primitives/avatar/avatar.tsx +171 -0
- package/src/primitives/avatar/avatar.types.ts +62 -0
- package/src/primitives/avatar/avatar.utils.ts +102 -0
- package/src/primitives/avatar/index.ts +2 -0
- package/src/primitives/bottom-sheet/bottom-sheet.tsx +246 -0
- package/src/primitives/bottom-sheet/bottom-sheet.types.ts +127 -0
- package/src/primitives/bottom-sheet/index.ts +2 -0
- package/src/primitives/checkbox/checkbox.tsx +121 -0
- package/src/primitives/checkbox/checkbox.types.ts +39 -0
- package/src/primitives/checkbox/index.ts +2 -0
- package/src/primitives/dialog/dialog.tsx +274 -0
- package/src/primitives/dialog/dialog.types.ts +129 -0
- package/src/primitives/dialog/index.ts +2 -0
- package/src/primitives/label/index.ts +2 -0
- package/src/primitives/label/label.tsx +24 -0
- package/src/primitives/label/label.types.ts +37 -0
- package/src/primitives/popover/index.ts +2 -0
- package/src/primitives/popover/popover.tsx +394 -0
- package/src/primitives/popover/popover.types.ts +202 -0
- package/src/primitives/portal/index.ts +1 -0
- package/src/primitives/portal/portal.tsx +126 -0
- package/src/primitives/radio-group/index.ts +2 -0
- package/src/primitives/radio-group/radio-group.tsx +114 -0
- package/src/primitives/radio-group/radio-group.types.ts +65 -0
- package/src/primitives/select/index.ts +2 -0
- package/src/primitives/select/select.tsx +641 -0
- package/src/primitives/select/select.types.ts +333 -0
- package/src/primitives/slot/index.ts +1 -0
- package/src/primitives/slot/slot.tsx +121 -0
- package/src/primitives/slot/types.ts +19 -0
- package/src/primitives/slot/utils.ts +90 -0
- package/src/primitives/switch/index.ts +2 -0
- package/src/primitives/switch/switch.tsx +61 -0
- package/src/primitives/switch/switch.types.ts +55 -0
- package/src/primitives/tabs/index.ts +2 -0
- package/src/primitives/tabs/tabs.tsx +202 -0
- package/src/primitives/tabs/tabs.types.ts +77 -0
- package/src/primitives/toast/index.ts +2 -0
- package/src/primitives/toast/toast.tsx +138 -0
- package/src/primitives/toast/toast.types.ts +86 -0
- package/src/providers/animation-settings/index.ts +8 -0
- package/src/providers/animation-settings/provider.tsx +47 -0
- package/src/providers/animation-settings/types.ts +27 -0
- package/src/providers/hero-ui-native/index.ts +2 -0
- package/src/providers/hero-ui-native/provider.md +332 -0
- package/src/providers/hero-ui-native/provider.tsx +92 -0
- package/src/providers/hero-ui-native/types.ts +82 -0
- package/src/providers/text-component/index.ts +2 -0
- package/src/providers/text-component/provider.tsx +9 -0
- package/src/providers/text-component/types.ts +52 -0
- package/src/providers/toast/index.ts +3 -0
- package/src/providers/toast/insets-container.tsx +74 -0
- package/src/providers/toast/provider.tsx +426 -0
- package/src/providers/toast/reducer.ts +34 -0
- package/src/providers/toast/toast-config.context.ts +27 -0
- package/src/providers/toast/toast-item-renderer.tsx +45 -0
- package/src/providers/toast/types.ts +367 -0
- package/src/styles/index.css +3 -0
- package/src/styles/theme.css +205 -0
- package/src/styles/theme.md +423 -0
- package/src/styles/utilities.css +8 -0
- package/src/styles/variables.css +113 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["createContext","SelectAnimationProvider","useSelectAnimation","name"],"sourceRoot":"../../../../src","sources":["components/select/select.animation.ts"],"mappings":";;AAAA,SAASA,aAAa,QAAQ,8BAAqB;AAGnD,MAAM,CAACC,uBAAuB,EAAEC,kBAAkB,CAAC,GACjDF,aAAa,CAA8B;EACzCG,IAAI,EAAE;AACR,CAAC,CAAC;AAEJ,SAASF,uBAAuB,EAAEC,kBAAkB","ignoreList":[]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Display names for the Select components
|
|
5
|
+
*/
|
|
6
|
+
export const DISPLAY_NAME = {
|
|
7
|
+
ROOT: 'HeroUINative.Select.Root',
|
|
8
|
+
TRIGGER: 'HeroUINative.Select.Trigger',
|
|
9
|
+
VALUE: 'HeroUINative.Select.Value',
|
|
10
|
+
PORTAL: 'HeroUINative.Select.Portal',
|
|
11
|
+
OVERLAY: 'HeroUINative.Select.Overlay',
|
|
12
|
+
CONTENT: 'HeroUINative.Select.Content',
|
|
13
|
+
ITEM: 'HeroUINative.Select.Item',
|
|
14
|
+
ITEM_LABEL: 'HeroUINative.Select.ItemLabel',
|
|
15
|
+
ITEM_DESCRIPTION: 'HeroUINative.Select.ItemDescription',
|
|
16
|
+
ITEM_INDICATOR: 'HeroUINative.Select.ItemIndicator',
|
|
17
|
+
LIST_LABEL: 'HeroUINative.Select.ListLabel',
|
|
18
|
+
CLOSE: 'HeroUINative.Select.Close'
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Default offset from trigger element
|
|
23
|
+
*/
|
|
24
|
+
export const DEFAULT_OFFSET = 8;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Default alignment offset
|
|
28
|
+
*/
|
|
29
|
+
export const DEFAULT_ALIGN_OFFSET = 0;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Default screen edge insets
|
|
33
|
+
*/
|
|
34
|
+
export const DEFAULT_INSETS = {
|
|
35
|
+
top: 12,
|
|
36
|
+
bottom: 12,
|
|
37
|
+
left: 12,
|
|
38
|
+
right: 12
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=select.constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["DISPLAY_NAME","ROOT","TRIGGER","VALUE","PORTAL","OVERLAY","CONTENT","ITEM","ITEM_LABEL","ITEM_DESCRIPTION","ITEM_INDICATOR","LIST_LABEL","CLOSE","DEFAULT_OFFSET","DEFAULT_ALIGN_OFFSET","DEFAULT_INSETS","top","bottom","left","right"],"sourceRoot":"../../../../src","sources":["components/select/select.constants.ts"],"mappings":";;AAAA;AACA;AACA;AACA,OAAO,MAAMA,YAAY,GAAG;EAC1BC,IAAI,EAAE,0BAA0B;EAChCC,OAAO,EAAE,6BAA6B;EACtCC,KAAK,EAAE,2BAA2B;EAClCC,MAAM,EAAE,4BAA4B;EACpCC,OAAO,EAAE,6BAA6B;EACtCC,OAAO,EAAE,6BAA6B;EACtCC,IAAI,EAAE,0BAA0B;EAChCC,UAAU,EAAE,+BAA+B;EAC3CC,gBAAgB,EAAE,qCAAqC;EACvDC,cAAc,EAAE,mCAAmC;EACnDC,UAAU,EAAE,+BAA+B;EAC3CC,KAAK,EAAE;AACT,CAAC;;AAED;AACA;AACA;AACA,OAAO,MAAMC,cAAc,GAAG,CAAC;;AAE/B;AACA;AACA;AACA,OAAO,MAAMC,oBAAoB,GAAG,CAAC;;AAErC;AACA;AACA;AACA,OAAO,MAAMC,cAAc,GAAG;EAC5BC,GAAG,EAAE,EAAE;EACPC,MAAM,EAAE,EAAE;EACVC,IAAI,EAAE,EAAE;EACRC,KAAK,EAAE;AACT,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,608 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import BottomSheet from '@gorhom/bottom-sheet';
|
|
4
|
+
import { forwardRef, useCallback, useMemo } from 'react';
|
|
5
|
+
import { View } from 'react-native';
|
|
6
|
+
import { GestureDetector } from 'react-native-gesture-handler';
|
|
7
|
+
import Animated, { ReduceMotion } from 'react-native-reanimated';
|
|
8
|
+
import { useSafeAreaInsets } from 'react-native-safe-area-context';
|
|
9
|
+
import { withUniwind } from 'uniwind';
|
|
10
|
+
import { BottomSheetContentContainer, CheckIcon, CloseIcon, FullWindowOverlay } from "../../helpers/components/index.js";
|
|
11
|
+
import { HeroText } from "../../helpers/components/hero-text.js";
|
|
12
|
+
import { AnimationSettingsProvider, useAnimationSettings } from "../../helpers/contexts/animation-settings-context.js";
|
|
13
|
+
import { usePopupBottomSheetContentAnimation } from "../../helpers/hooks/use-popup-bottom-sheet-content-animation.js";
|
|
14
|
+
import { usePopupDialogContentAnimation } from "../../helpers/hooks/use-popup-dialog-content-animation.js";
|
|
15
|
+
import { usePopupOverlayAnimation } from "../../helpers/hooks/use-popup-overlay-animation.js";
|
|
16
|
+
import { usePopupPopoverContentAnimation } from "../../helpers/hooks/use-popup-popover-content-animation.js";
|
|
17
|
+
import { usePopupRootAnimation } from "../../helpers/hooks/use-popup-root-animation.js";
|
|
18
|
+
import { useThemeColor } from "../../helpers/theme/index.js";
|
|
19
|
+
import * as SelectPrimitives from "../../primitives/select/index.js";
|
|
20
|
+
import { useBottomSheetContentAnimation } from "../bottom-sheet/bottom-sheet.animation.js";
|
|
21
|
+
import bottomSheetStyles from "../bottom-sheet/bottom-sheet.styles.js";
|
|
22
|
+
import { SelectAnimationProvider, useSelectAnimation } from "./select.animation.js";
|
|
23
|
+
import { DEFAULT_ALIGN_OFFSET, DEFAULT_INSETS, DEFAULT_OFFSET, DISPLAY_NAME } from "./select.constants.js";
|
|
24
|
+
import selectStyles, { styleSheet } from "./select.styles.js";
|
|
25
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
26
|
+
const AnimatedOverlay = Animated.createAnimatedComponent(SelectPrimitives.Overlay);
|
|
27
|
+
const AnimatedPopoverContent = Animated.createAnimatedComponent(SelectPrimitives.PopoverContent);
|
|
28
|
+
const AnimatedDialogContent = Animated.createAnimatedComponent(SelectPrimitives.DialogContent);
|
|
29
|
+
const StyledBottomSheet = withUniwind(BottomSheet);
|
|
30
|
+
const useSelect = SelectPrimitives.useRootContext;
|
|
31
|
+
const useSelectItem = SelectPrimitives.useItemContext;
|
|
32
|
+
|
|
33
|
+
// --------------------------------------------------
|
|
34
|
+
|
|
35
|
+
const SelectRoot = /*#__PURE__*/forwardRef(({
|
|
36
|
+
children,
|
|
37
|
+
closeDelay = 400,
|
|
38
|
+
isDismissKeyboardOnClose = true,
|
|
39
|
+
isOpen: isOpenProp,
|
|
40
|
+
isDefaultOpen,
|
|
41
|
+
onOpenChange: onOpenChangeProp,
|
|
42
|
+
animation,
|
|
43
|
+
...props
|
|
44
|
+
}, ref) => {
|
|
45
|
+
const {
|
|
46
|
+
internalIsOpen,
|
|
47
|
+
componentState,
|
|
48
|
+
progress,
|
|
49
|
+
isDragging,
|
|
50
|
+
isGestureReleaseAnimationRunning,
|
|
51
|
+
onOpenChange,
|
|
52
|
+
isAllAnimationsDisabled
|
|
53
|
+
} = usePopupRootAnimation({
|
|
54
|
+
isOpen: isOpenProp,
|
|
55
|
+
isDefaultOpen,
|
|
56
|
+
onOpenChange: onOpenChangeProp,
|
|
57
|
+
closeDelay,
|
|
58
|
+
isDismissKeyboardOnClose,
|
|
59
|
+
animation
|
|
60
|
+
});
|
|
61
|
+
const animationContextValue = useMemo(() => ({
|
|
62
|
+
selectState: componentState,
|
|
63
|
+
progress,
|
|
64
|
+
isDragging,
|
|
65
|
+
isGestureReleaseAnimationRunning
|
|
66
|
+
}), [componentState, progress, isDragging, isGestureReleaseAnimationRunning]);
|
|
67
|
+
const animationSettingsContextValue = useMemo(() => ({
|
|
68
|
+
isAllAnimationsDisabled
|
|
69
|
+
}), [isAllAnimationsDisabled]);
|
|
70
|
+
return /*#__PURE__*/_jsx(AnimationSettingsProvider, {
|
|
71
|
+
value: animationSettingsContextValue,
|
|
72
|
+
children: /*#__PURE__*/_jsx(SelectAnimationProvider, {
|
|
73
|
+
value: animationContextValue,
|
|
74
|
+
children: /*#__PURE__*/_jsx(SelectPrimitives.Root, {
|
|
75
|
+
ref: ref,
|
|
76
|
+
isOpen: internalIsOpen,
|
|
77
|
+
isDefaultOpen: isDefaultOpen,
|
|
78
|
+
onOpenChange: onOpenChange,
|
|
79
|
+
closeDelay: closeDelay,
|
|
80
|
+
...props,
|
|
81
|
+
children: children
|
|
82
|
+
})
|
|
83
|
+
})
|
|
84
|
+
});
|
|
85
|
+
});
|
|
86
|
+
|
|
87
|
+
// --------------------------------------------------
|
|
88
|
+
|
|
89
|
+
const SelectTrigger = /*#__PURE__*/forwardRef((props, ref) => {
|
|
90
|
+
const {
|
|
91
|
+
isDisabled: isDisabledProp
|
|
92
|
+
} = props;
|
|
93
|
+
const {
|
|
94
|
+
isDisabled
|
|
95
|
+
} = useSelect();
|
|
96
|
+
const tvStyles = selectStyles.trigger({
|
|
97
|
+
isDisabled: isDisabledProp || isDisabled
|
|
98
|
+
});
|
|
99
|
+
return /*#__PURE__*/_jsx(SelectPrimitives.Trigger, {
|
|
100
|
+
ref: ref,
|
|
101
|
+
className: tvStyles,
|
|
102
|
+
...props
|
|
103
|
+
});
|
|
104
|
+
});
|
|
105
|
+
|
|
106
|
+
// --------------------------------------------------
|
|
107
|
+
|
|
108
|
+
const SelectValue = /*#__PURE__*/forwardRef(({
|
|
109
|
+
className,
|
|
110
|
+
...props
|
|
111
|
+
}, ref) => {
|
|
112
|
+
const tvStyles = selectStyles.value({
|
|
113
|
+
className
|
|
114
|
+
});
|
|
115
|
+
return /*#__PURE__*/_jsx(SelectPrimitives.Value, {
|
|
116
|
+
ref: ref,
|
|
117
|
+
className: tvStyles,
|
|
118
|
+
...props
|
|
119
|
+
});
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
// --------------------------------------------------
|
|
123
|
+
|
|
124
|
+
const SelectPortal = ({
|
|
125
|
+
className,
|
|
126
|
+
children,
|
|
127
|
+
...props
|
|
128
|
+
}) => {
|
|
129
|
+
const animationSettingsContext = useAnimationSettings();
|
|
130
|
+
const animationContext = useSelectAnimation();
|
|
131
|
+
const tvStyles = selectStyles.portal({
|
|
132
|
+
className
|
|
133
|
+
});
|
|
134
|
+
return /*#__PURE__*/_jsx(SelectPrimitives.Portal, {
|
|
135
|
+
...props,
|
|
136
|
+
children: /*#__PURE__*/_jsx(AnimationSettingsProvider, {
|
|
137
|
+
value: animationSettingsContext,
|
|
138
|
+
children: /*#__PURE__*/_jsx(SelectAnimationProvider, {
|
|
139
|
+
value: animationContext,
|
|
140
|
+
children: /*#__PURE__*/_jsx(FullWindowOverlay, {
|
|
141
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
142
|
+
className: tvStyles,
|
|
143
|
+
children: children
|
|
144
|
+
})
|
|
145
|
+
})
|
|
146
|
+
})
|
|
147
|
+
})
|
|
148
|
+
});
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
// --------------------------------------------------
|
|
152
|
+
|
|
153
|
+
const SelectOverlay = /*#__PURE__*/forwardRef(({
|
|
154
|
+
className,
|
|
155
|
+
style,
|
|
156
|
+
animation,
|
|
157
|
+
isAnimatedStyleActive = true,
|
|
158
|
+
...props
|
|
159
|
+
}, ref) => {
|
|
160
|
+
const {
|
|
161
|
+
progress,
|
|
162
|
+
isDragging,
|
|
163
|
+
isGestureReleaseAnimationRunning
|
|
164
|
+
} = useSelectAnimation();
|
|
165
|
+
const overlayClassName = selectStyles.overlay({
|
|
166
|
+
className
|
|
167
|
+
});
|
|
168
|
+
const {
|
|
169
|
+
rContainerStyle
|
|
170
|
+
} = usePopupOverlayAnimation({
|
|
171
|
+
progress,
|
|
172
|
+
isDragging,
|
|
173
|
+
isGestureReleaseAnimationRunning,
|
|
174
|
+
animation
|
|
175
|
+
});
|
|
176
|
+
const overlayStyle = isAnimatedStyleActive ? [rContainerStyle, style] : style;
|
|
177
|
+
return /*#__PURE__*/_jsx(AnimatedOverlay, {
|
|
178
|
+
ref: ref,
|
|
179
|
+
className: overlayClassName,
|
|
180
|
+
style: overlayStyle,
|
|
181
|
+
...props
|
|
182
|
+
});
|
|
183
|
+
});
|
|
184
|
+
|
|
185
|
+
// --------------------------------------------------
|
|
186
|
+
|
|
187
|
+
const SelectContentPopover = /*#__PURE__*/forwardRef(({
|
|
188
|
+
placement = 'bottom',
|
|
189
|
+
align = 'center',
|
|
190
|
+
avoidCollisions = true,
|
|
191
|
+
offset = DEFAULT_OFFSET,
|
|
192
|
+
alignOffset = DEFAULT_ALIGN_OFFSET,
|
|
193
|
+
className,
|
|
194
|
+
children,
|
|
195
|
+
style,
|
|
196
|
+
animation,
|
|
197
|
+
isAnimatedStyleActive = true,
|
|
198
|
+
...props
|
|
199
|
+
}, ref) => {
|
|
200
|
+
const safeAreaInsets = useSafeAreaInsets();
|
|
201
|
+
const insets = {
|
|
202
|
+
top: DEFAULT_INSETS.top + safeAreaInsets.top,
|
|
203
|
+
bottom: DEFAULT_INSETS.bottom + safeAreaInsets.bottom,
|
|
204
|
+
left: DEFAULT_INSETS.left + safeAreaInsets.left,
|
|
205
|
+
right: DEFAULT_INSETS.right + safeAreaInsets.right
|
|
206
|
+
};
|
|
207
|
+
const {
|
|
208
|
+
progress
|
|
209
|
+
} = useSelectAnimation();
|
|
210
|
+
const contentClassName = selectStyles.popoverContent({
|
|
211
|
+
className
|
|
212
|
+
});
|
|
213
|
+
const {
|
|
214
|
+
rContainerStyle
|
|
215
|
+
} = usePopupPopoverContentAnimation({
|
|
216
|
+
progress,
|
|
217
|
+
placement,
|
|
218
|
+
animation
|
|
219
|
+
});
|
|
220
|
+
const contentStyle = isAnimatedStyleActive ? [styleSheet.contentContainer, rContainerStyle, style] : [styleSheet.contentContainer, style];
|
|
221
|
+
return /*#__PURE__*/_jsx(AnimatedPopoverContent, {
|
|
222
|
+
ref: ref,
|
|
223
|
+
placement: placement,
|
|
224
|
+
align: align,
|
|
225
|
+
avoidCollisions: avoidCollisions,
|
|
226
|
+
offset: offset,
|
|
227
|
+
alignOffset: alignOffset,
|
|
228
|
+
insets: insets,
|
|
229
|
+
className: contentClassName,
|
|
230
|
+
style: contentStyle,
|
|
231
|
+
...props,
|
|
232
|
+
children: children
|
|
233
|
+
});
|
|
234
|
+
});
|
|
235
|
+
|
|
236
|
+
// --------------------------------------------------
|
|
237
|
+
|
|
238
|
+
const SelectContentBottomSheet = /*#__PURE__*/forwardRef(({
|
|
239
|
+
children,
|
|
240
|
+
backgroundClassName,
|
|
241
|
+
handleIndicatorClassName,
|
|
242
|
+
contentContainerClassName,
|
|
243
|
+
contentContainerProps,
|
|
244
|
+
animation,
|
|
245
|
+
animationConfigs,
|
|
246
|
+
...restProps
|
|
247
|
+
}, ref) => {
|
|
248
|
+
const {
|
|
249
|
+
onOpenChange
|
|
250
|
+
} = useSelect();
|
|
251
|
+
const {
|
|
252
|
+
selectState,
|
|
253
|
+
progress
|
|
254
|
+
} = useSelectAnimation();
|
|
255
|
+
const {
|
|
256
|
+
isAnimationDisabledValue
|
|
257
|
+
} = useBottomSheetContentAnimation({
|
|
258
|
+
animation
|
|
259
|
+
});
|
|
260
|
+
const {
|
|
261
|
+
animatedIndex
|
|
262
|
+
} = usePopupBottomSheetContentAnimation({
|
|
263
|
+
progress,
|
|
264
|
+
componentState: selectState
|
|
265
|
+
});
|
|
266
|
+
const contentBackgroundClassName = bottomSheetStyles.contentBackground({
|
|
267
|
+
className: backgroundClassName
|
|
268
|
+
});
|
|
269
|
+
const contentHandleIndicatorClassName = bottomSheetStyles.contentHandleIndicator({
|
|
270
|
+
className: handleIndicatorClassName
|
|
271
|
+
});
|
|
272
|
+
const contentContainerClassNameValue = bottomSheetStyles.contentContainer({
|
|
273
|
+
className: contentContainerClassName
|
|
274
|
+
});
|
|
275
|
+
const onClose = () => {
|
|
276
|
+
onOpenChange(false);
|
|
277
|
+
restProps.onClose?.();
|
|
278
|
+
};
|
|
279
|
+
const mergedAnimationConfigs = useMemo(() => ({
|
|
280
|
+
...animationConfigs,
|
|
281
|
+
reduceMotion: isAnimationDisabledValue ? ReduceMotion.Always : animationConfigs?.reduceMotion
|
|
282
|
+
}), [animationConfigs, isAnimationDisabledValue]);
|
|
283
|
+
return /*#__PURE__*/_jsx(StyledBottomSheet, {
|
|
284
|
+
ref: ref,
|
|
285
|
+
backgroundClassName: contentBackgroundClassName,
|
|
286
|
+
backgroundStyle: [styleSheet.contentContainer, restProps.backgroundStyle],
|
|
287
|
+
handleIndicatorClassName: contentHandleIndicatorClassName,
|
|
288
|
+
enablePanDownToClose: restProps.enablePanDownToClose ?? true,
|
|
289
|
+
animatedIndex: animatedIndex ?? restProps.animatedIndex,
|
|
290
|
+
onClose: onClose,
|
|
291
|
+
animationConfigs: mergedAnimationConfigs,
|
|
292
|
+
...restProps,
|
|
293
|
+
children: /*#__PURE__*/_jsx(BottomSheetContentContainer, {
|
|
294
|
+
state: selectState,
|
|
295
|
+
contentContainerClassName: contentContainerClassNameValue,
|
|
296
|
+
contentContainerProps: contentContainerProps,
|
|
297
|
+
children: children
|
|
298
|
+
})
|
|
299
|
+
});
|
|
300
|
+
});
|
|
301
|
+
|
|
302
|
+
// --------------------------------------------------
|
|
303
|
+
|
|
304
|
+
const SelectContentDialog = /*#__PURE__*/forwardRef(({
|
|
305
|
+
classNames,
|
|
306
|
+
style,
|
|
307
|
+
children,
|
|
308
|
+
onLayout,
|
|
309
|
+
animation,
|
|
310
|
+
isSwipeable = true,
|
|
311
|
+
isAnimatedStyleActive = true,
|
|
312
|
+
...props
|
|
313
|
+
}, ref) => {
|
|
314
|
+
const {
|
|
315
|
+
onOpenChange
|
|
316
|
+
} = useSelect();
|
|
317
|
+
const {
|
|
318
|
+
progress,
|
|
319
|
+
isDragging,
|
|
320
|
+
isGestureReleaseAnimationRunning,
|
|
321
|
+
selectState
|
|
322
|
+
} = useSelectAnimation();
|
|
323
|
+
const {
|
|
324
|
+
wrapper,
|
|
325
|
+
content
|
|
326
|
+
} = selectStyles.dialogContent();
|
|
327
|
+
const wrapperStyles = wrapper({
|
|
328
|
+
className: classNames?.wrapper
|
|
329
|
+
});
|
|
330
|
+
const contentClassName = content({
|
|
331
|
+
className: classNames?.content
|
|
332
|
+
});
|
|
333
|
+
const {
|
|
334
|
+
contentY,
|
|
335
|
+
contentHeight,
|
|
336
|
+
panGesture,
|
|
337
|
+
rDragContainerStyle,
|
|
338
|
+
rContainerStyle
|
|
339
|
+
} = usePopupDialogContentAnimation({
|
|
340
|
+
progress,
|
|
341
|
+
isDragging,
|
|
342
|
+
isGestureReleaseAnimationRunning,
|
|
343
|
+
dialogState: selectState,
|
|
344
|
+
onOpenChange,
|
|
345
|
+
animation,
|
|
346
|
+
isSwipeable
|
|
347
|
+
});
|
|
348
|
+
const contentStyle = isAnimatedStyleActive ? [styleSheet.contentContainer, rContainerStyle, style] : [styleSheet.contentContainer, style];
|
|
349
|
+
const handleLayout = useCallback(event => {
|
|
350
|
+
contentY.set(event.nativeEvent.layout.y);
|
|
351
|
+
contentHeight.set(event.nativeEvent.layout.height);
|
|
352
|
+
onLayout?.(event);
|
|
353
|
+
}, [contentY, contentHeight, onLayout]);
|
|
354
|
+
return /*#__PURE__*/_jsx(View, {
|
|
355
|
+
className: wrapperStyles,
|
|
356
|
+
children: /*#__PURE__*/_jsx(GestureDetector, {
|
|
357
|
+
gesture: panGesture,
|
|
358
|
+
children: /*#__PURE__*/_jsx(Animated.View, {
|
|
359
|
+
style: rDragContainerStyle,
|
|
360
|
+
pointerEvents: "box-none",
|
|
361
|
+
onLayout: handleLayout,
|
|
362
|
+
children: /*#__PURE__*/_jsx(AnimatedDialogContent, {
|
|
363
|
+
ref: ref,
|
|
364
|
+
className: contentClassName,
|
|
365
|
+
style: contentStyle,
|
|
366
|
+
...props,
|
|
367
|
+
children: children
|
|
368
|
+
})
|
|
369
|
+
})
|
|
370
|
+
})
|
|
371
|
+
});
|
|
372
|
+
});
|
|
373
|
+
|
|
374
|
+
// --------------------------------------------------
|
|
375
|
+
|
|
376
|
+
const SelectContent = /*#__PURE__*/forwardRef((props, ref) => {
|
|
377
|
+
const presentation = props.presentation || 'popover';
|
|
378
|
+
if (presentation === 'bottom-sheet') {
|
|
379
|
+
return /*#__PURE__*/_jsx(SelectContentBottomSheet, {
|
|
380
|
+
ref: ref,
|
|
381
|
+
...props
|
|
382
|
+
});
|
|
383
|
+
}
|
|
384
|
+
if (presentation === 'dialog') {
|
|
385
|
+
return /*#__PURE__*/_jsx(SelectContentDialog, {
|
|
386
|
+
ref: ref,
|
|
387
|
+
...props
|
|
388
|
+
});
|
|
389
|
+
}
|
|
390
|
+
return /*#__PURE__*/_jsx(SelectContentPopover, {
|
|
391
|
+
ref: ref,
|
|
392
|
+
...props
|
|
393
|
+
});
|
|
394
|
+
});
|
|
395
|
+
|
|
396
|
+
// --------------------------------------------------
|
|
397
|
+
|
|
398
|
+
const SelectClose = /*#__PURE__*/forwardRef(({
|
|
399
|
+
className,
|
|
400
|
+
children,
|
|
401
|
+
iconProps,
|
|
402
|
+
hitSlop = 12,
|
|
403
|
+
...props
|
|
404
|
+
}, ref) => {
|
|
405
|
+
const themeColorMuted = useThemeColor('muted');
|
|
406
|
+
const tvStyles = selectStyles.close({
|
|
407
|
+
className
|
|
408
|
+
});
|
|
409
|
+
return /*#__PURE__*/_jsx(SelectPrimitives.Close, {
|
|
410
|
+
ref: ref,
|
|
411
|
+
className: tvStyles,
|
|
412
|
+
hitSlop: hitSlop,
|
|
413
|
+
...props,
|
|
414
|
+
children: children || /*#__PURE__*/_jsx(CloseIcon, {
|
|
415
|
+
size: iconProps?.size ?? 18,
|
|
416
|
+
color: iconProps?.color ?? themeColorMuted
|
|
417
|
+
})
|
|
418
|
+
});
|
|
419
|
+
});
|
|
420
|
+
|
|
421
|
+
// --------------------------------------------------
|
|
422
|
+
|
|
423
|
+
const SelectItem = /*#__PURE__*/forwardRef(({
|
|
424
|
+
children,
|
|
425
|
+
className,
|
|
426
|
+
disabled = false,
|
|
427
|
+
value: itemValue,
|
|
428
|
+
label,
|
|
429
|
+
...props
|
|
430
|
+
}, ref) => {
|
|
431
|
+
const {
|
|
432
|
+
value
|
|
433
|
+
} = useSelect();
|
|
434
|
+
const isSelected = value?.value === itemValue;
|
|
435
|
+
const isDisabled = disabled ?? false;
|
|
436
|
+
const tvStyles = selectStyles.item({
|
|
437
|
+
className
|
|
438
|
+
});
|
|
439
|
+
const renderProps = {
|
|
440
|
+
isSelected,
|
|
441
|
+
value: itemValue,
|
|
442
|
+
isDisabled
|
|
443
|
+
};
|
|
444
|
+
const content = typeof children === 'function' ? children(renderProps) : children ?? /*#__PURE__*/_jsxs(_Fragment, {
|
|
445
|
+
children: [/*#__PURE__*/_jsx(SelectItemLabel, {}), /*#__PURE__*/_jsx(SelectItemIndicator, {})]
|
|
446
|
+
});
|
|
447
|
+
return /*#__PURE__*/_jsx(SelectPrimitives.Item, {
|
|
448
|
+
ref: ref,
|
|
449
|
+
className: tvStyles,
|
|
450
|
+
disabled: disabled,
|
|
451
|
+
value: itemValue,
|
|
452
|
+
label: label,
|
|
453
|
+
...props,
|
|
454
|
+
children: content
|
|
455
|
+
});
|
|
456
|
+
});
|
|
457
|
+
|
|
458
|
+
// --------------------------------------------------
|
|
459
|
+
|
|
460
|
+
const SelectItemLabel = /*#__PURE__*/forwardRef(({
|
|
461
|
+
className,
|
|
462
|
+
...props
|
|
463
|
+
}, ref) => {
|
|
464
|
+
const {
|
|
465
|
+
label
|
|
466
|
+
} = useSelectItem();
|
|
467
|
+
const tvStyles = selectStyles.itemLabel({
|
|
468
|
+
className
|
|
469
|
+
});
|
|
470
|
+
return /*#__PURE__*/_jsx(HeroText, {
|
|
471
|
+
ref: ref,
|
|
472
|
+
accessibilityRole: "text",
|
|
473
|
+
className: tvStyles,
|
|
474
|
+
...props,
|
|
475
|
+
children: label
|
|
476
|
+
});
|
|
477
|
+
});
|
|
478
|
+
|
|
479
|
+
// --------------------------------------------------
|
|
480
|
+
|
|
481
|
+
const SelectItemDescription = /*#__PURE__*/forwardRef(({
|
|
482
|
+
className,
|
|
483
|
+
...props
|
|
484
|
+
}, ref) => {
|
|
485
|
+
const tvStyles = selectStyles.itemDescription({
|
|
486
|
+
className
|
|
487
|
+
});
|
|
488
|
+
return /*#__PURE__*/_jsx(HeroText, {
|
|
489
|
+
ref: ref,
|
|
490
|
+
accessibilityRole: "summary",
|
|
491
|
+
className: tvStyles,
|
|
492
|
+
...props
|
|
493
|
+
});
|
|
494
|
+
});
|
|
495
|
+
|
|
496
|
+
// --------------------------------------------------
|
|
497
|
+
|
|
498
|
+
const SelectItemIndicator = /*#__PURE__*/forwardRef(({
|
|
499
|
+
className,
|
|
500
|
+
children,
|
|
501
|
+
iconProps,
|
|
502
|
+
...props
|
|
503
|
+
}, ref) => {
|
|
504
|
+
const themeColorAccent = useThemeColor('accent');
|
|
505
|
+
const iconSize = iconProps?.size ?? 16;
|
|
506
|
+
const iconColor = iconProps?.color ?? themeColorAccent;
|
|
507
|
+
const tvStyles = selectStyles.itemIndicator({
|
|
508
|
+
className
|
|
509
|
+
});
|
|
510
|
+
return /*#__PURE__*/_jsx(SelectPrimitives.ItemIndicator, {
|
|
511
|
+
ref: ref,
|
|
512
|
+
className: tvStyles,
|
|
513
|
+
...props,
|
|
514
|
+
children: children || /*#__PURE__*/_jsx(CheckIcon, {
|
|
515
|
+
size: iconSize,
|
|
516
|
+
color: iconColor
|
|
517
|
+
})
|
|
518
|
+
});
|
|
519
|
+
});
|
|
520
|
+
|
|
521
|
+
// --------------------------------------------------
|
|
522
|
+
|
|
523
|
+
const SelectListLabel = /*#__PURE__*/forwardRef(({
|
|
524
|
+
className,
|
|
525
|
+
...props
|
|
526
|
+
}, ref) => {
|
|
527
|
+
const tvStyles = selectStyles.listLabel({
|
|
528
|
+
className
|
|
529
|
+
});
|
|
530
|
+
return /*#__PURE__*/_jsx(HeroText, {
|
|
531
|
+
ref: ref,
|
|
532
|
+
className: tvStyles,
|
|
533
|
+
accessibilityRole: "header",
|
|
534
|
+
...props
|
|
535
|
+
});
|
|
536
|
+
});
|
|
537
|
+
|
|
538
|
+
// --------------------------------------------------
|
|
539
|
+
|
|
540
|
+
SelectRoot.displayName = DISPLAY_NAME.ROOT;
|
|
541
|
+
SelectTrigger.displayName = DISPLAY_NAME.TRIGGER;
|
|
542
|
+
SelectPortal.displayName = DISPLAY_NAME.PORTAL;
|
|
543
|
+
SelectOverlay.displayName = DISPLAY_NAME.OVERLAY;
|
|
544
|
+
SelectContent.displayName = DISPLAY_NAME.CONTENT;
|
|
545
|
+
SelectClose.displayName = DISPLAY_NAME.CLOSE;
|
|
546
|
+
SelectItemDescription.displayName = DISPLAY_NAME.ITEM_DESCRIPTION;
|
|
547
|
+
SelectValue.displayName = DISPLAY_NAME.VALUE;
|
|
548
|
+
SelectItem.displayName = DISPLAY_NAME.ITEM;
|
|
549
|
+
SelectItemLabel.displayName = DISPLAY_NAME.ITEM_LABEL;
|
|
550
|
+
SelectItemIndicator.displayName = DISPLAY_NAME.ITEM_INDICATOR;
|
|
551
|
+
SelectListLabel.displayName = DISPLAY_NAME.LIST_LABEL;
|
|
552
|
+
|
|
553
|
+
/**
|
|
554
|
+
* Compound Select component with sub-components
|
|
555
|
+
*
|
|
556
|
+
* @component Select - Main container that manages open/close state, positioning,
|
|
557
|
+
* value selection and provides context to child components. Handles placement, alignment, and collision detection.
|
|
558
|
+
*
|
|
559
|
+
* @component Select.Trigger - Clickable element that toggles the select visibility.
|
|
560
|
+
* Wraps any child element with press handlers.
|
|
561
|
+
*
|
|
562
|
+
* @component Select.Value - Displays the selected value or placeholder text.
|
|
563
|
+
* Automatically updates when selection changes.
|
|
564
|
+
*
|
|
565
|
+
* @component Select.Portal - Renders select content in a portal layer above other content.
|
|
566
|
+
* Ensures proper stacking and positioning.
|
|
567
|
+
*
|
|
568
|
+
* @component Select.Overlay - Optional background overlay. Can be transparent or
|
|
569
|
+
* semi-transparent to capture outside clicks.
|
|
570
|
+
*
|
|
571
|
+
* @component Select.Content - Container for select content with three presentation modes:
|
|
572
|
+
* popover (default floating with positioning and collision detection), bottom sheet modal, or dialog modal.
|
|
573
|
+
* Supports custom animations.
|
|
574
|
+
*
|
|
575
|
+
* @component Select.Item - Selectable option item. Handles selection state and press events.
|
|
576
|
+
*
|
|
577
|
+
* @component Select.ItemLabel - Displays the label text for an item.
|
|
578
|
+
*
|
|
579
|
+
* @component Select.ItemIndicator - Optional indicator shown for selected items.
|
|
580
|
+
*
|
|
581
|
+
* @component Select.ListLabel - Label for the list of items.
|
|
582
|
+
*
|
|
583
|
+
* @component Select.Close - Close button that dismisses the select when pressed.
|
|
584
|
+
* Renders a default X icon if no children provided.
|
|
585
|
+
*
|
|
586
|
+
* @component Select.ItemDescription - Optional description text for items with muted styling.
|
|
587
|
+
*
|
|
588
|
+
* Props flow from Select to sub-components via context (placement, align, offset, value, etc.).
|
|
589
|
+
* The select automatically positions itself relative to the trigger element.
|
|
590
|
+
*
|
|
591
|
+
* @see Full documentation: https://heroui.com/components/select
|
|
592
|
+
*/
|
|
593
|
+
const Select = Object.assign(SelectRoot, {
|
|
594
|
+
Trigger: SelectTrigger,
|
|
595
|
+
Value: SelectValue,
|
|
596
|
+
Portal: SelectPortal,
|
|
597
|
+
Overlay: SelectOverlay,
|
|
598
|
+
Content: SelectContent,
|
|
599
|
+
Item: SelectItem,
|
|
600
|
+
ItemLabel: SelectItemLabel,
|
|
601
|
+
ItemDescription: SelectItemDescription,
|
|
602
|
+
ItemIndicator: SelectItemIndicator,
|
|
603
|
+
ListLabel: SelectListLabel,
|
|
604
|
+
Close: SelectClose
|
|
605
|
+
});
|
|
606
|
+
export { useSelect, useSelectAnimation, useSelectItem };
|
|
607
|
+
export default Select;
|
|
608
|
+
//# sourceMappingURL=select.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["BottomSheet","forwardRef","useCallback","useMemo","View","GestureDetector","Animated","ReduceMotion","useSafeAreaInsets","withUniwind","BottomSheetContentContainer","CheckIcon","CloseIcon","FullWindowOverlay","HeroText","AnimationSettingsProvider","useAnimationSettings","usePopupBottomSheetContentAnimation","usePopupDialogContentAnimation","usePopupOverlayAnimation","usePopupPopoverContentAnimation","usePopupRootAnimation","useThemeColor","SelectPrimitives","useBottomSheetContentAnimation","bottomSheetStyles","SelectAnimationProvider","useSelectAnimation","DEFAULT_ALIGN_OFFSET","DEFAULT_INSETS","DEFAULT_OFFSET","DISPLAY_NAME","selectStyles","styleSheet","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","AnimatedOverlay","createAnimatedComponent","Overlay","AnimatedPopoverContent","PopoverContent","AnimatedDialogContent","DialogContent","StyledBottomSheet","useSelect","useRootContext","useSelectItem","useItemContext","SelectRoot","children","closeDelay","isDismissKeyboardOnClose","isOpen","isOpenProp","isDefaultOpen","onOpenChange","onOpenChangeProp","animation","props","ref","internalIsOpen","componentState","progress","isDragging","isGestureReleaseAnimationRunning","isAllAnimationsDisabled","animationContextValue","selectState","animationSettingsContextValue","value","Root","SelectTrigger","isDisabled","isDisabledProp","tvStyles","trigger","Trigger","className","SelectValue","Value","SelectPortal","animationSettingsContext","animationContext","portal","Portal","SelectOverlay","style","isAnimatedStyleActive","overlayClassName","overlay","rContainerStyle","overlayStyle","SelectContentPopover","placement","align","avoidCollisions","offset","alignOffset","safeAreaInsets","insets","top","bottom","left","right","contentClassName","popoverContent","contentStyle","contentContainer","SelectContentBottomSheet","backgroundClassName","handleIndicatorClassName","contentContainerClassName","contentContainerProps","animationConfigs","restProps","isAnimationDisabledValue","animatedIndex","contentBackgroundClassName","contentBackground","contentHandleIndicatorClassName","contentHandleIndicator","contentContainerClassNameValue","onClose","mergedAnimationConfigs","reduceMotion","Always","backgroundStyle","enablePanDownToClose","state","SelectContentDialog","classNames","onLayout","isSwipeable","wrapper","content","dialogContent","wrapperStyles","contentY","contentHeight","panGesture","rDragContainerStyle","dialogState","handleLayout","event","set","nativeEvent","layout","y","height","gesture","pointerEvents","SelectContent","presentation","SelectClose","iconProps","hitSlop","themeColorMuted","close","Close","size","color","SelectItem","disabled","itemValue","label","isSelected","item","renderProps","SelectItemLabel","SelectItemIndicator","Item","itemLabel","accessibilityRole","SelectItemDescription","itemDescription","themeColorAccent","iconSize","iconColor","itemIndicator","ItemIndicator","SelectListLabel","listLabel","displayName","ROOT","TRIGGER","PORTAL","OVERLAY","CONTENT","CLOSE","ITEM_DESCRIPTION","VALUE","ITEM","ITEM_LABEL","ITEM_INDICATOR","LIST_LABEL","Select","Object","assign","Content","ItemLabel","ItemDescription","ListLabel"],"sourceRoot":"../../../../src","sources":["components/select/select.tsx"],"mappings":"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","ignoreList":[]}
|