@vuer-ai/vuer-uikit 0.0.101 → 0.0.103
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/SyncScroll/SyncScroll.cjs +4 -4
- package/dist/SyncScroll/SyncScroll.mjs +4 -4
- package/dist/SyncScroll/index.cjs +4 -4
- package/dist/SyncScroll/index.mjs +4 -4
- package/dist/auth/context/auth-context.cjs +10 -0
- package/dist/auth/context/auth-context.d.cts +15 -0
- package/dist/auth/context/auth-context.d.ts +15 -0
- package/dist/auth/context/auth-context.mjs +1 -0
- package/dist/auth/handler/create-client.cjs +12 -0
- package/dist/auth/handler/create-client.d.cts +7 -0
- package/dist/auth/handler/create-client.d.ts +7 -0
- package/dist/auth/handler/create-client.mjs +3 -0
- package/dist/auth/handler/sign-in-handler.cjs +11 -0
- package/dist/auth/handler/sign-in-handler.d.cts +7 -0
- package/dist/auth/handler/sign-in-handler.d.ts +7 -0
- package/dist/auth/handler/sign-in-handler.mjs +2 -0
- package/dist/auth/hooks/use-vuer-auth.cjs +11 -0
- package/dist/auth/hooks/use-vuer-auth.d.cts +9 -0
- package/dist/auth/hooks/use-vuer-auth.d.ts +9 -0
- package/dist/auth/hooks/use-vuer-auth.mjs +2 -0
- package/dist/auth/hooks/use-vuer-method.cjs +14 -0
- package/dist/auth/hooks/use-vuer-method.d.cts +11 -0
- package/dist/auth/hooks/use-vuer-method.d.ts +11 -0
- package/dist/auth/hooks/use-vuer-method.mjs +5 -0
- package/dist/auth/index.cjs +33 -0
- package/dist/auth/index.d.cts +10 -0
- package/dist/auth/index.d.ts +10 -0
- package/dist/auth/index.mjs +8 -0
- package/dist/auth/localstorage-key.cjs +14 -0
- package/dist/auth/localstorage-key.d.cts +4 -0
- package/dist/auth/localstorage-key.d.ts +4 -0
- package/dist/auth/localstorage-key.mjs +1 -0
- package/dist/auth/types.cjs +14 -0
- package/dist/auth/types.d.cts +3481 -0
- package/dist/auth/types.d.ts +3481 -0
- package/dist/auth/types.mjs +1 -0
- package/dist/auth/vuer-auth-provider.cjs +14 -0
- package/dist/auth/vuer-auth-provider.d.cts +9 -0
- package/dist/auth/vuer-auth-provider.d.ts +9 -0
- package/dist/auth/vuer-auth-provider.mjs +5 -0
- package/dist/{chunk-OJUK6WJ5.mjs → chunk-24IUD6Q3.mjs} +1 -1
- package/dist/{chunk-BMJX3SEO.cjs → chunk-2EG65KGO.cjs} +2 -2
- package/dist/{chunk-EC4HJUX6.cjs → chunk-2PJO5UJL.cjs} +11 -11
- package/dist/{chunk-LPA6WYFD.cjs → chunk-2WD4ZL27.cjs} +4 -4
- package/dist/chunk-3IVDCAFM.mjs +10 -0
- package/dist/{chunk-ZZLF2YWP.mjs → chunk-3TUONMQ6.mjs} +1 -1
- package/dist/{chunk-TPPM276W.mjs → chunk-3VVQWVDE.mjs} +1 -1
- package/dist/chunk-4B44SRRP.cjs +12 -0
- package/dist/{chunk-NT5ZTF56.mjs → chunk-4JGGLCXT.mjs} +1 -1
- package/dist/{chunk-YMSWUGHW.cjs → chunk-4PKPCOAF.cjs} +2 -1
- package/dist/{chunk-KMCZXNKA.mjs → chunk-4THQPG6Y.mjs} +1 -1
- package/dist/{chunk-62VCQ2SU.cjs → chunk-4WRTIOGZ.cjs} +3 -2
- package/dist/{chunk-55RSKLJ5.cjs → chunk-5JPYU5A6.cjs} +11 -11
- package/dist/{chunk-PQEAXTVY.mjs → chunk-5KJP6A6C.mjs} +12 -26
- package/dist/{chunk-ZNPI2TYG.mjs → chunk-5MBEK77I.mjs} +5 -13
- package/dist/{chunk-G7FYBSFO.cjs → chunk-5SP25SO3.cjs} +15 -14
- package/dist/chunk-5XBMFADS.cjs +42 -0
- package/dist/{chunk-HKJCPZZG.cjs → chunk-64L2SNKA.cjs} +2 -2
- package/dist/chunk-6BD5MQ5R.cjs +8 -0
- package/dist/{chunk-ZPH5LMEM.mjs → chunk-6NSQLHKC.mjs} +1 -1
- package/dist/{chunk-OYNLQTHW.cjs → chunk-6QU4J3HY.cjs} +23 -25
- package/dist/{chunk-2FGRTFK4.mjs → chunk-6XOTWZFC.mjs} +2 -2
- package/dist/{chunk-AAWWWYRN.cjs → chunk-7GJVMFKJ.cjs} +4 -4
- package/dist/{chunk-C4E2MFZB.mjs → chunk-7HOEFGEO.mjs} +1 -1
- package/dist/chunk-7KQXX7QB.mjs +54 -0
- package/dist/{chunk-W3RJNSWQ.mjs → chunk-7NOBQH7O.mjs} +2 -2
- package/dist/{chunk-OTR4SFDC.cjs → chunk-A2UZY7Y2.cjs} +2 -2
- package/dist/chunk-ACYOVCGH.mjs +30 -0
- package/dist/chunk-ACYZOKPT.mjs +64 -0
- package/dist/chunk-AJQEHMYV.cjs +47 -0
- package/dist/{chunk-7YMH34JL.cjs → chunk-AOV3ADTV.cjs} +2 -2
- package/dist/{chunk-AIYM5PFP.cjs → chunk-BXBSZOBU.cjs} +8 -4
- package/dist/{chunk-5WDPNBQW.cjs → chunk-C6L7YIGW.cjs} +2 -1
- package/dist/{chunk-CZ2YNM7Y.mjs → chunk-CGUQWS2I.mjs} +1 -1
- package/dist/chunk-CHYXRETV.cjs +23 -0
- package/dist/{chunk-INHZ5D7P.mjs → chunk-CZ4GQOXG.mjs} +1 -6
- package/dist/{chunk-5EXV5EWF.mjs → chunk-D5H4XX6Q.mjs} +1 -1
- package/dist/{chunk-MUQYO2G3.cjs → chunk-D5WOPTKY.cjs} +2 -2
- package/dist/{chunk-CWAVHHJA.cjs → chunk-EAXBNWXE.cjs} +2 -2
- package/dist/{chunk-EAZQH4IX.mjs → chunk-EOSYXHEH.mjs} +1 -1
- package/dist/{chunk-MIGXY5PR.mjs → chunk-EXQQRW7T.mjs} +1 -1
- package/dist/chunk-FBAOEFDU.mjs +24 -0
- package/dist/{chunk-7LLDKYND.mjs → chunk-FK6ZROZE.mjs} +31 -29
- package/dist/{chunk-EBBHJLUX.mjs → chunk-G4Q5ALRW.mjs} +2 -1
- package/dist/chunk-G6U2K2GR.cjs +32 -0
- package/dist/{chunk-DREOOKO2.cjs → chunk-GOGJVFRN.cjs} +4 -4
- package/dist/{chunk-W3J4QTKS.cjs → chunk-H6MFBIRB.cjs} +7 -7
- package/dist/{chunk-TZC4ST5T.cjs → chunk-HA6M4XKT.cjs} +24 -337
- package/dist/{chunk-NSQOQD43.cjs → chunk-HBIZQDDS.cjs} +1 -6
- package/dist/{chunk-7RIGSS5X.cjs → chunk-HN3AMWUM.cjs} +2 -2
- package/dist/chunk-HPK4YEVK.cjs +27 -0
- package/dist/{chunk-M5UZ3SBY.cjs → chunk-I2BVWNRP.cjs} +218 -51
- package/dist/chunk-IXNXSECD.mjs +45 -0
- package/dist/chunk-IY36FZ5R.mjs +40 -0
- package/dist/{chunk-FFCQKAQA.cjs → chunk-JFIAWTRH.cjs} +2 -2
- package/dist/{chunk-AEVZSYGJ.cjs → chunk-JFJRNNPQ.cjs} +2 -2
- package/dist/chunk-JLWAIMUZ.cjs +26 -0
- package/dist/{chunk-7R2ZBAE6.mjs → chunk-JUSFLIU5.mjs} +1 -1
- package/dist/{chunk-K22BEXUA.mjs → chunk-JVV7W3TP.mjs} +1 -1
- package/dist/{chunk-VO3C6RE2.mjs → chunk-JWUIZX35.mjs} +2 -2
- package/dist/{chunk-6TSA7KXX.cjs → chunk-JWVH6R35.cjs} +1 -1
- package/dist/chunk-JYIVDUDL.cjs +66 -0
- package/dist/{chunk-NTGUD2JN.mjs → chunk-KBC7VNER.mjs} +1 -1
- package/dist/{chunk-CX6OFX5Z.mjs → chunk-KJH46JR3.mjs} +2 -1
- package/dist/{chunk-JM6NBUDT.cjs → chunk-KR7VBV3B.cjs} +31 -30
- package/dist/chunk-LBGZKACW.cjs +30 -0
- package/dist/{chunk-2CZEFXEW.cjs → chunk-LFSCJLL2.cjs} +5 -13
- package/dist/{chunk-3UEVUYFQ.cjs → chunk-LQGXG373.cjs} +4 -6
- package/dist/{chunk-4XUJBMDE.mjs → chunk-LRSDE62T.mjs} +4 -6
- package/dist/chunk-LSKJOUAE.cjs +56 -0
- package/dist/chunk-M6JLGVJ7.mjs +28 -0
- package/dist/{chunk-D3IW2NW6.mjs → chunk-MG5TTPA7.mjs} +3 -2
- package/dist/{chunk-NO35POZW.mjs → chunk-MHJM7YMG.mjs} +4 -33
- package/dist/{chunk-ZAP4EHBO.cjs → chunk-MIT3YWUC.cjs} +2 -2
- package/dist/{chunk-3THWK3HB.mjs → chunk-NHG2ROYB.mjs} +2 -1
- package/dist/{chunk-GDUVAZDW.cjs → chunk-NSUFTZNC.cjs} +2 -2
- package/dist/{chunk-BIUDC66P.mjs → chunk-OLVOIUCE.mjs} +12 -14
- package/dist/{chunk-VTEWRMGQ.mjs → chunk-OPYMZDEZ.mjs} +3 -3
- package/dist/{chunk-V2IP7UUV.mjs → chunk-PIC2EJWA.mjs} +2 -2
- package/dist/chunk-PKSIXQJX.mjs +20 -0
- package/dist/{chunk-YUHHUSIO.cjs → chunk-PTCDBU72.cjs} +2 -2
- package/dist/{chunk-SQQXY4AY.mjs → chunk-PTGMHZFS.mjs} +1 -1
- package/dist/chunk-PZMA33PL.mjs +25 -0
- package/dist/{chunk-GWIACOMY.cjs → chunk-Q2HC5ZL4.cjs} +3 -38
- package/dist/{chunk-IJGCH57E.cjs → chunk-QHAGQCVF.cjs} +1 -1
- package/dist/{chunk-CUOGY4FW.mjs → chunk-QZUTRJSP.mjs} +2 -2
- package/dist/{chunk-LG3PNH2P.mjs → chunk-RIJUPORK.mjs} +1 -1
- package/dist/{chunk-SUSABE24.mjs → chunk-S6PSU47F.mjs} +1 -1
- package/dist/{chunk-A2PCEL5S.mjs → chunk-S7SGB2FD.mjs} +3 -3
- package/dist/{chunk-QBFOBDBC.cjs → chunk-SHHQDSSI.cjs} +2 -2
- package/dist/chunk-SMIACO56.mjs +330 -0
- package/dist/{chunk-UCRLH44Q.cjs → chunk-SPRBKXGP.cjs} +2 -2
- package/dist/{chunk-73VF2W3D.mjs → chunk-SUEFWFPX.mjs} +2 -2
- package/dist/{chunk-PIXIN3IG.mjs → chunk-SYX6TMCQ.mjs} +1 -1
- package/dist/chunk-TC3W4VRO.mjs +6 -0
- package/dist/{chunk-L26ULDYM.mjs → chunk-THMYDDZF.mjs} +1 -1
- package/dist/{chunk-OWEYAVGT.mjs → chunk-TYXRHZZG.mjs} +8 -5
- package/dist/{chunk-LP3AGGRK.cjs → chunk-UTS56UA5.cjs} +1 -1
- package/dist/{chunk-OMZHB2FB.cjs → chunk-V3VUFIG3.cjs} +4 -2
- package/dist/{chunk-6CM4GYJU.mjs → chunk-VEWWUO2N.mjs} +1 -1
- package/dist/{chunk-76V4RD4V.cjs → chunk-VLOFKTSL.cjs} +3 -3
- package/dist/{chunk-RU423LFT.cjs → chunk-VQP3QBC6.cjs} +1 -1
- package/dist/{chunk-6J7ZVRSY.mjs → chunk-VUMOJPEC.mjs} +1 -1
- package/dist/chunk-WGVKFNG6.mjs +5 -0
- package/dist/{chunk-JD4J3RDN.cjs → chunk-WHV4VATL.cjs} +12 -26
- package/dist/{chunk-QUFZWF4E.cjs → chunk-WRKB3W2J.cjs} +6 -6
- package/dist/{chunk-JA6XS5KY.cjs → chunk-WZGZX3S2.cjs} +3 -3
- package/dist/{chunk-XGGAJUY3.cjs → chunk-XURKXOZK.cjs} +2 -2
- package/dist/{chunk-U7XH7M5B.mjs → chunk-Y2H4A5AC.mjs} +8 -9
- package/dist/{chunk-MDR7WUX6.cjs → chunk-Y5SVZCPQ.cjs} +13 -14
- package/dist/{chunk-AJYO5W6O.mjs → chunk-YHY6SXVJ.mjs} +11 -10
- package/dist/{chunk-PO2LYHDO.mjs → chunk-YKHK6C4Q.mjs} +4 -2
- package/dist/{chunk-MEE3IHTT.mjs → chunk-YLDDI6SZ.mjs} +186 -23
- package/dist/{chunk-LPVBUX2J.cjs → chunk-YQ5KKJQ3.cjs} +2 -1
- package/dist/{chunk-5TXABUNC.mjs → chunk-ZNM6PNI6.mjs} +1 -1
- package/dist/{chunk-EQIEKFCA.cjs → chunk-ZRRCYQ53.cjs} +3 -3
- package/dist/{chunk-MCYFLR4F.cjs → chunk-ZS7ESTKH.cjs} +1 -1
- package/dist/chunk-ZULCZ5L6.cjs +8 -0
- package/dist/dial/DialPanel.cjs +71 -70
- package/dist/dial/DialPanel.mjs +70 -69
- package/dist/dial/DialProvider.d.cts +1 -0
- package/dist/dial/DialProvider.d.ts +1 -0
- package/dist/dial/index.cjs +87 -86
- package/dist/dial/index.mjs +70 -69
- package/dist/dial/wrapped-inputs/ControlledInputs.cjs +78 -73
- package/dist/dial/wrapped-inputs/ControlledInputs.d.cts +2 -1
- package/dist/dial/wrapped-inputs/ControlledInputs.d.ts +2 -1
- package/dist/dial/wrapped-inputs/ControlledInputs.mjs +70 -69
- package/dist/dial/wrapped-inputs/DialInputs.cjs +90 -81
- package/dist/dial/wrapped-inputs/DialInputs.d.cts +3 -1
- package/dist/dial/wrapped-inputs/DialInputs.d.ts +3 -1
- package/dist/dial/wrapped-inputs/DialInputs.mjs +70 -69
- package/dist/dial/wrapped-inputs/DialPresetsInput.cjs +124 -0
- package/dist/dial/wrapped-inputs/DialPresetsInput.d.cts +16 -0
- package/dist/dial/wrapped-inputs/DialPresetsInput.d.ts +16 -0
- package/dist/dial/wrapped-inputs/DialPresetsInput.mjs +115 -0
- package/dist/dial/wrapped-inputs/DialVectorInput.cjs +71 -70
- package/dist/dial/wrapped-inputs/DialVectorInput.mjs +70 -69
- package/dist/dial/wrapped-inputs/index.cjs +103 -86
- package/dist/dial/wrapped-inputs/index.d.cts +3 -2
- package/dist/dial/wrapped-inputs/index.d.ts +3 -2
- package/dist/dial/wrapped-inputs/index.mjs +70 -69
- package/dist/highlight-cursor/enhanced-components.cjs +13 -13
- package/dist/highlight-cursor/enhanced-components.mjs +8 -8
- package/dist/highlight-cursor/index.cjs +13 -13
- package/dist/highlight-cursor/index.mjs +8 -8
- package/dist/hooks/index.cjs +21 -21
- package/dist/hooks/index.mjs +4 -4
- package/dist/hooks/useQueryParams.cjs +3 -3
- package/dist/hooks/useQueryParams.mjs +2 -2
- package/dist/index.cjs +437 -456
- package/dist/index.css +28 -21
- package/dist/index.d.cts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.mjs +70 -69
- package/dist/styles/theme.css +15 -8
- package/dist/ui/DialBadge.cjs +12 -8
- package/dist/ui/DialBadge.d.cts +11 -6
- package/dist/ui/DialBadge.d.ts +11 -6
- package/dist/ui/DialBadge.mjs +5 -5
- package/dist/ui/UIKitBadge.cjs +9 -9
- package/dist/ui/UIKitBadge.mjs +5 -5
- package/dist/ui/avatar.cjs +9 -33
- package/dist/ui/avatar.d.cts +4 -61
- package/dist/ui/avatar.d.ts +4 -61
- package/dist/ui/avatar.mjs +5 -5
- package/dist/ui/badge.cjs +7 -7
- package/dist/ui/badge.mjs +5 -5
- package/dist/ui/button.cjs +7 -7
- package/dist/ui/button.mjs +5 -5
- package/dist/ui/card.cjs +12 -12
- package/dist/ui/card.mjs +5 -5
- package/dist/ui/checkbox.cjs +4 -4
- package/dist/ui/checkbox.mjs +4 -4
- package/dist/ui/collapsible.cjs +4 -4
- package/dist/ui/collapsible.mjs +4 -4
- package/dist/ui/drawer.cjs +15 -15
- package/dist/ui/drawer.mjs +5 -5
- package/dist/ui/dropdown.cjs +20 -20
- package/dist/ui/dropdown.d.cts +18 -27
- package/dist/ui/dropdown.d.ts +18 -27
- package/dist/ui/dropdown.mjs +5 -5
- package/dist/ui/index.cjs +396 -415
- package/dist/ui/index.d.cts +4 -3
- package/dist/ui/index.d.ts +4 -3
- package/dist/ui/index.mjs +68 -67
- package/dist/ui/inputs/color-input.cjs +7 -7
- package/dist/ui/inputs/color-input.mjs +6 -6
- package/dist/ui/inputs/index.cjs +62 -57
- package/dist/ui/inputs/index.d.cts +1 -0
- package/dist/ui/inputs/index.d.ts +1 -0
- package/dist/ui/inputs/index.mjs +25 -24
- package/dist/ui/inputs/input-numbers.cjs +7 -7
- package/dist/ui/inputs/input-numbers.mjs +6 -6
- package/dist/ui/inputs/input.cjs +8 -8
- package/dist/ui/inputs/input.mjs +5 -5
- package/dist/ui/inputs/number-inputs/CmInput.cjs +8 -8
- package/dist/ui/inputs/number-inputs/CmInput.mjs +7 -7
- package/dist/ui/inputs/number-inputs/DegInput.cjs +8 -8
- package/dist/ui/inputs/number-inputs/DegInput.mjs +7 -7
- package/dist/ui/inputs/number-inputs/EulerDegInput.cjs +10 -10
- package/dist/ui/inputs/number-inputs/EulerDegInput.mjs +9 -9
- package/dist/ui/inputs/number-inputs/EulerInput.cjs +9 -9
- package/dist/ui/inputs/number-inputs/EulerInput.mjs +8 -8
- package/dist/ui/inputs/number-inputs/EulerRadInput.cjs +9 -10
- package/dist/ui/inputs/number-inputs/EulerRadInput.d.cts +6 -3
- package/dist/ui/inputs/number-inputs/EulerRadInput.d.ts +6 -3
- package/dist/ui/inputs/number-inputs/EulerRadInput.mjs +8 -9
- package/dist/ui/inputs/number-inputs/InchInput.cjs +8 -8
- package/dist/ui/inputs/number-inputs/InchInput.mjs +7 -7
- package/dist/ui/inputs/number-inputs/IntInput.cjs +8 -8
- package/dist/ui/inputs/number-inputs/IntInput.mjs +7 -7
- package/dist/ui/inputs/number-inputs/KVectorInput.cjs +9 -9
- package/dist/ui/inputs/number-inputs/KVectorInput.mjs +8 -8
- package/dist/ui/inputs/number-inputs/QuaternionInput.cjs +9 -9
- package/dist/ui/inputs/number-inputs/QuaternionInput.mjs +8 -8
- package/dist/ui/inputs/number-inputs/RadInput.cjs +8 -8
- package/dist/ui/inputs/number-inputs/RadInput.d.cts +1 -0
- package/dist/ui/inputs/number-inputs/RadInput.d.ts +1 -0
- package/dist/ui/inputs/number-inputs/RadInput.mjs +7 -7
- package/dist/ui/inputs/number-inputs/TimeInput.cjs +8 -8
- package/dist/ui/inputs/number-inputs/TimeInput.mjs +7 -7
- package/dist/ui/inputs/number-inputs/Vec3Input.cjs +9 -9
- package/dist/ui/inputs/number-inputs/Vec3Input.mjs +8 -8
- package/dist/ui/inputs/number-inputs/VectorInput.cjs +8 -8
- package/dist/ui/inputs/number-inputs/VectorInput.mjs +7 -7
- package/dist/ui/inputs/number-inputs/index.cjs +42 -42
- package/dist/ui/inputs/number-inputs/index.mjs +19 -19
- package/dist/ui/inputs/presets-input.cjs +9 -9
- package/dist/ui/inputs/presets-input.mjs +8 -8
- package/dist/ui/inputs/presets-rad-input.cjs +24 -0
- package/dist/ui/inputs/presets-rad-input.d.cts +17 -0
- package/dist/ui/inputs/presets-rad-input.d.ts +17 -0
- package/dist/ui/inputs/presets-rad-input.mjs +15 -0
- package/dist/ui/inputs/text-input.cjs +7 -7
- package/dist/ui/inputs/text-input.mjs +6 -6
- package/dist/ui/label.cjs +4 -4
- package/dist/ui/label.mjs +4 -4
- package/dist/ui/layout.cjs +4 -4
- package/dist/ui/layout.mjs +4 -4
- package/dist/ui/layouts/dock-layout/DockLayoutView.cjs +6 -6
- package/dist/ui/layouts/dock-layout/DockLayoutView.mjs +5 -5
- package/dist/ui/layouts/dock-layout/LayoutSlots.cjs +4 -4
- package/dist/ui/layouts/dock-layout/LayoutSlots.mjs +4 -4
- package/dist/ui/layouts/dock-layout/index.cjs +6 -6
- package/dist/ui/layouts/dock-layout/index.mjs +5 -5
- package/dist/ui/layouts/index.cjs +10 -10
- package/dist/ui/layouts/index.mjs +8 -8
- package/dist/ui/layouts/liquid-layout/LayoutSlots.cjs +11 -11
- package/dist/ui/layouts/liquid-layout/LayoutSlots.mjs +5 -5
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.cjs +7 -7
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.mjs +6 -6
- package/dist/ui/layouts/liquid-layout/index.cjs +7 -7
- package/dist/ui/layouts/liquid-layout/index.mjs +6 -6
- package/dist/ui/modal.cjs +15 -15
- package/dist/ui/modal.mjs +5 -5
- package/dist/ui/navigation.cjs +7 -7
- package/dist/ui/navigation.mjs +6 -6
- package/dist/ui/pagination.cjs +13 -13
- package/dist/ui/pagination.mjs +6 -6
- package/dist/ui/panel.cjs +12 -12
- package/dist/ui/panel.mjs +5 -5
- package/dist/ui/popover.cjs +9 -9
- package/dist/ui/popover.mjs +5 -5
- package/dist/ui/radio-group.cjs +4 -4
- package/dist/ui/radio-group.mjs +4 -4
- package/dist/ui/resizable.cjs +4 -4
- package/dist/ui/resizable.mjs +4 -4
- package/dist/ui/select.cjs +16 -16
- package/dist/ui/select.mjs +5 -5
- package/dist/ui/separator.cjs +4 -4
- package/dist/ui/separator.mjs +4 -4
- package/dist/ui/sheet.cjs +13 -13
- package/dist/ui/sheet.mjs +5 -5
- package/dist/ui/sidebar.cjs +34 -34
- package/dist/ui/sidebar.mjs +10 -10
- package/dist/ui/simple-tree-view.cjs +4 -4
- package/dist/ui/simple-tree-view.mjs +4 -4
- package/dist/ui/skeleton.cjs +4 -4
- package/dist/ui/skeleton.mjs +4 -4
- package/dist/ui/slider.cjs +4 -4
- package/dist/ui/slider.mjs +4 -4
- package/dist/ui/switch.cjs +4 -4
- package/dist/ui/switch.mjs +4 -4
- package/dist/ui/table.cjs +4 -4
- package/dist/ui/table.mjs +4 -4
- package/dist/ui/tabs.cjs +4 -4
- package/dist/ui/tabs.mjs +4 -4
- package/dist/ui/textarea.cjs +4 -4
- package/dist/ui/textarea.mjs +4 -4
- package/dist/ui/theme/ThemeProvider.cjs +16 -20
- package/dist/ui/theme/ThemeProvider.d.cts +3 -10
- package/dist/ui/theme/ThemeProvider.d.ts +3 -10
- package/dist/ui/theme/ThemeProvider.mjs +2 -2
- package/dist/ui/theme/ThemeToggles.cjs +12 -12
- package/dist/ui/theme/ThemeToggles.mjs +9 -9
- package/dist/ui/theme/index.cjs +17 -21
- package/dist/ui/theme/index.d.cts +1 -1
- package/dist/ui/theme/index.d.ts +1 -1
- package/dist/ui/theme/index.mjs +9 -9
- package/dist/ui/theme/themeScript.cjs +2 -2
- package/dist/ui/theme/themeScript.d.cts +1 -2
- package/dist/ui/theme/themeScript.d.ts +1 -2
- package/dist/ui/theme/themeScript.mjs +1 -1
- package/dist/ui/toast.cjs +3 -3
- package/dist/ui/toast.mjs +1 -1
- package/dist/ui/toggle-buttons.cjs +4 -4
- package/dist/ui/toggle-buttons.mjs +4 -4
- package/dist/ui/toggle-group.cjs +4 -4
- package/dist/ui/toggle-group.mjs +4 -4
- package/dist/ui/toggle.cjs +4 -4
- package/dist/ui/toggle.mjs +4 -4
- package/dist/ui/toolbar.cjs +8 -8
- package/dist/ui/toolbar.mjs +5 -5
- package/dist/ui/tooltip.cjs +9 -9
- package/dist/ui/tooltip.mjs +5 -5
- package/dist/ui/tree-view/TreeSearchBar.cjs +8 -8
- package/dist/ui/tree-view/TreeSearchBar.mjs +7 -7
- package/dist/ui/tree-view/TreeView.cjs +4 -4
- package/dist/ui/tree-view/TreeView.mjs +4 -4
- package/dist/ui/tree-view/index.cjs +9 -9
- package/dist/ui/tree-view/index.mjs +8 -8
- package/dist/ui/tree-view-legacy.cjs +11 -11
- package/dist/ui/tree-view-legacy.mjs +7 -7
- package/dist/ui/waterfall/CursorOverlay.cjs +4 -4
- package/dist/ui/waterfall/CursorOverlay.mjs +4 -4
- package/dist/ui/waterfall/NavigationControls.cjs +2 -2
- package/dist/ui/waterfall/NavigationControls.mjs +1 -1
- package/dist/ui/waterfall/Tick.cjs +2 -2
- package/dist/ui/waterfall/Tick.mjs +1 -1
- package/dist/ui/waterfall/TimelineEvent.cjs +4 -4
- package/dist/ui/waterfall/TimelineEvent.mjs +4 -4
- package/dist/ui/waterfall/TimelineProcessBar.cjs +4 -4
- package/dist/ui/waterfall/TimelineProcessBar.mjs +4 -4
- package/dist/ui/waterfall/Wedges.cjs +4 -4
- package/dist/ui/waterfall/Wedges.mjs +4 -4
- package/dist/ui/waterfall/index.cjs +16 -16
- package/dist/ui/waterfall/index.mjs +15 -15
- package/package.json +7 -1
- package/src/auth/context/auth-context.ts +16 -0
- package/src/auth/handler/create-client.ts +23 -0
- package/src/auth/handler/sign-in-handler.ts +66 -0
- package/src/auth/hooks/use-vuer-auth.ts +10 -0
- package/src/auth/hooks/use-vuer-method.ts +35 -0
- package/src/auth/index.ts +6 -0
- package/src/auth/localstorage-key.ts +3 -0
- package/src/auth/types.ts +56 -0
- package/src/auth/vuer-auth-provider.tsx +35 -0
- package/src/dial/DialPanel.tsx +47 -4
- package/src/dial/DialProvider.tsx +1 -0
- package/src/dial/wrapped-inputs/ControlledInputs.tsx +17 -0
- package/src/dial/wrapped-inputs/DialInputs.tsx +77 -0
- package/src/dial/wrapped-inputs/DialPresetsInput.tsx +79 -0
- package/src/dial/wrapped-inputs/index.ts +6 -0
- package/src/styles/theme.css +75 -28
- package/src/ui/DialBadge.tsx +18 -7
- package/src/ui/avatar.tsx +4 -85
- package/src/ui/badge.tsx +1 -1
- package/src/ui/button.tsx +0 -5
- package/src/ui/card.tsx +3 -2
- package/src/ui/drawer.tsx +1 -1
- package/src/ui/dropdown.tsx +25 -368
- package/src/ui/inputs/index.tsx +1 -0
- package/src/ui/inputs/input.tsx +3 -5
- package/src/ui/inputs/number-inputs/EulerRadInput.tsx +46 -5
- package/src/ui/inputs/number-inputs/RadInput.tsx +31 -5
- package/src/ui/inputs/presets-rad-input.tsx +77 -0
- package/src/ui/layouts/dock-layout/DockLayoutView.tsx +6 -82
- package/src/ui/layouts/liquid-layout/LayoutSlots.tsx +2 -2
- package/src/ui/modal.tsx +2 -1
- package/src/ui/panel.tsx +2 -1
- package/src/ui/popover.tsx +4 -2
- package/src/ui/select.tsx +2 -1
- package/src/ui/sheet.tsx +2 -2
- package/src/ui/sidebar.tsx +8 -9
- package/src/ui/theme/ThemeProvider.tsx +69 -52
- package/src/ui/theme/ThemeToggles.tsx +12 -12
- package/src/ui/theme/index.ts +6 -16
- package/src/ui/theme/themeScript.tsx +24 -50
- package/src/ui/toast.tsx +1 -1
- package/src/ui/toolbar.tsx +3 -3
- package/src/ui/tooltip.tsx +5 -13
- package/src/ui/waterfall/NavigationControls.tsx +1 -1
- package/src/ui/waterfall/Tick.tsx +1 -1
- package/src/ui/waterfall/index.tsx +4 -3
- package/dist/chunk-5T7MTIHW.mjs +0 -75
- package/dist/chunk-DVKONMS7.cjs +0 -20
- package/dist/chunk-GPV4XELL.mjs +0 -18
- package/dist/chunk-H2GERFBG.cjs +0 -13
- package/dist/chunk-H4IDSUG5.mjs +0 -643
- package/dist/chunk-KAA4NEHL.cjs +0 -77
- package/dist/chunk-TY47DFGO.mjs +0 -11
- package/dist/{chunk-ADYUCJMQ.mjs → chunk-2KQRWXNO.mjs} +0 -0
- package/dist/{chunk-SQRAUVEP.cjs → chunk-63OJOP6W.cjs} +0 -0
- package/dist/{chunk-LYZJNEOR.cjs → chunk-Q4XH2Z5M.cjs} +1 -1
- package/dist/{chunk-OEIF3JCH.mjs → chunk-U3LN5NB6.mjs} +1 -1
package/dist/chunk-H4IDSUG5.mjs
DELETED
|
@@ -1,643 +0,0 @@
|
|
|
1
|
-
import { createClientOnlyComponent } from './chunk-4F2GSF2T.mjs';
|
|
2
|
-
import { cn } from './chunk-HMN4IKTG.mjs';
|
|
3
|
-
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
4
|
-
import { CheckIcon, CircleIcon, ChevronRightIcon } from 'lucide-react';
|
|
5
|
-
import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
|
|
6
|
-
|
|
7
|
-
function DropdownMenuRoot({ ...props }) {
|
|
8
|
-
return /* @__PURE__ */ jsx(DropdownMenuPrimitive.Root, { "data-slot": "dropdown-menu", ...props });
|
|
9
|
-
}
|
|
10
|
-
function DropdownMenuFallback({ ...props }) {
|
|
11
|
-
return /* @__PURE__ */ jsx("div", { "data-slot": "dropdown-menu", ...props });
|
|
12
|
-
}
|
|
13
|
-
var DropdownMenu = createClientOnlyComponent(DropdownMenuRoot, DropdownMenuFallback);
|
|
14
|
-
function DropdownMenuPortalRoot({ ...props }) {
|
|
15
|
-
return /* @__PURE__ */ jsx(DropdownMenuPrimitive.Portal, { "data-slot": "dropdown-menu-portal", ...props });
|
|
16
|
-
}
|
|
17
|
-
function DropdownMenuPortalFallback({ children }) {
|
|
18
|
-
return /* @__PURE__ */ jsx("div", { "data-slot": "dropdown-menu-portal", children });
|
|
19
|
-
}
|
|
20
|
-
var DropdownMenuPortal = createClientOnlyComponent(
|
|
21
|
-
DropdownMenuPortalRoot,
|
|
22
|
-
DropdownMenuPortalFallback
|
|
23
|
-
);
|
|
24
|
-
function DropdownMenuTriggerRoot({
|
|
25
|
-
...props
|
|
26
|
-
}) {
|
|
27
|
-
return /* @__PURE__ */ jsx(
|
|
28
|
-
DropdownMenuPrimitive.Trigger,
|
|
29
|
-
{
|
|
30
|
-
"data-slot": "dropdown-menu-trigger",
|
|
31
|
-
className: "text-text-primary hover:text-text-highlight disabled:text-text-tertiary active:text-text-secondary",
|
|
32
|
-
...props
|
|
33
|
-
}
|
|
34
|
-
);
|
|
35
|
-
}
|
|
36
|
-
function DropdownMenuTriggerFallback({
|
|
37
|
-
asChild,
|
|
38
|
-
children,
|
|
39
|
-
...props
|
|
40
|
-
}) {
|
|
41
|
-
if (asChild) {
|
|
42
|
-
return /* @__PURE__ */ jsx(Fragment, { children });
|
|
43
|
-
}
|
|
44
|
-
return /* @__PURE__ */ jsx(
|
|
45
|
-
"button",
|
|
46
|
-
{
|
|
47
|
-
"data-slot": "dropdown-menu-trigger",
|
|
48
|
-
className: "text-text-primary hover:text-text-highlight disabled:text-text-tertiary active:text-text-secondary",
|
|
49
|
-
...props,
|
|
50
|
-
children
|
|
51
|
-
}
|
|
52
|
-
);
|
|
53
|
-
}
|
|
54
|
-
var DropdownMenuTrigger = createClientOnlyComponent(
|
|
55
|
-
DropdownMenuTriggerRoot,
|
|
56
|
-
DropdownMenuTriggerFallback
|
|
57
|
-
);
|
|
58
|
-
function DropdownMenuContentRoot({
|
|
59
|
-
className,
|
|
60
|
-
sideOffset = 4,
|
|
61
|
-
...props
|
|
62
|
-
}) {
|
|
63
|
-
return /* @__PURE__ */ jsx(DropdownMenuPrimitive.Portal, { children: /* @__PURE__ */ jsx(
|
|
64
|
-
DropdownMenuPrimitive.Content,
|
|
65
|
-
{
|
|
66
|
-
"data-slot": "dropdown-menu-content",
|
|
67
|
-
sideOffset,
|
|
68
|
-
className: cn(
|
|
69
|
-
[
|
|
70
|
-
"bg-bg-primary",
|
|
71
|
-
"p-md",
|
|
72
|
-
"data-[state=open]:animate-in",
|
|
73
|
-
"data-[state=closed]:animate-out",
|
|
74
|
-
"data-[state=closed]:fade-out-0",
|
|
75
|
-
"data-[state=open]:fade-in-0",
|
|
76
|
-
"data-[state=closed]:zoom-out-95",
|
|
77
|
-
"data-[state=open]:zoom-in-95",
|
|
78
|
-
"data-[side=bottom]:slide-in-from-top-2",
|
|
79
|
-
"data-[side=left]:slide-in-from-right-2",
|
|
80
|
-
"data-[side=right]:slide-in-from-left-2",
|
|
81
|
-
"data-[side=top]:slide-in-from-bottom-2",
|
|
82
|
-
"relative",
|
|
83
|
-
"z-50",
|
|
84
|
-
"max-h-(--radix-dropdown-menu-content-available-height)",
|
|
85
|
-
"origin-(--radix-dropdown-menu-content-transform-origin)",
|
|
86
|
-
"overflow-x-hidden",
|
|
87
|
-
"overflow-y-auto",
|
|
88
|
-
"rounded-uk-md",
|
|
89
|
-
"shadow-[0_4px_16px_0_var(--color-shadow-secondary)]",
|
|
90
|
-
"liquid:liquid-bg"
|
|
91
|
-
],
|
|
92
|
-
className
|
|
93
|
-
),
|
|
94
|
-
...props
|
|
95
|
-
}
|
|
96
|
-
) });
|
|
97
|
-
}
|
|
98
|
-
function DropdownMenuContentFallback({ className, ...props }) {
|
|
99
|
-
return /* @__PURE__ */ jsx(
|
|
100
|
-
"div",
|
|
101
|
-
{
|
|
102
|
-
"data-slot": "dropdown-menu-content",
|
|
103
|
-
className: cn(
|
|
104
|
-
[
|
|
105
|
-
"bg-bg-primary",
|
|
106
|
-
"p-md",
|
|
107
|
-
"relative",
|
|
108
|
-
"z-50",
|
|
109
|
-
"overflow-x-hidden",
|
|
110
|
-
"overflow-y-auto",
|
|
111
|
-
"rounded-uk-md",
|
|
112
|
-
"shadow-[0_4px_16px_0_var(--color-shadow-secondary)]",
|
|
113
|
-
"liquid:liquid-bg"
|
|
114
|
-
],
|
|
115
|
-
className
|
|
116
|
-
),
|
|
117
|
-
...props
|
|
118
|
-
}
|
|
119
|
-
);
|
|
120
|
-
}
|
|
121
|
-
var DropdownMenuContent = createClientOnlyComponent(
|
|
122
|
-
DropdownMenuContentRoot,
|
|
123
|
-
DropdownMenuContentFallback
|
|
124
|
-
);
|
|
125
|
-
function DropdownMenuGroupRoot({
|
|
126
|
-
className,
|
|
127
|
-
...props
|
|
128
|
-
}) {
|
|
129
|
-
return /* @__PURE__ */ jsx(
|
|
130
|
-
DropdownMenuPrimitive.Group,
|
|
131
|
-
{
|
|
132
|
-
"data-slot": "dropdown-menu-group",
|
|
133
|
-
className: cn("space-y-xs", className),
|
|
134
|
-
...props
|
|
135
|
-
}
|
|
136
|
-
);
|
|
137
|
-
}
|
|
138
|
-
function DropdownMenuGroupFallback({ className, ...props }) {
|
|
139
|
-
return /* @__PURE__ */ jsx("div", { "data-slot": "dropdown-menu-group", className: cn("space-y-xs", className), ...props });
|
|
140
|
-
}
|
|
141
|
-
var DropdownMenuGroup = createClientOnlyComponent(
|
|
142
|
-
DropdownMenuGroupRoot,
|
|
143
|
-
DropdownMenuGroupFallback
|
|
144
|
-
);
|
|
145
|
-
function DropdownMenuItemRoot({
|
|
146
|
-
className,
|
|
147
|
-
inset,
|
|
148
|
-
variant = "default",
|
|
149
|
-
...props
|
|
150
|
-
}) {
|
|
151
|
-
return /* @__PURE__ */ jsx(
|
|
152
|
-
DropdownMenuPrimitive.Item,
|
|
153
|
-
{
|
|
154
|
-
"data-slot": "dropdown-menu-item",
|
|
155
|
-
"data-inset": inset,
|
|
156
|
-
"data-variant": variant,
|
|
157
|
-
className: cn(
|
|
158
|
-
[
|
|
159
|
-
"w-full",
|
|
160
|
-
"flex",
|
|
161
|
-
"gap-md",
|
|
162
|
-
"items-center",
|
|
163
|
-
"px-sm",
|
|
164
|
-
"py-xs",
|
|
165
|
-
"relative",
|
|
166
|
-
"cursor-default",
|
|
167
|
-
"rounded-uk-xs",
|
|
168
|
-
"text-uk-sm",
|
|
169
|
-
"leading-uk-xs",
|
|
170
|
-
"outline-hidden",
|
|
171
|
-
"select-none",
|
|
172
|
-
"hover:bg-bg-tertiary",
|
|
173
|
-
"data-[disabled]:pointer-events-none",
|
|
174
|
-
"data-[disabled]:text-bg-quaternary",
|
|
175
|
-
"[&_svg]:pointer-events-none",
|
|
176
|
-
"[&_svg]:shrink-0",
|
|
177
|
-
"[&_svg:not([class*='size-'])]:size-4",
|
|
178
|
-
"[&_svg:not([class*='text-'])]:text-muted-foreground"
|
|
179
|
-
],
|
|
180
|
-
className
|
|
181
|
-
),
|
|
182
|
-
...props
|
|
183
|
-
}
|
|
184
|
-
);
|
|
185
|
-
}
|
|
186
|
-
function DropdownMenuItemFallback({
|
|
187
|
-
className,
|
|
188
|
-
inset,
|
|
189
|
-
variant = "default",
|
|
190
|
-
...props
|
|
191
|
-
}) {
|
|
192
|
-
return /* @__PURE__ */ jsx(
|
|
193
|
-
"div",
|
|
194
|
-
{
|
|
195
|
-
"data-slot": "dropdown-menu-item",
|
|
196
|
-
"data-inset": inset,
|
|
197
|
-
"data-variant": variant,
|
|
198
|
-
className: cn(
|
|
199
|
-
[
|
|
200
|
-
"w-full",
|
|
201
|
-
"flex",
|
|
202
|
-
"gap-md",
|
|
203
|
-
"items-center",
|
|
204
|
-
"px-sm",
|
|
205
|
-
"py-xs",
|
|
206
|
-
"relative",
|
|
207
|
-
"cursor-default",
|
|
208
|
-
"rounded-uk-xs",
|
|
209
|
-
"text-uk-sm",
|
|
210
|
-
"leading-uk-xs",
|
|
211
|
-
"outline-hidden",
|
|
212
|
-
"select-none",
|
|
213
|
-
"hover:bg-bg-tertiary",
|
|
214
|
-
"[&_svg]:pointer-events-none",
|
|
215
|
-
"[&_svg]:shrink-0",
|
|
216
|
-
"[&_svg:not([class*='size-'])]:size-4",
|
|
217
|
-
"[&_svg:not([class*='text-'])]:text-muted-foreground"
|
|
218
|
-
],
|
|
219
|
-
className
|
|
220
|
-
),
|
|
221
|
-
...props
|
|
222
|
-
}
|
|
223
|
-
);
|
|
224
|
-
}
|
|
225
|
-
var DropdownMenuItem = createClientOnlyComponent(
|
|
226
|
-
DropdownMenuItemRoot,
|
|
227
|
-
DropdownMenuItemFallback
|
|
228
|
-
);
|
|
229
|
-
function DropdownMenuCheckboxItemRoot({
|
|
230
|
-
className,
|
|
231
|
-
children,
|
|
232
|
-
checked,
|
|
233
|
-
...props
|
|
234
|
-
}) {
|
|
235
|
-
return /* @__PURE__ */ jsxs(
|
|
236
|
-
DropdownMenuPrimitive.CheckboxItem,
|
|
237
|
-
{
|
|
238
|
-
"data-slot": "dropdown-menu-checkbox-item",
|
|
239
|
-
className: cn(
|
|
240
|
-
[
|
|
241
|
-
"w-full",
|
|
242
|
-
"flex",
|
|
243
|
-
"gap-md",
|
|
244
|
-
"items-center",
|
|
245
|
-
"pr-md",
|
|
246
|
-
"pl-[calc(var(--spacing-xl)*1.8)]",
|
|
247
|
-
"py-xs",
|
|
248
|
-
"relative",
|
|
249
|
-
"cursor-default",
|
|
250
|
-
"rounded-uk-xs",
|
|
251
|
-
"text-uk-sm",
|
|
252
|
-
"leading-uk-xs",
|
|
253
|
-
"outline-hidden",
|
|
254
|
-
"select-none",
|
|
255
|
-
"hover:bg-bg-tertiary",
|
|
256
|
-
"data-[disabled]:pointer-events-none",
|
|
257
|
-
"data-[disabled]:text-bg-quaternary",
|
|
258
|
-
"[&_svg:not([class*='size-'])]:size-4",
|
|
259
|
-
"[&_svg]:pointer-events-none",
|
|
260
|
-
"[&_svg]:shrink-0"
|
|
261
|
-
],
|
|
262
|
-
className
|
|
263
|
-
),
|
|
264
|
-
checked,
|
|
265
|
-
...props,
|
|
266
|
-
children: [
|
|
267
|
-
/* @__PURE__ */ jsx("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx(DropdownMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx(CheckIcon, { className: "size-4" }) }) }),
|
|
268
|
-
children
|
|
269
|
-
]
|
|
270
|
-
}
|
|
271
|
-
);
|
|
272
|
-
}
|
|
273
|
-
function DropdownMenuCheckboxItemFallback({
|
|
274
|
-
className,
|
|
275
|
-
children,
|
|
276
|
-
checked,
|
|
277
|
-
...props
|
|
278
|
-
}) {
|
|
279
|
-
return /* @__PURE__ */ jsxs(
|
|
280
|
-
"div",
|
|
281
|
-
{
|
|
282
|
-
"data-slot": "dropdown-menu-checkbox-item",
|
|
283
|
-
className: cn(
|
|
284
|
-
[
|
|
285
|
-
"w-full",
|
|
286
|
-
"flex",
|
|
287
|
-
"gap-md",
|
|
288
|
-
"items-center",
|
|
289
|
-
"pr-md",
|
|
290
|
-
"pl-[calc(var(--spacing-xl)*1.8)]",
|
|
291
|
-
"py-xs",
|
|
292
|
-
"relative",
|
|
293
|
-
"cursor-default",
|
|
294
|
-
"rounded-uk-xs",
|
|
295
|
-
"text-uk-sm",
|
|
296
|
-
"leading-uk-xs",
|
|
297
|
-
"outline-hidden",
|
|
298
|
-
"select-none",
|
|
299
|
-
"hover:bg-bg-tertiary",
|
|
300
|
-
"[&_svg:not([class*='size-'])]:size-4",
|
|
301
|
-
"[&_svg]:pointer-events-none",
|
|
302
|
-
"[&_svg]:shrink-0"
|
|
303
|
-
],
|
|
304
|
-
className
|
|
305
|
-
),
|
|
306
|
-
...props,
|
|
307
|
-
children: [
|
|
308
|
-
/* @__PURE__ */ jsx("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: checked && /* @__PURE__ */ jsx(CheckIcon, { className: "size-4" }) }),
|
|
309
|
-
children
|
|
310
|
-
]
|
|
311
|
-
}
|
|
312
|
-
);
|
|
313
|
-
}
|
|
314
|
-
var DropdownMenuCheckboxItem = createClientOnlyComponent(
|
|
315
|
-
DropdownMenuCheckboxItemRoot,
|
|
316
|
-
DropdownMenuCheckboxItemFallback
|
|
317
|
-
);
|
|
318
|
-
function DropdownMenuRadioGroupRoot({
|
|
319
|
-
...props
|
|
320
|
-
}) {
|
|
321
|
-
return /* @__PURE__ */ jsx(DropdownMenuPrimitive.RadioGroup, { "data-slot": "dropdown-menu-radio-group", ...props });
|
|
322
|
-
}
|
|
323
|
-
function DropdownMenuRadioGroupFallback({ ...props }) {
|
|
324
|
-
return /* @__PURE__ */ jsx("div", { "data-slot": "dropdown-menu-radio-group", ...props });
|
|
325
|
-
}
|
|
326
|
-
var DropdownMenuRadioGroup = createClientOnlyComponent(
|
|
327
|
-
DropdownMenuRadioGroupRoot,
|
|
328
|
-
DropdownMenuRadioGroupFallback
|
|
329
|
-
);
|
|
330
|
-
function DropdownMenuRadioItemRoot({
|
|
331
|
-
className,
|
|
332
|
-
children,
|
|
333
|
-
...props
|
|
334
|
-
}) {
|
|
335
|
-
return /* @__PURE__ */ jsxs(
|
|
336
|
-
DropdownMenuPrimitive.RadioItem,
|
|
337
|
-
{
|
|
338
|
-
"data-slot": "dropdown-menu-radio-item",
|
|
339
|
-
className: cn(
|
|
340
|
-
[
|
|
341
|
-
"w-full",
|
|
342
|
-
"hover:bg-bg-tertiary",
|
|
343
|
-
"outline-hidden",
|
|
344
|
-
"relative",
|
|
345
|
-
"flex",
|
|
346
|
-
"cursor-default",
|
|
347
|
-
"select-none",
|
|
348
|
-
"items-center",
|
|
349
|
-
"gap-md",
|
|
350
|
-
"rounded-uk-xs",
|
|
351
|
-
"py-xs",
|
|
352
|
-
"pl-[calc(var(--spacing-xl)*1.8)]",
|
|
353
|
-
"pr-md",
|
|
354
|
-
"text-uk-sm",
|
|
355
|
-
"leading-uk-xs",
|
|
356
|
-
"data-[disabled]:pointer-events-none",
|
|
357
|
-
"data-[disabled]:text-bg-quaternary",
|
|
358
|
-
"[&_svg:not([class*='size-'])]:size-4",
|
|
359
|
-
"[&_svg]:pointer-events-none",
|
|
360
|
-
"[&_svg]:shrink-0"
|
|
361
|
-
],
|
|
362
|
-
className
|
|
363
|
-
),
|
|
364
|
-
...props,
|
|
365
|
-
children: [
|
|
366
|
-
/* @__PURE__ */ jsx("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx(DropdownMenuPrimitive.ItemIndicator, { children: /* @__PURE__ */ jsx(CircleIcon, { className: "size-2 fill-current" }) }) }),
|
|
367
|
-
children
|
|
368
|
-
]
|
|
369
|
-
}
|
|
370
|
-
);
|
|
371
|
-
}
|
|
372
|
-
function DropdownMenuRadioItemFallback({
|
|
373
|
-
className,
|
|
374
|
-
children,
|
|
375
|
-
...props
|
|
376
|
-
}) {
|
|
377
|
-
return /* @__PURE__ */ jsxs(
|
|
378
|
-
"div",
|
|
379
|
-
{
|
|
380
|
-
"data-slot": "dropdown-menu-radio-item",
|
|
381
|
-
className: cn(
|
|
382
|
-
[
|
|
383
|
-
"w-full",
|
|
384
|
-
"hover:bg-bg-tertiary",
|
|
385
|
-
"outline-hidden",
|
|
386
|
-
"relative",
|
|
387
|
-
"flex",
|
|
388
|
-
"cursor-default",
|
|
389
|
-
"select-none",
|
|
390
|
-
"items-center",
|
|
391
|
-
"gap-md",
|
|
392
|
-
"rounded-uk-xs",
|
|
393
|
-
"py-xs",
|
|
394
|
-
"pl-[calc(var(--spacing-xl)*1.8)]",
|
|
395
|
-
"pr-md",
|
|
396
|
-
"text-uk-sm",
|
|
397
|
-
"leading-uk-xs",
|
|
398
|
-
"[&_svg:not([class*='size-'])]:size-4",
|
|
399
|
-
"[&_svg]:pointer-events-none",
|
|
400
|
-
"[&_svg]:shrink-0"
|
|
401
|
-
],
|
|
402
|
-
className
|
|
403
|
-
),
|
|
404
|
-
...props,
|
|
405
|
-
children: [
|
|
406
|
-
/* @__PURE__ */ jsx("span", { className: "pointer-events-none absolute left-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsx(CircleIcon, { className: "size-2 fill-current" }) }),
|
|
407
|
-
children
|
|
408
|
-
]
|
|
409
|
-
}
|
|
410
|
-
);
|
|
411
|
-
}
|
|
412
|
-
var DropdownMenuRadioItem = createClientOnlyComponent(
|
|
413
|
-
DropdownMenuRadioItemRoot,
|
|
414
|
-
DropdownMenuRadioItemFallback
|
|
415
|
-
);
|
|
416
|
-
function DropdownMenuLabelRoot({
|
|
417
|
-
className,
|
|
418
|
-
inset,
|
|
419
|
-
...props
|
|
420
|
-
}) {
|
|
421
|
-
return /* @__PURE__ */ jsx(
|
|
422
|
-
DropdownMenuPrimitive.Label,
|
|
423
|
-
{
|
|
424
|
-
"data-slot": "dropdown-menu-label",
|
|
425
|
-
"data-inset": inset,
|
|
426
|
-
className: cn("text-text-secondary text-uk-sm leading-uk-xs pb-lg pt-xs px-sm", className),
|
|
427
|
-
...props
|
|
428
|
-
}
|
|
429
|
-
);
|
|
430
|
-
}
|
|
431
|
-
function DropdownMenuLabelFallback({
|
|
432
|
-
className,
|
|
433
|
-
inset,
|
|
434
|
-
...props
|
|
435
|
-
}) {
|
|
436
|
-
return /* @__PURE__ */ jsx(
|
|
437
|
-
"div",
|
|
438
|
-
{
|
|
439
|
-
"data-slot": "dropdown-menu-label",
|
|
440
|
-
"data-inset": inset,
|
|
441
|
-
className: cn("text-text-secondary text-uk-sm leading-uk-xs px-2 py-1.5", className),
|
|
442
|
-
...props
|
|
443
|
-
}
|
|
444
|
-
);
|
|
445
|
-
}
|
|
446
|
-
var DropdownMenuLabel = createClientOnlyComponent(
|
|
447
|
-
DropdownMenuLabelRoot,
|
|
448
|
-
DropdownMenuLabelFallback
|
|
449
|
-
);
|
|
450
|
-
function DropdownMenuSeparatorRoot({
|
|
451
|
-
className,
|
|
452
|
-
...props
|
|
453
|
-
}) {
|
|
454
|
-
return /* @__PURE__ */ jsx(
|
|
455
|
-
DropdownMenuPrimitive.Separator,
|
|
456
|
-
{
|
|
457
|
-
"data-slot": "dropdown-menu-separator",
|
|
458
|
-
className: cn("bg-line-primary my-lg pointer-events-none h-px", className),
|
|
459
|
-
...props
|
|
460
|
-
}
|
|
461
|
-
);
|
|
462
|
-
}
|
|
463
|
-
function DropdownMenuSeparatorFallback({ className, ...props }) {
|
|
464
|
-
return /* @__PURE__ */ jsx(
|
|
465
|
-
"div",
|
|
466
|
-
{
|
|
467
|
-
"data-slot": "dropdown-menu-separator",
|
|
468
|
-
className: cn("bg-line-primary my-lg pointer-events-none h-px", className),
|
|
469
|
-
...props
|
|
470
|
-
}
|
|
471
|
-
);
|
|
472
|
-
}
|
|
473
|
-
var DropdownMenuSeparator = createClientOnlyComponent(
|
|
474
|
-
DropdownMenuSeparatorRoot,
|
|
475
|
-
DropdownMenuSeparatorFallback
|
|
476
|
-
);
|
|
477
|
-
function DropdownMenuShortcut({ className, ...props }) {
|
|
478
|
-
return /* @__PURE__ */ jsx(
|
|
479
|
-
"span",
|
|
480
|
-
{
|
|
481
|
-
"data-slot": "dropdown-menu-shortcut",
|
|
482
|
-
className: cn("text-text-tertiary text-uk-sm leading-uk-xs ml-auto", className),
|
|
483
|
-
...props
|
|
484
|
-
}
|
|
485
|
-
);
|
|
486
|
-
}
|
|
487
|
-
function DropdownMenuSubRoot({ ...props }) {
|
|
488
|
-
return /* @__PURE__ */ jsx(DropdownMenuPrimitive.Sub, { "data-slot": "dropdown-menu-sub", ...props });
|
|
489
|
-
}
|
|
490
|
-
function DropdownMenuSubFallback({ ...props }) {
|
|
491
|
-
return /* @__PURE__ */ jsx("div", { "data-slot": "dropdown-menu-sub", ...props });
|
|
492
|
-
}
|
|
493
|
-
var DropdownMenuSub = createClientOnlyComponent(DropdownMenuSubRoot, DropdownMenuSubFallback);
|
|
494
|
-
function DropdownMenuSubTriggerRoot({
|
|
495
|
-
className,
|
|
496
|
-
inset,
|
|
497
|
-
children,
|
|
498
|
-
...props
|
|
499
|
-
}) {
|
|
500
|
-
return /* @__PURE__ */ jsxs(
|
|
501
|
-
DropdownMenuPrimitive.SubTrigger,
|
|
502
|
-
{
|
|
503
|
-
"data-slot": "dropdown-menu-sub-trigger",
|
|
504
|
-
"data-inset": inset,
|
|
505
|
-
className: cn(
|
|
506
|
-
"w-full",
|
|
507
|
-
"flex",
|
|
508
|
-
"gap-md",
|
|
509
|
-
"items-center",
|
|
510
|
-
"px-sm",
|
|
511
|
-
"py-xs",
|
|
512
|
-
"relative",
|
|
513
|
-
"cursor-default",
|
|
514
|
-
"rounded-uk-xs",
|
|
515
|
-
"text-uk-sm",
|
|
516
|
-
"leading-uk-xs",
|
|
517
|
-
"outline-hidden",
|
|
518
|
-
"select-none",
|
|
519
|
-
"hover:bg-bg-tertiary",
|
|
520
|
-
"data-[state=open]:bg-bg-tertiary",
|
|
521
|
-
"data-[disabled]:pointer-events-none",
|
|
522
|
-
"data-[disabled]:text-bg-quaternary",
|
|
523
|
-
"[&_svg]:pointer-events-none",
|
|
524
|
-
"[&_svg]:shrink-0",
|
|
525
|
-
"[&_svg:not([class*='size-'])]:size-4",
|
|
526
|
-
"[&_svg:not([class*='text-'])]:text-muted-foreground",
|
|
527
|
-
className
|
|
528
|
-
),
|
|
529
|
-
...props,
|
|
530
|
-
children: [
|
|
531
|
-
children,
|
|
532
|
-
/* @__PURE__ */ jsx(ChevronRightIcon, { className: "ml-auto size-4" })
|
|
533
|
-
]
|
|
534
|
-
}
|
|
535
|
-
);
|
|
536
|
-
}
|
|
537
|
-
function DropdownMenuSubTriggerFallback({
|
|
538
|
-
className,
|
|
539
|
-
inset,
|
|
540
|
-
children,
|
|
541
|
-
...props
|
|
542
|
-
}) {
|
|
543
|
-
return /* @__PURE__ */ jsxs(
|
|
544
|
-
"div",
|
|
545
|
-
{
|
|
546
|
-
"data-slot": "dropdown-menu-sub-trigger",
|
|
547
|
-
"data-inset": inset,
|
|
548
|
-
className: cn(
|
|
549
|
-
"w-full",
|
|
550
|
-
"flex",
|
|
551
|
-
"gap-md",
|
|
552
|
-
"items-center",
|
|
553
|
-
"px-sm",
|
|
554
|
-
"py-xs",
|
|
555
|
-
"relative",
|
|
556
|
-
"cursor-default",
|
|
557
|
-
"rounded-uk-xs",
|
|
558
|
-
"text-uk-sm",
|
|
559
|
-
"leading-uk-xs",
|
|
560
|
-
"outline-hidden",
|
|
561
|
-
"select-none",
|
|
562
|
-
"hover:bg-bg-tertiary",
|
|
563
|
-
"[&_svg]:pointer-events-none",
|
|
564
|
-
"[&_svg]:shrink-0",
|
|
565
|
-
"[&_svg:not([class*='size-'])]:size-4",
|
|
566
|
-
"[&_svg:not([class*='text-'])]:text-muted-foreground",
|
|
567
|
-
className
|
|
568
|
-
),
|
|
569
|
-
...props,
|
|
570
|
-
children: [
|
|
571
|
-
children,
|
|
572
|
-
/* @__PURE__ */ jsx(ChevronRightIcon, { className: "ml-auto size-4" })
|
|
573
|
-
]
|
|
574
|
-
}
|
|
575
|
-
);
|
|
576
|
-
}
|
|
577
|
-
var DropdownMenuSubTrigger = createClientOnlyComponent(
|
|
578
|
-
DropdownMenuSubTriggerRoot,
|
|
579
|
-
DropdownMenuSubTriggerFallback
|
|
580
|
-
);
|
|
581
|
-
function DropdownMenuSubContentRoot({
|
|
582
|
-
className,
|
|
583
|
-
...props
|
|
584
|
-
}) {
|
|
585
|
-
return /* @__PURE__ */ jsx(
|
|
586
|
-
DropdownMenuPrimitive.SubContent,
|
|
587
|
-
{
|
|
588
|
-
"data-slot": "dropdown-menu-sub-content",
|
|
589
|
-
className: cn(
|
|
590
|
-
"bg-bg-primary",
|
|
591
|
-
"p-md",
|
|
592
|
-
"data-[state=open]:animate-in",
|
|
593
|
-
"data-[state=closed]:animate-out",
|
|
594
|
-
"data-[state=closed]:fade-out-0",
|
|
595
|
-
"data-[state=open]:fade-in-0",
|
|
596
|
-
"data-[state=closed]:zoom-out-95",
|
|
597
|
-
"data-[state=open]:zoom-in-95",
|
|
598
|
-
"data-[side=bottom]:slide-in-from-top-2",
|
|
599
|
-
"data-[side=left]:slide-in-from-right-2",
|
|
600
|
-
"data-[side=right]:slide-in-from-left-2",
|
|
601
|
-
"data-[side=top]:slide-in-from-bottom-2",
|
|
602
|
-
"relative",
|
|
603
|
-
"z-50",
|
|
604
|
-
"max-h-(--radix-dropdown-menu-content-available-height)",
|
|
605
|
-
"origin-(--radix-dropdown-menu-content-transform-origin)",
|
|
606
|
-
"overflow-x-hidden",
|
|
607
|
-
"overflow-y-auto",
|
|
608
|
-
"rounded-uk-md",
|
|
609
|
-
"shadow-[0_4px_16px_0_var(--color-shadow-secondary)]",
|
|
610
|
-
"liquid:liquid-bg",
|
|
611
|
-
className
|
|
612
|
-
),
|
|
613
|
-
...props
|
|
614
|
-
}
|
|
615
|
-
);
|
|
616
|
-
}
|
|
617
|
-
function DropdownMenuSubContentFallback({ className, ...props }) {
|
|
618
|
-
return /* @__PURE__ */ jsx(
|
|
619
|
-
"div",
|
|
620
|
-
{
|
|
621
|
-
"data-slot": "dropdown-menu-sub-content",
|
|
622
|
-
className: cn(
|
|
623
|
-
"bg-bg-primary",
|
|
624
|
-
"p-md",
|
|
625
|
-
"relative",
|
|
626
|
-
"z-50",
|
|
627
|
-
"overflow-x-hidden",
|
|
628
|
-
"overflow-y-auto",
|
|
629
|
-
"rounded-uk-md",
|
|
630
|
-
"shadow-[0_4px_16px_0_var(--color-shadow-secondary)]",
|
|
631
|
-
"liquid:liquid-bg",
|
|
632
|
-
className
|
|
633
|
-
),
|
|
634
|
-
...props
|
|
635
|
-
}
|
|
636
|
-
);
|
|
637
|
-
}
|
|
638
|
-
var DropdownMenuSubContent = createClientOnlyComponent(
|
|
639
|
-
DropdownMenuSubContentRoot,
|
|
640
|
-
DropdownMenuSubContentFallback
|
|
641
|
-
);
|
|
642
|
-
|
|
643
|
-
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger };
|