@vuer-ai/vuer-uikit 0.0.66 → 0.0.69

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 (253) hide show
  1. package/README.md +4 -4
  2. package/dist/SyncScroll/SyncScroll.cjs +15 -12
  3. package/dist/SyncScroll/SyncScroll.mjs +9 -6
  4. package/dist/SyncScroll/index.cjs +15 -12
  5. package/dist/SyncScroll/index.mjs +9 -6
  6. package/dist/{chunk-TVCXFAR3.cjs → chunk-2LU2B5XU.cjs} +2 -2
  7. package/dist/chunk-3LO2GIJ4.cjs +71 -0
  8. package/dist/{chunk-UGIIFY42.mjs → chunk-3QT5VABC.mjs} +1 -0
  9. package/dist/chunk-3XH7NAMK.mjs +97 -0
  10. package/dist/{chunk-4WSB6SKT.mjs → chunk-4MW4SKOD.mjs} +17 -25
  11. package/dist/chunk-6BOWMGFG.cjs +69 -0
  12. package/dist/chunk-7JYI3VUI.mjs +69 -0
  13. package/dist/chunk-BPGKIZ6G.mjs +27 -0
  14. package/dist/{chunk-MPB4237J.mjs → chunk-CGFJLQRG.mjs} +5 -1
  15. package/dist/{chunk-ZVN4KYHQ.mjs → chunk-CX7AH4R4.mjs} +1 -1
  16. package/dist/{chunk-4DPLDAHW.cjs → chunk-D6326INV.cjs} +5 -1
  17. package/dist/chunk-DSWSIBVQ.cjs +100 -0
  18. package/dist/{chunk-CEHN5RWA.mjs → chunk-DWU32IXO.mjs} +1 -1
  19. package/dist/chunk-ES4LBRHV.mjs +18 -0
  20. package/dist/{chunk-HX6SSKPA.mjs → chunk-EWAKGFQG.mjs} +4 -5
  21. package/dist/{chunk-5RQE4EDL.mjs → chunk-GOXZ3TTM.mjs} +1 -1
  22. package/dist/chunk-GXRV2QEP.cjs +29 -0
  23. package/dist/chunk-IZARTVYN.mjs +67 -0
  24. package/dist/chunk-JR4TVE43.cjs +31 -0
  25. package/dist/chunk-JTLBOAN6.cjs +106 -0
  26. package/dist/{chunk-JSNFXIT2.mjs → chunk-JVCED76T.mjs} +46 -8
  27. package/dist/{chunk-CJW3KZ6E.cjs → chunk-KC7D4OEU.cjs} +4 -5
  28. package/dist/{chunk-QESAYFKT.cjs → chunk-LH5AV54U.cjs} +17 -25
  29. package/dist/{chunk-BN7JFMO6.cjs → chunk-LUAVB7SY.cjs} +3 -3
  30. package/dist/chunk-MTB2EWG2.mjs +26 -0
  31. package/dist/chunk-NJEIDGQY.cjs +20 -0
  32. package/dist/{chunk-MPF74YSO.cjs → chunk-NLHG6BEP.cjs} +1 -1
  33. package/dist/chunk-NWA32DT2.cjs +28 -0
  34. package/dist/{chunk-DI43KCLF.mjs → chunk-PIRVEHSD.mjs} +3 -3
  35. package/dist/{chunk-HI4H4KTS.cjs → chunk-PWOICFNA.cjs} +6 -4
  36. package/dist/{chunk-B4UCHLYR.cjs → chunk-Q7E73DVJ.cjs} +1 -0
  37. package/dist/chunk-QCD2WTD3.mjs +98 -0
  38. package/dist/{chunk-AF5LOIRG.cjs → chunk-QCSP3AI3.cjs} +46 -8
  39. package/dist/chunk-QFMQNY4G.cjs +20 -0
  40. package/dist/chunk-RHX3D3GE.mjs +18 -0
  41. package/dist/{chunk-RUR3YIY3.cjs → chunk-RXQGFPLP.cjs} +2 -2
  42. package/dist/{chunk-YO34TYBG.cjs → chunk-S4EDLSFB.cjs} +3 -3
  43. package/dist/{chunk-2XRTRMJT.cjs → chunk-WRR5LMHR.cjs} +11 -11
  44. package/dist/chunk-XHJDRQD7.mjs +29 -0
  45. package/dist/{chunk-XXBZDDEK.mjs → chunk-Y76RAMHQ.mjs} +1 -1
  46. package/dist/{chunk-ICPSHW4S.mjs → chunk-YNHK66TC.mjs} +2 -2
  47. package/dist/{chunk-HNV4QN76.mjs → chunk-YTM334QC.mjs} +6 -4
  48. package/dist/highlight-cursor/enhanced-components.cjs +16 -13
  49. package/dist/highlight-cursor/enhanced-components.mjs +11 -8
  50. package/dist/highlight-cursor/index.cjs +20 -17
  51. package/dist/highlight-cursor/index.mjs +11 -8
  52. package/dist/hooks/index.cjs +26 -11
  53. package/dist/hooks/index.d.cts +3 -0
  54. package/dist/hooks/index.d.ts +3 -0
  55. package/dist/hooks/index.mjs +8 -5
  56. package/dist/hooks/useDocument.cjs +2 -2
  57. package/dist/hooks/useDocument.mjs +1 -1
  58. package/dist/hooks/useDragSelect.cjs +2 -2
  59. package/dist/hooks/useDragSelect.mjs +1 -1
  60. package/dist/hooks/useIsMobile.cjs +10 -0
  61. package/dist/hooks/useIsMobile.mjs +1 -0
  62. package/dist/hooks/useLocalStorage.cjs +2 -2
  63. package/dist/hooks/useLocalStorage.mjs +1 -1
  64. package/dist/hooks/useLocation.cjs +10 -0
  65. package/dist/hooks/useLocation.d.cts +14 -0
  66. package/dist/hooks/useLocation.d.ts +14 -0
  67. package/dist/hooks/useLocation.mjs +1 -0
  68. package/dist/hooks/useQueryParams.cjs +12 -0
  69. package/dist/hooks/useQueryParams.d.cts +3 -0
  70. package/dist/hooks/useQueryParams.d.ts +3 -0
  71. package/dist/hooks/useQueryParams.mjs +3 -0
  72. package/dist/hooks/useWindow.cjs +2 -2
  73. package/dist/hooks/useWindow.d.cts +1 -1
  74. package/dist/hooks/useWindow.d.ts +1 -1
  75. package/dist/hooks/useWindow.mjs +1 -1
  76. package/dist/index.cjs +338 -286
  77. package/dist/index.css +7 -1
  78. package/dist/index.d.cts +6 -1
  79. package/dist/index.d.ts +6 -1
  80. package/dist/index.mjs +48 -44
  81. package/dist/ui/avatar.cjs +8 -5
  82. package/dist/ui/avatar.mjs +8 -5
  83. package/dist/ui/badge.cjs +8 -5
  84. package/dist/ui/badge.d.cts +2 -2
  85. package/dist/ui/badge.d.ts +2 -2
  86. package/dist/ui/badge.mjs +8 -5
  87. package/dist/ui/button.cjs +8 -5
  88. package/dist/ui/button.mjs +8 -5
  89. package/dist/ui/card.cjs +8 -5
  90. package/dist/ui/card.mjs +8 -5
  91. package/dist/ui/checkbox.cjs +8 -5
  92. package/dist/ui/checkbox.mjs +8 -5
  93. package/dist/ui/collapsible.cjs +8 -5
  94. package/dist/ui/collapsible.mjs +8 -5
  95. package/dist/ui/color-input.cjs +8 -5
  96. package/dist/ui/color-input.mjs +8 -5
  97. package/dist/ui/drawer.cjs +8 -5
  98. package/dist/ui/drawer.mjs +8 -5
  99. package/dist/ui/dropdown.cjs +8 -5
  100. package/dist/ui/dropdown.mjs +8 -5
  101. package/dist/ui/form/CmInput.cjs +8 -5
  102. package/dist/ui/form/CmInput.mjs +8 -5
  103. package/dist/ui/form/DegInput.cjs +8 -5
  104. package/dist/ui/form/DegInput.mjs +8 -5
  105. package/dist/ui/form/EulerDegInput.cjs +8 -5
  106. package/dist/ui/form/EulerDegInput.mjs +8 -5
  107. package/dist/ui/form/EulerInput.cjs +8 -5
  108. package/dist/ui/form/EulerInput.mjs +8 -5
  109. package/dist/ui/form/EulerRadInput.cjs +8 -5
  110. package/dist/ui/form/EulerRadInput.mjs +8 -5
  111. package/dist/ui/form/InchInput.cjs +8 -5
  112. package/dist/ui/form/InchInput.mjs +8 -5
  113. package/dist/ui/form/IntInput.cjs +8 -5
  114. package/dist/ui/form/IntInput.mjs +8 -5
  115. package/dist/ui/form/KVectorInput.cjs +8 -5
  116. package/dist/ui/form/KVectorInput.mjs +8 -5
  117. package/dist/ui/form/NumberInput.cjs +8 -5
  118. package/dist/ui/form/NumberInput.mjs +8 -5
  119. package/dist/ui/form/QuaternionInput.cjs +8 -5
  120. package/dist/ui/form/QuaternionInput.mjs +8 -5
  121. package/dist/ui/form/RadInput.cjs +8 -5
  122. package/dist/ui/form/RadInput.mjs +8 -5
  123. package/dist/ui/form/TimeInput.cjs +8 -5
  124. package/dist/ui/form/TimeInput.mjs +8 -5
  125. package/dist/ui/form/Vec3Input.cjs +8 -5
  126. package/dist/ui/form/Vec3Input.mjs +8 -5
  127. package/dist/ui/form/VectorInput.cjs +8 -5
  128. package/dist/ui/form/VectorInput.mjs +8 -5
  129. package/dist/ui/form/index.cjs +13 -10
  130. package/dist/ui/form/index.mjs +9 -6
  131. package/dist/ui/index.cjs +302 -262
  132. package/dist/ui/index.d.cts +3 -1
  133. package/dist/ui/index.d.ts +3 -1
  134. package/dist/ui/index.mjs +45 -41
  135. package/dist/ui/input-numbers.cjs +8 -5
  136. package/dist/ui/input-numbers.mjs +8 -5
  137. package/dist/ui/input.cjs +8 -5
  138. package/dist/ui/input.d.cts +1 -1
  139. package/dist/ui/input.d.ts +1 -1
  140. package/dist/ui/input.mjs +8 -5
  141. package/dist/ui/label.cjs +8 -5
  142. package/dist/ui/label.mjs +8 -5
  143. package/dist/ui/layout.cjs +8 -5
  144. package/dist/ui/layout.mjs +8 -5
  145. package/dist/ui/layouts/dock-layout/DockLayoutView.cjs +11 -8
  146. package/dist/ui/layouts/dock-layout/DockLayoutView.mjs +10 -7
  147. package/dist/ui/layouts/dock-layout/LayoutSlots.cjs +15 -12
  148. package/dist/ui/layouts/dock-layout/LayoutSlots.mjs +9 -6
  149. package/dist/ui/layouts/dock-layout/index.cjs +17 -14
  150. package/dist/ui/layouts/dock-layout/index.mjs +10 -7
  151. package/dist/ui/layouts/index.cjs +19 -16
  152. package/dist/ui/layouts/index.mjs +11 -8
  153. package/dist/ui/layouts/liquid-layout/LayoutSlots.cjs +8 -5
  154. package/dist/ui/layouts/liquid-layout/LayoutSlots.mjs +8 -5
  155. package/dist/ui/layouts/liquid-layout/LiquidLayoutView.cjs +10 -7
  156. package/dist/ui/layouts/liquid-layout/LiquidLayoutView.d.cts +11 -1
  157. package/dist/ui/layouts/liquid-layout/LiquidLayoutView.d.ts +11 -1
  158. package/dist/ui/layouts/liquid-layout/LiquidLayoutView.mjs +9 -6
  159. package/dist/ui/layouts/liquid-layout/index.cjs +10 -7
  160. package/dist/ui/layouts/liquid-layout/index.mjs +9 -6
  161. package/dist/ui/modal.cjs +8 -5
  162. package/dist/ui/modal.mjs +8 -5
  163. package/dist/ui/navigation.cjs +21 -0
  164. package/dist/ui/navigation.d.cts +18 -0
  165. package/dist/ui/navigation.d.ts +18 -0
  166. package/dist/ui/navigation.mjs +12 -0
  167. package/dist/ui/pagination.cjs +17 -14
  168. package/dist/ui/pagination.mjs +10 -7
  169. package/dist/ui/panel.cjs +8 -5
  170. package/dist/ui/panel.mjs +8 -5
  171. package/dist/ui/popover.cjs +8 -5
  172. package/dist/ui/popover.mjs +8 -5
  173. package/dist/ui/presets-input.cjs +8 -5
  174. package/dist/ui/presets-input.mjs +8 -5
  175. package/dist/ui/radio-group.cjs +8 -5
  176. package/dist/ui/radio-group.mjs +8 -5
  177. package/dist/ui/resizable.cjs +8 -5
  178. package/dist/ui/resizable.mjs +8 -5
  179. package/dist/ui/select.cjs +8 -5
  180. package/dist/ui/select.d.cts +1 -1
  181. package/dist/ui/select.d.ts +1 -1
  182. package/dist/ui/select.mjs +8 -5
  183. package/dist/ui/separator.cjs +8 -5
  184. package/dist/ui/separator.mjs +8 -5
  185. package/dist/ui/sheet.cjs +8 -5
  186. package/dist/ui/sheet.mjs +8 -5
  187. package/dist/ui/sidebar.cjs +34 -32
  188. package/dist/ui/sidebar.d.cts +1 -1
  189. package/dist/ui/sidebar.d.ts +1 -1
  190. package/dist/ui/sidebar.mjs +10 -8
  191. package/dist/ui/skeleton.cjs +8 -5
  192. package/dist/ui/skeleton.mjs +8 -5
  193. package/dist/ui/slider.cjs +8 -5
  194. package/dist/ui/slider.mjs +8 -5
  195. package/dist/ui/switch.cjs +8 -5
  196. package/dist/ui/switch.mjs +8 -5
  197. package/dist/ui/table.cjs +48 -0
  198. package/dist/ui/table.d.cts +13 -0
  199. package/dist/ui/table.d.ts +13 -0
  200. package/dist/ui/table.mjs +11 -0
  201. package/dist/ui/tabs.cjs +14 -11
  202. package/dist/ui/tabs.mjs +10 -7
  203. package/dist/ui/textarea.cjs +8 -5
  204. package/dist/ui/textarea.d.cts +1 -1
  205. package/dist/ui/textarea.d.ts +1 -1
  206. package/dist/ui/textarea.mjs +8 -5
  207. package/dist/ui/theme/ThemeToggles.cjs +11 -8
  208. package/dist/ui/theme/ThemeToggles.mjs +9 -6
  209. package/dist/ui/theme/index.cjs +11 -8
  210. package/dist/ui/theme/index.mjs +9 -6
  211. package/dist/ui/timeline.cjs +11 -8
  212. package/dist/ui/timeline.mjs +10 -7
  213. package/dist/ui/toggle-buttons.cjs +14 -11
  214. package/dist/ui/toggle-buttons.mjs +9 -6
  215. package/dist/ui/toggle-group.cjs +12 -9
  216. package/dist/ui/toggle-group.mjs +9 -6
  217. package/dist/ui/toggle.cjs +8 -5
  218. package/dist/ui/toggle.mjs +8 -5
  219. package/dist/ui/toolbar.cjs +8 -5
  220. package/dist/ui/toolbar.mjs +8 -5
  221. package/dist/ui/tooltip.cjs +8 -5
  222. package/dist/ui/tooltip.mjs +8 -5
  223. package/dist/ui/tree-view-v2.cjs +10 -7
  224. package/dist/ui/tree-view-v2.d.cts +2 -1
  225. package/dist/ui/tree-view-v2.d.ts +2 -1
  226. package/dist/ui/tree-view-v2.mjs +9 -6
  227. package/dist/ui/tree-view.cjs +8 -5
  228. package/dist/ui/tree-view.mjs +8 -5
  229. package/dist/ui/version-badge.cjs +10 -7
  230. package/dist/ui/version-badge.mjs +9 -6
  231. package/package.json +2 -1
  232. package/dist/chunk-76NWNNDA.mjs +0 -22
  233. package/dist/chunk-C7I2Y5NY.cjs +0 -16
  234. package/dist/chunk-IWH3T7TD.mjs +0 -48
  235. package/dist/chunk-LZPXMTJ7.cjs +0 -16
  236. package/dist/chunk-NXTGTCPA.mjs +0 -19
  237. package/dist/chunk-PR4VD5F2.mjs +0 -14
  238. package/dist/chunk-QG5Z4C65.mjs +0 -14
  239. package/dist/chunk-RFHOLY3Q.cjs +0 -41
  240. package/dist/chunk-UP4H5VPE.cjs +0 -24
  241. package/dist/chunk-Z3BZQSWV.cjs +0 -50
  242. package/dist/hooks/use-mobile.cjs +0 -10
  243. package/dist/hooks/use-mobile.mjs +0 -1
  244. package/dist/{chunk-2CJREAQO.cjs → chunk-3LAJ7S6U.cjs} +1 -1
  245. package/dist/{chunk-OPVNPU6U.cjs → chunk-4PPIKQNU.cjs} +1 -1
  246. package/dist/{chunk-5HZ6JUMF.cjs → chunk-CVGK4HLB.cjs} +0 -0
  247. package/dist/{chunk-AYKQVWMR.mjs → chunk-F7ZHPSLA.mjs} +0 -0
  248. package/dist/{chunk-JEIVAYVK.mjs → chunk-N4S67ZRW.mjs} +1 -1
  249. package/dist/{chunk-G3EIVAVR.mjs → chunk-QHXNBB5E.mjs} +0 -0
  250. package/dist/{chunk-KFPS5CCR.cjs → chunk-QN4N4I3Z.cjs} +0 -0
  251. package/dist/{chunk-3GYDDYRD.mjs → chunk-WM25JXCI.mjs} +1 -1
  252. /package/dist/hooks/{use-mobile.d.cts → useIsMobile.d.cts} +0 -0
  253. /package/dist/hooks/{use-mobile.d.ts → useIsMobile.d.ts} +0 -0
package/README.md CHANGED
@@ -72,12 +72,12 @@ Using CSS Variables and color utilities for theming.
72
72
 
73
73
  ```css
74
74
  @theme inline {
75
- --brand-primary: var(--bg-custom-primary);
76
- --brand-hover: var(--bg-custom-secondary);
75
+ --brand-primary: var(--bg-custom-primary);
76
+ --brand-hover: var(--bg-custom-secondary);
77
77
  }
78
78
 
79
79
  :root {
80
- --bg-custom-primary: rgba(0, 123, 255, 1);
81
- --bg-custom-secondary: rgba(82, 177, 255, 1);
80
+ --bg-custom-primary: rgba(0, 123, 255, 1);
81
+ --bg-custom-secondary: rgba(82, 177, 255, 1);
82
82
  }
83
83
  ```
@@ -1,38 +1,41 @@
1
1
  'use strict';
2
2
 
3
- var chunk4DPLDAHW_cjs = require('../chunk-4DPLDAHW.cjs');
3
+ var chunkD6326INV_cjs = require('../chunk-D6326INV.cjs');
4
4
  require('../chunk-G4FJGNY5.cjs');
5
- require('../chunk-5HZ6JUMF.cjs');
6
- require('../chunk-LZPXMTJ7.cjs');
7
- require('../chunk-B4UCHLYR.cjs');
8
- require('../chunk-Z3BZQSWV.cjs');
9
- require('../chunk-C7I2Y5NY.cjs');
5
+ require('../chunk-QN4N4I3Z.cjs');
6
+ require('../chunk-Q7E73DVJ.cjs');
7
+ require('../chunk-JR4TVE43.cjs');
8
+ require('../chunk-DSWSIBVQ.cjs');
9
+ require('../chunk-NWA32DT2.cjs');
10
+ require('../chunk-6BOWMGFG.cjs');
11
+ require('../chunk-NJEIDGQY.cjs');
10
12
  require('../chunk-RPTRTGC2.cjs');
13
+ require('../chunk-QFMQNY4G.cjs');
11
14
  require('../chunk-DWD754BX.cjs');
12
15
 
13
16
 
14
17
 
15
18
  Object.defineProperty(exports, "SyncDrag", {
16
19
  enumerable: true,
17
- get: function () { return chunk4DPLDAHW_cjs.SyncDrag; }
20
+ get: function () { return chunkD6326INV_cjs.SyncDrag; }
18
21
  });
19
22
  Object.defineProperty(exports, "SyncDragSlave", {
20
23
  enumerable: true,
21
- get: function () { return chunk4DPLDAHW_cjs.SyncDragSlave; }
24
+ get: function () { return chunkD6326INV_cjs.SyncDragSlave; }
22
25
  });
23
26
  Object.defineProperty(exports, "SyncDragSlaveX", {
24
27
  enumerable: true,
25
- get: function () { return chunk4DPLDAHW_cjs.SyncDragSlaveX; }
28
+ get: function () { return chunkD6326INV_cjs.SyncDragSlaveX; }
26
29
  });
27
30
  Object.defineProperty(exports, "SyncDragX", {
28
31
  enumerable: true,
29
- get: function () { return chunk4DPLDAHW_cjs.SyncDragX; }
32
+ get: function () { return chunkD6326INV_cjs.SyncDragX; }
30
33
  });
31
34
  Object.defineProperty(exports, "SyncScroll", {
32
35
  enumerable: true,
33
- get: function () { return chunk4DPLDAHW_cjs.SyncScroll; }
36
+ get: function () { return chunkD6326INV_cjs.SyncScroll; }
34
37
  });
35
38
  Object.defineProperty(exports, "SyncScrollSlave", {
36
39
  enumerable: true,
37
- get: function () { return chunk4DPLDAHW_cjs.SyncScrollSlave; }
40
+ get: function () { return chunkD6326INV_cjs.SyncScrollSlave; }
38
41
  });
@@ -1,9 +1,12 @@
1
- export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncScroll, SyncScrollSlave } from '../chunk-MPB4237J.mjs';
1
+ export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncScroll, SyncScrollSlave } from '../chunk-CGFJLQRG.mjs';
2
2
  import '../chunk-SAGQV2YZ.mjs';
3
- import '../chunk-AYKQVWMR.mjs';
4
- import '../chunk-QG5Z4C65.mjs';
5
- import '../chunk-UGIIFY42.mjs';
6
- import '../chunk-IWH3T7TD.mjs';
7
- import '../chunk-PR4VD5F2.mjs';
3
+ import '../chunk-F7ZHPSLA.mjs';
4
+ import '../chunk-3QT5VABC.mjs';
5
+ import '../chunk-XHJDRQD7.mjs';
6
+ import '../chunk-QCD2WTD3.mjs';
7
+ import '../chunk-MTB2EWG2.mjs';
8
+ import '../chunk-IZARTVYN.mjs';
9
+ import '../chunk-RHX3D3GE.mjs';
8
10
  import '../chunk-4F2GSF2T.mjs';
11
+ import '../chunk-ES4LBRHV.mjs';
9
12
  import '../chunk-KVFUDYD3.mjs';
@@ -1,41 +1,44 @@
1
1
  'use strict';
2
2
 
3
3
  require('../chunk-JMCH2AFN.cjs');
4
- var chunk4DPLDAHW_cjs = require('../chunk-4DPLDAHW.cjs');
4
+ var chunkD6326INV_cjs = require('../chunk-D6326INV.cjs');
5
5
  var chunkG4FJGNY5_cjs = require('../chunk-G4FJGNY5.cjs');
6
- require('../chunk-5HZ6JUMF.cjs');
7
- require('../chunk-LZPXMTJ7.cjs');
8
- require('../chunk-B4UCHLYR.cjs');
9
- require('../chunk-Z3BZQSWV.cjs');
10
- require('../chunk-C7I2Y5NY.cjs');
6
+ require('../chunk-QN4N4I3Z.cjs');
7
+ require('../chunk-Q7E73DVJ.cjs');
8
+ require('../chunk-JR4TVE43.cjs');
9
+ require('../chunk-DSWSIBVQ.cjs');
10
+ require('../chunk-NWA32DT2.cjs');
11
+ require('../chunk-6BOWMGFG.cjs');
12
+ require('../chunk-NJEIDGQY.cjs');
11
13
  require('../chunk-RPTRTGC2.cjs');
14
+ require('../chunk-QFMQNY4G.cjs');
12
15
  require('../chunk-DWD754BX.cjs');
13
16
 
14
17
 
15
18
 
16
19
  Object.defineProperty(exports, "SyncDrag", {
17
20
  enumerable: true,
18
- get: function () { return chunk4DPLDAHW_cjs.SyncDrag; }
21
+ get: function () { return chunkD6326INV_cjs.SyncDrag; }
19
22
  });
20
23
  Object.defineProperty(exports, "SyncDragSlave", {
21
24
  enumerable: true,
22
- get: function () { return chunk4DPLDAHW_cjs.SyncDragSlave; }
25
+ get: function () { return chunkD6326INV_cjs.SyncDragSlave; }
23
26
  });
24
27
  Object.defineProperty(exports, "SyncDragSlaveX", {
25
28
  enumerable: true,
26
- get: function () { return chunk4DPLDAHW_cjs.SyncDragSlaveX; }
29
+ get: function () { return chunkD6326INV_cjs.SyncDragSlaveX; }
27
30
  });
28
31
  Object.defineProperty(exports, "SyncDragX", {
29
32
  enumerable: true,
30
- get: function () { return chunk4DPLDAHW_cjs.SyncDragX; }
33
+ get: function () { return chunkD6326INV_cjs.SyncDragX; }
31
34
  });
32
35
  Object.defineProperty(exports, "SyncScroll", {
33
36
  enumerable: true,
34
- get: function () { return chunk4DPLDAHW_cjs.SyncScroll; }
37
+ get: function () { return chunkD6326INV_cjs.SyncScroll; }
35
38
  });
36
39
  Object.defineProperty(exports, "SyncScrollSlave", {
37
40
  enumerable: true,
38
- get: function () { return chunk4DPLDAHW_cjs.SyncScrollSlave; }
41
+ get: function () { return chunkD6326INV_cjs.SyncScrollSlave; }
39
42
  });
40
43
  Object.defineProperty(exports, "SyncScrollProvider", {
41
44
  enumerable: true,
@@ -1,10 +1,13 @@
1
1
  import '../chunk-BNDRHLLZ.mjs';
2
- export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncScroll, SyncScrollSlave } from '../chunk-MPB4237J.mjs';
2
+ export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncScroll, SyncScrollSlave } from '../chunk-CGFJLQRG.mjs';
3
3
  export { SyncScrollProvider, useScrollSlave, useSyncDrag, useSyncScroll } from '../chunk-SAGQV2YZ.mjs';
4
- import '../chunk-AYKQVWMR.mjs';
5
- import '../chunk-QG5Z4C65.mjs';
6
- import '../chunk-UGIIFY42.mjs';
7
- import '../chunk-IWH3T7TD.mjs';
8
- import '../chunk-PR4VD5F2.mjs';
4
+ import '../chunk-F7ZHPSLA.mjs';
5
+ import '../chunk-3QT5VABC.mjs';
6
+ import '../chunk-XHJDRQD7.mjs';
7
+ import '../chunk-QCD2WTD3.mjs';
8
+ import '../chunk-MTB2EWG2.mjs';
9
+ import '../chunk-IZARTVYN.mjs';
10
+ import '../chunk-RHX3D3GE.mjs';
9
11
  import '../chunk-4F2GSF2T.mjs';
12
+ import '../chunk-ES4LBRHV.mjs';
10
13
  import '../chunk-KVFUDYD3.mjs';
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- var chunkOPVNPU6U_cjs = require('./chunk-OPVNPU6U.cjs');
4
3
  var chunkX6YX2NAS_cjs = require('./chunk-X6YX2NAS.cjs');
4
+ var chunk4PPIKQNU_cjs = require('./chunk-4PPIKQNU.cjs');
5
5
  var chunkXKV3CDJ7_cjs = require('./chunk-XKV3CDJ7.cjs');
6
6
  var chunkBHC7GX53_cjs = require('./chunk-BHC7GX53.cjs');
7
7
  var chunkNFJTF2GL_cjs = require('./chunk-NFJTF2GL.cjs');
@@ -9,7 +9,7 @@ var chunkWJY6BMVR_cjs = require('./chunk-WJY6BMVR.cjs');
9
9
 
10
10
  // src/highlight-cursor/enhanced-components.tsx
11
11
  var CursorButton = chunkWJY6BMVR_cjs.withCursor(chunkBHC7GX53_cjs.Button);
12
- var CursorTabs = chunkWJY6BMVR_cjs.withCursor(chunkOPVNPU6U_cjs.Tabs);
12
+ var CursorTabs = chunkWJY6BMVR_cjs.withCursor(chunk4PPIKQNU_cjs.Tabs);
13
13
  var CursorInputRoot = chunkWJY6BMVR_cjs.withCursor(chunkNFJTF2GL_cjs.InputRoot);
14
14
  var CursorSelectTrigger = chunkWJY6BMVR_cjs.withCursor(chunkXKV3CDJ7_cjs.SelectTrigger);
15
15
  var CursorTextarea = chunkWJY6BMVR_cjs.withCursor(chunkX6YX2NAS_cjs.Textarea);
@@ -0,0 +1,71 @@
1
+ 'use strict';
2
+
3
+ var chunkBHC7GX53_cjs = require('./chunk-BHC7GX53.cjs');
4
+ var chunkDWD754BX_cjs = require('./chunk-DWD754BX.cjs');
5
+ var classVarianceAuthority = require('class-variance-authority');
6
+ var lucideReact = require('lucide-react');
7
+ var react = require('react');
8
+ var jsxRuntime = require('react/jsx-runtime');
9
+
10
+ var navigationVariants = classVarianceAuthority.cva(["inline-flex", "items-center", "gap-lg", "bg-bg-primary"], {
11
+ variants: {
12
+ size: {
13
+ sm: [],
14
+ md: [],
15
+ lg: []
16
+ }
17
+ },
18
+ defaultVariants: {
19
+ size: "md"
20
+ }
21
+ });
22
+ var navigationTitleVariants = classVarianceAuthority.cva(["text-text-primary", "truncate"], {
23
+ variants: {
24
+ size: {
25
+ sm: ["text-uk-sm"],
26
+ md: ["text-uk-md"],
27
+ lg: ["text-uk-lg"]
28
+ }
29
+ },
30
+ defaultVariants: {
31
+ size: "md"
32
+ }
33
+ });
34
+ var navigationButtonVariants = classVarianceAuthority.cva([
35
+ "text-icon-primary",
36
+ "disabled:text-icon-tertiary",
37
+ "disabled:bg-bg-transparent"
38
+ ]);
39
+ var Navigation = react.forwardRef(function Navigation2({ className, title, onBack, onForward, canGoBack = true, canGoForward = true, size, ...props }, ref) {
40
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { ref, className: chunkDWD754BX_cjs.cn(navigationVariants({ size, className })), ...props, children: [
41
+ /* @__PURE__ */ jsxRuntime.jsx(
42
+ chunkBHC7GX53_cjs.Button,
43
+ {
44
+ variant: "ghost",
45
+ size,
46
+ icon: true,
47
+ onClick: onBack,
48
+ disabled: !canGoBack,
49
+ className: chunkDWD754BX_cjs.cn(navigationButtonVariants()),
50
+ "aria-label": "Back",
51
+ children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.ChevronLeft, {})
52
+ }
53
+ ),
54
+ /* @__PURE__ */ jsxRuntime.jsx(
55
+ chunkBHC7GX53_cjs.Button,
56
+ {
57
+ variant: "ghost",
58
+ size,
59
+ icon: true,
60
+ onClick: onForward,
61
+ disabled: !canGoForward,
62
+ className: chunkDWD754BX_cjs.cn(navigationButtonVariants()),
63
+ "aria-label": "Forward",
64
+ children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.ChevronRight, {})
65
+ }
66
+ ),
67
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: chunkDWD754BX_cjs.cn(navigationTitleVariants({ size })), children: title })
68
+ ] });
69
+ });
70
+
71
+ exports.Navigation = Navigation;
@@ -62,6 +62,7 @@ function useDragSelect(options = {}) {
62
62
  [selectedItems, handleMouseDown, handleMouseEnter]
63
63
  );
64
64
  useEffect(() => {
65
+ if (typeof document === "undefined") return;
65
66
  const handleGlobalMouseUp = () => {
66
67
  setIsDragging(false);
67
68
  setDragStartItem(null);
@@ -0,0 +1,97 @@
1
+ import { cn } from './chunk-KVFUDYD3.mjs';
2
+ import { jsx } from 'react/jsx-runtime';
3
+
4
+ function Table({ className, ...props }) {
5
+ return /* @__PURE__ */ jsx("div", { "data-slot": "table-container", className: "relative w-full overflow-x-auto", children: /* @__PURE__ */ jsx(
6
+ "table",
7
+ {
8
+ "data-slot": "table",
9
+ className: cn("text-uk-md w-full caption-bottom rounded-none!", className),
10
+ ...props
11
+ }
12
+ ) });
13
+ }
14
+ function TableHeader({ className, ...props }) {
15
+ return /* @__PURE__ */ jsx(
16
+ "thead",
17
+ {
18
+ "data-slot": "table-header",
19
+ className: cn("hover:bg-bg-tertiary [&_tr]:border-b", className),
20
+ ...props
21
+ }
22
+ );
23
+ }
24
+ function TableBody({ className, ...props }) {
25
+ return /* @__PURE__ */ jsx(
26
+ "tbody",
27
+ {
28
+ "data-slot": "table-body",
29
+ className: cn("[&_tr:last-child]:border-0", className),
30
+ ...props
31
+ }
32
+ );
33
+ }
34
+ function TableFooter({ className, ...props }) {
35
+ return /* @__PURE__ */ jsx(
36
+ "tfoot",
37
+ {
38
+ "data-slot": "table-footer",
39
+ className: cn(
40
+ "bg-bg-secondary border-bg-secondary hover:bg-bg-tertiary border-t font-medium [&>tr]:last:border-b-0",
41
+ className
42
+ ),
43
+ ...props
44
+ }
45
+ );
46
+ }
47
+ function TableRow({ className, ...props }) {
48
+ return /* @__PURE__ */ jsx(
49
+ "tr",
50
+ {
51
+ "data-slot": "table-row",
52
+ className: cn(
53
+ "hover:bg-bg-secondary data-[state=selected]:bg-bg-secondary border-bg-secondary border-b transition-colors",
54
+ className
55
+ ),
56
+ ...props
57
+ }
58
+ );
59
+ }
60
+ function TableHead({ className, ...props }) {
61
+ return /* @__PURE__ */ jsx(
62
+ "th",
63
+ {
64
+ "data-slot": "table-head",
65
+ className: cn(
66
+ "bg-bg-secondary! px-lg! text-text-primary! text-uk-md h-[40px] py-0! text-left align-middle font-medium! whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
67
+ className
68
+ ),
69
+ ...props
70
+ }
71
+ );
72
+ }
73
+ function TableCell({ className, ...props }) {
74
+ return /* @__PURE__ */ jsx(
75
+ "td",
76
+ {
77
+ "data-slot": "table-cell",
78
+ className: cn(
79
+ "px-lg! text-text-primary! text-uk-md h-[40px] py-0! align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
80
+ className
81
+ ),
82
+ ...props
83
+ }
84
+ );
85
+ }
86
+ function TableCaption({ className, ...props }) {
87
+ return /* @__PURE__ */ jsx(
88
+ "caption",
89
+ {
90
+ "data-slot": "table-caption",
91
+ className: cn("text-text-tertiary text-uk-md mt-4", className),
92
+ ...props
93
+ }
94
+ );
95
+ }
96
+
97
+ export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
@@ -10,30 +10,32 @@ var DockLayout = forwardRef(
10
10
  {
11
11
  ref,
12
12
  ...props,
13
- className: cn(
14
- "relative h-full w-full flex flex-col overflow-hidden",
15
- className
16
- )
13
+ className: cn("relative flex h-full w-full flex-col overflow-hidden", className)
17
14
  }
18
15
  );
19
16
  }
20
17
  );
21
18
  DockLayout.displayName = "DockLayout";
22
19
  function DockLayoutContent({ className, ...props }) {
23
- return /* @__PURE__ */ jsx("div", { ...props, className: cn("flex-1 flex flex-col items-center justify-center overflow-auto relative", className) });
20
+ return /* @__PURE__ */ jsx(
21
+ "div",
22
+ {
23
+ ...props,
24
+ className: cn(
25
+ "relative flex flex-1 flex-col items-center justify-center overflow-auto",
26
+ className
27
+ )
28
+ }
29
+ );
24
30
  }
25
- function DockLayoutLeft({
26
- className,
27
- asChild,
28
- ...props
29
- }) {
31
+ function DockLayoutLeft({ className, asChild, ...props }) {
30
32
  const Comp = asChild ? Slot : "div";
31
33
  return /* @__PURE__ */ jsx(
32
34
  Comp,
33
35
  {
34
36
  ...props,
35
37
  className: cn(
36
- "h-full flex flex-col items-start gap-4 bg-bg-primary flex-shrink-0",
38
+ "bg-bg-primary flex h-full flex-shrink-0 flex-col items-start gap-4",
37
39
  className
38
40
  )
39
41
  }
@@ -45,26 +47,19 @@ function DockLayoutTop({ className, ...props }) {
45
47
  {
46
48
  ...props,
47
49
  className: cn(
48
- "absolute top-4 left-1/2 transform -translate-x-1/2 z-20 flex items-start justify-center",
50
+ "absolute top-4 left-1/2 z-20 flex -translate-x-1/2 transform items-start justify-center",
49
51
  className
50
52
  )
51
53
  }
52
54
  );
53
55
  }
54
- function DockLayoutRight({
55
- className,
56
- asChild,
57
- ...props
58
- }) {
56
+ function DockLayoutRight({ className, asChild, ...props }) {
59
57
  const Comp = asChild ? Slot : "div";
60
58
  return /* @__PURE__ */ jsx(
61
59
  Comp,
62
60
  {
63
61
  ...props,
64
- className: cn(
65
- "h-full flex flex-col items-end gap-4 bg-bg-primary flex-shrink-0",
66
- className
67
- )
62
+ className: cn("bg-bg-primary flex h-full flex-shrink-0 flex-col items-end gap-4", className)
68
63
  }
69
64
  );
70
65
  }
@@ -76,10 +71,7 @@ var DockLayoutBottom = forwardRef(
76
71
  {
77
72
  ref,
78
73
  ...props,
79
- className: cn(
80
- "inline-flex justify-center bg-bg-primary flex-shrink-0 w-full",
81
- className
82
- )
74
+ className: cn("bg-bg-primary inline-flex w-full flex-shrink-0 justify-center", className)
83
75
  }
84
76
  );
85
77
  }
@@ -0,0 +1,69 @@
1
+ 'use strict';
2
+
3
+ var react = require('react');
4
+
5
+ // src/hooks/useLocation.tsx
6
+ var listeners = [];
7
+ var currentSnapshot = void 0;
8
+ function updateSnapshot() {
9
+ if (typeof window === "undefined") {
10
+ currentSnapshot = void 0;
11
+ return;
12
+ }
13
+ currentSnapshot = {
14
+ href: window.location.href,
15
+ pathname: window.location.pathname,
16
+ search: window.location.search,
17
+ hash: window.location.hash,
18
+ host: window.location.host,
19
+ hostname: window.location.hostname,
20
+ port: window.location.port,
21
+ protocol: window.location.protocol,
22
+ origin: window.location.origin
23
+ };
24
+ }
25
+ updateSnapshot();
26
+ function subscribe(callback) {
27
+ listeners.push(callback);
28
+ if (typeof window === "undefined") {
29
+ return () => {
30
+ listeners = listeners.filter((l) => l !== callback);
31
+ };
32
+ }
33
+ const notifyListeners = () => {
34
+ updateSnapshot();
35
+ listeners.forEach((listener) => listener());
36
+ };
37
+ window.addEventListener("popstate", notifyListeners);
38
+ window.addEventListener("hashchange", notifyListeners);
39
+ const originalPushState = window.history.pushState;
40
+ const originalReplaceState = window.history.replaceState;
41
+ window.history.pushState = function(...args) {
42
+ originalPushState.apply(window.history, args);
43
+ notifyListeners();
44
+ };
45
+ window.history.replaceState = function(...args) {
46
+ originalReplaceState.apply(window.history, args);
47
+ notifyListeners();
48
+ };
49
+ return () => {
50
+ listeners = listeners.filter((l) => l !== callback);
51
+ window.removeEventListener("popstate", notifyListeners);
52
+ window.removeEventListener("hashchange", notifyListeners);
53
+ if (listeners.length === 0) {
54
+ window.history.pushState = originalPushState;
55
+ window.history.replaceState = originalReplaceState;
56
+ }
57
+ };
58
+ }
59
+ function getSnapshot() {
60
+ return currentSnapshot;
61
+ }
62
+ function getServerSnapshot() {
63
+ return void 0;
64
+ }
65
+ function useLocation() {
66
+ return react.useSyncExternalStore(subscribe, getSnapshot, getServerSnapshot);
67
+ }
68
+
69
+ exports.useLocation = useLocation;
@@ -0,0 +1,69 @@
1
+ import { Button } from './chunk-3MSEMXKG.mjs';
2
+ import { cn } from './chunk-KVFUDYD3.mjs';
3
+ import { cva } from 'class-variance-authority';
4
+ import { ChevronLeft, ChevronRight } from 'lucide-react';
5
+ import { forwardRef } from 'react';
6
+ import { jsxs, jsx } from 'react/jsx-runtime';
7
+
8
+ var navigationVariants = cva(["inline-flex", "items-center", "gap-lg", "bg-bg-primary"], {
9
+ variants: {
10
+ size: {
11
+ sm: [],
12
+ md: [],
13
+ lg: []
14
+ }
15
+ },
16
+ defaultVariants: {
17
+ size: "md"
18
+ }
19
+ });
20
+ var navigationTitleVariants = cva(["text-text-primary", "truncate"], {
21
+ variants: {
22
+ size: {
23
+ sm: ["text-uk-sm"],
24
+ md: ["text-uk-md"],
25
+ lg: ["text-uk-lg"]
26
+ }
27
+ },
28
+ defaultVariants: {
29
+ size: "md"
30
+ }
31
+ });
32
+ var navigationButtonVariants = cva([
33
+ "text-icon-primary",
34
+ "disabled:text-icon-tertiary",
35
+ "disabled:bg-bg-transparent"
36
+ ]);
37
+ var Navigation = forwardRef(function Navigation2({ className, title, onBack, onForward, canGoBack = true, canGoForward = true, size, ...props }, ref) {
38
+ return /* @__PURE__ */ jsxs("div", { ref, className: cn(navigationVariants({ size, className })), ...props, children: [
39
+ /* @__PURE__ */ jsx(
40
+ Button,
41
+ {
42
+ variant: "ghost",
43
+ size,
44
+ icon: true,
45
+ onClick: onBack,
46
+ disabled: !canGoBack,
47
+ className: cn(navigationButtonVariants()),
48
+ "aria-label": "Back",
49
+ children: /* @__PURE__ */ jsx(ChevronLeft, {})
50
+ }
51
+ ),
52
+ /* @__PURE__ */ jsx(
53
+ Button,
54
+ {
55
+ variant: "ghost",
56
+ size,
57
+ icon: true,
58
+ onClick: onForward,
59
+ disabled: !canGoForward,
60
+ className: cn(navigationButtonVariants()),
61
+ "aria-label": "Forward",
62
+ children: /* @__PURE__ */ jsx(ChevronRight, {})
63
+ }
64
+ ),
65
+ /* @__PURE__ */ jsx("span", { className: cn(navigationTitleVariants({ size })), children: title })
66
+ ] });
67
+ });
68
+
69
+ export { Navigation };
@@ -0,0 +1,27 @@
1
+ import { LiquidLayout, LiquidLayoutContent, LiquidLayoutBottom, LiquidLayoutRight, LiquidLayoutLeft, LiquidLayoutTop } from './chunk-LAZO5ZDT.mjs';
2
+ import { cn } from './chunk-KVFUDYD3.mjs';
3
+ import { jsxs, jsx } from 'react/jsx-runtime';
4
+
5
+ var LiquidLayoutView = ({
6
+ left,
7
+ right,
8
+ top,
9
+ bottom,
10
+ children,
11
+ className,
12
+ leftClassName,
13
+ rightClassName,
14
+ topClassName,
15
+ bottomClassName,
16
+ contentClassName
17
+ }) => {
18
+ return /* @__PURE__ */ jsxs(LiquidLayout, { className, children: [
19
+ /* @__PURE__ */ jsx(LiquidLayoutContent, { className: cn("flex flex-col items-center justify-center", contentClassName), children }),
20
+ bottom && /* @__PURE__ */ jsx(LiquidLayoutBottom, { className: cn("mt-4", bottomClassName), children: bottom }),
21
+ right && /* @__PURE__ */ jsx(LiquidLayoutRight, { className: rightClassName, children: right }),
22
+ left && /* @__PURE__ */ jsx(LiquidLayoutLeft, { className: leftClassName, children: left }),
23
+ top && /* @__PURE__ */ jsx(LiquidLayoutTop, { className: topClassName, children: top })
24
+ ] });
25
+ };
26
+
27
+ export { LiquidLayoutView };
@@ -228,7 +228,11 @@ var SyncDragSlaveX = ({
228
228
  Comp,
229
229
  {
230
230
  ref,
231
- className: cn("cursor-grab overflow-x-auto overflow-y-hidden", isDragging && "cursor-grabbing", className),
231
+ className: cn(
232
+ "cursor-grab overflow-x-auto overflow-y-hidden",
233
+ isDragging && "cursor-grabbing",
234
+ className
235
+ ),
232
236
  style: { userSelect: isDragging ? "none" : "auto", ...props.style },
233
237
  ...props,
234
238
  children
@@ -1,4 +1,4 @@
1
- import { TreeView } from './chunk-JSNFXIT2.mjs';
1
+ import { TreeView } from './chunk-JVCED76T.mjs';
2
2
  import { TooltipProvider, Tooltip, TooltipTrigger, TooltipContent } from './chunk-XSJ6XVTR.mjs';
3
3
  import { cn } from './chunk-KVFUDYD3.mjs';
4
4
  import { Magnet, ChevronLeft, ChevronRight } from 'lucide-react';
@@ -230,7 +230,11 @@ var SyncDragSlaveX = ({
230
230
  Comp,
231
231
  {
232
232
  ref,
233
- className: chunkDWD754BX_cjs.cn("cursor-grab overflow-x-auto overflow-y-hidden", isDragging && "cursor-grabbing", className),
233
+ className: chunkDWD754BX_cjs.cn(
234
+ "cursor-grab overflow-x-auto overflow-y-hidden",
235
+ isDragging && "cursor-grabbing",
236
+ className
237
+ ),
234
238
  style: { userSelect: isDragging ? "none" : "auto", ...props.style },
235
239
  ...props,
236
240
  children