@sprawlify/solid 0.0.87 → 0.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{accordion-anatomy-SnniqySz.js → accordion-anatomy-Die9efSm.js} +1 -2
- package/dist/{alert-dialog-anatomy-CdXMy-rb.d.ts → alert-dialog-anatomy-ChAdYmbN.d.ts} +1 -1
- package/dist/{alert-dialog-anatomy-6UZ4w58n.js → alert-dialog-anatomy-DubFij06.js} +1 -3
- package/dist/{angle-slider-anatomy-cYknk1iJ.js → angle-slider-anatomy-CUpFahN5.js} +1 -2
- package/dist/{avatar-anatomy-CZqJnRiE.js → avatar-anatomy-_KMpd2cT.js} +1 -2
- package/dist/{bottom-sheet-anatomy-C8vx9fBH.js → bottom-sheet-anatomy-C70fosOT.js} +1 -2
- package/dist/carousel-anatomy-Cgcqtc1U.d.ts +6 -0
- package/dist/{carousel-anatomy-DTNJ2jpa.js → carousel-anatomy-DpBacyBH.js} +1 -3
- package/dist/{checkbox-anatomy-DBY0IiWr.js → checkbox-anatomy-BIeQD0fF.js} +1 -3
- package/dist/checkbox-anatomy-OTXuBLEd.d.ts +6 -0
- package/dist/chunk-pQxUBDkX.jsx +13 -0
- package/dist/chunk-pbuEa-1d.js +13 -0
- package/dist/{clipboard-anatomy-DemY_7_4.js → clipboard-anatomy-C6AmRH0k.js} +1 -2
- package/dist/{collapsible-CGBYQyvv.js → collapsible-BLXaEYy1.js} +9 -19
- package/dist/{collapsible-BfQjngkz.jsx → collapsible-FZ1DI91d.jsx} +9 -19
- package/dist/{collapsible-anatomy-B63RaMgq.js → collapsible-anatomy-BIdE3Swa.js} +1 -2
- package/dist/{collection-DjNgpXVX.js → collection-CotDTAMT.jsx} +3 -10
- package/dist/{collection-DXodYZZC.jsx → collection-D83ZAzYd.js} +3 -10
- package/dist/color-picker-anatomy-B_BxaqwB.d.ts +6 -0
- package/dist/{color-picker-anatomy-BFaHjy9O.js → color-picker-anatomy-DAgWuOv8.js} +1 -3
- package/dist/{combobox-anatomy-Bottj4lE.js → combobox-anatomy-BojTG5Ws.js} +1 -3
- package/dist/combobox-anatomy-Bsbb4isv.d.ts +6 -0
- package/dist/components/accordion/index.d.ts +13 -12
- package/dist/components/accordion/index.js +12 -27
- package/dist/components/accordion/index.jsx +10 -24
- package/dist/components/alert-dialog/index.d.ts +13 -17
- package/dist/components/alert-dialog/index.js +12 -26
- package/dist/components/alert-dialog/index.jsx +11 -26
- package/dist/components/anatomy.d.ts +51 -51
- package/dist/components/anatomy.js +53 -55
- package/dist/components/angle-slider/index.d.ts +15 -14
- package/dist/components/angle-slider/index.js +9 -23
- package/dist/components/angle-slider/index.jsx +8 -22
- package/dist/components/aspect-ratio/index.d.ts +7 -7
- package/dist/components/aspect-ratio/index.js +8 -16
- package/dist/components/aspect-ratio/index.jsx +8 -16
- package/dist/components/avatar/index.d.ts +10 -9
- package/dist/components/avatar/index.js +9 -18
- package/dist/components/avatar/index.jsx +8 -17
- package/dist/components/bottom-sheet/index.d.ts +14 -14
- package/dist/components/bottom-sheet/index.js +12 -26
- package/dist/components/bottom-sheet/index.jsx +11 -25
- package/dist/components/carousel/index.d.ts +16 -19
- package/dist/components/carousel/index.js +9 -26
- package/dist/components/carousel/index.jsx +8 -26
- package/dist/components/checkbox/index.d.ts +13 -16
- package/dist/components/checkbox/index.js +14 -30
- package/dist/components/checkbox/index.jsx +11 -28
- package/dist/components/client-only/index.js +1 -3
- package/dist/components/client-only/index.jsx +1 -3
- package/dist/components/clipboard/index.d.ts +13 -12
- package/dist/components/clipboard/index.js +9 -22
- package/dist/components/clipboard/index.jsx +8 -21
- package/dist/components/collapsible/index.d.ts +12 -11
- package/dist/components/collapsible/index.js +9 -10
- package/dist/components/collapsible/index.jsx +8 -9
- package/dist/components/collection/index.d.ts +1 -2
- package/dist/components/collection/index.js +3 -4
- package/dist/components/collection/index.jsx +3 -4
- package/dist/components/color-picker/index.d.ts +34 -38
- package/dist/components/color-picker/index.js +16 -53
- package/dist/components/color-picker/index.jsx +13 -51
- package/dist/components/combobox/index.d.ts +21 -25
- package/dist/components/combobox/index.js +17 -42
- package/dist/components/combobox/index.jsx +14 -40
- package/dist/components/date-picker/index.d.ts +31 -35
- package/dist/components/date-picker/index.js +12 -46
- package/dist/components/date-picker/index.jsx +11 -46
- package/dist/components/dialog/index.d.ts +14 -14
- package/dist/components/dialog/index.js +12 -26
- package/dist/components/dialog/index.jsx +11 -25
- package/dist/components/download-trigger/index.d.ts +2 -2
- package/dist/components/download-trigger/index.js +5 -7
- package/dist/components/download-trigger/index.jsx +5 -7
- package/dist/components/dropdown-menu/index.d.ts +23 -24
- package/dist/components/dropdown-menu/index.js +12 -41
- package/dist/components/dropdown-menu/index.jsx +11 -40
- package/dist/components/editable/index.d.ts +16 -15
- package/dist/components/editable/index.js +14 -29
- package/dist/components/editable/index.jsx +11 -26
- package/dist/components/field/index.d.ts +14 -17
- package/dist/components/field/index.js +11 -12
- package/dist/components/field/index.jsx +9 -10
- package/dist/components/fieldset/index.d.ts +11 -14
- package/dist/components/fieldset/index.js +9 -10
- package/dist/components/fieldset/index.jsx +8 -9
- package/dist/components/file-upload/index.d.ts +20 -19
- package/dist/components/file-upload/index.js +14 -35
- package/dist/components/file-upload/index.jsx +11 -32
- package/dist/components/floating-panel/index.d.ts +18 -18
- package/dist/components/floating-panel/index.js +12 -30
- package/dist/components/floating-panel/index.jsx +11 -29
- package/dist/components/focus-trap/index.d.ts +4 -4
- package/dist/components/focus-trap/index.js +5 -7
- package/dist/components/focus-trap/index.jsx +5 -7
- package/dist/components/format/index.d.ts +4 -4
- package/dist/components/format/index.js +4 -9
- package/dist/components/format/index.jsx +4 -9
- package/dist/components/frame/index.d.ts +1 -1
- package/dist/components/frame/index.js +4 -7
- package/dist/components/frame/index.jsx +4 -7
- package/dist/components/highlight/index.d.ts +3 -3
- package/dist/components/highlight/index.js +3 -6
- package/dist/components/highlight/index.jsx +3 -6
- package/dist/components/hover-card/index.d.ts +12 -12
- package/dist/components/hover-card/index.js +12 -24
- package/dist/components/hover-card/index.jsx +11 -23
- package/dist/components/image-cropper/index.d.ts +13 -12
- package/dist/components/image-cropper/index.js +9 -21
- package/dist/components/image-cropper/index.jsx +8 -20
- package/dist/components/json-tree-view/index.d.ts +1 -6
- package/dist/components/json-tree-view/index.js +12 -23
- package/dist/components/json-tree-view/index.jsx +11 -22
- package/dist/components/listbox/index.d.ts +17 -20
- package/dist/components/listbox/index.js +10 -31
- package/dist/components/listbox/index.jsx +9 -31
- package/dist/components/marquee/index.d.ts +11 -10
- package/dist/components/marquee/index.js +9 -20
- package/dist/components/marquee/index.jsx +8 -19
- package/dist/components/navigation-menu/index.d.ts +19 -18
- package/dist/components/navigation-menu/index.js +12 -30
- package/dist/components/navigation-menu/index.jsx +11 -29
- package/dist/components/number-input/index.d.ts +15 -14
- package/dist/components/number-input/index.js +14 -28
- package/dist/components/number-input/index.jsx +11 -25
- package/dist/components/pagination/index.d.ts +14 -13
- package/dist/components/pagination/index.js +9 -22
- package/dist/components/pagination/index.jsx +8 -21
- package/dist/components/password-input/index.d.ts +11 -10
- package/dist/components/password-input/index.js +14 -26
- package/dist/components/password-input/index.jsx +11 -23
- package/dist/components/pin-input/index.d.ts +12 -11
- package/dist/components/pin-input/index.js +14 -25
- package/dist/components/pin-input/index.jsx +11 -22
- package/dist/components/popover/index.d.ts +17 -17
- package/dist/components/popover/index.js +12 -29
- package/dist/components/popover/index.jsx +11 -28
- package/dist/components/presence/index.d.ts +1 -4
- package/dist/components/presence/index.js +8 -9
- package/dist/components/presence/index.jsx +8 -9
- package/dist/components/progress/index.d.ts +16 -15
- package/dist/components/progress/index.js +9 -24
- package/dist/components/progress/index.jsx +8 -23
- package/dist/components/qr-code/index.d.ts +12 -11
- package/dist/components/qr-code/index.js +9 -20
- package/dist/components/qr-code/index.jsx +8 -19
- package/dist/components/radio-group/index.d.ts +14 -13
- package/dist/components/radio-group/index.js +12 -28
- package/dist/components/radio-group/index.jsx +10 -26
- package/dist/components/rating-group/index.d.ts +12 -11
- package/dist/components/rating-group/index.js +14 -27
- package/dist/components/rating-group/index.jsx +11 -24
- package/dist/components/scroll-area/index.d.ts +13 -12
- package/dist/components/scroll-area/index.js +8 -21
- package/dist/components/scroll-area/index.jsx +7 -20
- package/dist/components/segment-group/index.d.ts +13 -16
- package/dist/components/segment-group/index.js +9 -25
- package/dist/components/segment-group/index.jsx +8 -25
- package/dist/components/select/index.d.ts +23 -23
- package/dist/components/select/index.js +17 -43
- package/dist/components/select/index.jsx +14 -40
- package/dist/components/separator/index.d.ts +7 -7
- package/dist/components/separator/index.js +9 -16
- package/dist/components/separator/index.jsx +8 -15
- package/dist/components/signature-pad/index.d.ts +14 -13
- package/dist/components/signature-pad/index.js +14 -27
- package/dist/components/signature-pad/index.jsx +11 -24
- package/dist/components/slider/index.d.ts +18 -17
- package/dist/components/slider/index.js +9 -27
- package/dist/components/slider/index.jsx +8 -26
- package/dist/components/splitter/index.d.ts +11 -10
- package/dist/components/splitter/index.js +9 -20
- package/dist/components/splitter/index.jsx +8 -19
- package/dist/components/steps/index.d.ts +18 -17
- package/dist/components/steps/index.js +9 -29
- package/dist/components/steps/index.jsx +8 -28
- package/dist/components/switch/index.d.ts +5 -4
- package/dist/components/switch/index.js +14 -25
- package/dist/components/switch/index.jsx +11 -22
- package/dist/components/tabs/index.d.ts +13 -12
- package/dist/components/tabs/index.js +12 -23
- package/dist/components/tabs/index.jsx +11 -22
- package/dist/components/tags-input/index.d.ts +18 -17
- package/dist/components/tags-input/index.js +14 -34
- package/dist/components/tags-input/index.jsx +11 -31
- package/dist/components/timer/index.d.ts +13 -12
- package/dist/components/timer/index.js +9 -21
- package/dist/components/timer/index.jsx +8 -20
- package/dist/components/toast/index.d.ts +11 -10
- package/dist/components/toast/index.js +7 -18
- package/dist/components/toast/index.jsx +6 -17
- package/dist/components/toggle/index.d.ts +5 -9
- package/dist/components/toggle/index.js +7 -14
- package/dist/components/toggle/index.jsx +7 -15
- package/dist/components/toggle-group/index.d.ts +9 -8
- package/dist/components/toggle-group/index.js +9 -17
- package/dist/components/toggle-group/index.jsx +8 -16
- package/dist/components/tooltip/index.d.ts +12 -12
- package/dist/components/tooltip/index.js +12 -24
- package/dist/components/tooltip/index.jsx +11 -23
- package/dist/components/tour/index.d.ts +18 -22
- package/dist/components/tour/index.js +12 -31
- package/dist/components/tour/index.jsx +11 -31
- package/dist/components/tree-view/index.d.ts +3 -6
- package/dist/components/tree-view/index.js +11 -12
- package/dist/components/tree-view/index.jsx +10 -11
- package/dist/{compose-refs-C-e3esqD.js → compose-refs-BKcaHXR8.js} +1 -3
- package/dist/{compose-refs-fqtYfDF0.jsx → compose-refs-Jq47jedK.jsx} +1 -3
- package/dist/{core-B6ixUkqg.jsx → core-BHfpfUk-.js} +1 -8
- package/dist/{core-Crxbs6Ki.js → core-DUR6M1Mz.jsx} +1 -8
- package/dist/{create-context-DGJ79e4Y.jsx → create-context-BEnzb67H.js} +1 -3
- package/dist/{create-context-DPb5Yv_u.js → create-context-iBxaUhvx.jsx} +1 -3
- package/dist/{create-split-props-CgD5kGV-.jsx → create-split-props-B2Gc7D9P.jsx} +1 -3
- package/dist/{create-split-props-DgGDQfdT.js → create-split-props-OE-yOtGc.js} +1 -3
- package/dist/{date-picker-anatomy-D1WbzCFG.js → date-picker-anatomy-BDzIBS0o.js} +1 -3
- package/dist/date-picker-anatomy-D-lrx3HT.d.ts +6 -0
- package/dist/{dialog-anatomy-DI8a_vZ_.js → dialog-anatomy-CepqHVuS.js} +1 -2
- package/dist/{dropdown-menu-anatomy-C1luUwqi.js → dropdown-menu-anatomy-B_HvpVky.js} +1 -2
- package/dist/{editable-anatomy-C2-pGLpA.js → editable-anatomy-xpYIbclJ.js} +1 -2
- package/dist/{factory-CzIfQZJj.jsx → factory-B95XvEzz.jsx} +2 -4
- package/dist/{factory-DMawBjkt.d.ts → factory-BxBlXUD3.d.ts} +1 -1
- package/dist/{factory-Ce76k0aC.js → factory-DORgzART.js} +2 -4
- package/dist/{factory-8gmqJkZ6.d.ts → factory-DkYIAa1r.d.ts} +1 -1
- package/dist/{field-BaPLa3xz.js → field-DLS1xeZs.js} +10 -24
- package/dist/{field-BMLVDAiH.jsx → field-DujBK584.jsx} +9 -24
- package/dist/{field-anatomy-C90WAETb.js → field-anatomy-BloFzq7T.js} +1 -3
- package/dist/field-anatomy-DfP5AI6N.d.ts +6 -0
- package/dist/{fieldset-DpvA0Vxw.js → fieldset-CKY6kn04.js} +10 -20
- package/dist/{fieldset-Dultvtpf.jsx → fieldset-D3jChLai.jsx} +9 -20
- package/dist/fieldset-anatomy-CKytu4jl.d.ts +6 -0
- package/dist/{fieldset-anatomy-BjnxJmos.js → fieldset-anatomy-DBAg0hLg.js} +1 -3
- package/dist/{file-upload-anatomy-CxltMFrA.js → file-upload-anatomy-vzjeLbps.js} +1 -2
- package/dist/{floating-panel-anatomy-DwLUJ70s.js → floating-panel-anatomy-BgEeNv0z.js} +1 -2
- package/dist/{hover-card-anatomy-BnLr7TCv.js → hover-card-anatomy-BiBVumql.js} +1 -2
- package/dist/{image-cropper-anatomy-CAZo97Iy.js → image-cropper-anatomy-CRKqY14I.js} +1 -2
- package/dist/{index-BYODxIAQ.d.ts → index-B-Vwy4xv.d.ts} +2 -2
- package/dist/{index-V0DK6BT4.d.ts → index-B3r6Uj67.d.ts} +2 -2
- package/dist/{index-BhR69zSB.d.ts → index-BoZVuuyY.d.ts} +1 -1
- package/dist/{index-DQzvA6OH.d.ts → index-BrsQp6SG.d.ts} +20 -20
- package/dist/{index-C_uDI8To.d.ts → index-CQA-E34W.d.ts} +20 -20
- package/dist/{index-DdPh0ROQ.d.ts → index-CUS_uvKg.d.ts} +8 -8
- package/dist/{index-V-JQUQQj.d.ts → index-ChrVCjVn.d.ts} +1 -1
- package/dist/{index-DKTdz7FC.d.ts → index-NjH8Rhuh.d.ts} +8 -8
- package/dist/index.d.ts +4 -4
- package/dist/index.js +5 -6
- package/dist/index.jsx +5 -6
- package/dist/{listbox-anatomy-CddfyW7E.js → listbox-anatomy-BTXGGkHn.js} +1 -3
- package/dist/listbox-anatomy-BVMfsBje.d.ts +6 -0
- package/dist/{marquee-anatomy-TY8wb27T.js → marquee-anatomy-CuY5-sxQ.js} +1 -2
- package/dist/{navigation-menu-anatomy-JKXIjyhE.js → navigation-menu-anatomy-C8G7WCQT.js} +1 -2
- package/dist/{number-input-anatomy-BLwFRRq-.js → number-input-anatomy-BnIfIxWe.js} +1 -2
- package/dist/{pagination-anatomy-BMvizHtN.js → pagination-anatomy-GDzxsFmi.js} +1 -2
- package/dist/{password-input-anatomy-DeIesU0v.js → password-input-anatomy-DnfxaJJb.js} +1 -2
- package/dist/{pin-input-anatomy-B6uaxLlM.js → pin-input-anatomy-BIMEBnI2.js} +1 -2
- package/dist/{popover-anatomy-B_sMgR6Y.js → popover-anatomy-DE5hgrvL.js} +1 -2
- package/dist/{presence-D9IWNBoq.jsx → presence-BcYjLSBT.jsx} +8 -13
- package/dist/{presence-BBn_Rd1l.js → presence-CuZG4SWb.js} +8 -13
- package/dist/{progress-anatomy-COz0DGNs.js → progress-anatomy-B-Zd5hLA.js} +1 -2
- package/dist/{providers-CdwYAas1.js → providers-CEdBpdaX.js} +3 -10
- package/dist/{providers-CjCWKYvZ.jsx → providers-DsAwxh4b.jsx} +3 -10
- package/dist/{qr-code-anatomy-CWoAkOaY.js → qr-code-anatomy-CRPLhSvp.js} +1 -2
- package/dist/{radio-group-anatomy-BSnuxQR6.js → radio-group-anatomy-MQ77y9Ly.js} +1 -2
- package/dist/{rating-group-anatomy-xU1gWoAB.js → rating-group-anatomy-DFCmCaAm.js} +1 -2
- package/dist/{render-strategy-CjzB786h.jsx → render-strategy-6LT04Ztx.jsx} +3 -5
- package/dist/{render-strategy-CNUvDuT1.js → render-strategy-BAqQL-Hs.js} +3 -5
- package/dist/{render-strategy-DWFaFQkC.d.ts → render-strategy-C-bqwyH6.d.ts} +0 -2
- package/dist/{render-strategy-CU_9g0dp.d.ts → render-strategy-RoCfkF8z.d.ts} +0 -2
- package/dist/{run-if-fn-CJUSlNHk.jsx → run-if-fn-BV7F-Eeb.js} +1 -2
- package/dist/{run-if-fn-CTrSA35K.js → run-if-fn-qkd0iQPO.jsx} +1 -2
- package/dist/{scroll-area-anatomy-D54kUb_3.js → scroll-area-anatomy-12L_PN6-.js} +1 -2
- package/dist/{segment-group-anatomy-DKnrj_EM.js → segment-group-anatomy-CfDAqJG5.js} +1 -3
- package/dist/{segment-group-anatomy-izeMwABx.d.ts → segment-group-anatomy-DKBcX-Mi.d.ts} +2 -2
- package/dist/{select-anatomy-BgXYHjfI.js → select-anatomy-C3xVuuOA.js} +1 -2
- package/dist/{separator-anatomy-BeoGOxS-.js → separator-anatomy-DNo6fxgH.js} +1 -2
- package/dist/{signature-pad-anatomy-Cxt4qb07.js → signature-pad-anatomy--FrLBUvh.js} +1 -2
- package/dist/{slider-anatomy-BuyabqTj.js → slider-anatomy-B4hwb17i.js} +1 -2
- package/dist/{splitter-anatomy-D7ot-MkT.js → splitter-anatomy-C3pN_mFn.js} +1 -2
- package/dist/{steps-anatomy-DjlPHIKh.js → steps-anatomy-CbPJUew1.js} +1 -2
- package/dist/{switch-anatomy-IGlvYF5l.js → switch-anatomy-D5Q54mGY.js} +1 -2
- package/dist/{tabs-anatomy-Ddv_VY6n.js → tabs-anatomy-DU5e5PwZ.js} +1 -2
- package/dist/{tags-input-anatomy-VaastGb3.js → tags-input-anatomy-BhGRRfIw.js} +1 -2
- package/dist/{timer-anatomy-CV4qiG7g.js → timer-anatomy-GlYZryvG.js} +1 -2
- package/dist/{toast-anatomy-C_s7MQnn.js → toast-anatomy-DiPVPI_x.js} +1 -2
- package/dist/toggle-anatomy-Bh7LJ9JI.d.ts +6 -0
- package/dist/{toggle-anatomy-B79YArNR.js → toggle-anatomy-DLOZu83X.js} +2 -4
- package/dist/{toggle-group-anatomy-8ao4oOtZ.js → toggle-group-anatomy-lQ9EYEIt.js} +1 -2
- package/dist/{tooltip-anatomy-BgD3KTo1.js → tooltip-anatomy-Py7dhRtQ.js} +1 -2
- package/dist/tour-anatomy-CI_s3yji.d.ts +6 -0
- package/dist/{tour-anatomy-f2x7a1w3.js → tour-anatomy-VBbJhmJa.js} +1 -3
- package/dist/{tree-view-Cuatesxr.js → tree-view-Bqvwonpw.js} +12 -40
- package/dist/{tree-view-UMxlqgnA.jsx → tree-view-DWzZx1Um.jsx} +10 -36
- package/dist/{tree-view-anatomy-CefyMmul.js → tree-view-anatomy-BK8OR6TX.js} +1 -2
- package/package.json +4 -4
- package/dist/carousel-anatomy-CY8-dtO3.d.ts +0 -6
- package/dist/checkbox-anatomy-Crr4ULSr.d.ts +0 -6
- package/dist/chunk-BN_g-Awi.js +0 -18
- package/dist/chunk-CbkudaSF.jsx +0 -18
- package/dist/color-picker-anatomy-DB_Z42J3.d.ts +0 -6
- package/dist/combobox-anatomy-CA2dIBVf.d.ts +0 -6
- package/dist/date-picker-anatomy-DuLZ5a42.d.ts +0 -6
- package/dist/field-anatomy-vKwHjjwe.d.ts +0 -6
- package/dist/fieldset-anatomy-BlRch3by.d.ts +0 -6
- package/dist/listbox-anatomy-D2TUyrOk.d.ts +0 -6
- package/dist/toggle-anatomy-DJXLJLNV.d.ts +0 -6
- package/dist/tour-anatomy-DNtkkrJW.d.ts +0 -6
- /package/dist/{accordion-anatomy-DLYU_OZX.d.ts → accordion-anatomy-Dlbi7hWX.d.ts} +0 -0
- /package/dist/{angle-slider-anatomy-CMxVwhUM.d.ts → angle-slider-anatomy-D9WEbUDV.d.ts} +0 -0
- /package/dist/{avatar-anatomy-CDT2t56-.d.ts → avatar-anatomy-B1gugBlI.d.ts} +0 -0
- /package/dist/{bottom-sheet-anatomy-4n_7_GAr.d.ts → bottom-sheet-anatomy-EFEmb--0.d.ts} +0 -0
- /package/dist/{clipboard-anatomy-6v5-0Odp.d.ts → clipboard-anatomy-nY5kNeMj.d.ts} +0 -0
- /package/dist/{collapsible-anatomy-BzURWn30.d.ts → collapsible-anatomy-B75vA5QB.d.ts} +0 -0
- /package/dist/{dialog-anatomy-xFUZfUmm.d.ts → dialog-anatomy-fsIDNa4U.d.ts} +0 -0
- /package/dist/{dropdown-menu-anatomy-DNkJn2h1.d.ts → dropdown-menu-anatomy-6hFasLVn.d.ts} +0 -0
- /package/dist/{editable-anatomy-L4nQs0yj.d.ts → editable-anatomy-CDcZMAjM.d.ts} +0 -0
- /package/dist/{file-upload-anatomy-CjpthiJV.d.ts → file-upload-anatomy-oz5HPKAl.d.ts} +0 -0
- /package/dist/{floating-panel-anatomy-DBuIs-v6.d.ts → floating-panel-anatomy-CWHJO-gk.d.ts} +0 -0
- /package/dist/{hover-card-anatomy-H0xRta1Q.d.ts → hover-card-anatomy-CrEsa3XF.d.ts} +0 -0
- /package/dist/{image-cropper-anatomy-D0C3R6Aj.d.ts → image-cropper-anatomy-S1DPpjWp.d.ts} +0 -0
- /package/dist/{index-CLwp1P-Z.d.ts → index-Bnd2Fp7Q.d.ts} +0 -0
- /package/dist/{index-DMLSuCzg.d.ts → index-CRqsjDZx.d.ts} +0 -0
- /package/dist/{marquee-anatomy-DI_Ney7U.d.ts → marquee-anatomy-B0VBpa40.d.ts} +0 -0
- /package/dist/{navigation-menu-anatomy-B0MC-MIY.d.ts → navigation-menu-anatomy-6TacFtNy.d.ts} +0 -0
- /package/dist/{number-input-anatomy-CXnHZF_h.d.ts → number-input-anatomy-Be06g82m.d.ts} +0 -0
- /package/dist/{pagination-anatomy-yk_etYif.d.ts → pagination-anatomy-hb5d75ds.d.ts} +0 -0
- /package/dist/{password-input-anatomy-CWNw9NF0.d.ts → password-input-anatomy-DY3Btk4Z.d.ts} +0 -0
- /package/dist/{pin-input-anatomy-B_nQfh6w.d.ts → pin-input-anatomy-Dh7dVbsT.d.ts} +0 -0
- /package/dist/{popover-anatomy-bSNP0RPu.d.ts → popover-anatomy-CIt7PUmS.d.ts} +0 -0
- /package/dist/{progress-anatomy-CtbMln1t.d.ts → progress-anatomy-Bh9Sh8d2.d.ts} +0 -0
- /package/dist/{qr-code-anatomy-CxxR_V_2.d.ts → qr-code-anatomy-Daeh1gXt.d.ts} +0 -0
- /package/dist/{radio-group-anatomy-BQNOBb7n.d.ts → radio-group-anatomy-fu9jDbmu.d.ts} +0 -0
- /package/dist/{rating-group-anatomy-CclvUWks.d.ts → rating-group-anatomy-B8hoEZBE.d.ts} +0 -0
- /package/dist/{scroll-area-anatomy-HHlEyRL3.d.ts → scroll-area-anatomy-Eg5UQD6w.d.ts} +0 -0
- /package/dist/{select-anatomy-3qcdhK-q.d.ts → select-anatomy-C85MRleF.d.ts} +0 -0
- /package/dist/{separator-anatomy-OpoFmpDz.d.ts → separator-anatomy-CoRBCozn.d.ts} +0 -0
- /package/dist/{signature-pad-anatomy-CF4th0qF.d.ts → signature-pad-anatomy-69rnG-8v.d.ts} +0 -0
- /package/dist/{slider-anatomy-CfSdQNT9.d.ts → slider-anatomy-Bi2M9sIn.d.ts} +0 -0
- /package/dist/{splitter-anatomy-BdimgO3X.d.ts → splitter-anatomy-DOrZZHLS.d.ts} +0 -0
- /package/dist/{steps-anatomy-CpHnGVXw.d.ts → steps-anatomy-DyFBdyZm.d.ts} +0 -0
- /package/dist/{switch-anatomy-C--PCXrP.d.ts → switch-anatomy-ChIrrzPM.d.ts} +0 -0
- /package/dist/{tabs-anatomy-DKT3aTVF.d.ts → tabs-anatomy-Cx19UTVm.d.ts} +0 -0
- /package/dist/{tags-input-anatomy-CDFQpUwT.d.ts → tags-input-anatomy-Bwspep5o.d.ts} +0 -0
- /package/dist/{timer-anatomy-2fG1TkqJ.d.ts → timer-anatomy-EHPlHptt.d.ts} +0 -0
- /package/dist/{toast-anatomy-XE_F1dUX.d.ts → toast-anatomy-DtLjq13p.d.ts} +0 -0
- /package/dist/{toggle-group-anatomy-BaFmDWrw.d.ts → toggle-group-anatomy-DEo8iu_3.d.ts} +0 -0
- /package/dist/{tooltip-anatomy-Aq6CHHeG.d.ts → tooltip-anatomy-CamCIpK3.d.ts} +0 -0
- /package/dist/{tree-view-anatomy-BStMrnWd.d.ts → tree-view-anatomy-DFap3OjP.d.ts} +0 -0
- /package/dist/{types-B9AK1oJL.d.ts → types-BiaKY56E.d.ts} +0 -0
- /package/dist/{types-BYcgXZnj.d.ts → types-C0L5xDeS.d.ts} +0 -0
|
@@ -1,32 +1,29 @@
|
|
|
1
|
-
import { t as __exportAll } from "../../chunk-
|
|
2
|
-
import { i as useMachine, n as normalizeProps, r as mergeProps$1 } from "../../core-
|
|
3
|
-
import { t as runIfFn } from "../../run-if-fn-
|
|
4
|
-
import { t as createContext$1 } from "../../create-context-
|
|
5
|
-
import { i as useLocaleContext, o as useEnvironmentContext } from "../../providers-
|
|
6
|
-
import { t as sprawlify } from "../../factory-
|
|
7
|
-
import { t as createSplitProps } from "../../create-split-props-
|
|
8
|
-
import "../../render-strategy-
|
|
9
|
-
import { t as composeRefs } from "../../compose-refs-
|
|
10
|
-
import { a as splitPresenceProps, i as usePresence, n as usePresenceContext, t as PresenceProvider } from "../../presence-
|
|
11
|
-
import "../../fieldset-
|
|
12
|
-
import { m as useFieldContext } from "../../field-
|
|
1
|
+
import { t as __exportAll } from "../../chunk-pQxUBDkX.jsx";
|
|
2
|
+
import { i as useMachine, n as normalizeProps, r as mergeProps$1 } from "../../core-DUR6M1Mz.jsx";
|
|
3
|
+
import { t as runIfFn } from "../../run-if-fn-qkd0iQPO.jsx";
|
|
4
|
+
import { t as createContext$1 } from "../../create-context-iBxaUhvx.jsx";
|
|
5
|
+
import { i as useLocaleContext, o as useEnvironmentContext } from "../../providers-DsAwxh4b.jsx";
|
|
6
|
+
import { t as sprawlify } from "../../factory-B95XvEzz.jsx";
|
|
7
|
+
import { t as createSplitProps } from "../../create-split-props-B2Gc7D9P.jsx";
|
|
8
|
+
import "../../render-strategy-6LT04Ztx.jsx";
|
|
9
|
+
import { t as composeRefs } from "../../compose-refs-Jq47jedK.jsx";
|
|
10
|
+
import { a as splitPresenceProps, i as usePresence, n as usePresenceContext, t as PresenceProvider } from "../../presence-BcYjLSBT.jsx";
|
|
11
|
+
import "../../fieldset-D3jChLai.jsx";
|
|
12
|
+
import { m as useFieldContext } from "../../field-DujBK584.jsx";
|
|
13
13
|
import { Index, Show, createMemo, createUniqueId } from "solid-js";
|
|
14
14
|
import * as colorPicker from "@sprawlify/primitives/machines/color-picker";
|
|
15
15
|
import { anatomy, parse as parseColor } from "@sprawlify/primitives/machines/color-picker";
|
|
16
|
-
|
|
17
16
|
//#region src/components/color-picker/use-color-picker-area-props-context.ts
|
|
18
17
|
const [ColorPickerAreaPropsProvider, useColorPickerAreaPropsContext] = createContext$1({
|
|
19
18
|
hookName: "useColorPickerAreaContext",
|
|
20
19
|
providerName: "<ColorPickerAreaProvider />"
|
|
21
20
|
});
|
|
22
|
-
|
|
23
21
|
//#endregion
|
|
24
22
|
//#region src/components/color-picker/use-color-picker-context.ts
|
|
25
23
|
const [ColorPickerProvider, useColorPickerContext] = createContext$1({
|
|
26
24
|
hookName: "useColorPickerContext",
|
|
27
25
|
providerName: "<ColorPickerProvider />"
|
|
28
26
|
});
|
|
29
|
-
|
|
30
27
|
//#endregion
|
|
31
28
|
//#region src/components/color-picker/color-picker-area.tsx
|
|
32
29
|
const ColorPickerArea = (props) => {
|
|
@@ -37,7 +34,6 @@ const ColorPickerArea = (props) => {
|
|
|
37
34
|
<sprawlify.div {...mergedProps} />
|
|
38
35
|
</ColorPickerAreaPropsProvider>;
|
|
39
36
|
};
|
|
40
|
-
|
|
41
37
|
//#endregion
|
|
42
38
|
//#region src/components/color-picker/color-picker-area-background.tsx
|
|
43
39
|
const ColorPickerAreaBackground = (props) => {
|
|
@@ -46,7 +42,6 @@ const ColorPickerAreaBackground = (props) => {
|
|
|
46
42
|
const mergedProps = mergeProps$1(() => api().getAreaBackgroundProps(areaProps), props);
|
|
47
43
|
return <sprawlify.div {...mergedProps} />;
|
|
48
44
|
};
|
|
49
|
-
|
|
50
45
|
//#endregion
|
|
51
46
|
//#region src/components/color-picker/color-picker-area-thumb.tsx
|
|
52
47
|
const ColorPickerAreaThumb = (props) => {
|
|
@@ -55,7 +50,6 @@ const ColorPickerAreaThumb = (props) => {
|
|
|
55
50
|
const mergedProps = mergeProps$1(() => api().getAreaThumbProps(areaProps), props);
|
|
56
51
|
return <sprawlify.div {...mergedProps} />;
|
|
57
52
|
};
|
|
58
|
-
|
|
59
53
|
//#endregion
|
|
60
54
|
//#region src/components/color-picker/color-picker-channel-input.tsx
|
|
61
55
|
const ColorPickerChannelInput = (props) => {
|
|
@@ -64,14 +58,12 @@ const ColorPickerChannelInput = (props) => {
|
|
|
64
58
|
const mergedProps = mergeProps$1(() => api().getChannelInputProps(channelProps), inputProps);
|
|
65
59
|
return <sprawlify.input {...mergedProps} />;
|
|
66
60
|
};
|
|
67
|
-
|
|
68
61
|
//#endregion
|
|
69
62
|
//#region src/components/color-picker/use-color-picker-channel-props-context.ts
|
|
70
63
|
const [ColorPickerChannelPropsProvider, useColorPickerChannelPropsContext] = createContext$1({
|
|
71
64
|
hookName: "useColorPickerChannelSliderContext",
|
|
72
65
|
providerName: "<ColorPickerChannelSliderProvider />"
|
|
73
66
|
});
|
|
74
|
-
|
|
75
67
|
//#endregion
|
|
76
68
|
//#region src/components/color-picker/use-color-picker-format-context.ts
|
|
77
69
|
const [ColorPickerFormatPropsProvider, useColorPickerFormatPropsContext] = createContext$1({
|
|
@@ -79,7 +71,6 @@ const [ColorPickerFormatPropsProvider, useColorPickerFormatPropsContext] = creat
|
|
|
79
71
|
providerName: "<ColorPickerFormatPropsProvider />",
|
|
80
72
|
strict: false
|
|
81
73
|
});
|
|
82
|
-
|
|
83
74
|
//#endregion
|
|
84
75
|
//#region src/components/color-picker/color-picker-channel-slider.tsx
|
|
85
76
|
const ColorPickerChannelSlider = (props) => {
|
|
@@ -91,7 +82,6 @@ const ColorPickerChannelSlider = (props) => {
|
|
|
91
82
|
<sprawlify.div {...mergedProps} />
|
|
92
83
|
</ColorPickerChannelPropsProvider>;
|
|
93
84
|
};
|
|
94
|
-
|
|
95
85
|
//#endregion
|
|
96
86
|
//#region src/components/color-picker/color-picker-channel-slider-label.tsx
|
|
97
87
|
const ColorPickerChannelSliderLabel = (props) => {
|
|
@@ -100,7 +90,6 @@ const ColorPickerChannelSliderLabel = (props) => {
|
|
|
100
90
|
const mergedProps = mergeProps$1(() => colorPicker().getChannelSliderLabelProps(channelProps), props);
|
|
101
91
|
return <sprawlify.label {...mergedProps} />;
|
|
102
92
|
};
|
|
103
|
-
|
|
104
93
|
//#endregion
|
|
105
94
|
//#region src/components/color-picker/color-picker-channel-slider-thumb.tsx
|
|
106
95
|
const ColorPickerChannelSliderThumb = (props) => {
|
|
@@ -110,7 +99,6 @@ const ColorPickerChannelSliderThumb = (props) => {
|
|
|
110
99
|
const mergedProps = mergeProps$1(() => api().getChannelSliderThumbProps(channelSliderProps), props);
|
|
111
100
|
return <sprawlify.div {...mergedProps} />;
|
|
112
101
|
};
|
|
113
|
-
|
|
114
102
|
//#endregion
|
|
115
103
|
//#region src/components/color-picker/color-picker-channel-slider-track.tsx
|
|
116
104
|
const ColorPickerChannelSliderTrack = (props) => {
|
|
@@ -120,7 +108,6 @@ const ColorPickerChannelSliderTrack = (props) => {
|
|
|
120
108
|
const mergedProps = mergeProps$1(() => api().getChannelSliderTrackProps(channelSliderProps), props);
|
|
121
109
|
return <sprawlify.div {...mergedProps} />;
|
|
122
110
|
};
|
|
123
|
-
|
|
124
111
|
//#endregion
|
|
125
112
|
//#region src/components/color-picker/color-picker-channel-slider-value-text.tsx
|
|
126
113
|
const ColorPickerChannelSliderValueText = (props) => {
|
|
@@ -132,7 +119,6 @@ const ColorPickerChannelSliderValueText = (props) => {
|
|
|
132
119
|
{props.children || colorPicker().getChannelValueText(channelProps.channel, localeContext().locale)}
|
|
133
120
|
</sprawlify.span>;
|
|
134
121
|
};
|
|
135
|
-
|
|
136
122
|
//#endregion
|
|
137
123
|
//#region src/components/color-picker/color-picker-content.tsx
|
|
138
124
|
const ColorPickerContent = (props) => {
|
|
@@ -143,11 +129,9 @@ const ColorPickerContent = (props) => {
|
|
|
143
129
|
<sprawlify.div {...mergedProps} ref={composeRefs(presenceApi().ref, props.ref)} />
|
|
144
130
|
</Show>;
|
|
145
131
|
};
|
|
146
|
-
|
|
147
132
|
//#endregion
|
|
148
133
|
//#region src/components/color-picker/color-picker-context.tsx
|
|
149
134
|
const ColorPickerContext = (props) => props.children(useColorPickerContext());
|
|
150
|
-
|
|
151
135
|
//#endregion
|
|
152
136
|
//#region src/components/color-picker/color-picker-control.tsx
|
|
153
137
|
const ColorPickerControl = (props) => {
|
|
@@ -155,7 +139,6 @@ const ColorPickerControl = (props) => {
|
|
|
155
139
|
const mergedProps = mergeProps$1(() => api().getControlProps(), props);
|
|
156
140
|
return <sprawlify.div {...mergedProps} />;
|
|
157
141
|
};
|
|
158
|
-
|
|
159
142
|
//#endregion
|
|
160
143
|
//#region src/components/color-picker/color-picker-eye-dropper-trigger.tsx
|
|
161
144
|
const ColorPickerEyeDropperTrigger = (props) => {
|
|
@@ -163,7 +146,6 @@ const ColorPickerEyeDropperTrigger = (props) => {
|
|
|
163
146
|
const mergedProps = mergeProps$1(() => api().getEyeDropperTriggerProps(), props);
|
|
164
147
|
return <sprawlify.button {...mergedProps} />;
|
|
165
148
|
};
|
|
166
|
-
|
|
167
149
|
//#endregion
|
|
168
150
|
//#region src/components/color-picker/color-picker-format-select.tsx
|
|
169
151
|
const ColorPickerFormatSelect = (props) => {
|
|
@@ -177,7 +159,6 @@ const ColorPickerFormatSelect = (props) => {
|
|
|
177
159
|
]}>{(format) => <sprawlify.option value={format()}>{format()}</sprawlify.option>}</Index>
|
|
178
160
|
</sprawlify.select>;
|
|
179
161
|
};
|
|
180
|
-
|
|
181
162
|
//#endregion
|
|
182
163
|
//#region src/components/color-picker/color-picker-format-trigger.tsx
|
|
183
164
|
const ColorPickerFormatTrigger = (props) => {
|
|
@@ -185,7 +166,6 @@ const ColorPickerFormatTrigger = (props) => {
|
|
|
185
166
|
const mergedProps = mergeProps$1(() => api().getFormatTriggerProps(), props);
|
|
186
167
|
return <sprawlify.button {...mergedProps} />;
|
|
187
168
|
};
|
|
188
|
-
|
|
189
169
|
//#endregion
|
|
190
170
|
//#region src/components/color-picker/color-picker-hidden-input.tsx
|
|
191
171
|
const ColorPickerHiddenInput = (props) => {
|
|
@@ -194,7 +174,6 @@ const ColorPickerHiddenInput = (props) => {
|
|
|
194
174
|
const field = useFieldContext();
|
|
195
175
|
return <sprawlify.input aria-describedby={field?.().ariaDescribedby} {...mergedProps} />;
|
|
196
176
|
};
|
|
197
|
-
|
|
198
177
|
//#endregion
|
|
199
178
|
//#region src/components/color-picker/color-picker-label.tsx
|
|
200
179
|
const ColorPickerLabel = (props) => {
|
|
@@ -202,7 +181,6 @@ const ColorPickerLabel = (props) => {
|
|
|
202
181
|
const mergedProps = mergeProps$1(() => api().getLabelProps(), props);
|
|
203
182
|
return <sprawlify.label {...mergedProps} />;
|
|
204
183
|
};
|
|
205
|
-
|
|
206
184
|
//#endregion
|
|
207
185
|
//#region src/components/color-picker/color-picker-positioner.tsx
|
|
208
186
|
const ColorPickerPositioner = (props) => {
|
|
@@ -213,7 +191,6 @@ const ColorPickerPositioner = (props) => {
|
|
|
213
191
|
<sprawlify.div {...mergedProps} />
|
|
214
192
|
</Show>;
|
|
215
193
|
};
|
|
216
|
-
|
|
217
194
|
//#endregion
|
|
218
195
|
//#region src/components/color-picker/use-color-picker.ts
|
|
219
196
|
const useColorPicker = (props) => {
|
|
@@ -238,7 +215,6 @@ const useColorPicker = (props) => {
|
|
|
238
215
|
const service = useMachine(colorPicker.machine, machineProps);
|
|
239
216
|
return createMemo(() => colorPicker.connect(service, normalizeProps));
|
|
240
217
|
};
|
|
241
|
-
|
|
242
218
|
//#endregion
|
|
243
219
|
//#region src/components/color-picker/color-picker-root.tsx
|
|
244
220
|
const ColorPickerRoot = (props) => {
|
|
@@ -280,7 +256,6 @@ const ColorPickerRoot = (props) => {
|
|
|
280
256
|
</PresenceProvider>
|
|
281
257
|
</ColorPickerProvider>;
|
|
282
258
|
};
|
|
283
|
-
|
|
284
259
|
//#endregion
|
|
285
260
|
//#region src/components/color-picker/color-picker-root-provider.tsx
|
|
286
261
|
const ColorPickerRootProvider = (props) => {
|
|
@@ -294,14 +269,12 @@ const ColorPickerRootProvider = (props) => {
|
|
|
294
269
|
</PresenceProvider>
|
|
295
270
|
</ColorPickerProvider>;
|
|
296
271
|
};
|
|
297
|
-
|
|
298
272
|
//#endregion
|
|
299
273
|
//#region src/components/color-picker/use-color-picker-swatch-props-context.ts
|
|
300
274
|
const [ColorPickerSwatchPropsProvider, useColorPickerSwatchPropsContext] = createContext$1({
|
|
301
275
|
hookName: "useColorPickerSwatchContext",
|
|
302
276
|
providerName: "<ColorPickerSwatchProvider />"
|
|
303
277
|
});
|
|
304
|
-
|
|
305
278
|
//#endregion
|
|
306
279
|
//#region src/components/color-picker/color-picker-swatch.tsx
|
|
307
280
|
const ColorPickerSwatch = (props) => {
|
|
@@ -312,7 +285,6 @@ const ColorPickerSwatch = (props) => {
|
|
|
312
285
|
<sprawlify.div {...mergedProps} />
|
|
313
286
|
</ColorPickerSwatchPropsProvider>;
|
|
314
287
|
};
|
|
315
|
-
|
|
316
288
|
//#endregion
|
|
317
289
|
//#region src/components/color-picker/color-picker-swatch-group.tsx
|
|
318
290
|
const ColorPickerSwatchGroup = (props) => {
|
|
@@ -320,7 +292,6 @@ const ColorPickerSwatchGroup = (props) => {
|
|
|
320
292
|
const mergedProps = mergeProps$1(() => api().getSwatchGroupProps(), props);
|
|
321
293
|
return <sprawlify.div {...mergedProps} />;
|
|
322
294
|
};
|
|
323
|
-
|
|
324
295
|
//#endregion
|
|
325
296
|
//#region src/components/color-picker/color-picker-swatch-indicator.tsx
|
|
326
297
|
const ColorPickerSwatchIndicator = (props) => {
|
|
@@ -329,7 +300,6 @@ const ColorPickerSwatchIndicator = (props) => {
|
|
|
329
300
|
const mergedProps = mergeProps$1(() => api().getSwatchIndicatorProps(swatchProps), props);
|
|
330
301
|
return <sprawlify.div {...mergedProps} />;
|
|
331
302
|
};
|
|
332
|
-
|
|
333
303
|
//#endregion
|
|
334
304
|
//#region src/components/color-picker/color-picker-swatch-trigger.tsx
|
|
335
305
|
const ColorPickerSwatchTrigger = (props) => {
|
|
@@ -338,7 +308,6 @@ const ColorPickerSwatchTrigger = (props) => {
|
|
|
338
308
|
const mergedProps = mergeProps$1(() => api().getSwatchTriggerProps(triggerProps), localProps);
|
|
339
309
|
return <sprawlify.button {...mergedProps} />;
|
|
340
310
|
};
|
|
341
|
-
|
|
342
311
|
//#endregion
|
|
343
312
|
//#region src/components/color-picker/color-picker-transparency-grid.tsx
|
|
344
313
|
const ColorPickerTransparencyGrid = (props) => {
|
|
@@ -347,7 +316,6 @@ const ColorPickerTransparencyGrid = (props) => {
|
|
|
347
316
|
const mergedProps = mergeProps$1(() => api().getTransparencyGridProps(gridProps), localProps);
|
|
348
317
|
return <sprawlify.div {...mergedProps} />;
|
|
349
318
|
};
|
|
350
|
-
|
|
351
319
|
//#endregion
|
|
352
320
|
//#region src/components/color-picker/color-picker-trigger.tsx
|
|
353
321
|
const ColorPickerTrigger = (props) => {
|
|
@@ -355,7 +323,6 @@ const ColorPickerTrigger = (props) => {
|
|
|
355
323
|
const mergedProps = mergeProps$1(() => api().getTriggerProps(), props);
|
|
356
324
|
return <sprawlify.button {...mergedProps} />;
|
|
357
325
|
};
|
|
358
|
-
|
|
359
326
|
//#endregion
|
|
360
327
|
//#region src/components/color-picker/color-picker-value-swatch.tsx
|
|
361
328
|
const ColorPickerValueSwatch = (props) => {
|
|
@@ -370,7 +337,6 @@ const ColorPickerValueSwatch = (props) => {
|
|
|
370
337
|
<sprawlify.div {...mergedProps} />
|
|
371
338
|
</ColorPickerSwatchPropsProvider>;
|
|
372
339
|
};
|
|
373
|
-
|
|
374
340
|
//#endregion
|
|
375
341
|
//#region src/components/color-picker/color-picker-value-text.tsx
|
|
376
342
|
const ColorPickerValueText = (props) => {
|
|
@@ -380,11 +346,9 @@ const ColorPickerValueText = (props) => {
|
|
|
380
346
|
const valueAsString = createMemo(() => formatProps.format ? colorPicker().value.toString(formatProps.format) : colorPicker().valueAsString);
|
|
381
347
|
return <sprawlify.span {...mergedProps}>{props.children || valueAsString()}</sprawlify.span>;
|
|
382
348
|
};
|
|
383
|
-
|
|
384
349
|
//#endregion
|
|
385
350
|
//#region src/components/color-picker/color-picker-anatomy.ts
|
|
386
351
|
const colorPickerAnatomy = anatomy.extendWith("view");
|
|
387
|
-
|
|
388
352
|
//#endregion
|
|
389
353
|
//#region src/components/color-picker/color-picker-view.tsx
|
|
390
354
|
const ColorPickerView = (props) => {
|
|
@@ -397,7 +361,6 @@ const ColorPickerView = (props) => {
|
|
|
397
361
|
</Show>
|
|
398
362
|
</ColorPickerFormatPropsProvider>;
|
|
399
363
|
};
|
|
400
|
-
|
|
401
364
|
//#endregion
|
|
402
365
|
//#region src/components/color-picker/color-picker.ts
|
|
403
366
|
var color_picker_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -431,6 +394,5 @@ var color_picker_exports = /* @__PURE__ */ __exportAll({
|
|
|
431
394
|
ValueText: () => ColorPickerValueText,
|
|
432
395
|
View: () => ColorPickerView
|
|
433
396
|
});
|
|
434
|
-
|
|
435
397
|
//#endregion
|
|
436
|
-
export { color_picker_exports as ColorPicker, ColorPickerArea, ColorPickerAreaBackground, ColorPickerAreaThumb, ColorPickerChannelInput, ColorPickerChannelSlider, ColorPickerChannelSliderLabel, ColorPickerChannelSliderThumb, ColorPickerChannelSliderTrack, ColorPickerChannelSliderValueText, ColorPickerContent, ColorPickerContext, ColorPickerControl, ColorPickerEyeDropperTrigger, ColorPickerFormatSelect, ColorPickerFormatTrigger, ColorPickerHiddenInput, ColorPickerLabel, ColorPickerPositioner, ColorPickerRoot, ColorPickerRootProvider, ColorPickerSwatch, ColorPickerSwatchGroup, ColorPickerSwatchIndicator, ColorPickerSwatchTrigger, ColorPickerTransparencyGrid, ColorPickerTrigger, ColorPickerValueSwatch, ColorPickerValueText, ColorPickerView, colorPickerAnatomy, parseColor, useColorPicker, useColorPickerContext };
|
|
398
|
+
export { color_picker_exports as ColorPicker, ColorPickerArea, ColorPickerAreaBackground, ColorPickerAreaThumb, ColorPickerChannelInput, ColorPickerChannelSlider, ColorPickerChannelSliderLabel, ColorPickerChannelSliderThumb, ColorPickerChannelSliderTrack, ColorPickerChannelSliderValueText, ColorPickerContent, ColorPickerContext, ColorPickerControl, ColorPickerEyeDropperTrigger, ColorPickerFormatSelect, ColorPickerFormatTrigger, ColorPickerHiddenInput, ColorPickerLabel, ColorPickerPositioner, ColorPickerRoot, ColorPickerRootProvider, ColorPickerSwatch, ColorPickerSwatchGroup, ColorPickerSwatchIndicator, ColorPickerSwatchTrigger, ColorPickerTransparencyGrid, ColorPickerTrigger, ColorPickerValueSwatch, ColorPickerValueText, ColorPickerView, colorPickerAnatomy, parseColor, useColorPicker, useColorPickerContext };
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import { n as PropTypes } from "../../index-
|
|
2
|
-
import { i as Optional, n as MaybeAccessor, t as Assign } from "../../types-
|
|
3
|
-
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-
|
|
4
|
-
import "../../
|
|
5
|
-
import {
|
|
6
|
-
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-
|
|
7
|
-
import * as
|
|
1
|
+
import { n as PropTypes } from "../../index-Bnd2Fp7Q.js";
|
|
2
|
+
import { i as Optional, n as MaybeAccessor, t as Assign } from "../../types-C0L5xDeS.js";
|
|
3
|
+
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BxBlXUD3.js";
|
|
4
|
+
import { s as UsePresenceProps } from "../../index-CUS_uvKg.js";
|
|
5
|
+
import { t as comboboxAnatomy } from "../../combobox-anatomy-Bsbb4isv.js";
|
|
6
|
+
import { _ as CollectionItem, b as createListCollection, i as UseListCollectionProps, o as useListCollection, y as ListCollection } from "../../index-ChrVCjVn.js";
|
|
7
|
+
import * as solid_js0 from "solid-js";
|
|
8
8
|
import { Accessor, JSX } from "solid-js";
|
|
9
|
-
import * as _sprawlify_primitives_anatomy15 from "@sprawlify/primitives/anatomy";
|
|
10
9
|
import * as combobox from "@sprawlify/primitives/machines/combobox";
|
|
11
10
|
import { FocusOutsideEvent, FocusOutsideEvent as ComboboxFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as ComboboxHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as ComboboxInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as ComboboxInteractOutsideEvent, ItemProps, ItemState, OpenChangeDetails, OpenChangeDetails as ComboboxOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as ComboboxPointerDownOutsideEvent, SelectionDetails, SelectionDetails as ComboboxSelectionDetails, TriggerProps, ValueChangeDetails, ValueChangeDetails as ComboboxValueChangeDetails } from "@sprawlify/primitives/machines/combobox";
|
|
12
11
|
import { JSX as JSX$1 } from "solid-js/jsx-runtime";
|
|
@@ -14,17 +13,17 @@ import { JSX as JSX$1 } from "solid-js/jsx-runtime";
|
|
|
14
13
|
//#region src/components/combobox/combobox-clear-trigger.d.ts
|
|
15
14
|
interface ComboboxClearTriggerBaseProps extends PolymorphicProps<'button'> {}
|
|
16
15
|
interface ComboboxClearTriggerProps extends HTMLProps<'button'>, ComboboxClearTriggerBaseProps {}
|
|
17
|
-
declare const ComboboxClearTrigger: (props: ComboboxClearTriggerProps) =>
|
|
16
|
+
declare const ComboboxClearTrigger: (props: ComboboxClearTriggerProps) => solid_js0.JSX.Element;
|
|
18
17
|
//#endregion
|
|
19
18
|
//#region src/components/combobox/combobox-content.d.ts
|
|
20
19
|
interface ComboboxContentBaseProps extends PolymorphicProps<'div'> {}
|
|
21
20
|
interface ComboboxContentProps extends HTMLProps<'div'>, ComboboxContentBaseProps {}
|
|
22
|
-
declare const ComboboxContent: (props: ComboboxContentProps) =>
|
|
21
|
+
declare const ComboboxContent: (props: ComboboxContentProps) => solid_js0.JSX.Element;
|
|
23
22
|
//#endregion
|
|
24
23
|
//#region src/components/combobox/combobox-empty.d.ts
|
|
25
24
|
interface ComboboxEmptyBaseProps extends PolymorphicProps<'div'> {}
|
|
26
25
|
interface ComboboxEmptyProps extends HTMLProps<'div'>, ComboboxEmptyBaseProps {}
|
|
27
|
-
declare const ComboboxEmpty: (props: ComboboxEmptyProps) =>
|
|
26
|
+
declare const ComboboxEmpty: (props: ComboboxEmptyProps) => solid_js0.JSX.Element;
|
|
28
27
|
//#endregion
|
|
29
28
|
//#region src/components/combobox/use-combobox.d.ts
|
|
30
29
|
interface UseComboboxProps<T extends CollectionItem> extends Optional<Omit<combobox.Props<T>, 'collection' | 'dir' | 'getRootNode'>, 'id'> {
|
|
@@ -48,17 +47,17 @@ declare const ComboboxContext: <T extends CollectionItem>(props: ComboboxContext
|
|
|
48
47
|
//#region src/components/combobox/combobox-control.d.ts
|
|
49
48
|
interface ComboboxControlBaseProps extends PolymorphicProps<'div'> {}
|
|
50
49
|
interface ComboboxControlProps extends HTMLProps<'div'>, ComboboxControlBaseProps {}
|
|
51
|
-
declare const ComboboxControl: (props: ComboboxControlProps) =>
|
|
50
|
+
declare const ComboboxControl: (props: ComboboxControlProps) => solid_js0.JSX.Element;
|
|
52
51
|
//#endregion
|
|
53
52
|
//#region src/components/combobox/combobox-input.d.ts
|
|
54
53
|
interface ComboboxInputBaseProps extends PolymorphicProps<'input'> {}
|
|
55
54
|
interface ComboboxInputProps extends HTMLProps<'input'>, ComboboxInputBaseProps {}
|
|
56
|
-
declare const ComboboxInput: (props: ComboboxInputProps) =>
|
|
55
|
+
declare const ComboboxInput: (props: ComboboxInputProps) => solid_js0.JSX.Element;
|
|
57
56
|
//#endregion
|
|
58
57
|
//#region src/components/combobox/combobox-item.d.ts
|
|
59
58
|
interface ComboboxItemBaseProps extends ItemProps, PolymorphicProps<'div'> {}
|
|
60
59
|
interface ComboboxItemProps extends HTMLProps<'div'>, ComboboxItemBaseProps {}
|
|
61
|
-
declare const ComboboxItem: (props: ComboboxItemProps) =>
|
|
60
|
+
declare const ComboboxItem: (props: ComboboxItemProps) => solid_js0.JSX.Element;
|
|
62
61
|
//#endregion
|
|
63
62
|
//#region src/components/combobox/use-combobox-item-context.d.ts
|
|
64
63
|
interface UseComboboxItemContext extends Accessor<ItemState> {}
|
|
@@ -72,37 +71,37 @@ declare const ComboboxItemContext: (props: ComboboxItemContextProps) => JSX.Elem
|
|
|
72
71
|
//#region src/components/combobox/combobox-item-group.d.ts
|
|
73
72
|
interface ComboboxItemGroupBaseProps extends PolymorphicProps<'div'> {}
|
|
74
73
|
interface ComboboxItemGroupProps extends HTMLProps<'div'>, ComboboxItemGroupBaseProps {}
|
|
75
|
-
declare const ComboboxItemGroup: (props: ComboboxItemGroupProps) =>
|
|
74
|
+
declare const ComboboxItemGroup: (props: ComboboxItemGroupProps) => solid_js0.JSX.Element;
|
|
76
75
|
//#endregion
|
|
77
76
|
//#region src/components/combobox/combobox-item-group-label.d.ts
|
|
78
77
|
interface ComboboxItemGroupLabelBaseProps extends PolymorphicProps<'div'> {}
|
|
79
78
|
interface ComboboxItemGroupLabelProps extends HTMLProps<'div'>, ComboboxItemGroupLabelBaseProps {}
|
|
80
|
-
declare const ComboboxItemGroupLabel: (props: ComboboxItemGroupLabelProps) =>
|
|
79
|
+
declare const ComboboxItemGroupLabel: (props: ComboboxItemGroupLabelProps) => solid_js0.JSX.Element;
|
|
81
80
|
//#endregion
|
|
82
81
|
//#region src/components/combobox/combobox-item-indicator.d.ts
|
|
83
82
|
interface ComboboxItemIndicatorBaseProps extends PolymorphicProps<'div'> {}
|
|
84
83
|
interface ComboboxItemIndicatorProps extends HTMLProps<'div'>, ComboboxItemIndicatorBaseProps {}
|
|
85
|
-
declare const ComboboxItemIndicator: (props: ComboboxItemIndicatorProps) =>
|
|
84
|
+
declare const ComboboxItemIndicator: (props: ComboboxItemIndicatorProps) => solid_js0.JSX.Element;
|
|
86
85
|
//#endregion
|
|
87
86
|
//#region src/components/combobox/combobox-item-text.d.ts
|
|
88
87
|
interface ComboboxItemTextBaseProps extends PolymorphicProps<'span'> {}
|
|
89
88
|
interface ComboboxItemTextProps extends HTMLProps<'span'>, ComboboxItemTextBaseProps {}
|
|
90
|
-
declare const ComboboxItemText: (props: ComboboxItemTextProps) =>
|
|
89
|
+
declare const ComboboxItemText: (props: ComboboxItemTextProps) => solid_js0.JSX.Element;
|
|
91
90
|
//#endregion
|
|
92
91
|
//#region src/components/combobox/combobox-label.d.ts
|
|
93
92
|
interface ComboboxLabelBaseProps extends PolymorphicProps<'label'> {}
|
|
94
93
|
interface ComboboxLabelProps extends HTMLProps<'label'>, ComboboxLabelBaseProps {}
|
|
95
|
-
declare const ComboboxLabel: (props: ComboboxLabelProps) =>
|
|
94
|
+
declare const ComboboxLabel: (props: ComboboxLabelProps) => solid_js0.JSX.Element;
|
|
96
95
|
//#endregion
|
|
97
96
|
//#region src/components/combobox/combobox-list.d.ts
|
|
98
97
|
interface ComboboxListBaseProps extends PolymorphicProps<'div'> {}
|
|
99
98
|
interface ComboboxListProps extends HTMLProps<'div'>, ComboboxListBaseProps {}
|
|
100
|
-
declare const ComboboxList: (props: ComboboxListProps) =>
|
|
99
|
+
declare const ComboboxList: (props: ComboboxListProps) => solid_js0.JSX.Element;
|
|
101
100
|
//#endregion
|
|
102
101
|
//#region src/components/combobox/combobox-positioner.d.ts
|
|
103
102
|
interface ComboboxPositionerBaseProps extends PolymorphicProps<'div'> {}
|
|
104
103
|
interface ComboboxPositionerProps extends HTMLProps<'div'>, ComboboxPositionerBaseProps {}
|
|
105
|
-
declare const ComboboxPositioner: (props: ComboboxPositionerProps) =>
|
|
104
|
+
declare const ComboboxPositioner: (props: ComboboxPositionerProps) => solid_js0.JSX.Element;
|
|
106
105
|
//#endregion
|
|
107
106
|
//#region src/components/combobox/combobox-root.d.ts
|
|
108
107
|
interface ComboboxRootBaseProps<T extends CollectionItem> extends UseComboboxProps<T>, UsePresenceProps, PolymorphicProps<'div'> {}
|
|
@@ -123,10 +122,7 @@ type ComboboxRootProviderComponent<P = {}> = <T extends CollectionItem>(props: A
|
|
|
123
122
|
//#region src/components/combobox/combobox-trigger.d.ts
|
|
124
123
|
interface ComboboxTriggerBaseProps extends TriggerProps, PolymorphicProps<'button'> {}
|
|
125
124
|
interface ComboboxTriggerProps extends HTMLProps<'button'>, ComboboxTriggerBaseProps {}
|
|
126
|
-
declare const ComboboxTrigger: (props: ComboboxTriggerProps) =>
|
|
127
|
-
//#endregion
|
|
128
|
-
//#region src/components/combobox/combobox-anatomy.d.ts
|
|
129
|
-
declare const comboboxAnatomy: _sprawlify_primitives_anatomy15.AnatomyInstance<"label" | "input" | "trigger" | "content" | "positioner" | "root" | "control" | "clearTrigger" | "item" | "itemIndicator" | "itemText" | "itemGroup" | "itemGroupLabel" | "empty" | "list">;
|
|
125
|
+
declare const ComboboxTrigger: (props: ComboboxTriggerProps) => solid_js0.JSX.Element;
|
|
130
126
|
declare namespace combobox_d_exports {
|
|
131
127
|
export { ComboboxClearTrigger as ClearTrigger, ComboboxClearTriggerBaseProps as ClearTriggerBaseProps, ComboboxClearTriggerProps as ClearTriggerProps, CollectionItem, ComboboxContent as Content, ComboboxContentBaseProps as ContentBaseProps, ComboboxContentProps as ContentProps, ComboboxContext as Context, ComboboxContextProps as ContextProps, ComboboxControl as Control, ComboboxControlBaseProps as ControlBaseProps, ComboboxControlProps as ControlProps, ComboboxEmpty as Empty, ComboboxEmptyBaseProps as EmptyBaseProps, ComboboxEmptyProps as EmptyProps, FocusOutsideEvent, HighlightChangeDetails, ComboboxInput as Input, ComboboxInputBaseProps as InputBaseProps, ComboboxInputProps as InputProps, InputValueChangeDetails, InteractOutsideEvent, ComboboxItem as Item, ComboboxItemBaseProps as ItemBaseProps, ComboboxItemContext as ItemContext, ComboboxItemContextProps as ItemContextProps, ComboboxItemGroup as ItemGroup, ComboboxItemGroupBaseProps as ItemGroupBaseProps, ComboboxItemGroupLabel as ItemGroupLabel, ComboboxItemGroupLabelBaseProps as ItemGroupLabelBaseProps, ComboboxItemGroupLabelProps as ItemGroupLabelProps, ComboboxItemGroupProps as ItemGroupProps, ComboboxItemIndicator as ItemIndicator, ComboboxItemIndicatorBaseProps as ItemIndicatorBaseProps, ComboboxItemIndicatorProps as ItemIndicatorProps, ComboboxItemProps as ItemProps, ComboboxItemText as ItemText, ComboboxItemTextBaseProps as ItemTextBaseProps, ComboboxItemTextProps as ItemTextProps, ComboboxLabel as Label, ComboboxLabelBaseProps as LabelBaseProps, ComboboxLabelProps as LabelProps, ComboboxList as List, ComboboxListBaseProps as ListBaseProps, ComboboxListProps as ListProps, OpenChangeDetails, PointerDownOutsideEvent, ComboboxPositioner as Positioner, ComboboxPositionerBaseProps as PositionerBaseProps, ComboboxPositionerProps as PositionerProps, ComboboxRoot as Root, ComboboxRootBaseProps as RootBaseProps, ComboboxRootComponent as RootComponent, ComboboxRootComponentProps as RootComponentProps, ComboboxRootProps as RootProps, ComboboxRootProvider as RootProvider, ComboboxRootProviderBaseProps as RootProviderBaseProps, ComboboxRootProviderComponent as RootProviderComponent, ComboboxRootProviderProps as RootProviderProps, SelectionDetails, ComboboxTrigger as Trigger, ComboboxTriggerBaseProps as TriggerBaseProps, ComboboxTriggerProps as TriggerProps, ValueChangeDetails };
|
|
132
128
|
}
|
|
@@ -1,29 +1,27 @@
|
|
|
1
|
-
import { t as __exportAll } from "../../chunk-
|
|
2
|
-
import { i as useMachine, n as normalizeProps, r as mergeProps$2 } from "../../core-
|
|
3
|
-
import { t as runIfFn } from "../../run-if-fn-
|
|
4
|
-
import { t as createContext$1 } from "../../create-context-
|
|
5
|
-
import { i as useLocaleContext, o as useEnvironmentContext } from "../../providers-
|
|
6
|
-
import { t as sprawlify } from "../../factory-
|
|
7
|
-
import { t as comboboxAnatomy } from "../../combobox-anatomy-
|
|
8
|
-
import "../../field-anatomy-
|
|
9
|
-
import "../../fieldset-anatomy-
|
|
10
|
-
import { t as createSplitProps } from "../../create-split-props-
|
|
11
|
-
import "../../render-strategy-
|
|
12
|
-
import { t as composeRefs } from "../../compose-refs-
|
|
13
|
-
import { a as splitPresenceProps, i as usePresence, n as usePresenceContext, t as PresenceProvider } from "../../presence-
|
|
14
|
-
import "../../fieldset-
|
|
15
|
-
import { p as useFieldContext } from "../../field-
|
|
16
|
-
import { n as useListCollection, o as createListCollection } from "../../collection-
|
|
1
|
+
import { t as __exportAll } from "../../chunk-pbuEa-1d.js";
|
|
2
|
+
import { i as useMachine, n as normalizeProps, r as mergeProps$2 } from "../../core-BHfpfUk-.js";
|
|
3
|
+
import { t as runIfFn } from "../../run-if-fn-BV7F-Eeb.js";
|
|
4
|
+
import { t as createContext$1 } from "../../create-context-BEnzb67H.js";
|
|
5
|
+
import { i as useLocaleContext, o as useEnvironmentContext } from "../../providers-CEdBpdaX.js";
|
|
6
|
+
import { t as sprawlify } from "../../factory-DORgzART.js";
|
|
7
|
+
import { t as comboboxAnatomy } from "../../combobox-anatomy-BojTG5Ws.js";
|
|
8
|
+
import "../../field-anatomy-BloFzq7T.js";
|
|
9
|
+
import "../../fieldset-anatomy-DBAg0hLg.js";
|
|
10
|
+
import { t as createSplitProps } from "../../create-split-props-OE-yOtGc.js";
|
|
11
|
+
import "../../render-strategy-BAqQL-Hs.js";
|
|
12
|
+
import { t as composeRefs } from "../../compose-refs-BKcaHXR8.js";
|
|
13
|
+
import { a as splitPresenceProps, i as usePresence, n as usePresenceContext, t as PresenceProvider } from "../../presence-CuZG4SWb.js";
|
|
14
|
+
import "../../fieldset-CKY6kn04.js";
|
|
15
|
+
import { p as useFieldContext } from "../../field-DLS1xeZs.js";
|
|
16
|
+
import { n as useListCollection, o as createListCollection } from "../../collection-D83ZAzYd.js";
|
|
17
17
|
import { Show, createMemo, createUniqueId } from "solid-js";
|
|
18
18
|
import { createComponent, mergeProps as mergeProps$1 } from "solid-js/web";
|
|
19
19
|
import * as combobox from "@sprawlify/primitives/machines/combobox";
|
|
20
|
-
|
|
21
20
|
//#region src/components/combobox/use-combobox-context.ts
|
|
22
21
|
const [ComboboxProvider, useComboboxContext] = createContext$1({
|
|
23
22
|
hookName: "useComboboxContext",
|
|
24
23
|
providerName: "<ComboboxProvider />"
|
|
25
24
|
});
|
|
26
|
-
|
|
27
25
|
//#endregion
|
|
28
26
|
//#region src/components/combobox/combobox-clear-trigger.tsx
|
|
29
27
|
const ComboboxClearTrigger = (props) => {
|
|
@@ -31,7 +29,6 @@ const ComboboxClearTrigger = (props) => {
|
|
|
31
29
|
const mergedProps = mergeProps$2(() => combobox().getClearTriggerProps(), props);
|
|
32
30
|
return createComponent(sprawlify.button, mergedProps);
|
|
33
31
|
};
|
|
34
|
-
|
|
35
32
|
//#endregion
|
|
36
33
|
//#region src/components/combobox/combobox-content.tsx
|
|
37
34
|
const ComboboxContent = (props) => {
|
|
@@ -50,7 +47,6 @@ const ComboboxContent = (props) => {
|
|
|
50
47
|
}
|
|
51
48
|
});
|
|
52
49
|
};
|
|
53
|
-
|
|
54
50
|
//#endregion
|
|
55
51
|
//#region src/components/combobox/combobox-empty.tsx
|
|
56
52
|
const parts = comboboxAnatomy.build();
|
|
@@ -66,11 +62,9 @@ const ComboboxEmpty = (props) => {
|
|
|
66
62
|
}
|
|
67
63
|
});
|
|
68
64
|
};
|
|
69
|
-
|
|
70
65
|
//#endregion
|
|
71
66
|
//#region src/components/combobox/combobox-context.tsx
|
|
72
67
|
const ComboboxContext = (props) => props.children(useComboboxContext());
|
|
73
|
-
|
|
74
68
|
//#endregion
|
|
75
69
|
//#region src/components/combobox/combobox-control.tsx
|
|
76
70
|
const ComboboxControl = (props) => {
|
|
@@ -78,7 +72,6 @@ const ComboboxControl = (props) => {
|
|
|
78
72
|
const mergedProps = mergeProps$2(() => combobox().getControlProps(), props);
|
|
79
73
|
return createComponent(sprawlify.div, mergedProps);
|
|
80
74
|
};
|
|
81
|
-
|
|
82
75
|
//#endregion
|
|
83
76
|
//#region src/components/combobox/combobox-input.tsx
|
|
84
77
|
const ComboboxInput = (props) => {
|
|
@@ -89,21 +82,18 @@ const ComboboxInput = (props) => {
|
|
|
89
82
|
return field?.().ariaDescribedby;
|
|
90
83
|
} }, mergedProps));
|
|
91
84
|
};
|
|
92
|
-
|
|
93
85
|
//#endregion
|
|
94
86
|
//#region src/components/combobox/use-combobox-item-context.ts
|
|
95
87
|
const [ComboboxItemProvider, useComboboxItemContext] = createContext$1({
|
|
96
88
|
hookName: "useComboboxItemContext",
|
|
97
89
|
providerName: "<ComboboxItemProvider />"
|
|
98
90
|
});
|
|
99
|
-
|
|
100
91
|
//#endregion
|
|
101
92
|
//#region src/components/combobox/use-combobox-item-props-context.ts
|
|
102
93
|
const [ComboboxItemPropsProvider, useComboboxItemPropsContext] = createContext$1({
|
|
103
94
|
hookName: "useComboboxItemPropsContext",
|
|
104
95
|
providerName: "<ComboboxItemPropsProvider />"
|
|
105
96
|
});
|
|
106
|
-
|
|
107
97
|
//#endregion
|
|
108
98
|
//#region src/components/combobox/combobox-item.tsx
|
|
109
99
|
const ComboboxItem = (props) => {
|
|
@@ -123,18 +113,15 @@ const ComboboxItem = (props) => {
|
|
|
123
113
|
}
|
|
124
114
|
});
|
|
125
115
|
};
|
|
126
|
-
|
|
127
116
|
//#endregion
|
|
128
117
|
//#region src/components/combobox/combobox-item-context.tsx
|
|
129
118
|
const ComboboxItemContext = (props) => props.children(useComboboxItemContext());
|
|
130
|
-
|
|
131
119
|
//#endregion
|
|
132
120
|
//#region src/components/combobox/use-combobox-item-group-props-context.ts
|
|
133
121
|
const [ComboboxItemGroupPropsProvider, useComboboxItemGroupPropsContext] = createContext$1({
|
|
134
122
|
hookName: "useComboboxItemGroupPropsContext",
|
|
135
123
|
providerName: "<ComboboxItemGroupPropsProvider />"
|
|
136
124
|
});
|
|
137
|
-
|
|
138
125
|
//#endregion
|
|
139
126
|
//#region src/components/combobox/combobox-item-group.tsx
|
|
140
127
|
const ComboboxItemGroup = (props) => {
|
|
@@ -149,7 +136,6 @@ const ComboboxItemGroup = (props) => {
|
|
|
149
136
|
}
|
|
150
137
|
});
|
|
151
138
|
};
|
|
152
|
-
|
|
153
139
|
//#endregion
|
|
154
140
|
//#region src/components/combobox/combobox-item-group-label.tsx
|
|
155
141
|
const ComboboxItemGroupLabel = (props) => {
|
|
@@ -158,7 +144,6 @@ const ComboboxItemGroupLabel = (props) => {
|
|
|
158
144
|
const mergedProps = mergeProps$2(() => combobox().getItemGroupLabelProps({ htmlFor: itemGroupProps.id }), props);
|
|
159
145
|
return createComponent(sprawlify.div, mergedProps);
|
|
160
146
|
};
|
|
161
|
-
|
|
162
147
|
//#endregion
|
|
163
148
|
//#region src/components/combobox/combobox-item-indicator.tsx
|
|
164
149
|
const ComboboxItemIndicator = (props) => {
|
|
@@ -167,7 +152,6 @@ const ComboboxItemIndicator = (props) => {
|
|
|
167
152
|
const mergedProps = mergeProps$2(() => combobox().getItemIndicatorProps(itemProps), props);
|
|
168
153
|
return createComponent(sprawlify.div, mergedProps);
|
|
169
154
|
};
|
|
170
|
-
|
|
171
155
|
//#endregion
|
|
172
156
|
//#region src/components/combobox/combobox-item-text.tsx
|
|
173
157
|
const ComboboxItemText = (props) => {
|
|
@@ -176,7 +160,6 @@ const ComboboxItemText = (props) => {
|
|
|
176
160
|
const mergedProps = mergeProps$2(() => api().getItemTextProps(itemProps), props);
|
|
177
161
|
return createComponent(sprawlify.span, mergedProps);
|
|
178
162
|
};
|
|
179
|
-
|
|
180
163
|
//#endregion
|
|
181
164
|
//#region src/components/combobox/combobox-label.tsx
|
|
182
165
|
const ComboboxLabel = (props) => {
|
|
@@ -184,7 +167,6 @@ const ComboboxLabel = (props) => {
|
|
|
184
167
|
const mergedProps = mergeProps$2(() => combobox().getLabelProps(), props);
|
|
185
168
|
return createComponent(sprawlify.label, mergedProps);
|
|
186
169
|
};
|
|
187
|
-
|
|
188
170
|
//#endregion
|
|
189
171
|
//#region src/components/combobox/combobox-list.tsx
|
|
190
172
|
const ComboboxList = (props) => {
|
|
@@ -192,7 +174,6 @@ const ComboboxList = (props) => {
|
|
|
192
174
|
const mergedProps = mergeProps$2(() => combobox().getListProps(), props);
|
|
193
175
|
return createComponent(sprawlify.div, mergedProps);
|
|
194
176
|
};
|
|
195
|
-
|
|
196
177
|
//#endregion
|
|
197
178
|
//#region src/components/combobox/combobox-positioner.tsx
|
|
198
179
|
const ComboboxPositioner = (props) => {
|
|
@@ -208,7 +189,6 @@ const ComboboxPositioner = (props) => {
|
|
|
208
189
|
}
|
|
209
190
|
});
|
|
210
191
|
};
|
|
211
|
-
|
|
212
192
|
//#endregion
|
|
213
193
|
//#region src/components/combobox/use-combobox.ts
|
|
214
194
|
const useCombobox = (props) => {
|
|
@@ -233,7 +213,6 @@ const useCombobox = (props) => {
|
|
|
233
213
|
const service = useMachine(combobox.machine, machineProps);
|
|
234
214
|
return createMemo(() => combobox.connect(service, normalizeProps));
|
|
235
215
|
};
|
|
236
|
-
|
|
237
216
|
//#endregion
|
|
238
217
|
//#region src/components/combobox/combobox-root.tsx
|
|
239
218
|
const ComboboxRoot = (props) => {
|
|
@@ -298,7 +277,6 @@ const ComboboxRoot = (props) => {
|
|
|
298
277
|
}
|
|
299
278
|
});
|
|
300
279
|
};
|
|
301
|
-
|
|
302
280
|
//#endregion
|
|
303
281
|
//#region src/components/combobox/combobox-root-provider.tsx
|
|
304
282
|
const ComboboxRootProvider = (props) => {
|
|
@@ -318,7 +296,6 @@ const ComboboxRootProvider = (props) => {
|
|
|
318
296
|
}
|
|
319
297
|
});
|
|
320
298
|
};
|
|
321
|
-
|
|
322
299
|
//#endregion
|
|
323
300
|
//#region src/components/combobox/combobox-trigger.tsx
|
|
324
301
|
const ComboboxTrigger = (props) => {
|
|
@@ -327,7 +304,6 @@ const ComboboxTrigger = (props) => {
|
|
|
327
304
|
const mergedProps = mergeProps$2(() => combobox().getTriggerProps(triggerProps), localProps);
|
|
328
305
|
return createComponent(sprawlify.button, mergedProps);
|
|
329
306
|
};
|
|
330
|
-
|
|
331
307
|
//#endregion
|
|
332
308
|
//#region src/components/combobox/combobox.ts
|
|
333
309
|
var combobox_exports = /* @__PURE__ */ __exportAll({
|
|
@@ -350,6 +326,5 @@ var combobox_exports = /* @__PURE__ */ __exportAll({
|
|
|
350
326
|
RootProvider: () => ComboboxRootProvider,
|
|
351
327
|
Trigger: () => ComboboxTrigger
|
|
352
328
|
});
|
|
353
|
-
|
|
354
329
|
//#endregion
|
|
355
|
-
export { combobox_exports as Combobox, ComboboxClearTrigger, ComboboxContent, ComboboxContext, ComboboxControl, ComboboxEmpty, ComboboxInput, ComboboxItem, ComboboxItemContext, ComboboxItemGroup, ComboboxItemGroupLabel, ComboboxItemIndicator, ComboboxItemText, ComboboxLabel, ComboboxList, ComboboxPositioner, ComboboxRoot, ComboboxRootProvider, ComboboxTrigger, comboboxAnatomy, createListCollection, useCombobox, useComboboxContext, useComboboxItemContext, useListCollection };
|
|
330
|
+
export { combobox_exports as Combobox, ComboboxClearTrigger, ComboboxContent, ComboboxContext, ComboboxControl, ComboboxEmpty, ComboboxInput, ComboboxItem, ComboboxItemContext, ComboboxItemGroup, ComboboxItemGroupLabel, ComboboxItemIndicator, ComboboxItemText, ComboboxLabel, ComboboxList, ComboboxPositioner, ComboboxRoot, ComboboxRootProvider, ComboboxTrigger, comboboxAnatomy, createListCollection, useCombobox, useComboboxContext, useComboboxItemContext, useListCollection };
|