@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
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { TooltipProvider, Tooltip, TooltipTrigger, TooltipContent } from './chunk-
|
|
2
|
-
import { Separator } from './chunk-OWGKZAOO.mjs';
|
|
3
|
-
import { Sheet, SheetContent, SheetHeader, SheetTitle, SheetDescription } from './chunk-W3RJNSWQ.mjs';
|
|
1
|
+
import { TooltipProvider, Tooltip, TooltipTrigger, TooltipContent } from './chunk-5MBEK77I.mjs';
|
|
4
2
|
import { Skeleton } from './chunk-DWWM2TV3.mjs';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
3
|
+
import { Separator } from './chunk-OWGKZAOO.mjs';
|
|
4
|
+
import { Sheet, SheetContent, SheetHeader, SheetTitle, SheetDescription } from './chunk-7NOBQH7O.mjs';
|
|
5
|
+
import { InputRoot } from './chunk-LRSDE62T.mjs';
|
|
6
|
+
import { Button } from './chunk-CZ4GQOXG.mjs';
|
|
7
7
|
import { useIsMobile } from './chunk-XHJDRQD7.mjs';
|
|
8
8
|
import { cn } from './chunk-HMN4IKTG.mjs';
|
|
9
9
|
import { Slot } from '@radix-ui/react-slot';
|
|
@@ -172,7 +172,7 @@ function Sidebar({
|
|
|
172
172
|
{
|
|
173
173
|
"data-sidebar": "sidebar",
|
|
174
174
|
"data-slot": "sidebar-inner",
|
|
175
|
-
className: "bg-bg-primary liquid:liquid-bg group-data-[variant=floating]:border-sidebar-border group-data-[variant=floating]:rounded-uk-lg flex h-full w-full flex-col font-normal group-data-[variant=floating]:border group-data-[variant=floating]:shadow-sm",
|
|
175
|
+
className: "bg-bg-primary liquid-dark:liquid-dark-bg liquid-light:liquid-light-bg group-data-[variant=floating]:border-sidebar-border group-data-[variant=floating]:rounded-uk-lg flex h-full w-full flex-col font-normal group-data-[variant=floating]:border group-data-[variant=floating]:shadow-sm",
|
|
176
176
|
children
|
|
177
177
|
}
|
|
178
178
|
)
|
|
@@ -267,7 +267,7 @@ function SidebarHeader({ className, ...props }) {
|
|
|
267
267
|
{
|
|
268
268
|
"data-slot": "sidebar-header",
|
|
269
269
|
"data-sidebar": "header",
|
|
270
|
-
className: cn("text-uk-lg leading-uk-lg px-md flex flex-col", className),
|
|
270
|
+
className: cn("text-uk-lg leading-uk-lg px-md py-lg flex flex-col", className),
|
|
271
271
|
...props
|
|
272
272
|
}
|
|
273
273
|
);
|
|
@@ -278,7 +278,7 @@ function SidebarFooter({ className, ...props }) {
|
|
|
278
278
|
{
|
|
279
279
|
"data-slot": "sidebar-footer",
|
|
280
280
|
"data-sidebar": "footer",
|
|
281
|
-
className: cn("px-lg flex flex-col", className),
|
|
281
|
+
className: cn("px-md py-lg flex flex-col", className),
|
|
282
282
|
...props
|
|
283
283
|
}
|
|
284
284
|
);
|
|
@@ -289,10 +289,7 @@ function SidebarSeparator({ className, ...props }) {
|
|
|
289
289
|
{
|
|
290
290
|
"data-slot": "sidebar-separator",
|
|
291
291
|
"data-sidebar": "separator",
|
|
292
|
-
className: cn("bg-line-primary
|
|
293
|
-
style: {
|
|
294
|
-
width: "calc(100% + var(--spacing-lg) * 2)"
|
|
295
|
-
},
|
|
292
|
+
className: cn("bg-line-primary", className),
|
|
296
293
|
...props
|
|
297
294
|
}
|
|
298
295
|
);
|
|
@@ -380,7 +377,7 @@ function SidebarMenu({ className, ...props }) {
|
|
|
380
377
|
{
|
|
381
378
|
"data-slot": "sidebar-menu",
|
|
382
379
|
"data-sidebar": "menu",
|
|
383
|
-
className: cn("gap-
|
|
380
|
+
className: cn("py-md gap-sm flex w-full min-w-0 flex-col", className),
|
|
384
381
|
style: {
|
|
385
382
|
paddingLeft: "0px",
|
|
386
383
|
marginBottom: "0px"
|
|
@@ -585,10 +582,11 @@ function SidebarMenuSubButton({
|
|
|
585
582
|
"data-size": size,
|
|
586
583
|
"data-active": isActive,
|
|
587
584
|
className: cn(
|
|
588
|
-
"text-text-primary ring-sidebar-ring hover:bg-bg-secondary hover:text-text-primary active:bg-bg-tertiary active:text-text-highlight [&>svg]:text-icon-primary gap-md rounded-uk-md px-lg flex h-[32px] min-w-0 -translate-x-px items-center overflow-hidden outline-hidden
|
|
585
|
+
"text-text-primary ring-sidebar-ring hover:bg-bg-secondary hover:text-text-primary active:bg-bg-tertiary active:text-text-highlight [&>svg]:text-icon-primary gap-md rounded-uk-md px-lg flex h-[32px] min-w-0 -translate-x-px cursor-pointer items-center overflow-hidden outline-hidden disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-[16px] [&>svg]:shrink-0",
|
|
589
586
|
size === "sm" && "text-uk-sm leading-uk-sm",
|
|
590
587
|
size === "md" && "text-uk-md leading-uk-md",
|
|
591
588
|
"group-data-[collapsible=icon]:hidden",
|
|
589
|
+
isActive && "bg-bg-tertiary text-text-highlight [&>svg]:text-icon-highlight hover:bg-bg-tertiary hover:text-text-highlight",
|
|
592
590
|
className
|
|
593
591
|
),
|
|
594
592
|
...props
|
|
@@ -6,12 +6,12 @@ function Toolbar({ className, children, variant = "default", size = "md" }) {
|
|
|
6
6
|
"div",
|
|
7
7
|
{
|
|
8
8
|
className: cn(
|
|
9
|
-
"bg-bg-primary flex items-center gap-2
|
|
10
|
-
"liquid:liquid-bg",
|
|
9
|
+
"bg-bg-primary flex items-center gap-2",
|
|
10
|
+
"liquid-dark:liquid-dark-bg liquid-light:liquid-light-bg liquid:shadow-[0_4px_16px_0_var(--color-shadow-secondary)]",
|
|
11
11
|
size === "sm" && "rounded-uk-md p-1.5",
|
|
12
12
|
size === "md" && "rounded-uk-lg p-1.5",
|
|
13
13
|
size === "lg" && "rounded-uk-xl p-1.5",
|
|
14
|
-
variant === "floating" && "rounded-[var(--radius-uk-md)] bg-white
|
|
14
|
+
variant === "floating" && "rounded-[var(--radius-uk-md)] bg-white dark:bg-gray-900" && (size === "sm" ? "px-1 py-1" : size === "md" ? "px-2 py-2" : "px-3 py-3"),
|
|
15
15
|
className
|
|
16
16
|
),
|
|
17
17
|
children
|
|
@@ -23,7 +23,7 @@ function LiquidLayoutLeft({ className, ...props }) {
|
|
|
23
23
|
{
|
|
24
24
|
...props,
|
|
25
25
|
className: cn(
|
|
26
|
-
"order-2 col-start-1 flex flex-col items-start gap-4 [&>*]:pointer-events-auto",
|
|
26
|
+
"order-2 col-start-1 flex flex-col items-start gap-4 overflow-y-auto [&>*]:pointer-events-auto",
|
|
27
27
|
className
|
|
28
28
|
)
|
|
29
29
|
}
|
|
@@ -52,7 +52,7 @@ function LiquidLayoutRight({
|
|
|
52
52
|
{
|
|
53
53
|
...props,
|
|
54
54
|
className: cn(
|
|
55
|
-
"order-4 col-start-3 flex flex-col items-end gap-4 [&>*]:pointer-events-auto",
|
|
55
|
+
"order-4 col-start-3 flex flex-col items-end gap-4 overflow-y-auto [&>*]:pointer-events-auto",
|
|
56
56
|
className
|
|
57
57
|
)
|
|
58
58
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { betterAuth } from 'better-auth';
|
|
2
|
+
import { customSessionClient } from 'better-auth/client/plugins';
|
|
3
|
+
import { customSession } from 'better-auth/plugins';
|
|
4
|
+
|
|
5
|
+
// src/auth/types.ts
|
|
6
|
+
var auth = betterAuth({
|
|
7
|
+
plugins: [
|
|
8
|
+
customSession(async (session) => {
|
|
9
|
+
return {
|
|
10
|
+
...session,
|
|
11
|
+
session: { ...session.session, sessionToken: "" }
|
|
12
|
+
};
|
|
13
|
+
})
|
|
14
|
+
]
|
|
15
|
+
});
|
|
16
|
+
var options = {
|
|
17
|
+
plugins: [customSessionClient()]
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { auth, options };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkGOGJVFRN_cjs = require('./chunk-GOGJVFRN.cjs');
|
|
4
4
|
var react = require('react');
|
|
5
5
|
var jsxRuntime = require('react/jsx-runtime');
|
|
6
6
|
|
|
7
7
|
var InchInput = react.forwardRef(function InchInput2({ value = 0, onChange, ...props }, ref) {
|
|
8
8
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
9
|
-
|
|
9
|
+
chunkGOGJVFRN_cjs.InputNumbers,
|
|
10
10
|
{
|
|
11
11
|
ref,
|
|
12
12
|
value: [value],
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jwtToken, bearerToken } from './chunk-WGVKFNG6.mjs';
|
|
2
|
+
import { options } from './chunk-PKSIXQJX.mjs';
|
|
3
|
+
import { createAuthClient } from 'better-auth/react';
|
|
4
|
+
|
|
5
|
+
var createClient = (baseURL) => {
|
|
6
|
+
return createAuthClient({
|
|
7
|
+
...options,
|
|
8
|
+
baseURL,
|
|
9
|
+
fetchOptions: {
|
|
10
|
+
auth: {
|
|
11
|
+
type: "Bearer",
|
|
12
|
+
token: () => localStorage.getItem(bearerToken) || ""
|
|
13
|
+
// get the token from localStorage
|
|
14
|
+
},
|
|
15
|
+
onSuccess: (ctx) => {
|
|
16
|
+
const jwt = ctx.response.headers.get("set-auth-jwt");
|
|
17
|
+
if (jwt) {
|
|
18
|
+
localStorage.setItem(jwtToken, jwt);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export { createClient };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var chunkRPTRTGC2_cjs = require('./chunk-RPTRTGC2.cjs');
|
|
4
3
|
var chunkOHIB3TEN_cjs = require('./chunk-OHIB3TEN.cjs');
|
|
5
4
|
var AvatarPrimitive = require('@radix-ui/react-avatar');
|
|
6
5
|
var React = require('react');
|
|
@@ -29,10 +28,7 @@ function _interopNamespace(e) {
|
|
|
29
28
|
var AvatarPrimitive__namespace = /*#__PURE__*/_interopNamespace(AvatarPrimitive);
|
|
30
29
|
var React__default = /*#__PURE__*/_interopDefault(React);
|
|
31
30
|
|
|
32
|
-
var
|
|
33
|
-
className,
|
|
34
|
-
...props
|
|
35
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
31
|
+
var Avatar = ({ className, ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
36
32
|
AvatarPrimitive__namespace.Root,
|
|
37
33
|
{
|
|
38
34
|
"data-slot": "avatar",
|
|
@@ -40,15 +36,7 @@ var AvatarRoot = ({
|
|
|
40
36
|
...props
|
|
41
37
|
}
|
|
42
38
|
);
|
|
43
|
-
var
|
|
44
|
-
"span",
|
|
45
|
-
{
|
|
46
|
-
"data-slot": "avatar",
|
|
47
|
-
className: chunkOHIB3TEN_cjs.cn("relative flex size-[24px] shrink-0 overflow-hidden rounded-full", className)
|
|
48
|
-
}
|
|
49
|
-
);
|
|
50
|
-
var Avatar = chunkRPTRTGC2_cjs.createClientOnlyComponent(AvatarRoot, AvatarSSRFallback);
|
|
51
|
-
var AvatarImageRoot = ({
|
|
39
|
+
var AvatarImage = ({
|
|
52
40
|
className,
|
|
53
41
|
...props
|
|
54
42
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -59,9 +47,7 @@ var AvatarImageRoot = ({
|
|
|
59
47
|
...props
|
|
60
48
|
}
|
|
61
49
|
);
|
|
62
|
-
var
|
|
63
|
-
var AvatarImage = chunkRPTRTGC2_cjs.createClientOnlyComponent(AvatarImageRoot, AvatarImageFallback);
|
|
64
|
-
var AvatarFallbackRoot = ({
|
|
50
|
+
var AvatarFallback = ({
|
|
65
51
|
className,
|
|
66
52
|
...props
|
|
67
53
|
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -75,21 +61,6 @@ var AvatarFallbackRoot = ({
|
|
|
75
61
|
...props
|
|
76
62
|
}
|
|
77
63
|
);
|
|
78
|
-
var AvatarFallbackSSR = ({
|
|
79
|
-
className,
|
|
80
|
-
...props
|
|
81
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
82
|
-
"span",
|
|
83
|
-
{
|
|
84
|
-
"data-slot": "avatar-fallback",
|
|
85
|
-
className: chunkOHIB3TEN_cjs.cn(
|
|
86
|
-
"bg-bg-tertiary flex size-full items-center justify-center rounded-full",
|
|
87
|
-
className
|
|
88
|
-
),
|
|
89
|
-
...props
|
|
90
|
-
}
|
|
91
|
-
);
|
|
92
|
-
var AvatarFallback = chunkRPTRTGC2_cjs.createClientOnlyComponent(AvatarFallbackRoot, AvatarFallbackSSR);
|
|
93
64
|
function AvatarGroup({ children, className, spacing = "normal", max }) {
|
|
94
65
|
const spacingClasses = {
|
|
95
66
|
tight: "-space-x-1.5",
|
|
@@ -131,11 +102,5 @@ function AvatarGroup({ children, className, spacing = "normal", max }) {
|
|
|
131
102
|
|
|
132
103
|
exports.Avatar = Avatar;
|
|
133
104
|
exports.AvatarFallback = AvatarFallback;
|
|
134
|
-
exports.AvatarFallbackRoot = AvatarFallbackRoot;
|
|
135
|
-
exports.AvatarFallbackSSR = AvatarFallbackSSR;
|
|
136
105
|
exports.AvatarGroup = AvatarGroup;
|
|
137
106
|
exports.AvatarImage = AvatarImage;
|
|
138
|
-
exports.AvatarImageFallback = AvatarImageFallback;
|
|
139
|
-
exports.AvatarImageRoot = AvatarImageRoot;
|
|
140
|
-
exports.AvatarRoot = AvatarRoot;
|
|
141
|
-
exports.AvatarSSRFallback = AvatarSSRFallback;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TooltipProvider, Tooltip, TooltipTrigger, TooltipContent } from './chunk-
|
|
2
|
-
import { InputRoot, InputSlot } from './chunk-
|
|
1
|
+
import { TooltipProvider, Tooltip, TooltipTrigger, TooltipContent } from './chunk-5MBEK77I.mjs';
|
|
2
|
+
import { InputRoot, InputSlot } from './chunk-LRSDE62T.mjs';
|
|
3
3
|
import { SyncScroll } from './chunk-PDOFOJ4P.mjs';
|
|
4
4
|
import { cn } from './chunk-HMN4IKTG.mjs';
|
|
5
5
|
import { Search, CaseSensitive, Regex, ChevronDown } from 'lucide-react';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { InputRoot } from './chunk-LRSDE62T.mjs';
|
|
1
2
|
import { Tabs } from './chunk-B53A4WNW.mjs';
|
|
2
3
|
import { Textarea } from './chunk-25RDJXX7.mjs';
|
|
3
|
-
import { SelectTrigger } from './chunk-
|
|
4
|
-
import {
|
|
5
|
-
import { Button } from './chunk-INHZ5D7P.mjs';
|
|
4
|
+
import { SelectTrigger } from './chunk-KJH46JR3.mjs';
|
|
5
|
+
import { Button } from './chunk-CZ4GQOXG.mjs';
|
|
6
6
|
import { withCursor } from './chunk-RAHKRYQJ.mjs';
|
|
7
7
|
|
|
8
8
|
// src/highlight-cursor/enhanced-components.tsx
|
|
@@ -4,9 +4,9 @@ var chunkOHIB3TEN_cjs = require('./chunk-OHIB3TEN.cjs');
|
|
|
4
4
|
var lucideReact = require('lucide-react');
|
|
5
5
|
var jsxRuntime = require('react/jsx-runtime');
|
|
6
6
|
|
|
7
|
-
var PACKAGE_VERSION = "0.0.
|
|
7
|
+
var PACKAGE_VERSION = "0.0.103" ;
|
|
8
8
|
var PACKAGE_NAME = "@vuer-ai/vuer-uikit" ;
|
|
9
|
-
var GIT_HASH = "
|
|
9
|
+
var GIT_HASH = "dcb0bc3" ;
|
|
10
10
|
function PackageBadge({
|
|
11
11
|
className,
|
|
12
12
|
packageName,
|
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
import { cn } from './chunk-HMN4IKTG.mjs';
|
|
2
|
+
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
3
|
+
import { CheckIcon, CircleIcon, ChevronRightIcon } from 'lucide-react';
|
|
4
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
5
|
+
|
|
6
|
+
function DropdownMenu({ ...props }) {
|
|
7
|
+
return /* @__PURE__ */ jsx(DropdownMenuPrimitive.Root, { "data-slot": "dropdown-menu", ...props });
|
|
8
|
+
}
|
|
9
|
+
function DropdownMenuPortal({ ...props }) {
|
|
10
|
+
return /* @__PURE__ */ jsx(DropdownMenuPrimitive.Portal, { "data-slot": "dropdown-menu-portal", ...props });
|
|
11
|
+
}
|
|
12
|
+
function DropdownMenuTrigger({ ...props }) {
|
|
13
|
+
return /* @__PURE__ */ jsx(
|
|
14
|
+
DropdownMenuPrimitive.Trigger,
|
|
15
|
+
{
|
|
16
|
+
"data-slot": "dropdown-menu-trigger",
|
|
17
|
+
className: "text-text-primary hover:text-text-highlight disabled:text-text-tertiary active:text-text-secondary",
|
|
18
|
+
...props
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
function DropdownMenuContent({
|
|
23
|
+
className,
|
|
24
|
+
sideOffset = 4,
|
|
25
|
+
...props
|
|
26
|
+
}) {
|
|
27
|
+
return /* @__PURE__ */ jsx(DropdownMenuPrimitive.Portal, { children: /* @__PURE__ */ jsx(
|
|
28
|
+
DropdownMenuPrimitive.Content,
|
|
29
|
+
{
|
|
30
|
+
"data-slot": "dropdown-menu-content",
|
|
31
|
+
sideOffset,
|
|
32
|
+
className: cn(
|
|
33
|
+
[
|
|
34
|
+
"bg-bg-primary",
|
|
35
|
+
"p-md",
|
|
36
|
+
"data-[state=open]:animate-in",
|
|
37
|
+
"data-[state=closed]:animate-out",
|
|
38
|
+
"data-[state=closed]:fade-out-0",
|
|
39
|
+
"data-[state=open]:fade-in-0",
|
|
40
|
+
"data-[state=closed]:zoom-out-95",
|
|
41
|
+
"data-[state=open]:zoom-in-95",
|
|
42
|
+
"data-[side=bottom]:slide-in-from-top-2",
|
|
43
|
+
"data-[side=left]:slide-in-from-right-2",
|
|
44
|
+
"data-[side=right]:slide-in-from-left-2",
|
|
45
|
+
"data-[side=top]:slide-in-from-bottom-2",
|
|
46
|
+
"relative",
|
|
47
|
+
"z-50",
|
|
48
|
+
"max-h-(--radix-dropdown-menu-content-available-height)",
|
|
49
|
+
"origin-(--radix-dropdown-menu-content-transform-origin)",
|
|
50
|
+
"overflow-x-hidden",
|
|
51
|
+
"overflow-y-auto",
|
|
52
|
+
"rounded-uk-md",
|
|
53
|
+
"shadow-[0_4px_16px_0_var(--color-shadow-secondary)]",
|
|
54
|
+
"liquid-dark:liquid-dark-bg",
|
|
55
|
+
"liquid-light:liquid-light-bg"
|
|
56
|
+
],
|
|
57
|
+
className
|
|
58
|
+
),
|
|
59
|
+
...props
|
|
60
|
+
}
|
|
61
|
+
) });
|
|
62
|
+
}
|
|
63
|
+
function DropdownMenuGroup({
|
|
64
|
+
className,
|
|
65
|
+
...props
|
|
66
|
+
}) {
|
|
67
|
+
return /* @__PURE__ */ jsx(
|
|
68
|
+
DropdownMenuPrimitive.Group,
|
|
69
|
+
{
|
|
70
|
+
"data-slot": "dropdown-menu-group",
|
|
71
|
+
className: cn("space-y-xs", className),
|
|
72
|
+
...props
|
|
73
|
+
}
|
|
74
|
+
);
|
|
75
|
+
}
|
|
76
|
+
function DropdownMenuItem({
|
|
77
|
+
className,
|
|
78
|
+
inset,
|
|
79
|
+
variant = "default",
|
|
80
|
+
...props
|
|
81
|
+
}) {
|
|
82
|
+
return /* @__PURE__ */ jsx(
|
|
83
|
+
DropdownMenuPrimitive.Item,
|
|
84
|
+
{
|
|
85
|
+
"data-slot": "dropdown-menu-item",
|
|
86
|
+
"data-inset": inset,
|
|
87
|
+
"data-variant": variant,
|
|
88
|
+
className: cn(
|
|
89
|
+
[
|
|
90
|
+
"w-full",
|
|
91
|
+
"flex",
|
|
92
|
+
"gap-md",
|
|
93
|
+
"items-center",
|
|
94
|
+
"px-sm",
|
|
95
|
+
"py-xs",
|
|
96
|
+
"relative",
|
|
97
|
+
"cursor-default",
|
|
98
|
+
"rounded-uk-xs",
|
|
99
|
+
"text-uk-sm",
|
|
100
|
+
"leading-uk-sm",
|
|
101
|
+
"outline-hidden",
|
|
102
|
+
"select-none",
|
|
103
|
+
"hover:bg-bg-tertiary",
|
|
104
|
+
"data-[disabled]:pointer-events-none",
|
|
105
|
+
"data-[disabled]:text-bg-quaternary",
|
|
106
|
+
"[&_svg]:pointer-events-none",
|
|
107
|
+
"[&_svg]:shrink-0",
|
|
108
|
+
"[&_svg:not([class*='size-'])]:size-4",
|
|
109
|
+
"[&_svg:not([class*='text-'])]:text-muted-foreground"
|
|
110
|
+
],
|
|
111
|
+
className
|
|
112
|
+
),
|
|
113
|
+
...props
|
|
114
|
+
}
|
|
115
|
+
);
|
|
116
|
+
}
|
|
117
|
+
function DropdownMenuCheckboxItem({
|
|
118
|
+
className,
|
|
119
|
+
children,
|
|
120
|
+
checked,
|
|
121
|
+
...props
|
|
122
|
+
}) {
|
|
123
|
+
return /* @__PURE__ */ jsxs(
|
|
124
|
+
DropdownMenuPrimitive.CheckboxItem,
|
|
125
|
+
{
|
|
126
|
+
"data-slot": "dropdown-menu-checkbox-item",
|
|
127
|
+
className: cn(
|
|
128
|
+
[
|
|
129
|
+
"w-full",
|
|
130
|
+
"flex",
|
|
131
|
+
"gap-md",
|
|
132
|
+
"items-center",
|
|
133
|
+
"pr-md",
|
|
134
|
+
"pl-[calc(var(--spacing-xl)*1.8)]",
|
|
135
|
+
"py-xs",
|
|
136
|
+
"relative",
|
|
137
|
+
"cursor-default",
|
|
138
|
+
"rounded-uk-xs",
|
|
139
|
+
"text-uk-sm",
|
|
140
|
+
"leading-uk-sm",
|
|
141
|
+
"outline-hidden",
|
|
142
|
+
"select-none",
|
|
143
|
+
"hover:bg-bg-tertiary",
|
|
144
|
+
"data-[disabled]:pointer-events-none",
|
|
145
|
+
"data-[disabled]:text-bg-quaternary",
|
|
146
|
+
"[&_svg:not([class*='size-'])]:size-4",
|
|
147
|
+
"[&_svg]:pointer-events-none",
|
|
148
|
+
"[&_svg]:shrink-0"
|
|
149
|
+
],
|
|
150
|
+
className
|
|
151
|
+
),
|
|
152
|
+
checked,
|
|
153
|
+
...props,
|
|
154
|
+
children: [
|
|
155
|
+
/* @__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" }) }) }),
|
|
156
|
+
children
|
|
157
|
+
]
|
|
158
|
+
}
|
|
159
|
+
);
|
|
160
|
+
}
|
|
161
|
+
function DropdownMenuRadioGroup({
|
|
162
|
+
...props
|
|
163
|
+
}) {
|
|
164
|
+
return /* @__PURE__ */ jsx(DropdownMenuPrimitive.RadioGroup, { "data-slot": "dropdown-menu-radio-group", ...props });
|
|
165
|
+
}
|
|
166
|
+
function DropdownMenuRadioItem({
|
|
167
|
+
className,
|
|
168
|
+
children,
|
|
169
|
+
...props
|
|
170
|
+
}) {
|
|
171
|
+
return /* @__PURE__ */ jsxs(
|
|
172
|
+
DropdownMenuPrimitive.RadioItem,
|
|
173
|
+
{
|
|
174
|
+
"data-slot": "dropdown-menu-radio-item",
|
|
175
|
+
className: cn(
|
|
176
|
+
[
|
|
177
|
+
"w-full",
|
|
178
|
+
"hover:bg-bg-tertiary",
|
|
179
|
+
"outline-hidden",
|
|
180
|
+
"relative",
|
|
181
|
+
"flex",
|
|
182
|
+
"cursor-default",
|
|
183
|
+
"select-none",
|
|
184
|
+
"items-center",
|
|
185
|
+
"gap-md",
|
|
186
|
+
"rounded-uk-xs",
|
|
187
|
+
"py-xs",
|
|
188
|
+
"pl-[calc(var(--spacing-xl)*1.8)]",
|
|
189
|
+
"pr-md",
|
|
190
|
+
"text-uk-sm",
|
|
191
|
+
"leading-uk-sm",
|
|
192
|
+
"data-[disabled]:pointer-events-none",
|
|
193
|
+
"data-[disabled]:text-bg-quaternary",
|
|
194
|
+
"[&_svg:not([class*='size-'])]:size-4",
|
|
195
|
+
"[&_svg]:pointer-events-none",
|
|
196
|
+
"[&_svg]:shrink-0"
|
|
197
|
+
],
|
|
198
|
+
className
|
|
199
|
+
),
|
|
200
|
+
...props,
|
|
201
|
+
children: [
|
|
202
|
+
/* @__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" }) }) }),
|
|
203
|
+
children
|
|
204
|
+
]
|
|
205
|
+
}
|
|
206
|
+
);
|
|
207
|
+
}
|
|
208
|
+
function DropdownMenuLabel({
|
|
209
|
+
className,
|
|
210
|
+
inset,
|
|
211
|
+
...props
|
|
212
|
+
}) {
|
|
213
|
+
return /* @__PURE__ */ jsx(
|
|
214
|
+
DropdownMenuPrimitive.Label,
|
|
215
|
+
{
|
|
216
|
+
"data-slot": "dropdown-menu-label",
|
|
217
|
+
"data-inset": inset,
|
|
218
|
+
className: cn("text-text-secondary text-uk-sm leading-uk-sm pb-lg pt-xs px-sm", className),
|
|
219
|
+
...props
|
|
220
|
+
}
|
|
221
|
+
);
|
|
222
|
+
}
|
|
223
|
+
function DropdownMenuSeparator({
|
|
224
|
+
className,
|
|
225
|
+
...props
|
|
226
|
+
}) {
|
|
227
|
+
return /* @__PURE__ */ jsx(
|
|
228
|
+
DropdownMenuPrimitive.Separator,
|
|
229
|
+
{
|
|
230
|
+
"data-slot": "dropdown-menu-separator",
|
|
231
|
+
className: cn("bg-line-primary my-lg pointer-events-none h-px", className),
|
|
232
|
+
...props
|
|
233
|
+
}
|
|
234
|
+
);
|
|
235
|
+
}
|
|
236
|
+
function DropdownMenuShortcut({ className, ...props }) {
|
|
237
|
+
return /* @__PURE__ */ jsx(
|
|
238
|
+
"span",
|
|
239
|
+
{
|
|
240
|
+
"data-slot": "dropdown-menu-shortcut",
|
|
241
|
+
className: cn("text-text-tertiary text-uk-sm leading-uk-sm ml-auto", className),
|
|
242
|
+
...props
|
|
243
|
+
}
|
|
244
|
+
);
|
|
245
|
+
}
|
|
246
|
+
function DropdownMenuSub({ ...props }) {
|
|
247
|
+
return /* @__PURE__ */ jsx(DropdownMenuPrimitive.Sub, { "data-slot": "dropdown-menu-sub", ...props });
|
|
248
|
+
}
|
|
249
|
+
function DropdownMenuSubTrigger({
|
|
250
|
+
className,
|
|
251
|
+
inset,
|
|
252
|
+
children,
|
|
253
|
+
...props
|
|
254
|
+
}) {
|
|
255
|
+
return /* @__PURE__ */ jsxs(
|
|
256
|
+
DropdownMenuPrimitive.SubTrigger,
|
|
257
|
+
{
|
|
258
|
+
"data-slot": "dropdown-menu-sub-trigger",
|
|
259
|
+
"data-inset": inset,
|
|
260
|
+
className: cn(
|
|
261
|
+
"w-full",
|
|
262
|
+
"flex",
|
|
263
|
+
"gap-md",
|
|
264
|
+
"items-center",
|
|
265
|
+
"px-sm",
|
|
266
|
+
"py-xs",
|
|
267
|
+
"relative",
|
|
268
|
+
"cursor-default",
|
|
269
|
+
"rounded-uk-xs",
|
|
270
|
+
"text-uk-sm",
|
|
271
|
+
"leading-uk-sm",
|
|
272
|
+
"outline-hidden",
|
|
273
|
+
"select-none",
|
|
274
|
+
"hover:bg-bg-tertiary",
|
|
275
|
+
"data-[state=open]:bg-bg-tertiary",
|
|
276
|
+
"data-[disabled]:pointer-events-none",
|
|
277
|
+
"data-[disabled]:text-bg-quaternary",
|
|
278
|
+
"[&_svg]:pointer-events-none",
|
|
279
|
+
"[&_svg]:shrink-0",
|
|
280
|
+
"[&_svg:not([class*='size-'])]:size-4",
|
|
281
|
+
"[&_svg:not([class*='text-'])]:text-muted-foreground",
|
|
282
|
+
className
|
|
283
|
+
),
|
|
284
|
+
...props,
|
|
285
|
+
children: [
|
|
286
|
+
children,
|
|
287
|
+
/* @__PURE__ */ jsx(ChevronRightIcon, { className: "ml-auto size-4" })
|
|
288
|
+
]
|
|
289
|
+
}
|
|
290
|
+
);
|
|
291
|
+
}
|
|
292
|
+
function DropdownMenuSubContent({
|
|
293
|
+
className,
|
|
294
|
+
...props
|
|
295
|
+
}) {
|
|
296
|
+
return /* @__PURE__ */ jsx(
|
|
297
|
+
DropdownMenuPrimitive.SubContent,
|
|
298
|
+
{
|
|
299
|
+
"data-slot": "dropdown-menu-sub-content",
|
|
300
|
+
className: cn(
|
|
301
|
+
"bg-bg-primary",
|
|
302
|
+
"p-md",
|
|
303
|
+
"data-[state=open]:animate-in",
|
|
304
|
+
"data-[state=closed]:animate-out",
|
|
305
|
+
"data-[state=closed]:fade-out-0",
|
|
306
|
+
"data-[state=open]:fade-in-0",
|
|
307
|
+
"data-[state=closed]:zoom-out-95",
|
|
308
|
+
"data-[state=open]:zoom-in-95",
|
|
309
|
+
"data-[side=bottom]:slide-in-from-top-2",
|
|
310
|
+
"data-[side=left]:slide-in-from-right-2",
|
|
311
|
+
"data-[side=right]:slide-in-from-left-2",
|
|
312
|
+
"data-[side=top]:slide-in-from-bottom-2",
|
|
313
|
+
"relative",
|
|
314
|
+
"z-50",
|
|
315
|
+
"max-h-(--radix-dropdown-menu-content-available-height)",
|
|
316
|
+
"origin-(--radix-dropdown-menu-content-transform-origin)",
|
|
317
|
+
"overflow-x-hidden",
|
|
318
|
+
"overflow-y-auto",
|
|
319
|
+
"rounded-uk-md",
|
|
320
|
+
"shadow-[0_4px_16px_0_var(--color-shadow-secondary)]",
|
|
321
|
+
"liquid-dark:liquid-dark-bg",
|
|
322
|
+
"liquid-light:liquid-light-bg",
|
|
323
|
+
className
|
|
324
|
+
),
|
|
325
|
+
...props
|
|
326
|
+
}
|
|
327
|
+
);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger };
|
|
@@ -25,7 +25,7 @@ function LiquidLayoutLeft({ className, ...props }) {
|
|
|
25
25
|
{
|
|
26
26
|
...props,
|
|
27
27
|
className: chunkOHIB3TEN_cjs.cn(
|
|
28
|
-
"order-2 col-start-1 flex flex-col items-start gap-4 [&>*]:pointer-events-auto",
|
|
28
|
+
"order-2 col-start-1 flex flex-col items-start gap-4 overflow-y-auto [&>*]:pointer-events-auto",
|
|
29
29
|
className
|
|
30
30
|
)
|
|
31
31
|
}
|
|
@@ -54,7 +54,7 @@ function LiquidLayoutRight({
|
|
|
54
54
|
{
|
|
55
55
|
...props,
|
|
56
56
|
className: chunkOHIB3TEN_cjs.cn(
|
|
57
|
-
"order-4 col-start-3 flex flex-col items-end gap-4 [&>*]:pointer-events-auto",
|
|
57
|
+
"order-4 col-start-3 flex flex-col items-end gap-4 overflow-y-auto [&>*]:pointer-events-auto",
|
|
58
58
|
className
|
|
59
59
|
)
|
|
60
60
|
}
|