@sprawlify/react 0.0.10 → 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-DCBcxJA8.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-XVYHjcEl.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 +15 -14
- 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.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 +3 -3
- 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 +13 -12
- 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 +45 -29
- 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 +215 -0
- package/dist/components/signature-pad/index.d.cts +70 -0
- package/dist/components/signature-pad/index.d.mts +70 -0
- package/dist/components/signature-pad/index.mjs +191 -0
- package/dist/components/slider/index.cjs +279 -0
- package/dist/components/slider/index.d.cts +90 -0
- package/dist/components/slider/index.d.mts +90 -0
- package/dist/components/slider/index.mjs +251 -0
- package/dist/components/splitter/index.cjs +178 -0
- package/dist/components/splitter/index.d.cts +55 -0
- package/dist/components/splitter/index.d.mts +55 -0
- package/dist/components/splitter/index.mjs +152 -0
- package/dist/components/steps/index.cjs +290 -0
- package/dist/components/steps/index.d.cts +105 -0
- package/dist/components/steps/index.d.mts +105 -0
- package/dist/components/steps/index.mjs +260 -0
- package/dist/components/switch/index.cjs +182 -0
- package/dist/components/switch/index.d.cts +60 -0
- package/dist/components/switch/index.d.mts +60 -0
- package/dist/components/switch/index.mjs +160 -0
- package/dist/components/tabs/index.cjs +192 -0
- package/dist/components/tabs/index.d.cts +61 -0
- package/dist/components/tabs/index.d.mts +61 -0
- package/dist/components/tabs/index.mjs +170 -0
- package/dist/components/tags-input/index.cjs +320 -0
- package/dist/components/tags-input/index.d.cts +99 -0
- package/dist/components/tags-input/index.d.mts +99 -0
- package/dist/components/tags-input/index.mjs +290 -0
- package/dist/components/timer/index.cjs +180 -0
- package/dist/components/timer/index.d.cts +65 -0
- package/dist/components/timer/index.d.mts +65 -0
- package/dist/components/timer/index.mjs +157 -0
- package/dist/components/toast/index.cjs +166 -0
- package/dist/components/toast/index.d.cts +61 -0
- package/dist/components/toast/index.d.mts +61 -0
- package/dist/components/toast/index.mjs +144 -0
- package/dist/components/toggle/index.cjs +88 -0
- package/dist/components/toggle/index.d.cts +37 -0
- package/dist/components/toggle/index.d.mts +37 -0
- package/dist/components/toggle/index.mjs +75 -0
- package/dist/components/toggle-group/index.cjs +128 -0
- package/dist/components/toggle-group/index.d.cts +45 -0
- package/dist/components/toggle-group/index.d.mts +45 -0
- package/dist/components/toggle-group/index.mjs +109 -0
- package/dist/components/tooltip/index.cjs +166 -0
- package/dist/components/tooltip/index.d.cts +71 -0
- package/dist/components/tooltip/index.d.mts +72 -0
- package/dist/components/tooltip/index.mjs +143 -0
- package/dist/components/tour/index.cjs +271 -0
- package/dist/components/tour/index.d.cts +105 -0
- package/dist/components/tour/index.d.mts +106 -0
- package/dist/components/tour/index.mjs +246 -0
- 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-Cnx9ZBbN.mjs → environment-SaOmH4By.mjs} +1 -1
- package/dist/{factory-BwIiMV5g.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-BuPxh7ZO.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-UIFriN0i.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-BoKwZUuR.d.mts → index-1_WyzYC0.d.mts} +27 -27
- package/dist/{index-C-uklBbh.d.cts → index-BuMIGScO.d.cts} +6 -6
- package/dist/{index-IQMPWCzE.d.cts → index-CQvWsTAJ.d.cts} +27 -27
- package/dist/index-CVR-XtKc.d.mts +97 -0
- package/dist/index-CVePF5vp.d.cts +109 -0
- package/dist/{index-tmg3Dc0S.d.mts → index-D_ytaexs.d.mts} +6 -6
- 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-BheNIyu4.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-Cf1DNJ7L.mjs → portal-DPViYwN5.mjs} +1 -1
- package/dist/{presence-D-rmmMDm.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-D2htg_Zz.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-Br67rmuK.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-DPgRcctn.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 +132 -2
- package/dist/chunk-tPcuhsU6.mjs +0 -18
- package/dist/index-CQrt31Vz.d.mts +0 -40
- package/dist/index-YjtX6_Hn.d.cts +0 -52
- /package/dist/{compose-refs-ymQahgeo.mjs → compose-refs-DtS_RGf4.mjs} +0 -0
- /package/dist/{core-BrQa5x6H.mjs → core-D5Nn8Do7.mjs} +0 -0
- /package/dist/{create-context-aizX7yAt.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-BHHQqbKs.mjs → create-split-props-ButBrlN-.mjs} +0 -0
- /package/dist/{factory-Bv0JsGLd.d.cts → factory-BqX8l4xK.d.cts} +0 -0
- /package/dist/{factory-DcDjbYQq.d.mts → factory-FP_lLEyP.d.mts} +0 -0
- /package/dist/{index-BH0zbKp3.d.mts → index-CY4q0enN.d.mts} +0 -0
- /package/dist/{index-CsVbgeF4.d.cts → index-D43NaN4q.d.cts} +0 -0
- /package/dist/{index-D2T5b4fK.d.cts → index-g-TCevCo.d.cts} +0 -0
- /package/dist/{index-WJ-tNaCp.d.mts → index-vQ9UMDY6.d.mts} +0 -0
- /package/dist/{index-DJx_8PSR.d.mts → index-vVsZQ4T1.d.mts} +0 -0
- /package/dist/{normalize-props-EzaAUPva.d.cts → normalize-props-BeSH6oua.d.cts} +0 -0
- /package/dist/{providers-B1DbplwV.mjs → providers-Dhji4k4B.mjs} +0 -0
- /package/dist/{render-strategy-DEUBHfUP.d.cts → render-strategy-CaB6s5ot.d.cts} +0 -0
- /package/dist/{render-strategy-C5J78Qs-.d.mts → render-strategy-xT5FMQr3.d.mts} +0 -0
- /package/dist/{types-C2LNTNCl.d.cts → types-CCi_nex5.d.cts} +0 -0
- /package/dist/{types-CdhepaRC.d.mts → types-DRV9A4aT.d.mts} +0 -0
- /package/dist/{use-event-qKb6UUEI.mjs → use-event-C9vp_bYl.mjs} +0 -0
- /package/dist/{use-safe-layout-effect-BHE-Ll-k.mjs → use-safe-layout-effect-c21-N1lb.mjs} +0 -0
- /package/dist/{utils-Bx4WJ5W9.mjs → utils-VISpNOGe.mjs} +0 -0
|
@@ -0,0 +1,320 @@
|
|
|
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
|
+
require('../../providers-BNAArubQ.cjs');
|
|
7
|
+
const require_factory = require('../../factory-DY9J9D6d.cjs');
|
|
8
|
+
require('../../field-anatomy-BOnai41v.cjs');
|
|
9
|
+
require('../../tags-input-anatomy-mr-aRBvG.cjs');
|
|
10
|
+
const require_create_split_props = require('../../create-split-props-3uzAEUIm.cjs');
|
|
11
|
+
require('../../use-fieldset-context-Dxzjsaww.cjs');
|
|
12
|
+
require('../../use-safe-layout-effect-ae91TgDe.cjs');
|
|
13
|
+
const require_field = require('../../field-CLzd5kft.cjs');
|
|
14
|
+
let react = require("react");
|
|
15
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
16
|
+
let __sprawlify_primitives_machines_tags_input = require("@sprawlify/primitives/machines/tags-input");
|
|
17
|
+
__sprawlify_primitives_machines_tags_input = require_chunk.__toESM(__sprawlify_primitives_machines_tags_input);
|
|
18
|
+
let __sprawlify_primitives_core = require("@sprawlify/primitives/core");
|
|
19
|
+
|
|
20
|
+
//#region src/components/tags-input/use-tags-input-context.ts
|
|
21
|
+
const [TagsInputProvider, useTagsInputContext] = require_create_context.createContext({
|
|
22
|
+
name: "TagsInputContext",
|
|
23
|
+
hookName: "useTagsInputContext",
|
|
24
|
+
providerName: "<TagsInputProvider />"
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
//#endregion
|
|
28
|
+
//#region src/components/tags-input/tags-input-clear-trigger.tsx
|
|
29
|
+
const TagsInputClearTrigger = (0, react.forwardRef)((props, ref) => {
|
|
30
|
+
const mergedProps = (0, __sprawlify_primitives_core.mergeProps)(useTagsInputContext().getClearTriggerProps(), props);
|
|
31
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.button, {
|
|
32
|
+
...mergedProps,
|
|
33
|
+
ref
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
TagsInputClearTrigger.displayName = "TagsInputClearTrigger";
|
|
37
|
+
|
|
38
|
+
//#endregion
|
|
39
|
+
//#region src/components/tags-input/tags-input-context.tsx
|
|
40
|
+
const TagsInputContext = (props) => props.children(useTagsInputContext());
|
|
41
|
+
|
|
42
|
+
//#endregion
|
|
43
|
+
//#region src/components/tags-input/tags-input-control.tsx
|
|
44
|
+
const TagsInputControl = (0, react.forwardRef)((props, ref) => {
|
|
45
|
+
const mergedProps = (0, __sprawlify_primitives_core.mergeProps)(useTagsInputContext().getControlProps(), props);
|
|
46
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
47
|
+
...mergedProps,
|
|
48
|
+
ref
|
|
49
|
+
});
|
|
50
|
+
});
|
|
51
|
+
TagsInputControl.displayName = "TagsInputControl";
|
|
52
|
+
|
|
53
|
+
//#endregion
|
|
54
|
+
//#region src/components/tags-input/tags-input-hidden-input.tsx
|
|
55
|
+
const TagsInputHiddenInput = (0, react.forwardRef)((props, ref) => {
|
|
56
|
+
const mergedProps = (0, __sprawlify_primitives_core.mergeProps)(useTagsInputContext().getHiddenInputProps(), props);
|
|
57
|
+
const field = require_field.useFieldContext();
|
|
58
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.input, {
|
|
59
|
+
"aria-describedby": field?.ariaDescribedby,
|
|
60
|
+
...mergedProps,
|
|
61
|
+
ref
|
|
62
|
+
});
|
|
63
|
+
});
|
|
64
|
+
TagsInputHiddenInput.displayName = "TagsInputHiddenInput";
|
|
65
|
+
|
|
66
|
+
//#endregion
|
|
67
|
+
//#region src/components/tags-input/tags-input-input.tsx
|
|
68
|
+
const TagsInputInput = (0, react.forwardRef)((props, ref) => {
|
|
69
|
+
const mergedProps = (0, __sprawlify_primitives_core.mergeProps)(useTagsInputContext().getInputProps(), props);
|
|
70
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.input, {
|
|
71
|
+
...mergedProps,
|
|
72
|
+
ref
|
|
73
|
+
});
|
|
74
|
+
});
|
|
75
|
+
TagsInputInput.displayName = "TagsInputInput";
|
|
76
|
+
|
|
77
|
+
//#endregion
|
|
78
|
+
//#region src/components/tags-input/use-tags-input-item-context.ts
|
|
79
|
+
const [TagsInputItemProvider, useTagsInputItemContext] = require_create_context.createContext({
|
|
80
|
+
name: "TagsInputItemContext",
|
|
81
|
+
hookName: "useTagsInputItemContext",
|
|
82
|
+
providerName: "<TagsInputItemProvider />"
|
|
83
|
+
});
|
|
84
|
+
|
|
85
|
+
//#endregion
|
|
86
|
+
//#region src/components/tags-input/use-tags-input-item-props-context.ts
|
|
87
|
+
const [TagsInputItemPropsProvider, useTagsInputItemPropsContext] = require_create_context.createContext({
|
|
88
|
+
name: "TagsInputItemPropsContext",
|
|
89
|
+
hookName: "useTagsInputItemPropsContext",
|
|
90
|
+
providerName: "<TagsInputItemPropsProvider />"
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
//#endregion
|
|
94
|
+
//#region src/components/tags-input/tags-input-item.tsx
|
|
95
|
+
const splitItemProps = require_create_split_props.createSplitProps();
|
|
96
|
+
const TagsInputItem = (0, react.forwardRef)((props, ref) => {
|
|
97
|
+
const [itemProps, localProps] = splitItemProps(props, [
|
|
98
|
+
"index",
|
|
99
|
+
"disabled",
|
|
100
|
+
"value"
|
|
101
|
+
]);
|
|
102
|
+
const tagsInput = useTagsInputContext();
|
|
103
|
+
const mergedProps = (0, __sprawlify_primitives_core.mergeProps)(tagsInput.getItemProps(itemProps), localProps);
|
|
104
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(TagsInputItemPropsProvider, {
|
|
105
|
+
value: itemProps,
|
|
106
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(TagsInputItemProvider, {
|
|
107
|
+
value: tagsInput.getItemState(itemProps),
|
|
108
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
109
|
+
...mergedProps,
|
|
110
|
+
ref
|
|
111
|
+
})
|
|
112
|
+
})
|
|
113
|
+
});
|
|
114
|
+
});
|
|
115
|
+
TagsInputItem.displayName = "TagsInputItem";
|
|
116
|
+
|
|
117
|
+
//#endregion
|
|
118
|
+
//#region src/components/tags-input/tags-input-item-context.tsx
|
|
119
|
+
const TagsInputItemContext = (props) => props.children(useTagsInputItemContext());
|
|
120
|
+
|
|
121
|
+
//#endregion
|
|
122
|
+
//#region src/components/tags-input/tags-input-item-delete-trigger.tsx
|
|
123
|
+
const TagsInputItemDeleteTrigger = (0, react.forwardRef)((props, ref) => {
|
|
124
|
+
const tagsInput = useTagsInputContext();
|
|
125
|
+
const itemProps = useTagsInputItemPropsContext();
|
|
126
|
+
const mergedProps = (0, __sprawlify_primitives_core.mergeProps)(tagsInput.getItemDeleteTriggerProps(itemProps), props);
|
|
127
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.button, {
|
|
128
|
+
...mergedProps,
|
|
129
|
+
ref
|
|
130
|
+
});
|
|
131
|
+
});
|
|
132
|
+
TagsInputItemDeleteTrigger.displayName = "TagsInputItemDeleteTrigger";
|
|
133
|
+
|
|
134
|
+
//#endregion
|
|
135
|
+
//#region src/components/tags-input/tags-input-item-input.tsx
|
|
136
|
+
const TagsInputItemInput = (0, react.forwardRef)((props, ref) => {
|
|
137
|
+
const tagsInput = useTagsInputContext();
|
|
138
|
+
const itemProps = useTagsInputItemPropsContext();
|
|
139
|
+
const mergedProps = (0, __sprawlify_primitives_core.mergeProps)(tagsInput.getItemInputProps(itemProps), props);
|
|
140
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.input, {
|
|
141
|
+
...mergedProps,
|
|
142
|
+
ref
|
|
143
|
+
});
|
|
144
|
+
});
|
|
145
|
+
TagsInputItemInput.displayName = "TagsInputItemInput";
|
|
146
|
+
|
|
147
|
+
//#endregion
|
|
148
|
+
//#region src/components/tags-input/tags-input-item-preview.tsx
|
|
149
|
+
const TagsInputItemPreview = (0, react.forwardRef)((props, ref) => {
|
|
150
|
+
const tagsInput = useTagsInputContext();
|
|
151
|
+
const itemProps = useTagsInputItemPropsContext();
|
|
152
|
+
const mergedProps = (0, __sprawlify_primitives_core.mergeProps)(tagsInput.getItemPreviewProps(itemProps), props);
|
|
153
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
154
|
+
...mergedProps,
|
|
155
|
+
ref
|
|
156
|
+
});
|
|
157
|
+
});
|
|
158
|
+
TagsInputItemPreview.displayName = "TagsInputItemPreview";
|
|
159
|
+
|
|
160
|
+
//#endregion
|
|
161
|
+
//#region src/components/tags-input/tags-input-item-text.tsx
|
|
162
|
+
const TagsInputItemText = (0, react.forwardRef)((props, ref) => {
|
|
163
|
+
const tagsInput = useTagsInputContext();
|
|
164
|
+
const itemProps = useTagsInputItemPropsContext();
|
|
165
|
+
const mergedProps = (0, __sprawlify_primitives_core.mergeProps)(tagsInput.getItemTextProps(itemProps), props);
|
|
166
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.span, {
|
|
167
|
+
...mergedProps,
|
|
168
|
+
ref
|
|
169
|
+
});
|
|
170
|
+
});
|
|
171
|
+
TagsInputItemText.displayName = "TagsInputItemText";
|
|
172
|
+
|
|
173
|
+
//#endregion
|
|
174
|
+
//#region src/components/tags-input/tags-input-label.tsx
|
|
175
|
+
const TagsInputLabel = (0, react.forwardRef)((props, ref) => {
|
|
176
|
+
const mergedProps = (0, __sprawlify_primitives_core.mergeProps)(useTagsInputContext().getLabelProps(), props);
|
|
177
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.label, {
|
|
178
|
+
...mergedProps,
|
|
179
|
+
ref
|
|
180
|
+
});
|
|
181
|
+
});
|
|
182
|
+
TagsInputLabel.displayName = "TagsInputLabel";
|
|
183
|
+
|
|
184
|
+
//#endregion
|
|
185
|
+
//#region src/components/tags-input/use-tags-input.ts
|
|
186
|
+
const useTagsInput = (props) => {
|
|
187
|
+
const id = (0, react.useId)();
|
|
188
|
+
const { getRootNode } = require_environment.useEnvironmentContext();
|
|
189
|
+
const { dir } = require_locale.useLocaleContext();
|
|
190
|
+
const field = require_field.useFieldContext();
|
|
191
|
+
const machineProps = {
|
|
192
|
+
id,
|
|
193
|
+
ids: {
|
|
194
|
+
label: field?.ids.label,
|
|
195
|
+
hiddenInput: field?.ids.control
|
|
196
|
+
},
|
|
197
|
+
dir,
|
|
198
|
+
disabled: field?.disabled,
|
|
199
|
+
invalid: field?.invalid,
|
|
200
|
+
readOnly: field?.readOnly,
|
|
201
|
+
required: field?.required,
|
|
202
|
+
getRootNode,
|
|
203
|
+
...props
|
|
204
|
+
};
|
|
205
|
+
const service = require_core.useMachine(__sprawlify_primitives_machines_tags_input.machine, machineProps);
|
|
206
|
+
return __sprawlify_primitives_machines_tags_input.connect(service, require_core.normalizeProps);
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
//#endregion
|
|
210
|
+
//#region src/components/tags-input/tags-input-root.tsx
|
|
211
|
+
const splitTagsInputProps = require_create_split_props.createSplitProps();
|
|
212
|
+
const TagsInputRoot = (0, react.forwardRef)((props, ref) => {
|
|
213
|
+
const [useTagsInputProps, localProps] = splitTagsInputProps(props, [
|
|
214
|
+
"addOnPaste",
|
|
215
|
+
"allowOverflow",
|
|
216
|
+
"autoFocus",
|
|
217
|
+
"blurBehavior",
|
|
218
|
+
"defaultInputValue",
|
|
219
|
+
"defaultValue",
|
|
220
|
+
"delimiter",
|
|
221
|
+
"disabled",
|
|
222
|
+
"editable",
|
|
223
|
+
"form",
|
|
224
|
+
"id",
|
|
225
|
+
"ids",
|
|
226
|
+
"inputValue",
|
|
227
|
+
"invalid",
|
|
228
|
+
"max",
|
|
229
|
+
"maxLength",
|
|
230
|
+
"name",
|
|
231
|
+
"onFocusOutside",
|
|
232
|
+
"onHighlightChange",
|
|
233
|
+
"onInputValueChange",
|
|
234
|
+
"onInteractOutside",
|
|
235
|
+
"onPointerDownOutside",
|
|
236
|
+
"onValueChange",
|
|
237
|
+
"onValueInvalid",
|
|
238
|
+
"readOnly",
|
|
239
|
+
"required",
|
|
240
|
+
"translations",
|
|
241
|
+
"validate",
|
|
242
|
+
"value"
|
|
243
|
+
]);
|
|
244
|
+
const tagsInput = useTagsInput(useTagsInputProps);
|
|
245
|
+
const mergedProps = (0, __sprawlify_primitives_core.mergeProps)(tagsInput.getRootProps(), localProps);
|
|
246
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(TagsInputProvider, {
|
|
247
|
+
value: tagsInput,
|
|
248
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
249
|
+
...mergedProps,
|
|
250
|
+
ref
|
|
251
|
+
})
|
|
252
|
+
});
|
|
253
|
+
});
|
|
254
|
+
TagsInputRoot.displayName = "TagsInputRoot";
|
|
255
|
+
|
|
256
|
+
//#endregion
|
|
257
|
+
//#region src/components/tags-input/tags-input-root-provider.tsx
|
|
258
|
+
const splitRootProviderProps = require_create_split_props.createSplitProps();
|
|
259
|
+
const TagsInputRootProvider = (0, react.forwardRef)((props, ref) => {
|
|
260
|
+
const [{ value: tagsInput }, localProps] = splitRootProviderProps(props, ["value"]);
|
|
261
|
+
const mergedProps = (0, __sprawlify_primitives_core.mergeProps)(tagsInput.getRootProps(), localProps);
|
|
262
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(TagsInputProvider, {
|
|
263
|
+
value: tagsInput,
|
|
264
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
265
|
+
...mergedProps,
|
|
266
|
+
ref
|
|
267
|
+
})
|
|
268
|
+
});
|
|
269
|
+
});
|
|
270
|
+
TagsInputRootProvider.displayName = "TagsInputRootProvider";
|
|
271
|
+
|
|
272
|
+
//#endregion
|
|
273
|
+
//#region src/components/tags-input/tags-input.ts
|
|
274
|
+
var tags_input_exports = /* @__PURE__ */ require_chunk.__export({
|
|
275
|
+
ClearTrigger: () => TagsInputClearTrigger,
|
|
276
|
+
Context: () => TagsInputContext,
|
|
277
|
+
Control: () => TagsInputControl,
|
|
278
|
+
HiddenInput: () => TagsInputHiddenInput,
|
|
279
|
+
Input: () => TagsInputInput,
|
|
280
|
+
Item: () => TagsInputItem,
|
|
281
|
+
ItemContext: () => TagsInputItemContext,
|
|
282
|
+
ItemDeleteTrigger: () => TagsInputItemDeleteTrigger,
|
|
283
|
+
ItemInput: () => TagsInputItemInput,
|
|
284
|
+
ItemPreview: () => TagsInputItemPreview,
|
|
285
|
+
ItemText: () => TagsInputItemText,
|
|
286
|
+
Label: () => TagsInputLabel,
|
|
287
|
+
Root: () => TagsInputRoot,
|
|
288
|
+
RootProvider: () => TagsInputRootProvider
|
|
289
|
+
});
|
|
290
|
+
|
|
291
|
+
//#endregion
|
|
292
|
+
Object.defineProperty(exports, 'TagsInput', {
|
|
293
|
+
enumerable: true,
|
|
294
|
+
get: function () {
|
|
295
|
+
return tags_input_exports;
|
|
296
|
+
}
|
|
297
|
+
});
|
|
298
|
+
exports.TagsInputClearTrigger = TagsInputClearTrigger;
|
|
299
|
+
exports.TagsInputContext = TagsInputContext;
|
|
300
|
+
exports.TagsInputControl = TagsInputControl;
|
|
301
|
+
exports.TagsInputHiddenInput = TagsInputHiddenInput;
|
|
302
|
+
exports.TagsInputInput = TagsInputInput;
|
|
303
|
+
exports.TagsInputItem = TagsInputItem;
|
|
304
|
+
exports.TagsInputItemContext = TagsInputItemContext;
|
|
305
|
+
exports.TagsInputItemDeleteTrigger = TagsInputItemDeleteTrigger;
|
|
306
|
+
exports.TagsInputItemInput = TagsInputItemInput;
|
|
307
|
+
exports.TagsInputItemPreview = TagsInputItemPreview;
|
|
308
|
+
exports.TagsInputItemText = TagsInputItemText;
|
|
309
|
+
exports.TagsInputLabel = TagsInputLabel;
|
|
310
|
+
exports.TagsInputRoot = TagsInputRoot;
|
|
311
|
+
exports.TagsInputRootProvider = TagsInputRootProvider;
|
|
312
|
+
Object.defineProperty(exports, 'tagsInputAnatomy', {
|
|
313
|
+
enumerable: true,
|
|
314
|
+
get: function () {
|
|
315
|
+
return __sprawlify_primitives_machines_tags_input.anatomy;
|
|
316
|
+
}
|
|
317
|
+
});
|
|
318
|
+
exports.useTagsInput = useTagsInput;
|
|
319
|
+
exports.useTagsInputContext = useTagsInputContext;
|
|
320
|
+
exports.useTagsInputItemContext = useTagsInputItemContext;
|
|
@@ -0,0 +1,99 @@
|
|
|
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 tagsInputAnatomy } from "../../tags-input-anatomy-B6yIvWqq.cjs";
|
|
5
|
+
import * as react896 from "react";
|
|
6
|
+
import { ReactNode } from "react";
|
|
7
|
+
import * as tagsInput from "@sprawlify/primitives/machines/tags-input";
|
|
8
|
+
import { FocusOutsideEvent, FocusOutsideEvent as TagsInputFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as TagsInputHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as TagsInputInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as TagsInputInteractOutsideEvent, ItemProps, ItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as TagsInputPointerDownOutsideEvent, ValidityChangeDetails, ValidityChangeDetails as TagsInputValidityChangeDetails, ValueChangeDetails, ValueChangeDetails as TagsInputValueChangeDetails } from "@sprawlify/primitives/machines/tags-input";
|
|
9
|
+
|
|
10
|
+
//#region src/components/tags-input/tags-input-clear-trigger.d.ts
|
|
11
|
+
interface TagsInputClearTriggerBaseProps extends PolymorphicProps {}
|
|
12
|
+
interface TagsInputClearTriggerProps extends HTMLProps<"button">, TagsInputClearTriggerBaseProps {}
|
|
13
|
+
declare const TagsInputClearTrigger: react896.ForwardRefExoticComponent<TagsInputClearTriggerProps & react896.RefAttributes<HTMLButtonElement>>;
|
|
14
|
+
//#endregion
|
|
15
|
+
//#region src/components/tags-input/use-tags-input.d.ts
|
|
16
|
+
interface UseTagsInputProps extends Optional<Omit<tagsInput.Props, "dir" | "getRootNode">, "id"> {}
|
|
17
|
+
interface UseTagsInputReturn extends tagsInput.Api<PropTypes> {}
|
|
18
|
+
declare const useTagsInput: (props?: UseTagsInputProps) => UseTagsInputReturn;
|
|
19
|
+
//#endregion
|
|
20
|
+
//#region src/components/tags-input/use-tags-input-context.d.ts
|
|
21
|
+
interface UseTagsInputContext extends UseTagsInputReturn {}
|
|
22
|
+
//#endregion
|
|
23
|
+
//#region src/components/tags-input/tags-input-context.d.ts
|
|
24
|
+
interface TagsInputContextProps {
|
|
25
|
+
children: (context: UseTagsInputContext) => ReactNode;
|
|
26
|
+
}
|
|
27
|
+
declare const TagsInputContext: (props: TagsInputContextProps) => ReactNode;
|
|
28
|
+
//#endregion
|
|
29
|
+
//#region src/components/tags-input/tags-input-control.d.ts
|
|
30
|
+
interface TagsInputControlBaseProps extends PolymorphicProps {}
|
|
31
|
+
interface TagsInputControlProps extends HTMLProps<"div">, TagsInputControlBaseProps {}
|
|
32
|
+
declare const TagsInputControl: react896.ForwardRefExoticComponent<TagsInputControlProps & react896.RefAttributes<HTMLDivElement>>;
|
|
33
|
+
//#endregion
|
|
34
|
+
//#region src/components/tags-input/tags-input-hidden-input.d.ts
|
|
35
|
+
interface TagsInputHiddenInputBaseProps extends PolymorphicProps {}
|
|
36
|
+
interface TagsInputHiddenInputProps extends HTMLProps<"input">, TagsInputHiddenInputBaseProps {}
|
|
37
|
+
declare const TagsInputHiddenInput: react896.ForwardRefExoticComponent<TagsInputHiddenInputProps & react896.RefAttributes<HTMLInputElement>>;
|
|
38
|
+
//#endregion
|
|
39
|
+
//#region src/components/tags-input/tags-input-input.d.ts
|
|
40
|
+
interface TagsInputInputBaseProps extends PolymorphicProps {}
|
|
41
|
+
interface TagsInputInputProps extends HTMLProps<"input">, TagsInputInputBaseProps {}
|
|
42
|
+
declare const TagsInputInput: react896.ForwardRefExoticComponent<TagsInputInputProps & react896.RefAttributes<HTMLInputElement>>;
|
|
43
|
+
//#endregion
|
|
44
|
+
//#region src/components/tags-input/tags-input-item.d.ts
|
|
45
|
+
interface TagsInputItemBaseProps extends ItemProps, PolymorphicProps {}
|
|
46
|
+
interface TagsInputItemProps extends HTMLProps<"div">, TagsInputItemBaseProps {}
|
|
47
|
+
declare const TagsInputItem: react896.ForwardRefExoticComponent<TagsInputItemProps & react896.RefAttributes<HTMLDivElement>>;
|
|
48
|
+
//#endregion
|
|
49
|
+
//#region src/components/tags-input/use-tags-input-item-context.d.ts
|
|
50
|
+
interface UseTagsInputItemContext extends ItemState {}
|
|
51
|
+
//#endregion
|
|
52
|
+
//#region src/components/tags-input/tags-input-item-context.d.ts
|
|
53
|
+
interface TagsInputItemContextProps {
|
|
54
|
+
children: (context: UseTagsInputItemContext) => ReactNode;
|
|
55
|
+
}
|
|
56
|
+
declare const TagsInputItemContext: (props: TagsInputItemContextProps) => ReactNode;
|
|
57
|
+
//#endregion
|
|
58
|
+
//#region src/components/tags-input/tags-input-item-delete-trigger.d.ts
|
|
59
|
+
interface TagsInputItemDeleteTriggerBaseProps extends PolymorphicProps {}
|
|
60
|
+
interface TagsInputItemDeleteTriggerProps extends HTMLProps<"button">, TagsInputItemDeleteTriggerBaseProps {}
|
|
61
|
+
declare const TagsInputItemDeleteTrigger: react896.ForwardRefExoticComponent<TagsInputItemDeleteTriggerProps & react896.RefAttributes<HTMLButtonElement>>;
|
|
62
|
+
//#endregion
|
|
63
|
+
//#region src/components/tags-input/tags-input-item-input.d.ts
|
|
64
|
+
interface TagsInputItemInputBaseProps extends PolymorphicProps {}
|
|
65
|
+
interface TagsInputItemInputProps extends HTMLProps<"input">, TagsInputItemInputBaseProps {}
|
|
66
|
+
declare const TagsInputItemInput: react896.ForwardRefExoticComponent<TagsInputItemInputProps & react896.RefAttributes<HTMLInputElement>>;
|
|
67
|
+
//#endregion
|
|
68
|
+
//#region src/components/tags-input/tags-input-item-preview.d.ts
|
|
69
|
+
interface TagsInputItemPreviewBaseProps extends PolymorphicProps {}
|
|
70
|
+
interface TagsInputItemPreviewProps extends HTMLProps<"div">, TagsInputItemPreviewBaseProps {}
|
|
71
|
+
declare const TagsInputItemPreview: react896.ForwardRefExoticComponent<TagsInputItemPreviewProps & react896.RefAttributes<HTMLDivElement>>;
|
|
72
|
+
//#endregion
|
|
73
|
+
//#region src/components/tags-input/tags-input-item-text.d.ts
|
|
74
|
+
interface TagsInputItemTextBaseProps extends PolymorphicProps {}
|
|
75
|
+
interface TagsInputItemTextProps extends HTMLProps<"span">, TagsInputItemTextBaseProps {}
|
|
76
|
+
declare const TagsInputItemText: react896.ForwardRefExoticComponent<TagsInputItemTextProps & react896.RefAttributes<HTMLSpanElement>>;
|
|
77
|
+
//#endregion
|
|
78
|
+
//#region src/components/tags-input/tags-input-label.d.ts
|
|
79
|
+
interface TagsInputLabelBaseProps extends PolymorphicProps {}
|
|
80
|
+
interface TagsInputLabelProps extends HTMLProps<"label">, TagsInputLabelBaseProps {}
|
|
81
|
+
declare const TagsInputLabel: react896.ForwardRefExoticComponent<TagsInputLabelProps & react896.RefAttributes<HTMLLabelElement>>;
|
|
82
|
+
//#endregion
|
|
83
|
+
//#region src/components/tags-input/tags-input-root.d.ts
|
|
84
|
+
interface TagsInputRootBaseProps extends UseTagsInputProps, PolymorphicProps {}
|
|
85
|
+
interface TagsInputRootProps extends Assign<HTMLProps<"div">, TagsInputRootBaseProps> {}
|
|
86
|
+
declare const TagsInputRoot: react896.ForwardRefExoticComponent<TagsInputRootProps & react896.RefAttributes<HTMLDivElement>>;
|
|
87
|
+
//#endregion
|
|
88
|
+
//#region src/components/tags-input/tags-input-root-provider.d.ts
|
|
89
|
+
interface RootProviderProps {
|
|
90
|
+
value: UseTagsInputReturn;
|
|
91
|
+
}
|
|
92
|
+
interface TagsInputRootProviderBaseProps extends RootProviderProps, PolymorphicProps {}
|
|
93
|
+
interface TagsInputRootProviderProps extends HTMLProps<"div">, TagsInputRootProviderBaseProps {}
|
|
94
|
+
declare const TagsInputRootProvider: react896.ForwardRefExoticComponent<TagsInputRootProviderProps & react896.RefAttributes<HTMLDivElement>>;
|
|
95
|
+
declare namespace tags_input_d_exports {
|
|
96
|
+
export { TagsInputClearTrigger as ClearTrigger, TagsInputClearTriggerBaseProps as ClearTriggerBaseProps, TagsInputClearTriggerProps as ClearTriggerProps, TagsInputContext as Context, TagsInputContextProps as ContextProps, TagsInputControl as Control, TagsInputControlBaseProps as ControlBaseProps, TagsInputControlProps as ControlProps, FocusOutsideEvent, TagsInputHiddenInput as HiddenInput, TagsInputHiddenInputBaseProps as HiddenInputBaseProps, TagsInputHiddenInputProps as HiddenInputProps, HighlightChangeDetails, TagsInputInput as Input, TagsInputInputBaseProps as InputBaseProps, TagsInputInputProps as InputProps, InputValueChangeDetails, InteractOutsideEvent, TagsInputItem as Item, TagsInputItemBaseProps as ItemBaseProps, TagsInputItemContext as ItemContext, TagsInputItemContextProps as ItemContextProps, TagsInputItemDeleteTrigger as ItemDeleteTrigger, TagsInputItemDeleteTriggerBaseProps as ItemDeleteTriggerBaseProps, TagsInputItemDeleteTriggerProps as ItemDeleteTriggerProps, TagsInputItemInput as ItemInput, TagsInputItemInputBaseProps as ItemInputBaseProps, TagsInputItemInputProps as ItemInputProps, TagsInputItemPreview as ItemPreview, TagsInputItemPreviewBaseProps as ItemPreviewBaseProps, TagsInputItemPreviewProps as ItemPreviewProps, TagsInputItemProps as ItemProps, TagsInputItemText as ItemText, TagsInputItemTextBaseProps as ItemTextBaseProps, TagsInputItemTextProps as ItemTextProps, TagsInputLabel as Label, TagsInputLabelBaseProps as LabelBaseProps, TagsInputLabelProps as LabelProps, PointerDownOutsideEvent, TagsInputRoot as Root, TagsInputRootBaseProps as RootBaseProps, TagsInputRootProps as RootProps, TagsInputRootProvider as RootProvider, TagsInputRootProviderBaseProps as RootProviderBaseProps, TagsInputRootProviderProps as RootProviderProps, ValidityChangeDetails, ValueChangeDetails };
|
|
97
|
+
}
|
|
98
|
+
//#endregion
|
|
99
|
+
export { tags_input_d_exports as TagsInput, TagsInputClearTrigger, type TagsInputClearTriggerBaseProps, type TagsInputClearTriggerProps, TagsInputContext, type TagsInputContextProps, TagsInputControl, type TagsInputControlBaseProps, type TagsInputControlProps, type TagsInputFocusOutsideEvent, TagsInputHiddenInput, type TagsInputHiddenInputBaseProps, type TagsInputHiddenInputProps, type TagsInputHighlightChangeDetails, TagsInputInput, type TagsInputInputBaseProps, type TagsInputInputProps, type TagsInputInputValueChangeDetails, type TagsInputInteractOutsideEvent, TagsInputItem, type TagsInputItemBaseProps, TagsInputItemContext, type TagsInputItemContextProps, TagsInputItemDeleteTrigger, type TagsInputItemDeleteTriggerBaseProps, type TagsInputItemDeleteTriggerProps, TagsInputItemInput, type TagsInputItemInputBaseProps, type TagsInputItemInputProps, TagsInputItemPreview, type TagsInputItemPreviewBaseProps, type TagsInputItemPreviewProps, type TagsInputItemProps, TagsInputItemText, type TagsInputItemTextBaseProps, type TagsInputItemTextProps, TagsInputLabel, type TagsInputLabelBaseProps, type TagsInputLabelProps, type TagsInputPointerDownOutsideEvent, TagsInputRoot, type TagsInputRootBaseProps, type TagsInputRootProps, TagsInputRootProvider, type TagsInputRootProviderBaseProps, type TagsInputRootProviderProps, type TagsInputValidityChangeDetails, type TagsInputValueChangeDetails, type UseTagsInputContext, type UseTagsInputItemContext, type UseTagsInputProps, type UseTagsInputReturn, tagsInputAnatomy, useTagsInput, useTagsInputContext, useTagsInputItemContext };
|
|
@@ -0,0 +1,99 @@
|
|
|
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 tagsInputAnatomy } from "../../tags-input-anatomy-CfqbAIl5.mjs";
|
|
5
|
+
import * as react695 from "react";
|
|
6
|
+
import { ReactNode } from "react";
|
|
7
|
+
import * as tagsInput from "@sprawlify/primitives/machines/tags-input";
|
|
8
|
+
import { FocusOutsideEvent, FocusOutsideEvent as TagsInputFocusOutsideEvent, HighlightChangeDetails, HighlightChangeDetails as TagsInputHighlightChangeDetails, InputValueChangeDetails, InputValueChangeDetails as TagsInputInputValueChangeDetails, InteractOutsideEvent, InteractOutsideEvent as TagsInputInteractOutsideEvent, ItemProps, ItemState, PointerDownOutsideEvent, PointerDownOutsideEvent as TagsInputPointerDownOutsideEvent, ValidityChangeDetails, ValidityChangeDetails as TagsInputValidityChangeDetails, ValueChangeDetails, ValueChangeDetails as TagsInputValueChangeDetails } from "@sprawlify/primitives/machines/tags-input";
|
|
9
|
+
|
|
10
|
+
//#region src/components/tags-input/tags-input-clear-trigger.d.ts
|
|
11
|
+
interface TagsInputClearTriggerBaseProps extends PolymorphicProps {}
|
|
12
|
+
interface TagsInputClearTriggerProps extends HTMLProps<"button">, TagsInputClearTriggerBaseProps {}
|
|
13
|
+
declare const TagsInputClearTrigger: react695.ForwardRefExoticComponent<TagsInputClearTriggerProps & react695.RefAttributes<HTMLButtonElement>>;
|
|
14
|
+
//#endregion
|
|
15
|
+
//#region src/components/tags-input/use-tags-input.d.ts
|
|
16
|
+
interface UseTagsInputProps extends Optional<Omit<tagsInput.Props, "dir" | "getRootNode">, "id"> {}
|
|
17
|
+
interface UseTagsInputReturn extends tagsInput.Api<PropTypes> {}
|
|
18
|
+
declare const useTagsInput: (props?: UseTagsInputProps) => UseTagsInputReturn;
|
|
19
|
+
//#endregion
|
|
20
|
+
//#region src/components/tags-input/use-tags-input-context.d.ts
|
|
21
|
+
interface UseTagsInputContext extends UseTagsInputReturn {}
|
|
22
|
+
//#endregion
|
|
23
|
+
//#region src/components/tags-input/tags-input-context.d.ts
|
|
24
|
+
interface TagsInputContextProps {
|
|
25
|
+
children: (context: UseTagsInputContext) => ReactNode;
|
|
26
|
+
}
|
|
27
|
+
declare const TagsInputContext: (props: TagsInputContextProps) => ReactNode;
|
|
28
|
+
//#endregion
|
|
29
|
+
//#region src/components/tags-input/tags-input-control.d.ts
|
|
30
|
+
interface TagsInputControlBaseProps extends PolymorphicProps {}
|
|
31
|
+
interface TagsInputControlProps extends HTMLProps<"div">, TagsInputControlBaseProps {}
|
|
32
|
+
declare const TagsInputControl: react695.ForwardRefExoticComponent<TagsInputControlProps & react695.RefAttributes<HTMLDivElement>>;
|
|
33
|
+
//#endregion
|
|
34
|
+
//#region src/components/tags-input/tags-input-hidden-input.d.ts
|
|
35
|
+
interface TagsInputHiddenInputBaseProps extends PolymorphicProps {}
|
|
36
|
+
interface TagsInputHiddenInputProps extends HTMLProps<"input">, TagsInputHiddenInputBaseProps {}
|
|
37
|
+
declare const TagsInputHiddenInput: react695.ForwardRefExoticComponent<TagsInputHiddenInputProps & react695.RefAttributes<HTMLInputElement>>;
|
|
38
|
+
//#endregion
|
|
39
|
+
//#region src/components/tags-input/tags-input-input.d.ts
|
|
40
|
+
interface TagsInputInputBaseProps extends PolymorphicProps {}
|
|
41
|
+
interface TagsInputInputProps extends HTMLProps<"input">, TagsInputInputBaseProps {}
|
|
42
|
+
declare const TagsInputInput: react695.ForwardRefExoticComponent<TagsInputInputProps & react695.RefAttributes<HTMLInputElement>>;
|
|
43
|
+
//#endregion
|
|
44
|
+
//#region src/components/tags-input/tags-input-item.d.ts
|
|
45
|
+
interface TagsInputItemBaseProps extends ItemProps, PolymorphicProps {}
|
|
46
|
+
interface TagsInputItemProps extends HTMLProps<"div">, TagsInputItemBaseProps {}
|
|
47
|
+
declare const TagsInputItem: react695.ForwardRefExoticComponent<TagsInputItemProps & react695.RefAttributes<HTMLDivElement>>;
|
|
48
|
+
//#endregion
|
|
49
|
+
//#region src/components/tags-input/use-tags-input-item-context.d.ts
|
|
50
|
+
interface UseTagsInputItemContext extends ItemState {}
|
|
51
|
+
//#endregion
|
|
52
|
+
//#region src/components/tags-input/tags-input-item-context.d.ts
|
|
53
|
+
interface TagsInputItemContextProps {
|
|
54
|
+
children: (context: UseTagsInputItemContext) => ReactNode;
|
|
55
|
+
}
|
|
56
|
+
declare const TagsInputItemContext: (props: TagsInputItemContextProps) => ReactNode;
|
|
57
|
+
//#endregion
|
|
58
|
+
//#region src/components/tags-input/tags-input-item-delete-trigger.d.ts
|
|
59
|
+
interface TagsInputItemDeleteTriggerBaseProps extends PolymorphicProps {}
|
|
60
|
+
interface TagsInputItemDeleteTriggerProps extends HTMLProps<"button">, TagsInputItemDeleteTriggerBaseProps {}
|
|
61
|
+
declare const TagsInputItemDeleteTrigger: react695.ForwardRefExoticComponent<TagsInputItemDeleteTriggerProps & react695.RefAttributes<HTMLButtonElement>>;
|
|
62
|
+
//#endregion
|
|
63
|
+
//#region src/components/tags-input/tags-input-item-input.d.ts
|
|
64
|
+
interface TagsInputItemInputBaseProps extends PolymorphicProps {}
|
|
65
|
+
interface TagsInputItemInputProps extends HTMLProps<"input">, TagsInputItemInputBaseProps {}
|
|
66
|
+
declare const TagsInputItemInput: react695.ForwardRefExoticComponent<TagsInputItemInputProps & react695.RefAttributes<HTMLInputElement>>;
|
|
67
|
+
//#endregion
|
|
68
|
+
//#region src/components/tags-input/tags-input-item-preview.d.ts
|
|
69
|
+
interface TagsInputItemPreviewBaseProps extends PolymorphicProps {}
|
|
70
|
+
interface TagsInputItemPreviewProps extends HTMLProps<"div">, TagsInputItemPreviewBaseProps {}
|
|
71
|
+
declare const TagsInputItemPreview: react695.ForwardRefExoticComponent<TagsInputItemPreviewProps & react695.RefAttributes<HTMLDivElement>>;
|
|
72
|
+
//#endregion
|
|
73
|
+
//#region src/components/tags-input/tags-input-item-text.d.ts
|
|
74
|
+
interface TagsInputItemTextBaseProps extends PolymorphicProps {}
|
|
75
|
+
interface TagsInputItemTextProps extends HTMLProps<"span">, TagsInputItemTextBaseProps {}
|
|
76
|
+
declare const TagsInputItemText: react695.ForwardRefExoticComponent<TagsInputItemTextProps & react695.RefAttributes<HTMLSpanElement>>;
|
|
77
|
+
//#endregion
|
|
78
|
+
//#region src/components/tags-input/tags-input-label.d.ts
|
|
79
|
+
interface TagsInputLabelBaseProps extends PolymorphicProps {}
|
|
80
|
+
interface TagsInputLabelProps extends HTMLProps<"label">, TagsInputLabelBaseProps {}
|
|
81
|
+
declare const TagsInputLabel: react695.ForwardRefExoticComponent<TagsInputLabelProps & react695.RefAttributes<HTMLLabelElement>>;
|
|
82
|
+
//#endregion
|
|
83
|
+
//#region src/components/tags-input/tags-input-root.d.ts
|
|
84
|
+
interface TagsInputRootBaseProps extends UseTagsInputProps, PolymorphicProps {}
|
|
85
|
+
interface TagsInputRootProps extends Assign<HTMLProps<"div">, TagsInputRootBaseProps> {}
|
|
86
|
+
declare const TagsInputRoot: react695.ForwardRefExoticComponent<TagsInputRootProps & react695.RefAttributes<HTMLDivElement>>;
|
|
87
|
+
//#endregion
|
|
88
|
+
//#region src/components/tags-input/tags-input-root-provider.d.ts
|
|
89
|
+
interface RootProviderProps {
|
|
90
|
+
value: UseTagsInputReturn;
|
|
91
|
+
}
|
|
92
|
+
interface TagsInputRootProviderBaseProps extends RootProviderProps, PolymorphicProps {}
|
|
93
|
+
interface TagsInputRootProviderProps extends HTMLProps<"div">, TagsInputRootProviderBaseProps {}
|
|
94
|
+
declare const TagsInputRootProvider: react695.ForwardRefExoticComponent<TagsInputRootProviderProps & react695.RefAttributes<HTMLDivElement>>;
|
|
95
|
+
declare namespace tags_input_d_exports {
|
|
96
|
+
export { TagsInputClearTrigger as ClearTrigger, TagsInputClearTriggerBaseProps as ClearTriggerBaseProps, TagsInputClearTriggerProps as ClearTriggerProps, TagsInputContext as Context, TagsInputContextProps as ContextProps, TagsInputControl as Control, TagsInputControlBaseProps as ControlBaseProps, TagsInputControlProps as ControlProps, FocusOutsideEvent, TagsInputHiddenInput as HiddenInput, TagsInputHiddenInputBaseProps as HiddenInputBaseProps, TagsInputHiddenInputProps as HiddenInputProps, HighlightChangeDetails, TagsInputInput as Input, TagsInputInputBaseProps as InputBaseProps, TagsInputInputProps as InputProps, InputValueChangeDetails, InteractOutsideEvent, TagsInputItem as Item, TagsInputItemBaseProps as ItemBaseProps, TagsInputItemContext as ItemContext, TagsInputItemContextProps as ItemContextProps, TagsInputItemDeleteTrigger as ItemDeleteTrigger, TagsInputItemDeleteTriggerBaseProps as ItemDeleteTriggerBaseProps, TagsInputItemDeleteTriggerProps as ItemDeleteTriggerProps, TagsInputItemInput as ItemInput, TagsInputItemInputBaseProps as ItemInputBaseProps, TagsInputItemInputProps as ItemInputProps, TagsInputItemPreview as ItemPreview, TagsInputItemPreviewBaseProps as ItemPreviewBaseProps, TagsInputItemPreviewProps as ItemPreviewProps, TagsInputItemProps as ItemProps, TagsInputItemText as ItemText, TagsInputItemTextBaseProps as ItemTextBaseProps, TagsInputItemTextProps as ItemTextProps, TagsInputLabel as Label, TagsInputLabelBaseProps as LabelBaseProps, TagsInputLabelProps as LabelProps, PointerDownOutsideEvent, TagsInputRoot as Root, TagsInputRootBaseProps as RootBaseProps, TagsInputRootProps as RootProps, TagsInputRootProvider as RootProvider, TagsInputRootProviderBaseProps as RootProviderBaseProps, TagsInputRootProviderProps as RootProviderProps, ValidityChangeDetails, ValueChangeDetails };
|
|
97
|
+
}
|
|
98
|
+
//#endregion
|
|
99
|
+
export { tags_input_d_exports as TagsInput, TagsInputClearTrigger, type TagsInputClearTriggerBaseProps, type TagsInputClearTriggerProps, TagsInputContext, type TagsInputContextProps, TagsInputControl, type TagsInputControlBaseProps, type TagsInputControlProps, type TagsInputFocusOutsideEvent, TagsInputHiddenInput, type TagsInputHiddenInputBaseProps, type TagsInputHiddenInputProps, type TagsInputHighlightChangeDetails, TagsInputInput, type TagsInputInputBaseProps, type TagsInputInputProps, type TagsInputInputValueChangeDetails, type TagsInputInteractOutsideEvent, TagsInputItem, type TagsInputItemBaseProps, TagsInputItemContext, type TagsInputItemContextProps, TagsInputItemDeleteTrigger, type TagsInputItemDeleteTriggerBaseProps, type TagsInputItemDeleteTriggerProps, TagsInputItemInput, type TagsInputItemInputBaseProps, type TagsInputItemInputProps, TagsInputItemPreview, type TagsInputItemPreviewBaseProps, type TagsInputItemPreviewProps, type TagsInputItemProps, TagsInputItemText, type TagsInputItemTextBaseProps, type TagsInputItemTextProps, TagsInputLabel, type TagsInputLabelBaseProps, type TagsInputLabelProps, type TagsInputPointerDownOutsideEvent, TagsInputRoot, type TagsInputRootBaseProps, type TagsInputRootProps, TagsInputRootProvider, type TagsInputRootProviderBaseProps, type TagsInputRootProviderProps, type TagsInputValidityChangeDetails, type TagsInputValueChangeDetails, type UseTagsInputContext, type UseTagsInputItemContext, type UseTagsInputProps, type UseTagsInputReturn, tagsInputAnatomy, useTagsInput, useTagsInputContext, useTagsInputItemContext };
|