@vuer-ai/vuer-uikit 0.0.108 → 0.0.112
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 +1 -1
- package/dist/SyncScroll/SyncScroll.mjs +1 -1
- package/dist/SyncScroll/index.cjs +1 -1
- package/dist/SyncScroll/index.mjs +1 -1
- package/dist/auth/components/index.cjs +128 -0
- package/dist/auth/components/index.d.cts +2 -0
- package/dist/auth/components/index.d.ts +2 -0
- package/dist/auth/components/index.mjs +119 -0
- package/dist/auth/components/user-avatar/index.cjs +127 -0
- package/dist/auth/components/user-avatar/index.d.cts +8 -0
- package/dist/auth/components/user-avatar/index.d.ts +8 -0
- package/dist/auth/components/user-avatar/index.mjs +118 -0
- package/dist/auth/context/user-context.cjs +10 -0
- package/dist/auth/context/{auth-context.d.cts → user-context.d.cts} +3 -3
- package/dist/auth/context/{auth-context.d.ts → user-context.d.ts} +3 -3
- package/dist/auth/context/user-context.mjs +1 -0
- package/dist/auth/handler/fetch-auth.cjs +11 -0
- package/dist/auth/handler/fetch-auth.d.cts +3 -0
- package/dist/auth/handler/fetch-auth.d.ts +3 -0
- package/dist/auth/handler/fetch-auth.mjs +2 -0
- package/dist/auth/handler/fetch-server.cjs +11 -0
- package/dist/auth/handler/fetch-server.d.cts +3 -0
- package/dist/auth/handler/fetch-server.d.ts +3 -0
- package/dist/auth/handler/fetch-server.mjs +2 -0
- package/dist/auth/handler/get-session.cjs +4 -3
- package/dist/auth/handler/get-session.d.cts +1 -1
- package/dist/auth/handler/get-session.d.ts +1 -1
- package/dist/auth/handler/get-session.mjs +3 -2
- package/dist/auth/handler/get-sessions.cjs +12 -0
- package/dist/auth/handler/get-sessions.d.cts +19 -0
- package/dist/auth/handler/get-sessions.d.ts +19 -0
- package/dist/auth/handler/get-sessions.mjs +3 -0
- package/dist/auth/handler/sign-in-handler.cjs +3 -3
- package/dist/auth/handler/sign-in-handler.d.cts +2 -2
- package/dist/auth/handler/sign-in-handler.d.ts +2 -2
- package/dist/auth/handler/sign-in-handler.mjs +2 -2
- package/dist/auth/handler/sign-out-handler.cjs +4 -3
- package/dist/auth/handler/sign-out-handler.mjs +3 -2
- package/dist/auth/hooks/use-sign-in.cjs +14 -0
- package/dist/auth/hooks/use-sign-in.d.cts +9 -0
- package/dist/auth/hooks/use-sign-in.d.ts +9 -0
- package/dist/auth/hooks/use-sign-in.mjs +5 -0
- package/dist/auth/hooks/use-sign-out.cjs +15 -0
- package/dist/auth/hooks/use-sign-out.d.cts +6 -0
- package/dist/auth/hooks/use-sign-out.d.ts +6 -0
- package/dist/auth/hooks/use-sign-out.mjs +6 -0
- package/dist/auth/hooks/use-user.cjs +11 -0
- package/dist/auth/hooks/use-user.d.cts +8 -0
- package/dist/auth/hooks/use-user.d.ts +8 -0
- package/dist/auth/hooks/use-user.mjs +2 -0
- package/dist/auth/hooks/use-vuer-sessions.cjs +15 -0
- package/dist/auth/hooks/use-vuer-sessions.d.cts +9 -0
- package/dist/auth/hooks/use-vuer-sessions.d.ts +9 -0
- package/dist/auth/hooks/use-vuer-sessions.mjs +6 -0
- package/dist/auth/index.cjs +151 -15
- package/dist/auth/index.d.cts +10 -6
- package/dist/auth/index.d.ts +10 -6
- package/dist/auth/index.mjs +124 -8
- package/dist/auth/localstorage-key.cjs +6 -2
- package/dist/auth/localstorage-key.d.cts +2 -1
- package/dist/auth/localstorage-key.d.ts +2 -1
- package/dist/auth/localstorage-key.mjs +1 -1
- package/dist/auth/vuer-user-provider.cjs +14 -0
- package/dist/auth/{vuer-auth-provider.d.cts → vuer-user-provider.d.cts} +2 -2
- package/dist/auth/{vuer-auth-provider.d.ts → vuer-user-provider.d.ts} +2 -2
- package/dist/auth/vuer-user-provider.mjs +5 -0
- package/dist/{chunk-2EG65KGO.cjs → chunk-2MSGENAQ.cjs} +2 -2
- package/dist/{chunk-VUMOJPEC.mjs → chunk-2SFB7HHW.mjs} +1 -1
- package/dist/chunk-3WMO5QJJ.cjs +8 -0
- package/dist/{chunk-5XBMFADS.cjs → chunk-4GVFCQGI.cjs} +2 -2
- package/dist/chunk-4JZOPZHB.cjs +30 -0
- package/dist/{chunk-MIT3YWUC.cjs → chunk-4LQDOYQJ.cjs} +2 -2
- package/dist/{chunk-5MBEK77I.mjs → chunk-57MAUYQZ.mjs} +9 -2
- package/dist/chunk-5OHAV55L.mjs +24 -0
- package/dist/{chunk-EAXBNWXE.cjs → chunk-5VUM46YD.cjs} +2 -2
- package/dist/{chunk-64L2SNKA.cjs → chunk-6D66V6ON.cjs} +2 -2
- package/dist/chunk-6GJM7TPE.cjs +28 -0
- package/dist/{chunk-GOGJVFRN.cjs → chunk-6IXKC64S.cjs} +4 -4
- package/dist/{chunk-TPAV6PXI.mjs → chunk-7CDVPU65.mjs} +2 -2
- package/dist/chunk-7E5Y224I.cjs +14 -0
- package/dist/{chunk-D5WOPTKY.cjs → chunk-7NUXYKXU.cjs} +2 -2
- package/dist/chunk-7R5HY3IM.cjs +12 -0
- package/dist/{chunk-3VVQWVDE.mjs → chunk-7XXTMBF5.mjs} +1 -1
- package/dist/{chunk-CZ4GQOXG.mjs → chunk-AAFU2FII.mjs} +2 -2
- package/dist/{chunk-4THQPG6Y.mjs → chunk-ACETEVZD.mjs} +1 -1
- package/dist/{chunk-SYX6TMCQ.mjs → chunk-AGHIJQAR.mjs} +1 -1
- package/dist/chunk-APC2GIE7.cjs +58 -0
- package/dist/{chunk-JFJRNNPQ.cjs → chunk-AW6Q4IWT.cjs} +2 -2
- package/dist/{chunk-ACYZOKPT.mjs → chunk-BBWT5YO2.mjs} +2 -2
- package/dist/{chunk-6XOTWZFC.mjs → chunk-BCA45QEW.mjs} +2 -2
- package/dist/{chunk-LFSCJLL2.cjs → chunk-BDAKLXXX.cjs} +9 -2
- package/dist/chunk-BI4QZVVB.cjs +82 -0
- package/dist/{chunk-ZRRCYQ53.cjs → chunk-BTXD3NAG.cjs} +3 -3
- package/dist/{chunk-7RHQ6DVU.cjs → chunk-CGBEPOL4.cjs} +21 -9
- package/dist/{chunk-3OLRPUTL.mjs → chunk-DBMXQH73.mjs} +111 -142
- package/dist/{chunk-QZUTRJSP.mjs → chunk-DHMLQTQ6.mjs} +2 -2
- package/dist/{chunk-OLVOIUCE.mjs → chunk-DT2LGZ5H.mjs} +3 -3
- package/dist/{chunk-KBC7VNER.mjs → chunk-ECOYNCWG.mjs} +1 -1
- package/dist/{chunk-SVWS4AL6.cjs → chunk-F4Z5KATZ.cjs} +2 -0
- package/dist/{chunk-NRQJX772.mjs → chunk-FB5MYIVE.mjs} +1 -0
- package/dist/chunk-FRAD2Z2G.mjs +43 -0
- package/dist/chunk-FROQ45MN.mjs +6 -0
- package/dist/chunk-G6ATG2WV.mjs +28 -0
- package/dist/chunk-GBERXSLI.cjs +53 -0
- package/dist/{chunk-EXQQRW7T.mjs → chunk-GSQE4JVF.mjs} +1 -1
- package/dist/{chunk-5HS4PMUR.mjs → chunk-GUSUTH7D.mjs} +16 -11
- package/dist/{chunk-IXNXSECD.mjs → chunk-H2AJ2CLT.mjs} +1 -1
- package/dist/{chunk-SUEFWFPX.mjs → chunk-HFGRTWTD.mjs} +2 -2
- package/dist/chunk-HOMAESTR.mjs +12 -0
- package/dist/{chunk-T2D6PSA6.cjs → chunk-I2YVC4AE.cjs} +17 -12
- package/dist/{chunk-4JGGLCXT.mjs → chunk-JH5NAW2V.mjs} +1 -1
- package/dist/chunk-JTJKIRFA.mjs +56 -0
- package/dist/chunk-KIZEJMW4.cjs +15 -0
- package/dist/{chunk-JYIVDUDL.cjs → chunk-KOMVGDDW.cjs} +4 -4
- package/dist/{chunk-ZNM6PNI6.mjs → chunk-KS5A3G7B.mjs} +1 -1
- package/dist/{chunk-4WRTIOGZ.cjs → chunk-KT772L2I.cjs} +6 -6
- package/dist/{chunk-NSUFTZNC.cjs → chunk-L2YLNWCQ.cjs} +2 -2
- package/dist/chunk-L3YEIRJS.mjs +31 -0
- package/dist/chunk-L4CIN7FR.mjs +96 -0
- package/dist/{chunk-6QU4J3HY.cjs → chunk-LBRS745M.cjs} +9 -9
- package/dist/{chunk-M4IHJGJE.cjs → chunk-LI5W744D.cjs} +10 -2
- package/dist/{chunk-UASPJ57U.cjs → chunk-LPKVKTOK.cjs} +1 -0
- package/dist/{chunk-OYQJVHKA.cjs → chunk-LUCJKAJ5.cjs} +2 -2
- package/dist/chunk-LUVD54GO.cjs +47 -0
- package/dist/{chunk-5JPYU5A6.cjs → chunk-LV4XJY75.cjs} +11 -11
- package/dist/{chunk-AOV3ADTV.cjs → chunk-M45UXJWX.cjs} +2 -2
- package/dist/{chunk-7HOEFGEO.mjs → chunk-MGFG7EXC.mjs} +1 -1
- package/dist/chunk-MO5V43Z3.mjs +13 -0
- package/dist/chunk-MRMSCW3P.cjs +19 -0
- package/dist/{chunk-WRKB3W2J.cjs → chunk-MTZQ4C2U.cjs} +6 -6
- package/dist/{chunk-AJQEHMYV.cjs → chunk-NIEFMP5V.cjs} +2 -2
- package/dist/chunk-NJXBYRKZ.mjs +80 -0
- package/dist/{chunk-S7SGB2FD.mjs → chunk-O7FGA5N2.mjs} +4 -4
- package/dist/chunk-OOHCJIRV.cjs +26 -0
- package/dist/chunk-PFIP3ETQ.cjs +55 -0
- package/dist/{chunk-RIJUPORK.mjs → chunk-PJJSHHL6.mjs} +1 -1
- package/dist/{chunk-CGUQWS2I.mjs → chunk-PTBMSYQQ.mjs} +1 -1
- package/dist/chunk-PX2H7Z4D.mjs +26 -0
- package/dist/chunk-PXDT5GFJ.mjs +13 -0
- package/dist/{chunk-HN3AMWUM.cjs → chunk-Q5PJKBX7.cjs} +2 -2
- package/dist/chunk-Q76WU4DL.cjs +17 -0
- package/dist/{chunk-Y2H4A5AC.mjs → chunk-R2QXIDY2.mjs} +2 -2
- package/dist/{chunk-K2OC2HWQ.mjs → chunk-RFRBGVBZ.mjs} +19 -7
- package/dist/{chunk-7GJVMFKJ.cjs → chunk-ROY7233C.cjs} +4 -4
- package/dist/{chunk-HBIZQDDS.cjs → chunk-RQH7ZAWF.cjs} +2 -2
- package/dist/{chunk-PB4UO2NR.cjs → chunk-RSBVQ7SJ.cjs} +9 -10
- package/dist/{chunk-A2UZY7Y2.cjs → chunk-S5XJOGB4.cjs} +2 -2
- package/dist/chunk-SO2UTKSV.mjs +17 -0
- package/dist/{chunk-JFIAWTRH.cjs → chunk-SU57ZAZJ.cjs} +2 -2
- package/dist/{chunk-MG5TTPA7.mjs → chunk-SWJHOFZH.mjs} +6 -6
- package/dist/{chunk-PTCDBU72.cjs → chunk-TYZHIBYI.cjs} +2 -2
- package/dist/{chunk-IY36FZ5R.mjs → chunk-TZBOF3XO.mjs} +1 -1
- package/dist/{chunk-R2WPT5VM.mjs → chunk-UBYSTTD2.mjs} +2 -2
- package/dist/{chunk-276VJZCV.mjs → chunk-UT7B4TLZ.mjs} +2 -1
- package/dist/{chunk-XGM57WPN.mjs → chunk-V4KDK3BN.mjs} +8 -9
- package/dist/chunk-V5YUFNEB.mjs +53 -0
- package/dist/{chunk-VLOFKTSL.cjs → chunk-VEE2QBS5.cjs} +3 -3
- package/dist/{chunk-3IVDCAFM.mjs → chunk-VSFPXAGN.mjs} +4 -4
- package/dist/{chunk-LQGXG373.cjs → chunk-WB43VEZA.cjs} +21 -3
- package/dist/{chunk-42UBHC2D.mjs → chunk-WGWNYPXW.mjs} +10 -2
- package/dist/{chunk-24IUD6Q3.mjs → chunk-WQCVK4PG.mjs} +1 -1
- package/dist/chunk-X3H6FYAM.cjs +15 -0
- package/dist/{chunk-LRSDE62T.mjs → chunk-XMQULAAU.mjs} +21 -3
- package/dist/chunk-YWECB5GR.cjs +2 -0
- package/dist/chunk-YYLBP356.mjs +1 -0
- package/dist/{chunk-2PJO5UJL.cjs → chunk-YZINVGLW.cjs} +11 -11
- package/dist/{chunk-JUSFLIU5.mjs → chunk-Z4ZGX3NM.mjs} +1 -1
- package/dist/chunk-Z7BZFZEV.mjs +15 -0
- package/dist/{chunk-VEWWUO2N.mjs → chunk-ZDSN4IFT.mjs} +1 -1
- package/dist/{chunk-PTGMHZFS.mjs → chunk-ZEBAIL6F.mjs} +1 -1
- package/dist/{chunk-2WD4ZL27.cjs → chunk-ZGS3VGGN.cjs} +4 -4
- package/dist/{chunk-Y5SVZCPQ.cjs → chunk-ZJ5SNYAO.cjs} +7 -7
- package/dist/{chunk-3TUONMQ6.mjs → chunk-ZRMDDK6J.mjs} +1 -1
- package/dist/chunk-ZXIKMZPH.cjs +99 -0
- package/dist/{chunk-GZBZMYJM.cjs → chunk-ZXWBDK2V.cjs} +157 -189
- package/dist/{chunk-5PHGYFZ3.cjs → chunk-ZZEWMU7Y.cjs} +2 -2
- package/dist/dial/DialPanel.cjs +57 -55
- package/dist/dial/DialPanel.d.cts +1 -0
- package/dist/dial/DialPanel.d.ts +1 -0
- package/dist/dial/DialPanel.mjs +56 -54
- package/dist/dial/DialProvider.cjs +3 -3
- package/dist/dial/DialProvider.d.cts +3 -2
- package/dist/dial/DialProvider.d.ts +3 -2
- package/dist/dial/DialProvider.example.cjs +4 -4
- package/dist/dial/DialProvider.example.mjs +1 -1
- package/dist/dial/DialProvider.mjs +1 -1
- package/dist/dial/index.cjs +75 -73
- package/dist/dial/index.d.cts +1 -0
- package/dist/dial/index.d.ts +1 -0
- package/dist/dial/index.mjs +56 -54
- package/dist/dial/wrapped-inputs/ControlledInputs.cjs +61 -59
- package/dist/dial/wrapped-inputs/ControlledInputs.d.cts +10 -9
- package/dist/dial/wrapped-inputs/ControlledInputs.d.ts +10 -9
- package/dist/dial/wrapped-inputs/ControlledInputs.mjs +56 -54
- package/dist/dial/wrapped-inputs/DialInputs.cjs +70 -68
- package/dist/dial/wrapped-inputs/DialInputs.d.cts +1 -0
- package/dist/dial/wrapped-inputs/DialInputs.d.ts +1 -0
- package/dist/dial/wrapped-inputs/DialInputs.mjs +56 -54
- package/dist/dial/wrapped-inputs/DialPresetsInput.cjs +51 -55
- package/dist/dial/wrapped-inputs/DialPresetsInput.d.cts +3 -3
- package/dist/dial/wrapped-inputs/DialPresetsInput.d.ts +3 -3
- package/dist/dial/wrapped-inputs/DialPresetsInput.mjs +50 -54
- package/dist/dial/wrapped-inputs/DialVectorInput.cjs +57 -55
- package/dist/dial/wrapped-inputs/DialVectorInput.d.cts +1 -0
- package/dist/dial/wrapped-inputs/DialVectorInput.d.ts +1 -0
- package/dist/dial/wrapped-inputs/DialVectorInput.mjs +56 -54
- package/dist/dial/wrapped-inputs/index.cjs +80 -78
- package/dist/dial/wrapped-inputs/index.d.cts +1 -0
- package/dist/dial/wrapped-inputs/index.d.ts +1 -0
- package/dist/dial/wrapped-inputs/index.mjs +56 -54
- package/dist/highlight-cursor/enhanced-components.cjs +12 -12
- package/dist/highlight-cursor/enhanced-components.mjs +7 -7
- package/dist/highlight-cursor/index.cjs +16 -16
- package/dist/highlight-cursor/index.mjs +7 -7
- package/dist/hooks/index.cjs +5 -5
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +243 -261
- package/dist/index.css +16 -16
- package/dist/index.d.cts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.mjs +56 -54
- package/dist/styles/theme.css +3 -3
- package/dist/ui/DialBadge.cjs +6 -6
- package/dist/ui/DialBadge.mjs +2 -2
- package/dist/ui/UIKitBadge.cjs +6 -6
- package/dist/ui/UIKitBadge.mjs +2 -2
- package/dist/ui/avatar.cjs +1 -1
- package/dist/ui/avatar.mjs +1 -1
- package/dist/ui/badge.cjs +1 -1
- package/dist/ui/badge.d.cts +1 -1
- package/dist/ui/badge.d.ts +1 -1
- package/dist/ui/badge.mjs +1 -1
- package/dist/ui/button.cjs +4 -4
- package/dist/ui/button.mjs +2 -2
- package/dist/ui/card.cjs +9 -9
- package/dist/ui/card.mjs +2 -2
- package/dist/ui/checkbox.cjs +1 -1
- package/dist/ui/checkbox.mjs +1 -1
- package/dist/ui/collapsible.cjs +1 -1
- package/dist/ui/collapsible.mjs +1 -1
- package/dist/ui/drawer.cjs +1 -1
- package/dist/ui/drawer.mjs +1 -1
- package/dist/ui/dropdown.cjs +1 -1
- package/dist/ui/dropdown.mjs +1 -1
- package/dist/ui/index.cjs +185 -204
- package/dist/ui/index.d.cts +5 -2
- package/dist/ui/index.d.ts +5 -2
- package/dist/ui/index.mjs +48 -47
- package/dist/ui/inputs/color-input.cjs +4 -4
- package/dist/ui/inputs/color-input.mjs +3 -3
- package/dist/ui/inputs/index.cjs +42 -42
- package/dist/ui/inputs/index.mjs +21 -21
- package/dist/ui/inputs/input-numbers.cjs +4 -4
- package/dist/ui/inputs/input-numbers.mjs +3 -3
- package/dist/ui/inputs/input.cjs +5 -5
- package/dist/ui/inputs/input.d.cts +1 -1
- package/dist/ui/inputs/input.d.ts +1 -1
- package/dist/ui/inputs/input.mjs +2 -2
- package/dist/ui/inputs/number-inputs/CmInput.cjs +5 -5
- package/dist/ui/inputs/number-inputs/CmInput.mjs +4 -4
- package/dist/ui/inputs/number-inputs/DegInput.cjs +5 -5
- package/dist/ui/inputs/number-inputs/DegInput.mjs +4 -4
- package/dist/ui/inputs/number-inputs/EulerDegInput.cjs +7 -7
- package/dist/ui/inputs/number-inputs/EulerDegInput.mjs +6 -6
- package/dist/ui/inputs/number-inputs/EulerInput.cjs +6 -6
- package/dist/ui/inputs/number-inputs/EulerInput.mjs +5 -5
- package/dist/ui/inputs/number-inputs/EulerRadInput.cjs +6 -6
- package/dist/ui/inputs/number-inputs/EulerRadInput.mjs +5 -5
- package/dist/ui/inputs/number-inputs/InchInput.cjs +5 -5
- package/dist/ui/inputs/number-inputs/InchInput.mjs +4 -4
- package/dist/ui/inputs/number-inputs/IntInput.cjs +5 -5
- package/dist/ui/inputs/number-inputs/IntInput.mjs +4 -4
- package/dist/ui/inputs/number-inputs/KVectorInput.cjs +6 -6
- package/dist/ui/inputs/number-inputs/KVectorInput.mjs +5 -5
- package/dist/ui/inputs/number-inputs/QuaternionInput.cjs +6 -6
- package/dist/ui/inputs/number-inputs/QuaternionInput.mjs +5 -5
- package/dist/ui/inputs/number-inputs/RadInput.cjs +5 -5
- package/dist/ui/inputs/number-inputs/RadInput.mjs +4 -4
- package/dist/ui/inputs/number-inputs/TimeInput.cjs +5 -5
- package/dist/ui/inputs/number-inputs/TimeInput.mjs +4 -4
- package/dist/ui/inputs/number-inputs/Vec3Input.cjs +6 -6
- package/dist/ui/inputs/number-inputs/Vec3Input.mjs +5 -5
- package/dist/ui/inputs/number-inputs/VectorInput.cjs +5 -5
- package/dist/ui/inputs/number-inputs/VectorInput.mjs +4 -4
- package/dist/ui/inputs/number-inputs/index.cjs +29 -29
- package/dist/ui/inputs/number-inputs/index.mjs +16 -16
- package/dist/ui/inputs/presets-input.cjs +6 -6
- package/dist/ui/inputs/presets-input.mjs +5 -5
- package/dist/ui/inputs/presets-rad-input.cjs +7 -7
- package/dist/ui/inputs/presets-rad-input.mjs +6 -6
- package/dist/ui/inputs/text-input.cjs +4 -4
- package/dist/ui/inputs/text-input.mjs +3 -3
- package/dist/ui/label.cjs +3 -3
- package/dist/ui/label.d.cts +2 -2
- package/dist/ui/label.d.ts +2 -2
- package/dist/ui/label.mjs +2 -2
- package/dist/ui/layout.cjs +3 -3
- package/dist/ui/layout.d.cts +3 -2
- package/dist/ui/layout.d.ts +3 -2
- package/dist/ui/layout.mjs +2 -2
- package/dist/ui/layouts/dock-layout/DockLayoutView.cjs +1 -1
- package/dist/ui/layouts/dock-layout/DockLayoutView.mjs +1 -1
- package/dist/ui/layouts/dock-layout/LayoutSlots.cjs +1 -1
- package/dist/ui/layouts/dock-layout/LayoutSlots.mjs +1 -1
- package/dist/ui/layouts/dock-layout/index.cjs +1 -1
- package/dist/ui/layouts/dock-layout/index.mjs +1 -1
- package/dist/ui/layouts/index.cjs +1 -1
- package/dist/ui/layouts/index.mjs +1 -1
- package/dist/ui/layouts/liquid-layout/LayoutSlots.cjs +1 -1
- package/dist/ui/layouts/liquid-layout/LayoutSlots.mjs +1 -1
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.cjs +1 -1
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.mjs +1 -1
- package/dist/ui/layouts/liquid-layout/index.cjs +1 -1
- package/dist/ui/layouts/liquid-layout/index.mjs +1 -1
- package/dist/ui/modal.cjs +1 -1
- package/dist/ui/modal.mjs +1 -1
- package/dist/ui/navigation.cjs +4 -4
- package/dist/ui/navigation.mjs +3 -3
- package/dist/ui/pagination.cjs +10 -10
- package/dist/ui/pagination.mjs +3 -3
- package/dist/ui/popover.cjs +1 -1
- package/dist/ui/popover.mjs +1 -1
- package/dist/ui/progress.cjs +20 -0
- package/dist/ui/progress.d.cts +7 -0
- package/dist/ui/progress.d.ts +7 -0
- package/dist/ui/{panel.mjs → progress.mjs} +2 -2
- package/dist/ui/radio-group.cjs +1 -1
- package/dist/ui/radio-group.mjs +1 -1
- package/dist/ui/resizable.cjs +1 -1
- package/dist/ui/resizable.mjs +1 -1
- package/dist/ui/select.cjs +1 -1
- package/dist/ui/select.d.cts +1 -1
- package/dist/ui/select.d.ts +1 -1
- package/dist/ui/select.mjs +1 -1
- package/dist/ui/separator.cjs +1 -1
- package/dist/ui/separator.mjs +1 -1
- package/dist/ui/sheet.cjs +1 -1
- package/dist/ui/sheet.mjs +1 -1
- package/dist/ui/sidebar.cjs +29 -29
- package/dist/ui/sidebar.mjs +5 -5
- package/dist/ui/simple-tree-view.cjs +1 -1
- package/dist/ui/simple-tree-view.mjs +1 -1
- package/dist/ui/skeleton.cjs +1 -1
- package/dist/ui/skeleton.mjs +1 -1
- package/dist/ui/slider.cjs +1 -1
- package/dist/ui/slider.mjs +1 -1
- package/dist/ui/spinner.cjs +10 -0
- package/dist/ui/spinner.d.cts +7 -0
- package/dist/ui/spinner.d.ts +7 -0
- package/dist/ui/spinner.mjs +1 -0
- package/dist/ui/switch.cjs +1 -1
- package/dist/ui/switch.mjs +1 -1
- package/dist/ui/table.cjs +1 -1
- package/dist/ui/table.mjs +1 -1
- package/dist/ui/tabs.cjs +1 -1
- package/dist/ui/tabs.mjs +1 -1
- package/dist/ui/textarea.cjs +1 -1
- package/dist/ui/textarea.d.cts +1 -1
- package/dist/ui/textarea.d.ts +1 -1
- package/dist/ui/textarea.mjs +1 -1
- package/dist/ui/theme/ThemeToggles.cjs +7 -7
- package/dist/ui/theme/ThemeToggles.mjs +4 -4
- package/dist/ui/theme/index.cjs +7 -7
- package/dist/ui/theme/index.mjs +4 -4
- package/dist/ui/toggle-buttons.cjs +1 -1
- package/dist/ui/toggle-buttons.mjs +1 -1
- package/dist/ui/toggle-group.cjs +1 -1
- package/dist/ui/toggle-group.mjs +1 -1
- package/dist/ui/toggle.cjs +1 -1
- package/dist/ui/toggle.mjs +1 -1
- package/dist/ui/toolbar.cjs +5 -5
- package/dist/ui/toolbar.mjs +2 -2
- package/dist/ui/tooltip.cjs +6 -6
- package/dist/ui/tooltip.mjs +2 -2
- package/dist/ui/tree-view/TreeSearchBar.cjs +5 -5
- package/dist/ui/tree-view/TreeSearchBar.mjs +4 -4
- package/dist/ui/tree-view/TreeView.cjs +1 -1
- package/dist/ui/tree-view/TreeView.mjs +1 -1
- package/dist/ui/tree-view/index.cjs +14 -14
- package/dist/ui/tree-view/index.mjs +5 -5
- package/dist/ui/tree-view-legacy.cjs +8 -8
- package/dist/ui/tree-view-legacy.mjs +4 -4
- package/dist/ui/waterfall/CursorOverlay.cjs +1 -1
- package/dist/ui/waterfall/CursorOverlay.mjs +1 -1
- package/dist/ui/waterfall/TimelineEvent.cjs +1 -1
- package/dist/ui/waterfall/TimelineEvent.mjs +1 -1
- package/dist/ui/waterfall/TimelineProcessBar.cjs +1 -1
- package/dist/ui/waterfall/TimelineProcessBar.mjs +1 -1
- package/dist/ui/waterfall/Wedges.cjs +1 -1
- package/dist/ui/waterfall/Wedges.mjs +1 -1
- package/dist/ui/waterfall/index.cjs +8 -8
- package/dist/ui/waterfall/index.mjs +7 -7
- package/package.json +5 -4
- package/src/auth/components/index.ts +1 -0
- package/src/auth/components/user-avatar/index.tsx +94 -0
- package/src/auth/context/{auth-context.ts → user-context.ts} +4 -4
- package/src/auth/handler/fetch-auth.ts +10 -0
- package/src/auth/handler/fetch-server.ts +10 -0
- package/src/auth/handler/get-session.ts +11 -9
- package/src/auth/handler/get-sessions.ts +16 -0
- package/src/auth/handler/sign-in-handler.ts +10 -11
- package/src/auth/handler/sign-out-handler.ts +2 -6
- package/src/auth/hooks/use-sign-in.ts +33 -0
- package/src/auth/hooks/use-sign-out.ts +30 -0
- package/src/auth/hooks/{use-vuer-auth.ts → use-user.ts} +3 -3
- package/src/auth/hooks/use-vuer-sessions.ts +29 -0
- package/src/auth/index.ts +9 -3
- package/src/auth/localstorage-key.ts +2 -0
- package/src/auth/{vuer-auth-provider.tsx → vuer-user-provider.tsx} +14 -9
- package/src/dial/DialPanel.tsx +17 -7
- package/src/dial/DialProvider.tsx +67 -13
- package/src/dial/wrapped-inputs/ControlledInputs.tsx +79 -64
- package/src/dial/wrapped-inputs/DialInputs.tsx +29 -28
- package/src/dial/wrapped-inputs/DialPresetsInput.tsx +19 -27
- package/src/dial/wrapped-inputs/DialVectorInput.tsx +14 -9
- package/src/styles/theme.css +5 -3
- package/src/ui/button.tsx +2 -2
- package/src/ui/card.tsx +5 -5
- package/src/ui/index.ts +2 -1
- package/src/ui/inputs/input.tsx +21 -3
- package/src/ui/label.tsx +10 -2
- package/src/ui/layout.tsx +3 -1
- package/src/ui/progress.tsx +29 -0
- package/src/ui/spinner.tsx +67 -0
- package/src/ui/toolbar.tsx +21 -8
- package/src/ui/tooltip.tsx +11 -2
- package/src/ui/waterfall/index.tsx +15 -3
- package/dist/auth/context/auth-context.cjs +0 -10
- package/dist/auth/context/auth-context.mjs +0 -1
- package/dist/auth/hooks/use-vuer-auth.cjs +0 -11
- package/dist/auth/hooks/use-vuer-auth.d.cts +0 -8
- package/dist/auth/hooks/use-vuer-auth.d.ts +0 -8
- package/dist/auth/hooks/use-vuer-auth.mjs +0 -2
- package/dist/auth/hooks/use-vuer-method.cjs +0 -15
- package/dist/auth/hooks/use-vuer-method.d.cts +0 -10
- package/dist/auth/hooks/use-vuer-method.d.ts +0 -10
- package/dist/auth/hooks/use-vuer-method.mjs +0 -6
- package/dist/auth/vuer-auth-provider.cjs +0 -13
- package/dist/auth/vuer-auth-provider.mjs +0 -4
- package/dist/chunk-3HEZVWRW.mjs +0 -62
- package/dist/chunk-4B44SRRP.cjs +0 -12
- package/dist/chunk-4CPB3XHE.cjs +0 -18
- package/dist/chunk-AKVHFPXH.mjs +0 -26
- package/dist/chunk-C6L7YIGW.cjs +0 -117
- package/dist/chunk-CGODCUQ5.mjs +0 -16
- package/dist/chunk-G4Q5ALRW.mjs +0 -109
- package/dist/chunk-OPYMZDEZ.mjs +0 -28
- package/dist/chunk-RMK6W774.cjs +0 -65
- package/dist/chunk-T57VFBIC.mjs +0 -17
- package/dist/chunk-TC3W4VRO.mjs +0 -6
- package/dist/chunk-WTYBTOLO.cjs +0 -19
- package/dist/chunk-WZGZX3S2.cjs +0 -32
- package/dist/chunk-XFTKHT2M.cjs +0 -28
- package/dist/chunk-ZULCZ5L6.cjs +0 -8
- package/dist/ui/panel.cjs +0 -44
- package/dist/ui/panel.d.cts +0 -51
- package/dist/ui/panel.d.ts +0 -51
- package/src/auth/hooks/use-vuer-method.ts +0 -37
- package/src/ui/panel.tsx +0 -147
- /package/dist/{chunk-KFPS5CCR.cjs → chunk-NK7L5H2Y.cjs} +0 -0
- /package/dist/{chunk-G3EIVAVR.mjs → chunk-UXWS62ZO.mjs} +0 -0
package/dist/index.css
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
@property --tw-exit-scale { syntax:"*";inherits:false;initial-value:1 }
|
|
17
17
|
@property --tw-exit-translate-x { syntax:"*";inherits:false;initial-value:0 }
|
|
18
18
|
@property --tw-exit-translate-y { syntax:"*";inherits:false;initial-value:0 }
|
|
19
|
-
@theme inline { --animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,
|
|
19
|
+
@theme inline { --animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }} }
|
|
20
20
|
@utility animation-duration-* { --tw-animation-duration: calc(--value(number)*1ms); --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms); animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); }
|
|
21
21
|
@utility delay-* { animation-delay: calc(--value(number)*1ms); animation-delay: --value(--animation-delay-*, [duration], "initial", [*]); --tw-animation-delay: calc(--value(number)*1ms); --tw-animation-delay: --value(--animation-delay-*, [duration], "initial", [*]); }
|
|
22
22
|
@utility repeat-* { animation-iteration-count: --value(--animation-repeat-*, number, "initial", [*]); --tw-animation-iteration-count: --value(--animation-repeat-*, number, "initial", [*]); }
|
|
@@ -48,29 +48,29 @@
|
|
|
48
48
|
@utility -spin-out { --tw-exit-rotate: -30deg; }
|
|
49
49
|
@utility -spin-out-* { --tw-exit-rotate: calc(--value(number)*-1deg); --tw-exit-rotate: calc(--value(ratio)*-360deg); --tw-exit-rotate: --value(--rotate-*,[*]); }
|
|
50
50
|
@utility slide-in-from-top { --tw-enter-translate-y: -100%; }
|
|
51
|
-
@utility slide-in-from-top-* { --tw-enter-translate-y:
|
|
51
|
+
@utility slide-in-from-top-* { --tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-y: calc(--value(ratio)*-100%); --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1); }
|
|
52
52
|
@utility slide-in-from-bottom { --tw-enter-translate-y: 100%; }
|
|
53
|
-
@utility slide-in-from-bottom-* { --tw-enter-translate-y:
|
|
53
|
+
@utility slide-in-from-bottom-* { --tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-y: calc(--value(ratio)*100%); --tw-enter-translate-y: --value(--translate-*,[percentage],[length]); }
|
|
54
54
|
@utility slide-in-from-left { --tw-enter-translate-x: -100%; }
|
|
55
|
-
@utility slide-in-from-left-* { --tw-enter-translate-x:
|
|
55
|
+
@utility slide-in-from-left-* { --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }
|
|
56
56
|
@utility slide-in-from-right { --tw-enter-translate-x: 100%; }
|
|
57
|
-
@utility slide-in-from-right-* { --tw-enter-translate-x:
|
|
57
|
+
@utility slide-in-from-right-* { --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }
|
|
58
58
|
@utility slide-in-from-start { &:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; } }
|
|
59
|
-
@utility slide-in-from-start-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-enter-translate-x:
|
|
59
|
+
@utility slide-in-from-start-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl), [dir="rtl"], [dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); } }
|
|
60
60
|
@utility slide-in-from-end { &:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; } }
|
|
61
|
-
@utility slide-in-from-end-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-enter-translate-x:
|
|
61
|
+
@utility slide-in-from-end-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl), [dir="rtl"], [dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); } }
|
|
62
62
|
@utility slide-out-to-top { --tw-exit-translate-y: -100%; }
|
|
63
|
-
@utility slide-out-to-top-* { --tw-exit-translate-y:
|
|
63
|
+
@utility slide-out-to-top-* { --tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-y: calc(--value(ratio)*-100%); --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1); }
|
|
64
64
|
@utility slide-out-to-bottom { --tw-exit-translate-y: 100%; }
|
|
65
|
-
@utility slide-out-to-bottom-* { --tw-exit-translate-y:
|
|
65
|
+
@utility slide-out-to-bottom-* { --tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-y: calc(--value(ratio)*100%); --tw-exit-translate-y: --value(--translate-*,[percentage],[length]); }
|
|
66
66
|
@utility slide-out-to-left { --tw-exit-translate-x: -100%; }
|
|
67
|
-
@utility slide-out-to-left-* { --tw-exit-translate-x:
|
|
67
|
+
@utility slide-out-to-left-* { --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }
|
|
68
68
|
@utility slide-out-to-right { --tw-exit-translate-x: 100%; }
|
|
69
|
-
@utility slide-out-to-right-* { --tw-exit-translate-x:
|
|
69
|
+
@utility slide-out-to-right-* { --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }
|
|
70
70
|
@utility slide-out-to-start { &:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; } }
|
|
71
|
-
@utility slide-out-to-start-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-exit-translate-x:
|
|
71
|
+
@utility slide-out-to-start-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl), [dir="rtl"], [dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); } }
|
|
72
72
|
@utility slide-out-to-end { &:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; } }
|
|
73
|
-
@utility slide-out-to-end-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-exit-translate-x:
|
|
73
|
+
@utility slide-out-to-end-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl), [dir="rtl"], [dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); } }
|
|
74
74
|
:root {
|
|
75
75
|
--brand-primary: var(--blue-6);
|
|
76
76
|
--brand-hover: var(--blue-5);
|
|
@@ -296,8 +296,8 @@
|
|
|
296
296
|
@custom-variant liquid-dark (&:is(.liquid-dark *));
|
|
297
297
|
@custom-variant liquid-light (&:is(.liquid-light *));
|
|
298
298
|
@custom-variant liquid (&:is(.liquid-dark *, .liquid-light *));
|
|
299
|
-
@utility liquid-dark-bg { background: linear-gradient(147.1deg, rgba(50, 50, 50, 0.6) 0%, rgba(70, 70, 70, 0.6) 105.28%) !important; backdrop-filter: blur(
|
|
300
|
-
@utility liquid-light-bg { background: linear-gradient(147.1deg, rgba(236, 236, 236, 0.6) 0%, rgba(202, 202, 202, 0.6) 105.28%) !important; backdrop-filter: blur(
|
|
299
|
+
@utility liquid-dark-bg { background: linear-gradient(147.1deg, rgba(50, 50, 50, 0.6) 0%, rgba(70, 70, 70, 0.6) 105.28%) !important; backdrop-filter: blur(5px) !important; }
|
|
300
|
+
@utility liquid-light-bg { background: linear-gradient(147.1deg, rgba(236, 236, 236, 0.6) 0%, rgba(202, 202, 202, 0.6) 105.28%) !important; backdrop-filter: blur(5px) !important; }
|
|
301
301
|
@utility liquid-dark-bg-tooltip-arrow { background: rgba(70, 70, 70, 0.8) !important; backdrop-filter: blur(4px) !important; }
|
|
302
302
|
@utility liquid-light-bg-tooltip-arrow { background: rgba(202, 202, 202, 0.8) !important; backdrop-filter: blur(4px) !important; }
|
|
303
303
|
@utility liquid-dark-bg-tooltip-top { background: linear-gradient(to bottom, rgba(50, 50, 50, 0.8) 0%, rgba(70, 70, 70, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
@utility liquid-light-bg-tooltip-right { background: linear-gradient(to left, rgba(236, 236, 236, 0.8) 0%, rgba(202, 202, 202, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
|
|
311
311
|
@utility scrollbar-hide { scrollbar-width: none; &::-webkit-scrollbar { display: none; } }
|
|
312
312
|
@utility scrollbar-track-transparent { scrollbar-color: var(--bg-tertiary) transparent; &::-webkit-scrollbar-track { background: transparent; } &::-webkit-scrollbar-thumb { background: var(--bg-tertiary); border-radius: 4px; } }
|
|
313
|
-
@theme inline { --font-sans: Inter; --font-number-input: "Fira Mono"; --color-brand-primary: var(--brand-primary); --color-brand-hover: var(--brand-hover); --color-brand-pressed: var(--brand-pressed); --color-alt-primary: var(--alt-primary); --color-alt-hover: var(--alt-hover); --color-alt-pressed: var(--alt-pressed); --color-group-primary: var(--group-primary); --color-group-hover: var(--group-hover); --color-group-pressed: var(--group-pressed); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --color-select-secondary: var(--select-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) +
|
|
313
|
+
@theme inline { --font-sans: Inter; --font-number-input: "Fira Mono"; --color-brand-primary: var(--brand-primary); --color-brand-hover: var(--brand-hover); --color-brand-pressed: var(--brand-pressed); --color-alt-primary: var(--alt-primary); --color-alt-hover: var(--alt-hover); --color-alt-pressed: var(--alt-pressed); --color-group-primary: var(--group-primary); --color-group-hover: var(--group-hover); --color-group-pressed: var(--group-pressed); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --color-select-secondary: var(--select-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) + 3px); --radius-uk-md: calc(var(--radius) + 4px); --radius-uk-lg: calc(var(--radius) + 10px); --radius-uk-xl: calc(var(--radius) + 13px); --spacing-xxs: calc(var(--spacing) - 3px); --spacing-xs: calc(var(--spacing) - 1px); --spacing-sm: calc(var(--spacing) + 2px); --spacing-md: calc(var(--spacing) + 4px); --spacing-lg: calc(var(--spacing) + 9px); --spacing-xl: calc(var(--spacing) + 12px); --text-uk-hint: 10px; --text-uk-xxs: 10px; --text-uk-xs: 11px; --text-uk-sm: 12px; --text-uk-subtitle: 13px; --text-uk-md: 14px; --text-uk-lg: 16px; --text-uk-h3: 20px; --text-uk-h2: 24px; --text-uk-h1: 30px; --leading-uk-hint: 12px; --leading-uk-xxs: 12px; --leading-uk-xs: 14px; --leading-uk-sm: 16px; --leading-uk-subtitle: 18px; --leading-uk-md: 20px; --leading-uk-lg: 24px; --leading-uk-h3: 28px; --leading-uk-h2: 32px; --leading-uk-h1: 36px; }
|
|
314
314
|
.vk-toast,
|
|
315
315
|
[data-sonner-toast].vk-toast {
|
|
316
316
|
background: var(--color-bg-primary) !important;
|
package/dist/index.d.cts
CHANGED
|
@@ -23,7 +23,6 @@ export { ToggleGroup, ToggleGroupItem, toggleGroupVariants } from './ui/toggle-g
|
|
|
23
23
|
export { Badge, badgeVariants } from './ui/badge.cjs';
|
|
24
24
|
export { RadioGroup, RadioGroupItem } from './ui/radio-group.cjs';
|
|
25
25
|
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardHeaderProps, CardProps, CardTitle } from './ui/card.cjs';
|
|
26
|
-
export { Panel, PanelAction, PanelContent, PanelDescription, PanelFooter, PanelHeader, PanelHeaderProps, PanelProps, PanelTitle } from './ui/panel.cjs';
|
|
27
26
|
export { Toolbar, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator } from './ui/toolbar.cjs';
|
|
28
27
|
export { Checkbox } from './ui/checkbox.cjs';
|
|
29
28
|
export { Switch } from './ui/switch.cjs';
|
|
@@ -33,7 +32,7 @@ export { Button, ButtonProps, buttonVariants } from './ui/button.cjs';
|
|
|
33
32
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './ui/collapsible.cjs';
|
|
34
33
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, selectTriggerVariants } from './ui/select.cjs';
|
|
35
34
|
export { Slider, SliderProps } from './ui/slider.cjs';
|
|
36
|
-
export { FormLayout, FormLayoutProps } from './ui/layout.cjs';
|
|
35
|
+
export { FormLayout, FormLayoutProps, LayoutType } from './ui/layout.cjs';
|
|
37
36
|
export { Label } from './ui/label.cjs';
|
|
38
37
|
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, PackageBadgeProps, UIKitBadge, UIKitBadgeProps } from './ui/UIKitBadge.cjs';
|
|
39
38
|
export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, DialBadgeProps } from './ui/DialBadge.cjs';
|
|
@@ -57,6 +56,8 @@ export { EulerRadInput, EulerRadInputProps } from './ui/inputs/number-inputs/Eul
|
|
|
57
56
|
export { QuaternionInput, QuaternionInputProps } from './ui/inputs/number-inputs/QuaternionInput.cjs';
|
|
58
57
|
export { KVectorInput, KVectorInputProps } from './ui/inputs/number-inputs/KVectorInput.cjs';
|
|
59
58
|
export { TextInput, TextInputProps } from './ui/inputs/text-input.cjs';
|
|
59
|
+
export { Progress } from './ui/progress.cjs';
|
|
60
|
+
export { Spinner, SpinnerProps } from './ui/spinner.cjs';
|
|
60
61
|
export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './ui/layouts/dock-layout/LayoutSlots.cjs';
|
|
61
62
|
export { DockLayoutView } from './ui/layouts/dock-layout/DockLayoutView.cjs';
|
|
62
63
|
export { LiquidLayoutView } from './ui/layouts/liquid-layout/LiquidLayoutView.cjs';
|
|
@@ -114,5 +115,7 @@ import '@radix-ui/react-select';
|
|
|
114
115
|
import '@radix-ui/react-slider';
|
|
115
116
|
import '@radix-ui/react-label';
|
|
116
117
|
import 'react-resizable-panels';
|
|
118
|
+
import '@radix-ui/react-progress';
|
|
119
|
+
import 'lucide-react';
|
|
117
120
|
import 'clsx';
|
|
118
121
|
import './highlight-cursor/types.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -23,7 +23,6 @@ export { ToggleGroup, ToggleGroupItem, toggleGroupVariants } from './ui/toggle-g
|
|
|
23
23
|
export { Badge, badgeVariants } from './ui/badge.js';
|
|
24
24
|
export { RadioGroup, RadioGroupItem } from './ui/radio-group.js';
|
|
25
25
|
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardHeaderProps, CardProps, CardTitle } from './ui/card.js';
|
|
26
|
-
export { Panel, PanelAction, PanelContent, PanelDescription, PanelFooter, PanelHeader, PanelHeaderProps, PanelProps, PanelTitle } from './ui/panel.js';
|
|
27
26
|
export { Toolbar, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarProps, ToolbarSeparator } from './ui/toolbar.js';
|
|
28
27
|
export { Checkbox } from './ui/checkbox.js';
|
|
29
28
|
export { Switch } from './ui/switch.js';
|
|
@@ -33,7 +32,7 @@ export { Button, ButtonProps, buttonVariants } from './ui/button.js';
|
|
|
33
32
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './ui/collapsible.js';
|
|
34
33
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, selectTriggerVariants } from './ui/select.js';
|
|
35
34
|
export { Slider, SliderProps } from './ui/slider.js';
|
|
36
|
-
export { FormLayout, FormLayoutProps } from './ui/layout.js';
|
|
35
|
+
export { FormLayout, FormLayoutProps, LayoutType } from './ui/layout.js';
|
|
37
36
|
export { Label } from './ui/label.js';
|
|
38
37
|
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, PackageBadgeProps, UIKitBadge, UIKitBadgeProps } from './ui/UIKitBadge.js';
|
|
39
38
|
export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, DialBadgeProps } from './ui/DialBadge.js';
|
|
@@ -57,6 +56,8 @@ export { EulerRadInput, EulerRadInputProps } from './ui/inputs/number-inputs/Eul
|
|
|
57
56
|
export { QuaternionInput, QuaternionInputProps } from './ui/inputs/number-inputs/QuaternionInput.js';
|
|
58
57
|
export { KVectorInput, KVectorInputProps } from './ui/inputs/number-inputs/KVectorInput.js';
|
|
59
58
|
export { TextInput, TextInputProps } from './ui/inputs/text-input.js';
|
|
59
|
+
export { Progress } from './ui/progress.js';
|
|
60
|
+
export { Spinner, SpinnerProps } from './ui/spinner.js';
|
|
60
61
|
export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './ui/layouts/dock-layout/LayoutSlots.js';
|
|
61
62
|
export { DockLayoutView } from './ui/layouts/dock-layout/DockLayoutView.js';
|
|
62
63
|
export { LiquidLayoutView } from './ui/layouts/liquid-layout/LiquidLayoutView.js';
|
|
@@ -114,5 +115,7 @@ import '@radix-ui/react-select';
|
|
|
114
115
|
import '@radix-ui/react-slider';
|
|
115
116
|
import '@radix-ui/react-label';
|
|
116
117
|
import 'react-resizable-panels';
|
|
118
|
+
import '@radix-ui/react-progress';
|
|
119
|
+
import 'lucide-react';
|
|
117
120
|
import 'clsx';
|
|
118
121
|
import './highlight-cursor/types.js';
|
package/dist/index.mjs
CHANGED
|
@@ -1,21 +1,54 @@
|
|
|
1
|
-
export { DialBooleanInput, DialCmInput, DialDegInput, DialEulerDegInput, DialEulerInput, DialInchInput, DialIntInput, DialNumberInput, DialPanel, DialQuaternionInput, DialRadInput, DialSelectInput, DialSliderInput, DialTimeInput, DialVec3Input, DialVectorInput2 as DialVectorInput, DialVectorInput as DialVectorWrappedInput } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
|
|
1
|
+
export { DialBooleanInput, DialCmInput, DialDegInput, DialEulerDegInput, DialEulerInput, DialInchInput, DialIntInput, DialNumberInput, DialPanel, DialQuaternionInput, DialRadInput, DialSelectInput, DialSliderInput, DialTimeInput, DialVec3Input, DialVectorInput2 as DialVectorInput, DialVectorInput as DialVectorWrappedInput } from './chunk-DBMXQH73.mjs';
|
|
2
|
+
import './chunk-V5YUFNEB.mjs';
|
|
3
|
+
import './chunk-VGCVIHBR.mjs';
|
|
4
|
+
export { DialProvider, useDialSchema } from './chunk-L4CIN7FR.mjs';
|
|
5
|
+
export { CursorProvider } from './chunk-AUENXQXS.mjs';
|
|
6
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-O7FGA5N2.mjs';
|
|
7
|
+
export { withCursor } from './chunk-RAHKRYQJ.mjs';
|
|
8
|
+
import './chunk-3FR3WKI4.mjs';
|
|
9
|
+
import './chunk-YYLBP356.mjs';
|
|
10
|
+
export { Waterfall } from './chunk-RFRBGVBZ.mjs';
|
|
4
11
|
import './chunk-JWKOW2OV.mjs';
|
|
5
12
|
import './chunk-VPQ5SSY3.mjs';
|
|
6
|
-
import './chunk-CO6EASQO.mjs';
|
|
7
13
|
import './chunk-IR334P7F.mjs';
|
|
8
14
|
import './chunk-CIPI2V54.mjs';
|
|
9
15
|
import './chunk-WPDU2YYR.mjs';
|
|
10
16
|
import './chunk-HVVT3D2T.mjs';
|
|
11
|
-
export { useTreeSearch, useTreeState } from './chunk-PC5DHSC4.mjs';
|
|
12
17
|
import './chunk-HTAFERCZ.mjs';
|
|
13
18
|
import './chunk-SA5WKLYB.mjs';
|
|
14
19
|
import './chunk-D5H4XX6Q.mjs';
|
|
15
20
|
import './chunk-JVV7W3TP.mjs';
|
|
16
21
|
import './chunk-OC4HRPZU.mjs';
|
|
17
22
|
import './chunk-N6DSPSMM.mjs';
|
|
23
|
+
import './chunk-CO6EASQO.mjs';
|
|
18
24
|
export { TOTAL_DURATION, borderColorClasses, colorClasses, formatDuration, leftWedgeClasses, rightWedgeClasses } from './chunk-4U232QAX.mjs';
|
|
25
|
+
import './chunk-6NK7UMFP.mjs';
|
|
26
|
+
export { LiquidToggle, ThemeColorToggle, ThemeToggles } from './chunk-R2QXIDY2.mjs';
|
|
27
|
+
export { ThemeProvider, computeTheme, defaultThemes, useTheme } from './chunk-FK6ZROZE.mjs';
|
|
28
|
+
export { ThemeScript } from './chunk-5KJP6A6C.mjs';
|
|
29
|
+
export { TreeSearchBar } from './chunk-HFGRTWTD.mjs';
|
|
30
|
+
export { TreeEntryItem, TreeView } from './chunk-VQPJ7TLB.mjs';
|
|
31
|
+
export { useTreeSearch, useTreeState } from './chunk-PC5DHSC4.mjs';
|
|
32
|
+
import './chunk-2KQRWXNO.mjs';
|
|
33
|
+
import './chunk-AGRPGNME.mjs';
|
|
34
|
+
export { TimeInput } from './chunk-Z4ZGX3NM.mjs';
|
|
35
|
+
export { Vec3Input } from './chunk-AGHIJQAR.mjs';
|
|
36
|
+
export { EulerDegInput } from './chunk-WQCVK4PG.mjs';
|
|
37
|
+
export { EulerInput } from './chunk-KS5A3G7B.mjs';
|
|
38
|
+
export { EulerRadInput } from './chunk-H2AJ2CLT.mjs';
|
|
39
|
+
export { InchInput } from './chunk-ZRMDDK6J.mjs';
|
|
40
|
+
export { IntInput } from './chunk-JH5NAW2V.mjs';
|
|
41
|
+
export { KVectorInput } from './chunk-ACETEVZD.mjs';
|
|
42
|
+
export { QuaternionInput } from './chunk-2SFB7HHW.mjs';
|
|
43
|
+
export { VectorInput } from './chunk-ZDSN4IFT.mjs';
|
|
44
|
+
export { CmInput } from './chunk-ZEBAIL6F.mjs';
|
|
45
|
+
export { DegInput } from './chunk-PTBMSYQQ.mjs';
|
|
46
|
+
export { ColorInput } from './chunk-GSQE4JVF.mjs';
|
|
47
|
+
export { PresetsInput } from './chunk-BCA45QEW.mjs';
|
|
48
|
+
export { PresetsRadInput } from './chunk-BBWT5YO2.mjs';
|
|
49
|
+
export { RadInput } from './chunk-TZBOF3XO.mjs';
|
|
50
|
+
export { InputNumbers } from './chunk-MGFG7EXC.mjs';
|
|
51
|
+
export { TextInput } from './chunk-7XXTMBF5.mjs';
|
|
19
52
|
import './chunk-IGTUE4NW.mjs';
|
|
20
53
|
import './chunk-EPRRJR2S.mjs';
|
|
21
54
|
export { LiquidLayoutView } from './chunk-4JAEMFDN.mjs';
|
|
@@ -23,54 +56,29 @@ import './chunk-4QFWMPJZ.mjs';
|
|
|
23
56
|
export { DockLayoutView } from './chunk-M6JLGVJ7.mjs';
|
|
24
57
|
export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './chunk-3LO3AM25.mjs';
|
|
25
58
|
import './chunk-2X6CAFVD.mjs';
|
|
26
|
-
import './chunk-6NK7UMFP.mjs';
|
|
27
|
-
export { LiquidToggle, ThemeColorToggle, ThemeToggles } from './chunk-Y2H4A5AC.mjs';
|
|
28
|
-
export { ThemeProvider, computeTheme, defaultThemes, useTheme } from './chunk-FK6ZROZE.mjs';
|
|
29
|
-
export { ThemeScript } from './chunk-5KJP6A6C.mjs';
|
|
30
|
-
export { TreeSearchBar } from './chunk-SUEFWFPX.mjs';
|
|
31
|
-
export { TreeEntryItem, TreeView } from './chunk-VQPJ7TLB.mjs';
|
|
32
|
-
import './chunk-5UMTQHTX.mjs';
|
|
33
|
-
import './chunk-2KQRWXNO.mjs';
|
|
34
|
-
import './chunk-AGRPGNME.mjs';
|
|
35
|
-
export { TimeInput } from './chunk-JUSFLIU5.mjs';
|
|
36
|
-
export { Vec3Input } from './chunk-SYX6TMCQ.mjs';
|
|
37
|
-
export { EulerDegInput } from './chunk-24IUD6Q3.mjs';
|
|
38
|
-
export { EulerInput } from './chunk-ZNM6PNI6.mjs';
|
|
39
|
-
export { EulerRadInput } from './chunk-IXNXSECD.mjs';
|
|
40
|
-
export { InchInput } from './chunk-3TUONMQ6.mjs';
|
|
41
|
-
export { IntInput } from './chunk-4JGGLCXT.mjs';
|
|
42
|
-
export { KVectorInput } from './chunk-4THQPG6Y.mjs';
|
|
43
|
-
export { QuaternionInput } from './chunk-VUMOJPEC.mjs';
|
|
44
|
-
export { VectorInput } from './chunk-VEWWUO2N.mjs';
|
|
45
|
-
export { CmInput } from './chunk-PTGMHZFS.mjs';
|
|
46
|
-
export { DegInput } from './chunk-CGUQWS2I.mjs';
|
|
47
|
-
export { ColorInput } from './chunk-EXQQRW7T.mjs';
|
|
48
|
-
export { PresetsInput } from './chunk-6XOTWZFC.mjs';
|
|
49
|
-
export { PresetsRadInput } from './chunk-ACYZOKPT.mjs';
|
|
50
|
-
export { RadInput } from './chunk-IY36FZ5R.mjs';
|
|
51
|
-
export { InputNumbers } from './chunk-7HOEFGEO.mjs';
|
|
52
|
-
export { TextInput } from './chunk-3VVQWVDE.mjs';
|
|
53
59
|
import './chunk-KHROZRRE.mjs';
|
|
54
60
|
export { createSelectable } from './chunk-TVKPO5VK.mjs';
|
|
55
61
|
export { DragSelectProvider, useDragSelectContext } from './chunk-JBQP2CBI.mjs';
|
|
62
|
+
import './chunk-5UMTQHTX.mjs';
|
|
56
63
|
export { MouseCursorAltIcon, MouseCursorIcon } from './chunk-KVJ4Q3EZ.mjs';
|
|
57
64
|
export { CursorFilledIcon, CursorIcon } from './chunk-2MANWDY4.mjs';
|
|
58
65
|
export { Toaster, toast } from './chunk-EOSYXHEH.mjs';
|
|
59
66
|
export { ToggleButton, ToggleButtons, toggleButtonHighlightVariants, toggleButtonVariants, toggleButtonsVariants } from './chunk-JRBTIFM6.mjs';
|
|
60
67
|
export { ToggleGroup, ToggleGroupItem, toggleGroupVariants } from './chunk-ABLQ4QRY.mjs';
|
|
61
68
|
export { Toggle, toggleVariants } from './chunk-4FLE5S5Z.mjs';
|
|
62
|
-
export { Toolbar, ToolbarGroup, ToolbarSeparator } from './chunk-
|
|
63
|
-
export { TreeView as TreeViewLegacy } from './chunk-
|
|
64
|
-
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './chunk-
|
|
65
|
-
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-
|
|
69
|
+
export { Toolbar, ToolbarGroup, ToolbarSeparator } from './chunk-FRAD2Z2G.mjs';
|
|
70
|
+
export { TreeView as TreeViewLegacy } from './chunk-DHMLQTQ6.mjs';
|
|
71
|
+
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './chunk-DT2LGZ5H.mjs';
|
|
72
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-57MAUYQZ.mjs';
|
|
66
73
|
export { TreeView as SimpleTreeView } from './chunk-2SWBXWLK.mjs';
|
|
67
74
|
import './chunk-DWWM2TV3.mjs';
|
|
68
75
|
export { Slider } from './chunk-Y6WGGVT2.mjs';
|
|
76
|
+
export { Spinner } from './chunk-NJXBYRKZ.mjs';
|
|
69
77
|
export { Switch } from './chunk-AZBJB6KC.mjs';
|
|
70
78
|
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './chunk-Y3V6IUAR.mjs';
|
|
71
|
-
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './chunk-
|
|
72
|
-
export { Panel, PanelAction, PanelContent, PanelDescription, PanelFooter, PanelHeader, PanelTitle } from './chunk-G4Q5ALRW.mjs';
|
|
79
|
+
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './chunk-ECOYNCWG.mjs';
|
|
73
80
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-YKHK6C4Q.mjs';
|
|
81
|
+
export { Progress } from './chunk-L3YEIRJS.mjs';
|
|
74
82
|
export { RadioGroup, RadioGroupItem } from './chunk-MDUGPQEK.mjs';
|
|
75
83
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './chunk-JY5TZBRK.mjs';
|
|
76
84
|
import './chunk-OWGKZAOO.mjs';
|
|
@@ -78,32 +86,25 @@ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHe
|
|
|
78
86
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-BCBWIMPS.mjs';
|
|
79
87
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './chunk-6NSQLHKC.mjs';
|
|
80
88
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-SMIACO56.mjs';
|
|
81
|
-
export { Label } from './chunk-
|
|
82
|
-
export { FormLayout } from './chunk-
|
|
89
|
+
export { Label } from './chunk-WGWNYPXW.mjs';
|
|
90
|
+
export { FormLayout } from './chunk-FB5MYIVE.mjs';
|
|
83
91
|
export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-NHG2ROYB.mjs';
|
|
84
|
-
export { Navigation } from './chunk-
|
|
85
|
-
export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge } from './chunk-
|
|
86
|
-
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-
|
|
92
|
+
export { Navigation } from './chunk-PJJSHHL6.mjs';
|
|
93
|
+
export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge } from './chunk-7CDVPU65.mjs';
|
|
94
|
+
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-UBYSTTD2.mjs';
|
|
87
95
|
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './chunk-MHJM7YMG.mjs';
|
|
88
96
|
export { Badge, badgeVariants } from './chunk-S6PSU47F.mjs';
|
|
89
|
-
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-
|
|
97
|
+
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-SWJHOFZH.mjs';
|
|
90
98
|
export { Checkbox } from './chunk-YTV7747H.mjs';
|
|
91
|
-
import './chunk-VGCVIHBR.mjs';
|
|
92
|
-
export { CursorProvider } from './chunk-AUENXQXS.mjs';
|
|
93
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-S7SGB2FD.mjs';
|
|
94
|
-
export { InputRoot as Input, InputRoot, InputSlot } from './chunk-LRSDE62T.mjs';
|
|
95
|
-
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-B53A4WNW.mjs';
|
|
96
99
|
export { Textarea } from './chunk-25RDJXX7.mjs';
|
|
100
|
+
export { InputRoot as Input, InputRoot, InputSlot } from './chunk-XMQULAAU.mjs';
|
|
101
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-B53A4WNW.mjs';
|
|
97
102
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, selectTriggerVariants } from './chunk-KJH46JR3.mjs';
|
|
98
|
-
export { Button, buttonVariants } from './chunk-
|
|
103
|
+
export { Button, buttonVariants } from './chunk-AAFU2FII.mjs';
|
|
99
104
|
export { TabsCursorProvider } from './chunk-XMG3IVGZ.mjs';
|
|
100
|
-
export { withCursor } from './chunk-RAHKRYQJ.mjs';
|
|
101
|
-
import './chunk-3FR3WKI4.mjs';
|
|
102
|
-
export { DialProvider, useDialSchema } from './chunk-3HEZVWRW.mjs';
|
|
103
105
|
import './chunk-BNDRHLLZ.mjs';
|
|
104
106
|
export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncDragY, SyncScroll, SyncScrollSlave } from './chunk-PDOFOJ4P.mjs';
|
|
105
107
|
import './chunk-F7ZHPSLA.mjs';
|
|
106
|
-
export { useDocument } from './chunk-IDUVYPN7.mjs';
|
|
107
108
|
export { useDragSelect } from './chunk-3QT5VABC.mjs';
|
|
108
109
|
export { useIsMobile } from './chunk-XHJDRQD7.mjs';
|
|
109
110
|
export { useLocalStorage } from './chunk-LQOPO4KU.mjs';
|
|
@@ -111,5 +112,6 @@ export { useQueryParams } from './chunk-U3LN5NB6.mjs';
|
|
|
111
112
|
export { useLocation } from './chunk-IZARTVYN.mjs';
|
|
112
113
|
export { useWindow } from './chunk-VA4LUFKD.mjs';
|
|
113
114
|
export { clientOnly, createClientOnlyComponent, isClient, isServer } from './chunk-4F2GSF2T.mjs';
|
|
115
|
+
export { useDocument } from './chunk-IDUVYPN7.mjs';
|
|
114
116
|
export { cn } from './chunk-HMN4IKTG.mjs';
|
|
115
117
|
export { SyncScrollProvider, useScrollSlave, useSyncDrag, useSyncScroll } from './chunk-SAGQV2YZ.mjs';
|
package/dist/styles/theme.css
CHANGED
|
@@ -224,8 +224,8 @@
|
|
|
224
224
|
@custom-variant liquid-dark (&:is(.liquid-dark *));
|
|
225
225
|
@custom-variant liquid-light (&:is(.liquid-light *));
|
|
226
226
|
@custom-variant liquid (&:is(.liquid-dark *, .liquid-light *));
|
|
227
|
-
@utility liquid-dark-bg { background: linear-gradient(147.1deg, rgba(50, 50, 50, 0.6) 0%, rgba(70, 70, 70, 0.6) 105.28%) !important; backdrop-filter: blur(
|
|
228
|
-
@utility liquid-light-bg { background: linear-gradient(147.1deg, rgba(236, 236, 236, 0.6) 0%, rgba(202, 202, 202, 0.6) 105.28%) !important; backdrop-filter: blur(
|
|
227
|
+
@utility liquid-dark-bg { background: linear-gradient(147.1deg, rgba(50, 50, 50, 0.6) 0%, rgba(70, 70, 70, 0.6) 105.28%) !important; backdrop-filter: blur(5px) !important; }
|
|
228
|
+
@utility liquid-light-bg { background: linear-gradient(147.1deg, rgba(236, 236, 236, 0.6) 0%, rgba(202, 202, 202, 0.6) 105.28%) !important; backdrop-filter: blur(5px) !important; }
|
|
229
229
|
@utility liquid-dark-bg-tooltip-arrow { background: rgba(70, 70, 70, 0.8) !important; backdrop-filter: blur(4px) !important; }
|
|
230
230
|
@utility liquid-light-bg-tooltip-arrow { background: rgba(202, 202, 202, 0.8) !important; backdrop-filter: blur(4px) !important; }
|
|
231
231
|
@utility liquid-dark-bg-tooltip-top { background: linear-gradient(to bottom, rgba(50, 50, 50, 0.8) 0%, rgba(70, 70, 70, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
|
|
@@ -238,4 +238,4 @@
|
|
|
238
238
|
@utility liquid-light-bg-tooltip-right { background: linear-gradient(to left, rgba(236, 236, 236, 0.8) 0%, rgba(202, 202, 202, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
|
|
239
239
|
@utility scrollbar-hide { scrollbar-width: none; &::-webkit-scrollbar { display: none; } }
|
|
240
240
|
@utility scrollbar-track-transparent { scrollbar-color: var(--bg-tertiary) transparent; &::-webkit-scrollbar-track { background: transparent; } &::-webkit-scrollbar-thumb { background: var(--bg-tertiary); border-radius: 4px; } }
|
|
241
|
-
@theme inline { --font-sans: Inter; --font-number-input: "Fira Mono"; --color-brand-primary: var(--brand-primary); --color-brand-hover: var(--brand-hover); --color-brand-pressed: var(--brand-pressed); --color-alt-primary: var(--alt-primary); --color-alt-hover: var(--alt-hover); --color-alt-pressed: var(--alt-pressed); --color-group-primary: var(--group-primary); --color-group-hover: var(--group-hover); --color-group-pressed: var(--group-pressed); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --color-select-secondary: var(--select-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) +
|
|
241
|
+
@theme inline { --font-sans: Inter; --font-number-input: "Fira Mono"; --color-brand-primary: var(--brand-primary); --color-brand-hover: var(--brand-hover); --color-brand-pressed: var(--brand-pressed); --color-alt-primary: var(--alt-primary); --color-alt-hover: var(--alt-hover); --color-alt-pressed: var(--alt-pressed); --color-group-primary: var(--group-primary); --color-group-hover: var(--group-hover); --color-group-pressed: var(--group-pressed); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --color-select-secondary: var(--select-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) + 3px); --radius-uk-md: calc(var(--radius) + 4px); --radius-uk-lg: calc(var(--radius) + 10px); --radius-uk-xl: calc(var(--radius) + 13px); --spacing-xxs: calc(var(--spacing) - 3px); --spacing-xs: calc(var(--spacing) - 1px); --spacing-sm: calc(var(--spacing) + 2px); --spacing-md: calc(var(--spacing) + 4px); --spacing-lg: calc(var(--spacing) + 9px); --spacing-xl: calc(var(--spacing) + 12px); --text-uk-hint: 10px; --text-uk-xxs: 10px; --text-uk-xs: 11px; --text-uk-sm: 12px; --text-uk-subtitle: 13px; --text-uk-md: 14px; --text-uk-lg: 16px; --text-uk-h3: 20px; --text-uk-h2: 24px; --text-uk-h1: 30px; --leading-uk-hint: 12px; --leading-uk-xxs: 12px; --leading-uk-xs: 14px; --leading-uk-sm: 16px; --leading-uk-subtitle: 18px; --leading-uk-md: 20px; --leading-uk-lg: 24px; --leading-uk-h3: 28px; --leading-uk-h2: 32px; --leading-uk-h1: 36px; }
|
package/dist/ui/DialBadge.cjs
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkZZEWMU7Y_cjs = require('../chunk-ZZEWMU7Y.cjs');
|
|
4
4
|
require('../chunk-QN4N4I3Z.cjs');
|
|
5
|
-
require('../chunk-LBWMTA5T.cjs');
|
|
6
5
|
require('../chunk-Q7E73DVJ.cjs');
|
|
7
6
|
require('../chunk-JR4TVE43.cjs');
|
|
8
7
|
require('../chunk-VXZURKMQ.cjs');
|
|
@@ -10,23 +9,24 @@ require('../chunk-Q4XH2Z5M.cjs');
|
|
|
10
9
|
require('../chunk-6BOWMGFG.cjs');
|
|
11
10
|
require('../chunk-YZIR6LIY.cjs');
|
|
12
11
|
require('../chunk-RPTRTGC2.cjs');
|
|
12
|
+
require('../chunk-LBWMTA5T.cjs');
|
|
13
13
|
require('../chunk-OHIB3TEN.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
Object.defineProperty(exports, "DIAL_GIT_HASH", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkZZEWMU7Y_cjs.DIAL_GIT_HASH; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "DIAL_PACKAGE_NAME", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkZZEWMU7Y_cjs.DIAL_PACKAGE_NAME; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "DIAL_PACKAGE_VERSION", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkZZEWMU7Y_cjs.DIAL_PACKAGE_VERSION; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "DialBadge", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkZZEWMU7Y_cjs.DialBadge; }
|
|
32
32
|
});
|
package/dist/ui/DialBadge.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge } from '../chunk-
|
|
1
|
+
export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge } from '../chunk-7CDVPU65.mjs';
|
|
2
2
|
import '../chunk-F7ZHPSLA.mjs';
|
|
3
|
-
import '../chunk-IDUVYPN7.mjs';
|
|
4
3
|
import '../chunk-3QT5VABC.mjs';
|
|
5
4
|
import '../chunk-XHJDRQD7.mjs';
|
|
6
5
|
import '../chunk-LQOPO4KU.mjs';
|
|
@@ -8,4 +7,5 @@ import '../chunk-U3LN5NB6.mjs';
|
|
|
8
7
|
import '../chunk-IZARTVYN.mjs';
|
|
9
8
|
import '../chunk-VA4LUFKD.mjs';
|
|
10
9
|
import '../chunk-4F2GSF2T.mjs';
|
|
10
|
+
import '../chunk-IDUVYPN7.mjs';
|
|
11
11
|
import '../chunk-HMN4IKTG.mjs';
|
package/dist/ui/UIKitBadge.cjs
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkLUCJKAJ5_cjs = require('../chunk-LUCJKAJ5.cjs');
|
|
4
4
|
require('../chunk-QN4N4I3Z.cjs');
|
|
5
|
-
require('../chunk-LBWMTA5T.cjs');
|
|
6
5
|
require('../chunk-Q7E73DVJ.cjs');
|
|
7
6
|
require('../chunk-JR4TVE43.cjs');
|
|
8
7
|
require('../chunk-VXZURKMQ.cjs');
|
|
@@ -10,23 +9,24 @@ require('../chunk-Q4XH2Z5M.cjs');
|
|
|
10
9
|
require('../chunk-6BOWMGFG.cjs');
|
|
11
10
|
require('../chunk-YZIR6LIY.cjs');
|
|
12
11
|
require('../chunk-RPTRTGC2.cjs');
|
|
12
|
+
require('../chunk-LBWMTA5T.cjs');
|
|
13
13
|
require('../chunk-OHIB3TEN.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
Object.defineProperty(exports, "GIT_HASH", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkLUCJKAJ5_cjs.GIT_HASH; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "PACKAGE_VERSION", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkLUCJKAJ5_cjs.PACKAGE_VERSION; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "PackageBadge", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkLUCJKAJ5_cjs.PackageBadge; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "UIKitBadge", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkLUCJKAJ5_cjs.UIKitBadge; }
|
|
32
32
|
});
|
package/dist/ui/UIKitBadge.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from '../chunk-
|
|
1
|
+
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from '../chunk-UBYSTTD2.mjs';
|
|
2
2
|
import '../chunk-F7ZHPSLA.mjs';
|
|
3
|
-
import '../chunk-IDUVYPN7.mjs';
|
|
4
3
|
import '../chunk-3QT5VABC.mjs';
|
|
5
4
|
import '../chunk-XHJDRQD7.mjs';
|
|
6
5
|
import '../chunk-LQOPO4KU.mjs';
|
|
@@ -8,4 +7,5 @@ import '../chunk-U3LN5NB6.mjs';
|
|
|
8
7
|
import '../chunk-IZARTVYN.mjs';
|
|
9
8
|
import '../chunk-VA4LUFKD.mjs';
|
|
10
9
|
import '../chunk-4F2GSF2T.mjs';
|
|
10
|
+
import '../chunk-IDUVYPN7.mjs';
|
|
11
11
|
import '../chunk-HMN4IKTG.mjs';
|
package/dist/ui/avatar.cjs
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkQ2HC5ZL4_cjs = require('../chunk-Q2HC5ZL4.cjs');
|
|
4
4
|
require('../chunk-QN4N4I3Z.cjs');
|
|
5
|
-
require('../chunk-LBWMTA5T.cjs');
|
|
6
5
|
require('../chunk-Q7E73DVJ.cjs');
|
|
7
6
|
require('../chunk-JR4TVE43.cjs');
|
|
8
7
|
require('../chunk-VXZURKMQ.cjs');
|
|
@@ -10,6 +9,7 @@ require('../chunk-Q4XH2Z5M.cjs');
|
|
|
10
9
|
require('../chunk-6BOWMGFG.cjs');
|
|
11
10
|
require('../chunk-YZIR6LIY.cjs');
|
|
12
11
|
require('../chunk-RPTRTGC2.cjs');
|
|
12
|
+
require('../chunk-LBWMTA5T.cjs');
|
|
13
13
|
require('../chunk-OHIB3TEN.cjs');
|
|
14
14
|
|
|
15
15
|
|
package/dist/ui/avatar.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from '../chunk-MHJM7YMG.mjs';
|
|
2
2
|
import '../chunk-F7ZHPSLA.mjs';
|
|
3
|
-
import '../chunk-IDUVYPN7.mjs';
|
|
4
3
|
import '../chunk-3QT5VABC.mjs';
|
|
5
4
|
import '../chunk-XHJDRQD7.mjs';
|
|
6
5
|
import '../chunk-LQOPO4KU.mjs';
|
|
@@ -8,4 +7,5 @@ import '../chunk-U3LN5NB6.mjs';
|
|
|
8
7
|
import '../chunk-IZARTVYN.mjs';
|
|
9
8
|
import '../chunk-VA4LUFKD.mjs';
|
|
10
9
|
import '../chunk-4F2GSF2T.mjs';
|
|
10
|
+
import '../chunk-IDUVYPN7.mjs';
|
|
11
11
|
import '../chunk-HMN4IKTG.mjs';
|
package/dist/ui/badge.cjs
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkQHAGQCVF_cjs = require('../chunk-QHAGQCVF.cjs');
|
|
4
4
|
require('../chunk-QN4N4I3Z.cjs');
|
|
5
|
-
require('../chunk-LBWMTA5T.cjs');
|
|
6
5
|
require('../chunk-Q7E73DVJ.cjs');
|
|
7
6
|
require('../chunk-JR4TVE43.cjs');
|
|
8
7
|
require('../chunk-VXZURKMQ.cjs');
|
|
@@ -10,6 +9,7 @@ require('../chunk-Q4XH2Z5M.cjs');
|
|
|
10
9
|
require('../chunk-6BOWMGFG.cjs');
|
|
11
10
|
require('../chunk-YZIR6LIY.cjs');
|
|
12
11
|
require('../chunk-RPTRTGC2.cjs');
|
|
12
|
+
require('../chunk-LBWMTA5T.cjs');
|
|
13
13
|
require('../chunk-OHIB3TEN.cjs');
|
|
14
14
|
|
|
15
15
|
|
package/dist/ui/badge.d.cts
CHANGED
|
@@ -5,7 +5,7 @@ import { ComponentProps } from 'react';
|
|
|
5
5
|
|
|
6
6
|
declare const badgeVariants: (props?: ({
|
|
7
7
|
variant?: "default" | "secondary" | "destructive" | "success" | "warning" | null | undefined;
|
|
8
|
-
type?: "
|
|
8
|
+
type?: "circle" | "default" | "dot" | null | undefined;
|
|
9
9
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
10
|
declare function Badge({ className, variant, type, asChild, ...props }: ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
|
|
11
11
|
asChild?: boolean;
|
package/dist/ui/badge.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { ComponentProps } from 'react';
|
|
|
5
5
|
|
|
6
6
|
declare const badgeVariants: (props?: ({
|
|
7
7
|
variant?: "default" | "secondary" | "destructive" | "success" | "warning" | null | undefined;
|
|
8
|
-
type?: "
|
|
8
|
+
type?: "circle" | "default" | "dot" | null | undefined;
|
|
9
9
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
10
|
declare function Badge({ className, variant, type, asChild, ...props }: ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
|
|
11
11
|
asChild?: boolean;
|
package/dist/ui/badge.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export { Badge, badgeVariants } from '../chunk-S6PSU47F.mjs';
|
|
2
2
|
import '../chunk-F7ZHPSLA.mjs';
|
|
3
|
-
import '../chunk-IDUVYPN7.mjs';
|
|
4
3
|
import '../chunk-3QT5VABC.mjs';
|
|
5
4
|
import '../chunk-XHJDRQD7.mjs';
|
|
6
5
|
import '../chunk-LQOPO4KU.mjs';
|
|
@@ -8,4 +7,5 @@ import '../chunk-U3LN5NB6.mjs';
|
|
|
8
7
|
import '../chunk-IZARTVYN.mjs';
|
|
9
8
|
import '../chunk-VA4LUFKD.mjs';
|
|
10
9
|
import '../chunk-4F2GSF2T.mjs';
|
|
10
|
+
import '../chunk-IDUVYPN7.mjs';
|
|
11
11
|
import '../chunk-HMN4IKTG.mjs';
|
package/dist/ui/button.cjs
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkRQH7ZAWF_cjs = require('../chunk-RQH7ZAWF.cjs');
|
|
4
4
|
require('../chunk-QN4N4I3Z.cjs');
|
|
5
|
-
require('../chunk-LBWMTA5T.cjs');
|
|
6
5
|
require('../chunk-Q7E73DVJ.cjs');
|
|
7
6
|
require('../chunk-JR4TVE43.cjs');
|
|
8
7
|
require('../chunk-VXZURKMQ.cjs');
|
|
@@ -10,15 +9,16 @@ require('../chunk-Q4XH2Z5M.cjs');
|
|
|
10
9
|
require('../chunk-6BOWMGFG.cjs');
|
|
11
10
|
require('../chunk-YZIR6LIY.cjs');
|
|
12
11
|
require('../chunk-RPTRTGC2.cjs');
|
|
12
|
+
require('../chunk-LBWMTA5T.cjs');
|
|
13
13
|
require('../chunk-OHIB3TEN.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
Object.defineProperty(exports, "Button", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkRQH7ZAWF_cjs.Button; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "buttonVariants", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkRQH7ZAWF_cjs.buttonVariants; }
|
|
24
24
|
});
|