@sprawlify/react 0.0.11 → 0.0.12
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-B9ODSC4s.mjs +3 -0
- package/dist/accordion-anatomy-CD01A1iE.d.cts +2 -0
- package/dist/accordion-anatomy-DM84wS7s.d.mts +2 -0
- package/dist/accordion-anatomy-TiYCIvSU.cjs +1 -0
- package/dist/anatomy-DZVQcsnx.cjs +50 -0
- package/dist/anatomy-DlQefg0w.d.mts +51 -0
- package/dist/anatomy-DmGN5EDX.d.cts +51 -0
- package/dist/anatomy-Fqi1rbnX.mjs +52 -0
- package/dist/angle-slider-anatomy-BarZytc0.cjs +1 -0
- package/dist/angle-slider-anatomy-CJ8w7Vr8.d.mts +2 -0
- package/dist/angle-slider-anatomy-D732WuyP.mjs +3 -0
- package/dist/angle-slider-anatomy-socw8IDt.d.cts +2 -0
- package/dist/avatar-anatomy-BXgb7HMR.mjs +3 -0
- package/dist/avatar-anatomy-BbK5QtHR.d.mts +2 -0
- package/dist/avatar-anatomy-C7tS8YMA.cjs +1 -0
- package/dist/avatar-anatomy-C_EzyOEZ.d.cts +2 -0
- package/dist/bottom-sheet-anatomy-BK2UyCm2.d.mts +2 -0
- package/dist/bottom-sheet-anatomy-CslIkMUZ.mjs +3 -0
- package/dist/bottom-sheet-anatomy-DFp5PLG7.d.cts +2 -0
- package/dist/bottom-sheet-anatomy-TCSwbPsz.cjs +1 -0
- package/dist/carousel-anatomy-Bg15yjyC.mjs +7 -0
- package/dist/carousel-anatomy-Brr5h5DT.cjs +13 -0
- package/dist/carousel-anatomy-C7cKSp4-.d.mts +6 -0
- package/dist/carousel-anatomy-CS1MhANU.d.cts +6 -0
- package/dist/checkbox-anatomy-BYqkx7gU.d.cts +6 -0
- package/dist/checkbox-anatomy-CP9bBUnr.mjs +7 -0
- package/dist/checkbox-anatomy-D71wilRI.cjs +13 -0
- package/dist/checkbox-anatomy-GrQ9fD3d.d.mts +6 -0
- package/dist/chunk-C59VKDyD.mjs +42 -0
- package/dist/{chunk-BYnRvbsk.cjs → chunk-Dsw3YZHa.cjs} +13 -0
- package/dist/clipboard-anatomy-B7vZDubi.mjs +3 -0
- package/dist/clipboard-anatomy-BBG980Uy.d.cts +2 -0
- package/dist/clipboard-anatomy-BGpzSrp3.cjs +1 -0
- package/dist/clipboard-anatomy-C4z4Ic01.d.mts +2 -0
- package/dist/{collapsible-aFKYmVbP.cjs → collapsible-DxwYYaHu.cjs} +7 -7
- package/dist/{collapsible-pBuZr56X.mjs → collapsible-GkC3RzgL.mjs} +8 -9
- package/dist/collapsible-anatomy-BJ1fU-lk.mjs +3 -0
- package/dist/collapsible-anatomy-BNzFeDbw.d.cts +2 -0
- package/dist/collapsible-anatomy-BY04on8P.d.mts +2 -0
- package/dist/collapsible-anatomy-CgzhYqkh.cjs +1 -0
- package/dist/{collection-ZQpeUlrg.mjs → collection-DC2n80Ca.mjs} +2 -2
- package/dist/{collection-DGEUORi5.cjs → collection-vSAfeUyg.cjs} +3 -3
- package/dist/color-picker-anatomy-Cz2IEv2-.d.cts +6 -0
- package/dist/color-picker-anatomy-D-f8NkKr.d.mts +6 -0
- package/dist/color-picker-anatomy-DMskx2e2.cjs +13 -0
- package/dist/color-picker-anatomy-DphCyLsu.mjs +7 -0
- package/dist/combobox-anatomy-BTi3ykzS.d.cts +6 -0
- package/dist/combobox-anatomy-C28sQ-W1.d.mts +6 -0
- package/dist/combobox-anatomy-D0yH6IiI.mjs +7 -0
- package/dist/combobox-anatomy-DcgOaDzw.cjs +13 -0
- package/dist/components/accordion/index.cjs +11 -9
- package/dist/components/accordion/index.d.cts +13 -12
- package/dist/components/accordion/index.d.mts +13 -12
- package/dist/components/accordion/index.mjs +11 -11
- package/dist/components/anatomy.cjs +336 -0
- package/dist/components/anatomy.d.cts +51 -0
- package/dist/components/anatomy.d.mts +51 -0
- package/dist/components/anatomy.mjs +54 -0
- package/dist/components/angle-slider/index.cjs +8 -7
- package/dist/components/angle-slider/index.d.cts +15 -14
- package/dist/components/angle-slider/index.d.mts +15 -14
- package/dist/components/angle-slider/index.mjs +9 -9
- package/dist/components/avatar/index.cjs +8 -7
- package/dist/components/avatar/index.d.cts +10 -9
- package/dist/components/avatar/index.d.mts +10 -9
- package/dist/components/avatar/index.mjs +9 -9
- package/dist/components/bottom-sheet/index.cjs +11 -10
- package/dist/components/bottom-sheet/index.d.cts +17 -16
- package/dist/components/bottom-sheet/index.d.mts +18 -17
- package/dist/components/bottom-sheet/index.mjs +13 -13
- package/dist/components/carousel/index.cjs +11 -14
- package/dist/components/carousel/index.d.cts +17 -20
- package/dist/components/carousel/index.d.mts +17 -20
- package/dist/components/carousel/index.mjs +9 -13
- package/dist/components/checkbox/index.cjs +18 -19
- package/dist/components/checkbox/index.d.cts +13 -16
- package/dist/components/checkbox/index.d.mts +13 -16
- package/dist/components/checkbox/index.mjs +16 -18
- package/dist/components/client-only/index.cjs +1 -1
- package/dist/components/clipboard/index.cjs +7 -6
- package/dist/components/clipboard/index.d.cts +14 -13
- package/dist/components/clipboard/index.d.mts +14 -13
- package/dist/components/clipboard/index.mjs +7 -7
- package/dist/components/collapsible/index.cjs +8 -7
- package/dist/components/collapsible/index.d.cts +12 -11
- package/dist/components/collapsible/index.d.mts +12 -11
- package/dist/components/collapsible/index.mjs +8 -7
- package/dist/components/collection/index.cjs +3 -3
- package/dist/components/collection/index.d.cts +1 -1
- package/dist/components/collection/index.d.mts +1 -1
- package/dist/components/collection/index.mjs +3 -3
- package/dist/components/color-picker/index.cjs +16 -18
- package/dist/components/color-picker/index.d.cts +34 -37
- package/dist/components/color-picker/index.d.mts +35 -38
- package/dist/components/color-picker/index.mjs +17 -19
- package/dist/components/combobox/index.cjs +17 -19
- package/dist/components/combobox/index.d.cts +21 -24
- package/dist/components/combobox/index.d.mts +22 -25
- package/dist/components/combobox/index.mjs +17 -20
- package/dist/components/date-picker/index.cjs +12 -15
- package/dist/components/date-picker/index.d.cts +31 -34
- package/dist/components/date-picker/index.d.mts +32 -35
- package/dist/components/date-picker/index.mjs +13 -16
- package/dist/components/dialog/index.cjs +10 -9
- package/dist/components/dialog/index.d.cts +17 -16
- package/dist/components/dialog/index.d.mts +18 -17
- package/dist/components/dialog/index.mjs +12 -12
- package/dist/components/download-trigger/index.cjs +5 -5
- package/dist/components/download-trigger/index.d.cts +4 -4
- package/dist/components/download-trigger/index.d.mts +4 -4
- package/dist/components/download-trigger/index.mjs +5 -5
- package/dist/components/editable/index.cjs +12 -10
- package/dist/components/editable/index.d.cts +15 -14
- package/dist/components/editable/index.d.mts +15 -14
- package/dist/components/editable/index.mjs +13 -12
- package/dist/components/field/index.cjs +10 -9
- package/dist/components/field/index.d.cts +13 -16
- package/dist/components/field/index.d.mts +13 -16
- package/dist/components/field/index.mjs +10 -9
- package/dist/components/fieldset/index.cjs +10 -9
- package/dist/components/fieldset/index.d.cts +9 -12
- package/dist/components/fieldset/index.d.mts +9 -12
- package/dist/components/fieldset/index.mjs +10 -9
- package/dist/components/file-upload/index.cjs +12 -10
- package/dist/components/file-upload/index.d.cts +20 -19
- package/dist/components/file-upload/index.d.mts +20 -19
- package/dist/components/file-upload/index.mjs +13 -12
- package/dist/components/floating-panel/index.cjs +10 -9
- package/dist/components/floating-panel/index.d.cts +21 -20
- package/dist/components/floating-panel/index.d.mts +22 -21
- package/dist/components/floating-panel/index.mjs +12 -12
- package/dist/components/focus-trap/index.cjs +4 -4
- package/dist/components/focus-trap/index.d.cts +4 -4
- package/dist/components/focus-trap/index.d.mts +4 -4
- package/dist/components/focus-trap/index.mjs +4 -4
- package/dist/components/format/index.cjs +3 -3
- package/dist/components/format/index.d.cts +4 -4
- package/dist/components/format/index.d.mts +4 -4
- package/dist/components/format/index.mjs +3 -3
- package/dist/components/frame/index.cjs +5 -5
- package/dist/components/frame/index.d.cts +3 -3
- package/dist/components/frame/index.d.mts +3 -3
- package/dist/components/frame/index.mjs +6 -6
- package/dist/components/highlight/index.cjs +2 -2
- package/dist/components/highlight/index.d.cts +3 -3
- package/dist/components/highlight/index.d.mts +1 -1
- package/dist/components/highlight/index.mjs +1 -1
- package/dist/components/hover-card/index.cjs +9 -8
- package/dist/components/hover-card/index.d.cts +15 -14
- package/dist/components/hover-card/index.d.mts +16 -15
- package/dist/components/hover-card/index.mjs +11 -11
- package/dist/components/image-cropper/index.cjs +8 -7
- package/dist/components/image-cropper/index.d.cts +13 -12
- package/dist/components/image-cropper/index.d.mts +13 -12
- package/dist/components/image-cropper/index.mjs +10 -9
- package/dist/components/json-tree-view/index.cjs +14 -12
- package/dist/components/json-tree-view/index.d.cts +5 -5
- package/dist/components/json-tree-view/index.d.mts +9 -9
- package/dist/components/json-tree-view/index.mjs +13 -13
- package/dist/components/listbox/index.cjs +12 -15
- package/dist/components/listbox/index.d.cts +16 -19
- package/dist/components/listbox/index.d.mts +16 -19
- package/dist/components/listbox/index.mjs +11 -15
- package/dist/components/marquee/index.cjs +8 -7
- package/dist/components/marquee/index.d.cts +12 -11
- package/dist/components/marquee/index.d.mts +12 -11
- package/dist/components/marquee/index.mjs +9 -9
- package/dist/components/menu/index.cjs +10 -9
- package/dist/components/menu/index.d.cts +28 -26
- package/dist/components/menu/index.d.mts +42 -26
- package/dist/components/menu/index.mjs +12 -12
- package/dist/components/navigation-menu/index.cjs +12 -11
- package/dist/components/navigation-menu/index.d.cts +19 -18
- package/dist/components/navigation-menu/index.d.mts +19 -18
- package/dist/components/navigation-menu/index.mjs +14 -14
- package/dist/components/number-input/index.cjs +12 -10
- package/dist/components/number-input/index.d.cts +15 -14
- package/dist/components/number-input/index.d.mts +15 -14
- package/dist/components/number-input/index.mjs +13 -12
- package/dist/components/pagination/index.cjs +8 -7
- package/dist/components/pagination/index.d.cts +14 -13
- package/dist/components/pagination/index.d.mts +14 -13
- package/dist/components/pagination/index.mjs +9 -9
- package/dist/components/password-input/index.cjs +12 -10
- package/dist/components/password-input/index.d.cts +13 -12
- package/dist/components/password-input/index.d.mts +13 -12
- package/dist/components/password-input/index.mjs +13 -12
- package/dist/components/pin-input/index.cjs +12 -10
- package/dist/components/pin-input/index.d.cts +12 -11
- package/dist/components/pin-input/index.d.mts +12 -11
- package/dist/components/pin-input/index.mjs +13 -12
- package/dist/components/popover/index.cjs +9 -8
- package/dist/components/popover/index.d.cts +20 -19
- package/dist/components/popover/index.d.mts +21 -20
- package/dist/components/popover/index.mjs +11 -11
- package/dist/components/portal/index.cjs +4 -4
- package/dist/components/portal/index.d.cts +2 -2
- package/dist/components/portal/index.d.mts +2 -2
- package/dist/components/portal/index.mjs +5 -5
- package/dist/components/presence/index.cjs +5 -5
- package/dist/components/presence/index.d.cts +1 -1
- package/dist/components/presence/index.d.mts +3 -3
- package/dist/components/presence/index.mjs +5 -5
- package/dist/components/progress/index.cjs +8 -7
- package/dist/components/progress/index.d.cts +16 -15
- package/dist/components/progress/index.d.mts +16 -15
- package/dist/components/progress/index.mjs +9 -9
- package/dist/components/qr-code/index.cjs +8 -7
- package/dist/components/qr-code/index.d.cts +12 -11
- package/dist/components/qr-code/index.d.mts +12 -11
- package/dist/components/qr-code/index.mjs +9 -9
- package/dist/components/radio-group/index.cjs +12 -10
- package/dist/components/radio-group/index.d.cts +14 -13
- package/dist/components/radio-group/index.d.mts +14 -13
- package/dist/components/radio-group/index.mjs +13 -12
- package/dist/components/rating-group/index.cjs +12 -10
- package/dist/components/rating-group/index.d.cts +12 -11
- package/dist/components/rating-group/index.d.mts +12 -11
- package/dist/components/rating-group/index.mjs +13 -12
- package/dist/components/scroll-area/index.cjs +8 -7
- package/dist/components/scroll-area/index.d.cts +13 -12
- package/dist/components/scroll-area/index.d.mts +13 -12
- package/dist/components/scroll-area/index.mjs +9 -9
- package/dist/components/segment-group/index.cjs +16 -20
- package/dist/components/segment-group/index.d.cts +13 -16
- package/dist/components/segment-group/index.d.mts +13 -16
- package/dist/components/segment-group/index.mjs +9 -14
- package/dist/components/select/index.cjs +15 -13
- package/dist/components/select/index.d.cts +23 -22
- package/dist/components/select/index.d.mts +24 -23
- package/dist/components/select/index.mjs +17 -16
- package/dist/components/signature-pad/index.cjs +12 -10
- package/dist/components/signature-pad/index.d.cts +14 -13
- package/dist/components/signature-pad/index.d.mts +14 -13
- package/dist/components/signature-pad/index.mjs +13 -12
- package/dist/components/slider/index.cjs +8 -7
- package/dist/components/slider/index.d.cts +18 -17
- package/dist/components/slider/index.d.mts +18 -17
- package/dist/components/slider/index.mjs +9 -9
- package/dist/components/splitter/index.cjs +8 -7
- package/dist/components/splitter/index.d.cts +11 -10
- package/dist/components/splitter/index.d.mts +11 -10
- package/dist/components/splitter/index.mjs +10 -9
- package/dist/components/steps/index.cjs +8 -7
- package/dist/components/steps/index.d.cts +18 -17
- package/dist/components/steps/index.d.mts +18 -17
- package/dist/components/steps/index.mjs +9 -9
- package/dist/components/switch/index.cjs +12 -10
- package/dist/components/switch/index.d.cts +12 -11
- package/dist/components/switch/index.d.mts +12 -11
- package/dist/components/switch/index.mjs +13 -12
- package/dist/components/tabs/index.cjs +11 -10
- package/dist/components/tabs/index.d.cts +13 -12
- package/dist/components/tabs/index.d.mts +13 -12
- package/dist/components/tabs/index.mjs +13 -13
- package/dist/components/tags-input/index.cjs +12 -10
- package/dist/components/tags-input/index.d.cts +18 -17
- package/dist/components/tags-input/index.d.mts +18 -17
- package/dist/components/tags-input/index.mjs +13 -12
- package/dist/components/timer/index.cjs +8 -7
- package/dist/components/timer/index.d.cts +13 -12
- package/dist/components/timer/index.d.mts +13 -12
- package/dist/components/timer/index.mjs +9 -9
- package/dist/components/toast/index.cjs +7 -6
- package/dist/components/toast/index.d.cts +12 -11
- package/dist/components/toast/index.d.mts +12 -11
- package/dist/components/toast/index.mjs +8 -8
- package/dist/components/toggle/index.cjs +8 -13
- package/dist/components/toggle/index.d.cts +6 -9
- package/dist/components/toggle/index.d.mts +6 -9
- package/dist/components/toggle/index.mjs +6 -11
- package/dist/components/toggle-group/index.cjs +8 -7
- package/dist/components/toggle-group/index.d.cts +9 -8
- package/dist/components/toggle-group/index.d.mts +9 -8
- package/dist/components/toggle-group/index.mjs +9 -9
- package/dist/components/tooltip/index.cjs +9 -8
- package/dist/components/tooltip/index.d.cts +15 -14
- package/dist/components/tooltip/index.d.mts +16 -15
- package/dist/components/tooltip/index.mjs +11 -11
- package/dist/components/tour/index.cjs +13 -16
- package/dist/components/tour/index.d.cts +20 -23
- package/dist/components/tour/index.d.mts +21 -24
- package/dist/components/tour/index.mjs +13 -17
- package/dist/components/tree-view/index.cjs +13 -11
- package/dist/components/tree-view/index.d.cts +3 -2
- package/dist/components/tree-view/index.d.mts +6 -5
- package/dist/components/tree-view/index.mjs +12 -11
- package/dist/{core-DCWyxy9D.cjs → core-oy7TWDvO.cjs} +1 -1
- package/dist/{create-context-CQ4U0lLj.cjs → create-context-RCOpQR_m.cjs} +1 -1
- package/dist/date-picker-anatomy-2lDLVU51.d.cts +6 -0
- package/dist/date-picker-anatomy-BrlBabBY.d.mts +6 -0
- package/dist/date-picker-anatomy-BzqdlOHy.cjs +13 -0
- package/dist/date-picker-anatomy-DJjakP4t.mjs +7 -0
- package/dist/dialog-anatomy-4eC72hEa.cjs +1 -0
- package/dist/dialog-anatomy-PFoojjde.d.cts +2 -0
- package/dist/dialog-anatomy-cpl4yRBO.mjs +3 -0
- package/dist/dialog-anatomy-zxpC94aQ.d.mts +2 -0
- package/dist/editable-anatomy--Lprbsy8.cjs +1 -0
- package/dist/editable-anatomy-BvTzcLcu.d.mts +2 -0
- package/dist/editable-anatomy-CGWwse5b.mjs +3 -0
- package/dist/editable-anatomy-ChVmNTaw.d.cts +2 -0
- package/dist/{environment-CvilmfQt.cjs → environment-CxN6E_IC.cjs} +2 -2
- package/dist/{environment-tlwGXNO0.mjs → environment-SaOmH4By.mjs} +1 -1
- package/dist/{factory-cfMsSoBo.mjs → factory-C3MVpSt5.mjs} +1 -1
- package/dist/{factory-C166evrS.cjs → factory-DY9J9D6d.cjs} +1 -1
- package/dist/{field-C-57Gj2E.cjs → field-CLzd5kft.cjs} +16 -27
- package/dist/{field-gOd2zfjb.mjs → field-ERrPWOxL.mjs} +11 -16
- package/dist/field-anatomy-BOnai41v.cjs +20 -0
- package/dist/field-anatomy-CDkbXwWy.d.mts +6 -0
- package/dist/field-anatomy-LiwjUzYX.mjs +8 -0
- package/dist/field-anatomy-TjI_6UiL.d.cts +6 -0
- package/dist/{fieldset-B-MkM2Ms.cjs → fieldset-5OWGQQeF.cjs} +11 -22
- package/dist/{fieldset-BEq6qoMh.mjs → fieldset-DlLdnWb8.mjs} +10 -15
- package/dist/fieldset-anatomy-ByFjQHbS.mjs +8 -0
- package/dist/fieldset-anatomy-DR8WEwsX.d.mts +6 -0
- package/dist/fieldset-anatomy-MfvteTea.d.cts +6 -0
- package/dist/fieldset-anatomy-V8OKt2Kh.cjs +20 -0
- package/dist/file-upload-anatomy-CSLpjY81.d.cts +2 -0
- package/dist/file-upload-anatomy-CVajVfa9.d.mts +2 -0
- package/dist/file-upload-anatomy-CVobYhZV.cjs +1 -0
- package/dist/file-upload-anatomy-DXyKjjeg.mjs +3 -0
- package/dist/floating-panel-anatomy-CG9s4mqd.cjs +1 -0
- package/dist/floating-panel-anatomy-CZOU8n0A.mjs +3 -0
- package/dist/floating-panel-anatomy-CocrO3J-.d.mts +2 -0
- package/dist/floating-panel-anatomy-uaCG0I0g.d.cts +2 -0
- package/dist/hover-card-anatomy-B3iayejx.d.mts +2 -0
- package/dist/hover-card-anatomy-ByW_9zER.d.cts +2 -0
- package/dist/hover-card-anatomy-DOBXa3L0.mjs +3 -0
- package/dist/hover-card-anatomy-XAzrKFqw.cjs +1 -0
- package/dist/image-cropper-anatomy-CYW_XdMj.mjs +3 -0
- package/dist/image-cropper-anatomy-DBqhXOyb.d.cts +2 -0
- package/dist/image-cropper-anatomy-OMUmSlmh.cjs +1 -0
- package/dist/image-cropper-anatomy-bs7Efinl.d.mts +2 -0
- package/dist/{index-CceDvJme.d.cts → index-1_WyzYC0.d.mts} +27 -27
- package/dist/{index-BTuBtHhO.d.cts → index-BuMIGScO.d.cts} +7 -7
- package/dist/{index-BFMTj3aZ.d.mts → index-CQvWsTAJ.d.cts} +25 -25
- package/dist/index-CVR-XtKc.d.mts +97 -0
- package/dist/index-CVePF5vp.d.cts +109 -0
- package/dist/{index-zgzvveQM.d.mts → index-D_ytaexs.d.mts} +7 -7
- package/dist/index.cjs +407 -7
- package/dist/index.d.cts +56 -6
- package/dist/index.d.mts +56 -6
- package/dist/index.mjs +127 -8
- package/dist/listbox-anatomy-BH-gV3e9.mjs +7 -0
- package/dist/listbox-anatomy-D2RQsV2e.d.cts +6 -0
- package/dist/listbox-anatomy-K-QD2oWg.d.mts +6 -0
- package/dist/listbox-anatomy-gkGe68ws.cjs +13 -0
- package/dist/{locale-BmYiujeK.mjs → locale-Bsrr4Z-J.mjs} +1 -1
- package/dist/{locale-BcnWD1Hf.cjs → locale-D3raWtvM.cjs} +2 -2
- package/dist/marquee-anatomy-C9HAWHcH.d.cts +2 -0
- package/dist/marquee-anatomy-D1eUA9sr.mjs +3 -0
- package/dist/marquee-anatomy-D6mTt9xn.d.mts +2 -0
- package/dist/marquee-anatomy-W0jdOy7x.cjs +1 -0
- package/dist/menu-anatomy-BEImqCYk.mjs +3 -0
- package/dist/menu-anatomy-C4Rj1xEF.cjs +1 -0
- package/dist/navigation-menu-anatomy-BLWGtaTR.d.mts +2 -0
- package/dist/navigation-menu-anatomy-CYdBz045.mjs +3 -0
- package/dist/navigation-menu-anatomy-Dv0Nhwjm.d.cts +2 -0
- package/dist/navigation-menu-anatomy-eQxlXc6C.cjs +1 -0
- package/dist/number-input-anatomy-CbyaS_2k.d.mts +2 -0
- package/dist/number-input-anatomy-Cj83j2Bi.cjs +1 -0
- package/dist/number-input-anatomy-D74_w7aW.d.cts +2 -0
- package/dist/number-input-anatomy-nr2e4x5y.mjs +3 -0
- package/dist/pagination-anatomy-CWjoE6_C.cjs +1 -0
- package/dist/pagination-anatomy-D5kUtIjp.d.cts +2 -0
- package/dist/pagination-anatomy-DYcuGRAe.d.mts +2 -0
- package/dist/pagination-anatomy-mB3EiIXL.mjs +3 -0
- package/dist/password-input-anatomy-BpA7ZmUl.d.cts +2 -0
- package/dist/password-input-anatomy-CGyIpCw1.d.mts +2 -0
- package/dist/password-input-anatomy-D6tB1yTQ.mjs +3 -0
- package/dist/password-input-anatomy-Dx7zK78c.cjs +1 -0
- package/dist/pin-input-anatomy-1dD0f2mO.d.cts +2 -0
- package/dist/pin-input-anatomy-By-l4RXT.mjs +3 -0
- package/dist/pin-input-anatomy-DveeqgLN.cjs +1 -0
- package/dist/pin-input-anatomy-vXC3GGhL.d.mts +2 -0
- package/dist/popover-anatomy-CfpIYZIo.cjs +1 -0
- package/dist/popover-anatomy-D9qirge6.d.cts +2 -0
- package/dist/popover-anatomy-DfuR3Cao.d.mts +2 -0
- package/dist/popover-anatomy-gGz0lr7q.mjs +3 -0
- package/dist/{portal-DRyJqgA1.cjs → portal-CtFhUnti.cjs} +2 -2
- package/dist/{portal-KVRub3AL.mjs → portal-DPViYwN5.mjs} +1 -1
- package/dist/{presence-CxbyNsuo.mjs → presence-Dn_PF98l.mjs} +6 -6
- package/dist/{presence-CPov8wyU.cjs → presence-r3UGqxcZ.cjs} +6 -6
- package/dist/progress-anatomy-BrCRtxUf.d.cts +2 -0
- package/dist/progress-anatomy-BtdAT4dQ.cjs +1 -0
- package/dist/progress-anatomy-CXZavO9I.mjs +3 -0
- package/dist/progress-anatomy-DYDKsx2c.d.mts +2 -0
- package/dist/qr-code-anatomy-BHloN_cN.d.mts +2 -0
- package/dist/qr-code-anatomy-C85oQynS.mjs +3 -0
- package/dist/qr-code-anatomy-D5nOi2TD.d.cts +2 -0
- package/dist/qr-code-anatomy-FhaJsZF4.cjs +1 -0
- package/dist/radio-group-anatomy-B5WYKEEO.d.mts +2 -0
- package/dist/radio-group-anatomy-CAh5fkBu.cjs +1 -0
- package/dist/radio-group-anatomy-DKUNIvEg.d.cts +2 -0
- package/dist/radio-group-anatomy-g0KbN9pG.mjs +3 -0
- package/dist/rating-group-anatomy-CIenK6IJ.d.mts +2 -0
- package/dist/rating-group-anatomy-Cc8bBTCG.d.cts +2 -0
- package/dist/rating-group-anatomy-Dqe5gIjm.cjs +1 -0
- package/dist/rating-group-anatomy-nPxqE8fz.mjs +3 -0
- package/dist/{render-strategy-BywM_IvB.cjs → render-strategy-BFt8QN3v.cjs} +2 -2
- package/dist/{render-strategy-BakagjKt.mjs → render-strategy-DB0paNe_.mjs} +2 -2
- package/dist/scroll-area-anatomy-BC4pduog.mjs +3 -0
- package/dist/scroll-area-anatomy-Bj-dZIOP.d.cts +2 -0
- package/dist/scroll-area-anatomy-CGAClGED.cjs +1 -0
- package/dist/scroll-area-anatomy-M0Akp5gM.d.mts +2 -0
- package/dist/segment-group-anatomy-B-X8Uf79.d.cts +6 -0
- package/dist/segment-group-anatomy-C9nG0XXn.mjs +8 -0
- package/dist/segment-group-anatomy-CDEx99ku.cjs +20 -0
- package/dist/segment-group-anatomy-CH2JEagV.d.mts +6 -0
- package/dist/select-anatomy-ANZvJnFP.d.mts +2 -0
- package/dist/select-anatomy-B3DAdkuc.mjs +3 -0
- package/dist/select-anatomy-BgUycplU.d.cts +2 -0
- package/dist/select-anatomy-Ld7p8M5i.cjs +1 -0
- package/dist/signature-pad-anatomy-B0NXQjlM.d.mts +2 -0
- package/dist/signature-pad-anatomy-CCzIExLN.cjs +1 -0
- package/dist/signature-pad-anatomy-D-rUbP-D.mjs +3 -0
- package/dist/signature-pad-anatomy-tlcST0A9.d.cts +2 -0
- package/dist/slider-anatomy-CHAVNrE-.mjs +3 -0
- package/dist/slider-anatomy-DeuOu_yr.d.cts +2 -0
- package/dist/slider-anatomy-bB2ZN_7v.d.mts +2 -0
- package/dist/slider-anatomy-ib0bbh6R.cjs +1 -0
- package/dist/splitter-anatomy-BdgcwAeU.d.cts +2 -0
- package/dist/splitter-anatomy-CQ0ixNs0.cjs +1 -0
- package/dist/splitter-anatomy-cxmhm9P1.d.mts +2 -0
- package/dist/splitter-anatomy-lw9nN6Os.mjs +3 -0
- package/dist/steps-anatomy-BG7X0r1U.cjs +1 -0
- package/dist/steps-anatomy-Bplgb53H.d.cts +2 -0
- package/dist/steps-anatomy-L29X5b54.mjs +3 -0
- package/dist/steps-anatomy-l_xACyQU.d.mts +2 -0
- package/dist/switch-anatomy-25XoRlF9.mjs +3 -0
- package/dist/switch-anatomy-Ci-WWIh0.d.cts +2 -0
- package/dist/switch-anatomy-DLkJh8dW.d.mts +2 -0
- package/dist/switch-anatomy-DZWXiPbY.cjs +1 -0
- package/dist/tabs-anatomy-BFkzSLmz.mjs +3 -0
- package/dist/tabs-anatomy-CRbdY2Vx.cjs +1 -0
- package/dist/tabs-anatomy-DAH6NsVY.d.mts +2 -0
- package/dist/tabs-anatomy-DX2Jj16R.d.cts +2 -0
- package/dist/tags-input-anatomy-B6yIvWqq.d.cts +2 -0
- package/dist/tags-input-anatomy-CWuQ53YR.mjs +3 -0
- package/dist/tags-input-anatomy-CfqbAIl5.d.mts +2 -0
- package/dist/tags-input-anatomy-mr-aRBvG.cjs +1 -0
- package/dist/timer-anatomy-D543fp4K.d.mts +2 -0
- package/dist/timer-anatomy-DUm5g1bg.cjs +1 -0
- package/dist/timer-anatomy-DYCbV039.d.cts +2 -0
- package/dist/timer-anatomy-DkIszKtE.mjs +3 -0
- package/dist/toast-anatomy--lxC6HXz.d.mts +2 -0
- package/dist/toast-anatomy-BfJGt5x2.mjs +3 -0
- package/dist/toast-anatomy-BgE_vsnK.d.cts +2 -0
- package/dist/toast-anatomy-Cov6ubHd.cjs +1 -0
- package/dist/toggle-anatomy-B2qpyV_G.cjs +14 -0
- package/dist/toggle-anatomy-BF_-e1BY.d.mts +6 -0
- package/dist/toggle-anatomy-Bvt2A4DJ.mjs +8 -0
- package/dist/toggle-anatomy-CQ1yDXok.d.cts +6 -0
- package/dist/toggle-group-anatomy-CseKfB3J.d.cts +2 -0
- package/dist/toggle-group-anatomy-GDUrGh2o.d.mts +2 -0
- package/dist/toggle-group-anatomy-SP8ZILZJ.cjs +1 -0
- package/dist/toggle-group-anatomy-pDG2YN1o.mjs +3 -0
- package/dist/tooltip-anatomy-BCTV9bmg.d.mts +2 -0
- package/dist/tooltip-anatomy-BXJ3m4JD.d.cts +2 -0
- package/dist/tooltip-anatomy-DQTI7HuY.cjs +1 -0
- package/dist/tooltip-anatomy-Da49BV-l.mjs +3 -0
- package/dist/tour-anatomy-Cn7I6DSK.d.mts +6 -0
- package/dist/tour-anatomy-DL4J6JoA.cjs +13 -0
- package/dist/tour-anatomy-DQvEQ0So.mjs +7 -0
- package/dist/tour-anatomy-qnwrcajb.d.cts +6 -0
- package/dist/{tree-view-DsOPEocd.cjs → tree-view-B733zQBl.cjs} +9 -9
- package/dist/{tree-view-D3_iO1Yt.mjs → tree-view-DFKSWAQJ.mjs} +10 -11
- package/dist/tree-view-anatomy-BKVVcKzs.d.mts +2 -0
- package/dist/tree-view-anatomy-BbXee4_Y.d.cts +2 -0
- package/dist/tree-view-anatomy-D-b5x1IP.cjs +1 -0
- package/dist/tree-view-anatomy-DAP4zwFO.mjs +3 -0
- package/dist/{use-event-CLH8zHoJ.cjs → use-event-C9pVOtdG.cjs} +1 -1
- package/dist/{use-fieldset-context-BhJsLpTP.mjs → use-fieldset-context-DMlYDhkR.mjs} +1 -1
- package/dist/{use-fieldset-context-CCQLmNLL.cjs → use-fieldset-context-Dxzjsaww.cjs} +1 -1
- package/dist/{use-safe-layout-effect-C2GgvNT3.cjs → use-safe-layout-effect-ae91TgDe.cjs} +1 -1
- package/dist/utils/index.cjs +2 -2
- package/dist/utils/index.d.cts +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +2 -2
- package/dist/chunk-Bw6_Qrqn.mjs +0 -18
- package/dist/index-BCPLfgXO.d.cts +0 -52
- package/dist/index-Z3NG9Uo-.d.mts +0 -40
- /package/dist/{compose-refs-DSWOgxGb.mjs → compose-refs-DtS_RGf4.mjs} +0 -0
- /package/dist/{core-CAwCcfBy.mjs → core-D5Nn8Do7.mjs} +0 -0
- /package/dist/{create-context-B-_JrOL2.mjs → create-context-C9f3ZSYn.mjs} +0 -0
- /package/dist/{create-split-props-Dp4TWOyM.cjs → create-split-props-3uzAEUIm.cjs} +0 -0
- /package/dist/{create-split-props-BjYU0VXX.mjs → create-split-props-ButBrlN-.mjs} +0 -0
- /package/dist/{factory-Fen9bAK7.d.mts → factory-BqX8l4xK.d.cts} +0 -0
- /package/dist/{factory-dXEes8-E.d.cts → factory-FP_lLEyP.d.mts} +0 -0
- /package/dist/{index-BHMQ8oZ_.d.mts → index-CY4q0enN.d.mts} +0 -0
- /package/dist/{index-D5x5-_6p.d.cts → index-D43NaN4q.d.cts} +0 -0
- /package/dist/{index-Kf5h4wwZ.d.cts → index-g-TCevCo.d.cts} +0 -0
- /package/dist/{index-DFbafCkW.d.mts → index-vQ9UMDY6.d.mts} +0 -0
- /package/dist/{index-BVPDbcQQ.d.mts → index-vVsZQ4T1.d.mts} +0 -0
- /package/dist/{normalize-props-Ddn7AQaE.d.cts → normalize-props-BeSH6oua.d.cts} +0 -0
- /package/dist/{providers-DPvEY1gv.mjs → providers-Dhji4k4B.mjs} +0 -0
- /package/dist/{render-strategy-B_O9rJFa.d.cts → render-strategy-CaB6s5ot.d.cts} +0 -0
- /package/dist/{render-strategy-DHJmxfwl.d.mts → render-strategy-xT5FMQr3.d.mts} +0 -0
- /package/dist/{types-0lfB8uM7.d.cts → types-CCi_nex5.d.cts} +0 -0
- /package/dist/{types-C61WyxPn.d.mts → types-DRV9A4aT.d.mts} +0 -0
- /package/dist/{use-event-CjjVkASI.mjs → use-event-C9vp_bYl.mjs} +0 -0
- /package/dist/{use-safe-layout-effect-B6ZrTy_c.mjs → use-safe-layout-effect-c21-N1lb.mjs} +0 -0
- /package/dist/{utils-BFOdioBT.mjs → utils-VISpNOGe.mjs} +0 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { r as PropTypes } from "../../index-
|
|
2
|
-
import { r as Optional } from "../../types-
|
|
3
|
-
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-
|
|
4
|
-
import
|
|
1
|
+
import { r as PropTypes } from "../../index-vVsZQ4T1.mjs";
|
|
2
|
+
import { r as Optional } from "../../types-DRV9A4aT.mjs";
|
|
3
|
+
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-FP_lLEyP.mjs";
|
|
4
|
+
import { t as imageCropperAnatomy } from "../../image-cropper-anatomy-bs7Efinl.mjs";
|
|
5
|
+
import * as react929 from "react";
|
|
5
6
|
import { ReactNode } from "react";
|
|
6
7
|
import * as imageCropper from "@sprawlify/primitives/machines/image-cropper";
|
|
7
|
-
import { CropChangeDetails, CropChangeDetails as ImageCropperCropChangeDetails, FlipChangeDetails, FlipChangeDetails as ImageCropperFlipChangeDetails, FlipState, FlipState as ImageCropperFlipState, GridProps, HandlePosition, HandlePosition as ImageCropperHandlePosition, HandleProps, PreviewDescriptionDetails, RotationChangeDetails, RotationChangeDetails as ImageCropperRotationChangeDetails, SelectionLabelDetails, SelectionValueTextDetails, ZoomChangeDetails, ZoomChangeDetails as ImageCropperZoomChangeDetails,
|
|
8
|
+
import { CropChangeDetails, CropChangeDetails as ImageCropperCropChangeDetails, FlipChangeDetails, FlipChangeDetails as ImageCropperFlipChangeDetails, FlipState, FlipState as ImageCropperFlipState, GridProps, HandlePosition, HandlePosition as ImageCropperHandlePosition, HandleProps, PreviewDescriptionDetails, RotationChangeDetails, RotationChangeDetails as ImageCropperRotationChangeDetails, SelectionLabelDetails, SelectionValueTextDetails, ZoomChangeDetails, ZoomChangeDetails as ImageCropperZoomChangeDetails, handles } from "@sprawlify/primitives/machines/image-cropper";
|
|
8
9
|
|
|
9
10
|
//#region src/components/image-cropper/use-image-cropper.d.ts
|
|
10
11
|
interface UseImageCropperProps extends Optional<Omit<imageCropper.Props, "dir" | "getRootNode">, "id"> {}
|
|
@@ -23,22 +24,22 @@ declare const ImageCropperContext: (props: ImageCropperContextProps) => ReactNod
|
|
|
23
24
|
//#region src/components/image-cropper/image-cropper-grid.d.ts
|
|
24
25
|
interface ImageCropperGridBaseProps extends PolymorphicProps, GridProps {}
|
|
25
26
|
interface ImageCropperGridProps extends HTMLProps<"div">, ImageCropperGridBaseProps {}
|
|
26
|
-
declare const ImageCropperGrid:
|
|
27
|
+
declare const ImageCropperGrid: react929.ForwardRefExoticComponent<ImageCropperGridProps & react929.RefAttributes<HTMLDivElement>>;
|
|
27
28
|
//#endregion
|
|
28
29
|
//#region src/components/image-cropper/image-cropper-handle.d.ts
|
|
29
30
|
interface ImageCropperHandleBaseProps extends PolymorphicProps, HandleProps {}
|
|
30
31
|
interface ImageCropperHandleProps extends HTMLProps<"div">, ImageCropperHandleBaseProps {}
|
|
31
|
-
declare const ImageCropperHandle:
|
|
32
|
+
declare const ImageCropperHandle: react929.ForwardRefExoticComponent<ImageCropperHandleProps & react929.RefAttributes<HTMLDivElement>>;
|
|
32
33
|
//#endregion
|
|
33
34
|
//#region src/components/image-cropper/image-cropper-image.d.ts
|
|
34
35
|
interface ImageCropperImageBaseProps extends PolymorphicProps {}
|
|
35
36
|
interface ImageCropperImageProps extends HTMLProps<"img">, ImageCropperImageBaseProps {}
|
|
36
|
-
declare const ImageCropperImage:
|
|
37
|
+
declare const ImageCropperImage: react929.ForwardRefExoticComponent<ImageCropperImageProps & react929.RefAttributes<HTMLImageElement>>;
|
|
37
38
|
//#endregion
|
|
38
39
|
//#region src/components/image-cropper/image-cropper-root.d.ts
|
|
39
40
|
interface ImageCropperRootBaseProps extends UseImageCropperProps, PolymorphicProps {}
|
|
40
41
|
interface ImageCropperRootProps extends HTMLProps<"div">, ImageCropperRootBaseProps {}
|
|
41
|
-
declare const ImageCropperRoot:
|
|
42
|
+
declare const ImageCropperRoot: react929.ForwardRefExoticComponent<ImageCropperRootProps & react929.RefAttributes<HTMLDivElement>>;
|
|
42
43
|
//#endregion
|
|
43
44
|
//#region src/components/image-cropper/image-cropper-root-provider.d.ts
|
|
44
45
|
interface RootProviderProps {
|
|
@@ -46,17 +47,17 @@ interface RootProviderProps {
|
|
|
46
47
|
}
|
|
47
48
|
interface ImageCropperRootProviderBaseProps extends RootProviderProps, PolymorphicProps {}
|
|
48
49
|
interface ImageCropperRootProviderProps extends HTMLProps<"div">, ImageCropperRootProviderBaseProps {}
|
|
49
|
-
declare const ImageCropperRootProvider:
|
|
50
|
+
declare const ImageCropperRootProvider: react929.ForwardRefExoticComponent<ImageCropperRootProviderProps & react929.RefAttributes<HTMLDivElement>>;
|
|
50
51
|
//#endregion
|
|
51
52
|
//#region src/components/image-cropper/image-cropper-selection.d.ts
|
|
52
53
|
interface ImageCropperSelectionBaseProps extends PolymorphicProps {}
|
|
53
54
|
interface ImageCropperSelectionProps extends HTMLProps<"div">, ImageCropperSelectionBaseProps {}
|
|
54
|
-
declare const ImageCropperSelection:
|
|
55
|
+
declare const ImageCropperSelection: react929.ForwardRefExoticComponent<ImageCropperSelectionProps & react929.RefAttributes<HTMLDivElement>>;
|
|
55
56
|
//#endregion
|
|
56
57
|
//#region src/components/image-cropper/image-cropper-viewport.d.ts
|
|
57
58
|
interface ImageCropperViewportBaseProps extends PolymorphicProps {}
|
|
58
59
|
interface ImageCropperViewportProps extends HTMLProps<"div">, ImageCropperViewportBaseProps {}
|
|
59
|
-
declare const ImageCropperViewport:
|
|
60
|
+
declare const ImageCropperViewport: react929.ForwardRefExoticComponent<ImageCropperViewportProps & react929.RefAttributes<HTMLDivElement>>;
|
|
60
61
|
declare namespace image_cropper_d_exports {
|
|
61
62
|
export { ImageCropperContext as Context, ImageCropperContextProps as ContextProps, CropChangeDetails, FlipChangeDetails, FlipState, ImageCropperGrid as Grid, ImageCropperGridBaseProps as GridBaseProps, ImageCropperGridProps as GridProps, ImageCropperHandle as Handle, ImageCropperHandleBaseProps as HandleBaseProps, HandlePosition, ImageCropperHandleProps as HandleProps, ImageCropperImage as Image, ImageCropperImageBaseProps as ImageBaseProps, ImageCropperImageProps as ImageProps, PreviewDescriptionDetails, ImageCropperRoot as Root, ImageCropperRootBaseProps as RootBaseProps, ImageCropperRootProps as RootProps, ImageCropperRootProvider as RootProvider, ImageCropperRootProviderBaseProps as RootProviderBaseProps, ImageCropperRootProviderProps as RootProviderProps, RotationChangeDetails, ImageCropperSelection as Selection, ImageCropperSelectionBaseProps as SelectionBaseProps, SelectionLabelDetails, ImageCropperSelectionProps as SelectionProps, SelectionValueTextDetails, ImageCropperViewport as Viewport, ImageCropperViewportBaseProps as ViewportBaseProps, ImageCropperViewportProps as ViewportProps, ZoomChangeDetails, handles };
|
|
62
63
|
}
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
import { t as __export } from "../../chunk-
|
|
2
|
-
import { i as useMachine, r as normalizeProps, t as mergeProps } from "../../core-
|
|
3
|
-
import { t as createContext$1 } from "../../create-context-
|
|
4
|
-
import { n as useEnvironmentContext } from "../../environment-
|
|
5
|
-
import { i as useLocaleContext } from "../../locale-
|
|
6
|
-
import "../../providers-
|
|
7
|
-
import { n as sprawlify } from "../../factory-
|
|
8
|
-
import { t as
|
|
1
|
+
import { t as __export } from "../../chunk-C59VKDyD.mjs";
|
|
2
|
+
import { i as useMachine, r as normalizeProps, t as mergeProps } from "../../core-D5Nn8Do7.mjs";
|
|
3
|
+
import { t as createContext$1 } from "../../create-context-C9f3ZSYn.mjs";
|
|
4
|
+
import { n as useEnvironmentContext } from "../../environment-SaOmH4By.mjs";
|
|
5
|
+
import { i as useLocaleContext } from "../../locale-Bsrr4Z-J.mjs";
|
|
6
|
+
import "../../providers-Dhji4k4B.mjs";
|
|
7
|
+
import { n as sprawlify } from "../../factory-C3MVpSt5.mjs";
|
|
8
|
+
import { t as imageCropperAnatomy } from "../../image-cropper-anatomy-CYW_XdMj.mjs";
|
|
9
|
+
import { t as createSplitProps } from "../../create-split-props-ButBrlN-.mjs";
|
|
9
10
|
import { forwardRef, useId } from "react";
|
|
10
11
|
import { jsx } from "react/jsx-runtime";
|
|
11
12
|
import * as imageCropper from "@sprawlify/primitives/machines/image-cropper";
|
|
12
|
-
import {
|
|
13
|
+
import { handles } from "@sprawlify/primitives/machines/image-cropper";
|
|
13
14
|
|
|
14
15
|
//#region src/components/image-cropper/use-image-cropper-context.ts
|
|
15
16
|
const [ImageCropperProvider, useImageCropperContext] = createContext$1({
|
|
@@ -1,16 +1,18 @@
|
|
|
1
|
-
const require_chunk = require('../../chunk-
|
|
2
|
-
require('../../core-
|
|
3
|
-
const require_create_context = require('../../create-context-
|
|
4
|
-
require('../../environment-
|
|
5
|
-
require('../../locale-
|
|
1
|
+
const require_chunk = require('../../chunk-Dsw3YZHa.cjs');
|
|
2
|
+
require('../../core-oy7TWDvO.cjs');
|
|
3
|
+
const require_create_context = require('../../create-context-RCOpQR_m.cjs');
|
|
4
|
+
require('../../environment-CxN6E_IC.cjs');
|
|
5
|
+
require('../../locale-D3raWtvM.cjs');
|
|
6
6
|
require('../../providers-BNAArubQ.cjs');
|
|
7
|
-
require('../../factory-
|
|
8
|
-
require('../../collapsible-
|
|
9
|
-
|
|
10
|
-
require('../../
|
|
11
|
-
require('../../
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
require('../../factory-DY9J9D6d.cjs');
|
|
8
|
+
require('../../collapsible-anatomy-CgzhYqkh.cjs');
|
|
9
|
+
require('../../tree-view-anatomy-D-b5x1IP.cjs');
|
|
10
|
+
require('../../collapsible-DxwYYaHu.cjs');
|
|
11
|
+
const require_create_split_props = require('../../create-split-props-3uzAEUIm.cjs');
|
|
12
|
+
require('../../render-strategy-BFt8QN3v.cjs');
|
|
13
|
+
require('../../use-event-C9pVOtdG.cjs');
|
|
14
|
+
const require_collection = require('../../collection-vSAfeUyg.cjs');
|
|
15
|
+
const require_tree_view = require('../../tree-view-B733zQBl.cjs');
|
|
14
16
|
let react = require("react");
|
|
15
17
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
16
18
|
let __sprawlify_primitives_json_tree_utils = require("@sprawlify/primitives/json-tree-utils");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import * as
|
|
1
|
+
import { N as TreeViewRootProps, O as TreeViewRootProviderProps, it as UseTreeViewReturn, rt as UseTreeViewProps, w as TreeViewTreeProps } from "../../index-CQvWsTAJ.cjs";
|
|
2
|
+
import * as react2 from "react";
|
|
3
3
|
import { JsonNode, JsonNodeHastElement, JsonNodePreviewOptions } from "@sprawlify/primitives/json-tree-utils";
|
|
4
4
|
|
|
5
5
|
//#region src/components/json-tree-view/json-tree-view-props-context.d.ts
|
|
@@ -12,11 +12,11 @@ interface JsonTreeViewRootProps extends Omit<TreeViewRootProps<JsonNode>, "colle
|
|
|
12
12
|
data: unknown;
|
|
13
13
|
defaultExpandedDepth?: number;
|
|
14
14
|
}
|
|
15
|
-
declare const JsonTreeViewRoot:
|
|
15
|
+
declare const JsonTreeViewRoot: react2.ForwardRefExoticComponent<JsonTreeViewRootProps & react2.RefAttributes<HTMLDivElement>>;
|
|
16
16
|
//#endregion
|
|
17
17
|
//#region src/components/json-tree-view/json-tree-view-root-provider.d.ts
|
|
18
18
|
interface JsonTreeViewRootProviderProps extends TreeViewRootProviderProps<JsonNode> {}
|
|
19
|
-
declare const JsonTreeViewRootProvider:
|
|
19
|
+
declare const JsonTreeViewRootProvider: react2.ForwardRefExoticComponent<JsonTreeViewRootProviderProps & react2.RefAttributes<HTMLDivElement>>;
|
|
20
20
|
//#endregion
|
|
21
21
|
//#region src/components/json-tree-view/json-tree-view-node.d.ts
|
|
22
22
|
interface JsonTreeViewNodeBaseProps {
|
|
@@ -27,7 +27,7 @@ interface JsonTreeViewNodeBaseProps {
|
|
|
27
27
|
//#endregion
|
|
28
28
|
//#region src/components/json-tree-view/json-tree-view-tree.d.ts
|
|
29
29
|
interface JsonTreeViewTreeProps extends TreeViewTreeProps, JsonTreeViewNodeBaseProps {}
|
|
30
|
-
declare const JsonTreeViewTree:
|
|
30
|
+
declare const JsonTreeViewTree: react2.ForwardRefExoticComponent<JsonTreeViewTreeProps & react2.RefAttributes<HTMLDivElement>>;
|
|
31
31
|
//#endregion
|
|
32
32
|
//#region src/components/json-tree-view/use-json-tree-view.d.ts
|
|
33
33
|
interface UseJsonTreeViewProps extends Omit<UseTreeViewProps<JsonNode>, "collection"> {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "../../index-
|
|
2
|
-
import "../../factory-
|
|
3
|
-
import "../../render-strategy-
|
|
4
|
-
import "../../index-
|
|
5
|
-
import {
|
|
6
|
-
import * as
|
|
1
|
+
import "../../index-vVsZQ4T1.mjs";
|
|
2
|
+
import "../../factory-FP_lLEyP.mjs";
|
|
3
|
+
import "../../render-strategy-xT5FMQr3.mjs";
|
|
4
|
+
import "../../index-CY4q0enN.mjs";
|
|
5
|
+
import { N as TreeViewRootProps, O as TreeViewRootProviderProps, it as UseTreeViewReturn, rt as UseTreeViewProps, w as TreeViewTreeProps } from "../../index-1_WyzYC0.mjs";
|
|
6
|
+
import * as react245 from "react";
|
|
7
7
|
import "react/jsx-runtime";
|
|
8
8
|
import { JsonNode, JsonNodeHastElement, JsonNodePreviewOptions } from "@sprawlify/primitives/json-tree-utils";
|
|
9
9
|
|
|
@@ -17,11 +17,11 @@ interface JsonTreeViewRootProps extends Omit<TreeViewRootProps<JsonNode>, "colle
|
|
|
17
17
|
data: unknown;
|
|
18
18
|
defaultExpandedDepth?: number;
|
|
19
19
|
}
|
|
20
|
-
declare const JsonTreeViewRoot:
|
|
20
|
+
declare const JsonTreeViewRoot: react245.ForwardRefExoticComponent<JsonTreeViewRootProps & react245.RefAttributes<HTMLDivElement>>;
|
|
21
21
|
//#endregion
|
|
22
22
|
//#region src/components/json-tree-view/json-tree-view-root-provider.d.ts
|
|
23
23
|
interface JsonTreeViewRootProviderProps extends TreeViewRootProviderProps<JsonNode> {}
|
|
24
|
-
declare const JsonTreeViewRootProvider:
|
|
24
|
+
declare const JsonTreeViewRootProvider: react245.ForwardRefExoticComponent<JsonTreeViewRootProviderProps & react245.RefAttributes<HTMLDivElement>>;
|
|
25
25
|
//#endregion
|
|
26
26
|
//#region src/components/json-tree-view/json-tree-view-node.d.ts
|
|
27
27
|
interface JsonTreeViewNodeBaseProps {
|
|
@@ -32,7 +32,7 @@ interface JsonTreeViewNodeBaseProps {
|
|
|
32
32
|
//#endregion
|
|
33
33
|
//#region src/components/json-tree-view/json-tree-view-tree.d.ts
|
|
34
34
|
interface JsonTreeViewTreeProps extends TreeViewTreeProps, JsonTreeViewNodeBaseProps {}
|
|
35
|
-
declare const JsonTreeViewTree:
|
|
35
|
+
declare const JsonTreeViewTree: react245.ForwardRefExoticComponent<JsonTreeViewTreeProps & react245.RefAttributes<HTMLDivElement>>;
|
|
36
36
|
//#endregion
|
|
37
37
|
//#region src/components/json-tree-view/use-json-tree-view.d.ts
|
|
38
38
|
interface UseJsonTreeViewProps extends Omit<UseTreeViewProps<JsonNode>, "collection"> {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { t as __export } from "../../chunk-
|
|
2
|
-
import "../../core-
|
|
3
|
-
import { t as createContext$1 } from "../../create-context-
|
|
4
|
-
import "../../environment-
|
|
5
|
-
import "../../locale-
|
|
6
|
-
import "../../providers-
|
|
7
|
-
import "../../factory-
|
|
8
|
-
import "../../collapsible-
|
|
9
|
-
import { t as createSplitProps } from "../../create-split-props-
|
|
10
|
-
import "../../render-strategy-
|
|
11
|
-
import "../../use-event-
|
|
12
|
-
import { a as createTreeCollection } from "../../collection-
|
|
13
|
-
import {
|
|
1
|
+
import { t as __export } from "../../chunk-C59VKDyD.mjs";
|
|
2
|
+
import "../../core-D5Nn8Do7.mjs";
|
|
3
|
+
import { t as createContext$1 } from "../../create-context-C9f3ZSYn.mjs";
|
|
4
|
+
import "../../environment-SaOmH4By.mjs";
|
|
5
|
+
import "../../locale-Bsrr4Z-J.mjs";
|
|
6
|
+
import "../../providers-Dhji4k4B.mjs";
|
|
7
|
+
import "../../factory-C3MVpSt5.mjs";
|
|
8
|
+
import "../../collapsible-GkC3RzgL.mjs";
|
|
9
|
+
import { t as createSplitProps } from "../../create-split-props-ButBrlN-.mjs";
|
|
10
|
+
import "../../render-strategy-DB0paNe_.mjs";
|
|
11
|
+
import "../../use-event-C9vp_bYl.mjs";
|
|
12
|
+
import { a as createTreeCollection } from "../../collection-DC2n80Ca.mjs";
|
|
13
|
+
import { S as TreeViewBranch, _ as TreeViewBranchText, a as TreeViewTree, b as TreeViewBranchControl, c as useTreeView, f as TreeViewItemText, l as TreeViewNodeProvider, m as TreeViewItem, o as TreeViewRootProvider, s as TreeViewRoot, v as TreeViewBranchIndicator, w as useTreeViewContext, x as TreeViewBranchContent, y as TreeViewBranchIndentGuide } from "../../tree-view-DFKSWAQJ.mjs";
|
|
14
14
|
import { forwardRef, useMemo } from "react";
|
|
15
15
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
16
16
|
import { getAccessibleDescription, getRootNode, jsonNodeToElement, keyPathToKey, nodeToString, nodeToValue } from "@sprawlify/primitives/json-tree-utils";
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
const require_chunk = require('../../chunk-
|
|
2
|
-
const require_core = require('../../core-
|
|
3
|
-
const require_create_context = require('../../create-context-
|
|
4
|
-
const require_environment = require('../../environment-
|
|
5
|
-
const require_locale = require('../../locale-
|
|
1
|
+
const require_chunk = require('../../chunk-Dsw3YZHa.cjs');
|
|
2
|
+
const require_core = require('../../core-oy7TWDvO.cjs');
|
|
3
|
+
const require_create_context = require('../../create-context-RCOpQR_m.cjs');
|
|
4
|
+
const require_environment = require('../../environment-CxN6E_IC.cjs');
|
|
5
|
+
const require_locale = require('../../locale-D3raWtvM.cjs');
|
|
6
6
|
require('../../providers-BNAArubQ.cjs');
|
|
7
|
-
const require_factory = require('../../factory-
|
|
8
|
-
const
|
|
9
|
-
require('../../
|
|
10
|
-
|
|
7
|
+
const require_factory = require('../../factory-DY9J9D6d.cjs');
|
|
8
|
+
const require_listbox_anatomy = require('../../listbox-anatomy-gkGe68ws.cjs');
|
|
9
|
+
const require_create_split_props = require('../../create-split-props-3uzAEUIm.cjs');
|
|
10
|
+
require('../../use-event-C9pVOtdG.cjs');
|
|
11
|
+
const require_collection = require('../../collection-vSAfeUyg.cjs');
|
|
11
12
|
let react = require("react");
|
|
12
13
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
13
14
|
let __sprawlify_primitives_machines_listbox = require("@sprawlify/primitives/machines/listbox");
|
|
@@ -36,13 +37,9 @@ ListboxContent.displayName = "ListboxContent";
|
|
|
36
37
|
//#region src/components/listbox/listbox-context.ts
|
|
37
38
|
const ListboxContext = (props) => props.children(useListboxContext());
|
|
38
39
|
|
|
39
|
-
//#endregion
|
|
40
|
-
//#region src/components/listbox/listbox-anatomy.ts
|
|
41
|
-
const listboxAnatomy = __sprawlify_primitives_machines_listbox.anatomy.extendWith("empty");
|
|
42
|
-
|
|
43
40
|
//#endregion
|
|
44
41
|
//#region src/components/listbox/listbox-empty.tsx
|
|
45
|
-
const parts = listboxAnatomy.build();
|
|
42
|
+
const parts = require_listbox_anatomy.listboxAnatomy.build();
|
|
46
43
|
const ListboxEmpty = (0, react.forwardRef)((props, ref) => {
|
|
47
44
|
if (useListboxContext().collection.size !== 0) return null;
|
|
48
45
|
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
@@ -308,7 +305,7 @@ exports.ListboxRoot = ListboxRoot;
|
|
|
308
305
|
exports.ListboxRootProvider = ListboxRootProvider;
|
|
309
306
|
exports.ListboxValueText = ListboxValueText;
|
|
310
307
|
exports.createListCollection = require_collection.createListCollection;
|
|
311
|
-
exports.listboxAnatomy = listboxAnatomy;
|
|
308
|
+
exports.listboxAnatomy = require_listbox_anatomy.listboxAnatomy;
|
|
312
309
|
exports.useListbox = useListbox;
|
|
313
310
|
exports.useListboxContext = useListboxContext;
|
|
314
311
|
exports.useListboxItemContext = useListboxItemContext;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { t as PropTypes } from "../../normalize-props-
|
|
2
|
-
import { r as Optional, t as Assign } from "../../types-
|
|
3
|
-
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
1
|
+
import { t as PropTypes } from "../../normalize-props-BeSH6oua.cjs";
|
|
2
|
+
import { r as Optional, t as Assign } from "../../types-CCi_nex5.cjs";
|
|
3
|
+
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BqX8l4xK.cjs";
|
|
4
|
+
import { t as listboxAnatomy } from "../../listbox-anatomy-D2RQsV2e.cjs";
|
|
5
|
+
import { _ as CollectionItem, b as createListCollection, y as ListCollection } from "../../index-D43NaN4q.cjs";
|
|
6
|
+
import * as react392 from "react";
|
|
6
7
|
import { JSX, ReactNode } from "react";
|
|
7
|
-
import * as _sprawlify_primitives_anatomy8 from "@sprawlify/primitives/anatomy";
|
|
8
8
|
import * as listbox from "@sprawlify/primitives/machines/listbox";
|
|
9
9
|
import { HighlightChangeDetails, HighlightChangeDetails as ListboxHighlightChangeDetails, InputProps, ItemProps, ItemState, ScrollToIndexDetails, ScrollToIndexDetails as ListboxScrollToIndexDetails, SelectionDetails, SelectionDetails as ListboxSelectionDetails, SelectionMode, SelectionMode as ListboxSelectionMode, ValueChangeDetails, ValueChangeDetails as ListboxValueChangeDetails } from "@sprawlify/primitives/machines/listbox";
|
|
10
10
|
|
|
11
11
|
//#region src/components/listbox/listbox-content.d.ts
|
|
12
12
|
interface ListboxContentBaseProps extends PolymorphicProps {}
|
|
13
13
|
interface ListboxContentProps extends HTMLProps<"div">, ListboxContentBaseProps {}
|
|
14
|
-
declare const ListboxContent:
|
|
14
|
+
declare const ListboxContent: react392.ForwardRefExoticComponent<ListboxContentProps & react392.RefAttributes<HTMLDivElement>>;
|
|
15
15
|
//#endregion
|
|
16
16
|
//#region src/components/listbox/use-listbox.d.ts
|
|
17
17
|
interface UseListboxProps<T extends CollectionItem> extends Optional<Omit<listbox.Props<T>, "dir" | "getRootNode" | "collection">, "id"> {
|
|
@@ -32,17 +32,17 @@ declare const ListboxContext: <T extends CollectionItem>(props: ListboxContextPr
|
|
|
32
32
|
//#region src/components/listbox/listbox-empty.d.ts
|
|
33
33
|
interface ListboxEmptyBaseProps extends PolymorphicProps {}
|
|
34
34
|
interface ListboxEmptyProps extends HTMLProps<"div">, ListboxEmptyBaseProps {}
|
|
35
|
-
declare const ListboxEmpty:
|
|
35
|
+
declare const ListboxEmpty: react392.ForwardRefExoticComponent<ListboxEmptyProps & react392.RefAttributes<HTMLDivElement>>;
|
|
36
36
|
//#endregion
|
|
37
37
|
//#region src/components/listbox/listbox-input.d.ts
|
|
38
38
|
interface ListboxInputBaseProps extends InputProps, PolymorphicProps {}
|
|
39
39
|
interface ListboxInputProps extends HTMLProps<"input">, ListboxInputBaseProps {}
|
|
40
|
-
declare const ListboxInput:
|
|
40
|
+
declare const ListboxInput: react392.ForwardRefExoticComponent<ListboxInputProps & react392.RefAttributes<HTMLInputElement>>;
|
|
41
41
|
//#endregion
|
|
42
42
|
//#region src/components/listbox/listbox-item.d.ts
|
|
43
43
|
interface ListboxItemBaseProps extends ItemProps, PolymorphicProps {}
|
|
44
44
|
interface ListboxItemProps extends HTMLProps<"div">, ListboxItemBaseProps {}
|
|
45
|
-
declare const ListboxItem:
|
|
45
|
+
declare const ListboxItem: react392.ForwardRefExoticComponent<ListboxItemProps & react392.RefAttributes<HTMLDivElement>>;
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region src/components/listbox/use-listbox-item-context.d.ts
|
|
48
48
|
interface UseListboxItemContext extends ItemState {}
|
|
@@ -56,27 +56,27 @@ declare const ListboxItemContext: (props: ListboxItemContextProps) => ReactNode;
|
|
|
56
56
|
//#region src/components/listbox/listbox-item-group.d.ts
|
|
57
57
|
interface ListboxItemGroupBaseProps extends PolymorphicProps {}
|
|
58
58
|
interface ListboxItemGroupProps extends HTMLProps<"div">, ListboxItemGroupBaseProps {}
|
|
59
|
-
declare const ListboxItemGroup:
|
|
59
|
+
declare const ListboxItemGroup: react392.ForwardRefExoticComponent<ListboxItemGroupProps & react392.RefAttributes<HTMLDivElement>>;
|
|
60
60
|
//#endregion
|
|
61
61
|
//#region src/components/listbox/listbox-item-group-label.d.ts
|
|
62
62
|
interface ListboxItemGroupLabelBaseProps extends PolymorphicProps {}
|
|
63
63
|
interface ListboxItemGroupLabelProps extends HTMLProps<"div">, ListboxItemGroupLabelBaseProps {}
|
|
64
|
-
declare const ListboxItemGroupLabel:
|
|
64
|
+
declare const ListboxItemGroupLabel: react392.ForwardRefExoticComponent<ListboxItemGroupLabelProps & react392.RefAttributes<HTMLDivElement>>;
|
|
65
65
|
//#endregion
|
|
66
66
|
//#region src/components/listbox/listbox-item-indicator.d.ts
|
|
67
67
|
interface ListboxItemIndicatorBaseProps extends PolymorphicProps {}
|
|
68
68
|
interface ListboxItemIndicatorProps extends HTMLProps<"div">, ListboxItemIndicatorBaseProps {}
|
|
69
|
-
declare const ListboxItemIndicator:
|
|
69
|
+
declare const ListboxItemIndicator: react392.ForwardRefExoticComponent<ListboxItemIndicatorProps & react392.RefAttributes<HTMLDivElement>>;
|
|
70
70
|
//#endregion
|
|
71
71
|
//#region src/components/listbox/listbox-item-text.d.ts
|
|
72
72
|
interface ListboxItemTextBaseProps extends PolymorphicProps {}
|
|
73
73
|
interface ListboxItemTextProps extends HTMLProps<"div">, ListboxItemTextBaseProps {}
|
|
74
|
-
declare const ListboxItemText:
|
|
74
|
+
declare const ListboxItemText: react392.ForwardRefExoticComponent<ListboxItemTextProps & react392.RefAttributes<HTMLDivElement>>;
|
|
75
75
|
//#endregion
|
|
76
76
|
//#region src/components/listbox/listbox-label.d.ts
|
|
77
77
|
interface ListboxLabelBaseProps extends PolymorphicProps {}
|
|
78
78
|
interface ListboxLabelProps extends HTMLProps<"label">, ListboxLabelBaseProps {}
|
|
79
|
-
declare const ListboxLabel:
|
|
79
|
+
declare const ListboxLabel: react392.ForwardRefExoticComponent<ListboxLabelProps & react392.RefAttributes<HTMLLabelElement>>;
|
|
80
80
|
//#endregion
|
|
81
81
|
//#region src/components/listbox/listbox-root.d.ts
|
|
82
82
|
interface ListboxRootBaseProps<T extends CollectionItem> extends UseListboxProps<T>, PolymorphicProps {}
|
|
@@ -99,10 +99,7 @@ interface ListboxValueTextBaseProps extends PolymorphicProps {
|
|
|
99
99
|
placeholder?: string | undefined;
|
|
100
100
|
}
|
|
101
101
|
interface ListboxValueTextProps extends HTMLProps<"span">, ListboxValueTextBaseProps {}
|
|
102
|
-
declare const ListboxValueText:
|
|
103
|
-
//#endregion
|
|
104
|
-
//#region src/components/listbox/listbox-anatomy.d.ts
|
|
105
|
-
declare const listboxAnatomy: _sprawlify_primitives_anatomy8.AnatomyInstance<"input" | "label" | "content" | "root" | "item" | "itemGroup" | "valueText" | "itemIndicator" | "itemGroupLabel" | "itemText" | "empty">;
|
|
102
|
+
declare const ListboxValueText: react392.ForwardRefExoticComponent<ListboxValueTextProps & react392.RefAttributes<HTMLSpanElement>>;
|
|
106
103
|
declare namespace listbox_d_exports {
|
|
107
104
|
export { ListboxContent as Content, ListboxContentBaseProps as ContentBaseProps, ListboxContentProps as ContentProps, ListboxContext as Context, ListboxContextProps as ContextProps, ListboxEmpty as Empty, ListboxEmptyBaseProps as EmptyBaseProps, ListboxEmptyProps as EmptyProps, HighlightChangeDetails, ListboxInput as Input, ListboxInputBaseProps as InputBaseProps, ListboxInputProps as InputProps, ListboxItem as Item, ListboxItemBaseProps as ItemBaseProps, ListboxItemContext as ItemContext, ListboxItemContextProps as ItemContextProps, ListboxItemGroup as ItemGroup, ListboxItemGroupBaseProps as ItemGroupBaseProps, ListboxItemGroupLabel as ItemGroupLabel, ListboxItemGroupLabelBaseProps as ItemGroupLabelBaseProps, ListboxItemGroupLabelProps as ItemGroupLabelProps, ListboxItemGroupProps as ItemGroupProps, ListboxItemIndicator as ItemIndicator, ListboxItemIndicatorBaseProps as ItemIndicatorBaseProps, ListboxItemIndicatorProps as ItemIndicatorProps, ListboxItemProps as ItemProps, ListboxItemText as ItemText, ListboxItemTextBaseProps as ItemTextBaseProps, ListboxItemTextProps as ItemTextProps, ListboxLabel as Label, ListboxLabelBaseProps as LabelBaseProps, ListboxLabelProps as LabelProps, ListboxRoot as Root, ListboxRootBaseProps as RootBaseProps, ListboxRootComponent as RootComponent, ListboxRootComponentProps as RootComponentProps, ListboxRootProps as RootProps, ListboxRootProvider as RootProvider, ListboxRootProviderBaseProps as RootProviderBaseProps, ListboxRootProviderComponent as RootProviderComponent, ListboxRootProviderProps as RootProviderProps, ScrollToIndexDetails, SelectionDetails, SelectionMode, ValueChangeDetails, ListboxValueText as ValueText, ListboxValueTextBaseProps as ValueTextBaseProps, ListboxValueTextProps as ValueTextProps };
|
|
108
105
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { r as PropTypes } from "../../index-
|
|
2
|
-
import { r as Optional, t as Assign } from "../../types-
|
|
3
|
-
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
1
|
+
import { r as PropTypes } from "../../index-vVsZQ4T1.mjs";
|
|
2
|
+
import { r as Optional, t as Assign } from "../../types-DRV9A4aT.mjs";
|
|
3
|
+
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-FP_lLEyP.mjs";
|
|
4
|
+
import { t as listboxAnatomy } from "../../listbox-anatomy-K-QD2oWg.mjs";
|
|
5
|
+
import { _ as CollectionItem, b as createListCollection, y as ListCollection } from "../../index-CY4q0enN.mjs";
|
|
6
|
+
import * as react255 from "react";
|
|
6
7
|
import { JSX, ReactNode } from "react";
|
|
7
|
-
import * as _sprawlify_primitives_anatomy3 from "@sprawlify/primitives/anatomy";
|
|
8
8
|
import * as listbox from "@sprawlify/primitives/machines/listbox";
|
|
9
9
|
import { HighlightChangeDetails, HighlightChangeDetails as ListboxHighlightChangeDetails, InputProps, ItemProps, ItemState, ScrollToIndexDetails, ScrollToIndexDetails as ListboxScrollToIndexDetails, SelectionDetails, SelectionDetails as ListboxSelectionDetails, SelectionMode, SelectionMode as ListboxSelectionMode, ValueChangeDetails, ValueChangeDetails as ListboxValueChangeDetails } from "@sprawlify/primitives/machines/listbox";
|
|
10
10
|
|
|
11
11
|
//#region src/components/listbox/listbox-content.d.ts
|
|
12
12
|
interface ListboxContentBaseProps extends PolymorphicProps {}
|
|
13
13
|
interface ListboxContentProps extends HTMLProps<"div">, ListboxContentBaseProps {}
|
|
14
|
-
declare const ListboxContent:
|
|
14
|
+
declare const ListboxContent: react255.ForwardRefExoticComponent<ListboxContentProps & react255.RefAttributes<HTMLDivElement>>;
|
|
15
15
|
//#endregion
|
|
16
16
|
//#region src/components/listbox/use-listbox.d.ts
|
|
17
17
|
interface UseListboxProps<T extends CollectionItem> extends Optional<Omit<listbox.Props<T>, "dir" | "getRootNode" | "collection">, "id"> {
|
|
@@ -32,17 +32,17 @@ declare const ListboxContext: <T extends CollectionItem>(props: ListboxContextPr
|
|
|
32
32
|
//#region src/components/listbox/listbox-empty.d.ts
|
|
33
33
|
interface ListboxEmptyBaseProps extends PolymorphicProps {}
|
|
34
34
|
interface ListboxEmptyProps extends HTMLProps<"div">, ListboxEmptyBaseProps {}
|
|
35
|
-
declare const ListboxEmpty:
|
|
35
|
+
declare const ListboxEmpty: react255.ForwardRefExoticComponent<ListboxEmptyProps & react255.RefAttributes<HTMLDivElement>>;
|
|
36
36
|
//#endregion
|
|
37
37
|
//#region src/components/listbox/listbox-input.d.ts
|
|
38
38
|
interface ListboxInputBaseProps extends InputProps, PolymorphicProps {}
|
|
39
39
|
interface ListboxInputProps extends HTMLProps<"input">, ListboxInputBaseProps {}
|
|
40
|
-
declare const ListboxInput:
|
|
40
|
+
declare const ListboxInput: react255.ForwardRefExoticComponent<ListboxInputProps & react255.RefAttributes<HTMLInputElement>>;
|
|
41
41
|
//#endregion
|
|
42
42
|
//#region src/components/listbox/listbox-item.d.ts
|
|
43
43
|
interface ListboxItemBaseProps extends ItemProps, PolymorphicProps {}
|
|
44
44
|
interface ListboxItemProps extends HTMLProps<"div">, ListboxItemBaseProps {}
|
|
45
|
-
declare const ListboxItem:
|
|
45
|
+
declare const ListboxItem: react255.ForwardRefExoticComponent<ListboxItemProps & react255.RefAttributes<HTMLDivElement>>;
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region src/components/listbox/use-listbox-item-context.d.ts
|
|
48
48
|
interface UseListboxItemContext extends ItemState {}
|
|
@@ -56,27 +56,27 @@ declare const ListboxItemContext: (props: ListboxItemContextProps) => ReactNode;
|
|
|
56
56
|
//#region src/components/listbox/listbox-item-group.d.ts
|
|
57
57
|
interface ListboxItemGroupBaseProps extends PolymorphicProps {}
|
|
58
58
|
interface ListboxItemGroupProps extends HTMLProps<"div">, ListboxItemGroupBaseProps {}
|
|
59
|
-
declare const ListboxItemGroup:
|
|
59
|
+
declare const ListboxItemGroup: react255.ForwardRefExoticComponent<ListboxItemGroupProps & react255.RefAttributes<HTMLDivElement>>;
|
|
60
60
|
//#endregion
|
|
61
61
|
//#region src/components/listbox/listbox-item-group-label.d.ts
|
|
62
62
|
interface ListboxItemGroupLabelBaseProps extends PolymorphicProps {}
|
|
63
63
|
interface ListboxItemGroupLabelProps extends HTMLProps<"div">, ListboxItemGroupLabelBaseProps {}
|
|
64
|
-
declare const ListboxItemGroupLabel:
|
|
64
|
+
declare const ListboxItemGroupLabel: react255.ForwardRefExoticComponent<ListboxItemGroupLabelProps & react255.RefAttributes<HTMLDivElement>>;
|
|
65
65
|
//#endregion
|
|
66
66
|
//#region src/components/listbox/listbox-item-indicator.d.ts
|
|
67
67
|
interface ListboxItemIndicatorBaseProps extends PolymorphicProps {}
|
|
68
68
|
interface ListboxItemIndicatorProps extends HTMLProps<"div">, ListboxItemIndicatorBaseProps {}
|
|
69
|
-
declare const ListboxItemIndicator:
|
|
69
|
+
declare const ListboxItemIndicator: react255.ForwardRefExoticComponent<ListboxItemIndicatorProps & react255.RefAttributes<HTMLDivElement>>;
|
|
70
70
|
//#endregion
|
|
71
71
|
//#region src/components/listbox/listbox-item-text.d.ts
|
|
72
72
|
interface ListboxItemTextBaseProps extends PolymorphicProps {}
|
|
73
73
|
interface ListboxItemTextProps extends HTMLProps<"div">, ListboxItemTextBaseProps {}
|
|
74
|
-
declare const ListboxItemText:
|
|
74
|
+
declare const ListboxItemText: react255.ForwardRefExoticComponent<ListboxItemTextProps & react255.RefAttributes<HTMLDivElement>>;
|
|
75
75
|
//#endregion
|
|
76
76
|
//#region src/components/listbox/listbox-label.d.ts
|
|
77
77
|
interface ListboxLabelBaseProps extends PolymorphicProps {}
|
|
78
78
|
interface ListboxLabelProps extends HTMLProps<"label">, ListboxLabelBaseProps {}
|
|
79
|
-
declare const ListboxLabel:
|
|
79
|
+
declare const ListboxLabel: react255.ForwardRefExoticComponent<ListboxLabelProps & react255.RefAttributes<HTMLLabelElement>>;
|
|
80
80
|
//#endregion
|
|
81
81
|
//#region src/components/listbox/listbox-root.d.ts
|
|
82
82
|
interface ListboxRootBaseProps<T extends CollectionItem> extends UseListboxProps<T>, PolymorphicProps {}
|
|
@@ -99,10 +99,7 @@ interface ListboxValueTextBaseProps extends PolymorphicProps {
|
|
|
99
99
|
placeholder?: string | undefined;
|
|
100
100
|
}
|
|
101
101
|
interface ListboxValueTextProps extends HTMLProps<"span">, ListboxValueTextBaseProps {}
|
|
102
|
-
declare const ListboxValueText:
|
|
103
|
-
//#endregion
|
|
104
|
-
//#region src/components/listbox/listbox-anatomy.d.ts
|
|
105
|
-
declare const listboxAnatomy: _sprawlify_primitives_anatomy3.AnatomyInstance<"input" | "label" | "content" | "root" | "item" | "itemGroup" | "valueText" | "itemIndicator" | "itemGroupLabel" | "itemText" | "empty">;
|
|
102
|
+
declare const ListboxValueText: react255.ForwardRefExoticComponent<ListboxValueTextProps & react255.RefAttributes<HTMLSpanElement>>;
|
|
106
103
|
declare namespace listbox_d_exports {
|
|
107
104
|
export { ListboxContent as Content, ListboxContentBaseProps as ContentBaseProps, ListboxContentProps as ContentProps, ListboxContext as Context, ListboxContextProps as ContextProps, ListboxEmpty as Empty, ListboxEmptyBaseProps as EmptyBaseProps, ListboxEmptyProps as EmptyProps, HighlightChangeDetails, ListboxInput as Input, ListboxInputBaseProps as InputBaseProps, ListboxInputProps as InputProps, ListboxItem as Item, ListboxItemBaseProps as ItemBaseProps, ListboxItemContext as ItemContext, ListboxItemContextProps as ItemContextProps, ListboxItemGroup as ItemGroup, ListboxItemGroupBaseProps as ItemGroupBaseProps, ListboxItemGroupLabel as ItemGroupLabel, ListboxItemGroupLabelBaseProps as ItemGroupLabelBaseProps, ListboxItemGroupLabelProps as ItemGroupLabelProps, ListboxItemGroupProps as ItemGroupProps, ListboxItemIndicator as ItemIndicator, ListboxItemIndicatorBaseProps as ItemIndicatorBaseProps, ListboxItemIndicatorProps as ItemIndicatorProps, ListboxItemProps as ItemProps, ListboxItemText as ItemText, ListboxItemTextBaseProps as ItemTextBaseProps, ListboxItemTextProps as ItemTextProps, ListboxLabel as Label, ListboxLabelBaseProps as LabelBaseProps, ListboxLabelProps as LabelProps, ListboxRoot as Root, ListboxRootBaseProps as RootBaseProps, ListboxRootComponent as RootComponent, ListboxRootComponentProps as RootComponentProps, ListboxRootProps as RootProps, ListboxRootProvider as RootProvider, ListboxRootProviderBaseProps as RootProviderBaseProps, ListboxRootProviderComponent as RootProviderComponent, ListboxRootProviderProps as RootProviderProps, ScrollToIndexDetails, SelectionDetails, SelectionMode, ValueChangeDetails, ListboxValueText as ValueText, ListboxValueTextBaseProps as ValueTextBaseProps, ListboxValueTextProps as ValueTextProps };
|
|
108
105
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { t as __export } from "../../chunk-
|
|
2
|
-
import { i as useMachine, r as normalizeProps, t as mergeProps } from "../../core-
|
|
3
|
-
import { t as createContext$1 } from "../../create-context-
|
|
4
|
-
import { n as useEnvironmentContext } from "../../environment-
|
|
5
|
-
import { i as useLocaleContext } from "../../locale-
|
|
6
|
-
import "../../providers-
|
|
7
|
-
import { n as sprawlify } from "../../factory-
|
|
8
|
-
import { t as
|
|
9
|
-
import "../../
|
|
10
|
-
import
|
|
1
|
+
import { t as __export } from "../../chunk-C59VKDyD.mjs";
|
|
2
|
+
import { i as useMachine, r as normalizeProps, t as mergeProps } from "../../core-D5Nn8Do7.mjs";
|
|
3
|
+
import { t as createContext$1 } from "../../create-context-C9f3ZSYn.mjs";
|
|
4
|
+
import { n as useEnvironmentContext } from "../../environment-SaOmH4By.mjs";
|
|
5
|
+
import { i as useLocaleContext } from "../../locale-Bsrr4Z-J.mjs";
|
|
6
|
+
import "../../providers-Dhji4k4B.mjs";
|
|
7
|
+
import { n as sprawlify } from "../../factory-C3MVpSt5.mjs";
|
|
8
|
+
import { t as listboxAnatomy } from "../../listbox-anatomy-BH-gV3e9.mjs";
|
|
9
|
+
import { t as createSplitProps } from "../../create-split-props-ButBrlN-.mjs";
|
|
10
|
+
import "../../use-event-C9vp_bYl.mjs";
|
|
11
|
+
import { o as createListCollection } from "../../collection-DC2n80Ca.mjs";
|
|
11
12
|
import { forwardRef, useId } from "react";
|
|
12
13
|
import { jsx } from "react/jsx-runtime";
|
|
13
14
|
import * as listbox from "@sprawlify/primitives/machines/listbox";
|
|
14
|
-
import { anatomy } from "@sprawlify/primitives/machines/listbox";
|
|
15
15
|
|
|
16
16
|
//#region src/components/listbox/use-listbox-context.ts
|
|
17
17
|
const [ListboxProvider, useListboxContext] = createContext$1({
|
|
@@ -35,10 +35,6 @@ ListboxContent.displayName = "ListboxContent";
|
|
|
35
35
|
//#region src/components/listbox/listbox-context.ts
|
|
36
36
|
const ListboxContext = (props) => props.children(useListboxContext());
|
|
37
37
|
|
|
38
|
-
//#endregion
|
|
39
|
-
//#region src/components/listbox/listbox-anatomy.ts
|
|
40
|
-
const listboxAnatomy = anatomy.extendWith("empty");
|
|
41
|
-
|
|
42
38
|
//#endregion
|
|
43
39
|
//#region src/components/listbox/listbox-empty.tsx
|
|
44
40
|
const parts = listboxAnatomy.build();
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
const require_chunk = require('../../chunk-
|
|
2
|
-
const require_core = require('../../core-
|
|
3
|
-
const require_create_context = require('../../create-context-
|
|
4
|
-
const require_environment = require('../../environment-
|
|
5
|
-
const require_locale = require('../../locale-
|
|
1
|
+
const require_chunk = require('../../chunk-Dsw3YZHa.cjs');
|
|
2
|
+
const require_core = require('../../core-oy7TWDvO.cjs');
|
|
3
|
+
const require_create_context = require('../../create-context-RCOpQR_m.cjs');
|
|
4
|
+
const require_environment = require('../../environment-CxN6E_IC.cjs');
|
|
5
|
+
const require_locale = require('../../locale-D3raWtvM.cjs');
|
|
6
6
|
require('../../providers-BNAArubQ.cjs');
|
|
7
|
-
const require_factory = require('../../factory-
|
|
8
|
-
|
|
7
|
+
const require_factory = require('../../factory-DY9J9D6d.cjs');
|
|
8
|
+
require('../../marquee-anatomy-W0jdOy7x.cjs');
|
|
9
|
+
const require_create_split_props = require('../../create-split-props-3uzAEUIm.cjs');
|
|
9
10
|
let react = require("react");
|
|
10
11
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
11
12
|
let __sprawlify_primitives_machines_marquee = require("@sprawlify/primitives/machines/marquee");
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import { t as PropTypes } from "../../normalize-props-
|
|
2
|
-
import { r as Optional } from "../../types-
|
|
3
|
-
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-
|
|
4
|
-
import
|
|
1
|
+
import { t as PropTypes } from "../../normalize-props-BeSH6oua.cjs";
|
|
2
|
+
import { r as Optional } from "../../types-CCi_nex5.cjs";
|
|
3
|
+
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-BqX8l4xK.cjs";
|
|
4
|
+
import { t as marqueeAnatomy } from "../../marquee-anatomy-C9HAWHcH.cjs";
|
|
5
|
+
import * as react415 from "react";
|
|
5
6
|
import { ReactNode } from "react";
|
|
6
7
|
import * as marquee from "@sprawlify/primitives/machines/marquee";
|
|
7
|
-
import { EdgeProps, PauseStatusDetails, PauseStatusDetails as MarqueePauseStatusDetails, Side, Side as MarqueeSide
|
|
8
|
+
import { EdgeProps, PauseStatusDetails, PauseStatusDetails as MarqueePauseStatusDetails, Side, Side as MarqueeSide } from "@sprawlify/primitives/machines/marquee";
|
|
8
9
|
|
|
9
10
|
//#region src/components/marquee/marquee-content.d.ts
|
|
10
11
|
interface MarqueeContentBaseProps extends PolymorphicProps {
|
|
11
12
|
children: ReactNode;
|
|
12
13
|
}
|
|
13
14
|
interface MarqueeContentProps extends Omit<HTMLProps<"div">, "children">, MarqueeContentBaseProps {}
|
|
14
|
-
declare const MarqueeContent:
|
|
15
|
+
declare const MarqueeContent: react415.ForwardRefExoticComponent<MarqueeContentProps & react415.RefAttributes<HTMLDivElement>>;
|
|
15
16
|
//#endregion
|
|
16
17
|
//#region src/components/marquee/use-marquee.d.ts
|
|
17
18
|
interface UseMarqueeProps extends Optional<Omit<marquee.Props, "dir" | "getRootNode">, "id"> {}
|
|
@@ -30,17 +31,17 @@ declare const MarqueeContext: (props: MarqueeContextProps) => ReactNode;
|
|
|
30
31
|
//#region src/components/marquee/marquee-edge.d.ts
|
|
31
32
|
interface MarqueeEdgeBaseProps extends EdgeProps, PolymorphicProps {}
|
|
32
33
|
interface MarqueeEdgeProps extends HTMLProps<"div">, MarqueeEdgeBaseProps {}
|
|
33
|
-
declare const MarqueeEdge:
|
|
34
|
+
declare const MarqueeEdge: react415.ForwardRefExoticComponent<MarqueeEdgeProps & react415.RefAttributes<HTMLDivElement>>;
|
|
34
35
|
//#endregion
|
|
35
36
|
//#region src/components/marquee/marquee-item.d.ts
|
|
36
37
|
interface MarqueeItemBaseProps extends PolymorphicProps {}
|
|
37
38
|
interface MarqueeItemProps extends HTMLProps<"div">, MarqueeItemBaseProps {}
|
|
38
|
-
declare const MarqueeItem:
|
|
39
|
+
declare const MarqueeItem: react415.ForwardRefExoticComponent<MarqueeItemProps & react415.RefAttributes<HTMLDivElement>>;
|
|
39
40
|
//#endregion
|
|
40
41
|
//#region src/components/marquee/marquee-root.d.ts
|
|
41
42
|
interface MarqueeRootBaseProps extends UseMarqueeProps, PolymorphicProps {}
|
|
42
43
|
interface MarqueeRootProps extends HTMLProps<"div">, MarqueeRootBaseProps {}
|
|
43
|
-
declare const MarqueeRoot:
|
|
44
|
+
declare const MarqueeRoot: react415.ForwardRefExoticComponent<MarqueeRootProps & react415.RefAttributes<HTMLDivElement>>;
|
|
44
45
|
//#endregion
|
|
45
46
|
//#region src/components/marquee/marquee-root-provider.d.ts
|
|
46
47
|
interface RootProviderProps {
|
|
@@ -48,12 +49,12 @@ interface RootProviderProps {
|
|
|
48
49
|
}
|
|
49
50
|
interface MarqueeRootProviderBaseProps extends RootProviderProps, PolymorphicProps {}
|
|
50
51
|
interface MarqueeRootProviderProps extends HTMLProps<"div">, MarqueeRootProviderBaseProps {}
|
|
51
|
-
declare const MarqueeRootProvider:
|
|
52
|
+
declare const MarqueeRootProvider: react415.ForwardRefExoticComponent<MarqueeRootProviderProps & react415.RefAttributes<HTMLDivElement>>;
|
|
52
53
|
//#endregion
|
|
53
54
|
//#region src/components/marquee/marquee-viewport.d.ts
|
|
54
55
|
interface MarqueeViewportBaseProps extends PolymorphicProps {}
|
|
55
56
|
interface MarqueeViewportProps extends HTMLProps<"div">, MarqueeViewportBaseProps {}
|
|
56
|
-
declare const MarqueeViewport:
|
|
57
|
+
declare const MarqueeViewport: react415.ForwardRefExoticComponent<MarqueeViewportProps & react415.RefAttributes<HTMLDivElement>>;
|
|
57
58
|
declare namespace marquee_d_exports {
|
|
58
59
|
export { MarqueeContent as Content, MarqueeContentBaseProps as ContentBaseProps, MarqueeContentProps as ContentProps, MarqueeContext as Context, MarqueeContextProps as ContextProps, MarqueeEdge as Edge, MarqueeEdgeBaseProps as EdgeBaseProps, MarqueeEdgeProps as EdgeProps, MarqueeItem as Item, MarqueeItemBaseProps as ItemBaseProps, MarqueeItemProps as ItemProps, PauseStatusDetails, MarqueeRoot as Root, MarqueeRootBaseProps as RootBaseProps, MarqueeRootProps as RootProps, MarqueeRootProvider as RootProvider, MarqueeRootProviderBaseProps as RootProviderBaseProps, MarqueeRootProviderProps as RootProviderProps, Side, MarqueeViewport as Viewport, MarqueeViewportBaseProps as ViewportBaseProps, MarqueeViewportProps as ViewportProps };
|
|
59
60
|
}
|