@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/ui/index.js CHANGED
@@ -1,61 +1,67 @@
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');
48
- var chunkCZBGKVGH_js = require('../chunk-CZBGKVGH.js');
53
+ require('../chunk-YFPY5SLS.js');
49
54
  var chunkW3AIC7FW_js = require('../chunk-W3AIC7FW.js');
50
55
  var chunkKCA5PXNO_js = require('../chunk-KCA5PXNO.js');
56
+ var chunkCZBGKVGH_js = require('../chunk-CZBGKVGH.js');
51
57
  var chunk3YODEBOY_js = require('../chunk-3YODEBOY.js');
52
- var chunkKDRYDUQT_js = require('../chunk-KDRYDUQT.js');
58
+ var chunkDWK23X7J_js = require('../chunk-DWK23X7J.js');
53
59
  require('../chunk-UBVYEZI3.js');
60
+ require('../chunk-W3APG27Q.js');
54
61
  require('../chunk-QG7ZF6TO.js');
55
62
  require('../chunk-OASPTOVZ.js');
56
- require('../chunk-QQMHPZFI.js');
63
+ require('../chunk-JIRSHP3D.js');
57
64
  require('../chunk-KIENXCE4.js');
58
- require('../chunk-W3APG27Q.js');
59
65
  require('../chunk-7KYAICHB.js');
60
66
  require('../chunk-OTPUWWEB.js');
61
67
 
@@ -73,14 +79,6 @@ Object.defineProperty(exports, "ThemeScript", {
73
79
  enumerable: true,
74
80
  get: function () { return chunk72PCXNEI_js.ThemeScript; }
75
81
  });
76
- Object.defineProperty(exports, "InchInput", {
77
- enumerable: true,
78
- get: function () { return chunkTWQSUO5Q_js.InchInput; }
79
- });
80
- Object.defineProperty(exports, "IntInput", {
81
- enumerable: true,
82
- get: function () { return chunk7KVGTDDO_js.IntInput; }
83
- });
84
82
  Object.defineProperty(exports, "KVectorInput", {
85
83
  enumerable: true,
86
84
  get: function () { return chunkTPX5AJ7Z_js.KVectorInput; }
@@ -101,18 +99,6 @@ Object.defineProperty(exports, "Vec3Input", {
101
99
  enumerable: true,
102
100
  get: function () { return chunkE2UGNYWU_js.Vec3Input; }
103
101
  });
104
- Object.defineProperty(exports, "createSelectable", {
105
- enumerable: true,
106
- get: function () { return chunkWRF3C24J_js.createSelectable; }
107
- });
108
- Object.defineProperty(exports, "DragSelectProvider", {
109
- enumerable: true,
110
- get: function () { return chunk4HJQPZQ2_js.DragSelectProvider; }
111
- });
112
- Object.defineProperty(exports, "useDragSelectContext", {
113
- enumerable: true,
114
- get: function () { return chunk4HJQPZQ2_js.useDragSelectContext; }
115
- });
116
102
  Object.defineProperty(exports, "CmInput", {
117
103
  enumerable: true,
118
104
  get: function () { return chunkUQQPHWTA_js.CmInput; }
@@ -121,10 +107,6 @@ Object.defineProperty(exports, "DegInput", {
121
107
  enumerable: true,
122
108
  get: function () { return chunkEJ7D53ZF_js.DegInput; }
123
109
  });
124
- Object.defineProperty(exports, "NumberInput", {
125
- enumerable: true,
126
- get: function () { return chunkIOVNKUJ6_js.NumberInput; }
127
- });
128
110
  Object.defineProperty(exports, "EulerDegInput", {
129
111
  enumerable: true,
130
112
  get: function () { return chunkA77ETENM_js.EulerDegInput; }
@@ -141,17 +123,17 @@ Object.defineProperty(exports, "VectorInput", {
141
123
  enumerable: true,
142
124
  get: function () { return chunkCPZIDU2J_js.VectorInput; }
143
125
  });
144
- Object.defineProperty(exports, "Timeline", {
126
+ Object.defineProperty(exports, "InchInput", {
145
127
  enumerable: true,
146
- get: function () { return chunkBGXUSJT2_js.Timeline; }
128
+ get: function () { return chunkTWQSUO5Q_js.InchInput; }
147
129
  });
148
- Object.defineProperty(exports, "Toaster", {
130
+ Object.defineProperty(exports, "IntInput", {
149
131
  enumerable: true,
150
- get: function () { return chunkQJR6MCTR_js.Toaster; }
132
+ get: function () { return chunk7KVGTDDO_js.IntInput; }
151
133
  });
152
- Object.defineProperty(exports, "toast", {
134
+ Object.defineProperty(exports, "NumberInput", {
153
135
  enumerable: true,
154
- get: function () { return chunkQJR6MCTR_js.toast; }
136
+ get: function () { return chunkIOVNKUJ6_js.NumberInput; }
155
137
  });
156
138
  Object.defineProperty(exports, "ToggleGroup", {
157
139
  enumerable: true,
@@ -169,9 +151,137 @@ Object.defineProperty(exports, "toggleVariants", {
169
151
  enumerable: true,
170
152
  get: function () { return chunkEAN5SZYQ_js.toggleVariants; }
171
153
  });
154
+ Object.defineProperty(exports, "TreeView", {
155
+ enumerable: true,
156
+ get: function () { return chunkEOTROHFU_js.TreeView; }
157
+ });
158
+ Object.defineProperty(exports, "VersionBadge", {
159
+ enumerable: true,
160
+ get: function () { return chunk2FCKLHWA_js.VersionBadge; }
161
+ });
162
+ Object.defineProperty(exports, "createSelectable", {
163
+ enumerable: true,
164
+ get: function () { return chunkWRF3C24J_js.createSelectable; }
165
+ });
166
+ Object.defineProperty(exports, "DragSelectProvider", {
167
+ enumerable: true,
168
+ get: function () { return chunk4HJQPZQ2_js.DragSelectProvider; }
169
+ });
170
+ Object.defineProperty(exports, "useDragSelectContext", {
171
+ enumerable: true,
172
+ get: function () { return chunk4HJQPZQ2_js.useDragSelectContext; }
173
+ });
174
+ Object.defineProperty(exports, "Sidebar", {
175
+ enumerable: true,
176
+ get: function () { return chunkYOKGP5F7_js.Sidebar; }
177
+ });
178
+ Object.defineProperty(exports, "SidebarContent", {
179
+ enumerable: true,
180
+ get: function () { return chunkYOKGP5F7_js.SidebarContent; }
181
+ });
182
+ Object.defineProperty(exports, "SidebarFooter", {
183
+ enumerable: true,
184
+ get: function () { return chunkYOKGP5F7_js.SidebarFooter; }
185
+ });
186
+ Object.defineProperty(exports, "SidebarGroup", {
187
+ enumerable: true,
188
+ get: function () { return chunkYOKGP5F7_js.SidebarGroup; }
189
+ });
190
+ Object.defineProperty(exports, "SidebarGroupAction", {
191
+ enumerable: true,
192
+ get: function () { return chunkYOKGP5F7_js.SidebarGroupAction; }
193
+ });
194
+ Object.defineProperty(exports, "SidebarGroupContent", {
195
+ enumerable: true,
196
+ get: function () { return chunkYOKGP5F7_js.SidebarGroupContent; }
197
+ });
198
+ Object.defineProperty(exports, "SidebarGroupLabel", {
199
+ enumerable: true,
200
+ get: function () { return chunkYOKGP5F7_js.SidebarGroupLabel; }
201
+ });
202
+ Object.defineProperty(exports, "SidebarHeader", {
203
+ enumerable: true,
204
+ get: function () { return chunkYOKGP5F7_js.SidebarHeader; }
205
+ });
206
+ Object.defineProperty(exports, "SidebarInput", {
207
+ enumerable: true,
208
+ get: function () { return chunkYOKGP5F7_js.SidebarInput; }
209
+ });
210
+ Object.defineProperty(exports, "SidebarInset", {
211
+ enumerable: true,
212
+ get: function () { return chunkYOKGP5F7_js.SidebarInset; }
213
+ });
214
+ Object.defineProperty(exports, "SidebarMenu", {
215
+ enumerable: true,
216
+ get: function () { return chunkYOKGP5F7_js.SidebarMenu; }
217
+ });
218
+ Object.defineProperty(exports, "SidebarMenuAction", {
219
+ enumerable: true,
220
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuAction; }
221
+ });
222
+ Object.defineProperty(exports, "SidebarMenuBadge", {
223
+ enumerable: true,
224
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuBadge; }
225
+ });
226
+ Object.defineProperty(exports, "SidebarMenuButton", {
227
+ enumerable: true,
228
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuButton; }
229
+ });
230
+ Object.defineProperty(exports, "SidebarMenuItem", {
231
+ enumerable: true,
232
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuItem; }
233
+ });
234
+ Object.defineProperty(exports, "SidebarMenuSkeleton", {
235
+ enumerable: true,
236
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuSkeleton; }
237
+ });
238
+ Object.defineProperty(exports, "SidebarMenuSub", {
239
+ enumerable: true,
240
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuSub; }
241
+ });
242
+ Object.defineProperty(exports, "SidebarMenuSubButton", {
243
+ enumerable: true,
244
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuSubButton; }
245
+ });
246
+ Object.defineProperty(exports, "SidebarMenuSubItem", {
247
+ enumerable: true,
248
+ get: function () { return chunkYOKGP5F7_js.SidebarMenuSubItem; }
249
+ });
250
+ Object.defineProperty(exports, "SidebarProvider", {
251
+ enumerable: true,
252
+ get: function () { return chunkYOKGP5F7_js.SidebarProvider; }
253
+ });
254
+ Object.defineProperty(exports, "SidebarRail", {
255
+ enumerable: true,
256
+ get: function () { return chunkYOKGP5F7_js.SidebarRail; }
257
+ });
258
+ Object.defineProperty(exports, "SidebarSeparator", {
259
+ enumerable: true,
260
+ get: function () { return chunkYOKGP5F7_js.SidebarSeparator; }
261
+ });
262
+ Object.defineProperty(exports, "SidebarTrigger", {
263
+ enumerable: true,
264
+ get: function () { return chunkYOKGP5F7_js.SidebarTrigger; }
265
+ });
266
+ Object.defineProperty(exports, "useSidebar", {
267
+ enumerable: true,
268
+ get: function () { return chunkYOKGP5F7_js.useSidebar; }
269
+ });
270
+ Object.defineProperty(exports, "Slider", {
271
+ enumerable: true,
272
+ get: function () { return chunkJ2ZRCEKZ_js.Slider; }
273
+ });
274
+ Object.defineProperty(exports, "Switch", {
275
+ enumerable: true,
276
+ get: function () { return chunkRFFQCDHN_js.Switch; }
277
+ });
278
+ Object.defineProperty(exports, "Timeline", {
279
+ enumerable: true,
280
+ get: function () { return chunkWEHNW5KY_js.Timeline; }
281
+ });
172
282
  Object.defineProperty(exports, "TreeViewV2", {
173
283
  enumerable: true,
174
- get: function () { return chunkVEUXQSY3_js.TreeView; }
284
+ get: function () { return chunkYNKO5FOU_js.TreeView; }
175
285
  });
176
286
  Object.defineProperty(exports, "Tooltip", {
177
287
  enumerable: true,
@@ -189,13 +299,81 @@ Object.defineProperty(exports, "TooltipTrigger", {
189
299
  enumerable: true,
190
300
  get: function () { return chunkER6XHUS7_js.TooltipTrigger; }
191
301
  });
192
- Object.defineProperty(exports, "TreeView", {
302
+ Object.defineProperty(exports, "Toaster", {
193
303
  enumerable: true,
194
- get: function () { return chunkR3SHGA4V_js.TreeView; }
304
+ get: function () { return chunkQJR6MCTR_js.Toaster; }
195
305
  });
196
- Object.defineProperty(exports, "VersionBadge", {
306
+ Object.defineProperty(exports, "toast", {
307
+ enumerable: true,
308
+ get: function () { return chunkQJR6MCTR_js.toast; }
309
+ });
310
+ Object.defineProperty(exports, "Modal", {
197
311
  enumerable: true,
198
- get: function () { return chunkIMIHCOOE_js.VersionBadge; }
312
+ get: function () { return chunkQJPJVF7K_js.Modal; }
313
+ });
314
+ Object.defineProperty(exports, "ModalClose", {
315
+ enumerable: true,
316
+ get: function () { return chunkQJPJVF7K_js.ModalClose; }
317
+ });
318
+ Object.defineProperty(exports, "ModalContent", {
319
+ enumerable: true,
320
+ get: function () { return chunkQJPJVF7K_js.ModalContent; }
321
+ });
322
+ Object.defineProperty(exports, "ModalDescription", {
323
+ enumerable: true,
324
+ get: function () { return chunkQJPJVF7K_js.ModalDescription; }
325
+ });
326
+ Object.defineProperty(exports, "ModalFooter", {
327
+ enumerable: true,
328
+ get: function () { return chunkQJPJVF7K_js.ModalFooter; }
329
+ });
330
+ Object.defineProperty(exports, "ModalHeader", {
331
+ enumerable: true,
332
+ get: function () { return chunkQJPJVF7K_js.ModalHeader; }
333
+ });
334
+ Object.defineProperty(exports, "ModalOverlay", {
335
+ enumerable: true,
336
+ get: function () { return chunkQJPJVF7K_js.ModalOverlay; }
337
+ });
338
+ Object.defineProperty(exports, "ModalPortal", {
339
+ enumerable: true,
340
+ get: function () { return chunkQJPJVF7K_js.ModalPortal; }
341
+ });
342
+ Object.defineProperty(exports, "ModalTitle", {
343
+ enumerable: true,
344
+ get: function () { return chunkQJPJVF7K_js.ModalTitle; }
345
+ });
346
+ Object.defineProperty(exports, "ModalTrigger", {
347
+ enumerable: true,
348
+ get: function () { return chunkQJPJVF7K_js.ModalTrigger; }
349
+ });
350
+ Object.defineProperty(exports, "Pagination", {
351
+ enumerable: true,
352
+ get: function () { return chunkVAEPAW5L_js.Pagination; }
353
+ });
354
+ Object.defineProperty(exports, "PaginationContent", {
355
+ enumerable: true,
356
+ get: function () { return chunkVAEPAW5L_js.PaginationContent; }
357
+ });
358
+ Object.defineProperty(exports, "PaginationEllipsis", {
359
+ enumerable: true,
360
+ get: function () { return chunkVAEPAW5L_js.PaginationEllipsis; }
361
+ });
362
+ Object.defineProperty(exports, "PaginationItem", {
363
+ enumerable: true,
364
+ get: function () { return chunkVAEPAW5L_js.PaginationItem; }
365
+ });
366
+ Object.defineProperty(exports, "PaginationLink", {
367
+ enumerable: true,
368
+ get: function () { return chunkVAEPAW5L_js.PaginationLink; }
369
+ });
370
+ Object.defineProperty(exports, "PaginationNext", {
371
+ enumerable: true,
372
+ get: function () { return chunkVAEPAW5L_js.PaginationNext; }
373
+ });
374
+ Object.defineProperty(exports, "PaginationPrevious", {
375
+ enumerable: true,
376
+ get: function () { return chunkVAEPAW5L_js.PaginationPrevious; }
199
377
  });
200
378
  Object.defineProperty(exports, "Popover", {
201
379
  enumerable: true,
@@ -221,6 +399,18 @@ Object.defineProperty(exports, "RadioGroupItem", {
221
399
  enumerable: true,
222
400
  get: function () { return chunkBXYVNNXU_js.RadioGroupItem; }
223
401
  });
402
+ Object.defineProperty(exports, "ResizableHandle", {
403
+ enumerable: true,
404
+ get: function () { return chunk53PX4SCN_js.ResizableHandle; }
405
+ });
406
+ Object.defineProperty(exports, "ResizablePanel", {
407
+ enumerable: true,
408
+ get: function () { return chunk53PX4SCN_js.ResizablePanel; }
409
+ });
410
+ Object.defineProperty(exports, "ResizablePanelGroup", {
411
+ enumerable: true,
412
+ get: function () { return chunk53PX4SCN_js.ResizablePanelGroup; }
413
+ });
224
414
  Object.defineProperty(exports, "Sheet", {
225
415
  enumerable: true,
226
416
  get: function () { return chunkGFPXAGJY_js.Sheet; }
@@ -253,13 +443,9 @@ Object.defineProperty(exports, "SheetTrigger", {
253
443
  enumerable: true,
254
444
  get: function () { return chunkGFPXAGJY_js.SheetTrigger; }
255
445
  });
256
- Object.defineProperty(exports, "Slider", {
257
- enumerable: true,
258
- get: function () { return chunkJ2ZRCEKZ_js.Slider; }
259
- });
260
- Object.defineProperty(exports, "Switch", {
446
+ Object.defineProperty(exports, "Checkbox", {
261
447
  enumerable: true,
262
- get: function () { return chunkRFFQCDHN_js.Switch; }
448
+ get: function () { return chunkPY5KHH5C_js.Checkbox; }
263
449
  });
264
450
  Object.defineProperty(exports, "Collapsible", {
265
451
  enumerable: true,
@@ -381,46 +567,6 @@ Object.defineProperty(exports, "Layout", {
381
567
  enumerable: true,
382
568
  get: function () { return chunkP6K4746M_js.Layout; }
383
569
  });
384
- Object.defineProperty(exports, "Modal", {
385
- enumerable: true,
386
- get: function () { return chunkQJPJVF7K_js.Modal; }
387
- });
388
- Object.defineProperty(exports, "ModalClose", {
389
- enumerable: true,
390
- get: function () { return chunkQJPJVF7K_js.ModalClose; }
391
- });
392
- Object.defineProperty(exports, "ModalContent", {
393
- enumerable: true,
394
- get: function () { return chunkQJPJVF7K_js.ModalContent; }
395
- });
396
- Object.defineProperty(exports, "ModalDescription", {
397
- enumerable: true,
398
- get: function () { return chunkQJPJVF7K_js.ModalDescription; }
399
- });
400
- Object.defineProperty(exports, "ModalFooter", {
401
- enumerable: true,
402
- get: function () { return chunkQJPJVF7K_js.ModalFooter; }
403
- });
404
- Object.defineProperty(exports, "ModalHeader", {
405
- enumerable: true,
406
- get: function () { return chunkQJPJVF7K_js.ModalHeader; }
407
- });
408
- Object.defineProperty(exports, "ModalOverlay", {
409
- enumerable: true,
410
- get: function () { return chunkQJPJVF7K_js.ModalOverlay; }
411
- });
412
- Object.defineProperty(exports, "ModalPortal", {
413
- enumerable: true,
414
- get: function () { return chunkQJPJVF7K_js.ModalPortal; }
415
- });
416
- Object.defineProperty(exports, "ModalTitle", {
417
- enumerable: true,
418
- get: function () { return chunkQJPJVF7K_js.ModalTitle; }
419
- });
420
- Object.defineProperty(exports, "ModalTrigger", {
421
- enumerable: true,
422
- get: function () { return chunkQJPJVF7K_js.ModalTrigger; }
423
- });
424
570
  Object.defineProperty(exports, "Avatar", {
425
571
  enumerable: true,
426
572
  get: function () { return chunk6C6V7VLS_js.Avatar; }
@@ -497,9 +643,25 @@ Object.defineProperty(exports, "CardTitle", {
497
643
  enumerable: true,
498
644
  get: function () { return chunkPVQWUU6F_js.CardTitle; }
499
645
  });
500
- Object.defineProperty(exports, "Checkbox", {
646
+ Object.defineProperty(exports, "Tabs", {
501
647
  enumerable: true,
502
- get: function () { return chunkPY5KHH5C_js.Checkbox; }
648
+ get: function () { return chunkW3AIC7FW_js.Tabs; }
649
+ });
650
+ Object.defineProperty(exports, "TabsContent", {
651
+ enumerable: true,
652
+ get: function () { return chunkW3AIC7FW_js.TabsContent; }
653
+ });
654
+ Object.defineProperty(exports, "TabsList", {
655
+ enumerable: true,
656
+ get: function () { return chunkW3AIC7FW_js.TabsList; }
657
+ });
658
+ Object.defineProperty(exports, "TabsTrigger", {
659
+ enumerable: true,
660
+ get: function () { return chunkW3AIC7FW_js.TabsTrigger; }
661
+ });
662
+ Object.defineProperty(exports, "Textarea", {
663
+ enumerable: true,
664
+ get: function () { return chunkKCA5PXNO_js.Textarea; }
503
665
  });
504
666
  Object.defineProperty(exports, "Select", {
505
667
  enumerable: true,
@@ -625,26 +787,6 @@ Object.defineProperty(exports, "selectTriggerVariants", {
625
787
  enumerable: true,
626
788
  get: function () { return chunkCZBGKVGH_js.selectTriggerVariants; }
627
789
  });
628
- Object.defineProperty(exports, "Tabs", {
629
- enumerable: true,
630
- get: function () { return chunkW3AIC7FW_js.Tabs; }
631
- });
632
- Object.defineProperty(exports, "TabsContent", {
633
- enumerable: true,
634
- get: function () { return chunkW3AIC7FW_js.TabsContent; }
635
- });
636
- Object.defineProperty(exports, "TabsList", {
637
- enumerable: true,
638
- get: function () { return chunkW3AIC7FW_js.TabsList; }
639
- });
640
- Object.defineProperty(exports, "TabsTrigger", {
641
- enumerable: true,
642
- get: function () { return chunkW3AIC7FW_js.TabsTrigger; }
643
- });
644
- Object.defineProperty(exports, "Textarea", {
645
- enumerable: true,
646
- get: function () { return chunkKCA5PXNO_js.Textarea; }
647
- });
648
790
  Object.defineProperty(exports, "InputRoot", {
649
791
  enumerable: true,
650
792
  get: function () { return chunk3YODEBOY_js.InputRoot; }
@@ -655,5 +797,9 @@ Object.defineProperty(exports, "InputSlot", {
655
797
  });
656
798
  Object.defineProperty(exports, "Button", {
657
799
  enumerable: true,
658
- get: function () { return chunkKDRYDUQT_js.Button; }
800
+ get: function () { return chunkDWK23X7J_js.Button; }
801
+ });
802
+ Object.defineProperty(exports, "buttonVariants", {
803
+ enumerable: true,
804
+ get: function () { return chunkDWK23X7J_js.buttonVariants; }
659
805
  });
package/dist/ui/index.mjs CHANGED
@@ -1,58 +1,64 @@
1
- import '../chunk-4IXZRYYD.mjs';
2
- import '../chunk-OJUTHWTF.mjs';
1
+ import '../chunk-ZFWQLAQA.mjs';
3
2
  import '../chunk-AMB2H6WS.mjs';
4
3
  export { ThemeProvider, useTheme } from '../chunk-3QG5RA46.mjs';
5
4
  export { ThemeScript } from '../chunk-MS5G6UZ4.mjs';
6
- export { InchInput } from '../chunk-AB4GGLJ5.mjs';
7
- export { IntInput } from '../chunk-4PWIOKV6.mjs';
5
+ import '../chunk-OJUTHWTF.mjs';
8
6
  export { KVectorInput } from '../chunk-MYRZ2ZV5.mjs';
9
7
  export { QuaternionInput } from '../chunk-6N3UJ4AX.mjs';
10
8
  export { RadInput } from '../chunk-5UHOCEWC.mjs';
11
9
  export { TimeInput } from '../chunk-4UGXCXXM.mjs';
12
10
  export { Vec3Input } from '../chunk-3LJI6I2O.mjs';
13
11
  import '../chunk-KHROZRRE.mjs';
14
- export { createSelectable } from '../chunk-TVKPO5VK.mjs';
15
- export { DragSelectProvider, useDragSelectContext } from '../chunk-JBQP2CBI.mjs';
16
12
  export { CmInput } from '../chunk-LCS67P4A.mjs';
17
13
  export { DegInput } from '../chunk-EGYK5FED.mjs';
18
- export { NumberInput } from '../chunk-JHHA2CGJ.mjs';
19
14
  export { EulerDegInput } from '../chunk-ADOYBPJS.mjs';
20
15
  export { EulerRadInput } from '../chunk-TBFX36YV.mjs';
21
16
  export { EulerInput } from '../chunk-ICRVQLUS.mjs';
22
17
  export { VectorInput } from '../chunk-43FK6CBY.mjs';
23
- export { Timeline } from '../chunk-3WAI7WDK.mjs';
24
- export { Toaster, toast } from '../chunk-EAZQH4IX.mjs';
18
+ export { InchInput } from '../chunk-AB4GGLJ5.mjs';
19
+ export { IntInput } from '../chunk-4PWIOKV6.mjs';
20
+ export { NumberInput } from '../chunk-JHHA2CGJ.mjs';
25
21
  export { ToggleGroup, ToggleGroupItem } from '../chunk-G6CSH3FC.mjs';
26
22
  export { Toggle, toggleVariants } from '../chunk-K6R7H7R2.mjs';
27
- export { TreeView as TreeViewV2 } from '../chunk-YGSTPCLB.mjs';
23
+ export { TreeView } from '../chunk-DDG2W6BX.mjs';
24
+ export { VersionBadge } from '../chunk-AJKD26TR.mjs';
25
+ export { createSelectable } from '../chunk-TVKPO5VK.mjs';
26
+ export { DragSelectProvider, useDragSelectContext } from '../chunk-JBQP2CBI.mjs';
27
+ 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-PF36CKO7.mjs';
28
+ import '../chunk-N6DZ364I.mjs';
29
+ export { Slider } from '../chunk-47WYS4WO.mjs';
30
+ export { Switch } from '../chunk-SWGYWILR.mjs';
31
+ export { Timeline } from '../chunk-PDXJXH4A.mjs';
32
+ export { TreeView as TreeViewV2 } from '../chunk-VSYSYSVQ.mjs';
28
33
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../chunk-TCN3UDQE.mjs';
29
- export { TreeView } from '../chunk-NKNUMZJL.mjs';
30
- export { VersionBadge } from '../chunk-5VYIGLGB.mjs';
34
+ export { Toaster, toast } from '../chunk-EAZQH4IX.mjs';
35
+ export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from '../chunk-ZBG3KB7B.mjs';
36
+ export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from '../chunk-GCIH5IMQ.mjs';
31
37
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from '../chunk-Q7JNDXDJ.mjs';
32
38
  export { RadioGroup, RadioGroupItem } from '../chunk-EL4FTB5J.mjs';
39
+ export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from '../chunk-HOQHWWLY.mjs';
40
+ import '../chunk-7NHWT7CO.mjs';
33
41
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '../chunk-KAUA4ODT.mjs';
34
- export { Slider } from '../chunk-47WYS4WO.mjs';
35
- export { Switch } from '../chunk-SWGYWILR.mjs';
42
+ export { Checkbox } from '../chunk-X4FMXFT3.mjs';
36
43
  export { Collapsible, CollapsibleContent, CollapsibleTrigger } from '../chunk-VPIDZYRX.mjs';
37
44
  export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from '../chunk-RMAMN6FL.mjs';
38
45
  export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from '../chunk-56JBJR5O.mjs';
39
46
  export { InputNumbers } from '../chunk-LZE22ZNH.mjs';
40
47
  export { Layout } from '../chunk-CBNIBUFP.mjs';
41
- export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from '../chunk-ZBG3KB7B.mjs';
42
48
  export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from '../chunk-4X4OZQHW.mjs';
43
49
  export { Badge, badgeVariants } from '../chunk-IZCHLZ4H.mjs';
44
50
  export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '../chunk-WSQ2D6H6.mjs';
45
- export { Checkbox } from '../chunk-X4FMXFT3.mjs';
46
- export { Select, SelectContent, SelectContentFallback, SelectContentRoot, SelectFallback, SelectGroup, SelectGroupFallback, SelectGroupRoot, SelectItem, SelectItemFallback, SelectItemRoot, SelectLabel, SelectLabelFallback, SelectLabelRoot, SelectRoot, SelectScrollDownButton, SelectScrollDownButtonFallback, SelectScrollDownButtonRoot, SelectScrollUpButton, SelectScrollUpButtonFallback, SelectScrollUpButtonRoot, SelectSeparator, SelectSeparatorFallback, SelectSeparatorRoot, SelectTrigger, SelectTriggerFallback, SelectTriggerRoot, SelectValue, SelectValueFallback, SelectValueRoot, selectTriggerVariants } from '../chunk-TZLILQLV.mjs';
51
+ import '../chunk-NXTGTCPA.mjs';
47
52
  export { Tabs, TabsContent, TabsList, TabsTrigger } from '../chunk-EXM36UYZ.mjs';
48
53
  export { Textarea } from '../chunk-MWJQTO2F.mjs';
54
+ export { Select, SelectContent, SelectContentFallback, SelectContentRoot, SelectFallback, SelectGroup, SelectGroupFallback, SelectGroupRoot, SelectItem, SelectItemFallback, SelectItemRoot, SelectLabel, SelectLabelFallback, SelectLabelRoot, SelectRoot, SelectScrollDownButton, SelectScrollDownButtonFallback, SelectScrollDownButtonRoot, SelectScrollUpButton, SelectScrollUpButtonFallback, SelectScrollUpButtonRoot, SelectSeparator, SelectSeparatorFallback, SelectSeparatorRoot, SelectTrigger, SelectTriggerFallback, SelectTriggerRoot, SelectValue, SelectValueFallback, SelectValueRoot, selectTriggerVariants } from '../chunk-TZLILQLV.mjs';
49
55
  export { InputRoot, InputSlot } from '../chunk-INX2EB5H.mjs';
50
- export { Button } from '../chunk-I5UCKLLT.mjs';
56
+ export { Button, buttonVariants } from '../chunk-PZ3FWTMB.mjs';
51
57
  import '../chunk-AYKQVWMR.mjs';
58
+ import '../chunk-PR4VD5F2.mjs';
52
59
  import '../chunk-4F2GSF2T.mjs';
53
60
  import '../chunk-QG5Z4C65.mjs';
54
- import '../chunk-UZFOWGVD.mjs';
61
+ import '../chunk-5CWWM4L7.mjs';
55
62
  import '../chunk-IWH3T7TD.mjs';
56
- import '../chunk-PR4VD5F2.mjs';
57
63
  import '../chunk-WM2VP7MI.mjs';
58
64
  import '../chunk-XMG3IVGZ.mjs';
@@ -3,11 +3,11 @@
3
3
  var chunk7TD2RBQJ_js = require('../chunk-7TD2RBQJ.js');
4
4
  require('../chunk-3YODEBOY.js');
5
5
  require('../chunk-UBVYEZI3.js');
6
+ require('../chunk-W3APG27Q.js');
6
7
  require('../chunk-QG7ZF6TO.js');
7
8
  require('../chunk-OASPTOVZ.js');
8
- require('../chunk-QQMHPZFI.js');
9
+ require('../chunk-JIRSHP3D.js');
9
10
  require('../chunk-KIENXCE4.js');
10
- require('../chunk-W3APG27Q.js');
11
11
  require('../chunk-7KYAICHB.js');
12
12
 
13
13
 
@@ -1,9 +1,9 @@
1
1
  export { InputNumbers } from '../chunk-LZE22ZNH.mjs';
2
2
  import '../chunk-INX2EB5H.mjs';
3
3
  import '../chunk-AYKQVWMR.mjs';
4
+ import '../chunk-PR4VD5F2.mjs';
4
5
  import '../chunk-4F2GSF2T.mjs';
5
6
  import '../chunk-QG5Z4C65.mjs';
6
- import '../chunk-UZFOWGVD.mjs';
7
+ import '../chunk-5CWWM4L7.mjs';
7
8
  import '../chunk-IWH3T7TD.mjs';
8
- import '../chunk-PR4VD5F2.mjs';
9
9
  import '../chunk-WM2VP7MI.mjs';
@@ -4,7 +4,7 @@ import * as class_variance_authority_types from 'class-variance-authority/types'
4
4
  import { VariantProps } from 'class-variance-authority';
5
5
 
6
6
  declare const inputRootVariants: (props?: ({
7
- state?: "error" | "disabled" | "default" | null | undefined;
7
+ state?: "error" | "default" | "disabled" | null | undefined;
8
8
  size?: "base" | "sm" | "lg" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  interface InputRootProps extends Omit<ComponentProps<"input">, "size">, VariantProps<typeof inputRootVariants> {
@@ -4,7 +4,7 @@ import * as class_variance_authority_types from 'class-variance-authority/types'
4
4
  import { VariantProps } from 'class-variance-authority';
5
5
 
6
6
  declare const inputRootVariants: (props?: ({
7
- state?: "error" | "disabled" | "default" | null | undefined;
7
+ state?: "error" | "default" | "disabled" | null | undefined;
8
8
  size?: "base" | "sm" | "lg" | null | undefined;
9
9
  } & class_variance_authority_types.ClassProp) | undefined) => string;
10
10
  interface InputRootProps extends Omit<ComponentProps<"input">, "size">, VariantProps<typeof inputRootVariants> {
package/dist/ui/input.js CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  var chunk3YODEBOY_js = require('../chunk-3YODEBOY.js');
4
4
  require('../chunk-UBVYEZI3.js');
5
+ require('../chunk-W3APG27Q.js');
5
6
  require('../chunk-QG7ZF6TO.js');
6
7
  require('../chunk-OASPTOVZ.js');
7
- require('../chunk-QQMHPZFI.js');
8
+ require('../chunk-JIRSHP3D.js');
8
9
  require('../chunk-KIENXCE4.js');
9
- require('../chunk-W3APG27Q.js');
10
10
  require('../chunk-7KYAICHB.js');
11
11
 
12
12