@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.
Files changed (436) hide show
  1. package/dist/SyncScroll/SyncScroll.cjs +4 -4
  2. package/dist/SyncScroll/SyncScroll.mjs +4 -4
  3. package/dist/SyncScroll/index.cjs +4 -4
  4. package/dist/SyncScroll/index.mjs +4 -4
  5. package/dist/auth/context/auth-context.cjs +10 -0
  6. package/dist/auth/context/auth-context.d.cts +15 -0
  7. package/dist/auth/context/auth-context.d.ts +15 -0
  8. package/dist/auth/context/auth-context.mjs +1 -0
  9. package/dist/auth/handler/create-client.cjs +12 -0
  10. package/dist/auth/handler/create-client.d.cts +7 -0
  11. package/dist/auth/handler/create-client.d.ts +7 -0
  12. package/dist/auth/handler/create-client.mjs +3 -0
  13. package/dist/auth/handler/sign-in-handler.cjs +11 -0
  14. package/dist/auth/handler/sign-in-handler.d.cts +7 -0
  15. package/dist/auth/handler/sign-in-handler.d.ts +7 -0
  16. package/dist/auth/handler/sign-in-handler.mjs +2 -0
  17. package/dist/auth/hooks/use-vuer-auth.cjs +11 -0
  18. package/dist/auth/hooks/use-vuer-auth.d.cts +9 -0
  19. package/dist/auth/hooks/use-vuer-auth.d.ts +9 -0
  20. package/dist/auth/hooks/use-vuer-auth.mjs +2 -0
  21. package/dist/auth/hooks/use-vuer-method.cjs +14 -0
  22. package/dist/auth/hooks/use-vuer-method.d.cts +11 -0
  23. package/dist/auth/hooks/use-vuer-method.d.ts +11 -0
  24. package/dist/auth/hooks/use-vuer-method.mjs +5 -0
  25. package/dist/auth/index.cjs +33 -0
  26. package/dist/auth/index.d.cts +10 -0
  27. package/dist/auth/index.d.ts +10 -0
  28. package/dist/auth/index.mjs +8 -0
  29. package/dist/auth/localstorage-key.cjs +14 -0
  30. package/dist/auth/localstorage-key.d.cts +4 -0
  31. package/dist/auth/localstorage-key.d.ts +4 -0
  32. package/dist/auth/localstorage-key.mjs +1 -0
  33. package/dist/auth/types.cjs +14 -0
  34. package/dist/auth/types.d.cts +3481 -0
  35. package/dist/auth/types.d.ts +3481 -0
  36. package/dist/auth/types.mjs +1 -0
  37. package/dist/auth/vuer-auth-provider.cjs +14 -0
  38. package/dist/auth/vuer-auth-provider.d.cts +9 -0
  39. package/dist/auth/vuer-auth-provider.d.ts +9 -0
  40. package/dist/auth/vuer-auth-provider.mjs +5 -0
  41. package/dist/{chunk-OJUK6WJ5.mjs → chunk-24IUD6Q3.mjs} +1 -1
  42. package/dist/{chunk-BMJX3SEO.cjs → chunk-2EG65KGO.cjs} +2 -2
  43. package/dist/{chunk-EC4HJUX6.cjs → chunk-2PJO5UJL.cjs} +11 -11
  44. package/dist/{chunk-LPA6WYFD.cjs → chunk-2WD4ZL27.cjs} +4 -4
  45. package/dist/chunk-3IVDCAFM.mjs +10 -0
  46. package/dist/{chunk-ZZLF2YWP.mjs → chunk-3TUONMQ6.mjs} +1 -1
  47. package/dist/{chunk-TPPM276W.mjs → chunk-3VVQWVDE.mjs} +1 -1
  48. package/dist/chunk-4B44SRRP.cjs +12 -0
  49. package/dist/{chunk-NT5ZTF56.mjs → chunk-4JGGLCXT.mjs} +1 -1
  50. package/dist/{chunk-YMSWUGHW.cjs → chunk-4PKPCOAF.cjs} +2 -1
  51. package/dist/{chunk-KMCZXNKA.mjs → chunk-4THQPG6Y.mjs} +1 -1
  52. package/dist/{chunk-62VCQ2SU.cjs → chunk-4WRTIOGZ.cjs} +3 -2
  53. package/dist/{chunk-55RSKLJ5.cjs → chunk-5JPYU5A6.cjs} +11 -11
  54. package/dist/{chunk-PQEAXTVY.mjs → chunk-5KJP6A6C.mjs} +12 -26
  55. package/dist/{chunk-ZNPI2TYG.mjs → chunk-5MBEK77I.mjs} +5 -13
  56. package/dist/{chunk-G7FYBSFO.cjs → chunk-5SP25SO3.cjs} +15 -14
  57. package/dist/chunk-5XBMFADS.cjs +42 -0
  58. package/dist/{chunk-HKJCPZZG.cjs → chunk-64L2SNKA.cjs} +2 -2
  59. package/dist/chunk-6BD5MQ5R.cjs +8 -0
  60. package/dist/{chunk-ZPH5LMEM.mjs → chunk-6NSQLHKC.mjs} +1 -1
  61. package/dist/{chunk-OYNLQTHW.cjs → chunk-6QU4J3HY.cjs} +23 -25
  62. package/dist/{chunk-2FGRTFK4.mjs → chunk-6XOTWZFC.mjs} +2 -2
  63. package/dist/{chunk-AAWWWYRN.cjs → chunk-7GJVMFKJ.cjs} +4 -4
  64. package/dist/{chunk-C4E2MFZB.mjs → chunk-7HOEFGEO.mjs} +1 -1
  65. package/dist/chunk-7KQXX7QB.mjs +54 -0
  66. package/dist/{chunk-W3RJNSWQ.mjs → chunk-7NOBQH7O.mjs} +2 -2
  67. package/dist/{chunk-OTR4SFDC.cjs → chunk-A2UZY7Y2.cjs} +2 -2
  68. package/dist/chunk-ACYOVCGH.mjs +30 -0
  69. package/dist/chunk-ACYZOKPT.mjs +64 -0
  70. package/dist/chunk-AJQEHMYV.cjs +47 -0
  71. package/dist/{chunk-7YMH34JL.cjs → chunk-AOV3ADTV.cjs} +2 -2
  72. package/dist/{chunk-AIYM5PFP.cjs → chunk-BXBSZOBU.cjs} +8 -4
  73. package/dist/{chunk-5WDPNBQW.cjs → chunk-C6L7YIGW.cjs} +2 -1
  74. package/dist/{chunk-CZ2YNM7Y.mjs → chunk-CGUQWS2I.mjs} +1 -1
  75. package/dist/chunk-CHYXRETV.cjs +23 -0
  76. package/dist/{chunk-INHZ5D7P.mjs → chunk-CZ4GQOXG.mjs} +1 -6
  77. package/dist/{chunk-5EXV5EWF.mjs → chunk-D5H4XX6Q.mjs} +1 -1
  78. package/dist/{chunk-MUQYO2G3.cjs → chunk-D5WOPTKY.cjs} +2 -2
  79. package/dist/{chunk-CWAVHHJA.cjs → chunk-EAXBNWXE.cjs} +2 -2
  80. package/dist/{chunk-EAZQH4IX.mjs → chunk-EOSYXHEH.mjs} +1 -1
  81. package/dist/{chunk-MIGXY5PR.mjs → chunk-EXQQRW7T.mjs} +1 -1
  82. package/dist/chunk-FBAOEFDU.mjs +24 -0
  83. package/dist/{chunk-7LLDKYND.mjs → chunk-FK6ZROZE.mjs} +31 -29
  84. package/dist/{chunk-EBBHJLUX.mjs → chunk-G4Q5ALRW.mjs} +2 -1
  85. package/dist/chunk-G6U2K2GR.cjs +32 -0
  86. package/dist/{chunk-DREOOKO2.cjs → chunk-GOGJVFRN.cjs} +4 -4
  87. package/dist/{chunk-W3J4QTKS.cjs → chunk-H6MFBIRB.cjs} +7 -7
  88. package/dist/{chunk-TZC4ST5T.cjs → chunk-HA6M4XKT.cjs} +24 -337
  89. package/dist/{chunk-NSQOQD43.cjs → chunk-HBIZQDDS.cjs} +1 -6
  90. package/dist/{chunk-7RIGSS5X.cjs → chunk-HN3AMWUM.cjs} +2 -2
  91. package/dist/chunk-HPK4YEVK.cjs +27 -0
  92. package/dist/{chunk-M5UZ3SBY.cjs → chunk-I2BVWNRP.cjs} +218 -51
  93. package/dist/chunk-IXNXSECD.mjs +45 -0
  94. package/dist/chunk-IY36FZ5R.mjs +40 -0
  95. package/dist/{chunk-FFCQKAQA.cjs → chunk-JFIAWTRH.cjs} +2 -2
  96. package/dist/{chunk-AEVZSYGJ.cjs → chunk-JFJRNNPQ.cjs} +2 -2
  97. package/dist/chunk-JLWAIMUZ.cjs +26 -0
  98. package/dist/{chunk-7R2ZBAE6.mjs → chunk-JUSFLIU5.mjs} +1 -1
  99. package/dist/{chunk-K22BEXUA.mjs → chunk-JVV7W3TP.mjs} +1 -1
  100. package/dist/{chunk-VO3C6RE2.mjs → chunk-JWUIZX35.mjs} +2 -2
  101. package/dist/{chunk-6TSA7KXX.cjs → chunk-JWVH6R35.cjs} +1 -1
  102. package/dist/chunk-JYIVDUDL.cjs +66 -0
  103. package/dist/{chunk-NTGUD2JN.mjs → chunk-KBC7VNER.mjs} +1 -1
  104. package/dist/{chunk-CX6OFX5Z.mjs → chunk-KJH46JR3.mjs} +2 -1
  105. package/dist/{chunk-JM6NBUDT.cjs → chunk-KR7VBV3B.cjs} +31 -30
  106. package/dist/chunk-LBGZKACW.cjs +30 -0
  107. package/dist/{chunk-2CZEFXEW.cjs → chunk-LFSCJLL2.cjs} +5 -13
  108. package/dist/{chunk-3UEVUYFQ.cjs → chunk-LQGXG373.cjs} +4 -6
  109. package/dist/{chunk-4XUJBMDE.mjs → chunk-LRSDE62T.mjs} +4 -6
  110. package/dist/chunk-LSKJOUAE.cjs +56 -0
  111. package/dist/chunk-M6JLGVJ7.mjs +28 -0
  112. package/dist/{chunk-D3IW2NW6.mjs → chunk-MG5TTPA7.mjs} +3 -2
  113. package/dist/{chunk-NO35POZW.mjs → chunk-MHJM7YMG.mjs} +4 -33
  114. package/dist/{chunk-ZAP4EHBO.cjs → chunk-MIT3YWUC.cjs} +2 -2
  115. package/dist/{chunk-3THWK3HB.mjs → chunk-NHG2ROYB.mjs} +2 -1
  116. package/dist/{chunk-GDUVAZDW.cjs → chunk-NSUFTZNC.cjs} +2 -2
  117. package/dist/{chunk-BIUDC66P.mjs → chunk-OLVOIUCE.mjs} +12 -14
  118. package/dist/{chunk-VTEWRMGQ.mjs → chunk-OPYMZDEZ.mjs} +3 -3
  119. package/dist/{chunk-V2IP7UUV.mjs → chunk-PIC2EJWA.mjs} +2 -2
  120. package/dist/chunk-PKSIXQJX.mjs +20 -0
  121. package/dist/{chunk-YUHHUSIO.cjs → chunk-PTCDBU72.cjs} +2 -2
  122. package/dist/{chunk-SQQXY4AY.mjs → chunk-PTGMHZFS.mjs} +1 -1
  123. package/dist/chunk-PZMA33PL.mjs +25 -0
  124. package/dist/{chunk-GWIACOMY.cjs → chunk-Q2HC5ZL4.cjs} +3 -38
  125. package/dist/{chunk-IJGCH57E.cjs → chunk-QHAGQCVF.cjs} +1 -1
  126. package/dist/{chunk-CUOGY4FW.mjs → chunk-QZUTRJSP.mjs} +2 -2
  127. package/dist/{chunk-LG3PNH2P.mjs → chunk-RIJUPORK.mjs} +1 -1
  128. package/dist/{chunk-SUSABE24.mjs → chunk-S6PSU47F.mjs} +1 -1
  129. package/dist/{chunk-A2PCEL5S.mjs → chunk-S7SGB2FD.mjs} +3 -3
  130. package/dist/{chunk-QBFOBDBC.cjs → chunk-SHHQDSSI.cjs} +2 -2
  131. package/dist/chunk-SMIACO56.mjs +330 -0
  132. package/dist/{chunk-UCRLH44Q.cjs → chunk-SPRBKXGP.cjs} +2 -2
  133. package/dist/{chunk-73VF2W3D.mjs → chunk-SUEFWFPX.mjs} +2 -2
  134. package/dist/{chunk-PIXIN3IG.mjs → chunk-SYX6TMCQ.mjs} +1 -1
  135. package/dist/chunk-TC3W4VRO.mjs +6 -0
  136. package/dist/{chunk-L26ULDYM.mjs → chunk-THMYDDZF.mjs} +1 -1
  137. package/dist/{chunk-OWEYAVGT.mjs → chunk-TYXRHZZG.mjs} +8 -5
  138. package/dist/{chunk-LP3AGGRK.cjs → chunk-UTS56UA5.cjs} +1 -1
  139. package/dist/{chunk-OMZHB2FB.cjs → chunk-V3VUFIG3.cjs} +4 -2
  140. package/dist/{chunk-6CM4GYJU.mjs → chunk-VEWWUO2N.mjs} +1 -1
  141. package/dist/{chunk-76V4RD4V.cjs → chunk-VLOFKTSL.cjs} +3 -3
  142. package/dist/{chunk-RU423LFT.cjs → chunk-VQP3QBC6.cjs} +1 -1
  143. package/dist/{chunk-6J7ZVRSY.mjs → chunk-VUMOJPEC.mjs} +1 -1
  144. package/dist/chunk-WGVKFNG6.mjs +5 -0
  145. package/dist/{chunk-JD4J3RDN.cjs → chunk-WHV4VATL.cjs} +12 -26
  146. package/dist/{chunk-QUFZWF4E.cjs → chunk-WRKB3W2J.cjs} +6 -6
  147. package/dist/{chunk-JA6XS5KY.cjs → chunk-WZGZX3S2.cjs} +3 -3
  148. package/dist/{chunk-XGGAJUY3.cjs → chunk-XURKXOZK.cjs} +2 -2
  149. package/dist/{chunk-U7XH7M5B.mjs → chunk-Y2H4A5AC.mjs} +8 -9
  150. package/dist/{chunk-MDR7WUX6.cjs → chunk-Y5SVZCPQ.cjs} +13 -14
  151. package/dist/{chunk-AJYO5W6O.mjs → chunk-YHY6SXVJ.mjs} +11 -10
  152. package/dist/{chunk-PO2LYHDO.mjs → chunk-YKHK6C4Q.mjs} +4 -2
  153. package/dist/{chunk-MEE3IHTT.mjs → chunk-YLDDI6SZ.mjs} +186 -23
  154. package/dist/{chunk-LPVBUX2J.cjs → chunk-YQ5KKJQ3.cjs} +2 -1
  155. package/dist/{chunk-5TXABUNC.mjs → chunk-ZNM6PNI6.mjs} +1 -1
  156. package/dist/{chunk-EQIEKFCA.cjs → chunk-ZRRCYQ53.cjs} +3 -3
  157. package/dist/{chunk-MCYFLR4F.cjs → chunk-ZS7ESTKH.cjs} +1 -1
  158. package/dist/chunk-ZULCZ5L6.cjs +8 -0
  159. package/dist/dial/DialPanel.cjs +71 -70
  160. package/dist/dial/DialPanel.mjs +70 -69
  161. package/dist/dial/DialProvider.d.cts +1 -0
  162. package/dist/dial/DialProvider.d.ts +1 -0
  163. package/dist/dial/index.cjs +87 -86
  164. package/dist/dial/index.mjs +70 -69
  165. package/dist/dial/wrapped-inputs/ControlledInputs.cjs +78 -73
  166. package/dist/dial/wrapped-inputs/ControlledInputs.d.cts +2 -1
  167. package/dist/dial/wrapped-inputs/ControlledInputs.d.ts +2 -1
  168. package/dist/dial/wrapped-inputs/ControlledInputs.mjs +70 -69
  169. package/dist/dial/wrapped-inputs/DialInputs.cjs +90 -81
  170. package/dist/dial/wrapped-inputs/DialInputs.d.cts +3 -1
  171. package/dist/dial/wrapped-inputs/DialInputs.d.ts +3 -1
  172. package/dist/dial/wrapped-inputs/DialInputs.mjs +70 -69
  173. package/dist/dial/wrapped-inputs/DialPresetsInput.cjs +124 -0
  174. package/dist/dial/wrapped-inputs/DialPresetsInput.d.cts +16 -0
  175. package/dist/dial/wrapped-inputs/DialPresetsInput.d.ts +16 -0
  176. package/dist/dial/wrapped-inputs/DialPresetsInput.mjs +115 -0
  177. package/dist/dial/wrapped-inputs/DialVectorInput.cjs +71 -70
  178. package/dist/dial/wrapped-inputs/DialVectorInput.mjs +70 -69
  179. package/dist/dial/wrapped-inputs/index.cjs +103 -86
  180. package/dist/dial/wrapped-inputs/index.d.cts +3 -2
  181. package/dist/dial/wrapped-inputs/index.d.ts +3 -2
  182. package/dist/dial/wrapped-inputs/index.mjs +70 -69
  183. package/dist/highlight-cursor/enhanced-components.cjs +13 -13
  184. package/dist/highlight-cursor/enhanced-components.mjs +8 -8
  185. package/dist/highlight-cursor/index.cjs +13 -13
  186. package/dist/highlight-cursor/index.mjs +8 -8
  187. package/dist/hooks/index.cjs +21 -21
  188. package/dist/hooks/index.mjs +4 -4
  189. package/dist/hooks/useQueryParams.cjs +3 -3
  190. package/dist/hooks/useQueryParams.mjs +2 -2
  191. package/dist/index.cjs +437 -456
  192. package/dist/index.css +28 -21
  193. package/dist/index.d.cts +4 -3
  194. package/dist/index.d.ts +4 -3
  195. package/dist/index.mjs +70 -69
  196. package/dist/styles/theme.css +15 -8
  197. package/dist/ui/DialBadge.cjs +12 -8
  198. package/dist/ui/DialBadge.d.cts +11 -6
  199. package/dist/ui/DialBadge.d.ts +11 -6
  200. package/dist/ui/DialBadge.mjs +5 -5
  201. package/dist/ui/UIKitBadge.cjs +9 -9
  202. package/dist/ui/UIKitBadge.mjs +5 -5
  203. package/dist/ui/avatar.cjs +9 -33
  204. package/dist/ui/avatar.d.cts +4 -61
  205. package/dist/ui/avatar.d.ts +4 -61
  206. package/dist/ui/avatar.mjs +5 -5
  207. package/dist/ui/badge.cjs +7 -7
  208. package/dist/ui/badge.mjs +5 -5
  209. package/dist/ui/button.cjs +7 -7
  210. package/dist/ui/button.mjs +5 -5
  211. package/dist/ui/card.cjs +12 -12
  212. package/dist/ui/card.mjs +5 -5
  213. package/dist/ui/checkbox.cjs +4 -4
  214. package/dist/ui/checkbox.mjs +4 -4
  215. package/dist/ui/collapsible.cjs +4 -4
  216. package/dist/ui/collapsible.mjs +4 -4
  217. package/dist/ui/drawer.cjs +15 -15
  218. package/dist/ui/drawer.mjs +5 -5
  219. package/dist/ui/dropdown.cjs +20 -20
  220. package/dist/ui/dropdown.d.cts +18 -27
  221. package/dist/ui/dropdown.d.ts +18 -27
  222. package/dist/ui/dropdown.mjs +5 -5
  223. package/dist/ui/index.cjs +396 -415
  224. package/dist/ui/index.d.cts +4 -3
  225. package/dist/ui/index.d.ts +4 -3
  226. package/dist/ui/index.mjs +68 -67
  227. package/dist/ui/inputs/color-input.cjs +7 -7
  228. package/dist/ui/inputs/color-input.mjs +6 -6
  229. package/dist/ui/inputs/index.cjs +62 -57
  230. package/dist/ui/inputs/index.d.cts +1 -0
  231. package/dist/ui/inputs/index.d.ts +1 -0
  232. package/dist/ui/inputs/index.mjs +25 -24
  233. package/dist/ui/inputs/input-numbers.cjs +7 -7
  234. package/dist/ui/inputs/input-numbers.mjs +6 -6
  235. package/dist/ui/inputs/input.cjs +8 -8
  236. package/dist/ui/inputs/input.mjs +5 -5
  237. package/dist/ui/inputs/number-inputs/CmInput.cjs +8 -8
  238. package/dist/ui/inputs/number-inputs/CmInput.mjs +7 -7
  239. package/dist/ui/inputs/number-inputs/DegInput.cjs +8 -8
  240. package/dist/ui/inputs/number-inputs/DegInput.mjs +7 -7
  241. package/dist/ui/inputs/number-inputs/EulerDegInput.cjs +10 -10
  242. package/dist/ui/inputs/number-inputs/EulerDegInput.mjs +9 -9
  243. package/dist/ui/inputs/number-inputs/EulerInput.cjs +9 -9
  244. package/dist/ui/inputs/number-inputs/EulerInput.mjs +8 -8
  245. package/dist/ui/inputs/number-inputs/EulerRadInput.cjs +9 -10
  246. package/dist/ui/inputs/number-inputs/EulerRadInput.d.cts +6 -3
  247. package/dist/ui/inputs/number-inputs/EulerRadInput.d.ts +6 -3
  248. package/dist/ui/inputs/number-inputs/EulerRadInput.mjs +8 -9
  249. package/dist/ui/inputs/number-inputs/InchInput.cjs +8 -8
  250. package/dist/ui/inputs/number-inputs/InchInput.mjs +7 -7
  251. package/dist/ui/inputs/number-inputs/IntInput.cjs +8 -8
  252. package/dist/ui/inputs/number-inputs/IntInput.mjs +7 -7
  253. package/dist/ui/inputs/number-inputs/KVectorInput.cjs +9 -9
  254. package/dist/ui/inputs/number-inputs/KVectorInput.mjs +8 -8
  255. package/dist/ui/inputs/number-inputs/QuaternionInput.cjs +9 -9
  256. package/dist/ui/inputs/number-inputs/QuaternionInput.mjs +8 -8
  257. package/dist/ui/inputs/number-inputs/RadInput.cjs +8 -8
  258. package/dist/ui/inputs/number-inputs/RadInput.d.cts +1 -0
  259. package/dist/ui/inputs/number-inputs/RadInput.d.ts +1 -0
  260. package/dist/ui/inputs/number-inputs/RadInput.mjs +7 -7
  261. package/dist/ui/inputs/number-inputs/TimeInput.cjs +8 -8
  262. package/dist/ui/inputs/number-inputs/TimeInput.mjs +7 -7
  263. package/dist/ui/inputs/number-inputs/Vec3Input.cjs +9 -9
  264. package/dist/ui/inputs/number-inputs/Vec3Input.mjs +8 -8
  265. package/dist/ui/inputs/number-inputs/VectorInput.cjs +8 -8
  266. package/dist/ui/inputs/number-inputs/VectorInput.mjs +7 -7
  267. package/dist/ui/inputs/number-inputs/index.cjs +42 -42
  268. package/dist/ui/inputs/number-inputs/index.mjs +19 -19
  269. package/dist/ui/inputs/presets-input.cjs +9 -9
  270. package/dist/ui/inputs/presets-input.mjs +8 -8
  271. package/dist/ui/inputs/presets-rad-input.cjs +24 -0
  272. package/dist/ui/inputs/presets-rad-input.d.cts +17 -0
  273. package/dist/ui/inputs/presets-rad-input.d.ts +17 -0
  274. package/dist/ui/inputs/presets-rad-input.mjs +15 -0
  275. package/dist/ui/inputs/text-input.cjs +7 -7
  276. package/dist/ui/inputs/text-input.mjs +6 -6
  277. package/dist/ui/label.cjs +4 -4
  278. package/dist/ui/label.mjs +4 -4
  279. package/dist/ui/layout.cjs +4 -4
  280. package/dist/ui/layout.mjs +4 -4
  281. package/dist/ui/layouts/dock-layout/DockLayoutView.cjs +6 -6
  282. package/dist/ui/layouts/dock-layout/DockLayoutView.mjs +5 -5
  283. package/dist/ui/layouts/dock-layout/LayoutSlots.cjs +4 -4
  284. package/dist/ui/layouts/dock-layout/LayoutSlots.mjs +4 -4
  285. package/dist/ui/layouts/dock-layout/index.cjs +6 -6
  286. package/dist/ui/layouts/dock-layout/index.mjs +5 -5
  287. package/dist/ui/layouts/index.cjs +10 -10
  288. package/dist/ui/layouts/index.mjs +8 -8
  289. package/dist/ui/layouts/liquid-layout/LayoutSlots.cjs +11 -11
  290. package/dist/ui/layouts/liquid-layout/LayoutSlots.mjs +5 -5
  291. package/dist/ui/layouts/liquid-layout/LiquidLayoutView.cjs +7 -7
  292. package/dist/ui/layouts/liquid-layout/LiquidLayoutView.mjs +6 -6
  293. package/dist/ui/layouts/liquid-layout/index.cjs +7 -7
  294. package/dist/ui/layouts/liquid-layout/index.mjs +6 -6
  295. package/dist/ui/modal.cjs +15 -15
  296. package/dist/ui/modal.mjs +5 -5
  297. package/dist/ui/navigation.cjs +7 -7
  298. package/dist/ui/navigation.mjs +6 -6
  299. package/dist/ui/pagination.cjs +13 -13
  300. package/dist/ui/pagination.mjs +6 -6
  301. package/dist/ui/panel.cjs +12 -12
  302. package/dist/ui/panel.mjs +5 -5
  303. package/dist/ui/popover.cjs +9 -9
  304. package/dist/ui/popover.mjs +5 -5
  305. package/dist/ui/radio-group.cjs +4 -4
  306. package/dist/ui/radio-group.mjs +4 -4
  307. package/dist/ui/resizable.cjs +4 -4
  308. package/dist/ui/resizable.mjs +4 -4
  309. package/dist/ui/select.cjs +16 -16
  310. package/dist/ui/select.mjs +5 -5
  311. package/dist/ui/separator.cjs +4 -4
  312. package/dist/ui/separator.mjs +4 -4
  313. package/dist/ui/sheet.cjs +13 -13
  314. package/dist/ui/sheet.mjs +5 -5
  315. package/dist/ui/sidebar.cjs +34 -34
  316. package/dist/ui/sidebar.mjs +10 -10
  317. package/dist/ui/simple-tree-view.cjs +4 -4
  318. package/dist/ui/simple-tree-view.mjs +4 -4
  319. package/dist/ui/skeleton.cjs +4 -4
  320. package/dist/ui/skeleton.mjs +4 -4
  321. package/dist/ui/slider.cjs +4 -4
  322. package/dist/ui/slider.mjs +4 -4
  323. package/dist/ui/switch.cjs +4 -4
  324. package/dist/ui/switch.mjs +4 -4
  325. package/dist/ui/table.cjs +4 -4
  326. package/dist/ui/table.mjs +4 -4
  327. package/dist/ui/tabs.cjs +4 -4
  328. package/dist/ui/tabs.mjs +4 -4
  329. package/dist/ui/textarea.cjs +4 -4
  330. package/dist/ui/textarea.mjs +4 -4
  331. package/dist/ui/theme/ThemeProvider.cjs +16 -20
  332. package/dist/ui/theme/ThemeProvider.d.cts +3 -10
  333. package/dist/ui/theme/ThemeProvider.d.ts +3 -10
  334. package/dist/ui/theme/ThemeProvider.mjs +2 -2
  335. package/dist/ui/theme/ThemeToggles.cjs +12 -12
  336. package/dist/ui/theme/ThemeToggles.mjs +9 -9
  337. package/dist/ui/theme/index.cjs +17 -21
  338. package/dist/ui/theme/index.d.cts +1 -1
  339. package/dist/ui/theme/index.d.ts +1 -1
  340. package/dist/ui/theme/index.mjs +9 -9
  341. package/dist/ui/theme/themeScript.cjs +2 -2
  342. package/dist/ui/theme/themeScript.d.cts +1 -2
  343. package/dist/ui/theme/themeScript.d.ts +1 -2
  344. package/dist/ui/theme/themeScript.mjs +1 -1
  345. package/dist/ui/toast.cjs +3 -3
  346. package/dist/ui/toast.mjs +1 -1
  347. package/dist/ui/toggle-buttons.cjs +4 -4
  348. package/dist/ui/toggle-buttons.mjs +4 -4
  349. package/dist/ui/toggle-group.cjs +4 -4
  350. package/dist/ui/toggle-group.mjs +4 -4
  351. package/dist/ui/toggle.cjs +4 -4
  352. package/dist/ui/toggle.mjs +4 -4
  353. package/dist/ui/toolbar.cjs +8 -8
  354. package/dist/ui/toolbar.mjs +5 -5
  355. package/dist/ui/tooltip.cjs +9 -9
  356. package/dist/ui/tooltip.mjs +5 -5
  357. package/dist/ui/tree-view/TreeSearchBar.cjs +8 -8
  358. package/dist/ui/tree-view/TreeSearchBar.mjs +7 -7
  359. package/dist/ui/tree-view/TreeView.cjs +4 -4
  360. package/dist/ui/tree-view/TreeView.mjs +4 -4
  361. package/dist/ui/tree-view/index.cjs +9 -9
  362. package/dist/ui/tree-view/index.mjs +8 -8
  363. package/dist/ui/tree-view-legacy.cjs +11 -11
  364. package/dist/ui/tree-view-legacy.mjs +7 -7
  365. package/dist/ui/waterfall/CursorOverlay.cjs +4 -4
  366. package/dist/ui/waterfall/CursorOverlay.mjs +4 -4
  367. package/dist/ui/waterfall/NavigationControls.cjs +2 -2
  368. package/dist/ui/waterfall/NavigationControls.mjs +1 -1
  369. package/dist/ui/waterfall/Tick.cjs +2 -2
  370. package/dist/ui/waterfall/Tick.mjs +1 -1
  371. package/dist/ui/waterfall/TimelineEvent.cjs +4 -4
  372. package/dist/ui/waterfall/TimelineEvent.mjs +4 -4
  373. package/dist/ui/waterfall/TimelineProcessBar.cjs +4 -4
  374. package/dist/ui/waterfall/TimelineProcessBar.mjs +4 -4
  375. package/dist/ui/waterfall/Wedges.cjs +4 -4
  376. package/dist/ui/waterfall/Wedges.mjs +4 -4
  377. package/dist/ui/waterfall/index.cjs +16 -16
  378. package/dist/ui/waterfall/index.mjs +15 -15
  379. package/package.json +7 -1
  380. package/src/auth/context/auth-context.ts +16 -0
  381. package/src/auth/handler/create-client.ts +23 -0
  382. package/src/auth/handler/sign-in-handler.ts +66 -0
  383. package/src/auth/hooks/use-vuer-auth.ts +10 -0
  384. package/src/auth/hooks/use-vuer-method.ts +35 -0
  385. package/src/auth/index.ts +6 -0
  386. package/src/auth/localstorage-key.ts +3 -0
  387. package/src/auth/types.ts +56 -0
  388. package/src/auth/vuer-auth-provider.tsx +35 -0
  389. package/src/dial/DialPanel.tsx +47 -4
  390. package/src/dial/DialProvider.tsx +1 -0
  391. package/src/dial/wrapped-inputs/ControlledInputs.tsx +17 -0
  392. package/src/dial/wrapped-inputs/DialInputs.tsx +77 -0
  393. package/src/dial/wrapped-inputs/DialPresetsInput.tsx +79 -0
  394. package/src/dial/wrapped-inputs/index.ts +6 -0
  395. package/src/styles/theme.css +75 -28
  396. package/src/ui/DialBadge.tsx +18 -7
  397. package/src/ui/avatar.tsx +4 -85
  398. package/src/ui/badge.tsx +1 -1
  399. package/src/ui/button.tsx +0 -5
  400. package/src/ui/card.tsx +3 -2
  401. package/src/ui/drawer.tsx +1 -1
  402. package/src/ui/dropdown.tsx +25 -368
  403. package/src/ui/inputs/index.tsx +1 -0
  404. package/src/ui/inputs/input.tsx +3 -5
  405. package/src/ui/inputs/number-inputs/EulerRadInput.tsx +46 -5
  406. package/src/ui/inputs/number-inputs/RadInput.tsx +31 -5
  407. package/src/ui/inputs/presets-rad-input.tsx +77 -0
  408. package/src/ui/layouts/dock-layout/DockLayoutView.tsx +6 -82
  409. package/src/ui/layouts/liquid-layout/LayoutSlots.tsx +2 -2
  410. package/src/ui/modal.tsx +2 -1
  411. package/src/ui/panel.tsx +2 -1
  412. package/src/ui/popover.tsx +4 -2
  413. package/src/ui/select.tsx +2 -1
  414. package/src/ui/sheet.tsx +2 -2
  415. package/src/ui/sidebar.tsx +8 -9
  416. package/src/ui/theme/ThemeProvider.tsx +69 -52
  417. package/src/ui/theme/ThemeToggles.tsx +12 -12
  418. package/src/ui/theme/index.ts +6 -16
  419. package/src/ui/theme/themeScript.tsx +24 -50
  420. package/src/ui/toast.tsx +1 -1
  421. package/src/ui/toolbar.tsx +3 -3
  422. package/src/ui/tooltip.tsx +5 -13
  423. package/src/ui/waterfall/NavigationControls.tsx +1 -1
  424. package/src/ui/waterfall/Tick.tsx +1 -1
  425. package/src/ui/waterfall/index.tsx +4 -3
  426. package/dist/chunk-5T7MTIHW.mjs +0 -75
  427. package/dist/chunk-DVKONMS7.cjs +0 -20
  428. package/dist/chunk-GPV4XELL.mjs +0 -18
  429. package/dist/chunk-H2GERFBG.cjs +0 -13
  430. package/dist/chunk-H4IDSUG5.mjs +0 -643
  431. package/dist/chunk-KAA4NEHL.cjs +0 -77
  432. package/dist/chunk-TY47DFGO.mjs +0 -11
  433. package/dist/{chunk-ADYUCJMQ.mjs → chunk-2KQRWXNO.mjs} +0 -0
  434. package/dist/{chunk-SQRAUVEP.cjs → chunk-63OJOP6W.cjs} +0 -0
  435. package/dist/{chunk-LYZJNEOR.cjs → chunk-Q4XH2Z5M.cjs} +1 -1
  436. package/dist/{chunk-OEIF3JCH.mjs → chunk-U3LN5NB6.mjs} +1 -1
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,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; }} }
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,var(--ngp-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,var(--ngp-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: 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); }
51
+ @utility slide-in-from-top-* { --tw-enter-translate-y: --spacing(--value(integer)*-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: 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]); }
53
+ @utility slide-in-from-bottom-* { --tw-enter-translate-y: --spacing(--value(integer)); --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: 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); }
55
+ @utility slide-in-from-left-* { --tw-enter-translate-x: --spacing(--value(integer)*-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: 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]); }
57
+ @utility slide-in-from-right-* { --tw-enter-translate-x: --spacing(--value(integer)); --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: 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]); } }
59
+ @utility slide-in-from-start-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-enter-translate-x: --spacing(--value(integer)*-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: --spacing(--value(integer)); --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: 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); } }
61
+ @utility slide-in-from-end-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-enter-translate-x: --spacing(--value(integer)); --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: --spacing(--value(integer)*-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: 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); }
63
+ @utility slide-out-to-top-* { --tw-exit-translate-y: --spacing(--value(integer)*-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: 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]); }
65
+ @utility slide-out-to-bottom-* { --tw-exit-translate-y: --spacing(--value(integer)); --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: 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); }
67
+ @utility slide-out-to-left-* { --tw-exit-translate-x: --spacing(--value(integer)*-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: 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]); }
69
+ @utility slide-out-to-right-* { --tw-exit-translate-x: --spacing(--value(integer)); --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: 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]); } }
71
+ @utility slide-out-to-start-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-exit-translate-x: --spacing(--value(integer)*-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: --spacing(--value(integer)); --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: 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); } }
73
+ @utility slide-out-to-end-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-exit-translate-x: --spacing(--value(integer)); --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: --spacing(--value(integer)*-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);
@@ -293,17 +293,24 @@
293
293
  --shadow-tertiary: var(--black-alpha-6);
294
294
  --select-secondary: var(--black-alpha-5);
295
295
  }
296
+ @custom-variant liquid-dark (&:is(.liquid-dark *));
297
+ @custom-variant liquid-light (&:is(.liquid-light *));
296
298
  @custom-variant liquid (&:is(.liquid-dark *, .liquid-light *));
297
- @utility liquid-bg { background: linear-gradient(147.1deg, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 105.28%) !important; backdrop-filter: blur(20px) !important; }
298
- @utility liquid-bg-tooltip-arrow { background: rgba(74, 74, 74, 0.1) !important; backdrop-filter: blur(2px) !important; }
299
- @utility liquid-bg-tooltip-content { background: rgba(74, 74, 74, 0.1) !important; backdrop-filter: blur(2px) !important; }
300
- @utility liquid-bg-tooltip-top { background: linear-gradient(to bottom, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 100%) !important; backdrop-filter: blur(2px) !important; }
301
- @utility liquid-bg-tooltip-bottom { background: linear-gradient(to top, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 100%) !important; backdrop-filter: blur(2px) !important; }
302
- @utility liquid-bg-tooltip-left { background: linear-gradient(to right, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 100%) !important; backdrop-filter: blur(2px) !important; }
303
- @utility liquid-bg-tooltip-right { background: linear-gradient(to left, rgba(172, 172, 172, 0.1), rgba(74, 74, 74, 0.1)) !important; backdrop-filter: blur(2px) !important; }
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(20px) !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(20px) !important; }
301
+ @utility liquid-dark-bg-tooltip-arrow { background: rgba(70, 70, 70, 0.8) !important; backdrop-filter: blur(4px) !important; }
302
+ @utility liquid-light-bg-tooltip-arrow { background: rgba(202, 202, 202, 0.8) !important; backdrop-filter: blur(4px) !important; }
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; }
304
+ @utility liquid-light-bg-tooltip-top { background: linear-gradient(to bottom, rgba(236, 236, 236, 0.8) 0%, rgba(202, 202, 202, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
305
+ @utility liquid-dark-bg-tooltip-bottom { background: linear-gradient(to top, rgba(50, 50, 50, 0.8) 0%, rgba(70, 70, 70, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
306
+ @utility liquid-light-bg-tooltip-bottom { background: linear-gradient(to top, rgba(236, 236, 236, 0.8) 0%, rgba(202, 202, 202, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
307
+ @utility liquid-dark-bg-tooltip-left { background: linear-gradient(to right, rgba(50, 50, 50, 0.8) 0%, rgba(70, 70, 70, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
308
+ @utility liquid-light-bg-tooltip-left { background: linear-gradient(to right, rgba(236, 236, 236, 0.8) 0%, rgba(202, 202, 202, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
309
+ @utility liquid-dark-bg-tooltip-right { background: linear-gradient(to left, rgba(50, 50, 50, 0.8) 0%, rgba(70, 70, 70, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
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; }
304
311
  @utility scrollbar-hide { scrollbar-width: none; &::-webkit-scrollbar { display: none; } }
305
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; } }
306
- @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) + 2px); --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) - 2px); --spacing-xs: var(--spacing); --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-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-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; }
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) + 2px); --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-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-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; }
307
314
  .vk-toast,
308
315
  [data-sonner-toast].vk-toast {
309
316
  background: var(--color-bg-primary) !important;
package/dist/index.d.cts CHANGED
@@ -12,7 +12,7 @@ export { TreeView as TreeViewLegacy } from './ui/tree-view-legacy.cjs';
12
12
  export { SimpleTreeDataItem, SimpleTreeView } from './ui/simple-tree-view.cjs';
13
13
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.cjs';
14
14
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './ui/popover.cjs';
15
- export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './ui/avatar.cjs';
15
+ export { Avatar, AvatarFallback, AvatarGroup, AvatarGroupProps, AvatarImage } from './ui/avatar.cjs';
16
16
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './ui/tooltip.cjs';
17
17
  export { Toaster } from './ui/toast.cjs';
18
18
  export { Textarea } from './ui/textarea.cjs';
@@ -36,12 +36,13 @@ export { Slider, SliderProps } from './ui/slider.cjs';
36
36
  export { FormLayout, FormLayoutProps } from './ui/layout.cjs';
37
37
  export { Label } from './ui/label.cjs';
38
38
  export { GIT_HASH, PACKAGE_VERSION, PackageBadge, PackageBadgeProps, UIKitBadge, UIKitBadgeProps } from './ui/UIKitBadge.cjs';
39
- export { DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, DialBadgeProps } from './ui/DialBadge.cjs';
39
+ export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, DialBadgeProps } from './ui/DialBadge.cjs';
40
40
  export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './ui/resizable.cjs';
41
41
  export { Input, Input as InputRoot, InputRootProps, InputSlot, InputSlotProps } from './ui/inputs/input.cjs';
42
42
  export { InputNumbers, InputNumbersProps } from './ui/inputs/input-numbers.cjs';
43
43
  export { ColorInput, ColorInputProps } from './ui/inputs/color-input.cjs';
44
44
  export { PresetsInput } from './ui/inputs/presets-input.cjs';
45
+ export { PresetsRadInput } from './ui/inputs/presets-rad-input.cjs';
45
46
  export { IntInput, IntInputProps } from './ui/inputs/number-inputs/IntInput.cjs';
46
47
  export { DegInput, DegInputProps } from './ui/inputs/number-inputs/DegInput.cjs';
47
48
  export { RadInput, RadInputProps } from './ui/inputs/number-inputs/RadInput.cjs';
@@ -59,7 +60,7 @@ export { TextInput, TextInputProps } from './ui/inputs/text-input.cjs';
59
60
  export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './ui/layouts/dock-layout/LayoutSlots.cjs';
60
61
  export { DockLayoutView } from './ui/layouts/dock-layout/DockLayoutView.cjs';
61
62
  export { LiquidLayoutView } from './ui/layouts/liquid-layout/LiquidLayoutView.cjs';
62
- export { ThemeProvider, computeTheme, defaultThemes, parseOldTheme, useTheme } from './ui/theme/ThemeProvider.cjs';
63
+ export { ThemeProvider, computeTheme, defaultThemes, useTheme } from './ui/theme/ThemeProvider.cjs';
63
64
  export { LiquidToggle, ThemeColorToggle, ThemeToggles } from './ui/theme/ThemeToggles.cjs';
64
65
  export { ThemeScript } from './ui/theme/themeScript.cjs';
65
66
  export { Attribute, BaseTheme, ComputedTheme, ThemeProviderProps, UseThemeProps } from './ui/theme/types.cjs';
package/dist/index.d.ts CHANGED
@@ -12,7 +12,7 @@ export { TreeView as TreeViewLegacy } from './ui/tree-view-legacy.js';
12
12
  export { SimpleTreeDataItem, SimpleTreeView } from './ui/simple-tree-view.js';
13
13
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './ui/sheet.js';
14
14
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './ui/popover.js';
15
- export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarGroupProps, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './ui/avatar.js';
15
+ export { Avatar, AvatarFallback, AvatarGroup, AvatarGroupProps, AvatarImage } from './ui/avatar.js';
16
16
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './ui/tooltip.js';
17
17
  export { Toaster } from './ui/toast.js';
18
18
  export { Textarea } from './ui/textarea.js';
@@ -36,12 +36,13 @@ export { Slider, SliderProps } from './ui/slider.js';
36
36
  export { FormLayout, FormLayoutProps } from './ui/layout.js';
37
37
  export { Label } from './ui/label.js';
38
38
  export { GIT_HASH, PACKAGE_VERSION, PackageBadge, PackageBadgeProps, UIKitBadge, UIKitBadgeProps } from './ui/UIKitBadge.js';
39
- export { DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, DialBadgeProps } from './ui/DialBadge.js';
39
+ export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, DialBadgeProps } from './ui/DialBadge.js';
40
40
  export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './ui/resizable.js';
41
41
  export { Input, Input as InputRoot, InputRootProps, InputSlot, InputSlotProps } from './ui/inputs/input.js';
42
42
  export { InputNumbers, InputNumbersProps } from './ui/inputs/input-numbers.js';
43
43
  export { ColorInput, ColorInputProps } from './ui/inputs/color-input.js';
44
44
  export { PresetsInput } from './ui/inputs/presets-input.js';
45
+ export { PresetsRadInput } from './ui/inputs/presets-rad-input.js';
45
46
  export { IntInput, IntInputProps } from './ui/inputs/number-inputs/IntInput.js';
46
47
  export { DegInput, DegInputProps } from './ui/inputs/number-inputs/DegInput.js';
47
48
  export { RadInput, RadInputProps } from './ui/inputs/number-inputs/RadInput.js';
@@ -59,7 +60,7 @@ export { TextInput, TextInputProps } from './ui/inputs/text-input.js';
59
60
  export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './ui/layouts/dock-layout/LayoutSlots.js';
60
61
  export { DockLayoutView } from './ui/layouts/dock-layout/DockLayoutView.js';
61
62
  export { LiquidLayoutView } from './ui/layouts/liquid-layout/LiquidLayoutView.js';
62
- export { ThemeProvider, computeTheme, defaultThemes, parseOldTheme, useTheme } from './ui/theme/ThemeProvider.js';
63
+ export { ThemeProvider, computeTheme, defaultThemes, useTheme } from './ui/theme/ThemeProvider.js';
63
64
  export { LiquidToggle, ThemeColorToggle, ThemeToggles } from './ui/theme/ThemeToggles.js';
64
65
  export { ThemeScript } from './ui/theme/themeScript.js';
65
66
  export { Attribute, BaseTheme, ComputedTheme, ThemeProviderProps, UseThemeProps } from './ui/theme/types.js';
package/dist/index.mjs CHANGED
@@ -1,114 +1,115 @@
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-MEE3IHTT.mjs';
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-YLDDI6SZ.mjs';
2
2
  import './chunk-G3EIVAVR.mjs';
3
- export { Waterfall } from './chunk-AJYO5W6O.mjs';
3
+ export { Waterfall } from './chunk-YHY6SXVJ.mjs';
4
4
  import './chunk-JWKOW2OV.mjs';
5
5
  import './chunk-VPQ5SSY3.mjs';
6
+ import './chunk-IR334P7F.mjs';
7
+ import './chunk-CIPI2V54.mjs';
6
8
  import './chunk-WPDU2YYR.mjs';
7
- import './chunk-5EXV5EWF.mjs';
8
- import './chunk-K22BEXUA.mjs';
9
+ import './chunk-HVVT3D2T.mjs';
10
+ import './chunk-HTAFERCZ.mjs';
11
+ import './chunk-SA5WKLYB.mjs';
12
+ import './chunk-D5H4XX6Q.mjs';
13
+ import './chunk-JVV7W3TP.mjs';
9
14
  import './chunk-OC4HRPZU.mjs';
10
15
  import './chunk-N6DSPSMM.mjs';
11
16
  import './chunk-CO6EASQO.mjs';
12
17
  export { TOTAL_DURATION, borderColorClasses, colorClasses, formatDuration, leftWedgeClasses, rightWedgeClasses } from './chunk-4U232QAX.mjs';
13
- import './chunk-IR334P7F.mjs';
14
- import './chunk-CIPI2V54.mjs';
15
- import './chunk-HVVT3D2T.mjs';
16
- export { TreeSearchBar } from './chunk-73VF2W3D.mjs';
18
+ import './chunk-6NK7UMFP.mjs';
19
+ export { LiquidToggle, ThemeColorToggle, ThemeToggles } from './chunk-Y2H4A5AC.mjs';
20
+ export { ThemeProvider, computeTheme, defaultThemes, useTheme } from './chunk-FK6ZROZE.mjs';
21
+ export { ThemeScript } from './chunk-5KJP6A6C.mjs';
22
+ export { TreeSearchBar } from './chunk-SUEFWFPX.mjs';
17
23
  export { TreeEntryItem, TreeView } from './chunk-VQPJ7TLB.mjs';
18
24
  export { useTreeSearch, useTreeState } from './chunk-PC5DHSC4.mjs';
19
- import './chunk-HTAFERCZ.mjs';
20
- import './chunk-SA5WKLYB.mjs';
25
+ import './chunk-2KQRWXNO.mjs';
26
+ import './chunk-AGRPGNME.mjs';
27
+ export { Vec3Input } from './chunk-SYX6TMCQ.mjs';
28
+ export { EulerRadInput } from './chunk-IXNXSECD.mjs';
29
+ export { InchInput } from './chunk-3TUONMQ6.mjs';
30
+ export { IntInput } from './chunk-4JGGLCXT.mjs';
31
+ export { KVectorInput } from './chunk-4THQPG6Y.mjs';
32
+ export { QuaternionInput } from './chunk-VUMOJPEC.mjs';
33
+ export { TimeInput } from './chunk-JUSFLIU5.mjs';
34
+ export { CmInput } from './chunk-PTGMHZFS.mjs';
35
+ export { DegInput } from './chunk-CGUQWS2I.mjs';
36
+ export { EulerDegInput } from './chunk-24IUD6Q3.mjs';
37
+ export { EulerInput } from './chunk-ZNM6PNI6.mjs';
38
+ export { VectorInput } from './chunk-VEWWUO2N.mjs';
39
+ export { ColorInput } from './chunk-EXQQRW7T.mjs';
40
+ export { PresetsInput } from './chunk-6XOTWZFC.mjs';
41
+ export { PresetsRadInput } from './chunk-ACYZOKPT.mjs';
42
+ export { RadInput } from './chunk-IY36FZ5R.mjs';
43
+ export { InputNumbers } from './chunk-7HOEFGEO.mjs';
44
+ export { TextInput } from './chunk-3VVQWVDE.mjs';
21
45
  import './chunk-IGTUE4NW.mjs';
46
+ import './chunk-EPRRJR2S.mjs';
22
47
  import './chunk-4QFWMPJZ.mjs';
23
- export { DockLayoutView } from './chunk-5T7MTIHW.mjs';
48
+ export { DockLayoutView } from './chunk-M6JLGVJ7.mjs';
24
49
  export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './chunk-3LO3AM25.mjs';
25
- import './chunk-EPRRJR2S.mjs';
26
- export { LiquidLayoutView } from './chunk-L26ULDYM.mjs';
27
- import './chunk-V2IP7UUV.mjs';
28
- import './chunk-6NK7UMFP.mjs';
29
- export { LiquidToggle, ThemeColorToggle, ThemeToggles } from './chunk-U7XH7M5B.mjs';
30
- export { ThemeProvider, computeTheme, defaultThemes, parseOldTheme, useTheme } from './chunk-7LLDKYND.mjs';
31
- export { ThemeScript } from './chunk-PQEAXTVY.mjs';
50
+ export { LiquidLayoutView } from './chunk-THMYDDZF.mjs';
51
+ import './chunk-PIC2EJWA.mjs';
32
52
  import './chunk-KHROZRRE.mjs';
33
53
  export { createSelectable } from './chunk-TVKPO5VK.mjs';
34
54
  export { DragSelectProvider, useDragSelectContext } from './chunk-JBQP2CBI.mjs';
35
55
  import './chunk-5UMTQHTX.mjs';
36
56
  export { MouseCursorAltIcon, MouseCursorIcon } from './chunk-KVJ4Q3EZ.mjs';
37
57
  export { CursorFilledIcon, CursorIcon } from './chunk-2MANWDY4.mjs';
38
- import './chunk-ADYUCJMQ.mjs';
39
- import './chunk-AGRPGNME.mjs';
40
- export { IntInput } from './chunk-NT5ZTF56.mjs';
41
- export { KVectorInput } from './chunk-KMCZXNKA.mjs';
42
- export { QuaternionInput } from './chunk-6J7ZVRSY.mjs';
43
- export { RadInput } from './chunk-GPV4XELL.mjs';
44
- export { TimeInput } from './chunk-7R2ZBAE6.mjs';
45
- export { Vec3Input } from './chunk-PIXIN3IG.mjs';
46
- export { CmInput } from './chunk-SQQXY4AY.mjs';
47
- export { DegInput } from './chunk-CZ2YNM7Y.mjs';
48
- export { EulerDegInput } from './chunk-OJUK6WJ5.mjs';
49
- export { EulerRadInput } from './chunk-TY47DFGO.mjs';
50
- export { EulerInput } from './chunk-5TXABUNC.mjs';
51
- export { VectorInput } from './chunk-6CM4GYJU.mjs';
52
- export { InchInput } from './chunk-ZZLF2YWP.mjs';
53
- export { PresetsInput } from './chunk-2FGRTFK4.mjs';
54
- export { InputNumbers } from './chunk-C4E2MFZB.mjs';
55
- export { TextInput } from './chunk-TPPM276W.mjs';
56
- export { ColorInput } from './chunk-MIGXY5PR.mjs';
57
- export { Toolbar, ToolbarGroup, ToolbarSeparator } from './chunk-VTEWRMGQ.mjs';
58
- export { TreeView as TreeViewLegacy } from './chunk-CUOGY4FW.mjs';
59
- export { Switch } from './chunk-AZBJB6KC.mjs';
60
- export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './chunk-Y3V6IUAR.mjs';
61
- export { Toaster, toast } from './chunk-EAZQH4IX.mjs';
58
+ export { Toaster, toast } from './chunk-EOSYXHEH.mjs';
62
59
  export { ToggleButton, ToggleButtons, toggleButtonHighlightVariants, toggleButtonVariants, toggleButtonsVariants } from './chunk-JRBTIFM6.mjs';
63
60
  export { ToggleGroup, ToggleGroupItem, toggleGroupVariants } from './chunk-ABLQ4QRY.mjs';
64
61
  export { Toggle, toggleVariants } from './chunk-4FLE5S5Z.mjs';
65
- export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './chunk-JY5TZBRK.mjs';
66
- 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-BIUDC66P.mjs';
67
- export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-ZNPI2TYG.mjs';
68
- import './chunk-OWGKZAOO.mjs';
69
- export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-W3RJNSWQ.mjs';
62
+ export { Toolbar, ToolbarGroup, ToolbarSeparator } from './chunk-OPYMZDEZ.mjs';
63
+ export { TreeView as TreeViewLegacy } from './chunk-QZUTRJSP.mjs';
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-OLVOIUCE.mjs';
65
+ export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-5MBEK77I.mjs';
70
66
  export { TreeView as SimpleTreeView } from './chunk-2SWBXWLK.mjs';
71
67
  import './chunk-DWWM2TV3.mjs';
72
68
  export { Slider } from './chunk-Y6WGGVT2.mjs';
69
+ export { Switch } from './chunk-AZBJB6KC.mjs';
70
+ export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './chunk-Y3V6IUAR.mjs';
71
+ export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './chunk-KBC7VNER.mjs';
72
+ export { Panel, PanelAction, PanelContent, PanelDescription, PanelFooter, PanelHeader, PanelTitle } from './chunk-G4Q5ALRW.mjs';
73
+ export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-YKHK6C4Q.mjs';
74
+ export { RadioGroup, RadioGroupItem } from './chunk-MDUGPQEK.mjs';
75
+ export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './chunk-JY5TZBRK.mjs';
76
+ import './chunk-OWGKZAOO.mjs';
77
+ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-7NOBQH7O.mjs';
78
+ export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-BCBWIMPS.mjs';
79
+ export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './chunk-6NSQLHKC.mjs';
80
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-SMIACO56.mjs';
73
81
  export { Label } from './chunk-42UBHC2D.mjs';
74
82
  export { FormLayout } from './chunk-NRQJX772.mjs';
75
- export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-3THWK3HB.mjs';
76
- export { Navigation } from './chunk-LG3PNH2P.mjs';
77
- export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './chunk-NTGUD2JN.mjs';
78
- export { Panel, PanelAction, PanelContent, PanelDescription, PanelFooter, PanelHeader, PanelTitle } from './chunk-EBBHJLUX.mjs';
79
- export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-PO2LYHDO.mjs';
80
- export { RadioGroup, RadioGroupItem } from './chunk-MDUGPQEK.mjs';
81
- export { Badge, badgeVariants } from './chunk-SUSABE24.mjs';
82
- export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-D3IW2NW6.mjs';
83
+ export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-NHG2ROYB.mjs';
84
+ export { Navigation } from './chunk-RIJUPORK.mjs';
85
+ export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge } from './chunk-TYXRHZZG.mjs';
86
+ export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-JWUIZX35.mjs';
87
+ export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './chunk-MHJM7YMG.mjs';
88
+ export { Badge, badgeVariants } from './chunk-S6PSU47F.mjs';
89
+ export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-MG5TTPA7.mjs';
83
90
  export { Checkbox } from './chunk-YTV7747H.mjs';
84
- export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-BCBWIMPS.mjs';
85
- export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './chunk-ZPH5LMEM.mjs';
86
- export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-H4IDSUG5.mjs';
87
- export { DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge } from './chunk-OWEYAVGT.mjs';
88
- export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-VO3C6RE2.mjs';
89
- export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './chunk-NO35POZW.mjs';
90
91
  import './chunk-VGCVIHBR.mjs';
91
92
  export { CursorProvider } from './chunk-AUENXQXS.mjs';
92
- export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-A2PCEL5S.mjs';
93
+ export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-S7SGB2FD.mjs';
94
+ export { InputRoot as Input, InputRoot, InputSlot } from './chunk-LRSDE62T.mjs';
93
95
  export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-B53A4WNW.mjs';
94
96
  export { Textarea } from './chunk-25RDJXX7.mjs';
95
- export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, selectTriggerVariants } from './chunk-CX6OFX5Z.mjs';
96
- export { InputRoot as Input, InputRoot, InputSlot } from './chunk-4XUJBMDE.mjs';
97
- export { Button, buttonVariants } from './chunk-INHZ5D7P.mjs';
97
+ export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, selectTriggerVariants } from './chunk-KJH46JR3.mjs';
98
+ export { Button, buttonVariants } from './chunk-CZ4GQOXG.mjs';
98
99
  export { TabsCursorProvider } from './chunk-XMG3IVGZ.mjs';
99
100
  export { withCursor } from './chunk-RAHKRYQJ.mjs';
100
101
  import './chunk-3FR3WKI4.mjs';
101
102
  import './chunk-BNDRHLLZ.mjs';
102
103
  export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncDragY, SyncScroll, SyncScrollSlave } from './chunk-PDOFOJ4P.mjs';
103
104
  import './chunk-F7ZHPSLA.mjs';
104
- export { useQueryParams } from './chunk-OEIF3JCH.mjs';
105
- export { useWindow } from './chunk-VA4LUFKD.mjs';
106
- export { clientOnly, createClientOnlyComponent, isClient, isServer } from './chunk-4F2GSF2T.mjs';
107
- export { useDocument } from './chunk-IDUVYPN7.mjs';
108
105
  export { useDragSelect } from './chunk-3QT5VABC.mjs';
109
106
  export { useIsMobile } from './chunk-XHJDRQD7.mjs';
110
107
  export { useLocalStorage } from './chunk-LQOPO4KU.mjs';
108
+ export { useQueryParams } from './chunk-U3LN5NB6.mjs';
111
109
  export { useLocation } from './chunk-IZARTVYN.mjs';
110
+ export { useWindow } from './chunk-VA4LUFKD.mjs';
111
+ export { clientOnly, createClientOnlyComponent, isClient, isServer } from './chunk-4F2GSF2T.mjs';
112
+ export { useDocument } from './chunk-IDUVYPN7.mjs';
112
113
  export { cn } from './chunk-HMN4IKTG.mjs';
113
114
  export { SyncScrollProvider, useScrollSlave, useSyncDrag, useSyncScroll } from './chunk-SAGQV2YZ.mjs';
114
115
  export { DialProvider, useDialSchema } from './chunk-3HEZVWRW.mjs';
@@ -221,14 +221,21 @@
221
221
  --shadow-tertiary: var(--black-alpha-6);
222
222
  --select-secondary: var(--black-alpha-5);
223
223
  }
224
+ @custom-variant liquid-dark (&:is(.liquid-dark *));
225
+ @custom-variant liquid-light (&:is(.liquid-light *));
224
226
  @custom-variant liquid (&:is(.liquid-dark *, .liquid-light *));
225
- @utility liquid-bg { background: linear-gradient(147.1deg, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 105.28%) !important; backdrop-filter: blur(20px) !important; }
226
- @utility liquid-bg-tooltip-arrow { background: rgba(74, 74, 74, 0.1) !important; backdrop-filter: blur(2px) !important; }
227
- @utility liquid-bg-tooltip-content { background: rgba(74, 74, 74, 0.1) !important; backdrop-filter: blur(2px) !important; }
228
- @utility liquid-bg-tooltip-top { background: linear-gradient(to bottom, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 100%) !important; backdrop-filter: blur(2px) !important; }
229
- @utility liquid-bg-tooltip-bottom { background: linear-gradient(to top, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 100%) !important; backdrop-filter: blur(2px) !important; }
230
- @utility liquid-bg-tooltip-left { background: linear-gradient(to right, rgba(172, 172, 172, 0.1) 0%, rgba(74, 74, 74, 0.1) 100%) !important; backdrop-filter: blur(2px) !important; }
231
- @utility liquid-bg-tooltip-right { background: linear-gradient(to left, rgba(172, 172, 172, 0.1), rgba(74, 74, 74, 0.1)) !important; backdrop-filter: blur(2px) !important; }
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(20px) !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(20px) !important; }
229
+ @utility liquid-dark-bg-tooltip-arrow { background: rgba(70, 70, 70, 0.8) !important; backdrop-filter: blur(4px) !important; }
230
+ @utility liquid-light-bg-tooltip-arrow { background: rgba(202, 202, 202, 0.8) !important; backdrop-filter: blur(4px) !important; }
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; }
232
+ @utility liquid-light-bg-tooltip-top { background: linear-gradient(to bottom, rgba(236, 236, 236, 0.8) 0%, rgba(202, 202, 202, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
233
+ @utility liquid-dark-bg-tooltip-bottom { background: linear-gradient(to top, rgba(50, 50, 50, 0.8) 0%, rgba(70, 70, 70, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
234
+ @utility liquid-light-bg-tooltip-bottom { background: linear-gradient(to top, rgba(236, 236, 236, 0.8) 0%, rgba(202, 202, 202, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
235
+ @utility liquid-dark-bg-tooltip-left { background: linear-gradient(to right, rgba(50, 50, 50, 0.8) 0%, rgba(70, 70, 70, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
236
+ @utility liquid-light-bg-tooltip-left { background: linear-gradient(to right, rgba(236, 236, 236, 0.8) 0%, rgba(202, 202, 202, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
237
+ @utility liquid-dark-bg-tooltip-right { background: linear-gradient(to left, rgba(50, 50, 50, 0.8) 0%, rgba(70, 70, 70, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
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; }
232
239
  @utility scrollbar-hide { scrollbar-width: none; &::-webkit-scrollbar { display: none; } }
233
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; } }
234
- @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) + 2px); --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) - 2px); --spacing-xs: var(--spacing); --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-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-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; }
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) + 2px); --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-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-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; }
@@ -1,28 +1,32 @@
1
1
  'use strict';
2
2
 
3
- var chunkAIYM5PFP_cjs = require('../chunk-AIYM5PFP.cjs');
3
+ var chunkBXBSZOBU_cjs = require('../chunk-BXBSZOBU.cjs');
4
4
  require('../chunk-QN4N4I3Z.cjs');
5
- require('../chunk-LYZJNEOR.cjs');
6
- require('../chunk-YZIR6LIY.cjs');
7
- require('../chunk-RPTRTGC2.cjs');
8
- require('../chunk-LBWMTA5T.cjs');
9
5
  require('../chunk-Q7E73DVJ.cjs');
10
6
  require('../chunk-JR4TVE43.cjs');
11
7
  require('../chunk-VXZURKMQ.cjs');
8
+ require('../chunk-Q4XH2Z5M.cjs');
12
9
  require('../chunk-6BOWMGFG.cjs');
10
+ require('../chunk-YZIR6LIY.cjs');
11
+ require('../chunk-RPTRTGC2.cjs');
12
+ require('../chunk-LBWMTA5T.cjs');
13
13
  require('../chunk-OHIB3TEN.cjs');
14
14
 
15
15
 
16
16
 
17
+ Object.defineProperty(exports, "DIAL_GIT_HASH", {
18
+ enumerable: true,
19
+ get: function () { return chunkBXBSZOBU_cjs.DIAL_GIT_HASH; }
20
+ });
17
21
  Object.defineProperty(exports, "DIAL_PACKAGE_NAME", {
18
22
  enumerable: true,
19
- get: function () { return chunkAIYM5PFP_cjs.DIAL_PACKAGE_NAME; }
23
+ get: function () { return chunkBXBSZOBU_cjs.DIAL_PACKAGE_NAME; }
20
24
  });
21
25
  Object.defineProperty(exports, "DIAL_PACKAGE_VERSION", {
22
26
  enumerable: true,
23
- get: function () { return chunkAIYM5PFP_cjs.DIAL_PACKAGE_VERSION; }
27
+ get: function () { return chunkBXBSZOBU_cjs.DIAL_PACKAGE_VERSION; }
24
28
  });
25
29
  Object.defineProperty(exports, "DialBadge", {
26
30
  enumerable: true,
27
- get: function () { return chunkAIYM5PFP_cjs.DialBadge; }
31
+ get: function () { return chunkBXBSZOBU_cjs.DialBadge; }
28
32
  });
@@ -1,7 +1,8 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
 
3
- declare const DIAL_PACKAGE_NAME = "@vuer-ai/dial-cli";
4
- declare const DIAL_PACKAGE_VERSION = "0.0.3";
3
+ declare const DIAL_PACKAGE_NAME: string;
4
+ declare const DIAL_PACKAGE_VERSION: string;
5
+ declare const DIAL_GIT_HASH: string;
5
6
  interface DialBadgeProps {
6
7
  /**
7
8
  * Additional CSS classes to apply to the badge
@@ -23,11 +24,15 @@ interface DialBadgeProps {
23
24
  * Whether to show the version
24
25
  */
25
26
  version?: boolean;
27
+ /**
28
+ * Whether to show the git hash instead of version
29
+ */
30
+ hash?: boolean;
26
31
  }
27
32
  /**
28
- * Badge component that displays the dial-cli package version
29
- * Format: [ dial-cli | v0.0.3 ]
33
+ * Badge component that displays the dial-cli package version or git hash
34
+ * Format: [ dial-cli | v0.0.11 ] or [ dial-cli | abc1234 ]
30
35
  */
31
- declare function DialBadge({ className, package: showPackage, prefix, linkable, version, }: DialBadgeProps): react_jsx_runtime.JSX.Element;
36
+ declare function DialBadge({ className, package: showPackage, prefix, linkable, version, hash, }: DialBadgeProps): react_jsx_runtime.JSX.Element;
32
37
 
33
- export { DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, type DialBadgeProps };
38
+ export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, type DialBadgeProps };
@@ -1,7 +1,8 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
 
3
- declare const DIAL_PACKAGE_NAME = "@vuer-ai/dial-cli";
4
- declare const DIAL_PACKAGE_VERSION = "0.0.3";
3
+ declare const DIAL_PACKAGE_NAME: string;
4
+ declare const DIAL_PACKAGE_VERSION: string;
5
+ declare const DIAL_GIT_HASH: string;
5
6
  interface DialBadgeProps {
6
7
  /**
7
8
  * Additional CSS classes to apply to the badge
@@ -23,11 +24,15 @@ interface DialBadgeProps {
23
24
  * Whether to show the version
24
25
  */
25
26
  version?: boolean;
27
+ /**
28
+ * Whether to show the git hash instead of version
29
+ */
30
+ hash?: boolean;
26
31
  }
27
32
  /**
28
- * Badge component that displays the dial-cli package version
29
- * Format: [ dial-cli | v0.0.3 ]
33
+ * Badge component that displays the dial-cli package version or git hash
34
+ * Format: [ dial-cli | v0.0.11 ] or [ dial-cli | abc1234 ]
30
35
  */
31
- declare function DialBadge({ className, package: showPackage, prefix, linkable, version, }: DialBadgeProps): react_jsx_runtime.JSX.Element;
36
+ declare function DialBadge({ className, package: showPackage, prefix, linkable, version, hash, }: DialBadgeProps): react_jsx_runtime.JSX.Element;
32
37
 
33
- export { DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, type DialBadgeProps };
38
+ export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, type DialBadgeProps };
@@ -1,11 +1,11 @@
1
- export { DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge } from '../chunk-OWEYAVGT.mjs';
1
+ export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge } from '../chunk-TYXRHZZG.mjs';
2
2
  import '../chunk-F7ZHPSLA.mjs';
3
- import '../chunk-OEIF3JCH.mjs';
4
- import '../chunk-VA4LUFKD.mjs';
5
- import '../chunk-4F2GSF2T.mjs';
6
- import '../chunk-IDUVYPN7.mjs';
7
3
  import '../chunk-3QT5VABC.mjs';
8
4
  import '../chunk-XHJDRQD7.mjs';
9
5
  import '../chunk-LQOPO4KU.mjs';
6
+ import '../chunk-U3LN5NB6.mjs';
10
7
  import '../chunk-IZARTVYN.mjs';
8
+ import '../chunk-VA4LUFKD.mjs';
9
+ import '../chunk-4F2GSF2T.mjs';
10
+ import '../chunk-IDUVYPN7.mjs';
11
11
  import '../chunk-HMN4IKTG.mjs';
@@ -1,32 +1,32 @@
1
1
  'use strict';
2
2
 
3
- var chunkQBFOBDBC_cjs = require('../chunk-QBFOBDBC.cjs');
3
+ var chunkSHHQDSSI_cjs = require('../chunk-SHHQDSSI.cjs');
4
4
  require('../chunk-QN4N4I3Z.cjs');
5
- require('../chunk-LYZJNEOR.cjs');
6
- require('../chunk-YZIR6LIY.cjs');
7
- require('../chunk-RPTRTGC2.cjs');
8
- require('../chunk-LBWMTA5T.cjs');
9
5
  require('../chunk-Q7E73DVJ.cjs');
10
6
  require('../chunk-JR4TVE43.cjs');
11
7
  require('../chunk-VXZURKMQ.cjs');
8
+ require('../chunk-Q4XH2Z5M.cjs');
12
9
  require('../chunk-6BOWMGFG.cjs');
10
+ require('../chunk-YZIR6LIY.cjs');
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 chunkQBFOBDBC_cjs.GIT_HASH; }
19
+ get: function () { return chunkSHHQDSSI_cjs.GIT_HASH; }
20
20
  });
21
21
  Object.defineProperty(exports, "PACKAGE_VERSION", {
22
22
  enumerable: true,
23
- get: function () { return chunkQBFOBDBC_cjs.PACKAGE_VERSION; }
23
+ get: function () { return chunkSHHQDSSI_cjs.PACKAGE_VERSION; }
24
24
  });
25
25
  Object.defineProperty(exports, "PackageBadge", {
26
26
  enumerable: true,
27
- get: function () { return chunkQBFOBDBC_cjs.PackageBadge; }
27
+ get: function () { return chunkSHHQDSSI_cjs.PackageBadge; }
28
28
  });
29
29
  Object.defineProperty(exports, "UIKitBadge", {
30
30
  enumerable: true,
31
- get: function () { return chunkQBFOBDBC_cjs.UIKitBadge; }
31
+ get: function () { return chunkSHHQDSSI_cjs.UIKitBadge; }
32
32
  });