@vuer-ai/vuer-uikit 0.0.47 → 0.0.49

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 (176) hide show
  1. package/dist/{chunk-IMIHCOOE.js → chunk-2FCKLHWA.js} +1 -1
  2. package/dist/chunk-53PX4SCN.js +61 -0
  3. package/dist/{chunk-UZFOWGVD.mjs → chunk-5CWWM4L7.mjs} +9 -2
  4. package/dist/chunk-7NHWT7CO.mjs +26 -0
  5. package/dist/{chunk-5VYIGLGB.mjs → chunk-AJKD26TR.mjs} +1 -1
  6. package/dist/{chunk-NSN3O6CZ.mjs → chunk-AQENEOV3.mjs} +2 -2
  7. package/dist/{chunk-NKNUMZJL.mjs → chunk-DDG2W6BX.mjs} +36 -27
  8. package/dist/{chunk-KDRYDUQT.js → chunk-DWK23X7J.js} +1 -0
  9. package/dist/{chunk-R3SHGA4V.js → chunk-EOTROHFU.js} +36 -27
  10. package/dist/chunk-GCIH5IMQ.mjs +118 -0
  11. package/dist/chunk-HOQHWWLY.mjs +37 -0
  12. package/dist/{chunk-AKBWNVRH.js → chunk-HYVF2TGW.js} +2 -2
  13. package/dist/{chunk-QQMHPZFI.js → chunk-JIRSHP3D.js} +9 -2
  14. package/dist/chunk-KYWKRMXK.js +48 -0
  15. package/dist/chunk-N6DZ364I.mjs +15 -0
  16. package/dist/chunk-NXTGTCPA.mjs +19 -0
  17. package/dist/{chunk-3WAI7WDK.mjs → chunk-PDXJXH4A.mjs} +1 -1
  18. package/dist/chunk-PF36CKO7.mjs +599 -0
  19. package/dist/{chunk-I5UCKLLT.mjs → chunk-PZ3FWTMB.mjs} +1 -1
  20. package/dist/chunk-QPQSH53G.js +17 -0
  21. package/dist/chunk-VAEPAW5L.js +126 -0
  22. package/dist/{chunk-M3S7NSGR.mjs → chunk-VSFCQCKQ.mjs} +2 -2
  23. package/dist/{chunk-YGSTPCLB.mjs → chunk-VSYSYSVQ.mjs} +47 -31
  24. package/dist/{chunk-BGXUSJT2.js → chunk-WEHNW5KY.js} +2 -2
  25. package/dist/{chunk-HE63LZKF.js → chunk-XBKQWS7J.js} +3 -3
  26. package/dist/chunk-YFPY5SLS.js +41 -0
  27. package/dist/{chunk-VEUXQSY3.js → chunk-YNKO5FOU.js} +47 -31
  28. package/dist/chunk-YOKGP5F7.js +624 -0
  29. package/dist/highlight-cursor/cursor-provider.js +2 -2
  30. package/dist/highlight-cursor/cursor-provider.mjs +1 -1
  31. package/dist/highlight-cursor/enhanced-components.d.mts +3 -3
  32. package/dist/highlight-cursor/enhanced-components.d.ts +3 -3
  33. package/dist/highlight-cursor/enhanced-components.js +10 -10
  34. package/dist/highlight-cursor/enhanced-components.mjs +5 -5
  35. package/dist/highlight-cursor/index.d.mts +3 -3
  36. package/dist/highlight-cursor/index.d.ts +3 -3
  37. package/dist/highlight-cursor/index.js +12 -12
  38. package/dist/highlight-cursor/index.mjs +6 -6
  39. package/dist/hooks/index.js +7 -7
  40. package/dist/hooks/index.mjs +2 -2
  41. package/dist/hooks/use-mobile.d.mts +3 -0
  42. package/dist/hooks/use-mobile.d.ts +3 -0
  43. package/dist/hooks/use-mobile.js +10 -0
  44. package/dist/hooks/use-mobile.mjs +1 -0
  45. package/dist/hooks/useDragSelect.js +2 -2
  46. package/dist/hooks/useDragSelect.mjs +1 -1
  47. package/dist/index.d.mts +9 -3
  48. package/dist/index.d.ts +9 -3
  49. package/dist/index.js +285 -139
  50. package/dist/index.mjs +28 -22
  51. package/dist/ui/avatar.js +2 -2
  52. package/dist/ui/avatar.mjs +2 -2
  53. package/dist/ui/badge.d.mts +2 -2
  54. package/dist/ui/badge.d.ts +2 -2
  55. package/dist/ui/badge.js +2 -2
  56. package/dist/ui/badge.mjs +2 -2
  57. package/dist/ui/button.d.mts +2 -2
  58. package/dist/ui/button.d.ts +2 -2
  59. package/dist/ui/button.js +8 -4
  60. package/dist/ui/button.mjs +3 -3
  61. package/dist/ui/card.js +2 -2
  62. package/dist/ui/card.mjs +2 -2
  63. package/dist/ui/checkbox.js +2 -2
  64. package/dist/ui/checkbox.mjs +2 -2
  65. package/dist/ui/collapsible.js +2 -2
  66. package/dist/ui/collapsible.mjs +2 -2
  67. package/dist/ui/drawer.js +2 -2
  68. package/dist/ui/drawer.mjs +2 -2
  69. package/dist/ui/dropdown.js +2 -2
  70. package/dist/ui/dropdown.mjs +2 -2
  71. package/dist/ui/form/CmInput.js +2 -2
  72. package/dist/ui/form/CmInput.mjs +2 -2
  73. package/dist/ui/form/DegInput.js +2 -2
  74. package/dist/ui/form/DegInput.mjs +2 -2
  75. package/dist/ui/form/EulerDegInput.js +2 -2
  76. package/dist/ui/form/EulerDegInput.mjs +2 -2
  77. package/dist/ui/form/EulerInput.js +2 -2
  78. package/dist/ui/form/EulerInput.mjs +2 -2
  79. package/dist/ui/form/EulerRadInput.js +2 -2
  80. package/dist/ui/form/EulerRadInput.mjs +2 -2
  81. package/dist/ui/form/InchInput.js +2 -2
  82. package/dist/ui/form/InchInput.mjs +2 -2
  83. package/dist/ui/form/IntInput.js +2 -2
  84. package/dist/ui/form/IntInput.mjs +2 -2
  85. package/dist/ui/form/KVectorInput.js +2 -2
  86. package/dist/ui/form/KVectorInput.mjs +2 -2
  87. package/dist/ui/form/NumberInput.js +2 -2
  88. package/dist/ui/form/NumberInput.mjs +2 -2
  89. package/dist/ui/form/QuaternionInput.js +2 -2
  90. package/dist/ui/form/QuaternionInput.mjs +2 -2
  91. package/dist/ui/form/RadInput.js +2 -2
  92. package/dist/ui/form/RadInput.mjs +2 -2
  93. package/dist/ui/form/TimeInput.js +2 -2
  94. package/dist/ui/form/TimeInput.mjs +2 -2
  95. package/dist/ui/form/Vec3Input.js +2 -2
  96. package/dist/ui/form/Vec3Input.mjs +2 -2
  97. package/dist/ui/form/VectorInput.js +2 -2
  98. package/dist/ui/form/VectorInput.mjs +2 -2
  99. package/dist/ui/form/index.js +17 -17
  100. package/dist/ui/form/index.mjs +5 -5
  101. package/dist/ui/index.d.mts +9 -3
  102. package/dist/ui/index.d.ts +9 -3
  103. package/dist/ui/index.js +270 -124
  104. package/dist/ui/index.mjs +26 -20
  105. package/dist/ui/input-numbers.js +2 -2
  106. package/dist/ui/input-numbers.mjs +2 -2
  107. package/dist/ui/input.d.mts +1 -1
  108. package/dist/ui/input.d.ts +1 -1
  109. package/dist/ui/input.js +2 -2
  110. package/dist/ui/input.mjs +2 -2
  111. package/dist/ui/layout.js +2 -2
  112. package/dist/ui/layout.mjs +2 -2
  113. package/dist/ui/modal.js +2 -2
  114. package/dist/ui/modal.mjs +2 -2
  115. package/dist/ui/pagination.d.mts +18 -0
  116. package/dist/ui/pagination.d.ts +18 -0
  117. package/dist/ui/pagination.js +43 -0
  118. package/dist/ui/pagination.mjs +10 -0
  119. package/dist/ui/popover.js +2 -2
  120. package/dist/ui/popover.mjs +2 -2
  121. package/dist/ui/radio-group.js +2 -2
  122. package/dist/ui/radio-group.mjs +2 -2
  123. package/dist/ui/resizable.d.mts +14 -0
  124. package/dist/ui/resizable.d.ts +14 -0
  125. package/dist/ui/resizable.js +25 -0
  126. package/dist/ui/resizable.mjs +8 -0
  127. package/dist/ui/select.d.mts +1 -1
  128. package/dist/ui/select.d.ts +1 -1
  129. package/dist/ui/select.js +2 -2
  130. package/dist/ui/select.mjs +2 -2
  131. package/dist/ui/separator.d.mts +7 -0
  132. package/dist/ui/separator.d.ts +7 -0
  133. package/dist/ui/separator.js +17 -0
  134. package/dist/ui/separator.mjs +8 -0
  135. package/dist/ui/sheet.js +2 -2
  136. package/dist/ui/sheet.mjs +2 -2
  137. package/dist/ui/sidebar.d.mts +75 -0
  138. package/dist/ui/sidebar.d.ts +75 -0
  139. package/dist/ui/sidebar.js +116 -0
  140. package/dist/ui/sidebar.mjs +15 -0
  141. package/dist/ui/skeleton.d.mts +6 -0
  142. package/dist/ui/skeleton.d.ts +6 -0
  143. package/dist/ui/skeleton.js +17 -0
  144. package/dist/ui/skeleton.mjs +8 -0
  145. package/dist/ui/slider.js +2 -2
  146. package/dist/ui/slider.mjs +2 -2
  147. package/dist/ui/switch.js +2 -2
  148. package/dist/ui/switch.mjs +2 -2
  149. package/dist/ui/tabs.js +2 -2
  150. package/dist/ui/tabs.mjs +2 -2
  151. package/dist/ui/textarea.js +2 -2
  152. package/dist/ui/textarea.mjs +2 -2
  153. package/dist/ui/timeline.js +5 -5
  154. package/dist/ui/timeline.mjs +4 -4
  155. package/dist/ui/toggle-group.js +2 -2
  156. package/dist/ui/toggle-group.mjs +2 -2
  157. package/dist/ui/toggle.js +2 -2
  158. package/dist/ui/toggle.mjs +2 -2
  159. package/dist/ui/tooltip.js +2 -2
  160. package/dist/ui/tooltip.mjs +2 -2
  161. package/dist/ui/tree-view-v2.d.mts +5 -1
  162. package/dist/ui/tree-view-v2.d.ts +5 -1
  163. package/dist/ui/tree-view-v2.js +4 -4
  164. package/dist/ui/tree-view-v2.mjs +3 -3
  165. package/dist/ui/tree-view.js +4 -4
  166. package/dist/ui/tree-view.mjs +3 -3
  167. package/dist/ui/version-badge.js +4 -4
  168. package/dist/ui/version-badge.mjs +3 -3
  169. package/package.json +2 -1
  170. package/src/hooks/useDragSelect.ts +12 -2
  171. package/src/ui/index.ts +1 -0
  172. package/src/ui/resizable.tsx +50 -0
  173. package/src/ui/sidebar.tsx +13 -13
  174. package/src/ui/tree-view-v2.tsx +47 -22
  175. /package/dist/{chunk-YQKZSWI6.js → chunk-GLGYNU3Q.js} +0 -0
  176. /package/dist/{chunk-4IXZRYYD.mjs → chunk-ZFWQLAQA.mjs} +0 -0
package/dist/index.js CHANGED
@@ -1,65 +1,71 @@
1
1
  'use strict';
2
2
 
3
- require('./chunk-YQKZSWI6.js');
4
- require('./chunk-GVDU3F7X.js');
3
+ require('./chunk-GLGYNU3Q.js');
5
4
  require('./chunk-Y2QBWXB4.js');
6
5
  var chunkKEVAPLWO_js = require('./chunk-KEVAPLWO.js');
7
6
  var chunk72PCXNEI_js = require('./chunk-72PCXNEI.js');
8
- var chunkTWQSUO5Q_js = require('./chunk-TWQSUO5Q.js');
9
- var chunk7KVGTDDO_js = require('./chunk-7KVGTDDO.js');
7
+ require('./chunk-GVDU3F7X.js');
10
8
  var chunkTPX5AJ7Z_js = require('./chunk-TPX5AJ7Z.js');
11
9
  var chunk2QBMOSVM_js = require('./chunk-2QBMOSVM.js');
12
10
  var chunk6N2Q4EQ2_js = require('./chunk-6N2Q4EQ2.js');
13
11
  var chunkLD32BCCX_js = require('./chunk-LD32BCCX.js');
14
12
  var chunkE2UGNYWU_js = require('./chunk-E2UGNYWU.js');
15
13
  require('./chunk-JFSQNIDX.js');
16
- var chunkWRF3C24J_js = require('./chunk-WRF3C24J.js');
17
- var chunk4HJQPZQ2_js = require('./chunk-4HJQPZQ2.js');
18
14
  var chunkUQQPHWTA_js = require('./chunk-UQQPHWTA.js');
19
15
  var chunkEJ7D53ZF_js = require('./chunk-EJ7D53ZF.js');
20
- var chunkIOVNKUJ6_js = require('./chunk-IOVNKUJ6.js');
21
16
  var chunkA77ETENM_js = require('./chunk-A77ETENM.js');
22
17
  var chunkNBG65POR_js = require('./chunk-NBG65POR.js');
23
18
  var chunk6AWSAY7A_js = require('./chunk-6AWSAY7A.js');
24
19
  var chunkCPZIDU2J_js = require('./chunk-CPZIDU2J.js');
25
- var chunkBGXUSJT2_js = require('./chunk-BGXUSJT2.js');
26
- var chunkQJR6MCTR_js = require('./chunk-QJR6MCTR.js');
20
+ var chunkTWQSUO5Q_js = require('./chunk-TWQSUO5Q.js');
21
+ var chunk7KVGTDDO_js = require('./chunk-7KVGTDDO.js');
22
+ var chunkIOVNKUJ6_js = require('./chunk-IOVNKUJ6.js');
27
23
  var chunkFSFUZ7Y6_js = require('./chunk-FSFUZ7Y6.js');
28
24
  var chunkEAN5SZYQ_js = require('./chunk-EAN5SZYQ.js');
29
- var chunkVEUXQSY3_js = require('./chunk-VEUXQSY3.js');
25
+ var chunkEOTROHFU_js = require('./chunk-EOTROHFU.js');
26
+ var chunk2FCKLHWA_js = require('./chunk-2FCKLHWA.js');
27
+ var chunkWRF3C24J_js = require('./chunk-WRF3C24J.js');
28
+ var chunk4HJQPZQ2_js = require('./chunk-4HJQPZQ2.js');
29
+ var chunkYOKGP5F7_js = require('./chunk-YOKGP5F7.js');
30
+ require('./chunk-QPQSH53G.js');
31
+ var chunkJ2ZRCEKZ_js = require('./chunk-J2ZRCEKZ.js');
32
+ var chunkRFFQCDHN_js = require('./chunk-RFFQCDHN.js');
33
+ var chunkWEHNW5KY_js = require('./chunk-WEHNW5KY.js');
34
+ var chunkYNKO5FOU_js = require('./chunk-YNKO5FOU.js');
30
35
  var chunkER6XHUS7_js = require('./chunk-ER6XHUS7.js');
31
- var chunkR3SHGA4V_js = require('./chunk-R3SHGA4V.js');
32
- var chunkIMIHCOOE_js = require('./chunk-IMIHCOOE.js');
36
+ var chunkQJR6MCTR_js = require('./chunk-QJR6MCTR.js');
37
+ var chunkQJPJVF7K_js = require('./chunk-QJPJVF7K.js');
38
+ var chunkVAEPAW5L_js = require('./chunk-VAEPAW5L.js');
33
39
  var chunkTC4RAHDO_js = require('./chunk-TC4RAHDO.js');
34
40
  var chunkBXYVNNXU_js = require('./chunk-BXYVNNXU.js');
41
+ var chunk53PX4SCN_js = require('./chunk-53PX4SCN.js');
42
+ require('./chunk-KYWKRMXK.js');
35
43
  var chunkGFPXAGJY_js = require('./chunk-GFPXAGJY.js');
36
- var chunkJ2ZRCEKZ_js = require('./chunk-J2ZRCEKZ.js');
37
- var chunkRFFQCDHN_js = require('./chunk-RFFQCDHN.js');
44
+ var chunkPY5KHH5C_js = require('./chunk-PY5KHH5C.js');
38
45
  var chunkR37JH544_js = require('./chunk-R37JH544.js');
39
46
  var chunkJWFD5H5L_js = require('./chunk-JWFD5H5L.js');
40
47
  var chunkEW34OO4H_js = require('./chunk-EW34OO4H.js');
41
48
  var chunk7TD2RBQJ_js = require('./chunk-7TD2RBQJ.js');
42
49
  var chunkP6K4746M_js = require('./chunk-P6K4746M.js');
43
- var chunkQJPJVF7K_js = require('./chunk-QJPJVF7K.js');
44
50
  var chunk6C6V7VLS_js = require('./chunk-6C6V7VLS.js');
45
51
  var chunkILJK43VJ_js = require('./chunk-ILJK43VJ.js');
46
52
  var chunkPVQWUU6F_js = require('./chunk-PVQWUU6F.js');
47
- var chunkPY5KHH5C_js = require('./chunk-PY5KHH5C.js');
53
+ require('./chunk-YFPY5SLS.js');
48
54
  require('./chunk-KJ42IGH6.js');
49
- var chunkAKBWNVRH_js = require('./chunk-AKBWNVRH.js');
50
- var chunkHE63LZKF_js = require('./chunk-HE63LZKF.js');
51
- var chunkCZBGKVGH_js = require('./chunk-CZBGKVGH.js');
55
+ var chunkHYVF2TGW_js = require('./chunk-HYVF2TGW.js');
56
+ var chunkXBKQWS7J_js = require('./chunk-XBKQWS7J.js');
52
57
  var chunkW3AIC7FW_js = require('./chunk-W3AIC7FW.js');
53
58
  var chunkKCA5PXNO_js = require('./chunk-KCA5PXNO.js');
59
+ var chunkCZBGKVGH_js = require('./chunk-CZBGKVGH.js');
54
60
  var chunk3YODEBOY_js = require('./chunk-3YODEBOY.js');
55
- var chunkKDRYDUQT_js = require('./chunk-KDRYDUQT.js');
61
+ var chunkDWK23X7J_js = require('./chunk-DWK23X7J.js');
56
62
  var chunkUFHMEEGL_js = require('./chunk-UFHMEEGL.js');
57
63
  require('./chunk-UBVYEZI3.js');
64
+ var chunkW3APG27Q_js = require('./chunk-W3APG27Q.js');
58
65
  var chunkQG7ZF6TO_js = require('./chunk-QG7ZF6TO.js');
59
66
  var chunkOASPTOVZ_js = require('./chunk-OASPTOVZ.js');
60
- var chunkQQMHPZFI_js = require('./chunk-QQMHPZFI.js');
67
+ var chunkJIRSHP3D_js = require('./chunk-JIRSHP3D.js');
61
68
  var chunkKIENXCE4_js = require('./chunk-KIENXCE4.js');
62
- var chunkW3APG27Q_js = require('./chunk-W3APG27Q.js');
63
69
  var chunk7KYAICHB_js = require('./chunk-7KYAICHB.js');
64
70
  require('./chunk-CLTLT5XW.js');
65
71
  var chunkOTPUWWEB_js = require('./chunk-OTPUWWEB.js');
@@ -78,14 +84,6 @@ Object.defineProperty(exports, "ThemeScript", {
78
84
  enumerable: true,
79
85
  get: function () { return chunk72PCXNEI_js.ThemeScript; }
80
86
  });
81
- Object.defineProperty(exports, "InchInput", {
82
- enumerable: true,
83
- get: function () { return chunkTWQSUO5Q_js.InchInput; }
84
- });
85
- Object.defineProperty(exports, "IntInput", {
86
- enumerable: true,
87
- get: function () { return chunk7KVGTDDO_js.IntInput; }
88
- });
89
87
  Object.defineProperty(exports, "KVectorInput", {
90
88
  enumerable: true,
91
89
  get: function () { return chunkTPX5AJ7Z_js.KVectorInput; }
@@ -106,18 +104,6 @@ Object.defineProperty(exports, "Vec3Input", {
106
104
  enumerable: true,
107
105
  get: function () { return chunkE2UGNYWU_js.Vec3Input; }
108
106
  });
109
- Object.defineProperty(exports, "createSelectable", {
110
- enumerable: true,
111
- get: function () { return chunkWRF3C24J_js.createSelectable; }
112
- });
113
- Object.defineProperty(exports, "DragSelectProvider", {
114
- enumerable: true,
115
- get: function () { return chunk4HJQPZQ2_js.DragSelectProvider; }
116
- });
117
- Object.defineProperty(exports, "useDragSelectContext", {
118
- enumerable: true,
119
- get: function () { return chunk4HJQPZQ2_js.useDragSelectContext; }
120
- });
121
107
  Object.defineProperty(exports, "CmInput", {
122
108
  enumerable: true,
123
109
  get: function () { return chunkUQQPHWTA_js.CmInput; }
@@ -126,10 +112,6 @@ Object.defineProperty(exports, "DegInput", {
126
112
  enumerable: true,
127
113
  get: function () { return chunkEJ7D53ZF_js.DegInput; }
128
114
  });
129
- Object.defineProperty(exports, "NumberInput", {
130
- enumerable: true,
131
- get: function () { return chunkIOVNKUJ6_js.NumberInput; }
132
- });
133
115
  Object.defineProperty(exports, "EulerDegInput", {
134
116
  enumerable: true,
135
117
  get: function () { return chunkA77ETENM_js.EulerDegInput; }
@@ -146,17 +128,17 @@ Object.defineProperty(exports, "VectorInput", {
146
128
  enumerable: true,
147
129
  get: function () { return chunkCPZIDU2J_js.VectorInput; }
148
130
  });
149
- Object.defineProperty(exports, "Timeline", {
131
+ Object.defineProperty(exports, "InchInput", {
150
132
  enumerable: true,
151
- get: function () { return chunkBGXUSJT2_js.Timeline; }
133
+ get: function () { return chunkTWQSUO5Q_js.InchInput; }
152
134
  });
153
- Object.defineProperty(exports, "Toaster", {
135
+ Object.defineProperty(exports, "IntInput", {
154
136
  enumerable: true,
155
- get: function () { return chunkQJR6MCTR_js.Toaster; }
137
+ get: function () { return chunk7KVGTDDO_js.IntInput; }
156
138
  });
157
- Object.defineProperty(exports, "toast", {
139
+ Object.defineProperty(exports, "NumberInput", {
158
140
  enumerable: true,
159
- get: function () { return chunkQJR6MCTR_js.toast; }
141
+ get: function () { return chunkIOVNKUJ6_js.NumberInput; }
160
142
  });
161
143
  Object.defineProperty(exports, "ToggleGroup", {
162
144
  enumerable: true,
@@ -174,9 +156,137 @@ Object.defineProperty(exports, "toggleVariants", {
174
156
  enumerable: true,
175
157
  get: function () { return chunkEAN5SZYQ_js.toggleVariants; }
176
158
  });
159
+ Object.defineProperty(exports, "TreeView", {
160
+ enumerable: true,
161
+ get: function () { return chunkEOTROHFU_js.TreeView; }
162
+ });
163
+ Object.defineProperty(exports, "VersionBadge", {
164
+ enumerable: true,
165
+ get: function () { return chunk2FCKLHWA_js.VersionBadge; }
166
+ });
167
+ Object.defineProperty(exports, "createSelectable", {
168
+ enumerable: true,
169
+ get: function () { return chunkWRF3C24J_js.createSelectable; }
170
+ });
171
+ Object.defineProperty(exports, "DragSelectProvider", {
172
+ enumerable: true,
173
+ get: function () { return chunk4HJQPZQ2_js.DragSelectProvider; }
174
+ });
175
+ Object.defineProperty(exports, "useDragSelectContext", {
176
+ enumerable: true,
177
+ get: function () { return chunk4HJQPZQ2_js.useDragSelectContext; }
178
+ });
179
+ Object.defineProperty(exports, "Sidebar", {
180
+ enumerable: true,
181
+ get: function () { return chunkYOKGP5F7_js.Sidebar; }
182
+ });
183
+ Object.defineProperty(exports, "SidebarContent", {
184
+ enumerable: true,
185
+ get: function () { return chunkYOKGP5F7_js.SidebarContent; }
186
+ });
187
+ Object.defineProperty(exports, "SidebarFooter", {
188
+ enumerable: true,
189
+ get: function () { return chunkYOKGP5F7_js.SidebarFooter; }
190
+ });
191
+ Object.defineProperty(exports, "SidebarGroup", {
192
+ enumerable: true,
193
+ get: function () { return chunkYOKGP5F7_js.SidebarGroup; }
194
+ });
195
+ Object.defineProperty(exports, "SidebarGroupAction", {
196
+ enumerable: true,
197
+ get: function () { return chunkYOKGP5F7_js.SidebarGroupAction; }
198
+ });
199
+ Object.defineProperty(exports, "SidebarGroupContent", {
200
+ enumerable: true,
201
+ get: function () { return chunkYOKGP5F7_js.SidebarGroupContent; }
202
+ });
203
+ Object.defineProperty(exports, "SidebarGroupLabel", {
204
+ enumerable: true,
205
+ get: function () { return chunkYOKGP5F7_js.SidebarGroupLabel; }
206
+ });
207
+ Object.defineProperty(exports, "SidebarHeader", {
208
+ enumerable: true,
209
+ get: function () { return chunkYOKGP5F7_js.SidebarHeader; }
210
+ });
211
+ Object.defineProperty(exports, "SidebarInput", {
212
+ enumerable: true,
213
+ get: function () { return chunkYOKGP5F7_js.SidebarInput; }
214
+ });
215
+ Object.defineProperty(exports, "SidebarInset", {
216
+ enumerable: true,
217
+ get: function () { return chunkYOKGP5F7_js.SidebarInset; }
218
+ });
219
+ Object.defineProperty(exports, "SidebarMenu", {
220
+ enumerable: true,
221
+ get: function () { return chunkYOKGP5F7_js.SidebarMenu; }
222
+ });
223
+ Object.defineProperty(exports, "SidebarMenuAction", {
224
+ enumerable: true,
225
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuAction; }
226
+ });
227
+ Object.defineProperty(exports, "SidebarMenuBadge", {
228
+ enumerable: true,
229
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuBadge; }
230
+ });
231
+ Object.defineProperty(exports, "SidebarMenuButton", {
232
+ enumerable: true,
233
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuButton; }
234
+ });
235
+ Object.defineProperty(exports, "SidebarMenuItem", {
236
+ enumerable: true,
237
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuItem; }
238
+ });
239
+ Object.defineProperty(exports, "SidebarMenuSkeleton", {
240
+ enumerable: true,
241
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuSkeleton; }
242
+ });
243
+ Object.defineProperty(exports, "SidebarMenuSub", {
244
+ enumerable: true,
245
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuSub; }
246
+ });
247
+ Object.defineProperty(exports, "SidebarMenuSubButton", {
248
+ enumerable: true,
249
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuSubButton; }
250
+ });
251
+ Object.defineProperty(exports, "SidebarMenuSubItem", {
252
+ enumerable: true,
253
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuSubItem; }
254
+ });
255
+ Object.defineProperty(exports, "SidebarProvider", {
256
+ enumerable: true,
257
+ get: function () { return chunkYOKGP5F7_js.SidebarProvider; }
258
+ });
259
+ Object.defineProperty(exports, "SidebarRail", {
260
+ enumerable: true,
261
+ get: function () { return chunkYOKGP5F7_js.SidebarRail; }
262
+ });
263
+ Object.defineProperty(exports, "SidebarSeparator", {
264
+ enumerable: true,
265
+ get: function () { return chunkYOKGP5F7_js.SidebarSeparator; }
266
+ });
267
+ Object.defineProperty(exports, "SidebarTrigger", {
268
+ enumerable: true,
269
+ get: function () { return chunkYOKGP5F7_js.SidebarTrigger; }
270
+ });
271
+ Object.defineProperty(exports, "useSidebar", {
272
+ enumerable: true,
273
+ get: function () { return chunkYOKGP5F7_js.useSidebar; }
274
+ });
275
+ Object.defineProperty(exports, "Slider", {
276
+ enumerable: true,
277
+ get: function () { return chunkJ2ZRCEKZ_js.Slider; }
278
+ });
279
+ Object.defineProperty(exports, "Switch", {
280
+ enumerable: true,
281
+ get: function () { return chunkRFFQCDHN_js.Switch; }
282
+ });
283
+ Object.defineProperty(exports, "Timeline", {
284
+ enumerable: true,
285
+ get: function () { return chunkWEHNW5KY_js.Timeline; }
286
+ });
177
287
  Object.defineProperty(exports, "TreeViewV2", {
178
288
  enumerable: true,
179
- get: function () { return chunkVEUXQSY3_js.TreeView; }
289
+ get: function () { return chunkYNKO5FOU_js.TreeView; }
180
290
  });
181
291
  Object.defineProperty(exports, "Tooltip", {
182
292
  enumerable: true,
@@ -194,13 +304,81 @@ Object.defineProperty(exports, "TooltipTrigger", {
194
304
  enumerable: true,
195
305
  get: function () { return chunkER6XHUS7_js.TooltipTrigger; }
196
306
  });
197
- Object.defineProperty(exports, "TreeView", {
307
+ Object.defineProperty(exports, "Toaster", {
198
308
  enumerable: true,
199
- get: function () { return chunkR3SHGA4V_js.TreeView; }
309
+ get: function () { return chunkQJR6MCTR_js.Toaster; }
200
310
  });
201
- Object.defineProperty(exports, "VersionBadge", {
311
+ Object.defineProperty(exports, "toast", {
312
+ enumerable: true,
313
+ get: function () { return chunkQJR6MCTR_js.toast; }
314
+ });
315
+ Object.defineProperty(exports, "Modal", {
316
+ enumerable: true,
317
+ get: function () { return chunkQJPJVF7K_js.Modal; }
318
+ });
319
+ Object.defineProperty(exports, "ModalClose", {
320
+ enumerable: true,
321
+ get: function () { return chunkQJPJVF7K_js.ModalClose; }
322
+ });
323
+ Object.defineProperty(exports, "ModalContent", {
324
+ enumerable: true,
325
+ get: function () { return chunkQJPJVF7K_js.ModalContent; }
326
+ });
327
+ Object.defineProperty(exports, "ModalDescription", {
328
+ enumerable: true,
329
+ get: function () { return chunkQJPJVF7K_js.ModalDescription; }
330
+ });
331
+ Object.defineProperty(exports, "ModalFooter", {
332
+ enumerable: true,
333
+ get: function () { return chunkQJPJVF7K_js.ModalFooter; }
334
+ });
335
+ Object.defineProperty(exports, "ModalHeader", {
336
+ enumerable: true,
337
+ get: function () { return chunkQJPJVF7K_js.ModalHeader; }
338
+ });
339
+ Object.defineProperty(exports, "ModalOverlay", {
340
+ enumerable: true,
341
+ get: function () { return chunkQJPJVF7K_js.ModalOverlay; }
342
+ });
343
+ Object.defineProperty(exports, "ModalPortal", {
344
+ enumerable: true,
345
+ get: function () { return chunkQJPJVF7K_js.ModalPortal; }
346
+ });
347
+ Object.defineProperty(exports, "ModalTitle", {
348
+ enumerable: true,
349
+ get: function () { return chunkQJPJVF7K_js.ModalTitle; }
350
+ });
351
+ Object.defineProperty(exports, "ModalTrigger", {
352
+ enumerable: true,
353
+ get: function () { return chunkQJPJVF7K_js.ModalTrigger; }
354
+ });
355
+ Object.defineProperty(exports, "Pagination", {
356
+ enumerable: true,
357
+ get: function () { return chunkVAEPAW5L_js.Pagination; }
358
+ });
359
+ Object.defineProperty(exports, "PaginationContent", {
360
+ enumerable: true,
361
+ get: function () { return chunkVAEPAW5L_js.PaginationContent; }
362
+ });
363
+ Object.defineProperty(exports, "PaginationEllipsis", {
364
+ enumerable: true,
365
+ get: function () { return chunkVAEPAW5L_js.PaginationEllipsis; }
366
+ });
367
+ Object.defineProperty(exports, "PaginationItem", {
202
368
  enumerable: true,
203
- get: function () { return chunkIMIHCOOE_js.VersionBadge; }
369
+ get: function () { return chunkVAEPAW5L_js.PaginationItem; }
370
+ });
371
+ Object.defineProperty(exports, "PaginationLink", {
372
+ enumerable: true,
373
+ get: function () { return chunkVAEPAW5L_js.PaginationLink; }
374
+ });
375
+ Object.defineProperty(exports, "PaginationNext", {
376
+ enumerable: true,
377
+ get: function () { return chunkVAEPAW5L_js.PaginationNext; }
378
+ });
379
+ Object.defineProperty(exports, "PaginationPrevious", {
380
+ enumerable: true,
381
+ get: function () { return chunkVAEPAW5L_js.PaginationPrevious; }
204
382
  });
205
383
  Object.defineProperty(exports, "Popover", {
206
384
  enumerable: true,
@@ -226,6 +404,18 @@ Object.defineProperty(exports, "RadioGroupItem", {
226
404
  enumerable: true,
227
405
  get: function () { return chunkBXYVNNXU_js.RadioGroupItem; }
228
406
  });
407
+ Object.defineProperty(exports, "ResizableHandle", {
408
+ enumerable: true,
409
+ get: function () { return chunk53PX4SCN_js.ResizableHandle; }
410
+ });
411
+ Object.defineProperty(exports, "ResizablePanel", {
412
+ enumerable: true,
413
+ get: function () { return chunk53PX4SCN_js.ResizablePanel; }
414
+ });
415
+ Object.defineProperty(exports, "ResizablePanelGroup", {
416
+ enumerable: true,
417
+ get: function () { return chunk53PX4SCN_js.ResizablePanelGroup; }
418
+ });
229
419
  Object.defineProperty(exports, "Sheet", {
230
420
  enumerable: true,
231
421
  get: function () { return chunkGFPXAGJY_js.Sheet; }
@@ -258,13 +448,9 @@ Object.defineProperty(exports, "SheetTrigger", {
258
448
  enumerable: true,
259
449
  get: function () { return chunkGFPXAGJY_js.SheetTrigger; }
260
450
  });
261
- Object.defineProperty(exports, "Slider", {
262
- enumerable: true,
263
- get: function () { return chunkJ2ZRCEKZ_js.Slider; }
264
- });
265
- Object.defineProperty(exports, "Switch", {
451
+ Object.defineProperty(exports, "Checkbox", {
266
452
  enumerable: true,
267
- get: function () { return chunkRFFQCDHN_js.Switch; }
453
+ get: function () { return chunkPY5KHH5C_js.Checkbox; }
268
454
  });
269
455
  Object.defineProperty(exports, "Collapsible", {
270
456
  enumerable: true,
@@ -386,46 +572,6 @@ Object.defineProperty(exports, "Layout", {
386
572
  enumerable: true,
387
573
  get: function () { return chunkP6K4746M_js.Layout; }
388
574
  });
389
- Object.defineProperty(exports, "Modal", {
390
- enumerable: true,
391
- get: function () { return chunkQJPJVF7K_js.Modal; }
392
- });
393
- Object.defineProperty(exports, "ModalClose", {
394
- enumerable: true,
395
- get: function () { return chunkQJPJVF7K_js.ModalClose; }
396
- });
397
- Object.defineProperty(exports, "ModalContent", {
398
- enumerable: true,
399
- get: function () { return chunkQJPJVF7K_js.ModalContent; }
400
- });
401
- Object.defineProperty(exports, "ModalDescription", {
402
- enumerable: true,
403
- get: function () { return chunkQJPJVF7K_js.ModalDescription; }
404
- });
405
- Object.defineProperty(exports, "ModalFooter", {
406
- enumerable: true,
407
- get: function () { return chunkQJPJVF7K_js.ModalFooter; }
408
- });
409
- Object.defineProperty(exports, "ModalHeader", {
410
- enumerable: true,
411
- get: function () { return chunkQJPJVF7K_js.ModalHeader; }
412
- });
413
- Object.defineProperty(exports, "ModalOverlay", {
414
- enumerable: true,
415
- get: function () { return chunkQJPJVF7K_js.ModalOverlay; }
416
- });
417
- Object.defineProperty(exports, "ModalPortal", {
418
- enumerable: true,
419
- get: function () { return chunkQJPJVF7K_js.ModalPortal; }
420
- });
421
- Object.defineProperty(exports, "ModalTitle", {
422
- enumerable: true,
423
- get: function () { return chunkQJPJVF7K_js.ModalTitle; }
424
- });
425
- Object.defineProperty(exports, "ModalTrigger", {
426
- enumerable: true,
427
- get: function () { return chunkQJPJVF7K_js.ModalTrigger; }
428
- });
429
575
  Object.defineProperty(exports, "Avatar", {
430
576
  enumerable: true,
431
577
  get: function () { return chunk6C6V7VLS_js.Avatar; }
@@ -502,33 +648,49 @@ Object.defineProperty(exports, "CardTitle", {
502
648
  enumerable: true,
503
649
  get: function () { return chunkPVQWUU6F_js.CardTitle; }
504
650
  });
505
- Object.defineProperty(exports, "Checkbox", {
506
- enumerable: true,
507
- get: function () { return chunkPY5KHH5C_js.Checkbox; }
508
- });
509
651
  Object.defineProperty(exports, "CursorProvider", {
510
652
  enumerable: true,
511
- get: function () { return chunkAKBWNVRH_js.CursorProvider; }
653
+ get: function () { return chunkHYVF2TGW_js.CursorProvider; }
512
654
  });
513
655
  Object.defineProperty(exports, "CursorButton", {
514
656
  enumerable: true,
515
- get: function () { return chunkHE63LZKF_js.CursorButton; }
657
+ get: function () { return chunkXBKQWS7J_js.CursorButton; }
516
658
  });
517
659
  Object.defineProperty(exports, "CursorInputRoot", {
518
660
  enumerable: true,
519
- get: function () { return chunkHE63LZKF_js.CursorInputRoot; }
661
+ get: function () { return chunkXBKQWS7J_js.CursorInputRoot; }
520
662
  });
521
663
  Object.defineProperty(exports, "CursorSelectTrigger", {
522
664
  enumerable: true,
523
- get: function () { return chunkHE63LZKF_js.CursorSelectTrigger; }
665
+ get: function () { return chunkXBKQWS7J_js.CursorSelectTrigger; }
524
666
  });
525
667
  Object.defineProperty(exports, "CursorTabs", {
526
668
  enumerable: true,
527
- get: function () { return chunkHE63LZKF_js.CursorTabs; }
669
+ get: function () { return chunkXBKQWS7J_js.CursorTabs; }
528
670
  });
529
671
  Object.defineProperty(exports, "CursorTextarea", {
530
672
  enumerable: true,
531
- get: function () { return chunkHE63LZKF_js.CursorTextarea; }
673
+ get: function () { return chunkXBKQWS7J_js.CursorTextarea; }
674
+ });
675
+ Object.defineProperty(exports, "Tabs", {
676
+ enumerable: true,
677
+ get: function () { return chunkW3AIC7FW_js.Tabs; }
678
+ });
679
+ Object.defineProperty(exports, "TabsContent", {
680
+ enumerable: true,
681
+ get: function () { return chunkW3AIC7FW_js.TabsContent; }
682
+ });
683
+ Object.defineProperty(exports, "TabsList", {
684
+ enumerable: true,
685
+ get: function () { return chunkW3AIC7FW_js.TabsList; }
686
+ });
687
+ Object.defineProperty(exports, "TabsTrigger", {
688
+ enumerable: true,
689
+ get: function () { return chunkW3AIC7FW_js.TabsTrigger; }
690
+ });
691
+ Object.defineProperty(exports, "Textarea", {
692
+ enumerable: true,
693
+ get: function () { return chunkKCA5PXNO_js.Textarea; }
532
694
  });
533
695
  Object.defineProperty(exports, "Select", {
534
696
  enumerable: true,
@@ -654,26 +816,6 @@ Object.defineProperty(exports, "selectTriggerVariants", {
654
816
  enumerable: true,
655
817
  get: function () { return chunkCZBGKVGH_js.selectTriggerVariants; }
656
818
  });
657
- Object.defineProperty(exports, "Tabs", {
658
- enumerable: true,
659
- get: function () { return chunkW3AIC7FW_js.Tabs; }
660
- });
661
- Object.defineProperty(exports, "TabsContent", {
662
- enumerable: true,
663
- get: function () { return chunkW3AIC7FW_js.TabsContent; }
664
- });
665
- Object.defineProperty(exports, "TabsList", {
666
- enumerable: true,
667
- get: function () { return chunkW3AIC7FW_js.TabsList; }
668
- });
669
- Object.defineProperty(exports, "TabsTrigger", {
670
- enumerable: true,
671
- get: function () { return chunkW3AIC7FW_js.TabsTrigger; }
672
- });
673
- Object.defineProperty(exports, "Textarea", {
674
- enumerable: true,
675
- get: function () { return chunkKCA5PXNO_js.Textarea; }
676
- });
677
819
  Object.defineProperty(exports, "InputRoot", {
678
820
  enumerable: true,
679
821
  get: function () { return chunk3YODEBOY_js.InputRoot; }
@@ -684,12 +826,20 @@ Object.defineProperty(exports, "InputSlot", {
684
826
  });
685
827
  Object.defineProperty(exports, "Button", {
686
828
  enumerable: true,
687
- get: function () { return chunkKDRYDUQT_js.Button; }
829
+ get: function () { return chunkDWK23X7J_js.Button; }
830
+ });
831
+ Object.defineProperty(exports, "buttonVariants", {
832
+ enumerable: true,
833
+ get: function () { return chunkDWK23X7J_js.buttonVariants; }
688
834
  });
689
835
  Object.defineProperty(exports, "withCursor", {
690
836
  enumerable: true,
691
837
  get: function () { return chunkUFHMEEGL_js.withCursor; }
692
838
  });
839
+ Object.defineProperty(exports, "useWindow", {
840
+ enumerable: true,
841
+ get: function () { return chunkW3APG27Q_js.useWindow; }
842
+ });
693
843
  Object.defineProperty(exports, "clientOnly", {
694
844
  enumerable: true,
695
845
  get: function () { return chunkQG7ZF6TO_js.clientOnly; }
@@ -712,16 +862,12 @@ Object.defineProperty(exports, "useDocument", {
712
862
  });
713
863
  Object.defineProperty(exports, "useDragSelect", {
714
864
  enumerable: true,
715
- get: function () { return chunkQQMHPZFI_js.useDragSelect; }
865
+ get: function () { return chunkJIRSHP3D_js.useDragSelect; }
716
866
  });
717
867
  Object.defineProperty(exports, "useLocalStorage", {
718
868
  enumerable: true,
719
869
  get: function () { return chunkKIENXCE4_js.useLocalStorage; }
720
870
  });
721
- Object.defineProperty(exports, "useWindow", {
722
- enumerable: true,
723
- get: function () { return chunkW3APG27Q_js.useWindow; }
724
- });
725
871
  Object.defineProperty(exports, "cn", {
726
872
  enumerable: true,
727
873
  get: function () { return chunk7KYAICHB_js.cn; }