@xaui/native 0.0.23 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +195 -2
- package/dist/{components/alert/alert.type.d.ts → alert/index.d.cts} +12 -9
- package/dist/alert/index.d.ts +90 -3
- package/dist/alert/index.js +1 -2
- package/dist/app-bar/index.d.cts +52 -0
- package/dist/app-bar/index.d.ts +52 -3
- package/dist/app-bar/index.js +1 -2
- package/dist/{components/autocomplete/autocomplete.type.d.mts → autocomplete/index.d.cts} +17 -12
- package/dist/autocomplete/index.d.ts +88 -4
- package/dist/autocomplete/index.js +48 -36
- package/dist/{components/avatar/avatar.type.d.mts → avatar/index.d.cts} +13 -8
- package/dist/avatar/index.d.ts +123 -4
- package/dist/avatar/index.js +1 -2
- package/dist/{components/badge/badge.type.d.mts → badge/index.d.cts} +12 -9
- package/dist/badge/index.d.ts +94 -3
- package/dist/badge/index.js +1 -2
- package/dist/{components/bottom-sheet/bottom-sheet.type.d.mts → bottom-sheet/index.d.cts} +11 -7
- package/dist/bottom-sheet/index.d.ts +84 -3
- package/dist/bottom-sheet/index.js +363 -4
- package/dist/bottom-tab-bar/index.cjs +8 -7
- package/dist/{components/bottom-tab-bar/bottom-tab-bar.type.d.mts → bottom-tab-bar/index.d.cts} +25 -20
- package/dist/bottom-tab-bar/index.d.ts +211 -4
- package/dist/bottom-tab-bar/index.js +10 -9
- package/dist/{components/button/button.type.d.mts → button/index.d.cts} +81 -10
- package/dist/button/index.d.ts +174 -5
- package/dist/button/index.js +387 -6
- package/dist/button.type-j1ZdkkSl.d.cts +4 -0
- package/dist/button.type-j1ZdkkSl.d.ts +4 -0
- package/dist/{components/card/card.type.d.mts → card/index.d.cts} +21 -12
- package/dist/card/index.d.ts +191 -3
- package/dist/card/index.js +2 -2
- package/dist/{components/carousel/carousel.type.d.mts → carousel/index.d.cts} +12 -50
- package/dist/carousel/index.d.ts +147 -3
- package/dist/carousel/index.js +1 -1
- package/dist/chart/index.cjs +45 -24
- package/dist/{components/chart/chart.type.d.ts → chart/index.d.cts} +28 -14
- package/dist/chart/index.d.ts +218 -7
- package/dist/chart/index.js +45 -24
- package/dist/{components/checkbox/checkbox.type.d.mts → checkbox/index.d.cts} +11 -6
- package/dist/checkbox/index.d.ts +73 -3
- package/dist/checkbox/index.js +1 -2
- package/dist/{components/chip/chip.type.d.mts → chip/index.d.cts} +19 -12
- package/dist/chip/index.d.ts +195 -5
- package/dist/chip/index.js +1 -2
- package/dist/chunk-3XSXTM3G.js +661 -0
- package/dist/chunk-4KSZLONZ.js +79 -0
- package/dist/{chunk-DXXNBF5P.js → chunk-CZFDZPAS.js} +0 -5
- package/dist/{chunk-LTKYHG5V.js → chunk-GHCVNQET.js} +12 -5
- package/dist/chunk-I4V5Y5GD.js +76 -0
- package/dist/{chunk-F7WH4DMG.js → chunk-UI5L26KD.js} +1 -1
- package/dist/{chunk-LUBWRVI2.js → chunk-ULJSCNPE.js} +1 -1
- package/dist/chunk-URBEEDFX.js +79 -0
- package/dist/core/index.d.cts +28 -0
- package/dist/core/index.d.ts +27 -4
- package/dist/core/index.js +3 -5
- package/dist/{components/datepicker/datepicker.type.d.mts → datepicker/index.d.cts} +12 -9
- package/dist/datepicker/index.d.ts +45 -3
- package/dist/datepicker/index.js +1 -2
- package/dist/{components/divider/divider.type.d.mts → divider/index.d.cts} +9 -4
- package/dist/divider/index.d.ts +30 -3
- package/dist/divider/index.js +2 -3
- package/dist/drawer/index.cjs +9 -1
- package/dist/{components/drawer/drawer.type.d.mts → drawer/index.d.cts} +10 -6
- package/dist/drawer/index.d.ts +58 -3
- package/dist/drawer/index.js +232 -4
- package/dist/expansion-panel/index.cjs +4 -4
- package/dist/expansion-panel/index.d.cts +153 -0
- package/dist/expansion-panel/index.d.ts +153 -5
- package/dist/expansion-panel/index.js +6 -7
- package/dist/fab/index.d.cts +10 -0
- package/dist/fab/index.d.ts +10 -3
- package/dist/fab/index.js +3 -4
- package/dist/{components/fab-menu/fab-menu.type.d.mts → fab-menu/index.d.cts} +14 -9
- package/dist/fab-menu/index.d.ts +125 -4
- package/dist/fab-menu/index.js +3 -4
- package/dist/{components/fab/fab.type.d.mts → fab.type-CgIYqQlT.d.ts} +9 -8
- package/dist/{components/fab/fab.type.d.ts → fab.type-l2vjG8-p.d.cts} +9 -8
- package/dist/feature-discovery/index.cjs +115 -111
- package/dist/{components/feature-discovery/feature-discovery.type.d.mts → feature-discovery/index.d.cts} +10 -7
- package/dist/feature-discovery/index.d.ts +82 -3
- package/dist/feature-discovery/index.js +117 -113
- package/dist/index-BOw6tbkc.d.cts +5 -0
- package/dist/index-BOw6tbkc.d.ts +5 -0
- package/dist/index.cjs +0 -959
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -5
- package/dist/index.js +0 -13
- package/dist/{components/indicator/indicator.type.d.mts → indicator/index.d.cts} +9 -4
- package/dist/indicator/index.d.ts +47 -3
- package/dist/indicator/index.js +2 -3
- package/dist/input/index.d.cts +506 -0
- package/dist/input/index.d.ts +506 -12
- package/dist/input/index.js +2 -2
- package/dist/{components/list/list.type.d.mts → list/index.d.cts} +19 -11
- package/dist/list/index.d.ts +188 -5
- package/dist/list/index.js +1 -2
- package/dist/menu/index.d.cts +107 -0
- package/dist/menu/index.d.ts +107 -5
- package/dist/menu/index.js +2 -2
- package/dist/menubox/index.cjs +5 -1
- package/dist/{components/menubox/menubox.type.d.mts → menubox/index.d.cts} +13 -7
- package/dist/menubox/index.d.ts +98 -4
- package/dist/menubox/index.js +6 -3
- package/dist/{components/pager/pager.type.d.mts → pager/index.d.cts} +12 -7
- package/dist/pager/index.d.ts +93 -4
- package/dist/{components/progress/progress.type.d.mts → progress/index.d.cts} +9 -4
- package/dist/progress/index.d.ts +47 -3
- package/dist/progress/index.js +1 -2
- package/dist/radio/index.cjs +5 -1
- package/dist/{components/radio/radio.type.d.mts → radio/index.d.cts} +15 -9
- package/dist/radio/index.d.ts +145 -4
- package/dist/radio/index.js +6 -3
- package/dist/segment-button/index.d.cts +141 -0
- package/dist/segment-button/index.d.ts +141 -5
- package/dist/segment-button/index.js +2 -2
- package/dist/{components/select/select.type.d.mts → select/index.d.cts} +16 -10
- package/dist/select/index.d.ts +192 -4
- package/dist/select/index.js +22 -10
- package/dist/{components/skeleton/skeleton.type.d.mts → skeleton/index.d.cts} +9 -5
- package/dist/skeleton/index.d.ts +45 -3
- package/dist/skeleton/index.js +2 -2
- package/dist/{components/slider/slider.type.d.mts → slider/index.d.cts} +11 -8
- package/dist/slider/index.d.ts +171 -3
- package/dist/slider/index.js +1 -2
- package/dist/stepper/index.cjs +9 -1
- package/dist/{components/stepper/stepper.type.d.mts → stepper/index.d.cts} +18 -12
- package/dist/stepper/index.d.ts +137 -4
- package/dist/stepper/index.js +10 -3
- package/dist/switch/index.d.cts +28 -0
- package/dist/switch/index.d.ts +28 -3
- package/dist/switch/index.js +1 -2
- package/dist/{components/tabs/tabs.type.d.mts → tabs/index.d.cts} +13 -9
- package/dist/tabs/index.d.ts +176 -3
- package/dist/tabs/index.js +1 -2
- package/dist/timepicker/index.cjs +17 -8
- package/dist/{components/timepicker/timepicker.type.d.mts → timepicker/index.d.cts} +70 -10
- package/dist/timepicker/index.d.ts +215 -6
- package/dist/timepicker/index.js +400 -32
- package/dist/toolbar/index.cjs +3 -1
- package/dist/{components/toolbar/toolbar.type.d.mts → toolbar/index.d.cts} +16 -10
- package/dist/toolbar/index.d.ts +100 -4
- package/dist/toolbar/index.js +4 -3
- package/dist/{components/typography/typography.type.d.mts → typography/index.d.cts} +11 -7
- package/dist/typography/index.d.ts +43 -3
- package/dist/typography/index.js +1 -2
- package/dist/view/index.d.cts +603 -0
- package/dist/view/index.d.ts +603 -34
- package/package.json +4 -4
- package/dist/alert/index.d.mts +0 -3
- package/dist/app-bar/index.d.mts +0 -3
- package/dist/autocomplete/index.d.mts +0 -4
- package/dist/avatar/index.d.mts +0 -4
- package/dist/badge/index.d.mts +0 -3
- package/dist/bottom-sheet/index.d.mts +0 -3
- package/dist/bottom-tab-bar/index.d.mts +0 -4
- package/dist/button/index.d.mts +0 -5
- package/dist/card/index.d.mts +0 -3
- package/dist/carousel/index.d.mts +0 -3
- package/dist/chart/index.d.mts +0 -7
- package/dist/checkbox/index.d.mts +0 -3
- package/dist/chip/index.d.mts +0 -5
- package/dist/chunk-GBHQCAKW.js +0 -19
- package/dist/chunk-HC2SSHNU.js +0 -368
- package/dist/chunk-JEGEPGVU.js +0 -287
- package/dist/chunk-U3VQ4VNH.js +0 -229
- package/dist/chunk-XJ3SAU2M.js +0 -393
- package/dist/components/alert/alert-icons.d.mts +0 -11
- package/dist/components/alert/alert-icons.d.ts +0 -11
- package/dist/components/alert/alert-icons.d.ts.map +0 -1
- package/dist/components/alert/alert.d.mts +0 -4
- package/dist/components/alert/alert.d.ts +0 -4
- package/dist/components/alert/alert.d.ts.map +0 -1
- package/dist/components/alert/alert.hook.d.mts +0 -31
- package/dist/components/alert/alert.hook.d.ts +0 -31
- package/dist/components/alert/alert.hook.d.ts.map +0 -1
- package/dist/components/alert/alert.style.d.mts +0 -37
- package/dist/components/alert/alert.style.d.ts +0 -37
- package/dist/components/alert/alert.style.d.ts.map +0 -1
- package/dist/components/alert/alert.type.d.mts +0 -87
- package/dist/components/alert/alert.type.d.ts.map +0 -1
- package/dist/components/alert/index.d.mts +0 -3
- package/dist/components/alert/index.d.ts +0 -3
- package/dist/components/alert/index.d.ts.map +0 -1
- package/dist/components/app-bar/app-bar.d.mts +0 -7
- package/dist/components/app-bar/app-bar.d.ts +0 -7
- package/dist/components/app-bar/app-bar.d.ts.map +0 -1
- package/dist/components/app-bar/app-bar.hook.d.mts +0 -2
- package/dist/components/app-bar/app-bar.hook.d.ts +0 -2
- package/dist/components/app-bar/app-bar.hook.d.ts.map +0 -1
- package/dist/components/app-bar/app-bar.style.d.mts +0 -46
- package/dist/components/app-bar/app-bar.style.d.ts +0 -46
- package/dist/components/app-bar/app-bar.style.d.ts.map +0 -1
- package/dist/components/app-bar/app-bar.type.d.mts +0 -45
- package/dist/components/app-bar/app-bar.type.d.ts +0 -45
- package/dist/components/app-bar/app-bar.type.d.ts.map +0 -1
- package/dist/components/app-bar/index.d.mts +0 -3
- package/dist/components/app-bar/index.d.ts +0 -3
- package/dist/components/app-bar/index.d.ts.map +0 -1
- package/dist/components/autocomplete/autocomplete-context.d.mts +0 -9
- package/dist/components/autocomplete/autocomplete-context.d.ts +0 -9
- package/dist/components/autocomplete/autocomplete-context.d.ts.map +0 -1
- package/dist/components/autocomplete/autocomplete-item.d.mts +0 -4
- package/dist/components/autocomplete/autocomplete-item.d.ts +0 -4
- package/dist/components/autocomplete/autocomplete-item.d.ts.map +0 -1
- package/dist/components/autocomplete/autocomplete-item.hook.d.mts +0 -22
- package/dist/components/autocomplete/autocomplete-item.hook.d.ts +0 -22
- package/dist/components/autocomplete/autocomplete-item.hook.d.ts.map +0 -1
- package/dist/components/autocomplete/autocomplete-item.style.d.mts +0 -21
- package/dist/components/autocomplete/autocomplete-item.style.d.ts +0 -21
- package/dist/components/autocomplete/autocomplete-item.style.d.ts.map +0 -1
- package/dist/components/autocomplete/autocomplete-trigger.d.mts +0 -36
- package/dist/components/autocomplete/autocomplete-trigger.d.ts +0 -36
- package/dist/components/autocomplete/autocomplete-trigger.d.ts.map +0 -1
- package/dist/components/autocomplete/autocomplete.animation.d.mts +0 -9
- package/dist/components/autocomplete/autocomplete.animation.d.ts +0 -9
- package/dist/components/autocomplete/autocomplete.animation.d.ts.map +0 -1
- package/dist/components/autocomplete/autocomplete.d.mts +0 -4
- package/dist/components/autocomplete/autocomplete.d.ts +0 -4
- package/dist/components/autocomplete/autocomplete.d.ts.map +0 -1
- package/dist/components/autocomplete/autocomplete.hook.d.mts +0 -45
- package/dist/components/autocomplete/autocomplete.hook.d.ts +0 -45
- package/dist/components/autocomplete/autocomplete.hook.d.ts.map +0 -1
- package/dist/components/autocomplete/autocomplete.state.hook.d.mts +0 -41
- package/dist/components/autocomplete/autocomplete.state.hook.d.ts +0 -41
- package/dist/components/autocomplete/autocomplete.state.hook.d.ts.map +0 -1
- package/dist/components/autocomplete/autocomplete.style.d.mts +0 -86
- package/dist/components/autocomplete/autocomplete.style.d.ts +0 -86
- package/dist/components/autocomplete/autocomplete.style.d.ts.map +0 -1
- package/dist/components/autocomplete/autocomplete.type.d.ts +0 -83
- package/dist/components/autocomplete/autocomplete.type.d.ts.map +0 -1
- package/dist/components/autocomplete/autocomplete.utils.d.mts +0 -4
- package/dist/components/autocomplete/autocomplete.utils.d.ts +0 -4
- package/dist/components/autocomplete/autocomplete.utils.d.ts.map +0 -1
- package/dist/components/autocomplete/index.d.mts +0 -4
- package/dist/components/autocomplete/index.d.ts +0 -4
- package/dist/components/autocomplete/index.d.ts.map +0 -1
- package/dist/components/avatar/avatar-group.d.mts +0 -4
- package/dist/components/avatar/avatar-group.d.ts +0 -4
- package/dist/components/avatar/avatar-group.d.ts.map +0 -1
- package/dist/components/avatar/avatar.d.mts +0 -4
- package/dist/components/avatar/avatar.d.ts +0 -4
- package/dist/components/avatar/avatar.d.ts.map +0 -1
- package/dist/components/avatar/avatar.hook.d.mts +0 -17
- package/dist/components/avatar/avatar.hook.d.ts +0 -17
- package/dist/components/avatar/avatar.hook.d.ts.map +0 -1
- package/dist/components/avatar/avatar.style.d.mts +0 -25
- package/dist/components/avatar/avatar.style.d.ts +0 -25
- package/dist/components/avatar/avatar.style.d.ts.map +0 -1
- package/dist/components/avatar/avatar.type.d.ts +0 -118
- package/dist/components/avatar/avatar.type.d.ts.map +0 -1
- package/dist/components/avatar/index.d.mts +0 -4
- package/dist/components/avatar/index.d.ts +0 -4
- package/dist/components/avatar/index.d.ts.map +0 -1
- package/dist/components/badge/badge.d.mts +0 -4
- package/dist/components/badge/badge.d.ts +0 -4
- package/dist/components/badge/badge.d.ts.map +0 -1
- package/dist/components/badge/badge.hook.d.mts +0 -52
- package/dist/components/badge/badge.hook.d.ts +0 -52
- package/dist/components/badge/badge.hook.d.ts.map +0 -1
- package/dist/components/badge/badge.style.d.mts +0 -18
- package/dist/components/badge/badge.style.d.ts +0 -18
- package/dist/components/badge/badge.style.d.ts.map +0 -1
- package/dist/components/badge/badge.type.d.ts +0 -91
- package/dist/components/badge/badge.type.d.ts.map +0 -1
- package/dist/components/badge/index.d.mts +0 -3
- package/dist/components/badge/index.d.ts +0 -3
- package/dist/components/badge/index.d.ts.map +0 -1
- package/dist/components/bottom-sheet/bottom-sheet.animation.d.mts +0 -5
- package/dist/components/bottom-sheet/bottom-sheet.animation.d.ts +0 -5
- package/dist/components/bottom-sheet/bottom-sheet.animation.d.ts.map +0 -1
- package/dist/components/bottom-sheet/bottom-sheet.d.mts +0 -4
- package/dist/components/bottom-sheet/bottom-sheet.d.ts +0 -4
- package/dist/components/bottom-sheet/bottom-sheet.d.ts.map +0 -1
- package/dist/components/bottom-sheet/bottom-sheet.hook.d.mts +0 -31
- package/dist/components/bottom-sheet/bottom-sheet.hook.d.ts +0 -31
- package/dist/components/bottom-sheet/bottom-sheet.hook.d.ts.map +0 -1
- package/dist/components/bottom-sheet/bottom-sheet.style.d.mts +0 -33
- package/dist/components/bottom-sheet/bottom-sheet.style.d.ts +0 -33
- package/dist/components/bottom-sheet/bottom-sheet.style.d.ts.map +0 -1
- package/dist/components/bottom-sheet/bottom-sheet.type.d.ts +0 -80
- package/dist/components/bottom-sheet/bottom-sheet.type.d.ts.map +0 -1
- package/dist/components/bottom-sheet/index.d.mts +0 -3
- package/dist/components/bottom-sheet/index.d.ts +0 -3
- package/dist/components/bottom-sheet/index.d.ts.map +0 -1
- package/dist/components/bottom-tab-bar/bottom-tab-bar-context.d.mts +0 -17
- package/dist/components/bottom-tab-bar/bottom-tab-bar-context.d.ts +0 -17
- package/dist/components/bottom-tab-bar/bottom-tab-bar-context.d.ts.map +0 -1
- package/dist/components/bottom-tab-bar/bottom-tab-bar-item.d.mts +0 -4
- package/dist/components/bottom-tab-bar/bottom-tab-bar-item.d.ts +0 -4
- package/dist/components/bottom-tab-bar/bottom-tab-bar-item.d.ts.map +0 -1
- package/dist/components/bottom-tab-bar/bottom-tab-bar.d.mts +0 -4
- package/dist/components/bottom-tab-bar/bottom-tab-bar.d.ts +0 -4
- package/dist/components/bottom-tab-bar/bottom-tab-bar.d.ts.map +0 -1
- package/dist/components/bottom-tab-bar/bottom-tab-bar.hook.d.mts +0 -23
- package/dist/components/bottom-tab-bar/bottom-tab-bar.hook.d.ts +0 -23
- package/dist/components/bottom-tab-bar/bottom-tab-bar.hook.d.ts.map +0 -1
- package/dist/components/bottom-tab-bar/bottom-tab-bar.style.d.mts +0 -48
- package/dist/components/bottom-tab-bar/bottom-tab-bar.style.d.ts +0 -48
- package/dist/components/bottom-tab-bar/bottom-tab-bar.style.d.ts.map +0 -1
- package/dist/components/bottom-tab-bar/bottom-tab-bar.type.d.ts +0 -206
- package/dist/components/bottom-tab-bar/bottom-tab-bar.type.d.ts.map +0 -1
- package/dist/components/bottom-tab-bar/index.d.mts +0 -4
- package/dist/components/bottom-tab-bar/index.d.ts +0 -4
- package/dist/components/bottom-tab-bar/index.d.ts.map +0 -1
- package/dist/components/button/button.animation.d.mts +0 -4
- package/dist/components/button/button.animation.d.ts +0 -4
- package/dist/components/button/button.animation.d.ts.map +0 -1
- package/dist/components/button/button.d.mts +0 -4
- package/dist/components/button/button.d.ts +0 -4
- package/dist/components/button/button.d.ts.map +0 -1
- package/dist/components/button/button.hook.d.mts +0 -40
- package/dist/components/button/button.hook.d.ts +0 -40
- package/dist/components/button/button.hook.d.ts.map +0 -1
- package/dist/components/button/button.style.d.mts +0 -39
- package/dist/components/button/button.style.d.ts +0 -39
- package/dist/components/button/button.style.d.ts.map +0 -1
- package/dist/components/button/button.type.d.ts +0 -103
- package/dist/components/button/button.type.d.ts.map +0 -1
- package/dist/components/button/icon-button.d.mts +0 -4
- package/dist/components/button/icon-button.d.ts +0 -4
- package/dist/components/button/icon-button.d.ts.map +0 -1
- package/dist/components/button/icon-button.hook.d.mts +0 -15
- package/dist/components/button/icon-button.hook.d.ts +0 -15
- package/dist/components/button/icon-button.hook.d.ts.map +0 -1
- package/dist/components/button/icon-button.style.d.mts +0 -15
- package/dist/components/button/icon-button.style.d.ts +0 -15
- package/dist/components/button/icon-button.style.d.ts.map +0 -1
- package/dist/components/button/icon-button.type.d.mts +0 -70
- package/dist/components/button/icon-button.type.d.ts +0 -70
- package/dist/components/button/icon-button.type.d.ts.map +0 -1
- package/dist/components/button/index.d.mts +0 -5
- package/dist/components/button/index.d.ts +0 -5
- package/dist/components/button/index.d.ts.map +0 -1
- package/dist/components/card/card.d.mts +0 -9
- package/dist/components/card/card.d.ts +0 -9
- package/dist/components/card/card.d.ts.map +0 -1
- package/dist/components/card/card.hook.d.mts +0 -23
- package/dist/components/card/card.hook.d.ts +0 -23
- package/dist/components/card/card.hook.d.ts.map +0 -1
- package/dist/components/card/card.style.d.mts +0 -45
- package/dist/components/card/card.style.d.ts +0 -45
- package/dist/components/card/card.style.d.ts.map +0 -1
- package/dist/components/card/card.type.d.ts +0 -182
- package/dist/components/card/card.type.d.ts.map +0 -1
- package/dist/components/card/index.d.mts +0 -3
- package/dist/components/card/index.d.ts +0 -3
- package/dist/components/card/index.d.ts.map +0 -1
- package/dist/components/carousel/animated-carousel-item.d.mts +0 -22
- package/dist/components/carousel/animated-carousel-item.d.ts +0 -22
- package/dist/components/carousel/animated-carousel-item.d.ts.map +0 -1
- package/dist/components/carousel/carousel-item.d.mts +0 -4
- package/dist/components/carousel/carousel-item.d.ts +0 -4
- package/dist/components/carousel/carousel-item.d.ts.map +0 -1
- package/dist/components/carousel/carousel.d.mts +0 -4
- package/dist/components/carousel/carousel.d.ts +0 -4
- package/dist/components/carousel/carousel.d.ts.map +0 -1
- package/dist/components/carousel/carousel.hook.d.mts +0 -5
- package/dist/components/carousel/carousel.hook.d.ts +0 -5
- package/dist/components/carousel/carousel.hook.d.ts.map +0 -1
- package/dist/components/carousel/carousel.style.d.mts +0 -28
- package/dist/components/carousel/carousel.style.d.ts +0 -28
- package/dist/components/carousel/carousel.style.d.ts.map +0 -1
- package/dist/components/carousel/carousel.type.d.ts +0 -185
- package/dist/components/carousel/carousel.type.d.ts.map +0 -1
- package/dist/components/carousel/index.d.mts +0 -3
- package/dist/components/carousel/index.d.ts +0 -3
- package/dist/components/carousel/index.d.ts.map +0 -1
- package/dist/components/chart/chart.shared.d.mts +0 -21
- package/dist/components/chart/chart.shared.d.ts +0 -21
- package/dist/components/chart/chart.shared.d.ts.map +0 -1
- package/dist/components/chart/chart.style.d.mts +0 -254
- package/dist/components/chart/chart.style.d.ts +0 -254
- package/dist/components/chart/chart.style.d.ts.map +0 -1
- package/dist/components/chart/chart.type.d.mts +0 -204
- package/dist/components/chart/chart.type.d.ts.map +0 -1
- package/dist/components/chart/donut-chart-card.d.mts +0 -4
- package/dist/components/chart/donut-chart-card.d.ts +0 -4
- package/dist/components/chart/donut-chart-card.d.ts.map +0 -1
- package/dist/components/chart/heatmap-chart-card.d.mts +0 -4
- package/dist/components/chart/heatmap-chart-card.d.ts +0 -4
- package/dist/components/chart/heatmap-chart-card.d.ts.map +0 -1
- package/dist/components/chart/index.d.mts +0 -7
- package/dist/components/chart/index.d.ts +0 -7
- package/dist/components/chart/index.d.ts.map +0 -1
- package/dist/components/chart/line-chart-card.d.mts +0 -4
- package/dist/components/chart/line-chart-card.d.ts +0 -4
- package/dist/components/chart/line-chart-card.d.ts.map +0 -1
- package/dist/components/chart/pie-chart-card.d.mts +0 -4
- package/dist/components/chart/pie-chart-card.d.ts +0 -4
- package/dist/components/chart/pie-chart-card.d.ts.map +0 -1
- package/dist/components/chart/vertical-bar-chart-card.d.mts +0 -4
- package/dist/components/chart/vertical-bar-chart-card.d.ts +0 -4
- package/dist/components/chart/vertical-bar-chart-card.d.ts.map +0 -1
- package/dist/components/checkbox/checkbox-icon.d.mts +0 -12
- package/dist/components/checkbox/checkbox-icon.d.ts +0 -12
- package/dist/components/checkbox/checkbox-icon.d.ts.map +0 -1
- package/dist/components/checkbox/checkbox.animation.d.mts +0 -8
- package/dist/components/checkbox/checkbox.animation.d.ts +0 -8
- package/dist/components/checkbox/checkbox.animation.d.ts.map +0 -1
- package/dist/components/checkbox/checkbox.d.mts +0 -4
- package/dist/components/checkbox/checkbox.d.ts +0 -4
- package/dist/components/checkbox/checkbox.d.ts.map +0 -1
- package/dist/components/checkbox/checkbox.hook.d.mts +0 -29
- package/dist/components/checkbox/checkbox.hook.d.ts +0 -29
- package/dist/components/checkbox/checkbox.hook.d.ts.map +0 -1
- package/dist/components/checkbox/checkbox.style.d.mts +0 -38
- package/dist/components/checkbox/checkbox.style.d.ts +0 -38
- package/dist/components/checkbox/checkbox.style.d.ts.map +0 -1
- package/dist/components/checkbox/checkbox.type.d.ts +0 -68
- package/dist/components/checkbox/checkbox.type.d.ts.map +0 -1
- package/dist/components/checkbox/index.d.mts +0 -3
- package/dist/components/checkbox/index.d.ts +0 -3
- package/dist/components/checkbox/index.d.ts.map +0 -1
- package/dist/components/chip/chip-context.d.mts +0 -15
- package/dist/components/chip/chip-context.d.ts +0 -15
- package/dist/components/chip/chip-context.d.ts.map +0 -1
- package/dist/components/chip/chip-group.d.mts +0 -4
- package/dist/components/chip/chip-group.d.ts +0 -4
- package/dist/components/chip/chip-group.d.ts.map +0 -1
- package/dist/components/chip/chip-group.hook.d.mts +0 -6
- package/dist/components/chip/chip-group.hook.d.ts +0 -6
- package/dist/components/chip/chip-group.hook.d.ts.map +0 -1
- package/dist/components/chip/chip-item.d.mts +0 -4
- package/dist/components/chip/chip-item.d.ts +0 -4
- package/dist/components/chip/chip-item.d.ts.map +0 -1
- package/dist/components/chip/chip.d.mts +0 -4
- package/dist/components/chip/chip.d.ts +0 -4
- package/dist/components/chip/chip.d.ts.map +0 -1
- package/dist/components/chip/chip.hook.d.mts +0 -51
- package/dist/components/chip/chip.hook.d.ts +0 -51
- package/dist/components/chip/chip.hook.d.ts.map +0 -1
- package/dist/components/chip/chip.style.d.mts +0 -38
- package/dist/components/chip/chip.style.d.ts +0 -38
- package/dist/components/chip/chip.style.d.ts.map +0 -1
- package/dist/components/chip/chip.type.d.ts +0 -188
- package/dist/components/chip/chip.type.d.ts.map +0 -1
- package/dist/components/chip/index.d.mts +0 -5
- package/dist/components/chip/index.d.ts +0 -5
- package/dist/components/chip/index.d.ts.map +0 -1
- package/dist/components/datepicker/datepicker-trigger.d.mts +0 -35
- package/dist/components/datepicker/datepicker-trigger.d.ts +0 -35
- package/dist/components/datepicker/datepicker-trigger.d.ts.map +0 -1
- package/dist/components/datepicker/datepicker.d.mts +0 -4
- package/dist/components/datepicker/datepicker.d.ts +0 -4
- package/dist/components/datepicker/datepicker.d.ts.map +0 -1
- package/dist/components/datepicker/datepicker.hook.d.mts +0 -39
- package/dist/components/datepicker/datepicker.hook.d.ts +0 -39
- package/dist/components/datepicker/datepicker.hook.d.ts.map +0 -1
- package/dist/components/datepicker/datepicker.state.hook.d.mts +0 -33
- package/dist/components/datepicker/datepicker.state.hook.d.ts +0 -33
- package/dist/components/datepicker/datepicker.state.hook.d.ts.map +0 -1
- package/dist/components/datepicker/datepicker.style.d.mts +0 -49
- package/dist/components/datepicker/datepicker.style.d.ts +0 -49
- package/dist/components/datepicker/datepicker.style.d.ts.map +0 -1
- package/dist/components/datepicker/datepicker.type.d.ts +0 -42
- package/dist/components/datepicker/datepicker.type.d.ts.map +0 -1
- package/dist/components/datepicker/datepicker.utils.d.mts +0 -25
- package/dist/components/datepicker/datepicker.utils.d.ts +0 -25
- package/dist/components/datepicker/datepicker.utils.d.ts.map +0 -1
- package/dist/components/datepicker/index.d.mts +0 -3
- package/dist/components/datepicker/index.d.ts +0 -3
- package/dist/components/datepicker/index.d.ts.map +0 -1
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog-header.d.mts +0 -22
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog-header.d.ts +0 -22
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog-header.d.ts.map +0 -1
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog.animation.d.mts +0 -10
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog.animation.d.ts +0 -10
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog.animation.d.ts.map +0 -1
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog.d.mts +0 -4
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog.d.ts +0 -4
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog.d.ts.map +0 -1
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog.style.d.mts +0 -79
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog.style.d.ts +0 -79
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog.style.d.ts.map +0 -1
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog.type.d.mts +0 -77
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog.type.d.ts +0 -77
- package/dist/components/dialogs/autocomplete-dialog/autocomplete-dialog.type.d.ts.map +0 -1
- package/dist/components/dialogs/autocomplete-dialog/index.d.mts +0 -3
- package/dist/components/dialogs/autocomplete-dialog/index.d.ts +0 -3
- package/dist/components/dialogs/autocomplete-dialog/index.d.ts.map +0 -1
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog-calendar.d.mts +0 -17
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog-calendar.d.ts +0 -17
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog-calendar.d.ts.map +0 -1
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog-header.d.mts +0 -16
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog-header.d.ts +0 -16
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog-header.d.ts.map +0 -1
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog-month-picker.d.mts +0 -11
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog-month-picker.d.ts +0 -11
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog-month-picker.d.ts.map +0 -1
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog-year-picker.d.mts +0 -12
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog-year-picker.d.ts +0 -12
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog-year-picker.d.ts.map +0 -1
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog.animation.d.mts +0 -27
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog.animation.d.ts +0 -27
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog.animation.d.ts.map +0 -1
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog.d.mts +0 -4
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog.d.ts +0 -4
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog.d.ts.map +0 -1
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog.style.d.mts +0 -204
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog.style.d.ts +0 -204
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog.style.d.ts.map +0 -1
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog.type.d.mts +0 -18
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog.type.d.ts +0 -18
- package/dist/components/dialogs/datepicker-dialog/datepicker-dialog.type.d.ts.map +0 -1
- package/dist/components/dialogs/datepicker-dialog/index.d.mts +0 -3
- package/dist/components/dialogs/datepicker-dialog/index.d.ts +0 -3
- package/dist/components/dialogs/datepicker-dialog/index.d.ts.map +0 -1
- package/dist/components/dialogs/index.d.mts +0 -5
- package/dist/components/dialogs/index.d.ts +0 -5
- package/dist/components/dialogs/index.d.ts.map +0 -1
- package/dist/components/divider/divider.d.mts +0 -4
- package/dist/components/divider/divider.d.ts +0 -4
- package/dist/components/divider/divider.d.ts.map +0 -1
- package/dist/components/divider/divider.hook.d.mts +0 -11
- package/dist/components/divider/divider.hook.d.ts +0 -11
- package/dist/components/divider/divider.hook.d.ts.map +0 -1
- package/dist/components/divider/divider.style.d.mts +0 -13
- package/dist/components/divider/divider.style.d.ts +0 -13
- package/dist/components/divider/divider.style.d.ts.map +0 -1
- package/dist/components/divider/divider.type.d.ts +0 -25
- package/dist/components/divider/divider.type.d.ts.map +0 -1
- package/dist/components/divider/index.d.mts +0 -3
- package/dist/components/divider/index.d.ts +0 -3
- package/dist/components/divider/index.d.ts.map +0 -1
- package/dist/components/drawer/drawer.d.mts +0 -4
- package/dist/components/drawer/drawer.d.ts +0 -4
- package/dist/components/drawer/drawer.d.ts.map +0 -1
- package/dist/components/drawer/drawer.hook.d.mts +0 -140
- package/dist/components/drawer/drawer.hook.d.ts +0 -140
- package/dist/components/drawer/drawer.hook.d.ts.map +0 -1
- package/dist/components/drawer/drawer.style.d.mts +0 -35
- package/dist/components/drawer/drawer.style.d.ts +0 -35
- package/dist/components/drawer/drawer.style.d.ts.map +0 -1
- package/dist/components/drawer/drawer.type.d.ts +0 -54
- package/dist/components/drawer/drawer.type.d.ts.map +0 -1
- package/dist/components/drawer/index.d.mts +0 -3
- package/dist/components/drawer/index.d.ts +0 -3
- package/dist/components/drawer/index.d.ts.map +0 -1
- package/dist/components/expansion-panel/chevron-right-icon.d.mts +0 -8
- package/dist/components/expansion-panel/chevron-right-icon.d.ts +0 -8
- package/dist/components/expansion-panel/chevron-right-icon.d.ts.map +0 -1
- package/dist/components/expansion-panel/expansion-panel-context.d.mts +0 -14
- package/dist/components/expansion-panel/expansion-panel-context.d.ts +0 -14
- package/dist/components/expansion-panel/expansion-panel-context.d.ts.map +0 -1
- package/dist/components/expansion-panel/expansion-panel-item.d.mts +0 -4
- package/dist/components/expansion-panel/expansion-panel-item.d.ts +0 -4
- package/dist/components/expansion-panel/expansion-panel-item.d.ts.map +0 -1
- package/dist/components/expansion-panel/expansion-panel-item.hook.d.mts +0 -28
- package/dist/components/expansion-panel/expansion-panel-item.hook.d.ts +0 -28
- package/dist/components/expansion-panel/expansion-panel-item.hook.d.ts.map +0 -1
- package/dist/components/expansion-panel/expansion-panel-item.style.d.mts +0 -22
- package/dist/components/expansion-panel/expansion-panel-item.style.d.ts +0 -22
- package/dist/components/expansion-panel/expansion-panel-item.style.d.ts.map +0 -1
- package/dist/components/expansion-panel/expansion-panel-item.type.d.mts +0 -71
- package/dist/components/expansion-panel/expansion-panel-item.type.d.ts +0 -71
- package/dist/components/expansion-panel/expansion-panel-item.type.d.ts.map +0 -1
- package/dist/components/expansion-panel/expansion-panel.d.mts +0 -4
- package/dist/components/expansion-panel/expansion-panel.d.ts +0 -4
- package/dist/components/expansion-panel/expansion-panel.d.ts.map +0 -1
- package/dist/components/expansion-panel/expansion-panel.hook.d.mts +0 -45
- package/dist/components/expansion-panel/expansion-panel.hook.d.ts +0 -45
- package/dist/components/expansion-panel/expansion-panel.hook.d.ts.map +0 -1
- package/dist/components/expansion-panel/expansion-panel.style.d.mts +0 -8
- package/dist/components/expansion-panel/expansion-panel.style.d.ts +0 -8
- package/dist/components/expansion-panel/expansion-panel.style.d.ts.map +0 -1
- package/dist/components/expansion-panel/expansion-panel.type.d.mts +0 -79
- package/dist/components/expansion-panel/expansion-panel.type.d.ts +0 -79
- package/dist/components/expansion-panel/expansion-panel.type.d.ts.map +0 -1
- package/dist/components/expansion-panel/expansion-panel.utils.d.mts +0 -19
- package/dist/components/expansion-panel/expansion-panel.utils.d.ts +0 -19
- package/dist/components/expansion-panel/expansion-panel.utils.d.ts.map +0 -1
- package/dist/components/expansion-panel/index.d.mts +0 -5
- package/dist/components/expansion-panel/index.d.ts +0 -5
- package/dist/components/expansion-panel/index.d.ts.map +0 -1
- package/dist/components/fab/fab.animation.d.mts +0 -4
- package/dist/components/fab/fab.animation.d.ts +0 -4
- package/dist/components/fab/fab.animation.d.ts.map +0 -1
- package/dist/components/fab/fab.d.mts +0 -4
- package/dist/components/fab/fab.d.ts +0 -4
- package/dist/components/fab/fab.d.ts.map +0 -1
- package/dist/components/fab/fab.hook.d.mts +0 -41
- package/dist/components/fab/fab.hook.d.ts +0 -41
- package/dist/components/fab/fab.hook.d.ts.map +0 -1
- package/dist/components/fab/fab.style.d.mts +0 -24
- package/dist/components/fab/fab.style.d.ts +0 -24
- package/dist/components/fab/fab.style.d.ts.map +0 -1
- package/dist/components/fab/fab.type.d.ts.map +0 -1
- package/dist/components/fab/index.d.mts +0 -3
- package/dist/components/fab/index.d.ts +0 -3
- package/dist/components/fab/index.d.ts.map +0 -1
- package/dist/components/fab-menu/fab-menu-item.d.mts +0 -4
- package/dist/components/fab-menu/fab-menu-item.d.ts +0 -4
- package/dist/components/fab-menu/fab-menu-item.d.ts.map +0 -1
- package/dist/components/fab-menu/fab-menu.animation.d.mts +0 -5
- package/dist/components/fab-menu/fab-menu.animation.d.ts +0 -5
- package/dist/components/fab-menu/fab-menu.animation.d.ts.map +0 -1
- package/dist/components/fab-menu/fab-menu.d.mts +0 -4
- package/dist/components/fab-menu/fab-menu.d.ts +0 -4
- package/dist/components/fab-menu/fab-menu.d.ts.map +0 -1
- package/dist/components/fab-menu/fab-menu.hook.d.mts +0 -17
- package/dist/components/fab-menu/fab-menu.hook.d.ts +0 -17
- package/dist/components/fab-menu/fab-menu.hook.d.ts.map +0 -1
- package/dist/components/fab-menu/fab-menu.style.d.mts +0 -55
- package/dist/components/fab-menu/fab-menu.style.d.ts +0 -55
- package/dist/components/fab-menu/fab-menu.style.d.ts.map +0 -1
- package/dist/components/fab-menu/fab-menu.type.d.ts +0 -120
- package/dist/components/fab-menu/fab-menu.type.d.ts.map +0 -1
- package/dist/components/fab-menu/index.d.mts +0 -4
- package/dist/components/fab-menu/index.d.ts +0 -4
- package/dist/components/fab-menu/index.d.ts.map +0 -1
- package/dist/components/feature-discovery/feature-discovery.d.mts +0 -4
- package/dist/components/feature-discovery/feature-discovery.d.ts +0 -4
- package/dist/components/feature-discovery/feature-discovery.d.ts.map +0 -1
- package/dist/components/feature-discovery/feature-discovery.hook.d.mts +0 -52
- package/dist/components/feature-discovery/feature-discovery.hook.d.ts +0 -52
- package/dist/components/feature-discovery/feature-discovery.hook.d.ts.map +0 -1
- package/dist/components/feature-discovery/feature-discovery.style.d.mts +0 -67
- package/dist/components/feature-discovery/feature-discovery.style.d.ts +0 -67
- package/dist/components/feature-discovery/feature-discovery.style.d.ts.map +0 -1
- package/dist/components/feature-discovery/feature-discovery.type.d.ts +0 -79
- package/dist/components/feature-discovery/feature-discovery.type.d.ts.map +0 -1
- package/dist/components/feature-discovery/index.d.mts +0 -3
- package/dist/components/feature-discovery/index.d.ts +0 -3
- package/dist/components/feature-discovery/index.d.ts.map +0 -1
- package/dist/components/indicator/circular-activity-indicator.d.mts +0 -4
- package/dist/components/indicator/circular-activity-indicator.d.ts +0 -4
- package/dist/components/indicator/circular-activity-indicator.d.ts.map +0 -1
- package/dist/components/indicator/index.d.mts +0 -3
- package/dist/components/indicator/index.d.ts +0 -3
- package/dist/components/indicator/index.d.ts.map +0 -1
- package/dist/components/indicator/indicator.d.mts +0 -4
- package/dist/components/indicator/indicator.d.ts +0 -4
- package/dist/components/indicator/indicator.d.ts.map +0 -1
- package/dist/components/indicator/indicator.hook.d.mts +0 -8
- package/dist/components/indicator/indicator.hook.d.ts +0 -8
- package/dist/components/indicator/indicator.hook.d.ts.map +0 -1
- package/dist/components/indicator/indicator.style.d.mts +0 -25
- package/dist/components/indicator/indicator.style.d.ts +0 -25
- package/dist/components/indicator/indicator.style.d.ts.map +0 -1
- package/dist/components/indicator/indicator.type.d.ts +0 -42
- package/dist/components/indicator/indicator.type.d.ts.map +0 -1
- package/dist/components/indicator/linear-activity-indicator.d.mts +0 -4
- package/dist/components/indicator/linear-activity-indicator.d.ts +0 -4
- package/dist/components/indicator/linear-activity-indicator.d.ts.map +0 -1
- package/dist/components/input/date-time-input.d.mts +0 -82
- package/dist/components/input/date-time-input.d.ts +0 -82
- package/dist/components/input/date-time-input.d.ts.map +0 -1
- package/dist/components/input/date-time-input.hook.d.mts +0 -12
- package/dist/components/input/date-time-input.hook.d.ts +0 -12
- package/dist/components/input/date-time-input.hook.d.ts.map +0 -1
- package/dist/components/input/date-time-input.type.d.mts +0 -61
- package/dist/components/input/date-time-input.type.d.ts +0 -61
- package/dist/components/input/date-time-input.type.d.ts.map +0 -1
- package/dist/components/input/index.d.mts +0 -12
- package/dist/components/input/index.d.ts +0 -12
- package/dist/components/input/index.d.ts.map +0 -1
- package/dist/components/input/input.d.mts +0 -25
- package/dist/components/input/input.d.ts +0 -25
- package/dist/components/input/input.d.ts.map +0 -1
- package/dist/components/input/input.hook.d.mts +0 -40
- package/dist/components/input/input.hook.d.ts +0 -40
- package/dist/components/input/input.hook.d.ts.map +0 -1
- package/dist/components/input/input.style.d.mts +0 -45
- package/dist/components/input/input.style.d.ts +0 -45
- package/dist/components/input/input.style.d.ts.map +0 -1
- package/dist/components/input/input.type.d.mts +0 -108
- package/dist/components/input/input.type.d.ts +0 -108
- package/dist/components/input/input.type.d.ts.map +0 -1
- package/dist/components/input/number-input.d.mts +0 -5
- package/dist/components/input/number-input.d.ts +0 -5
- package/dist/components/input/number-input.d.ts.map +0 -1
- package/dist/components/input/number-input.hook.d.mts +0 -23
- package/dist/components/input/number-input.hook.d.ts +0 -23
- package/dist/components/input/number-input.hook.d.ts.map +0 -1
- package/dist/components/input/number-input.style.d.mts +0 -18
- package/dist/components/input/number-input.style.d.ts +0 -18
- package/dist/components/input/number-input.style.d.ts.map +0 -1
- package/dist/components/input/number-input.type.d.mts +0 -119
- package/dist/components/input/number-input.type.d.ts +0 -119
- package/dist/components/input/number-input.type.d.ts.map +0 -1
- package/dist/components/input/otp-input.d.mts +0 -7
- package/dist/components/input/otp-input.d.ts +0 -7
- package/dist/components/input/otp-input.d.ts.map +0 -1
- package/dist/components/input/otp-input.hook.d.mts +0 -27
- package/dist/components/input/otp-input.hook.d.ts +0 -27
- package/dist/components/input/otp-input.hook.d.ts.map +0 -1
- package/dist/components/input/otp-input.style.d.mts +0 -42
- package/dist/components/input/otp-input.style.d.ts +0 -42
- package/dist/components/input/otp-input.style.d.ts.map +0 -1
- package/dist/components/input/otp-input.type.d.mts +0 -96
- package/dist/components/input/otp-input.type.d.ts +0 -96
- package/dist/components/input/otp-input.type.d.ts.map +0 -1
- package/dist/components/input/textarea.d.mts +0 -4
- package/dist/components/input/textarea.d.ts +0 -4
- package/dist/components/input/textarea.d.ts.map +0 -1
- package/dist/components/input/textarea.style.d.mts +0 -9
- package/dist/components/input/textarea.style.d.ts +0 -9
- package/dist/components/input/textarea.style.d.ts.map +0 -1
- package/dist/components/input/textarea.type.d.mts +0 -13
- package/dist/components/input/textarea.type.d.ts +0 -13
- package/dist/components/input/textarea.type.d.ts.map +0 -1
- package/dist/components/list/index.d.mts +0 -5
- package/dist/components/list/index.d.ts +0 -5
- package/dist/components/list/index.d.ts.map +0 -1
- package/dist/components/list/list-builder.d.mts +0 -4
- package/dist/components/list/list-builder.d.ts +0 -4
- package/dist/components/list/list-builder.d.ts.map +0 -1
- package/dist/components/list/list-context.d.mts +0 -15
- package/dist/components/list/list-context.d.ts +0 -15
- package/dist/components/list/list-context.d.ts.map +0 -1
- package/dist/components/list/list-divider.d.mts +0 -7
- package/dist/components/list/list-divider.d.ts +0 -7
- package/dist/components/list/list-divider.d.ts.map +0 -1
- package/dist/components/list/list-item.d.mts +0 -4
- package/dist/components/list/list-item.d.ts +0 -4
- package/dist/components/list/list-item.d.ts.map +0 -1
- package/dist/components/list/list.d.mts +0 -4
- package/dist/components/list/list.d.ts +0 -4
- package/dist/components/list/list.d.ts.map +0 -1
- package/dist/components/list/list.hook.d.mts +0 -10
- package/dist/components/list/list.hook.d.ts +0 -10
- package/dist/components/list/list.hook.d.ts.map +0 -1
- package/dist/components/list/list.style.d.mts +0 -28
- package/dist/components/list/list.style.d.ts +0 -28
- package/dist/components/list/list.style.d.ts.map +0 -1
- package/dist/components/list/list.type.d.ts +0 -180
- package/dist/components/list/list.type.d.ts.map +0 -1
- package/dist/components/menu/index.d.mts +0 -5
- package/dist/components/menu/index.d.ts +0 -5
- package/dist/components/menu/index.d.ts.map +0 -1
- package/dist/components/menu/menu-item.d.mts +0 -4
- package/dist/components/menu/menu-item.d.ts +0 -4
- package/dist/components/menu/menu-item.d.ts.map +0 -1
- package/dist/components/menu/menu-item.style.d.mts +0 -39
- package/dist/components/menu/menu-item.style.d.ts +0 -39
- package/dist/components/menu/menu-item.style.d.ts.map +0 -1
- package/dist/components/menu/menu-item.type.d.mts +0 -53
- package/dist/components/menu/menu-item.type.d.ts +0 -53
- package/dist/components/menu/menu-item.type.d.ts.map +0 -1
- package/dist/components/menu/menu.d.mts +0 -4
- package/dist/components/menu/menu.d.ts +0 -4
- package/dist/components/menu/menu.d.ts.map +0 -1
- package/dist/components/menu/menu.hook.d.mts +0 -33
- package/dist/components/menu/menu.hook.d.ts +0 -33
- package/dist/components/menu/menu.hook.d.ts.map +0 -1
- package/dist/components/menu/menu.style.d.mts +0 -22
- package/dist/components/menu/menu.style.d.ts +0 -22
- package/dist/components/menu/menu.style.d.ts.map +0 -1
- package/dist/components/menu/menu.type.d.mts +0 -50
- package/dist/components/menu/menu.type.d.ts +0 -50
- package/dist/components/menu/menu.type.d.ts.map +0 -1
- package/dist/components/menubox/index.d.mts +0 -4
- package/dist/components/menubox/index.d.ts +0 -4
- package/dist/components/menubox/index.d.ts.map +0 -1
- package/dist/components/menubox/menubox-context.d.mts +0 -13
- package/dist/components/menubox/menubox-context.d.ts +0 -13
- package/dist/components/menubox/menubox-context.d.ts.map +0 -1
- package/dist/components/menubox/menubox-item.d.mts +0 -4
- package/dist/components/menubox/menubox-item.d.ts +0 -4
- package/dist/components/menubox/menubox-item.d.ts.map +0 -1
- package/dist/components/menubox/menubox.animation.d.mts +0 -4
- package/dist/components/menubox/menubox.animation.d.ts +0 -4
- package/dist/components/menubox/menubox.animation.d.ts.map +0 -1
- package/dist/components/menubox/menubox.d.mts +0 -4
- package/dist/components/menubox/menubox.d.ts +0 -4
- package/dist/components/menubox/menubox.d.ts.map +0 -1
- package/dist/components/menubox/menubox.hook.d.mts +0 -17
- package/dist/components/menubox/menubox.hook.d.ts +0 -17
- package/dist/components/menubox/menubox.hook.d.ts.map +0 -1
- package/dist/components/menubox/menubox.style.d.mts +0 -28
- package/dist/components/menubox/menubox.style.d.ts +0 -28
- package/dist/components/menubox/menubox.style.d.ts.map +0 -1
- package/dist/components/menubox/menubox.type.d.ts +0 -92
- package/dist/components/menubox/menubox.type.d.ts.map +0 -1
- package/dist/components/pager/index.d.mts +0 -4
- package/dist/components/pager/index.d.ts +0 -4
- package/dist/components/pager/index.d.ts.map +0 -1
- package/dist/components/pager/pager-item.d.mts +0 -4
- package/dist/components/pager/pager-item.d.ts +0 -4
- package/dist/components/pager/pager-item.d.ts.map +0 -1
- package/dist/components/pager/pager.d.mts +0 -4
- package/dist/components/pager/pager.d.ts +0 -4
- package/dist/components/pager/pager.d.ts.map +0 -1
- package/dist/components/pager/pager.style.d.mts +0 -44
- package/dist/components/pager/pager.style.d.ts +0 -44
- package/dist/components/pager/pager.style.d.ts.map +0 -1
- package/dist/components/pager/pager.type.d.ts +0 -88
- package/dist/components/pager/pager.type.d.ts.map +0 -1
- package/dist/components/progress/circular-progress-indicator.d.mts +0 -4
- package/dist/components/progress/circular-progress-indicator.d.ts +0 -4
- package/dist/components/progress/circular-progress-indicator.d.ts.map +0 -1
- package/dist/components/progress/index.d.mts +0 -3
- package/dist/components/progress/index.d.ts +0 -3
- package/dist/components/progress/index.d.ts.map +0 -1
- package/dist/components/progress/linear-progress-indicator.d.mts +0 -4
- package/dist/components/progress/linear-progress-indicator.d.ts +0 -4
- package/dist/components/progress/linear-progress-indicator.d.ts.map +0 -1
- package/dist/components/progress/progress.d.mts +0 -4
- package/dist/components/progress/progress.d.ts +0 -4
- package/dist/components/progress/progress.d.ts.map +0 -1
- package/dist/components/progress/progress.hook.d.mts +0 -4
- package/dist/components/progress/progress.hook.d.ts +0 -4
- package/dist/components/progress/progress.hook.d.ts.map +0 -1
- package/dist/components/progress/progress.style.d.mts +0 -19
- package/dist/components/progress/progress.style.d.ts +0 -19
- package/dist/components/progress/progress.style.d.ts.map +0 -1
- package/dist/components/progress/progress.type.d.ts +0 -42
- package/dist/components/progress/progress.type.d.ts.map +0 -1
- package/dist/components/radio/index.d.mts +0 -4
- package/dist/components/radio/index.d.ts +0 -4
- package/dist/components/radio/index.d.ts.map +0 -1
- package/dist/components/radio/radio-context.d.mts +0 -17
- package/dist/components/radio/radio-context.d.ts +0 -17
- package/dist/components/radio/radio-context.d.ts.map +0 -1
- package/dist/components/radio/radio-group.d.mts +0 -4
- package/dist/components/radio/radio-group.d.ts +0 -4
- package/dist/components/radio/radio-group.d.ts.map +0 -1
- package/dist/components/radio/radio.animation.d.mts +0 -8
- package/dist/components/radio/radio.animation.d.ts +0 -8
- package/dist/components/radio/radio.animation.d.ts.map +0 -1
- package/dist/components/radio/radio.d.mts +0 -4
- package/dist/components/radio/radio.d.ts +0 -4
- package/dist/components/radio/radio.d.ts.map +0 -1
- package/dist/components/radio/radio.hook.d.mts +0 -25
- package/dist/components/radio/radio.hook.d.ts +0 -25
- package/dist/components/radio/radio.hook.d.ts.map +0 -1
- package/dist/components/radio/radio.style.d.mts +0 -39
- package/dist/components/radio/radio.style.d.ts +0 -39
- package/dist/components/radio/radio.style.d.ts.map +0 -1
- package/dist/components/radio/radio.type.d.ts +0 -139
- package/dist/components/radio/radio.type.d.ts.map +0 -1
- package/dist/components/segment-button/index.d.mts +0 -5
- package/dist/components/segment-button/index.d.ts +0 -5
- package/dist/components/segment-button/index.d.ts.map +0 -1
- package/dist/components/segment-button/segment-button-context.d.mts +0 -15
- package/dist/components/segment-button/segment-button-context.d.ts +0 -15
- package/dist/components/segment-button/segment-button-context.d.ts.map +0 -1
- package/dist/components/segment-button/segment-button-item.d.mts +0 -4
- package/dist/components/segment-button/segment-button-item.d.ts +0 -4
- package/dist/components/segment-button/segment-button-item.d.ts.map +0 -1
- package/dist/components/segment-button/segment-button-item.type.d.mts +0 -57
- package/dist/components/segment-button/segment-button-item.type.d.ts +0 -57
- package/dist/components/segment-button/segment-button-item.type.d.ts.map +0 -1
- package/dist/components/segment-button/segment-button.animation.d.mts +0 -4
- package/dist/components/segment-button/segment-button.animation.d.ts +0 -4
- package/dist/components/segment-button/segment-button.animation.d.ts.map +0 -1
- package/dist/components/segment-button/segment-button.d.mts +0 -4
- package/dist/components/segment-button/segment-button.d.ts +0 -4
- package/dist/components/segment-button/segment-button.d.ts.map +0 -1
- package/dist/components/segment-button/segment-button.hook.d.mts +0 -23
- package/dist/components/segment-button/segment-button.hook.d.ts +0 -23
- package/dist/components/segment-button/segment-button.hook.d.ts.map +0 -1
- package/dist/components/segment-button/segment-button.style.d.mts +0 -39
- package/dist/components/segment-button/segment-button.style.d.ts +0 -39
- package/dist/components/segment-button/segment-button.style.d.ts.map +0 -1
- package/dist/components/segment-button/segment-button.type.d.mts +0 -81
- package/dist/components/segment-button/segment-button.type.d.ts +0 -81
- package/dist/components/segment-button/segment-button.type.d.ts.map +0 -1
- package/dist/components/select/checkmark-icon.d.mts +0 -8
- package/dist/components/select/checkmark-icon.d.ts +0 -8
- package/dist/components/select/checkmark-icon.d.ts.map +0 -1
- package/dist/components/select/chevron-down-icon.d.mts +0 -9
- package/dist/components/select/chevron-down-icon.d.ts +0 -9
- package/dist/components/select/chevron-down-icon.d.ts.map +0 -1
- package/dist/components/select/index.d.mts +0 -4
- package/dist/components/select/index.d.ts +0 -4
- package/dist/components/select/index.d.ts.map +0 -1
- package/dist/components/select/select-context.d.mts +0 -8
- package/dist/components/select/select-context.d.ts +0 -8
- package/dist/components/select/select-context.d.ts.map +0 -1
- package/dist/components/select/select-item.d.mts +0 -4
- package/dist/components/select/select-item.d.ts +0 -4
- package/dist/components/select/select-item.d.ts.map +0 -1
- package/dist/components/select/select-item.hook.d.mts +0 -16
- package/dist/components/select/select-item.hook.d.ts +0 -16
- package/dist/components/select/select-item.hook.d.ts.map +0 -1
- package/dist/components/select/select-item.style.d.mts +0 -21
- package/dist/components/select/select-item.style.d.ts +0 -21
- package/dist/components/select/select-item.style.d.ts.map +0 -1
- package/dist/components/select/select-trigger.d.mts +0 -37
- package/dist/components/select/select-trigger.d.ts +0 -37
- package/dist/components/select/select-trigger.d.ts.map +0 -1
- package/dist/components/select/select.animation.d.mts +0 -6
- package/dist/components/select/select.animation.d.ts +0 -6
- package/dist/components/select/select.animation.d.ts.map +0 -1
- package/dist/components/select/select.d.mts +0 -4
- package/dist/components/select/select.d.ts +0 -4
- package/dist/components/select/select.d.ts.map +0 -1
- package/dist/components/select/select.hook.d.mts +0 -44
- package/dist/components/select/select.hook.d.ts +0 -44
- package/dist/components/select/select.hook.d.ts.map +0 -1
- package/dist/components/select/select.state.hook.d.mts +0 -38
- package/dist/components/select/select.state.hook.d.ts +0 -38
- package/dist/components/select/select.state.hook.d.ts.map +0 -1
- package/dist/components/select/select.style.d.mts +0 -78
- package/dist/components/select/select.style.d.ts +0 -78
- package/dist/components/select/select.style.d.ts.map +0 -1
- package/dist/components/select/select.type.d.ts +0 -186
- package/dist/components/select/select.type.d.ts.map +0 -1
- package/dist/components/select/select.utils.d.mts +0 -2
- package/dist/components/select/select.utils.d.ts +0 -2
- package/dist/components/select/select.utils.d.ts.map +0 -1
- package/dist/components/skeleton/index.d.mts +0 -3
- package/dist/components/skeleton/index.d.ts +0 -3
- package/dist/components/skeleton/index.d.ts.map +0 -1
- package/dist/components/skeleton/skeleton.d.mts +0 -4
- package/dist/components/skeleton/skeleton.d.ts +0 -4
- package/dist/components/skeleton/skeleton.d.ts.map +0 -1
- package/dist/components/skeleton/skeleton.style.d.mts +0 -9
- package/dist/components/skeleton/skeleton.style.d.ts +0 -9
- package/dist/components/skeleton/skeleton.style.d.ts.map +0 -1
- package/dist/components/skeleton/skeleton.type.d.ts +0 -41
- package/dist/components/skeleton/skeleton.type.d.ts.map +0 -1
- package/dist/components/slider/index.d.mts +0 -3
- package/dist/components/slider/index.d.ts +0 -3
- package/dist/components/slider/index.d.ts.map +0 -1
- package/dist/components/slider/slider.animation.d.mts +0 -4
- package/dist/components/slider/slider.animation.d.ts +0 -4
- package/dist/components/slider/slider.animation.d.ts.map +0 -1
- package/dist/components/slider/slider.d.mts +0 -4
- package/dist/components/slider/slider.d.ts +0 -4
- package/dist/components/slider/slider.d.ts.map +0 -1
- package/dist/components/slider/slider.hook.d.mts +0 -22
- package/dist/components/slider/slider.hook.d.ts +0 -22
- package/dist/components/slider/slider.hook.d.ts.map +0 -1
- package/dist/components/slider/slider.style.d.mts +0 -78
- package/dist/components/slider/slider.style.d.ts +0 -78
- package/dist/components/slider/slider.style.d.ts.map +0 -1
- package/dist/components/slider/slider.type.d.ts +0 -168
- package/dist/components/slider/slider.type.d.ts.map +0 -1
- package/dist/components/stepper/index.d.mts +0 -4
- package/dist/components/stepper/index.d.ts +0 -4
- package/dist/components/stepper/index.d.ts.map +0 -1
- package/dist/components/stepper/stepper-context.d.mts +0 -18
- package/dist/components/stepper/stepper-context.d.ts +0 -18
- package/dist/components/stepper/stepper-context.d.ts.map +0 -1
- package/dist/components/stepper/stepper-item.d.mts +0 -4
- package/dist/components/stepper/stepper-item.d.ts +0 -4
- package/dist/components/stepper/stepper-item.d.ts.map +0 -1
- package/dist/components/stepper/stepper.d.mts +0 -4
- package/dist/components/stepper/stepper.d.ts +0 -4
- package/dist/components/stepper/stepper.d.ts.map +0 -1
- package/dist/components/stepper/stepper.hook.d.mts +0 -33
- package/dist/components/stepper/stepper.hook.d.ts +0 -33
- package/dist/components/stepper/stepper.hook.d.ts.map +0 -1
- package/dist/components/stepper/stepper.style.d.mts +0 -88
- package/dist/components/stepper/stepper.style.d.ts +0 -88
- package/dist/components/stepper/stepper.style.d.ts.map +0 -1
- package/dist/components/stepper/stepper.type.d.ts +0 -131
- package/dist/components/stepper/stepper.type.d.ts.map +0 -1
- package/dist/components/switch/index.d.mts +0 -3
- package/dist/components/switch/index.d.ts +0 -3
- package/dist/components/switch/index.d.ts.map +0 -1
- package/dist/components/switch/switch.animation.d.mts +0 -5
- package/dist/components/switch/switch.animation.d.ts +0 -5
- package/dist/components/switch/switch.animation.d.ts.map +0 -1
- package/dist/components/switch/switch.d.mts +0 -4
- package/dist/components/switch/switch.d.ts +0 -4
- package/dist/components/switch/switch.d.ts.map +0 -1
- package/dist/components/switch/switch.hook.d.mts +0 -56
- package/dist/components/switch/switch.hook.d.ts +0 -56
- package/dist/components/switch/switch.hook.d.ts.map +0 -1
- package/dist/components/switch/switch.style.d.mts +0 -35
- package/dist/components/switch/switch.style.d.ts +0 -35
- package/dist/components/switch/switch.style.d.ts.map +0 -1
- package/dist/components/switch/switch.type.d.mts +0 -23
- package/dist/components/switch/switch.type.d.ts +0 -23
- package/dist/components/switch/switch.type.d.ts.map +0 -1
- package/dist/components/tabs/index.d.mts +0 -3
- package/dist/components/tabs/index.d.ts +0 -3
- package/dist/components/tabs/index.d.ts.map +0 -1
- package/dist/components/tabs/tabs.animation.d.mts +0 -3
- package/dist/components/tabs/tabs.animation.d.ts +0 -3
- package/dist/components/tabs/tabs.animation.d.ts.map +0 -1
- package/dist/components/tabs/tabs.d.mts +0 -5
- package/dist/components/tabs/tabs.d.ts +0 -5
- package/dist/components/tabs/tabs.d.ts.map +0 -1
- package/dist/components/tabs/tabs.hook.d.mts +0 -25
- package/dist/components/tabs/tabs.hook.d.ts +0 -25
- package/dist/components/tabs/tabs.hook.d.ts.map +0 -1
- package/dist/components/tabs/tabs.style.d.mts +0 -41
- package/dist/components/tabs/tabs.style.d.ts +0 -41
- package/dist/components/tabs/tabs.style.d.ts.map +0 -1
- package/dist/components/tabs/tabs.type.d.ts +0 -172
- package/dist/components/tabs/tabs.type.d.ts.map +0 -1
- package/dist/components/timepicker/index.d.mts +0 -6
- package/dist/components/timepicker/index.d.ts +0 -6
- package/dist/components/timepicker/index.d.ts.map +0 -1
- package/dist/components/timepicker/timepicker-dialog.d.mts +0 -4
- package/dist/components/timepicker/timepicker-dialog.d.ts +0 -4
- package/dist/components/timepicker/timepicker-dialog.d.ts.map +0 -1
- package/dist/components/timepicker/timepicker-trigger.d.mts +0 -4
- package/dist/components/timepicker/timepicker-trigger.d.ts +0 -4
- package/dist/components/timepicker/timepicker-trigger.d.ts.map +0 -1
- package/dist/components/timepicker/timepicker.d.mts +0 -4
- package/dist/components/timepicker/timepicker.d.ts +0 -4
- package/dist/components/timepicker/timepicker.d.ts.map +0 -1
- package/dist/components/timepicker/timepicker.hook.d.mts +0 -26
- package/dist/components/timepicker/timepicker.hook.d.ts +0 -26
- package/dist/components/timepicker/timepicker.hook.d.ts.map +0 -1
- package/dist/components/timepicker/timepicker.style.d.mts +0 -187
- package/dist/components/timepicker/timepicker.style.d.ts +0 -187
- package/dist/components/timepicker/timepicker.style.d.ts.map +0 -1
- package/dist/components/timepicker/timepicker.type.d.ts +0 -155
- package/dist/components/timepicker/timepicker.type.d.ts.map +0 -1
- package/dist/components/timepicker/timepicker.utils.d.mts +0 -53
- package/dist/components/timepicker/timepicker.utils.d.ts +0 -53
- package/dist/components/timepicker/timepicker.utils.d.ts.map +0 -1
- package/dist/components/toolbar/index.d.mts +0 -4
- package/dist/components/toolbar/index.d.ts +0 -4
- package/dist/components/toolbar/index.d.ts.map +0 -1
- package/dist/components/toolbar/toolbar-action.d.mts +0 -4
- package/dist/components/toolbar/toolbar-action.d.ts +0 -4
- package/dist/components/toolbar/toolbar-action.d.ts.map +0 -1
- package/dist/components/toolbar/toolbar-context.d.mts +0 -10
- package/dist/components/toolbar/toolbar-context.d.ts +0 -10
- package/dist/components/toolbar/toolbar-context.d.ts.map +0 -1
- package/dist/components/toolbar/toolbar.d.mts +0 -4
- package/dist/components/toolbar/toolbar.d.ts +0 -4
- package/dist/components/toolbar/toolbar.d.ts.map +0 -1
- package/dist/components/toolbar/toolbar.hook.d.mts +0 -25
- package/dist/components/toolbar/toolbar.hook.d.ts +0 -25
- package/dist/components/toolbar/toolbar.hook.d.ts.map +0 -1
- package/dist/components/toolbar/toolbar.style.d.mts +0 -74
- package/dist/components/toolbar/toolbar.style.d.ts +0 -74
- package/dist/components/toolbar/toolbar.style.d.ts.map +0 -1
- package/dist/components/toolbar/toolbar.type.d.ts +0 -94
- package/dist/components/toolbar/toolbar.type.d.ts.map +0 -1
- package/dist/components/typography/index.d.mts +0 -3
- package/dist/components/typography/index.d.ts +0 -3
- package/dist/components/typography/index.d.ts.map +0 -1
- package/dist/components/typography/typography.d.mts +0 -4
- package/dist/components/typography/typography.d.ts +0 -4
- package/dist/components/typography/typography.d.ts.map +0 -1
- package/dist/components/typography/typography.hook.d.mts +0 -6
- package/dist/components/typography/typography.hook.d.ts +0 -6
- package/dist/components/typography/typography.hook.d.ts.map +0 -1
- package/dist/components/typography/typography.style.d.mts +0 -6
- package/dist/components/typography/typography.style.d.ts +0 -6
- package/dist/components/typography/typography.style.d.ts.map +0 -1
- package/dist/components/typography/typography.type.d.ts +0 -39
- package/dist/components/typography/typography.type.d.ts.map +0 -1
- package/dist/components/view/aspect-ratio/aspect-ratio.d.mts +0 -4
- package/dist/components/view/aspect-ratio/aspect-ratio.d.ts +0 -4
- package/dist/components/view/aspect-ratio/aspect-ratio.d.ts.map +0 -1
- package/dist/components/view/aspect-ratio/aspect-ratio.type.d.mts +0 -18
- package/dist/components/view/aspect-ratio/aspect-ratio.type.d.ts +0 -18
- package/dist/components/view/aspect-ratio/aspect-ratio.type.d.ts.map +0 -1
- package/dist/components/view/blur-view/blur-view.d.mts +0 -4
- package/dist/components/view/blur-view/blur-view.d.ts +0 -4
- package/dist/components/view/blur-view/blur-view.d.ts.map +0 -1
- package/dist/components/view/blur-view/blur-view.type.d.mts +0 -10
- package/dist/components/view/blur-view/blur-view.type.d.ts +0 -10
- package/dist/components/view/blur-view/blur-view.type.d.ts.map +0 -1
- package/dist/components/view/column/column.d.mts +0 -4
- package/dist/components/view/column/column.d.ts +0 -4
- package/dist/components/view/column/column.d.ts.map +0 -1
- package/dist/components/view/conditional/conditional-view.animation.d.mts +0 -13
- package/dist/components/view/conditional/conditional-view.animation.d.ts +0 -13
- package/dist/components/view/conditional/conditional-view.animation.d.ts.map +0 -1
- package/dist/components/view/conditional/conditional-view.d.mts +0 -4
- package/dist/components/view/conditional/conditional-view.d.ts +0 -4
- package/dist/components/view/conditional/conditional-view.d.ts.map +0 -1
- package/dist/components/view/conditional/conditional-view.type.d.mts +0 -23
- package/dist/components/view/conditional/conditional-view.type.d.ts +0 -23
- package/dist/components/view/conditional/conditional-view.type.d.ts.map +0 -1
- package/dist/components/view/conditional/conditional-view.utils.d.mts +0 -11
- package/dist/components/view/conditional/conditional-view.utils.d.ts +0 -11
- package/dist/components/view/conditional/conditional-view.utils.d.ts.map +0 -1
- package/dist/components/view/grid/grid-builder.d.mts +0 -7
- package/dist/components/view/grid/grid-builder.d.ts +0 -7
- package/dist/components/view/grid/grid-builder.d.ts.map +0 -1
- package/dist/components/view/grid/grid-builder.type.d.mts +0 -83
- package/dist/components/view/grid/grid-builder.type.d.ts +0 -83
- package/dist/components/view/grid/grid-builder.type.d.ts.map +0 -1
- package/dist/components/view/grid/grid-item.d.mts +0 -4
- package/dist/components/view/grid/grid-item.d.ts +0 -4
- package/dist/components/view/grid/grid-item.d.ts.map +0 -1
- package/dist/components/view/grid/grid-item.type.d.mts +0 -18
- package/dist/components/view/grid/grid-item.type.d.ts +0 -18
- package/dist/components/view/grid/grid-item.type.d.ts.map +0 -1
- package/dist/components/view/grid/grid.d.mts +0 -4
- package/dist/components/view/grid/grid.d.ts +0 -4
- package/dist/components/view/grid/grid.d.ts.map +0 -1
- package/dist/components/view/grid/grid.type.d.mts +0 -34
- package/dist/components/view/grid/grid.type.d.ts +0 -34
- package/dist/components/view/grid/grid.type.d.ts.map +0 -1
- package/dist/components/view/index.d.mts +0 -34
- package/dist/components/view/index.d.ts +0 -34
- package/dist/components/view/index.d.ts.map +0 -1
- package/dist/components/view/layout-types.d.mts +0 -40
- package/dist/components/view/layout-types.d.ts +0 -40
- package/dist/components/view/layout-types.d.ts.map +0 -1
- package/dist/components/view/layout-utils.d.mts +0 -4
- package/dist/components/view/layout-utils.d.ts +0 -4
- package/dist/components/view/layout-utils.d.ts.map +0 -1
- package/dist/components/view/margin/margin.d.mts +0 -4
- package/dist/components/view/margin/margin.d.ts +0 -4
- package/dist/components/view/margin/margin.d.ts.map +0 -1
- package/dist/components/view/margin/margin.type.d.mts +0 -46
- package/dist/components/view/margin/margin.type.d.ts +0 -46
- package/dist/components/view/margin/margin.type.d.ts.map +0 -1
- package/dist/components/view/masonry-grid/masonry-grid-builder.d.mts +0 -7
- package/dist/components/view/masonry-grid/masonry-grid-builder.d.ts +0 -7
- package/dist/components/view/masonry-grid/masonry-grid-builder.d.ts.map +0 -1
- package/dist/components/view/masonry-grid/masonry-grid-builder.type.d.mts +0 -99
- package/dist/components/view/masonry-grid/masonry-grid-builder.type.d.ts +0 -99
- package/dist/components/view/masonry-grid/masonry-grid-builder.type.d.ts.map +0 -1
- package/dist/components/view/masonry-grid/masonry-grid-item.d.mts +0 -4
- package/dist/components/view/masonry-grid/masonry-grid-item.d.ts +0 -4
- package/dist/components/view/masonry-grid/masonry-grid-item.d.ts.map +0 -1
- package/dist/components/view/masonry-grid/masonry-grid-item.type.d.mts +0 -13
- package/dist/components/view/masonry-grid/masonry-grid-item.type.d.ts +0 -13
- package/dist/components/view/masonry-grid/masonry-grid-item.type.d.ts.map +0 -1
- package/dist/components/view/masonry-grid/masonry-grid.d.mts +0 -4
- package/dist/components/view/masonry-grid/masonry-grid.d.ts +0 -4
- package/dist/components/view/masonry-grid/masonry-grid.d.ts.map +0 -1
- package/dist/components/view/masonry-grid/masonry-grid.type.d.mts +0 -34
- package/dist/components/view/masonry-grid/masonry-grid.type.d.ts +0 -34
- package/dist/components/view/masonry-grid/masonry-grid.type.d.ts.map +0 -1
- package/dist/components/view/padding/padding.d.mts +0 -4
- package/dist/components/view/padding/padding.d.ts +0 -4
- package/dist/components/view/padding/padding.d.ts.map +0 -1
- package/dist/components/view/padding/padding.type.d.mts +0 -46
- package/dist/components/view/padding/padding.type.d.ts +0 -46
- package/dist/components/view/padding/padding.type.d.ts.map +0 -1
- package/dist/components/view/positioned-view/positioned-view.d.mts +0 -4
- package/dist/components/view/positioned-view/positioned-view.d.ts +0 -4
- package/dist/components/view/positioned-view/positioned-view.d.ts.map +0 -1
- package/dist/components/view/positioned-view/positioned-view.type.d.mts +0 -33
- package/dist/components/view/positioned-view/positioned-view.type.d.ts +0 -33
- package/dist/components/view/positioned-view/positioned-view.type.d.ts.map +0 -1
- package/dist/components/view/rounded-view/rounded-view.d.mts +0 -4
- package/dist/components/view/rounded-view/rounded-view.d.ts +0 -4
- package/dist/components/view/rounded-view/rounded-view.d.ts.map +0 -1
- package/dist/components/view/rounded-view/rounded-view.hook.d.mts +0 -10
- package/dist/components/view/rounded-view/rounded-view.hook.d.ts +0 -10
- package/dist/components/view/rounded-view/rounded-view.hook.d.ts.map +0 -1
- package/dist/components/view/rounded-view/rounded-view.type.d.mts +0 -58
- package/dist/components/view/rounded-view/rounded-view.type.d.ts +0 -58
- package/dist/components/view/rounded-view/rounded-view.type.d.ts.map +0 -1
- package/dist/components/view/row/row.d.mts +0 -4
- package/dist/components/view/row/row.d.ts +0 -4
- package/dist/components/view/row/row.d.ts.map +0 -1
- package/dist/components/view/sized-box/sized-box.d.mts +0 -4
- package/dist/components/view/sized-box/sized-box.d.ts +0 -4
- package/dist/components/view/sized-box/sized-box.d.ts.map +0 -1
- package/dist/components/view/sized-box/sized-box.type.d.mts +0 -21
- package/dist/components/view/sized-box/sized-box.type.d.ts +0 -21
- package/dist/components/view/sized-box/sized-box.type.d.ts.map +0 -1
- package/dist/components/view/spacer/spacer.d.mts +0 -4
- package/dist/components/view/spacer/spacer.d.ts +0 -4
- package/dist/components/view/spacer/spacer.d.ts.map +0 -1
- package/dist/components/view/spacer/spacer.type.d.mts +0 -13
- package/dist/components/view/spacer/spacer.type.d.ts +0 -13
- package/dist/components/view/spacer/spacer.type.d.ts.map +0 -1
- package/dist/core/index.d.mts +0 -5
- package/dist/core/index.d.ts.map +0 -1
- package/dist/core/portal/index.d.mts +0 -5
- package/dist/core/portal/index.d.ts +0 -5
- package/dist/core/portal/index.d.ts.map +0 -1
- package/dist/core/portal/portal-context.d.mts +0 -7
- package/dist/core/portal/portal-context.d.ts +0 -7
- package/dist/core/portal/portal-context.d.ts.map +0 -1
- package/dist/core/portal/portal-host.d.mts +0 -6
- package/dist/core/portal/portal-host.d.ts +0 -6
- package/dist/core/portal/portal-host.d.ts.map +0 -1
- package/dist/core/portal/portal.d.mts +0 -6
- package/dist/core/portal/portal.d.ts +0 -6
- package/dist/core/portal/portal.d.ts.map +0 -1
- package/dist/core/theme-context.d.mts +0 -13
- package/dist/core/theme-context.d.ts +0 -13
- package/dist/core/theme-context.d.ts.map +0 -1
- package/dist/core/theme-hooks.d.mts +0 -12
- package/dist/core/theme-hooks.d.ts +0 -12
- package/dist/core/theme-hooks.d.ts.map +0 -1
- package/dist/datepicker/index.d.mts +0 -3
- package/dist/divider/index.d.mts +0 -3
- package/dist/drawer/index.d.mts +0 -3
- package/dist/expansion-panel/index.d.mts +0 -5
- package/dist/fab/index.d.mts +0 -3
- package/dist/fab-menu/index.d.mts +0 -4
- package/dist/feature-discovery/index.d.mts +0 -3
- package/dist/index.d.mts +0 -5
- package/dist/index.d.ts.map +0 -1
- package/dist/indicator/index.d.mts +0 -3
- package/dist/input/index.d.mts +0 -12
- package/dist/list/index.d.mts +0 -5
- package/dist/menu/index.d.mts +0 -5
- package/dist/menubox/index.d.mts +0 -4
- package/dist/pager/index.d.mts +0 -4
- package/dist/progress/index.d.mts +0 -3
- package/dist/radio/index.d.mts +0 -4
- package/dist/segment-button/index.d.mts +0 -5
- package/dist/select/index.d.mts +0 -4
- package/dist/skeleton/index.d.mts +0 -3
- package/dist/slider/index.d.mts +0 -3
- package/dist/stepper/index.d.mts +0 -4
- package/dist/switch/index.d.mts +0 -3
- package/dist/tabs/index.d.mts +0 -3
- package/dist/timepicker/index.d.mts +0 -6
- package/dist/toolbar/index.d.mts +0 -4
- package/dist/types/index.d.mts +0 -17
- package/dist/types/index.d.ts +0 -17
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/theme.d.mts +0 -2
- package/dist/types/theme.d.ts +0 -2
- package/dist/types/theme.d.ts.map +0 -1
- package/dist/typography/index.d.mts +0 -3
- package/dist/view/index.d.mts +0 -34
package/dist/button/index.d.mts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { Button } from './button';
|
|
2
|
-
export type { ButtonProps, ButtonVariant, ButtonRadius, SpinnerPlacement, } from './button.type';
|
|
3
|
-
export { IconButton } from './icon-button';
|
|
4
|
-
export type { IconButtonProps } from './icon-button.type';
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/card/index.d.mts
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { Card, CardHeader, CardBody, CardFooter, CardTitle, CardDescription, } from './card';
|
|
2
|
-
export type { CardProps, CardCustomAppearance, CardHeaderProps, CardBodyProps, CardFooterProps, CardTitleProps, CardDescriptionProps, } from './card.type';
|
|
3
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/chart/index.d.mts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export { DonutChartCard } from './donut-chart-card';
|
|
2
|
-
export { VerticalBarChartCard } from './vertical-bar-chart-card';
|
|
3
|
-
export { PieChartCard } from './pie-chart-card';
|
|
4
|
-
export { LineChartCard } from './line-chart-card';
|
|
5
|
-
export { HeatmapChartCard } from './heatmap-chart-card';
|
|
6
|
-
export type { DonutChartCardProps, DonutChartDataItem, DonutChartLegendPosition, VerticalBarChartCardProps, VerticalBarChartDataItem, PieChartCardProps, PieChartDataItem, LineChartCardProps, LineChartDataItem, LineChartMode, HeatmapChartCardProps, } from './chart.type';
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/chip/index.d.mts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { Chip } from './chip';
|
|
2
|
-
export { ChipGroup } from './chip-group';
|
|
3
|
-
export { ChipItem } from './chip-item';
|
|
4
|
-
export type { ChipProps, ChipGroupProps, ChipItemProps, ChipVariant, ChipSize, ChipRadius, ChipSelectMode, } from './chip.type';
|
|
5
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/chunk-GBHQCAKW.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
// src/components/select/checkmark-icon.tsx
|
|
2
|
-
import React from "react";
|
|
3
|
-
import Svg, { Polyline } from "react-native-svg";
|
|
4
|
-
function CheckmarkIcon({ color, size }) {
|
|
5
|
-
return /* @__PURE__ */ React.createElement(Svg, { width: size, height: size, viewBox: "0 0 17 18", fill: "none" }, /* @__PURE__ */ React.createElement(
|
|
6
|
-
Polyline,
|
|
7
|
-
{
|
|
8
|
-
points: "1 9 7 14 15 4",
|
|
9
|
-
stroke: color,
|
|
10
|
-
strokeWidth: 2,
|
|
11
|
-
strokeLinecap: "round",
|
|
12
|
-
strokeLinejoin: "round"
|
|
13
|
-
}
|
|
14
|
-
));
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export {
|
|
18
|
-
CheckmarkIcon
|
|
19
|
-
};
|
package/dist/chunk-HC2SSHNU.js
DELETED
|
@@ -1,368 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Portal,
|
|
3
|
-
useXUITheme
|
|
4
|
-
} from "./chunk-LTKYHG5V.js";
|
|
5
|
-
|
|
6
|
-
// src/components/bottom-sheet/bottom-sheet.tsx
|
|
7
|
-
import React from "react";
|
|
8
|
-
import { Animated as Animated3, Pressable, View } from "react-native";
|
|
9
|
-
|
|
10
|
-
// src/components/bottom-sheet/bottom-sheet.hook.ts
|
|
11
|
-
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
|
12
|
-
import { Animated as Animated2, Dimensions, PanResponder } from "react-native";
|
|
13
|
-
import { getSafeThemeColor } from "@xaui/core";
|
|
14
|
-
|
|
15
|
-
// src/components/bottom-sheet/bottom-sheet.animation.ts
|
|
16
|
-
import { Animated, Easing } from "react-native";
|
|
17
|
-
var SPRING_CONFIG = {
|
|
18
|
-
useNativeDriver: true,
|
|
19
|
-
speed: 14,
|
|
20
|
-
bounciness: 4
|
|
21
|
-
};
|
|
22
|
-
var TIMING_CONFIG = {
|
|
23
|
-
duration: 280,
|
|
24
|
-
easing: Easing.bezier(0.2, 0, 0, 1),
|
|
25
|
-
useNativeDriver: true
|
|
26
|
-
};
|
|
27
|
-
var runOpenAnimation = (translateY, backdropOpacity, targetTranslateY) => {
|
|
28
|
-
const animation = Animated.parallel([
|
|
29
|
-
Animated.spring(translateY, {
|
|
30
|
-
...SPRING_CONFIG,
|
|
31
|
-
toValue: targetTranslateY
|
|
32
|
-
}),
|
|
33
|
-
Animated.timing(backdropOpacity, {
|
|
34
|
-
...TIMING_CONFIG,
|
|
35
|
-
toValue: 1
|
|
36
|
-
})
|
|
37
|
-
]);
|
|
38
|
-
animation.start();
|
|
39
|
-
return animation;
|
|
40
|
-
};
|
|
41
|
-
var runCloseAnimation = (translateY, backdropOpacity, screenHeight, onComplete) => {
|
|
42
|
-
const animation = Animated.parallel([
|
|
43
|
-
Animated.timing(translateY, {
|
|
44
|
-
...TIMING_CONFIG,
|
|
45
|
-
toValue: screenHeight
|
|
46
|
-
}),
|
|
47
|
-
Animated.timing(backdropOpacity, {
|
|
48
|
-
...TIMING_CONFIG,
|
|
49
|
-
toValue: 0
|
|
50
|
-
})
|
|
51
|
-
]);
|
|
52
|
-
animation.start(({ finished }) => {
|
|
53
|
-
if (finished && onComplete) {
|
|
54
|
-
onComplete();
|
|
55
|
-
}
|
|
56
|
-
});
|
|
57
|
-
return animation;
|
|
58
|
-
};
|
|
59
|
-
var runSnapAnimation = (translateY, targetTranslateY) => {
|
|
60
|
-
const animation = Animated.spring(translateY, {
|
|
61
|
-
...SPRING_CONFIG,
|
|
62
|
-
toValue: targetTranslateY
|
|
63
|
-
});
|
|
64
|
-
animation.start();
|
|
65
|
-
return animation;
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
// src/components/bottom-sheet/bottom-sheet.hook.ts
|
|
69
|
-
var DISMISS_VELOCITY_THRESHOLD = 0.5;
|
|
70
|
-
var DISMISS_DISTANCE_FRACTION = 0.3;
|
|
71
|
-
var SCREEN_HEIGHT = Dimensions.get("window").height;
|
|
72
|
-
var getTranslateYForSnap = (snapFraction) => SCREEN_HEIGHT * (1 - snapFraction);
|
|
73
|
-
var useBottomSheetAnimation = ({
|
|
74
|
-
isOpen,
|
|
75
|
-
snapPoints,
|
|
76
|
-
initialSnapIndex,
|
|
77
|
-
enableSwipeToDismiss,
|
|
78
|
-
disableAnimation,
|
|
79
|
-
onClose,
|
|
80
|
-
onSnapChange
|
|
81
|
-
}) => {
|
|
82
|
-
const [shouldRender, setShouldRender] = useState(false);
|
|
83
|
-
const currentSnapIndex = useRef(initialSnapIndex);
|
|
84
|
-
const animationRef = useRef(null);
|
|
85
|
-
const translateY = useRef(new Animated2.Value(SCREEN_HEIGHT)).current;
|
|
86
|
-
const backdropOpacity = useRef(new Animated2.Value(0)).current;
|
|
87
|
-
const sortedSnapPoints = useMemo(
|
|
88
|
-
() => [...snapPoints].sort((a, b) => a - b),
|
|
89
|
-
[snapPoints]
|
|
90
|
-
);
|
|
91
|
-
const snapTranslateValues = useMemo(
|
|
92
|
-
() => sortedSnapPoints.map(getTranslateYForSnap),
|
|
93
|
-
[sortedSnapPoints]
|
|
94
|
-
);
|
|
95
|
-
const open = useCallback(() => {
|
|
96
|
-
setShouldRender(true);
|
|
97
|
-
const targetIndex = Math.min(initialSnapIndex, sortedSnapPoints.length - 1);
|
|
98
|
-
currentSnapIndex.current = targetIndex;
|
|
99
|
-
if (disableAnimation) {
|
|
100
|
-
translateY.setValue(snapTranslateValues[targetIndex]);
|
|
101
|
-
backdropOpacity.setValue(1);
|
|
102
|
-
return;
|
|
103
|
-
}
|
|
104
|
-
translateY.setValue(SCREEN_HEIGHT);
|
|
105
|
-
backdropOpacity.setValue(0);
|
|
106
|
-
animationRef.current?.stop();
|
|
107
|
-
animationRef.current = runOpenAnimation(
|
|
108
|
-
translateY,
|
|
109
|
-
backdropOpacity,
|
|
110
|
-
snapTranslateValues[targetIndex]
|
|
111
|
-
);
|
|
112
|
-
}, [
|
|
113
|
-
initialSnapIndex,
|
|
114
|
-
sortedSnapPoints,
|
|
115
|
-
snapTranslateValues,
|
|
116
|
-
disableAnimation,
|
|
117
|
-
translateY,
|
|
118
|
-
backdropOpacity
|
|
119
|
-
]);
|
|
120
|
-
const close = useCallback(() => {
|
|
121
|
-
if (disableAnimation) {
|
|
122
|
-
translateY.setValue(SCREEN_HEIGHT);
|
|
123
|
-
backdropOpacity.setValue(0);
|
|
124
|
-
setShouldRender(false);
|
|
125
|
-
onClose?.();
|
|
126
|
-
return;
|
|
127
|
-
}
|
|
128
|
-
animationRef.current?.stop();
|
|
129
|
-
animationRef.current = runCloseAnimation(
|
|
130
|
-
translateY,
|
|
131
|
-
backdropOpacity,
|
|
132
|
-
SCREEN_HEIGHT,
|
|
133
|
-
() => {
|
|
134
|
-
setShouldRender(false);
|
|
135
|
-
onClose?.();
|
|
136
|
-
}
|
|
137
|
-
);
|
|
138
|
-
}, [disableAnimation, translateY, backdropOpacity, onClose]);
|
|
139
|
-
const snapTo = useCallback(
|
|
140
|
-
(index) => {
|
|
141
|
-
const clampedIndex = Math.max(0, Math.min(index, sortedSnapPoints.length - 1));
|
|
142
|
-
currentSnapIndex.current = clampedIndex;
|
|
143
|
-
onSnapChange?.(clampedIndex);
|
|
144
|
-
if (disableAnimation) {
|
|
145
|
-
translateY.setValue(snapTranslateValues[clampedIndex]);
|
|
146
|
-
return;
|
|
147
|
-
}
|
|
148
|
-
animationRef.current?.stop();
|
|
149
|
-
animationRef.current = runSnapAnimation(
|
|
150
|
-
translateY,
|
|
151
|
-
snapTranslateValues[clampedIndex]
|
|
152
|
-
);
|
|
153
|
-
},
|
|
154
|
-
[
|
|
155
|
-
sortedSnapPoints,
|
|
156
|
-
snapTranslateValues,
|
|
157
|
-
disableAnimation,
|
|
158
|
-
translateY,
|
|
159
|
-
onSnapChange
|
|
160
|
-
]
|
|
161
|
-
);
|
|
162
|
-
useEffect(() => {
|
|
163
|
-
if (isOpen) {
|
|
164
|
-
open();
|
|
165
|
-
} else if (shouldRender) {
|
|
166
|
-
close();
|
|
167
|
-
}
|
|
168
|
-
}, [isOpen]);
|
|
169
|
-
const panResponder = useMemo(
|
|
170
|
-
() => PanResponder.create({
|
|
171
|
-
onStartShouldSetPanResponder: () => true,
|
|
172
|
-
onMoveShouldSetPanResponder: (_, gestureState) => Math.abs(gestureState.dy) > 5,
|
|
173
|
-
onPanResponderMove: (_, gestureState) => {
|
|
174
|
-
const currentTranslate = snapTranslateValues[currentSnapIndex.current];
|
|
175
|
-
const newTranslateY = currentTranslate + gestureState.dy;
|
|
176
|
-
const maxExpanded = snapTranslateValues[snapTranslateValues.length - 1];
|
|
177
|
-
const clamped = Math.max(maxExpanded, newTranslateY);
|
|
178
|
-
translateY.setValue(clamped);
|
|
179
|
-
},
|
|
180
|
-
onPanResponderRelease: (_, gestureState) => {
|
|
181
|
-
const currentTranslate = snapTranslateValues[currentSnapIndex.current];
|
|
182
|
-
const finalPosition = currentTranslate + gestureState.dy;
|
|
183
|
-
if (enableSwipeToDismiss && (gestureState.vy > DISMISS_VELOCITY_THRESHOLD || finalPosition > SCREEN_HEIGHT * (1 - sortedSnapPoints[0] * DISMISS_DISTANCE_FRACTION))) {
|
|
184
|
-
close();
|
|
185
|
-
return;
|
|
186
|
-
}
|
|
187
|
-
if (gestureState.vy < -DISMISS_VELOCITY_THRESHOLD) {
|
|
188
|
-
const nextIndex = Math.min(
|
|
189
|
-
currentSnapIndex.current + 1,
|
|
190
|
-
sortedSnapPoints.length - 1
|
|
191
|
-
);
|
|
192
|
-
snapTo(nextIndex);
|
|
193
|
-
return;
|
|
194
|
-
}
|
|
195
|
-
if (gestureState.vy > DISMISS_VELOCITY_THRESHOLD) {
|
|
196
|
-
const prevIndex = Math.max(currentSnapIndex.current - 1, 0);
|
|
197
|
-
if (prevIndex === currentSnapIndex.current && enableSwipeToDismiss) {
|
|
198
|
-
close();
|
|
199
|
-
return;
|
|
200
|
-
}
|
|
201
|
-
snapTo(prevIndex);
|
|
202
|
-
return;
|
|
203
|
-
}
|
|
204
|
-
let closestIndex = 0;
|
|
205
|
-
let minDistance = Infinity;
|
|
206
|
-
snapTranslateValues.forEach((snapVal, index) => {
|
|
207
|
-
const distance = Math.abs(finalPosition - snapVal);
|
|
208
|
-
if (distance < minDistance) {
|
|
209
|
-
minDistance = distance;
|
|
210
|
-
closestIndex = index;
|
|
211
|
-
}
|
|
212
|
-
});
|
|
213
|
-
snapTo(closestIndex);
|
|
214
|
-
}
|
|
215
|
-
}),
|
|
216
|
-
[
|
|
217
|
-
snapTranslateValues,
|
|
218
|
-
sortedSnapPoints,
|
|
219
|
-
enableSwipeToDismiss,
|
|
220
|
-
translateY,
|
|
221
|
-
close,
|
|
222
|
-
snapTo
|
|
223
|
-
]
|
|
224
|
-
);
|
|
225
|
-
return {
|
|
226
|
-
shouldRender,
|
|
227
|
-
translateY,
|
|
228
|
-
backdropOpacity,
|
|
229
|
-
panResponder,
|
|
230
|
-
close,
|
|
231
|
-
snapTo,
|
|
232
|
-
screenHeight: SCREEN_HEIGHT
|
|
233
|
-
};
|
|
234
|
-
};
|
|
235
|
-
var useBottomSheetStyles = (themeColor, radius) => {
|
|
236
|
-
const theme = useXUITheme();
|
|
237
|
-
const safeThemeColor = getSafeThemeColor(themeColor);
|
|
238
|
-
const colorScheme = theme.colors[safeThemeColor];
|
|
239
|
-
const sheetStyles = useMemo(
|
|
240
|
-
() => ({
|
|
241
|
-
backgroundColor: colorScheme.background ?? theme.colors.background ?? "#ffffff",
|
|
242
|
-
borderTopLeftRadius: theme.borderRadius[radius],
|
|
243
|
-
borderTopRightRadius: theme.borderRadius[radius]
|
|
244
|
-
}),
|
|
245
|
-
[theme, colorScheme, radius]
|
|
246
|
-
);
|
|
247
|
-
const handleIndicatorColor = useMemo(
|
|
248
|
-
() => theme.mode === "dark" ? `${colorScheme.main}60` : `${colorScheme.main}40`,
|
|
249
|
-
[theme, colorScheme]
|
|
250
|
-
);
|
|
251
|
-
return { sheetStyles, handleIndicatorColor };
|
|
252
|
-
};
|
|
253
|
-
|
|
254
|
-
// src/components/bottom-sheet/bottom-sheet.style.ts
|
|
255
|
-
import { StyleSheet } from "react-native";
|
|
256
|
-
var styles = StyleSheet.create({
|
|
257
|
-
backdrop: {
|
|
258
|
-
position: "absolute",
|
|
259
|
-
top: 0,
|
|
260
|
-
left: 0,
|
|
261
|
-
right: 0,
|
|
262
|
-
bottom: 0,
|
|
263
|
-
backgroundColor: "rgba(0, 0, 0, 0.5)"
|
|
264
|
-
},
|
|
265
|
-
container: {
|
|
266
|
-
position: "absolute",
|
|
267
|
-
left: 0,
|
|
268
|
-
right: 0,
|
|
269
|
-
bottom: 0
|
|
270
|
-
},
|
|
271
|
-
sheet: {
|
|
272
|
-
overflow: "hidden"
|
|
273
|
-
},
|
|
274
|
-
handle: {
|
|
275
|
-
alignItems: "center",
|
|
276
|
-
justifyContent: "center",
|
|
277
|
-
paddingVertical: 10
|
|
278
|
-
},
|
|
279
|
-
handleIndicator: {
|
|
280
|
-
width: 36,
|
|
281
|
-
height: 4,
|
|
282
|
-
borderRadius: 2
|
|
283
|
-
},
|
|
284
|
-
content: {
|
|
285
|
-
flex: 1
|
|
286
|
-
}
|
|
287
|
-
});
|
|
288
|
-
|
|
289
|
-
// src/components/bottom-sheet/bottom-sheet.tsx
|
|
290
|
-
var BottomSheet = ({
|
|
291
|
-
children,
|
|
292
|
-
isOpen,
|
|
293
|
-
snapPoints = [0.4, 0.9],
|
|
294
|
-
initialSnapIndex = 0,
|
|
295
|
-
themeColor = "default",
|
|
296
|
-
radius = "lg",
|
|
297
|
-
showBackdrop = true,
|
|
298
|
-
closeOnBackdropPress = true,
|
|
299
|
-
enableSwipeToDismiss = true,
|
|
300
|
-
showHandle = true,
|
|
301
|
-
disableAnimation = false,
|
|
302
|
-
style,
|
|
303
|
-
handleContent,
|
|
304
|
-
onClose,
|
|
305
|
-
onSnapChange
|
|
306
|
-
}) => {
|
|
307
|
-
const {
|
|
308
|
-
shouldRender,
|
|
309
|
-
translateY,
|
|
310
|
-
backdropOpacity,
|
|
311
|
-
panResponder,
|
|
312
|
-
close,
|
|
313
|
-
screenHeight
|
|
314
|
-
} = useBottomSheetAnimation({
|
|
315
|
-
isOpen,
|
|
316
|
-
snapPoints,
|
|
317
|
-
initialSnapIndex,
|
|
318
|
-
enableSwipeToDismiss,
|
|
319
|
-
disableAnimation,
|
|
320
|
-
onClose,
|
|
321
|
-
onSnapChange
|
|
322
|
-
});
|
|
323
|
-
const { sheetStyles, handleIndicatorColor } = useBottomSheetStyles(
|
|
324
|
-
themeColor,
|
|
325
|
-
radius
|
|
326
|
-
);
|
|
327
|
-
if (!shouldRender) {
|
|
328
|
-
return null;
|
|
329
|
-
}
|
|
330
|
-
const handleBackdropPress = () => {
|
|
331
|
-
if (closeOnBackdropPress) {
|
|
332
|
-
close();
|
|
333
|
-
}
|
|
334
|
-
};
|
|
335
|
-
return /* @__PURE__ */ React.createElement(Portal, null, showBackdrop && /* @__PURE__ */ React.createElement(Animated3.View, { style: [styles.backdrop, { opacity: backdropOpacity }] }, /* @__PURE__ */ React.createElement(Pressable, { style: styles.backdrop, onPress: handleBackdropPress })), /* @__PURE__ */ React.createElement(
|
|
336
|
-
Animated3.View,
|
|
337
|
-
{
|
|
338
|
-
style: [
|
|
339
|
-
styles.container,
|
|
340
|
-
{
|
|
341
|
-
height: screenHeight,
|
|
342
|
-
transform: [{ translateY }]
|
|
343
|
-
}
|
|
344
|
-
]
|
|
345
|
-
},
|
|
346
|
-
/* @__PURE__ */ React.createElement(
|
|
347
|
-
View,
|
|
348
|
-
{
|
|
349
|
-
style: [styles.sheet, { height: screenHeight }, sheetStyles, style],
|
|
350
|
-
...panResponder.panHandlers
|
|
351
|
-
},
|
|
352
|
-
showHandle && /* @__PURE__ */ React.createElement(View, { style: styles.handle }, handleContent ?? /* @__PURE__ */ React.createElement(
|
|
353
|
-
View,
|
|
354
|
-
{
|
|
355
|
-
style: [
|
|
356
|
-
styles.handleIndicator,
|
|
357
|
-
{ backgroundColor: handleIndicatorColor }
|
|
358
|
-
]
|
|
359
|
-
}
|
|
360
|
-
)),
|
|
361
|
-
/* @__PURE__ */ React.createElement(View, { style: styles.content }, children)
|
|
362
|
-
)
|
|
363
|
-
));
|
|
364
|
-
};
|
|
365
|
-
|
|
366
|
-
export {
|
|
367
|
-
BottomSheet
|
|
368
|
-
};
|
package/dist/chunk-JEGEPGVU.js
DELETED
|
@@ -1,287 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ActivityIndicator
|
|
3
|
-
} from "./chunk-F7WH4DMG.js";
|
|
4
|
-
import {
|
|
5
|
-
useXUITheme
|
|
6
|
-
} from "./chunk-LTKYHG5V.js";
|
|
7
|
-
|
|
8
|
-
// src/components/fab/fab.tsx
|
|
9
|
-
import React from "react";
|
|
10
|
-
import { Pressable, Text, View, Animated as Animated2 } from "react-native";
|
|
11
|
-
|
|
12
|
-
// src/components/fab/fab.style.ts
|
|
13
|
-
import { StyleSheet } from "react-native";
|
|
14
|
-
var styles = StyleSheet.create({
|
|
15
|
-
container: {
|
|
16
|
-
alignSelf: "flex-start"
|
|
17
|
-
},
|
|
18
|
-
fab: {
|
|
19
|
-
flexDirection: "row",
|
|
20
|
-
alignItems: "center",
|
|
21
|
-
justifyContent: "center",
|
|
22
|
-
overflow: "hidden"
|
|
23
|
-
},
|
|
24
|
-
contentContainer: {
|
|
25
|
-
flexDirection: "row",
|
|
26
|
-
alignItems: "center",
|
|
27
|
-
justifyContent: "center",
|
|
28
|
-
gap: 12
|
|
29
|
-
},
|
|
30
|
-
label: {
|
|
31
|
-
fontWeight: "500"
|
|
32
|
-
},
|
|
33
|
-
disabled: {
|
|
34
|
-
opacity: 0.5
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
|
|
38
|
-
// src/components/fab/fab.hook.ts
|
|
39
|
-
import { useMemo } from "react";
|
|
40
|
-
import { getSafeThemeColor } from "@xaui/core";
|
|
41
|
-
function useFabSizeStyles(size) {
|
|
42
|
-
const theme = useXUITheme();
|
|
43
|
-
const sizeStyles = useMemo(() => {
|
|
44
|
-
const sizes = {
|
|
45
|
-
sm: {
|
|
46
|
-
width: 40,
|
|
47
|
-
height: 40,
|
|
48
|
-
borderRadius: theme.borderRadius.lg,
|
|
49
|
-
iconSize: 24,
|
|
50
|
-
fontSize: theme.fontSizes.sm
|
|
51
|
-
},
|
|
52
|
-
md: {
|
|
53
|
-
width: 56,
|
|
54
|
-
height: 56,
|
|
55
|
-
borderRadius: theme.borderRadius.xl,
|
|
56
|
-
iconSize: 24,
|
|
57
|
-
fontSize: theme.fontSizes.md
|
|
58
|
-
},
|
|
59
|
-
lg: {
|
|
60
|
-
width: 96,
|
|
61
|
-
height: 96,
|
|
62
|
-
borderRadius: theme.borderRadius["2xl"],
|
|
63
|
-
iconSize: 36,
|
|
64
|
-
fontSize: theme.fontSizes.lg
|
|
65
|
-
}
|
|
66
|
-
};
|
|
67
|
-
return sizes[size];
|
|
68
|
-
}, [size, theme]);
|
|
69
|
-
const extendedSizeStyles = useMemo(() => {
|
|
70
|
-
const sizes = {
|
|
71
|
-
sm: {
|
|
72
|
-
height: 40,
|
|
73
|
-
borderRadius: theme.borderRadius.lg,
|
|
74
|
-
paddingHorizontal: theme.spacing.md,
|
|
75
|
-
iconSize: 20,
|
|
76
|
-
fontSize: theme.fontSizes.sm
|
|
77
|
-
},
|
|
78
|
-
md: {
|
|
79
|
-
height: 56,
|
|
80
|
-
borderRadius: theme.borderRadius.xl,
|
|
81
|
-
paddingHorizontal: theme.spacing.lg,
|
|
82
|
-
iconSize: 24,
|
|
83
|
-
fontSize: theme.fontSizes.md
|
|
84
|
-
},
|
|
85
|
-
lg: {
|
|
86
|
-
height: 80,
|
|
87
|
-
borderRadius: theme.borderRadius["2xl"],
|
|
88
|
-
paddingHorizontal: theme.spacing.xl,
|
|
89
|
-
iconSize: 28,
|
|
90
|
-
fontSize: theme.fontSizes.lg
|
|
91
|
-
}
|
|
92
|
-
};
|
|
93
|
-
return sizes[size];
|
|
94
|
-
}, [size, theme]);
|
|
95
|
-
return { sizeStyles, extendedSizeStyles };
|
|
96
|
-
}
|
|
97
|
-
function useFabVariantStyles(themeColor, variant, elevation = 0) {
|
|
98
|
-
const theme = useXUITheme();
|
|
99
|
-
const safeThemeColor = getSafeThemeColor(themeColor);
|
|
100
|
-
const colorScheme = theme.colors[safeThemeColor];
|
|
101
|
-
const variantStyles = useMemo(() => {
|
|
102
|
-
const variantMap = {
|
|
103
|
-
solid: {
|
|
104
|
-
backgroundColor: colorScheme.main,
|
|
105
|
-
borderWidth: 0
|
|
106
|
-
},
|
|
107
|
-
flat: {
|
|
108
|
-
backgroundColor: colorScheme.background,
|
|
109
|
-
borderWidth: 0
|
|
110
|
-
},
|
|
111
|
-
outlined: {
|
|
112
|
-
backgroundColor: "transparent",
|
|
113
|
-
borderWidth: theme.borderWidth.md,
|
|
114
|
-
borderColor: colorScheme.main
|
|
115
|
-
}
|
|
116
|
-
};
|
|
117
|
-
const baseStyle = variantMap[variant];
|
|
118
|
-
const shouldApplyElevation = variant !== "outlined";
|
|
119
|
-
const shadowStyles = elevation === 0 ? {} : elevation === 1 ? theme.shadows.sm : elevation === 2 ? theme.shadows.md : elevation === 3 ? theme.shadows.lg : theme.shadows.xl;
|
|
120
|
-
return {
|
|
121
|
-
...baseStyle,
|
|
122
|
-
...shouldApplyElevation ? shadowStyles : {},
|
|
123
|
-
...shouldApplyElevation && elevation > 0 ? { elevation } : {}
|
|
124
|
-
};
|
|
125
|
-
}, [variant, colorScheme, theme, elevation]);
|
|
126
|
-
return variantStyles;
|
|
127
|
-
}
|
|
128
|
-
function useFabIconColor(themeColor, variant) {
|
|
129
|
-
const theme = useXUITheme();
|
|
130
|
-
const safeThemeColor = getSafeThemeColor(themeColor);
|
|
131
|
-
const colorScheme = theme.colors[safeThemeColor];
|
|
132
|
-
const iconColor = useMemo(() => {
|
|
133
|
-
if (variant === "solid") {
|
|
134
|
-
return colorScheme.foreground;
|
|
135
|
-
}
|
|
136
|
-
return colorScheme.main;
|
|
137
|
-
}, [variant, colorScheme]);
|
|
138
|
-
return { iconColor };
|
|
139
|
-
}
|
|
140
|
-
function useFabRadiusValue(radius, fallback) {
|
|
141
|
-
const theme = useXUITheme();
|
|
142
|
-
return useMemo(() => {
|
|
143
|
-
if (!radius) return fallback;
|
|
144
|
-
const radiusMap = {
|
|
145
|
-
none: theme.borderRadius.none,
|
|
146
|
-
sm: theme.borderRadius.sm,
|
|
147
|
-
md: theme.borderRadius.md,
|
|
148
|
-
lg: theme.borderRadius.lg,
|
|
149
|
-
full: theme.borderRadius.full
|
|
150
|
-
};
|
|
151
|
-
return radiusMap[radius];
|
|
152
|
-
}, [fallback, radius, theme]);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
// src/components/fab/fab.animation.ts
|
|
156
|
-
import { Animated } from "react-native";
|
|
157
|
-
var runFabPressInAnimation = (animatedScale, animatedOpacity) => {
|
|
158
|
-
Animated.parallel([
|
|
159
|
-
Animated.spring(animatedScale, {
|
|
160
|
-
toValue: 0.92,
|
|
161
|
-
useNativeDriver: true,
|
|
162
|
-
speed: 50,
|
|
163
|
-
bounciness: 0
|
|
164
|
-
}),
|
|
165
|
-
Animated.timing(animatedOpacity, {
|
|
166
|
-
toValue: 0.85,
|
|
167
|
-
duration: 100,
|
|
168
|
-
useNativeDriver: true
|
|
169
|
-
})
|
|
170
|
-
]).start();
|
|
171
|
-
};
|
|
172
|
-
var runFabPressOutAnimation = (animatedScale, animatedOpacity) => {
|
|
173
|
-
Animated.parallel([
|
|
174
|
-
Animated.spring(animatedScale, {
|
|
175
|
-
toValue: 1,
|
|
176
|
-
useNativeDriver: true,
|
|
177
|
-
speed: 50,
|
|
178
|
-
bounciness: 0
|
|
179
|
-
}),
|
|
180
|
-
Animated.timing(animatedOpacity, {
|
|
181
|
-
toValue: 1,
|
|
182
|
-
duration: 100,
|
|
183
|
-
useNativeDriver: true
|
|
184
|
-
})
|
|
185
|
-
]).start();
|
|
186
|
-
};
|
|
187
|
-
|
|
188
|
-
// src/components/fab/fab.tsx
|
|
189
|
-
var Fab = ({
|
|
190
|
-
icon,
|
|
191
|
-
label,
|
|
192
|
-
themeColor = "primary",
|
|
193
|
-
variant = "solid",
|
|
194
|
-
size = "md",
|
|
195
|
-
radius,
|
|
196
|
-
isDisabled = false,
|
|
197
|
-
isLoading = false,
|
|
198
|
-
elevation = 0,
|
|
199
|
-
customAppearance,
|
|
200
|
-
onPress,
|
|
201
|
-
onLongPress,
|
|
202
|
-
onPressIn,
|
|
203
|
-
onPressOut
|
|
204
|
-
}) => {
|
|
205
|
-
const animatedScale = React.useRef(new Animated2.Value(1)).current;
|
|
206
|
-
const animatedOpacity = React.useRef(new Animated2.Value(1)).current;
|
|
207
|
-
const { sizeStyles, extendedSizeStyles } = useFabSizeStyles(size);
|
|
208
|
-
const variantStyles = useFabVariantStyles(themeColor, variant, elevation);
|
|
209
|
-
const { iconColor } = useFabIconColor(themeColor, variant);
|
|
210
|
-
const isExtended = !!label;
|
|
211
|
-
const resolvedRadius = useFabRadiusValue(
|
|
212
|
-
radius,
|
|
213
|
-
isExtended ? extendedSizeStyles.borderRadius : sizeStyles.borderRadius
|
|
214
|
-
);
|
|
215
|
-
const handlePressIn = (event) => {
|
|
216
|
-
if (!isDisabled && !isLoading) {
|
|
217
|
-
runFabPressInAnimation(animatedScale, animatedOpacity);
|
|
218
|
-
}
|
|
219
|
-
onPressIn?.(event);
|
|
220
|
-
};
|
|
221
|
-
const handlePressOut = (event) => {
|
|
222
|
-
if (!isDisabled && !isLoading) {
|
|
223
|
-
runFabPressOutAnimation(animatedScale, animatedOpacity);
|
|
224
|
-
}
|
|
225
|
-
onPressOut?.(event);
|
|
226
|
-
};
|
|
227
|
-
const fabDimensionStyles = isExtended ? {
|
|
228
|
-
height: extendedSizeStyles.height,
|
|
229
|
-
borderRadius: resolvedRadius,
|
|
230
|
-
paddingHorizontal: extendedSizeStyles.paddingHorizontal
|
|
231
|
-
} : {
|
|
232
|
-
width: sizeStyles.width,
|
|
233
|
-
height: sizeStyles.height,
|
|
234
|
-
borderRadius: resolvedRadius
|
|
235
|
-
};
|
|
236
|
-
return /* @__PURE__ */ React.createElement(View, { style: [styles.container, customAppearance?.container] }, /* @__PURE__ */ React.createElement(
|
|
237
|
-
Pressable,
|
|
238
|
-
{
|
|
239
|
-
onPress: isDisabled || isLoading ? void 0 : onPress,
|
|
240
|
-
onLongPress: isDisabled || isLoading ? void 0 : onLongPress,
|
|
241
|
-
onPressIn: handlePressIn,
|
|
242
|
-
onPressOut: handlePressOut,
|
|
243
|
-
disabled: isDisabled || isLoading
|
|
244
|
-
},
|
|
245
|
-
/* @__PURE__ */ React.createElement(
|
|
246
|
-
Animated2.View,
|
|
247
|
-
{
|
|
248
|
-
style: [
|
|
249
|
-
styles.fab,
|
|
250
|
-
fabDimensionStyles,
|
|
251
|
-
variantStyles,
|
|
252
|
-
isDisabled && styles.disabled,
|
|
253
|
-
{
|
|
254
|
-
transform: [{ scale: animatedScale }],
|
|
255
|
-
opacity: animatedOpacity
|
|
256
|
-
},
|
|
257
|
-
customAppearance?.fab
|
|
258
|
-
]
|
|
259
|
-
},
|
|
260
|
-
isLoading ? /* @__PURE__ */ React.createElement(
|
|
261
|
-
ActivityIndicator,
|
|
262
|
-
{
|
|
263
|
-
variant: "circular",
|
|
264
|
-
themeColor: variant === "solid" ? void 0 : themeColor,
|
|
265
|
-
color: variant === "solid" ? iconColor : void 0,
|
|
266
|
-
size: isExtended ? extendedSizeStyles.iconSize : sizeStyles.iconSize
|
|
267
|
-
}
|
|
268
|
-
) : /* @__PURE__ */ React.createElement(View, { style: styles.contentContainer }, icon, isExtended && /* @__PURE__ */ React.createElement(
|
|
269
|
-
Text,
|
|
270
|
-
{
|
|
271
|
-
style: [
|
|
272
|
-
styles.label,
|
|
273
|
-
{
|
|
274
|
-
fontSize: isExtended ? extendedSizeStyles.fontSize : sizeStyles.fontSize,
|
|
275
|
-
color: iconColor
|
|
276
|
-
}
|
|
277
|
-
]
|
|
278
|
-
},
|
|
279
|
-
label
|
|
280
|
-
))
|
|
281
|
-
)
|
|
282
|
-
));
|
|
283
|
-
};
|
|
284
|
-
|
|
285
|
-
export {
|
|
286
|
-
Fab
|
|
287
|
-
};
|