@sprawlify/react 0.0.77 → 0.0.79
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/alert-dialog-anatomy-BeFaJ5v6.d.mts +6 -0
- package/dist/alert-dialog-anatomy-Bx8SwN-8.d.cts +6 -0
- package/dist/alert-dialog-anatomy-CRkMZIHz.cjs +20 -0
- package/dist/alert-dialog-anatomy-j0VyCTuq.mjs +8 -0
- package/dist/anatomy-BiHD1XLG.mjs +55 -0
- package/dist/anatomy-DPLtcMFm.d.mts +54 -0
- package/dist/anatomy-D_Fxt8Om.d.cts +54 -0
- package/dist/{anatomy-CvVx55Mv.cjs → anatomy-Dnk-K_Ni.cjs} +13 -12
- package/dist/carousel-anatomy-C9ZjHPvr.d.cts +6 -0
- package/dist/carousel-anatomy-DKOdp8hr.d.mts +6 -0
- package/dist/checkbox-anatomy-MDEoQbW-.d.cts +6 -0
- package/dist/checkbox-anatomy-TOoBseH8.d.mts +6 -0
- package/dist/{collapsible-YFKwLQBy.mjs → collapsible-Bq4xeqps.mjs} +1 -1
- package/dist/{collapsible-zJieRBXg.cjs → collapsible-DSB6D5vg.cjs} +1 -1
- package/dist/{collection-ButUNxq9.mjs → collection-C7CrYsk4.mjs} +1 -1
- package/dist/{collection-5oXm_N-h.cjs → collection-DZJ7fsR3.cjs} +1 -1
- package/dist/color-picker-anatomy-DEvdLiZ6.d.cts +6 -0
- package/dist/color-picker-anatomy-DxRp0fZP.d.mts +6 -0
- package/dist/{combobox-anatomy-BYUvxwCV.d.cts → combobox-anatomy-B2T0pPAM.d.mts} +2 -2
- package/dist/combobox-anatomy-CUqoemxA.d.cts +6 -0
- package/dist/components/accordion/index.cjs +4 -4
- package/dist/components/accordion/index.d.cts +7 -7
- package/dist/components/accordion/index.d.mts +12 -12
- package/dist/components/accordion/index.mjs +3 -3
- package/dist/components/alert-dialog/index.cjs +209 -0
- package/dist/components/alert-dialog/index.d.cts +81 -0
- package/dist/components/alert-dialog/index.d.mts +82 -0
- package/dist/components/alert-dialog/index.mjs +189 -0
- package/dist/components/anatomy.cjs +62 -60
- package/dist/components/anatomy.d.cts +51 -50
- package/dist/components/anatomy.d.mts +52 -51
- package/dist/components/anatomy.mjs +52 -51
- package/dist/components/angle-slider/index.cjs +2 -2
- package/dist/components/angle-slider/index.d.cts +11 -11
- package/dist/components/angle-slider/index.d.mts +14 -14
- package/dist/components/angle-slider/index.mjs +2 -2
- package/dist/components/aspect-ratio/index.cjs +1 -1
- package/dist/components/aspect-ratio/index.d.cts +4 -4
- package/dist/components/aspect-ratio/index.d.mts +7 -7
- package/dist/components/aspect-ratio/index.mjs +1 -1
- package/dist/components/avatar/index.cjs +2 -2
- package/dist/components/avatar/index.d.cts +6 -6
- package/dist/components/avatar/index.d.mts +9 -9
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/bottom-sheet/index.cjs +5 -5
- package/dist/components/bottom-sheet/index.d.cts +13 -13
- package/dist/components/bottom-sheet/index.d.mts +17 -17
- package/dist/components/bottom-sheet/index.mjs +5 -5
- package/dist/components/carousel/index.cjs +2 -2
- package/dist/components/carousel/index.d.cts +14 -14
- package/dist/components/carousel/index.d.mts +17 -17
- package/dist/components/carousel/index.mjs +2 -2
- package/dist/components/checkbox/index.cjs +9 -9
- package/dist/components/checkbox/index.d.cts +10 -10
- package/dist/components/checkbox/index.d.mts +13 -13
- package/dist/components/checkbox/index.mjs +9 -9
- package/dist/components/clipboard/index.cjs +2 -2
- package/dist/components/clipboard/index.d.cts +10 -10
- package/dist/components/clipboard/index.d.mts +13 -13
- package/dist/components/clipboard/index.mjs +2 -2
- package/dist/components/collapsible/index.cjs +2 -2
- package/dist/components/collapsible/index.d.cts +7 -7
- package/dist/components/collapsible/index.d.mts +11 -11
- package/dist/components/collapsible/index.mjs +2 -2
- package/dist/components/collection/index.cjs +2 -2
- package/dist/components/collection/index.d.cts +1 -1
- package/dist/components/collection/index.d.mts +1 -1
- package/dist/components/collection/index.mjs +2 -2
- package/dist/components/color-picker/index.cjs +8 -8
- package/dist/components/color-picker/index.d.cts +31 -31
- package/dist/components/color-picker/index.d.mts +35 -35
- package/dist/components/color-picker/index.mjs +8 -8
- package/dist/components/combobox/index.cjs +9 -9
- package/dist/components/combobox/index.d.cts +18 -18
- package/dist/components/combobox/index.d.mts +22 -22
- package/dist/components/combobox/index.mjs +9 -9
- package/dist/components/date-picker/index.cjs +4 -4
- package/dist/components/date-picker/index.d.cts +29 -29
- package/dist/components/date-picker/index.d.mts +33 -33
- package/dist/components/date-picker/index.mjs +4 -4
- package/dist/components/dialog/index.cjs +4 -4
- package/dist/components/dialog/index.d.cts +13 -13
- package/dist/components/dialog/index.d.mts +17 -17
- package/dist/components/dialog/index.mjs +4 -4
- package/dist/components/download-trigger/index.d.cts +2 -2
- package/dist/components/download-trigger/index.d.mts +4 -4
- package/dist/components/dropdown-menu/index.cjs +536 -0
- package/dist/components/dropdown-menu/index.d.cts +156 -0
- package/dist/components/dropdown-menu/index.d.mts +175 -0
- package/dist/components/dropdown-menu/index.mjs +500 -0
- package/dist/components/editable/index.cjs +6 -6
- package/dist/components/editable/index.d.cts +12 -12
- package/dist/components/editable/index.d.mts +14 -14
- package/dist/components/editable/index.mjs +6 -6
- package/dist/components/field/index.cjs +4 -4
- package/dist/components/field/index.d.cts +12 -12
- package/dist/components/field/index.d.mts +13 -13
- package/dist/components/field/index.mjs +4 -4
- package/dist/components/fieldset/index.cjs +4 -4
- package/dist/components/fieldset/index.d.cts +8 -8
- package/dist/components/fieldset/index.d.mts +9 -9
- package/dist/components/fieldset/index.mjs +4 -4
- package/dist/components/file-upload/index.cjs +6 -6
- package/dist/components/file-upload/index.d.cts +16 -16
- package/dist/components/file-upload/index.d.mts +19 -19
- package/dist/components/file-upload/index.mjs +6 -6
- package/dist/components/floating-panel/index.cjs +4 -4
- package/dist/components/floating-panel/index.d.cts +17 -17
- package/dist/components/floating-panel/index.d.mts +21 -21
- package/dist/components/floating-panel/index.mjs +4 -4
- package/dist/components/focus-trap/index.cjs +2 -2
- package/dist/components/focus-trap/index.d.cts +2 -2
- package/dist/components/focus-trap/index.d.mts +4 -4
- package/dist/components/focus-trap/index.mjs +2 -2
- package/dist/components/format/index.d.mts +4 -4
- package/dist/components/frame/index.cjs +1 -1
- package/dist/components/frame/index.d.cts +2 -2
- package/dist/components/frame/index.d.mts +3 -3
- package/dist/components/frame/index.mjs +1 -1
- package/dist/components/highlight/index.cjs +1 -1
- package/dist/components/highlight/index.d.cts +2 -2
- package/dist/components/highlight/index.d.mts +3 -3
- package/dist/components/highlight/index.mjs +1 -1
- package/dist/components/hover-card/index.cjs +3 -3
- package/dist/components/hover-card/index.d.cts +11 -11
- package/dist/components/hover-card/index.d.mts +15 -15
- package/dist/components/hover-card/index.mjs +3 -3
- package/dist/components/image-cropper/index.cjs +2 -2
- package/dist/components/image-cropper/index.d.cts +9 -9
- package/dist/components/image-cropper/index.d.mts +12 -12
- package/dist/components/image-cropper/index.mjs +2 -2
- package/dist/components/json-tree-view/index.cjs +8 -8
- 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 +6 -6
- package/dist/components/listbox/index.cjs +4 -4
- package/dist/components/listbox/index.d.cts +13 -13
- package/dist/components/listbox/index.d.mts +16 -16
- package/dist/components/listbox/index.mjs +4 -4
- package/dist/components/marquee/index.cjs +2 -2
- package/dist/components/marquee/index.d.cts +8 -8
- package/dist/components/marquee/index.d.mts +11 -11
- package/dist/components/marquee/index.mjs +2 -2
- package/dist/components/navigation-menu/index.cjs +6 -6
- package/dist/components/navigation-menu/index.d.cts +14 -14
- package/dist/components/navigation-menu/index.d.mts +18 -18
- package/dist/components/navigation-menu/index.mjs +6 -6
- package/dist/components/number-input/index.cjs +6 -6
- package/dist/components/number-input/index.d.cts +11 -11
- package/dist/components/number-input/index.d.mts +14 -14
- package/dist/components/number-input/index.mjs +6 -6
- package/dist/components/pagination/index.cjs +2 -2
- package/dist/components/pagination/index.d.cts +10 -10
- package/dist/components/pagination/index.d.mts +13 -13
- package/dist/components/pagination/index.mjs +2 -2
- package/dist/components/password-input/index.cjs +6 -6
- package/dist/components/password-input/index.d.cts +9 -9
- package/dist/components/password-input/index.d.mts +12 -12
- package/dist/components/password-input/index.mjs +6 -6
- package/dist/components/pin-input/index.cjs +6 -6
- package/dist/components/pin-input/index.d.cts +8 -8
- package/dist/components/pin-input/index.d.mts +11 -11
- package/dist/components/pin-input/index.mjs +6 -6
- package/dist/components/popover/index.cjs +3 -3
- package/dist/components/popover/index.d.cts +16 -16
- package/dist/components/popover/index.d.mts +20 -20
- package/dist/components/popover/index.mjs +3 -3
- package/dist/components/portal/index.cjs +1 -1
- package/dist/components/portal/index.d.cts +2 -2
- package/dist/components/portal/index.d.mts +2 -2
- package/dist/components/portal/index.mjs +1 -1
- package/dist/components/presence/index.cjs +2 -2
- package/dist/components/presence/index.d.cts +1 -1
- package/dist/components/presence/index.d.mts +3 -3
- package/dist/components/presence/index.mjs +2 -2
- package/dist/components/progress/index.cjs +2 -2
- package/dist/components/progress/index.d.cts +12 -12
- package/dist/components/progress/index.d.mts +15 -15
- package/dist/components/progress/index.mjs +2 -2
- package/dist/components/qr-code/index.cjs +2 -2
- package/dist/components/qr-code/index.d.cts +8 -8
- package/dist/components/qr-code/index.d.mts +11 -11
- package/dist/components/qr-code/index.mjs +2 -2
- package/dist/components/radio-group/index.cjs +6 -6
- package/dist/components/radio-group/index.d.cts +10 -10
- package/dist/components/radio-group/index.d.mts +13 -13
- package/dist/components/radio-group/index.mjs +6 -6
- package/dist/components/rating-group/index.cjs +6 -6
- package/dist/components/rating-group/index.d.cts +8 -8
- package/dist/components/rating-group/index.d.mts +11 -11
- package/dist/components/rating-group/index.mjs +6 -6
- package/dist/components/scroll-area/index.cjs +2 -2
- package/dist/components/scroll-area/index.d.cts +9 -9
- package/dist/components/scroll-area/index.d.mts +12 -12
- package/dist/components/scroll-area/index.mjs +2 -2
- package/dist/components/segment-group/index.cjs +2 -2
- package/dist/components/segment-group/index.d.cts +10 -10
- package/dist/components/segment-group/index.d.mts +13 -13
- package/dist/components/segment-group/index.mjs +2 -2
- package/dist/components/select/index.cjs +9 -9
- package/dist/components/select/index.d.cts +19 -19
- package/dist/components/select/index.d.mts +23 -23
- package/dist/components/select/index.mjs +9 -9
- package/dist/components/separator/index.cjs +2 -2
- package/dist/components/separator/index.d.cts +4 -4
- package/dist/components/separator/index.d.mts +7 -7
- package/dist/components/separator/index.mjs +2 -2
- package/dist/components/signature-pad/index.cjs +6 -6
- package/dist/components/signature-pad/index.d.cts +10 -10
- package/dist/components/signature-pad/index.d.mts +13 -13
- package/dist/components/signature-pad/index.mjs +6 -6
- package/dist/components/slider/index.cjs +2 -2
- package/dist/components/slider/index.d.cts +14 -14
- package/dist/components/slider/index.d.mts +17 -17
- package/dist/components/slider/index.mjs +2 -2
- package/dist/components/splitter/index.cjs +2 -2
- package/dist/components/splitter/index.d.cts +7 -7
- package/dist/components/splitter/index.d.mts +10 -10
- package/dist/components/splitter/index.mjs +2 -2
- package/dist/components/steps/index.cjs +2 -2
- package/dist/components/steps/index.d.cts +14 -14
- package/dist/components/steps/index.d.mts +17 -17
- package/dist/components/steps/index.mjs +2 -2
- package/dist/components/switch/index.cjs +6 -6
- package/dist/components/switch/index.d.cts +8 -8
- package/dist/components/switch/index.d.mts +11 -11
- package/dist/components/switch/index.mjs +6 -6
- package/dist/components/tabs/index.cjs +5 -5
- package/dist/components/tabs/index.d.cts +8 -8
- package/dist/components/tabs/index.d.mts +12 -12
- package/dist/components/tabs/index.mjs +5 -5
- package/dist/components/tags-input/index.cjs +6 -6
- package/dist/components/tags-input/index.d.cts +14 -14
- package/dist/components/tags-input/index.d.mts +17 -17
- package/dist/components/tags-input/index.mjs +6 -6
- package/dist/components/timer/index.cjs +2 -2
- package/dist/components/timer/index.d.cts +9 -9
- package/dist/components/timer/index.d.mts +12 -12
- package/dist/components/timer/index.mjs +2 -2
- package/dist/components/toast/index.cjs +1 -1
- package/dist/components/toast/index.d.cts +8 -8
- package/dist/components/toast/index.d.mts +11 -11
- package/dist/components/toast/index.mjs +1 -1
- package/dist/components/toggle/index.cjs +2 -2
- package/dist/components/toggle/index.d.cts +4 -4
- package/dist/components/toggle/index.d.mts +6 -6
- package/dist/components/toggle/index.mjs +2 -2
- package/dist/components/toggle-group/index.cjs +2 -2
- package/dist/components/toggle-group/index.d.cts +5 -5
- package/dist/components/toggle-group/index.d.mts +8 -8
- package/dist/components/toggle-group/index.mjs +2 -2
- package/dist/components/tooltip/index.cjs +3 -3
- package/dist/components/tooltip/index.d.cts +11 -11
- package/dist/components/tooltip/index.d.mts +15 -15
- package/dist/components/tooltip/index.mjs +3 -3
- package/dist/components/tour/index.cjs +5 -5
- package/dist/components/tour/index.d.cts +17 -17
- package/dist/components/tour/index.d.mts +21 -21
- package/dist/components/tour/index.mjs +5 -5
- package/dist/components/tree-view/index.cjs +7 -7
- package/dist/components/tree-view/index.d.cts +3 -3
- package/dist/components/tree-view/index.d.mts +6 -6
- package/dist/components/tree-view/index.mjs +6 -6
- package/dist/{date-picker-anatomy-B6bccSib.d.cts → date-picker-anatomy-BYmU0N4Q.d.mts} +2 -2
- package/dist/{date-picker-anatomy-mKFNWfq4.d.mts → date-picker-anatomy-CufKMgFb.d.cts} +2 -2
- package/dist/dropdown-menu-anatomy-CDBGfuyj.mjs +3 -0
- package/dist/dropdown-menu-anatomy-CUIQaRo9.cjs +1 -0
- package/dist/{field-CxUUg_4o.mjs → field-BSAU0TCJ.mjs} +4 -4
- package/dist/{field-DfPUmeAp.cjs → field-DlzhUN73.cjs} +4 -4
- package/dist/{field-anatomy-BgNbyJcX.d.cts → field-anatomy-CL3_KoZE.d.mts} +2 -2
- package/dist/{field-anatomy-BRt0YUlw.d.mts → field-anatomy-tAEW8non.d.cts} +2 -2
- package/dist/{fieldset-CBmX_fSq.mjs → fieldset-Ba8nSKXd.mjs} +4 -4
- package/dist/{fieldset-BaCyBQVp.cjs → fieldset-BwlK--cu.cjs} +4 -4
- package/dist/fieldset-anatomy-CvfgfxJD.d.mts +6 -0
- package/dist/fieldset-anatomy-HmJi7zOD.d.cts +6 -0
- package/dist/index--mfhmTsT.d.mts +111 -0
- package/dist/{index-CyoUIY73.d.mts → index-BZpSNTlu.d.mts} +25 -25
- package/dist/{index-KFLLtI-q.d.cts → index-C_-DxqLl.d.cts} +21 -21
- package/dist/{index-D7jo7JhY.d.cts → index-CiJCjh3-.d.cts} +54 -53
- package/dist/{index-BYbdYciw.d.mts → index-CmkBSO6m.d.mts} +6 -6
- package/dist/{index-BCfA_VIJ.d.cts → index-QMBjQJNd.d.cts} +3 -3
- package/dist/index.cjs +61 -58
- package/dist/index.d.cts +52 -51
- package/dist/index.d.mts +56 -55
- package/dist/index.mjs +54 -52
- package/dist/listbox-anatomy-BYWrA5mQ.d.cts +6 -0
- package/dist/listbox-anatomy-CNcdds3e.d.mts +6 -0
- package/dist/{presence-Bg8L90LF.mjs → presence-BXhzYk4a.mjs} +2 -2
- package/dist/{presence-BXc8DdOl.cjs → presence-egHWg4mv.cjs} +2 -2
- package/dist/{render-strategy-BXDh-8ms.mjs → render-strategy-BMLNijSp.mjs} +1 -1
- package/dist/{render-strategy-WgOx6va8.cjs → render-strategy-G103lPcR.cjs} +1 -1
- package/dist/segment-group-anatomy-CEIZ8Yd1.d.mts +6 -0
- package/dist/{segment-group-anatomy-BQZVvOfr.d.mts → segment-group-anatomy-DpajwPSQ.d.cts} +2 -2
- package/dist/toggle-anatomy-HsOZL-S3.d.cts +6 -0
- package/dist/toggle-anatomy-d3Yt7sLI.d.mts +6 -0
- package/dist/{tour-anatomy-DT-Pb1Ad.d.mts → tour-anatomy-DvStSrdT.d.mts} +1 -1
- package/dist/tour-anatomy-XAGXlYX9.d.cts +6 -0
- package/dist/{tree-view-DKsaM5aG.mjs → tree-view-BWarheQa.mjs} +3 -3
- package/dist/{tree-view-Csx7IAUK.cjs → tree-view-Drzhroul.cjs} +3 -3
- package/package.json +22 -12
- package/dist/anatomy-DRj4YcXi.d.mts +0 -53
- package/dist/anatomy-DuL6AIcl.mjs +0 -54
- package/dist/anatomy-ptzze6u2.d.cts +0 -53
- package/dist/carousel-anatomy-D18D84ox.d.cts +0 -6
- package/dist/carousel-anatomy-DVoGFOcb.d.mts +0 -6
- package/dist/checkbox-anatomy-DhDZmuGx.d.cts +0 -6
- package/dist/checkbox-anatomy-eOT0ar4C.d.mts +0 -6
- package/dist/color-picker-anatomy-CmqT71jc.d.mts +0 -6
- package/dist/color-picker-anatomy-CzkVJaV1.d.cts +0 -6
- package/dist/combobox-anatomy-CctEecRB.d.mts +0 -6
- package/dist/components/index.cjs +0 -0
- package/dist/components/index.d.cts +0 -1
- package/dist/components/index.d.mts +0 -1
- package/dist/components/index.mjs +0 -1
- package/dist/components/menu/index.cjs +0 -549
- package/dist/components/menu/index.d.cts +0 -161
- package/dist/components/menu/index.d.mts +0 -178
- package/dist/components/menu/index.mjs +0 -512
- package/dist/fieldset-anatomy-CaabJnWY.d.mts +0 -6
- package/dist/fieldset-anatomy-DT6laYzz.d.cts +0 -6
- package/dist/index-C3_nSAil.d.mts +0 -110
- package/dist/listbox-anatomy-BrNUAhEK.d.cts +0 -6
- package/dist/listbox-anatomy-CVIvBIS2.d.mts +0 -6
- package/dist/menu-anatomy-JkNsp0we.mjs +0 -3
- package/dist/menu-anatomy-y8dHxtaN.cjs +0 -1
- package/dist/segment-group-anatomy-CVBPAEoG.d.cts +0 -6
- package/dist/toggle-anatomy-BuNM9BoX.d.cts +0 -6
- package/dist/toggle-anatomy-CFMgikdC.d.mts +0 -6
- package/dist/tour-anatomy-BkwKPpsb.d.cts +0 -6
- /package/dist/{accordion-anatomy-DXbP8WGL.d.mts → accordion-anatomy-cPVK-RxY.d.mts} +0 -0
- /package/dist/{angle-slider-anatomy-C2tO1B_U.cjs → angle-slider-anatomy-BHiDua1q.cjs} +0 -0
- /package/dist/{angle-slider-anatomy-9K5yu_ro.d.cts → angle-slider-anatomy-BIjX5pfW.d.cts} +0 -0
- /package/dist/{angle-slider-anatomy-D8aM-Q1y.mjs → angle-slider-anatomy-BzDoR0Gz.mjs} +0 -0
- /package/dist/{angle-slider-anatomy-BE2YyiLx.d.mts → angle-slider-anatomy-FTLdRbh4.d.mts} +0 -0
- /package/dist/{avatar-anatomy-NPS8cgUI.cjs → avatar-anatomy-BJM_tGQ_.cjs} +0 -0
- /package/dist/{avatar-anatomy-BrhuVTl_.d.mts → avatar-anatomy-CB0eKL20.d.cts} +0 -0
- /package/dist/{avatar-anatomy-DLs7Q5ot.d.cts → avatar-anatomy-DZ2WZmd5.d.mts} +0 -0
- /package/dist/{avatar-anatomy-DkYpRQpa.mjs → avatar-anatomy-jpogjruP.mjs} +0 -0
- /package/dist/{bottom-sheet-anatomy-B7vB9J2m.d.cts → bottom-sheet-anatomy-BEi7fHhv.d.mts} +0 -0
- /package/dist/{bottom-sheet-anatomy-C4zRxopz.mjs → bottom-sheet-anatomy-BfCzqeFp.mjs} +0 -0
- /package/dist/{bottom-sheet-anatomy-CCFH8uDg.d.mts → bottom-sheet-anatomy-C90ulQEJ.d.cts} +0 -0
- /package/dist/{bottom-sheet-anatomy-CT22efPD.cjs → bottom-sheet-anatomy-xq9WOGEd.cjs} +0 -0
- /package/dist/{carousel-anatomy-DBteg6SS.cjs → carousel-anatomy-B0gaaZ50.cjs} +0 -0
- /package/dist/{carousel-anatomy-RLXLQ-In.mjs → carousel-anatomy-CuOEJS7e.mjs} +0 -0
- /package/dist/{checkbox-anatomy-BhI-cjUf.mjs → checkbox-anatomy-0XX7M3K2.mjs} +0 -0
- /package/dist/{checkbox-anatomy-J2RX907x.cjs → checkbox-anatomy-Cqr9_3My.cjs} +0 -0
- /package/dist/{clipboard-anatomy-h1xzVZqK.d.cts → clipboard-anatomy-9_2sS0L6.d.mts} +0 -0
- /package/dist/{clipboard-anatomy-CAtEEqg-.mjs → clipboard-anatomy-CaTItYaF.mjs} +0 -0
- /package/dist/{clipboard-anatomy-xjyVEmLc.d.mts → clipboard-anatomy-sZUQEKah.d.cts} +0 -0
- /package/dist/{clipboard-anatomy-NTcsHcB6.cjs → clipboard-anatomy-t6xLuGxU.cjs} +0 -0
- /package/dist/{collapsible-anatomy-BKD4r1gj.d.mts → collapsible-anatomy-1QQhKmW1.d.mts} +0 -0
- /package/dist/{collapsible-anatomy-CdYSrU3E.d.cts → collapsible-anatomy-ByZdLGMQ.d.cts} +0 -0
- /package/dist/{collapsible-anatomy-BdlU6Wo5.mjs → collapsible-anatomy-D-MjZ-gX.mjs} +0 -0
- /package/dist/{collapsible-anatomy-DAou9WMa.cjs → collapsible-anatomy-m-3AD4WD.cjs} +0 -0
- /package/dist/{color-picker-anatomy-C4JzSEYz.cjs → color-picker-anatomy-CKfl5ll6.cjs} +0 -0
- /package/dist/{color-picker-anatomy-77pNtw17.mjs → color-picker-anatomy-DQwDifag.mjs} +0 -0
- /package/dist/{combobox-anatomy-jUBtAJhA.mjs → combobox-anatomy-525IRupy.mjs} +0 -0
- /package/dist/{combobox-anatomy-D9-PKffq.cjs → combobox-anatomy-C_mcNmkP.cjs} +0 -0
- /package/dist/{create-split-props-CTY91xZW.mjs → create-split-props-1zlHPC6Z.mjs} +0 -0
- /package/dist/{create-split-props-CDG79BLZ.cjs → create-split-props-82StTs4A.cjs} +0 -0
- /package/dist/{date-picker-anatomy-BXqGryBw.cjs → date-picker-anatomy-DpO2XLLi.cjs} +0 -0
- /package/dist/{date-picker-anatomy-DqWjyqqV.mjs → date-picker-anatomy-esHnhkix.mjs} +0 -0
- /package/dist/{dialog-anatomy-B7Fedp8P.d.cts → dialog-anatomy-BE7fXPFX.d.mts} +0 -0
- /package/dist/{dialog-anatomy-Dj82Ly_c.d.mts → dialog-anatomy-BZf03vln.d.cts} +0 -0
- /package/dist/{dialog-anatomy-CTQPb8E-.cjs → dialog-anatomy-CHBtxz1U.cjs} +0 -0
- /package/dist/{dialog-anatomy-YlY1zF6B.mjs → dialog-anatomy-Ed1Ei4AF.mjs} +0 -0
- /package/dist/{editable-anatomy-C5MFOL-e.d.mts → editable-anatomy-B_BVVH35.d.mts} +0 -0
- /package/dist/{editable-anatomy-BeSUGDj6.cjs → editable-anatomy-CGNW5Cun.cjs} +0 -0
- /package/dist/{editable-anatomy-CqB_yEG0.mjs → editable-anatomy-DBX4RG-U.mjs} +0 -0
- /package/dist/{editable-anatomy-DxPP1WAe.d.cts → editable-anatomy-kqG-7zpH.d.cts} +0 -0
- /package/dist/{factory-DR2FE_jn.d.mts → factory-t8WcJ_D2.d.mts} +0 -0
- /package/dist/{field-anatomy-fmYSoBV1.mjs → field-anatomy-BIaLYiIN.mjs} +0 -0
- /package/dist/{field-anatomy-BhFRANYh.cjs → field-anatomy-G3tvnM6X.cjs} +0 -0
- /package/dist/{fieldset-anatomy-59PUmyuC.mjs → fieldset-anatomy-B9WX4_NP.mjs} +0 -0
- /package/dist/{fieldset-anatomy-BhhkR7bU.cjs → fieldset-anatomy-DDbfI1WE.cjs} +0 -0
- /package/dist/{file-upload-anatomy-Dx90c1re.d.cts → file-upload-anatomy-CK0aflS8.d.mts} +0 -0
- /package/dist/{file-upload-anatomy-yKl3-cfl.d.mts → file-upload-anatomy-CmllXZ3b.d.cts} +0 -0
- /package/dist/{file-upload-anatomy-B4m0baG7.mjs → file-upload-anatomy-cK8HxPa_.mjs} +0 -0
- /package/dist/{file-upload-anatomy-DadMHqxx.cjs → file-upload-anatomy-iXN4uSln.cjs} +0 -0
- /package/dist/{floating-panel-anatomy-CfxW1Bu3.d.mts → floating-panel-anatomy-BHP7PRrI.d.cts} +0 -0
- /package/dist/{floating-panel-anatomy-C5Szdyey.mjs → floating-panel-anatomy-CUWqkkMs.mjs} +0 -0
- /package/dist/{floating-panel-anatomy-CimM0gzZ.d.cts → floating-panel-anatomy-D-A9ubux.d.mts} +0 -0
- /package/dist/{floating-panel-anatomy-D1m_knSY.cjs → floating-panel-anatomy-DXHkv2AH.cjs} +0 -0
- /package/dist/{hover-card-anatomy-C0SlLOeV.mjs → hover-card-anatomy-BXb_VPML.mjs} +0 -0
- /package/dist/{hover-card-anatomy-DLgHTyR7.d.mts → hover-card-anatomy-CHsReOBf.d.mts} +0 -0
- /package/dist/{hover-card-anatomy-BWG53bAS.cjs → hover-card-anatomy-CxiuulDd.cjs} +0 -0
- /package/dist/{hover-card-anatomy-DpXMwSNE.d.cts → hover-card-anatomy-Dg7M0JpF.d.cts} +0 -0
- /package/dist/{image-cropper-anatomy-Cea2ZFTC.d.mts → image-cropper-anatomy-BRawwDXJ.d.cts} +0 -0
- /package/dist/{image-cropper-anatomy-DAvpfZWk.cjs → image-cropper-anatomy-DroCNUcX.cjs} +0 -0
- /package/dist/{image-cropper-anatomy-ZGHnEkER.d.cts → image-cropper-anatomy-Drq6AliG.d.mts} +0 -0
- /package/dist/{image-cropper-anatomy-DubF7lWF.mjs → image-cropper-anatomy-qUfRIqLI.mjs} +0 -0
- /package/dist/{index-Dgc_m5qB.d.mts → index-BZmsFcmH.d.mts} +0 -0
- /package/dist/{index-OK1oGTHQ.d.cts → index-Bx-d8s7H.d.cts} +0 -0
- /package/dist/{index-xlYq1_YJ.d.mts → index-uMvidy3w.d.mts} +0 -0
- /package/dist/{listbox-anatomy-DIQoYDU4.cjs → listbox-anatomy-B0UyMILF.cjs} +0 -0
- /package/dist/{listbox-anatomy-ATIMOppf.mjs → listbox-anatomy-DbngNvnA.mjs} +0 -0
- /package/dist/{marquee-anatomy-88TSAsEN.mjs → marquee-anatomy-BoXwq53t.mjs} +0 -0
- /package/dist/{marquee-anatomy-CoD09IYz.cjs → marquee-anatomy-BwYcYFHu.cjs} +0 -0
- /package/dist/{marquee-anatomy-Dx6Irn4s.d.cts → marquee-anatomy-C2ppomv9.d.mts} +0 -0
- /package/dist/{marquee-anatomy-x5XqU0la.d.mts → marquee-anatomy-D9eTR97U.d.cts} +0 -0
- /package/dist/{navigation-menu-anatomy-VrWSZ5w6.mjs → navigation-menu-anatomy-D7GXIcun.mjs} +0 -0
- /package/dist/{navigation-menu-anatomy-DXvTU1gF.cjs → navigation-menu-anatomy-DBvyVTQq.cjs} +0 -0
- /package/dist/{navigation-menu-anatomy-DiiPbr_9.d.mts → navigation-menu-anatomy-vSI8DB4o.d.cts} +0 -0
- /package/dist/{navigation-menu-anatomy-HsTfLEvk.d.cts → navigation-menu-anatomy-xpwH6fU7.d.mts} +0 -0
- /package/dist/{number-input-anatomy-Ce6pW1U0.d.cts → number-input-anatomy-BaqYxTFi.d.cts} +0 -0
- /package/dist/{number-input-anatomy-BvCRkyiV.cjs → number-input-anatomy-CinsnVdt.cjs} +0 -0
- /package/dist/{number-input-anatomy-QtOCJCgJ.d.mts → number-input-anatomy-D6XV4AVH.d.mts} +0 -0
- /package/dist/{number-input-anatomy-BctMayp8.mjs → number-input-anatomy-a6TJ7xy-.mjs} +0 -0
- /package/dist/{pagination-anatomy-BLyo9FSW.d.cts → pagination-anatomy-BIRlBtDT.d.cts} +0 -0
- /package/dist/{pagination-anatomy-BYgfm7Ie.mjs → pagination-anatomy-C3V0tPji.mjs} +0 -0
- /package/dist/{pagination-anatomy-BqSS05NN.d.mts → pagination-anatomy-DiSuxczR.d.mts} +0 -0
- /package/dist/{pagination-anatomy-DzPfv097.cjs → pagination-anatomy-SlXC04c1.cjs} +0 -0
- /package/dist/{password-input-anatomy-CjCDfXE_.d.mts → password-input-anatomy-BIUU74mY.d.cts} +0 -0
- /package/dist/{password-input-anatomy-B9qS-6s8.mjs → password-input-anatomy-CDo8qPUi.mjs} +0 -0
- /package/dist/{password-input-anatomy-BH7I2CY9.cjs → password-input-anatomy-CN22IPam.cjs} +0 -0
- /package/dist/{password-input-anatomy-CuBepIh9.d.cts → password-input-anatomy-Cxxms0yh.d.mts} +0 -0
- /package/dist/{pin-input-anatomy-CpwReaHB.d.cts → pin-input-anatomy-CIXTra8d.d.mts} +0 -0
- /package/dist/{pin-input-anatomy-B-3hHwVa.cjs → pin-input-anatomy-DvTddLOt.cjs} +0 -0
- /package/dist/{pin-input-anatomy-l5MWaFZU.d.mts → pin-input-anatomy-OLa3OTRH.d.cts} +0 -0
- /package/dist/{pin-input-anatomy-QLkLDYb7.mjs → pin-input-anatomy-diUOwC23.mjs} +0 -0
- /package/dist/{popover-anatomy-C04WZ8Xj.d.cts → popover-anatomy-B5hs4pA9.d.cts} +0 -0
- /package/dist/{popover-anatomy-XHRNtaxR.d.mts → popover-anatomy-BGhHMLpC.d.mts} +0 -0
- /package/dist/{popover-anatomy-9lY8qNcb.mjs → popover-anatomy-DJuRyaEr.mjs} +0 -0
- /package/dist/{popover-anatomy-VcaJBXnU.cjs → popover-anatomy-DS6BMFgD.cjs} +0 -0
- /package/dist/{portal-CMbeReo9.mjs → portal-CSIwtIpR.mjs} +0 -0
- /package/dist/{portal-B7fKSb-h.cjs → portal-DadcTpVg.cjs} +0 -0
- /package/dist/{progress-anatomy-B7saGCEt.d.mts → progress-anatomy-DW0CzyHn.d.cts} +0 -0
- /package/dist/{progress-anatomy-B6SWXq-1.mjs → progress-anatomy-DxVw4-cg.mjs} +0 -0
- /package/dist/{progress-anatomy-BchDZL7D.cjs → progress-anatomy-KRA_wjdY.cjs} +0 -0
- /package/dist/{progress-anatomy-SU1qSe09.d.cts → progress-anatomy-gqKC1iLT.d.mts} +0 -0
- /package/dist/{qr-code-anatomy-BRaPOZOE.cjs → qr-code-anatomy-BEBgOoCX.cjs} +0 -0
- /package/dist/{qr-code-anatomy-B_4k0wsf.mjs → qr-code-anatomy-BlZG0Yik.mjs} +0 -0
- /package/dist/{qr-code-anatomy-Ai7RtklG.d.mts → qr-code-anatomy-C3Qp9qdT.d.mts} +0 -0
- /package/dist/{qr-code-anatomy-DAakjbH5.d.cts → qr-code-anatomy-iEIx9CP4.d.cts} +0 -0
- /package/dist/{radio-group-anatomy-CqaJp1tz.d.mts → radio-group-anatomy-CklZX_7D.d.mts} +0 -0
- /package/dist/{radio-group-anatomy-DUlPSZqd.mjs → radio-group-anatomy-CwASaxvw.mjs} +0 -0
- /package/dist/{radio-group-anatomy-W8nMdfoi.cjs → radio-group-anatomy-DTCdPGaS.cjs} +0 -0
- /package/dist/{radio-group-anatomy-D2lQ866L.d.cts → radio-group-anatomy-Dz9NTXxd.d.cts} +0 -0
- /package/dist/{rating-group-anatomy-B-Lp2Kjj.d.mts → rating-group-anatomy-BOmJnjoL.d.mts} +0 -0
- /package/dist/{rating-group-anatomy-B0vdZIQp.d.cts → rating-group-anatomy-D8LlVknn.d.cts} +0 -0
- /package/dist/{rating-group-anatomy-93Jc2gSK.cjs → rating-group-anatomy-DiamZFxA.cjs} +0 -0
- /package/dist/{rating-group-anatomy-BiupCxNT.mjs → rating-group-anatomy-FEutbtfS.mjs} +0 -0
- /package/dist/{render-strategy-Cwdbw-0H.d.mts → render-strategy-XaVKezpi.d.mts} +0 -0
- /package/dist/{scroll-area-anatomy-CZsfqih7.d.cts → scroll-area-anatomy-B45SdSmd.d.cts} +0 -0
- /package/dist/{scroll-area-anatomy-DLGirvR0.d.mts → scroll-area-anatomy-B_1t93uA.d.mts} +0 -0
- /package/dist/{scroll-area-anatomy-SMJ5-hpx.mjs → scroll-area-anatomy-DJ-DZV1t.mjs} +0 -0
- /package/dist/{scroll-area-anatomy-C_9ti5gm.cjs → scroll-area-anatomy-XjX7t16_.cjs} +0 -0
- /package/dist/{segment-group-anatomy-BklqtrQ-.cjs → segment-group-anatomy-CtlAuflu.cjs} +0 -0
- /package/dist/{segment-group-anatomy-CSdkGrHh.mjs → segment-group-anatomy-DyvYrTQ_.mjs} +0 -0
- /package/dist/{select-anatomy-DaHBMzAM.mjs → select-anatomy-BH-pCFAF.mjs} +0 -0
- /package/dist/{select-anatomy-Bli5qkUk.cjs → select-anatomy-Bqh7PiuU.cjs} +0 -0
- /package/dist/{select-anatomy-5q-rpfb_.d.mts → select-anatomy-CDBGWo_J.d.mts} +0 -0
- /package/dist/{select-anatomy-D0Dqcz3w.d.cts → select-anatomy-CQJO6A6r.d.cts} +0 -0
- /package/dist/{separator-anatomy-D8hC-XY9.cjs → separator-anatomy-0PH3VOdK.cjs} +0 -0
- /package/dist/{separator-anatomy-Dl85sF2D.d.cts → separator-anatomy-C9Z_oQfX.d.cts} +0 -0
- /package/dist/{separator-anatomy-3uPKgLcn.mjs → separator-anatomy-CdeYd9xB.mjs} +0 -0
- /package/dist/{separator-anatomy-Mv4ae_-d.d.mts → separator-anatomy-D-qyd6iA.d.mts} +0 -0
- /package/dist/{signature-pad-anatomy-CaF1S-59.cjs → signature-pad-anatomy-BFmSqTxB.cjs} +0 -0
- /package/dist/{signature-pad-anatomy-DUvTO1Jz.d.cts → signature-pad-anatomy-CYj03OIL.d.mts} +0 -0
- /package/dist/{signature-pad-anatomy-z3G0GcPu.d.mts → signature-pad-anatomy-DME1ytCy.d.cts} +0 -0
- /package/dist/{signature-pad-anatomy-CFx-TxjK.mjs → signature-pad-anatomy-DOODV54a.mjs} +0 -0
- /package/dist/{slider-anatomy-Cmj8rtXC.mjs → slider-anatomy-BHXjmOuy.mjs} +0 -0
- /package/dist/{slider-anatomy-C7MChd5R.d.mts → slider-anatomy-BdSvSNj6.d.cts} +0 -0
- /package/dist/{slider-anatomy-B0ePpnU7.cjs → slider-anatomy-BzVa4ldm.cjs} +0 -0
- /package/dist/{slider-anatomy-xCzneIlG.d.cts → slider-anatomy-DnFySjEG.d.mts} +0 -0
- /package/dist/{splitter-anatomy-MWF4ga2G.mjs → splitter-anatomy-BI43uojw.mjs} +0 -0
- /package/dist/{splitter-anatomy-BRDo9j5F.d.mts → splitter-anatomy-BMssveRu.d.cts} +0 -0
- /package/dist/{splitter-anatomy-OoiKCujN.d.cts → splitter-anatomy-BOcosU3P.d.mts} +0 -0
- /package/dist/{splitter-anatomy-DQ_o9T7T.cjs → splitter-anatomy-DlOjNc6q.cjs} +0 -0
- /package/dist/{steps-anatomy-vn_pVMAQ.mjs → steps-anatomy-BdClVR5P.mjs} +0 -0
- /package/dist/{steps-anatomy-DhXQAqTP.d.cts → steps-anatomy-Bd_AAUHl.d.mts} +0 -0
- /package/dist/{steps-anatomy-CuuDX8M5.cjs → steps-anatomy-Cgl23tuC.cjs} +0 -0
- /package/dist/{steps-anatomy-xk3UD_tX.d.mts → steps-anatomy-DSz0Xi_w.d.cts} +0 -0
- /package/dist/{switch-anatomy-CoYhkRhS.cjs → switch-anatomy-B2TBkdOF.cjs} +0 -0
- /package/dist/{switch-anatomy-CgR_D7b8.d.cts → switch-anatomy-B4eiY0Wv.d.cts} +0 -0
- /package/dist/{switch-anatomy-DgbWGGoD.mjs → switch-anatomy-Bb8Xg3ha.mjs} +0 -0
- /package/dist/{switch-anatomy-Cz6XJban.d.mts → switch-anatomy-HdOCiBHz.d.mts} +0 -0
- /package/dist/{tabs-anatomy-CJAbRBKD.d.cts → tabs-anatomy-8IZi9ity.d.cts} +0 -0
- /package/dist/{tabs-anatomy-Dfb6U375.cjs → tabs-anatomy-D2gCDxoV.cjs} +0 -0
- /package/dist/{tabs-anatomy-ClozJEQy.d.mts → tabs-anatomy-DXMqiSyX.d.mts} +0 -0
- /package/dist/{tabs-anatomy-fHbOr6Kw.mjs → tabs-anatomy-DvX-N9ES.mjs} +0 -0
- /package/dist/{tags-input-anatomy-Cz55dhRK.cjs → tags-input-anatomy-C22nx9Ma.cjs} +0 -0
- /package/dist/{tags-input-anatomy-8lEhA9BU.mjs → tags-input-anatomy-DOB3C3JI.mjs} +0 -0
- /package/dist/{tags-input-anatomy-D8hUz2nk.d.cts → tags-input-anatomy-Df4I7Qyr.d.mts} +0 -0
- /package/dist/{tags-input-anatomy-DCYC-Og1.d.mts → tags-input-anatomy-biu38WM1.d.cts} +0 -0
- /package/dist/{timer-anatomy-D9Bu3nfh.d.cts → timer-anatomy-BiUOFjDy.d.cts} +0 -0
- /package/dist/{timer-anatomy-T68_-ivw.d.mts → timer-anatomy-CrL5jWgH.d.mts} +0 -0
- /package/dist/{timer-anatomy-K35i1qCe.cjs → timer-anatomy-DNuWXWgD.cjs} +0 -0
- /package/dist/{timer-anatomy-D_P0uX42.mjs → timer-anatomy-DUO-QIIo.mjs} +0 -0
- /package/dist/{toast-anatomy-cPySLHhC.d.mts → toast-anatomy-BgdGxE0s.d.cts} +0 -0
- /package/dist/{toast-anatomy-Cxx57V8D.cjs → toast-anatomy-CaRX68e4.cjs} +0 -0
- /package/dist/{toast-anatomy-pfB9Lvpt.d.cts → toast-anatomy-DCurIKa5.d.mts} +0 -0
- /package/dist/{toast-anatomy-D6FCG-jh.mjs → toast-anatomy-veLE_SdL.mjs} +0 -0
- /package/dist/{toggle-anatomy-zWcFpGuG.mjs → toggle-anatomy-BKXCNtrX.mjs} +0 -0
- /package/dist/{toggle-anatomy-BaWgSC5t.cjs → toggle-anatomy-CQr0B33y.cjs} +0 -0
- /package/dist/{toggle-group-anatomy-B-XT-TVi.mjs → toggle-group-anatomy-BEltznTj.mjs} +0 -0
- /package/dist/{toggle-group-anatomy-Deko8jG6.cjs → toggle-group-anatomy-BFygp596.cjs} +0 -0
- /package/dist/{toggle-group-anatomy-Akc2Fdbw.d.cts → toggle-group-anatomy-Bd47Q9W_.d.mts} +0 -0
- /package/dist/{toggle-group-anatomy-CAdqwR4W.d.mts → toggle-group-anatomy-BxL8gwIg.d.cts} +0 -0
- /package/dist/{tooltip-anatomy-C7cQhyRb.cjs → tooltip-anatomy-A3KmVB-7.cjs} +0 -0
- /package/dist/{tooltip-anatomy-AzCB9U6z.d.mts → tooltip-anatomy-B5SxVD_d.d.cts} +0 -0
- /package/dist/{tooltip-anatomy-Cw2bCkTR.d.cts → tooltip-anatomy-Ck9RhYwB.d.mts} +0 -0
- /package/dist/{tooltip-anatomy-C0OiKBYl.mjs → tooltip-anatomy-_nFjTjwY.mjs} +0 -0
- /package/dist/{tour-anatomy-49dOfOZi.mjs → tour-anatomy-COW3L2BW.mjs} +0 -0
- /package/dist/{tour-anatomy-CbC2oOmb.cjs → tour-anatomy-DKkipN4-.cjs} +0 -0
- /package/dist/{tree-view-anatomy-B2A2Q7ua.d.mts → tree-view-anatomy-C4d8i3TZ.d.mts} +0 -0
- /package/dist/{tree-view-anatomy-B8IDSKch.mjs → tree-view-anatomy-CRjWnnWk.mjs} +0 -0
- /package/dist/{tree-view-anatomy-DLTnIApG.cjs → tree-view-anatomy-CjsMOj_b.cjs} +0 -0
- /package/dist/{tree-view-anatomy-Dm9dHTmX.d.cts → tree-view-anatomy-CkyD6--G.d.cts} +0 -0
- /package/dist/{types-hHujdpJn.d.mts → types-2ioT5X9B.d.mts} +0 -0
- /package/dist/{use-event-C-5dkAaT.mjs → use-event-BfTlPdG9.mjs} +0 -0
- /package/dist/{use-event-CBCGVkCW.cjs → use-event-d008K7SF.cjs} +0 -0
- /package/dist/{use-fieldset-context--lfCawDE.mjs → use-fieldset-context-DcE1xMgp.mjs} +0 -0
- /package/dist/{use-fieldset-context-wVosgVyb.cjs → use-fieldset-context-fmm-NFVd.cjs} +0 -0
- /package/dist/{use-safe-layout-effect-C0OJdIOF.mjs → use-safe-layout-effect-BJ03tNaX.mjs} +0 -0
- /package/dist/{use-safe-layout-effect-CXFdB5AA.cjs → use-safe-layout-effect-DXfnS5ci.cjs} +0 -0
|
@@ -1,29 +1,29 @@
|
|
|
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 "../../render-strategy-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import * as
|
|
1
|
+
import { r as PropTypes } from "../../index-BZmsFcmH.mjs";
|
|
2
|
+
import { r as Optional } from "../../types-2ioT5X9B.mjs";
|
|
3
|
+
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-t8WcJ_D2.mjs";
|
|
4
|
+
import "../../render-strategy-XaVKezpi.mjs";
|
|
5
|
+
import { c as UsePresenceProps } from "../../index-CmkBSO6m.mjs";
|
|
6
|
+
import { t as dialogAnatomy } from "../../dialog-anatomy-BE7fXPFX.mjs";
|
|
7
|
+
import * as react59 from "react";
|
|
8
8
|
import { ReactNode } from "react";
|
|
9
|
-
import * as
|
|
9
|
+
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
10
10
|
import * as dialog from "@sprawlify/primitives/machines/dialog";
|
|
11
11
|
import { FocusOutsideEvent, FocusOutsideEvent as DialogFocusOutsideEvent, InteractOutsideEvent, InteractOutsideEvent as DialogInteractOutsideEvent, OpenChangeDetails, OpenChangeDetails as DialogOpenChangeDetails, PointerDownOutsideEvent, PointerDownOutsideEvent as DialogPointerDownOutsideEvent } from "@sprawlify/primitives/machines/dialog";
|
|
12
12
|
|
|
13
13
|
//#region src/components/dialog/dialog-backdrop.d.ts
|
|
14
14
|
interface DialogBackdropBaseProps extends PolymorphicProps {}
|
|
15
15
|
interface DialogBackdropProps extends HTMLProps<"div">, DialogBackdropBaseProps {}
|
|
16
|
-
declare const DialogBackdrop:
|
|
16
|
+
declare const DialogBackdrop: react59.ForwardRefExoticComponent<DialogBackdropProps & react59.RefAttributes<HTMLDivElement>>;
|
|
17
17
|
//#endregion
|
|
18
18
|
//#region src/components/dialog/dialog-close-trigger.d.ts
|
|
19
19
|
interface DialogCloseTriggerBaseProps extends PolymorphicProps {}
|
|
20
20
|
interface DialogCloseTriggerProps extends HTMLProps<"button">, DialogCloseTriggerBaseProps {}
|
|
21
|
-
declare const DialogCloseTrigger:
|
|
21
|
+
declare const DialogCloseTrigger: react59.ForwardRefExoticComponent<DialogCloseTriggerProps & react59.RefAttributes<HTMLButtonElement>>;
|
|
22
22
|
//#endregion
|
|
23
23
|
//#region src/components/dialog/dialog-content.d.ts
|
|
24
24
|
interface DialogContentBaseProps extends PolymorphicProps {}
|
|
25
25
|
interface DialogContentProps extends HTMLProps<"div">, DialogContentBaseProps {}
|
|
26
|
-
declare const DialogContent:
|
|
26
|
+
declare const DialogContent: react59.ForwardRefExoticComponent<DialogContentProps & react59.RefAttributes<HTMLDivElement>>;
|
|
27
27
|
//#endregion
|
|
28
28
|
//#region src/components/dialog/use-dialog.d.ts
|
|
29
29
|
interface UseDialogProps extends Optional<Omit<dialog.Props, "getRootNode" | "dir">, "id"> {}
|
|
@@ -42,19 +42,19 @@ declare const DialogContext: (props: DialogContextProps) => ReactNode;
|
|
|
42
42
|
//#region src/components/dialog/dialog-description.d.ts
|
|
43
43
|
interface DialogDescriptionBaseProps extends PolymorphicProps {}
|
|
44
44
|
interface DialogDescriptionProps extends HTMLProps<"div">, DialogDescriptionBaseProps {}
|
|
45
|
-
declare const DialogDescription:
|
|
45
|
+
declare const DialogDescription: react59.ForwardRefExoticComponent<DialogDescriptionProps & react59.RefAttributes<HTMLDivElement>>;
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region src/components/dialog/dialog-positioner.d.ts
|
|
48
48
|
interface DialogPositionerBaseProps extends PolymorphicProps {}
|
|
49
49
|
interface DialogPositionerProps extends HTMLProps<"div">, DialogPositionerBaseProps {}
|
|
50
|
-
declare const DialogPositioner:
|
|
50
|
+
declare const DialogPositioner: react59.ForwardRefExoticComponent<DialogPositionerProps & react59.RefAttributes<HTMLDivElement>>;
|
|
51
51
|
//#endregion
|
|
52
52
|
//#region src/components/dialog/dialog-root.d.ts
|
|
53
53
|
interface DialogRootBaseProps extends UseDialogProps, UsePresenceProps {}
|
|
54
54
|
interface DialogRootProps extends DialogRootBaseProps {
|
|
55
55
|
children?: ReactNode | undefined;
|
|
56
56
|
}
|
|
57
|
-
declare const DialogRoot: (props: DialogRootProps) =>
|
|
57
|
+
declare const DialogRoot: (props: DialogRootProps) => react_jsx_runtime3.JSX.Element;
|
|
58
58
|
//#endregion
|
|
59
59
|
//#region src/components/dialog/dialog-root-provider.d.ts
|
|
60
60
|
interface RootProviderProps {
|
|
@@ -64,17 +64,17 @@ interface DialogRootProviderBaseProps extends RootProviderProps, UsePresenceProp
|
|
|
64
64
|
interface DialogRootProviderProps extends DialogRootProviderBaseProps {
|
|
65
65
|
children?: ReactNode | undefined;
|
|
66
66
|
}
|
|
67
|
-
declare const DialogRootProvider: (props: DialogRootProviderProps) =>
|
|
67
|
+
declare const DialogRootProvider: (props: DialogRootProviderProps) => react_jsx_runtime3.JSX.Element;
|
|
68
68
|
//#endregion
|
|
69
69
|
//#region src/components/dialog/dialog-title.d.ts
|
|
70
70
|
interface DialogTitleBaseProps extends PolymorphicProps {}
|
|
71
71
|
interface DialogTitleProps extends HTMLProps<"h2">, DialogTitleBaseProps {}
|
|
72
|
-
declare const DialogTitle:
|
|
72
|
+
declare const DialogTitle: react59.ForwardRefExoticComponent<DialogTitleProps & react59.RefAttributes<HTMLHeadingElement>>;
|
|
73
73
|
//#endregion
|
|
74
74
|
//#region src/components/dialog/dialog-trigger.d.ts
|
|
75
75
|
interface DialogTriggerBaseProps extends PolymorphicProps {}
|
|
76
76
|
interface DialogTriggerProps extends HTMLProps<"button">, DialogTriggerBaseProps {}
|
|
77
|
-
declare const DialogTrigger:
|
|
77
|
+
declare const DialogTrigger: react59.ForwardRefExoticComponent<DialogTriggerProps & react59.RefAttributes<HTMLButtonElement>>;
|
|
78
78
|
declare namespace dialog_d_exports {
|
|
79
79
|
export { DialogBackdrop as Backdrop, DialogBackdropBaseProps as BackdropBaseProps, DialogBackdropProps as BackdropProps, DialogCloseTrigger as CloseTrigger, DialogCloseTriggerBaseProps as CloseTriggerBaseProps, DialogCloseTriggerProps as CloseTriggerProps, DialogContent as Content, DialogContentBaseProps as ContentBaseProps, DialogContentProps as ContentProps, DialogContext as Context, DialogContextProps as ContextProps, DialogDescription as Description, DialogDescriptionBaseProps as DescriptionBaseProps, DialogDescriptionProps as DescriptionProps, FocusOutsideEvent, InteractOutsideEvent, OpenChangeDetails, PointerDownOutsideEvent, DialogPositioner as Positioner, DialogPositionerBaseProps as PositionerBaseProps, DialogPositionerProps as PositionerProps, DialogRoot as Root, DialogRootBaseProps as RootBaseProps, DialogRootProps as RootProps, DialogRootProvider as RootProvider, DialogRootProviderBaseProps as RootProviderBaseProps, DialogRootProviderProps as RootProviderProps, DialogTitle as Title, DialogTitleBaseProps as TitleBaseProps, DialogTitleProps as TitleProps, DialogTrigger as Trigger, DialogTriggerBaseProps as TriggerBaseProps, DialogTriggerProps as TriggerProps };
|
|
80
80
|
}
|
|
@@ -6,10 +6,10 @@ import { i as useLocaleContext } from "../../locale-De5Z27ES.mjs";
|
|
|
6
6
|
import "../../providers-U5faJq0V.mjs";
|
|
7
7
|
import { t as composeRefs } from "../../compose-refs-JvsPOcHE.mjs";
|
|
8
8
|
import { n as sprawlify } from "../../factory-D0O3O5Jq.mjs";
|
|
9
|
-
import { t as dialogAnatomy } from "../../dialog-anatomy-
|
|
10
|
-
import { n as splitRenderStrategyProps, r as useRenderStrategyPropsContext, t as RenderStrategyPropsProvider } from "../../render-strategy-
|
|
11
|
-
import { a as splitPresenceProps, i as usePresence, n as usePresenceContext, t as PresenceProvider } from "../../presence-
|
|
12
|
-
import "../../use-event-
|
|
9
|
+
import { t as dialogAnatomy } from "../../dialog-anatomy-Ed1Ei4AF.mjs";
|
|
10
|
+
import { n as splitRenderStrategyProps, r as useRenderStrategyPropsContext, t as RenderStrategyPropsProvider } from "../../render-strategy-BMLNijSp.mjs";
|
|
11
|
+
import { a as splitPresenceProps, i as usePresence, n as usePresenceContext, t as PresenceProvider } from "../../presence-BXhzYk4a.mjs";
|
|
12
|
+
import "../../use-event-BfTlPdG9.mjs";
|
|
13
13
|
import { forwardRef, useId } from "react";
|
|
14
14
|
import { jsx } from "react/jsx-runtime";
|
|
15
15
|
import * as dialog from "@sprawlify/primitives/machines/dialog";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as MaybePromise } from "../../types-DhoBSqCC.cjs";
|
|
2
2
|
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-CwKrB2Br.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react874 from "react";
|
|
4
4
|
import { FileMimeType } from "@sprawlify/primitives/file-utils";
|
|
5
5
|
|
|
6
6
|
//#region src/components/download-trigger/download-trigger.d.ts
|
|
@@ -11,6 +11,6 @@ interface DownloadTriggerBaseProps extends PolymorphicProps {
|
|
|
11
11
|
mimeType: FileMimeType;
|
|
12
12
|
}
|
|
13
13
|
interface DownloadTriggerProps extends HTMLProps<"button">, DownloadTriggerBaseProps {}
|
|
14
|
-
declare const DownloadTrigger:
|
|
14
|
+
declare const DownloadTrigger: react874.ForwardRefExoticComponent<DownloadTriggerProps & react874.RefAttributes<HTMLButtonElement>>;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { DownloadTrigger, type DownloadTriggerBaseProps, type DownloadTriggerProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { n as MaybePromise } from "../../types-
|
|
2
|
-
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-
|
|
3
|
-
import * as
|
|
1
|
+
import { n as MaybePromise } from "../../types-2ioT5X9B.mjs";
|
|
2
|
+
import { r as PolymorphicProps, t as HTMLProps } from "../../factory-t8WcJ_D2.mjs";
|
|
3
|
+
import * as react7 from "react";
|
|
4
4
|
import { FileMimeType } from "@sprawlify/primitives/file-utils";
|
|
5
5
|
|
|
6
6
|
//#region src/components/download-trigger/download-trigger.d.ts
|
|
@@ -11,6 +11,6 @@ interface DownloadTriggerBaseProps extends PolymorphicProps {
|
|
|
11
11
|
mimeType: FileMimeType;
|
|
12
12
|
}
|
|
13
13
|
interface DownloadTriggerProps extends HTMLProps<"button">, DownloadTriggerBaseProps {}
|
|
14
|
-
declare const DownloadTrigger:
|
|
14
|
+
declare const DownloadTrigger: react7.ForwardRefExoticComponent<DownloadTriggerProps & react7.RefAttributes<HTMLButtonElement>>;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { DownloadTrigger, type DownloadTriggerBaseProps, type DownloadTriggerProps };
|
|
@@ -0,0 +1,536 @@
|
|
|
1
|
+
const require_chunk = require('../../chunk-CvCQGRaV.cjs');
|
|
2
|
+
const require_core = require('../../core-DewT0RE5.cjs');
|
|
3
|
+
const require_create_context = require('../../create-context-DVn3n7gf.cjs');
|
|
4
|
+
const require_environment = require('../../environment-Bg7owXYh.cjs');
|
|
5
|
+
const require_locale = require('../../locale-C3PqkI4d.cjs');
|
|
6
|
+
require('../../providers-ur-JDrsf.cjs');
|
|
7
|
+
const require_compose_refs = require('../../compose-refs-D8JygMj3.cjs');
|
|
8
|
+
const require_factory = require('../../factory-Cz8-l4y-.cjs');
|
|
9
|
+
require('../../dropdown-menu-anatomy-CUIQaRo9.cjs');
|
|
10
|
+
const require_create_split_props = require('../../create-split-props-82StTs4A.cjs');
|
|
11
|
+
const require_presence = require('../../presence-egHWg4mv.cjs');
|
|
12
|
+
require('../../use-event-d008K7SF.cjs');
|
|
13
|
+
let react = require("react");
|
|
14
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
15
|
+
let _sprawlify_primitives_machines_dropdown_menu = require("@sprawlify/primitives/machines/dropdown-menu");
|
|
16
|
+
_sprawlify_primitives_machines_dropdown_menu = require_chunk.__toESM(_sprawlify_primitives_machines_dropdown_menu);
|
|
17
|
+
let _sprawlify_primitives_core = require("@sprawlify/primitives/core");
|
|
18
|
+
|
|
19
|
+
//#region src/components/dropdown-menu/use-dropdown-menu-context.ts
|
|
20
|
+
const [DropdownMenuProvider, useDropdownMenuContext] = require_create_context.createContext({
|
|
21
|
+
name: "DropdownMenuContext",
|
|
22
|
+
hookName: "useDropdownMenuContext",
|
|
23
|
+
providerName: "<DropdownMenuProvider />",
|
|
24
|
+
strict: false
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
//#endregion
|
|
28
|
+
//#region src/components/dropdown-menu/dropdown-menu-arrow.tsx
|
|
29
|
+
const DropdownMenuArrow = (0, react.forwardRef)((props, ref) => {
|
|
30
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(useDropdownMenuContext().getArrowProps(), props);
|
|
31
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
32
|
+
...mergedProps,
|
|
33
|
+
ref
|
|
34
|
+
});
|
|
35
|
+
});
|
|
36
|
+
DropdownMenuArrow.displayName = "DropdownMenuArrow";
|
|
37
|
+
|
|
38
|
+
//#endregion
|
|
39
|
+
//#region src/components/dropdown-menu/dropdown-menu-arrow-tip.tsx
|
|
40
|
+
const DropdownMenuArrowTip = (0, react.forwardRef)((props, ref) => {
|
|
41
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(useDropdownMenuContext().getArrowTipProps(), props);
|
|
42
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
43
|
+
...mergedProps,
|
|
44
|
+
ref
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
DropdownMenuArrowTip.displayName = "DropdownMenuArrowTip";
|
|
48
|
+
|
|
49
|
+
//#endregion
|
|
50
|
+
//#region src/components/dropdown-menu/use-dropdown-menu-item-context.ts
|
|
51
|
+
const [DropdownMenuItemProvider, useDropdownMenuItemContext] = require_create_context.createContext({
|
|
52
|
+
name: "DropdownMenuItemContext",
|
|
53
|
+
hookName: "useDropdownMenuItemContext",
|
|
54
|
+
providerName: "<DropdownMenuItemProvider />"
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
//#endregion
|
|
58
|
+
//#region src/components/dropdown-menu/use-dropdown-menu-option-item-props-context.ts
|
|
59
|
+
const [DropdownMenuItemPropsProvider, useDropdownMenuItemPropsContext] = require_create_context.createContext({
|
|
60
|
+
name: "DropdownMenuItemPropsContext",
|
|
61
|
+
hookName: "useDropdownMenuItemPropsContext",
|
|
62
|
+
providerName: "<DropdownMenuItemPropsProvider />"
|
|
63
|
+
});
|
|
64
|
+
|
|
65
|
+
//#endregion
|
|
66
|
+
//#region src/components/dropdown-menu/dropdown-menu-checkbox-item.tsx
|
|
67
|
+
const splitOptionItemProps$1 = require_create_split_props.createSplitProps();
|
|
68
|
+
const DropdownMenuCheckboxItem = (0, react.forwardRef)((props, ref) => {
|
|
69
|
+
const [partialOptionItemProps, localProps] = splitOptionItemProps$1(props, [
|
|
70
|
+
"checked",
|
|
71
|
+
"closeOnSelect",
|
|
72
|
+
"disabled",
|
|
73
|
+
"onCheckedChange",
|
|
74
|
+
"value",
|
|
75
|
+
"valueText"
|
|
76
|
+
]);
|
|
77
|
+
const optionItemProps = {
|
|
78
|
+
...partialOptionItemProps,
|
|
79
|
+
type: "checkbox"
|
|
80
|
+
};
|
|
81
|
+
const dropdownMenu = useDropdownMenuContext();
|
|
82
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(dropdownMenu.getOptionItemProps(optionItemProps), localProps);
|
|
83
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuItemPropsProvider, {
|
|
84
|
+
value: optionItemProps,
|
|
85
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuItemProvider, {
|
|
86
|
+
value: dropdownMenu.getOptionItemState(optionItemProps),
|
|
87
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
88
|
+
...mergedProps,
|
|
89
|
+
ref
|
|
90
|
+
})
|
|
91
|
+
})
|
|
92
|
+
});
|
|
93
|
+
});
|
|
94
|
+
DropdownMenuCheckboxItem.displayName = "DropdownMenuCheckboxItem";
|
|
95
|
+
|
|
96
|
+
//#endregion
|
|
97
|
+
//#region src/components/dropdown-menu/dropdown-menu-content.tsx
|
|
98
|
+
const DropdownMenuContent = (0, react.forwardRef)((props, ref) => {
|
|
99
|
+
const dropdownMenu = useDropdownMenuContext();
|
|
100
|
+
const presence = require_presence.usePresenceContext();
|
|
101
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(dropdownMenu.getContentProps(), presence.getPresenceProps(), props);
|
|
102
|
+
if (presence.unmounted) return null;
|
|
103
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
104
|
+
...mergedProps,
|
|
105
|
+
ref: require_compose_refs.composeRefs(presence.ref, ref)
|
|
106
|
+
});
|
|
107
|
+
});
|
|
108
|
+
DropdownMenuContent.displayName = "DropdownMenuContent";
|
|
109
|
+
|
|
110
|
+
//#endregion
|
|
111
|
+
//#region src/components/dropdown-menu/dropdown-menu-context.tsx
|
|
112
|
+
const DropdownMenuContext = (props) => props.children(useDropdownMenuContext());
|
|
113
|
+
|
|
114
|
+
//#endregion
|
|
115
|
+
//#region src/components/dropdown-menu/dropdown-menu-indicator.tsx
|
|
116
|
+
const DropdownMenuIndicator = (0, react.forwardRef)((props, ref) => {
|
|
117
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(useDropdownMenuContext().getIndicatorProps(), props);
|
|
118
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
119
|
+
...mergedProps,
|
|
120
|
+
ref
|
|
121
|
+
});
|
|
122
|
+
});
|
|
123
|
+
DropdownMenuIndicator.displayName = "DropdownMenuIndicator";
|
|
124
|
+
|
|
125
|
+
//#endregion
|
|
126
|
+
//#region src/components/dropdown-menu/dropdown-menu-item.tsx
|
|
127
|
+
const splitItemBaseProps = require_create_split_props.createSplitProps();
|
|
128
|
+
const DropdownMenuItem = (0, react.forwardRef)((props, ref) => {
|
|
129
|
+
const [itemProps, localProps] = splitItemBaseProps(props, [
|
|
130
|
+
"closeOnSelect",
|
|
131
|
+
"disabled",
|
|
132
|
+
"value",
|
|
133
|
+
"valueText",
|
|
134
|
+
"onSelect"
|
|
135
|
+
]);
|
|
136
|
+
const dropdownMenu = useDropdownMenuContext();
|
|
137
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(dropdownMenu.getItemProps(itemProps), localProps);
|
|
138
|
+
const itemState = dropdownMenu.getItemState(itemProps);
|
|
139
|
+
(0, react.useEffect)(() => {
|
|
140
|
+
return dropdownMenu.addItemListener({
|
|
141
|
+
id: itemState.id,
|
|
142
|
+
onSelect: itemProps.onSelect
|
|
143
|
+
});
|
|
144
|
+
}, [itemState.id, itemProps.onSelect]);
|
|
145
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuItemPropsProvider, {
|
|
146
|
+
value: itemProps,
|
|
147
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuItemProvider, {
|
|
148
|
+
value: itemState,
|
|
149
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
150
|
+
...mergedProps,
|
|
151
|
+
ref
|
|
152
|
+
})
|
|
153
|
+
})
|
|
154
|
+
});
|
|
155
|
+
});
|
|
156
|
+
DropdownMenuItem.displayName = "DropdownMenuItem";
|
|
157
|
+
|
|
158
|
+
//#endregion
|
|
159
|
+
//#region src/components/dropdown-menu/dropdown-menu-item-context.tsx
|
|
160
|
+
const DropdownMenuItemContext = (props) => props.children(useDropdownMenuItemContext());
|
|
161
|
+
|
|
162
|
+
//#endregion
|
|
163
|
+
//#region src/components/dropdown-menu/use-dropdown-menu-item-group-context.ts
|
|
164
|
+
const [DropdownMenuItemGroupProvider, useDropdownMenuItemGroupContext] = require_create_context.createContext({
|
|
165
|
+
name: "DropdownMenuItemGroupContext",
|
|
166
|
+
hookName: "useDropdownMenuItemGroupContext",
|
|
167
|
+
providerName: "<DropdownMenuItemGroupProvider />"
|
|
168
|
+
});
|
|
169
|
+
|
|
170
|
+
//#endregion
|
|
171
|
+
//#region src/components/dropdown-menu/dropdown-menu-item-group.tsx
|
|
172
|
+
const splitItemGroupProps$1 = require_create_split_props.createSplitProps();
|
|
173
|
+
const DropdownMenuItemGroup = (0, react.forwardRef)((props, ref) => {
|
|
174
|
+
const [optionalItemGroupProps, localProps] = splitItemGroupProps$1(props, ["id"]);
|
|
175
|
+
const dropdownMenu = useDropdownMenuContext();
|
|
176
|
+
const itemGroupProps = {
|
|
177
|
+
id: (0, react.useId)(),
|
|
178
|
+
...optionalItemGroupProps
|
|
179
|
+
};
|
|
180
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(dropdownMenu.getItemGroupProps(itemGroupProps), localProps);
|
|
181
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuItemGroupProvider, {
|
|
182
|
+
value: itemGroupProps,
|
|
183
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
184
|
+
...mergedProps,
|
|
185
|
+
ref
|
|
186
|
+
})
|
|
187
|
+
});
|
|
188
|
+
});
|
|
189
|
+
DropdownMenuItemGroup.displayName = "DropdownMenuItemGroup";
|
|
190
|
+
|
|
191
|
+
//#endregion
|
|
192
|
+
//#region src/components/dropdown-menu/dropdown-menu-item-group-label.tsx
|
|
193
|
+
const DropdownMenuItemGroupLabel = (0, react.forwardRef)((props, ref) => {
|
|
194
|
+
const dropdownMenu = useDropdownMenuContext();
|
|
195
|
+
const itemGroup = useDropdownMenuItemGroupContext();
|
|
196
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(dropdownMenu.getItemGroupLabelProps({ htmlFor: itemGroup.id }), props);
|
|
197
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
198
|
+
...mergedProps,
|
|
199
|
+
ref
|
|
200
|
+
});
|
|
201
|
+
});
|
|
202
|
+
DropdownMenuItemGroupLabel.displayName = "DropdownMenuItemGroupLabel";
|
|
203
|
+
|
|
204
|
+
//#endregion
|
|
205
|
+
//#region src/components/dropdown-menu/dropdown-menu-item-indicator.tsx
|
|
206
|
+
const DropdownMenuItemIndicator = (0, react.forwardRef)((props, ref) => {
|
|
207
|
+
const dropdownMenu = useDropdownMenuContext();
|
|
208
|
+
const itemProps = useDropdownMenuItemPropsContext();
|
|
209
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(dropdownMenu.getItemIndicatorProps(itemProps), props);
|
|
210
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
211
|
+
...mergedProps,
|
|
212
|
+
ref
|
|
213
|
+
});
|
|
214
|
+
});
|
|
215
|
+
DropdownMenuItemIndicator.displayName = "DropdownMenuItemIndicator";
|
|
216
|
+
|
|
217
|
+
//#endregion
|
|
218
|
+
//#region src/components/dropdown-menu/dropdown-menu-item-text.tsx
|
|
219
|
+
const DropdownMenuItemText = (0, react.forwardRef)((props, ref) => {
|
|
220
|
+
const dropdownMenu = useDropdownMenuContext();
|
|
221
|
+
const itemProps = useDropdownMenuItemPropsContext();
|
|
222
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(dropdownMenu.getItemTextProps(itemProps), props);
|
|
223
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
224
|
+
...mergedProps,
|
|
225
|
+
ref
|
|
226
|
+
});
|
|
227
|
+
});
|
|
228
|
+
DropdownMenuItemText.displayName = "DropdownMenuItemText";
|
|
229
|
+
|
|
230
|
+
//#endregion
|
|
231
|
+
//#region src/components/dropdown-menu/dropdown-menu-positioner.tsx
|
|
232
|
+
const DropdownMenuPositioner = (0, react.forwardRef)((props, ref) => {
|
|
233
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(useDropdownMenuContext().getPositionerProps(), props);
|
|
234
|
+
if (require_presence.usePresenceContext().unmounted) return null;
|
|
235
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
236
|
+
...mergedProps,
|
|
237
|
+
ref
|
|
238
|
+
});
|
|
239
|
+
});
|
|
240
|
+
DropdownMenuPositioner.displayName = "DropdownMenuPositioner";
|
|
241
|
+
|
|
242
|
+
//#endregion
|
|
243
|
+
//#region src/components/dropdown-menu/dropdown-menu-radio-item.tsx
|
|
244
|
+
const splitOptionItemProps = require_create_split_props.createSplitProps();
|
|
245
|
+
const DropdownMenuRadioItem = (0, react.forwardRef)((props, ref) => {
|
|
246
|
+
const [partialItemProps, localProps] = splitOptionItemProps(props, [
|
|
247
|
+
"closeOnSelect",
|
|
248
|
+
"disabled",
|
|
249
|
+
"value",
|
|
250
|
+
"valueText"
|
|
251
|
+
]);
|
|
252
|
+
const dropdownMenu = useDropdownMenuContext();
|
|
253
|
+
const itemGroup = useDropdownMenuItemGroupContext();
|
|
254
|
+
const optionItemProps = {
|
|
255
|
+
...partialItemProps,
|
|
256
|
+
checked: itemGroup.value === partialItemProps.value,
|
|
257
|
+
type: "radio",
|
|
258
|
+
onCheckedChange: () => itemGroup.onValueChange?.({ value: partialItemProps.value })
|
|
259
|
+
};
|
|
260
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(dropdownMenu.getOptionItemProps(optionItemProps), localProps);
|
|
261
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuItemPropsProvider, {
|
|
262
|
+
value: optionItemProps,
|
|
263
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuItemProvider, {
|
|
264
|
+
value: dropdownMenu.getOptionItemState(optionItemProps),
|
|
265
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
266
|
+
...mergedProps,
|
|
267
|
+
ref
|
|
268
|
+
})
|
|
269
|
+
})
|
|
270
|
+
});
|
|
271
|
+
});
|
|
272
|
+
DropdownMenuRadioItem.displayName = "DropdownMenuRadioItem";
|
|
273
|
+
|
|
274
|
+
//#endregion
|
|
275
|
+
//#region src/components/dropdown-menu/dropdown-menu-radio-item-group.tsx
|
|
276
|
+
const splitItemGroupProps = require_create_split_props.createSplitProps();
|
|
277
|
+
const DropdownMenuRadioItemGroup = (0, react.forwardRef)((props, ref) => {
|
|
278
|
+
const [optionalItemGroupProps, localProps] = splitItemGroupProps(props, [
|
|
279
|
+
"id",
|
|
280
|
+
"onValueChange",
|
|
281
|
+
"value"
|
|
282
|
+
]);
|
|
283
|
+
const dropdownMenu = useDropdownMenuContext();
|
|
284
|
+
const itemGroupProps = {
|
|
285
|
+
id: (0, react.useId)(),
|
|
286
|
+
...optionalItemGroupProps
|
|
287
|
+
};
|
|
288
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(dropdownMenu.getItemGroupProps({ id: itemGroupProps.id }), localProps);
|
|
289
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuItemGroupProvider, {
|
|
290
|
+
value: itemGroupProps,
|
|
291
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
292
|
+
...mergedProps,
|
|
293
|
+
ref
|
|
294
|
+
})
|
|
295
|
+
});
|
|
296
|
+
});
|
|
297
|
+
DropdownMenuRadioItemGroup.displayName = "DropdownMenuRadioItemGroup";
|
|
298
|
+
|
|
299
|
+
//#endregion
|
|
300
|
+
//#region src/utils/use-effect-once.ts
|
|
301
|
+
const useEffectOnce = (cb) => {
|
|
302
|
+
const savedCallback = (0, react.useRef)(cb);
|
|
303
|
+
const effectGuard = (0, react.useRef)(false);
|
|
304
|
+
(0, react.useEffect)(() => {
|
|
305
|
+
savedCallback.current = cb;
|
|
306
|
+
});
|
|
307
|
+
(0, react.useEffect)(() => {
|
|
308
|
+
if (effectGuard.current !== true) {
|
|
309
|
+
effectGuard.current = true;
|
|
310
|
+
savedCallback.current();
|
|
311
|
+
}
|
|
312
|
+
}, []);
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
//#endregion
|
|
316
|
+
//#region src/components/dropdown-menu/use-dropdown-menu.ts
|
|
317
|
+
const useDropdownMenu = (props) => {
|
|
318
|
+
const id = (0, react.useId)();
|
|
319
|
+
const { getRootNode } = require_environment.useEnvironmentContext();
|
|
320
|
+
const { dir } = require_locale.useLocaleContext();
|
|
321
|
+
const machineProps = {
|
|
322
|
+
id,
|
|
323
|
+
dir,
|
|
324
|
+
getRootNode,
|
|
325
|
+
...props
|
|
326
|
+
};
|
|
327
|
+
const service = require_core.useMachine(_sprawlify_primitives_machines_dropdown_menu.machine, machineProps);
|
|
328
|
+
return {
|
|
329
|
+
api: _sprawlify_primitives_machines_dropdown_menu.connect(service, require_core.normalizeProps),
|
|
330
|
+
service
|
|
331
|
+
};
|
|
332
|
+
};
|
|
333
|
+
|
|
334
|
+
//#endregion
|
|
335
|
+
//#region src/components/dropdown-menu/use-dropdown-menu-machine-context.ts
|
|
336
|
+
const [DropdownMenuMachineProvider, useDropdownMenuMachineContext] = require_create_context.createContext({
|
|
337
|
+
name: "DropdownMenuMachineContext",
|
|
338
|
+
hookName: "useDropdownMenuMachineContext",
|
|
339
|
+
providerName: "<DropdownMenuMachineProvider />",
|
|
340
|
+
strict: false
|
|
341
|
+
});
|
|
342
|
+
|
|
343
|
+
//#endregion
|
|
344
|
+
//#region src/components/dropdown-menu/use-dropdown-menu-trigger-item-context.ts
|
|
345
|
+
const [DropdownMenuTriggerItemProvider, useDropdownMenuTriggerItemContext] = require_create_context.createContext({
|
|
346
|
+
name: "DropdownMenuTriggerItemContext",
|
|
347
|
+
hookName: "useDropdownMenuTriggerItemContext",
|
|
348
|
+
providerName: "<DropdownMenuTriggerItemProvider />",
|
|
349
|
+
strict: false
|
|
350
|
+
});
|
|
351
|
+
|
|
352
|
+
//#endregion
|
|
353
|
+
//#region src/components/dropdown-menu/dropdown-menu-root.tsx
|
|
354
|
+
const splitRootProps = require_create_split_props.createSplitProps();
|
|
355
|
+
const DropdownMenuRoot = (props) => {
|
|
356
|
+
const [presenceProps, dropdownMenuProps] = require_presence.splitPresenceProps(props);
|
|
357
|
+
const [useDropdownMenuProps, localProps] = splitRootProps(dropdownMenuProps, [
|
|
358
|
+
"anchorPoint",
|
|
359
|
+
"aria-label",
|
|
360
|
+
"closeOnSelect",
|
|
361
|
+
"composite",
|
|
362
|
+
"defaultHighlightedValue",
|
|
363
|
+
"defaultOpen",
|
|
364
|
+
"highlightedValue",
|
|
365
|
+
"id",
|
|
366
|
+
"ids",
|
|
367
|
+
"loopFocus",
|
|
368
|
+
"navigate",
|
|
369
|
+
"onEscapeKeyDown",
|
|
370
|
+
"onFocusOutside",
|
|
371
|
+
"onHighlightChange",
|
|
372
|
+
"onInteractOutside",
|
|
373
|
+
"onOpenChange",
|
|
374
|
+
"onPointerDownOutside",
|
|
375
|
+
"onRequestDismiss",
|
|
376
|
+
"onSelect",
|
|
377
|
+
"open",
|
|
378
|
+
"positioning",
|
|
379
|
+
"typeahead"
|
|
380
|
+
]);
|
|
381
|
+
const parentApi = useDropdownMenuContext();
|
|
382
|
+
const parentMachine = useDropdownMenuMachineContext();
|
|
383
|
+
const { api, service } = useDropdownMenu(useDropdownMenuProps);
|
|
384
|
+
const presence = require_presence.usePresence((0, _sprawlify_primitives_core.mergeProps)({ present: api.open }, presenceProps));
|
|
385
|
+
useEffectOnce(() => {
|
|
386
|
+
if (!parentMachine) return;
|
|
387
|
+
if (!parentApi) return;
|
|
388
|
+
parentApi.setChild(service);
|
|
389
|
+
api.setParent(parentMachine);
|
|
390
|
+
});
|
|
391
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuTriggerItemProvider, {
|
|
392
|
+
value: (0, react.useCallback)(() => parentApi?.getTriggerItemProps(api), [api, parentApi]),
|
|
393
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuMachineProvider, {
|
|
394
|
+
value: service,
|
|
395
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuProvider, {
|
|
396
|
+
value: api,
|
|
397
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_presence.PresenceProvider, {
|
|
398
|
+
value: presence,
|
|
399
|
+
...localProps
|
|
400
|
+
})
|
|
401
|
+
})
|
|
402
|
+
})
|
|
403
|
+
});
|
|
404
|
+
};
|
|
405
|
+
|
|
406
|
+
//#endregion
|
|
407
|
+
//#region src/components/dropdown-menu/dropdown-menu-root-provider.tsx
|
|
408
|
+
const DropdownMenuRootProvider = (props) => {
|
|
409
|
+
const parentApi = useDropdownMenuContext();
|
|
410
|
+
const parentMachine = useDropdownMenuMachineContext();
|
|
411
|
+
const [presenceProps, { value: dropdownMenu, children }] = require_presence.splitPresenceProps(props);
|
|
412
|
+
const { api, service } = dropdownMenu;
|
|
413
|
+
const presence = require_presence.usePresence((0, _sprawlify_primitives_core.mergeProps)({ present: api.open }, presenceProps));
|
|
414
|
+
useEffectOnce(() => {
|
|
415
|
+
if (!parentMachine) return;
|
|
416
|
+
if (!parentApi) return;
|
|
417
|
+
parentApi.setChild(service);
|
|
418
|
+
api.setParent(parentMachine);
|
|
419
|
+
});
|
|
420
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuTriggerItemProvider, {
|
|
421
|
+
value: (0, react.useCallback)(() => parentApi?.getTriggerItemProps(api), [api, parentApi]),
|
|
422
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuMachineProvider, {
|
|
423
|
+
value: service,
|
|
424
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuProvider, {
|
|
425
|
+
value: api,
|
|
426
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_presence.PresenceProvider, {
|
|
427
|
+
value: presence,
|
|
428
|
+
children
|
|
429
|
+
})
|
|
430
|
+
})
|
|
431
|
+
})
|
|
432
|
+
});
|
|
433
|
+
};
|
|
434
|
+
|
|
435
|
+
//#endregion
|
|
436
|
+
//#region src/components/dropdown-menu/dropdown-menu-separator.tsx
|
|
437
|
+
const DropdownMenuSeparator = (0, react.forwardRef)((props, ref) => {
|
|
438
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(useDropdownMenuContext().getSeparatorProps(), props);
|
|
439
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.hr, {
|
|
440
|
+
...mergedProps,
|
|
441
|
+
ref
|
|
442
|
+
});
|
|
443
|
+
});
|
|
444
|
+
DropdownMenuSeparator.displayName = "DropdownMenuSeparator";
|
|
445
|
+
|
|
446
|
+
//#endregion
|
|
447
|
+
//#region src/components/dropdown-menu/dropdown-menu-trigger.tsx
|
|
448
|
+
const DropdownMenuTrigger = (0, react.forwardRef)((props, ref) => {
|
|
449
|
+
const dropdownMenu = useDropdownMenuContext();
|
|
450
|
+
const presence = require_presence.usePresenceContext();
|
|
451
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)({
|
|
452
|
+
...dropdownMenu.getTriggerProps(),
|
|
453
|
+
"aria-controls": presence.unmounted ? void 0 : dropdownMenu.getTriggerProps()["aria-controls"]
|
|
454
|
+
}, props);
|
|
455
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.button, {
|
|
456
|
+
...mergedProps,
|
|
457
|
+
ref
|
|
458
|
+
});
|
|
459
|
+
});
|
|
460
|
+
DropdownMenuTrigger.displayName = "DropdownMenuTrigger";
|
|
461
|
+
|
|
462
|
+
//#endregion
|
|
463
|
+
//#region src/components/dropdown-menu/dropdown-menu-trigger-item.tsx
|
|
464
|
+
const DropdownMenuTriggerItem = (0, react.forwardRef)((props, ref) => {
|
|
465
|
+
const mergedProps = (0, _sprawlify_primitives_core.mergeProps)(useDropdownMenuTriggerItemContext()?.() ?? {}, props);
|
|
466
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(DropdownMenuItemPropsProvider, {
|
|
467
|
+
value: { value: mergedProps["data-value"] },
|
|
468
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_factory.sprawlify.div, {
|
|
469
|
+
...mergedProps,
|
|
470
|
+
ref
|
|
471
|
+
})
|
|
472
|
+
});
|
|
473
|
+
});
|
|
474
|
+
DropdownMenuTriggerItem.displayName = "DropdownMenuTriggerItem";
|
|
475
|
+
|
|
476
|
+
//#endregion
|
|
477
|
+
//#region src/components/dropdown-menu/dropdown-menu.ts
|
|
478
|
+
var dropdown_menu_exports = /* @__PURE__ */ require_chunk.__exportAll({
|
|
479
|
+
Arrow: () => DropdownMenuArrow,
|
|
480
|
+
ArrowTip: () => DropdownMenuArrowTip,
|
|
481
|
+
CheckboxItem: () => DropdownMenuCheckboxItem,
|
|
482
|
+
Content: () => DropdownMenuContent,
|
|
483
|
+
Context: () => DropdownMenuContext,
|
|
484
|
+
Indicator: () => DropdownMenuIndicator,
|
|
485
|
+
Item: () => DropdownMenuItem,
|
|
486
|
+
ItemContext: () => DropdownMenuItemContext,
|
|
487
|
+
ItemGroup: () => DropdownMenuItemGroup,
|
|
488
|
+
ItemGroupLabel: () => DropdownMenuItemGroupLabel,
|
|
489
|
+
ItemIndicator: () => DropdownMenuItemIndicator,
|
|
490
|
+
ItemText: () => DropdownMenuItemText,
|
|
491
|
+
Positioner: () => DropdownMenuPositioner,
|
|
492
|
+
RadioItem: () => DropdownMenuRadioItem,
|
|
493
|
+
RadioItemGroup: () => DropdownMenuRadioItemGroup,
|
|
494
|
+
Root: () => DropdownMenuRoot,
|
|
495
|
+
RootProvider: () => DropdownMenuRootProvider,
|
|
496
|
+
Separator: () => DropdownMenuSeparator,
|
|
497
|
+
Trigger: () => DropdownMenuTrigger,
|
|
498
|
+
TriggerItem: () => DropdownMenuTriggerItem
|
|
499
|
+
});
|
|
500
|
+
|
|
501
|
+
//#endregion
|
|
502
|
+
Object.defineProperty(exports, 'DropdownMenu', {
|
|
503
|
+
enumerable: true,
|
|
504
|
+
get: function () {
|
|
505
|
+
return dropdown_menu_exports;
|
|
506
|
+
}
|
|
507
|
+
});
|
|
508
|
+
exports.DropdownMenuArrow = DropdownMenuArrow;
|
|
509
|
+
exports.DropdownMenuArrowTip = DropdownMenuArrowTip;
|
|
510
|
+
exports.DropdownMenuCheckboxItem = DropdownMenuCheckboxItem;
|
|
511
|
+
exports.DropdownMenuContent = DropdownMenuContent;
|
|
512
|
+
exports.DropdownMenuContext = DropdownMenuContext;
|
|
513
|
+
exports.DropdownMenuIndicator = DropdownMenuIndicator;
|
|
514
|
+
exports.DropdownMenuItem = DropdownMenuItem;
|
|
515
|
+
exports.DropdownMenuItemContext = DropdownMenuItemContext;
|
|
516
|
+
exports.DropdownMenuItemGroup = DropdownMenuItemGroup;
|
|
517
|
+
exports.DropdownMenuItemGroupLabel = DropdownMenuItemGroupLabel;
|
|
518
|
+
exports.DropdownMenuItemIndicator = DropdownMenuItemIndicator;
|
|
519
|
+
exports.DropdownMenuItemText = DropdownMenuItemText;
|
|
520
|
+
exports.DropdownMenuPositioner = DropdownMenuPositioner;
|
|
521
|
+
exports.DropdownMenuRadioItem = DropdownMenuRadioItem;
|
|
522
|
+
exports.DropdownMenuRadioItemGroup = DropdownMenuRadioItemGroup;
|
|
523
|
+
exports.DropdownMenuRoot = DropdownMenuRoot;
|
|
524
|
+
exports.DropdownMenuRootProvider = DropdownMenuRootProvider;
|
|
525
|
+
exports.DropdownMenuSeparator = DropdownMenuSeparator;
|
|
526
|
+
exports.DropdownMenuTrigger = DropdownMenuTrigger;
|
|
527
|
+
exports.DropdownMenuTriggerItem = DropdownMenuTriggerItem;
|
|
528
|
+
Object.defineProperty(exports, 'dropdownMenuAnatomy', {
|
|
529
|
+
enumerable: true,
|
|
530
|
+
get: function () {
|
|
531
|
+
return _sprawlify_primitives_machines_dropdown_menu.anatomy;
|
|
532
|
+
}
|
|
533
|
+
});
|
|
534
|
+
exports.useDropdownMenu = useDropdownMenu;
|
|
535
|
+
exports.useDropdownMenuContext = useDropdownMenuContext;
|
|
536
|
+
exports.useDropdownMenuItemContext = useDropdownMenuItemContext;
|