@vuer-ai/vuer-uikit 0.0.108 → 0.0.109

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 (206) hide show
  1. package/dist/SyncScroll/SyncScroll.cjs +1 -1
  2. package/dist/SyncScroll/SyncScroll.mjs +1 -1
  3. package/dist/SyncScroll/index.cjs +1 -1
  4. package/dist/SyncScroll/index.mjs +1 -1
  5. package/dist/{chunk-M4IHJGJE.cjs → chunk-ASR6OXVT.cjs} +2 -1
  6. package/dist/{chunk-R2WPT5VM.mjs → chunk-DQUI3PIU.mjs} +2 -2
  7. package/dist/{chunk-GZBZMYJM.cjs → chunk-QIYGXPLM.cjs} +49 -33
  8. package/dist/{chunk-3OLRPUTL.mjs → chunk-RA6QMOFM.mjs} +43 -27
  9. package/dist/{chunk-OYQJVHKA.cjs → chunk-SHT4BJOB.cjs} +2 -2
  10. package/dist/{chunk-42UBHC2D.mjs → chunk-YPQEJEB7.mjs} +2 -1
  11. package/dist/dial/DialPanel.cjs +19 -19
  12. package/dist/dial/DialPanel.mjs +18 -18
  13. package/dist/dial/index.cjs +35 -35
  14. package/dist/dial/index.mjs +18 -18
  15. package/dist/dial/wrapped-inputs/ControlledInputs.cjs +23 -23
  16. package/dist/dial/wrapped-inputs/ControlledInputs.mjs +18 -18
  17. package/dist/dial/wrapped-inputs/DialInputs.cjs +32 -32
  18. package/dist/dial/wrapped-inputs/DialInputs.mjs +18 -18
  19. package/dist/dial/wrapped-inputs/DialPresetsInput.cjs +19 -19
  20. package/dist/dial/wrapped-inputs/DialPresetsInput.mjs +18 -18
  21. package/dist/dial/wrapped-inputs/DialVectorInput.cjs +19 -19
  22. package/dist/dial/wrapped-inputs/DialVectorInput.mjs +18 -18
  23. package/dist/dial/wrapped-inputs/index.cjs +39 -39
  24. package/dist/dial/wrapped-inputs/index.mjs +18 -18
  25. package/dist/highlight-cursor/enhanced-components.cjs +1 -1
  26. package/dist/highlight-cursor/enhanced-components.mjs +1 -1
  27. package/dist/highlight-cursor/index.cjs +1 -1
  28. package/dist/highlight-cursor/index.mjs +1 -1
  29. package/dist/hooks/index.cjs +5 -5
  30. package/dist/hooks/index.mjs +1 -1
  31. package/dist/index.cjs +98 -98
  32. package/dist/index.css +14 -14
  33. package/dist/index.d.cts +1 -1
  34. package/dist/index.d.ts +1 -1
  35. package/dist/index.mjs +18 -18
  36. package/dist/styles/theme.css +1 -1
  37. package/dist/ui/DialBadge.cjs +1 -1
  38. package/dist/ui/DialBadge.mjs +1 -1
  39. package/dist/ui/UIKitBadge.cjs +6 -6
  40. package/dist/ui/UIKitBadge.mjs +2 -2
  41. package/dist/ui/avatar.cjs +1 -1
  42. package/dist/ui/avatar.mjs +1 -1
  43. package/dist/ui/badge.cjs +1 -1
  44. package/dist/ui/badge.d.cts +1 -1
  45. package/dist/ui/badge.d.ts +1 -1
  46. package/dist/ui/badge.mjs +1 -1
  47. package/dist/ui/button.cjs +1 -1
  48. package/dist/ui/button.mjs +1 -1
  49. package/dist/ui/card.cjs +1 -1
  50. package/dist/ui/card.mjs +1 -1
  51. package/dist/ui/checkbox.cjs +1 -1
  52. package/dist/ui/checkbox.mjs +1 -1
  53. package/dist/ui/collapsible.cjs +1 -1
  54. package/dist/ui/collapsible.mjs +1 -1
  55. package/dist/ui/drawer.cjs +1 -1
  56. package/dist/ui/drawer.mjs +1 -1
  57. package/dist/ui/dropdown.cjs +1 -1
  58. package/dist/ui/dropdown.mjs +1 -1
  59. package/dist/ui/index.cjs +67 -67
  60. package/dist/ui/index.d.cts +1 -1
  61. package/dist/ui/index.d.ts +1 -1
  62. package/dist/ui/index.mjs +16 -16
  63. package/dist/ui/inputs/color-input.cjs +1 -1
  64. package/dist/ui/inputs/color-input.mjs +1 -1
  65. package/dist/ui/inputs/index.cjs +29 -29
  66. package/dist/ui/inputs/index.mjs +7 -7
  67. package/dist/ui/inputs/input-numbers.cjs +1 -1
  68. package/dist/ui/inputs/input-numbers.mjs +1 -1
  69. package/dist/ui/inputs/input.cjs +1 -1
  70. package/dist/ui/inputs/input.d.cts +1 -1
  71. package/dist/ui/inputs/input.d.ts +1 -1
  72. package/dist/ui/inputs/input.mjs +1 -1
  73. package/dist/ui/inputs/number-inputs/CmInput.cjs +1 -1
  74. package/dist/ui/inputs/number-inputs/CmInput.mjs +1 -1
  75. package/dist/ui/inputs/number-inputs/DegInput.cjs +1 -1
  76. package/dist/ui/inputs/number-inputs/DegInput.mjs +1 -1
  77. package/dist/ui/inputs/number-inputs/EulerDegInput.cjs +1 -1
  78. package/dist/ui/inputs/number-inputs/EulerDegInput.mjs +1 -1
  79. package/dist/ui/inputs/number-inputs/EulerInput.cjs +1 -1
  80. package/dist/ui/inputs/number-inputs/EulerInput.mjs +1 -1
  81. package/dist/ui/inputs/number-inputs/EulerRadInput.cjs +1 -1
  82. package/dist/ui/inputs/number-inputs/EulerRadInput.mjs +1 -1
  83. package/dist/ui/inputs/number-inputs/InchInput.cjs +1 -1
  84. package/dist/ui/inputs/number-inputs/InchInput.mjs +1 -1
  85. package/dist/ui/inputs/number-inputs/IntInput.cjs +1 -1
  86. package/dist/ui/inputs/number-inputs/IntInput.mjs +1 -1
  87. package/dist/ui/inputs/number-inputs/KVectorInput.cjs +1 -1
  88. package/dist/ui/inputs/number-inputs/KVectorInput.mjs +1 -1
  89. package/dist/ui/inputs/number-inputs/QuaternionInput.cjs +1 -1
  90. package/dist/ui/inputs/number-inputs/QuaternionInput.mjs +1 -1
  91. package/dist/ui/inputs/number-inputs/RadInput.cjs +1 -1
  92. package/dist/ui/inputs/number-inputs/RadInput.mjs +1 -1
  93. package/dist/ui/inputs/number-inputs/TimeInput.cjs +1 -1
  94. package/dist/ui/inputs/number-inputs/TimeInput.mjs +1 -1
  95. package/dist/ui/inputs/number-inputs/Vec3Input.cjs +1 -1
  96. package/dist/ui/inputs/number-inputs/Vec3Input.mjs +1 -1
  97. package/dist/ui/inputs/number-inputs/VectorInput.cjs +1 -1
  98. package/dist/ui/inputs/number-inputs/VectorInput.mjs +1 -1
  99. package/dist/ui/inputs/number-inputs/index.cjs +24 -24
  100. package/dist/ui/inputs/number-inputs/index.mjs +6 -6
  101. package/dist/ui/inputs/presets-input.cjs +1 -1
  102. package/dist/ui/inputs/presets-input.mjs +1 -1
  103. package/dist/ui/inputs/presets-rad-input.cjs +1 -1
  104. package/dist/ui/inputs/presets-rad-input.mjs +1 -1
  105. package/dist/ui/inputs/text-input.cjs +1 -1
  106. package/dist/ui/inputs/text-input.mjs +1 -1
  107. package/dist/ui/label.cjs +3 -3
  108. package/dist/ui/label.d.cts +2 -2
  109. package/dist/ui/label.d.ts +2 -2
  110. package/dist/ui/label.mjs +2 -2
  111. package/dist/ui/layout.cjs +1 -1
  112. package/dist/ui/layout.d.cts +3 -2
  113. package/dist/ui/layout.d.ts +3 -2
  114. package/dist/ui/layout.mjs +1 -1
  115. package/dist/ui/layouts/dock-layout/DockLayoutView.cjs +1 -1
  116. package/dist/ui/layouts/dock-layout/DockLayoutView.mjs +1 -1
  117. package/dist/ui/layouts/dock-layout/LayoutSlots.cjs +1 -1
  118. package/dist/ui/layouts/dock-layout/LayoutSlots.mjs +1 -1
  119. package/dist/ui/layouts/dock-layout/index.cjs +1 -1
  120. package/dist/ui/layouts/dock-layout/index.mjs +1 -1
  121. package/dist/ui/layouts/index.cjs +3 -3
  122. package/dist/ui/layouts/index.mjs +3 -3
  123. package/dist/ui/layouts/liquid-layout/LayoutSlots.cjs +1 -1
  124. package/dist/ui/layouts/liquid-layout/LayoutSlots.mjs +1 -1
  125. package/dist/ui/layouts/liquid-layout/LiquidLayoutView.cjs +1 -1
  126. package/dist/ui/layouts/liquid-layout/LiquidLayoutView.mjs +1 -1
  127. package/dist/ui/layouts/liquid-layout/index.cjs +1 -1
  128. package/dist/ui/layouts/liquid-layout/index.mjs +1 -1
  129. package/dist/ui/modal.cjs +1 -1
  130. package/dist/ui/modal.mjs +1 -1
  131. package/dist/ui/navigation.cjs +1 -1
  132. package/dist/ui/navigation.mjs +1 -1
  133. package/dist/ui/pagination.cjs +1 -1
  134. package/dist/ui/pagination.mjs +1 -1
  135. package/dist/ui/panel.cjs +1 -1
  136. package/dist/ui/panel.mjs +1 -1
  137. package/dist/ui/popover.cjs +1 -1
  138. package/dist/ui/popover.mjs +1 -1
  139. package/dist/ui/radio-group.cjs +1 -1
  140. package/dist/ui/radio-group.mjs +1 -1
  141. package/dist/ui/resizable.cjs +1 -1
  142. package/dist/ui/resizable.mjs +1 -1
  143. package/dist/ui/select.cjs +1 -1
  144. package/dist/ui/select.d.cts +1 -1
  145. package/dist/ui/select.d.ts +1 -1
  146. package/dist/ui/select.mjs +1 -1
  147. package/dist/ui/separator.cjs +1 -1
  148. package/dist/ui/separator.mjs +1 -1
  149. package/dist/ui/sheet.cjs +1 -1
  150. package/dist/ui/sheet.mjs +1 -1
  151. package/dist/ui/sidebar.cjs +1 -1
  152. package/dist/ui/sidebar.mjs +1 -1
  153. package/dist/ui/simple-tree-view.cjs +1 -1
  154. package/dist/ui/simple-tree-view.mjs +1 -1
  155. package/dist/ui/skeleton.cjs +1 -1
  156. package/dist/ui/skeleton.mjs +1 -1
  157. package/dist/ui/slider.cjs +1 -1
  158. package/dist/ui/slider.mjs +1 -1
  159. package/dist/ui/switch.cjs +1 -1
  160. package/dist/ui/switch.mjs +1 -1
  161. package/dist/ui/table.cjs +1 -1
  162. package/dist/ui/table.mjs +1 -1
  163. package/dist/ui/tabs.cjs +1 -1
  164. package/dist/ui/tabs.mjs +1 -1
  165. package/dist/ui/textarea.cjs +1 -1
  166. package/dist/ui/textarea.d.cts +1 -1
  167. package/dist/ui/textarea.d.ts +1 -1
  168. package/dist/ui/textarea.mjs +1 -1
  169. package/dist/ui/theme/ThemeToggles.cjs +1 -1
  170. package/dist/ui/theme/ThemeToggles.mjs +1 -1
  171. package/dist/ui/theme/index.cjs +1 -1
  172. package/dist/ui/theme/index.mjs +1 -1
  173. package/dist/ui/toggle-buttons.cjs +1 -1
  174. package/dist/ui/toggle-buttons.mjs +1 -1
  175. package/dist/ui/toggle-group.cjs +1 -1
  176. package/dist/ui/toggle-group.mjs +1 -1
  177. package/dist/ui/toggle.cjs +1 -1
  178. package/dist/ui/toggle.mjs +1 -1
  179. package/dist/ui/toolbar.cjs +1 -1
  180. package/dist/ui/toolbar.mjs +1 -1
  181. package/dist/ui/tooltip.cjs +1 -1
  182. package/dist/ui/tooltip.mjs +1 -1
  183. package/dist/ui/tree-view/TreeSearchBar.cjs +1 -1
  184. package/dist/ui/tree-view/TreeSearchBar.mjs +1 -1
  185. package/dist/ui/tree-view/TreeView.cjs +1 -1
  186. package/dist/ui/tree-view/TreeView.mjs +1 -1
  187. package/dist/ui/tree-view/index.cjs +1 -1
  188. package/dist/ui/tree-view/index.mjs +1 -1
  189. package/dist/ui/tree-view-legacy.cjs +1 -1
  190. package/dist/ui/tree-view-legacy.mjs +1 -1
  191. package/dist/ui/waterfall/CursorOverlay.cjs +1 -1
  192. package/dist/ui/waterfall/CursorOverlay.mjs +1 -1
  193. package/dist/ui/waterfall/TimelineEvent.cjs +1 -1
  194. package/dist/ui/waterfall/TimelineEvent.mjs +1 -1
  195. package/dist/ui/waterfall/TimelineProcessBar.cjs +1 -1
  196. package/dist/ui/waterfall/TimelineProcessBar.mjs +1 -1
  197. package/dist/ui/waterfall/Wedges.cjs +1 -1
  198. package/dist/ui/waterfall/Wedges.mjs +1 -1
  199. package/dist/ui/waterfall/index.cjs +1 -1
  200. package/dist/ui/waterfall/index.mjs +1 -1
  201. package/package.json +1 -1
  202. package/src/dial/DialPanel.tsx +17 -7
  203. package/src/dial/wrapped-inputs/DialInputs.tsx +29 -28
  204. package/src/styles/theme.css +2 -0
  205. package/src/ui/label.tsx +2 -1
  206. package/src/ui/layout.tsx +2 -1
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkGZBZMYJM_cjs = require('./chunk-GZBZMYJM.cjs');
3
+ var chunkQIYGXPLM_cjs = require('./chunk-QIYGXPLM.cjs');
4
4
  require('./chunk-KFPS5CCR.cjs');
5
5
  var chunk7RHQ6DVU_cjs = require('./chunk-7RHQ6DVU.cjs');
6
6
  require('./chunk-WJL5HMO6.cjs');
@@ -18,13 +18,6 @@ require('./chunk-JWVH6R35.cjs');
18
18
  require('./chunk-MVAFOQ67.cjs');
19
19
  require('./chunk-TUYG6BYZ.cjs');
20
20
  var chunkG2ZYONQO_cjs = require('./chunk-G2ZYONQO.cjs');
21
- require('./chunk-E6G4MTX3.cjs');
22
- require('./chunk-4AE2TOOL.cjs');
23
- var chunkA5VRTIX4_cjs = require('./chunk-A5VRTIX4.cjs');
24
- require('./chunk-WX7SLJUA.cjs');
25
- var chunkLBGZKACW_cjs = require('./chunk-LBGZKACW.cjs');
26
- var chunkUULSGVNF_cjs = require('./chunk-UULSGVNF.cjs');
27
- require('./chunk-BFFOS7Z3.cjs');
28
21
  require('./chunk-LGOEGWMJ.cjs');
29
22
  var chunkY5SVZCPQ_cjs = require('./chunk-Y5SVZCPQ.cjs');
30
23
  var chunkKR7VBV3B_cjs = require('./chunk-KR7VBV3B.cjs');
@@ -32,26 +25,33 @@ var chunkWHV4VATL_cjs = require('./chunk-WHV4VATL.cjs');
32
25
  var chunk5JPYU5A6_cjs = require('./chunk-5JPYU5A6.cjs');
33
26
  var chunkHAVTMZR3_cjs = require('./chunk-HAVTMZR3.cjs');
34
27
  require('./chunk-4H5EXSBN.cjs');
28
+ require('./chunk-E6G4MTX3.cjs');
29
+ require('./chunk-WX7SLJUA.cjs');
30
+ require('./chunk-4AE2TOOL.cjs');
31
+ var chunkA5VRTIX4_cjs = require('./chunk-A5VRTIX4.cjs');
32
+ require('./chunk-BFFOS7Z3.cjs');
33
+ var chunkLBGZKACW_cjs = require('./chunk-LBGZKACW.cjs');
34
+ var chunkUULSGVNF_cjs = require('./chunk-UULSGVNF.cjs');
35
35
  require('./chunk-63OJOP6W.cjs');
36
36
  require('./chunk-DECFNBXU.cjs');
37
- var chunkNSUFTZNC_cjs = require('./chunk-NSUFTZNC.cjs');
38
- var chunkHN3AMWUM_cjs = require('./chunk-HN3AMWUM.cjs');
39
- var chunkD5WOPTKY_cjs = require('./chunk-D5WOPTKY.cjs');
40
- var chunk2EG65KGO_cjs = require('./chunk-2EG65KGO.cjs');
41
37
  var chunkAJQEHMYV_cjs = require('./chunk-AJQEHMYV.cjs');
42
38
  var chunkPTCDBU72_cjs = require('./chunk-PTCDBU72.cjs');
43
39
  var chunk64L2SNKA_cjs = require('./chunk-64L2SNKA.cjs');
44
40
  var chunkJFJRNNPQ_cjs = require('./chunk-JFJRNNPQ.cjs');
45
41
  var chunkEAXBNWXE_cjs = require('./chunk-EAXBNWXE.cjs');
46
- var chunkJFIAWTRH_cjs = require('./chunk-JFIAWTRH.cjs');
42
+ var chunkNSUFTZNC_cjs = require('./chunk-NSUFTZNC.cjs');
43
+ var chunkHN3AMWUM_cjs = require('./chunk-HN3AMWUM.cjs');
47
44
  var chunkAOV3ADTV_cjs = require('./chunk-AOV3ADTV.cjs');
48
45
  var chunkA2UZY7Y2_cjs = require('./chunk-A2UZY7Y2.cjs');
46
+ var chunkD5WOPTKY_cjs = require('./chunk-D5WOPTKY.cjs');
47
+ var chunk2EG65KGO_cjs = require('./chunk-2EG65KGO.cjs');
48
+ var chunkJFIAWTRH_cjs = require('./chunk-JFIAWTRH.cjs');
49
+ var chunk2WD4ZL27_cjs = require('./chunk-2WD4ZL27.cjs');
49
50
  var chunkZRRCYQ53_cjs = require('./chunk-ZRRCYQ53.cjs');
50
51
  var chunk7GJVMFKJ_cjs = require('./chunk-7GJVMFKJ.cjs');
51
52
  var chunkJYIVDUDL_cjs = require('./chunk-JYIVDUDL.cjs');
52
53
  var chunk5XBMFADS_cjs = require('./chunk-5XBMFADS.cjs');
53
54
  var chunkGOGJVFRN_cjs = require('./chunk-GOGJVFRN.cjs');
54
- var chunk2WD4ZL27_cjs = require('./chunk-2WD4ZL27.cjs');
55
55
  require('./chunk-KQAZ6BRD.cjs');
56
56
  var chunkZZDIW5JV_cjs = require('./chunk-ZZDIW5JV.cjs');
57
57
  var chunkSBTB5YJV_cjs = require('./chunk-SBTB5YJV.cjs');
@@ -80,17 +80,18 @@ var chunkXURKXOZK_cjs = require('./chunk-XURKXOZK.cjs');
80
80
  var chunkSPNDWTSX_cjs = require('./chunk-SPNDWTSX.cjs');
81
81
  var chunkVQP3QBC6_cjs = require('./chunk-VQP3QBC6.cjs');
82
82
  var chunkHA6M4XKT_cjs = require('./chunk-HA6M4XKT.cjs');
83
- var chunkM4IHJGJE_cjs = require('./chunk-M4IHJGJE.cjs');
83
+ var chunkASR6OXVT_cjs = require('./chunk-ASR6OXVT.cjs');
84
84
  var chunkUASPJ57U_cjs = require('./chunk-UASPJ57U.cjs');
85
85
  var chunkYQ5KKJQ3_cjs = require('./chunk-YQ5KKJQ3.cjs');
86
86
  var chunkVLOFKTSL_cjs = require('./chunk-VLOFKTSL.cjs');
87
87
  var chunk5PHGYFZ3_cjs = require('./chunk-5PHGYFZ3.cjs');
88
- var chunkOYQJVHKA_cjs = require('./chunk-OYQJVHKA.cjs');
88
+ var chunkSHT4BJOB_cjs = require('./chunk-SHT4BJOB.cjs');
89
89
  var chunkQ2HC5ZL4_cjs = require('./chunk-Q2HC5ZL4.cjs');
90
90
  var chunkQHAGQCVF_cjs = require('./chunk-QHAGQCVF.cjs');
91
91
  var chunk4WRTIOGZ_cjs = require('./chunk-4WRTIOGZ.cjs');
92
92
  var chunkB55SNJJM_cjs = require('./chunk-B55SNJJM.cjs');
93
93
  require('./chunk-EFZ746FR.cjs');
94
+ var chunkRMK6W774_cjs = require('./chunk-RMK6W774.cjs');
94
95
  var chunk5PDZWPUI_cjs = require('./chunk-5PDZWPUI.cjs');
95
96
  var chunkWRKB3W2J_cjs = require('./chunk-WRKB3W2J.cjs');
96
97
  var chunkLQGXG373_cjs = require('./chunk-LQGXG373.cjs');
@@ -101,11 +102,9 @@ var chunkHBIZQDDS_cjs = require('./chunk-HBIZQDDS.cjs');
101
102
  var chunkT3G35JSP_cjs = require('./chunk-T3G35JSP.cjs');
102
103
  var chunkWJY6BMVR_cjs = require('./chunk-WJY6BMVR.cjs');
103
104
  require('./chunk-P6DICGAV.cjs');
104
- var chunkRMK6W774_cjs = require('./chunk-RMK6W774.cjs');
105
105
  require('./chunk-JMCH2AFN.cjs');
106
106
  var chunkG5JZGNKY_cjs = require('./chunk-G5JZGNKY.cjs');
107
107
  require('./chunk-QN4N4I3Z.cjs');
108
- var chunkLBWMTA5T_cjs = require('./chunk-LBWMTA5T.cjs');
109
108
  var chunkQ7E73DVJ_cjs = require('./chunk-Q7E73DVJ.cjs');
110
109
  var chunkJR4TVE43_cjs = require('./chunk-JR4TVE43.cjs');
111
110
  var chunkVXZURKMQ_cjs = require('./chunk-VXZURKMQ.cjs');
@@ -113,6 +112,7 @@ var chunkQ4XH2Z5M_cjs = require('./chunk-Q4XH2Z5M.cjs');
113
112
  var chunk6BOWMGFG_cjs = require('./chunk-6BOWMGFG.cjs');
114
113
  var chunkYZIR6LIY_cjs = require('./chunk-YZIR6LIY.cjs');
115
114
  var chunkRPTRTGC2_cjs = require('./chunk-RPTRTGC2.cjs');
115
+ var chunkLBWMTA5T_cjs = require('./chunk-LBWMTA5T.cjs');
116
116
  var chunkOHIB3TEN_cjs = require('./chunk-OHIB3TEN.cjs');
117
117
  var chunkG4FJGNY5_cjs = require('./chunk-G4FJGNY5.cjs');
118
118
 
@@ -120,71 +120,71 @@ var chunkG4FJGNY5_cjs = require('./chunk-G4FJGNY5.cjs');
120
120
 
121
121
  Object.defineProperty(exports, "DialBooleanInput", {
122
122
  enumerable: true,
123
- get: function () { return chunkGZBZMYJM_cjs.DialBooleanInput; }
123
+ get: function () { return chunkQIYGXPLM_cjs.DialBooleanInput; }
124
124
  });
125
125
  Object.defineProperty(exports, "DialCmInput", {
126
126
  enumerable: true,
127
- get: function () { return chunkGZBZMYJM_cjs.DialCmInput; }
127
+ get: function () { return chunkQIYGXPLM_cjs.DialCmInput; }
128
128
  });
129
129
  Object.defineProperty(exports, "DialDegInput", {
130
130
  enumerable: true,
131
- get: function () { return chunkGZBZMYJM_cjs.DialDegInput; }
131
+ get: function () { return chunkQIYGXPLM_cjs.DialDegInput; }
132
132
  });
133
133
  Object.defineProperty(exports, "DialEulerDegInput", {
134
134
  enumerable: true,
135
- get: function () { return chunkGZBZMYJM_cjs.DialEulerDegInput; }
135
+ get: function () { return chunkQIYGXPLM_cjs.DialEulerDegInput; }
136
136
  });
137
137
  Object.defineProperty(exports, "DialEulerInput", {
138
138
  enumerable: true,
139
- get: function () { return chunkGZBZMYJM_cjs.DialEulerInput; }
139
+ get: function () { return chunkQIYGXPLM_cjs.DialEulerInput; }
140
140
  });
141
141
  Object.defineProperty(exports, "DialInchInput", {
142
142
  enumerable: true,
143
- get: function () { return chunkGZBZMYJM_cjs.DialInchInput; }
143
+ get: function () { return chunkQIYGXPLM_cjs.DialInchInput; }
144
144
  });
145
145
  Object.defineProperty(exports, "DialIntInput", {
146
146
  enumerable: true,
147
- get: function () { return chunkGZBZMYJM_cjs.DialIntInput; }
147
+ get: function () { return chunkQIYGXPLM_cjs.DialIntInput; }
148
148
  });
149
149
  Object.defineProperty(exports, "DialNumberInput", {
150
150
  enumerable: true,
151
- get: function () { return chunkGZBZMYJM_cjs.DialNumberInput; }
151
+ get: function () { return chunkQIYGXPLM_cjs.DialNumberInput; }
152
152
  });
153
153
  Object.defineProperty(exports, "DialPanel", {
154
154
  enumerable: true,
155
- get: function () { return chunkGZBZMYJM_cjs.DialPanel; }
155
+ get: function () { return chunkQIYGXPLM_cjs.DialPanel; }
156
156
  });
157
157
  Object.defineProperty(exports, "DialQuaternionInput", {
158
158
  enumerable: true,
159
- get: function () { return chunkGZBZMYJM_cjs.DialQuaternionInput; }
159
+ get: function () { return chunkQIYGXPLM_cjs.DialQuaternionInput; }
160
160
  });
161
161
  Object.defineProperty(exports, "DialRadInput", {
162
162
  enumerable: true,
163
- get: function () { return chunkGZBZMYJM_cjs.DialRadInput; }
163
+ get: function () { return chunkQIYGXPLM_cjs.DialRadInput; }
164
164
  });
165
165
  Object.defineProperty(exports, "DialSelectInput", {
166
166
  enumerable: true,
167
- get: function () { return chunkGZBZMYJM_cjs.DialSelectInput; }
167
+ get: function () { return chunkQIYGXPLM_cjs.DialSelectInput; }
168
168
  });
169
169
  Object.defineProperty(exports, "DialSliderInput", {
170
170
  enumerable: true,
171
- get: function () { return chunkGZBZMYJM_cjs.DialSliderInput; }
171
+ get: function () { return chunkQIYGXPLM_cjs.DialSliderInput; }
172
172
  });
173
173
  Object.defineProperty(exports, "DialTimeInput", {
174
174
  enumerable: true,
175
- get: function () { return chunkGZBZMYJM_cjs.DialTimeInput; }
175
+ get: function () { return chunkQIYGXPLM_cjs.DialTimeInput; }
176
176
  });
177
177
  Object.defineProperty(exports, "DialVec3Input", {
178
178
  enumerable: true,
179
- get: function () { return chunkGZBZMYJM_cjs.DialVec3Input; }
179
+ get: function () { return chunkQIYGXPLM_cjs.DialVec3Input; }
180
180
  });
181
181
  Object.defineProperty(exports, "DialVectorInput", {
182
182
  enumerable: true,
183
- get: function () { return chunkGZBZMYJM_cjs.DialVectorInput2; }
183
+ get: function () { return chunkQIYGXPLM_cjs.DialVectorInput2; }
184
184
  });
185
185
  Object.defineProperty(exports, "DialVectorWrappedInput", {
186
186
  enumerable: true,
187
- get: function () { return chunkGZBZMYJM_cjs.DialVectorInput; }
187
+ get: function () { return chunkQIYGXPLM_cjs.DialVectorInput; }
188
188
  });
189
189
  Object.defineProperty(exports, "Waterfall", {
190
190
  enumerable: true,
@@ -222,38 +222,6 @@ Object.defineProperty(exports, "rightWedgeClasses", {
222
222
  enumerable: true,
223
223
  get: function () { return chunkG2ZYONQO_cjs.rightWedgeClasses; }
224
224
  });
225
- Object.defineProperty(exports, "LiquidLayoutView", {
226
- enumerable: true,
227
- get: function () { return chunkA5VRTIX4_cjs.LiquidLayoutView; }
228
- });
229
- Object.defineProperty(exports, "DockLayoutView", {
230
- enumerable: true,
231
- get: function () { return chunkLBGZKACW_cjs.DockLayoutView; }
232
- });
233
- Object.defineProperty(exports, "DockLayout", {
234
- enumerable: true,
235
- get: function () { return chunkUULSGVNF_cjs.DockLayout; }
236
- });
237
- Object.defineProperty(exports, "DockLayoutBottom", {
238
- enumerable: true,
239
- get: function () { return chunkUULSGVNF_cjs.DockLayoutBottom; }
240
- });
241
- Object.defineProperty(exports, "DockLayoutContent", {
242
- enumerable: true,
243
- get: function () { return chunkUULSGVNF_cjs.DockLayoutContent; }
244
- });
245
- Object.defineProperty(exports, "DockLayoutLeft", {
246
- enumerable: true,
247
- get: function () { return chunkUULSGVNF_cjs.DockLayoutLeft; }
248
- });
249
- Object.defineProperty(exports, "DockLayoutRight", {
250
- enumerable: true,
251
- get: function () { return chunkUULSGVNF_cjs.DockLayoutRight; }
252
- });
253
- Object.defineProperty(exports, "DockLayoutTop", {
254
- enumerable: true,
255
- get: function () { return chunkUULSGVNF_cjs.DockLayoutTop; }
256
- });
257
225
  Object.defineProperty(exports, "LiquidToggle", {
258
226
  enumerable: true,
259
227
  get: function () { return chunkY5SVZCPQ_cjs.LiquidToggle; }
@@ -298,21 +266,37 @@ Object.defineProperty(exports, "TreeView", {
298
266
  enumerable: true,
299
267
  get: function () { return chunkHAVTMZR3_cjs.TreeView; }
300
268
  });
301
- Object.defineProperty(exports, "TimeInput", {
269
+ Object.defineProperty(exports, "LiquidLayoutView", {
302
270
  enumerable: true,
303
- get: function () { return chunkNSUFTZNC_cjs.TimeInput; }
271
+ get: function () { return chunkA5VRTIX4_cjs.LiquidLayoutView; }
304
272
  });
305
- Object.defineProperty(exports, "Vec3Input", {
273
+ Object.defineProperty(exports, "DockLayoutView", {
306
274
  enumerable: true,
307
- get: function () { return chunkHN3AMWUM_cjs.Vec3Input; }
275
+ get: function () { return chunkLBGZKACW_cjs.DockLayoutView; }
308
276
  });
309
- Object.defineProperty(exports, "EulerDegInput", {
277
+ Object.defineProperty(exports, "DockLayout", {
310
278
  enumerable: true,
311
- get: function () { return chunkD5WOPTKY_cjs.EulerDegInput; }
279
+ get: function () { return chunkUULSGVNF_cjs.DockLayout; }
312
280
  });
313
- Object.defineProperty(exports, "EulerInput", {
281
+ Object.defineProperty(exports, "DockLayoutBottom", {
314
282
  enumerable: true,
315
- get: function () { return chunk2EG65KGO_cjs.EulerInput; }
283
+ get: function () { return chunkUULSGVNF_cjs.DockLayoutBottom; }
284
+ });
285
+ Object.defineProperty(exports, "DockLayoutContent", {
286
+ enumerable: true,
287
+ get: function () { return chunkUULSGVNF_cjs.DockLayoutContent; }
288
+ });
289
+ Object.defineProperty(exports, "DockLayoutLeft", {
290
+ enumerable: true,
291
+ get: function () { return chunkUULSGVNF_cjs.DockLayoutLeft; }
292
+ });
293
+ Object.defineProperty(exports, "DockLayoutRight", {
294
+ enumerable: true,
295
+ get: function () { return chunkUULSGVNF_cjs.DockLayoutRight; }
296
+ });
297
+ Object.defineProperty(exports, "DockLayoutTop", {
298
+ enumerable: true,
299
+ get: function () { return chunkUULSGVNF_cjs.DockLayoutTop; }
316
300
  });
317
301
  Object.defineProperty(exports, "EulerRadInput", {
318
302
  enumerable: true,
@@ -334,9 +318,13 @@ Object.defineProperty(exports, "QuaternionInput", {
334
318
  enumerable: true,
335
319
  get: function () { return chunkEAXBNWXE_cjs.QuaternionInput; }
336
320
  });
337
- Object.defineProperty(exports, "VectorInput", {
321
+ Object.defineProperty(exports, "TimeInput", {
338
322
  enumerable: true,
339
- get: function () { return chunkJFIAWTRH_cjs.VectorInput; }
323
+ get: function () { return chunkNSUFTZNC_cjs.TimeInput; }
324
+ });
325
+ Object.defineProperty(exports, "Vec3Input", {
326
+ enumerable: true,
327
+ get: function () { return chunkHN3AMWUM_cjs.Vec3Input; }
340
328
  });
341
329
  Object.defineProperty(exports, "CmInput", {
342
330
  enumerable: true,
@@ -346,6 +334,22 @@ Object.defineProperty(exports, "DegInput", {
346
334
  enumerable: true,
347
335
  get: function () { return chunkA2UZY7Y2_cjs.DegInput; }
348
336
  });
337
+ Object.defineProperty(exports, "EulerDegInput", {
338
+ enumerable: true,
339
+ get: function () { return chunkD5WOPTKY_cjs.EulerDegInput; }
340
+ });
341
+ Object.defineProperty(exports, "EulerInput", {
342
+ enumerable: true,
343
+ get: function () { return chunk2EG65KGO_cjs.EulerInput; }
344
+ });
345
+ Object.defineProperty(exports, "VectorInput", {
346
+ enumerable: true,
347
+ get: function () { return chunkJFIAWTRH_cjs.VectorInput; }
348
+ });
349
+ Object.defineProperty(exports, "TextInput", {
350
+ enumerable: true,
351
+ get: function () { return chunk2WD4ZL27_cjs.TextInput; }
352
+ });
349
353
  Object.defineProperty(exports, "ColorInput", {
350
354
  enumerable: true,
351
355
  get: function () { return chunkZRRCYQ53_cjs.ColorInput; }
@@ -366,10 +370,6 @@ Object.defineProperty(exports, "InputNumbers", {
366
370
  enumerable: true,
367
371
  get: function () { return chunkGOGJVFRN_cjs.InputNumbers; }
368
372
  });
369
- Object.defineProperty(exports, "TextInput", {
370
- enumerable: true,
371
- get: function () { return chunk2WD4ZL27_cjs.TextInput; }
372
- });
373
373
  Object.defineProperty(exports, "createSelectable", {
374
374
  enumerable: true,
375
375
  get: function () { return chunkZZDIW5JV_cjs.createSelectable; }
@@ -856,7 +856,7 @@ Object.defineProperty(exports, "DropdownMenuTrigger", {
856
856
  });
857
857
  Object.defineProperty(exports, "Label", {
858
858
  enumerable: true,
859
- get: function () { return chunkM4IHJGJE_cjs.Label; }
859
+ get: function () { return chunkASR6OXVT_cjs.Label; }
860
860
  });
861
861
  Object.defineProperty(exports, "FormLayout", {
862
862
  enumerable: true,
@@ -924,19 +924,19 @@ Object.defineProperty(exports, "DialBadge", {
924
924
  });
925
925
  Object.defineProperty(exports, "GIT_HASH", {
926
926
  enumerable: true,
927
- get: function () { return chunkOYQJVHKA_cjs.GIT_HASH; }
927
+ get: function () { return chunkSHT4BJOB_cjs.GIT_HASH; }
928
928
  });
929
929
  Object.defineProperty(exports, "PACKAGE_VERSION", {
930
930
  enumerable: true,
931
- get: function () { return chunkOYQJVHKA_cjs.PACKAGE_VERSION; }
931
+ get: function () { return chunkSHT4BJOB_cjs.PACKAGE_VERSION; }
932
932
  });
933
933
  Object.defineProperty(exports, "PackageBadge", {
934
934
  enumerable: true,
935
- get: function () { return chunkOYQJVHKA_cjs.PackageBadge; }
935
+ get: function () { return chunkSHT4BJOB_cjs.PackageBadge; }
936
936
  });
937
937
  Object.defineProperty(exports, "UIKitBadge", {
938
938
  enumerable: true,
939
- get: function () { return chunkOYQJVHKA_cjs.UIKitBadge; }
939
+ get: function () { return chunkSHT4BJOB_cjs.UIKitBadge; }
940
940
  });
941
941
  Object.defineProperty(exports, "Avatar", {
942
942
  enumerable: true,
@@ -994,6 +994,14 @@ Object.defineProperty(exports, "Checkbox", {
994
994
  enumerable: true,
995
995
  get: function () { return chunkB55SNJJM_cjs.Checkbox; }
996
996
  });
997
+ Object.defineProperty(exports, "DialProvider", {
998
+ enumerable: true,
999
+ get: function () { return chunkRMK6W774_cjs.DialProvider; }
1000
+ });
1001
+ Object.defineProperty(exports, "useDialSchema", {
1002
+ enumerable: true,
1003
+ get: function () { return chunkRMK6W774_cjs.useDialSchema; }
1004
+ });
997
1005
  Object.defineProperty(exports, "CursorProvider", {
998
1006
  enumerable: true,
999
1007
  get: function () { return chunk5PDZWPUI_cjs.CursorProvider; }
@@ -1110,14 +1118,6 @@ Object.defineProperty(exports, "withCursor", {
1110
1118
  enumerable: true,
1111
1119
  get: function () { return chunkWJY6BMVR_cjs.withCursor; }
1112
1120
  });
1113
- Object.defineProperty(exports, "DialProvider", {
1114
- enumerable: true,
1115
- get: function () { return chunkRMK6W774_cjs.DialProvider; }
1116
- });
1117
- Object.defineProperty(exports, "useDialSchema", {
1118
- enumerable: true,
1119
- get: function () { return chunkRMK6W774_cjs.useDialSchema; }
1120
- });
1121
1121
  Object.defineProperty(exports, "SyncDrag", {
1122
1122
  enumerable: true,
1123
1123
  get: function () { return chunkG5JZGNKY_cjs.SyncDrag; }
@@ -1146,10 +1146,6 @@ Object.defineProperty(exports, "SyncScrollSlave", {
1146
1146
  enumerable: true,
1147
1147
  get: function () { return chunkG5JZGNKY_cjs.SyncScrollSlave; }
1148
1148
  });
1149
- Object.defineProperty(exports, "useDocument", {
1150
- enumerable: true,
1151
- get: function () { return chunkLBWMTA5T_cjs.useDocument; }
1152
- });
1153
1149
  Object.defineProperty(exports, "useDragSelect", {
1154
1150
  enumerable: true,
1155
1151
  get: function () { return chunkQ7E73DVJ_cjs.useDragSelect; }
@@ -1190,6 +1186,10 @@ Object.defineProperty(exports, "isServer", {
1190
1186
  enumerable: true,
1191
1187
  get: function () { return chunkRPTRTGC2_cjs.isServer; }
1192
1188
  });
1189
+ Object.defineProperty(exports, "useDocument", {
1190
+ enumerable: true,
1191
+ get: function () { return chunkLBWMTA5T_cjs.useDocument; }
1192
+ });
1193
1193
  Object.defineProperty(exports, "cn", {
1194
1194
  enumerable: true,
1195
1195
  get: function () { return chunkOHIB3TEN_cjs.cn; }
package/dist/index.css CHANGED
@@ -16,7 +16,7 @@
16
16
  @property --tw-exit-scale { syntax:"*";inherits:false;initial-value:1 }
17
17
  @property --tw-exit-translate-x { syntax:"*";inherits:false;initial-value:0 }
18
18
  @property --tw-exit-translate-y { syntax:"*";inherits:false;initial-value:0 }
19
- @theme inline { --animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }} }
19
+ @theme inline { --animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }} }
20
20
  @utility animation-duration-* { --tw-animation-duration: calc(--value(number)*1ms); --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms); animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); }
21
21
  @utility delay-* { animation-delay: calc(--value(number)*1ms); animation-delay: --value(--animation-delay-*, [duration], "initial", [*]); --tw-animation-delay: calc(--value(number)*1ms); --tw-animation-delay: --value(--animation-delay-*, [duration], "initial", [*]); }
22
22
  @utility repeat-* { animation-iteration-count: --value(--animation-repeat-*, number, "initial", [*]); --tw-animation-iteration-count: --value(--animation-repeat-*, number, "initial", [*]); }
@@ -48,29 +48,29 @@
48
48
  @utility -spin-out { --tw-exit-rotate: -30deg; }
49
49
  @utility -spin-out-* { --tw-exit-rotate: calc(--value(number)*-1deg); --tw-exit-rotate: calc(--value(ratio)*-360deg); --tw-exit-rotate: --value(--rotate-*,[*]); }
50
50
  @utility slide-in-from-top { --tw-enter-translate-y: -100%; }
51
- @utility slide-in-from-top-* { --tw-enter-translate-y: --spacing(--value(integer)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-y: calc(--value(ratio)*-100%); --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1); }
51
+ @utility slide-in-from-top-* { --tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-y: calc(--value(ratio)*-100%); --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1); }
52
52
  @utility slide-in-from-bottom { --tw-enter-translate-y: 100%; }
53
- @utility slide-in-from-bottom-* { --tw-enter-translate-y: --spacing(--value(integer)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-y: calc(--value(ratio)*100%); --tw-enter-translate-y: --value(--translate-*,[percentage],[length]); }
53
+ @utility slide-in-from-bottom-* { --tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-y: calc(--value(ratio)*100%); --tw-enter-translate-y: --value(--translate-*,[percentage],[length]); }
54
54
  @utility slide-in-from-left { --tw-enter-translate-x: -100%; }
55
- @utility slide-in-from-left-* { --tw-enter-translate-x: --spacing(--value(integer)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }
55
+ @utility slide-in-from-left-* { --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }
56
56
  @utility slide-in-from-right { --tw-enter-translate-x: 100%; }
57
- @utility slide-in-from-right-* { --tw-enter-translate-x: --spacing(--value(integer)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }
57
+ @utility slide-in-from-right-* { --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }
58
58
  @utility slide-in-from-start { &:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; } }
59
- @utility slide-in-from-start-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-enter-translate-x: --spacing(--value(integer)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl), [dir="rtl"], [dir="rtl"]*){ --tw-enter-translate-x: --spacing(--value(integer)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); } }
59
+ @utility slide-in-from-start-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl), [dir="rtl"], [dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); } }
60
60
  @utility slide-in-from-end { &:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; } }
61
- @utility slide-in-from-end-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-enter-translate-x: --spacing(--value(integer)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl), [dir="rtl"], [dir="rtl"]*){ --tw-enter-translate-x: --spacing(--value(integer)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); } }
61
+ @utility slide-in-from-end-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-enter-translate-x: calc(--value(ratio)*100%); --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl), [dir="rtl"], [dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-enter-translate-x: calc(--value(ratio)*-100%); --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); } }
62
62
  @utility slide-out-to-top { --tw-exit-translate-y: -100%; }
63
- @utility slide-out-to-top-* { --tw-exit-translate-y: --spacing(--value(integer)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-y: calc(--value(ratio)*-100%); --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1); }
63
+ @utility slide-out-to-top-* { --tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-y: calc(--value(ratio)*-100%); --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1); }
64
64
  @utility slide-out-to-bottom { --tw-exit-translate-y: 100%; }
65
- @utility slide-out-to-bottom-* { --tw-exit-translate-y: --spacing(--value(integer)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-y: calc(--value(ratio)*100%); --tw-exit-translate-y: --value(--translate-*,[percentage],[length]); }
65
+ @utility slide-out-to-bottom-* { --tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-y: calc(--value(ratio)*100%); --tw-exit-translate-y: --value(--translate-*,[percentage],[length]); }
66
66
  @utility slide-out-to-left { --tw-exit-translate-x: -100%; }
67
- @utility slide-out-to-left-* { --tw-exit-translate-x: --spacing(--value(integer)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }
67
+ @utility slide-out-to-left-* { --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }
68
68
  @utility slide-out-to-right { --tw-exit-translate-x: 100%; }
69
- @utility slide-out-to-right-* { --tw-exit-translate-x: --spacing(--value(integer)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }
69
+ @utility slide-out-to-right-* { --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }
70
70
  @utility slide-out-to-start { &:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; } }
71
- @utility slide-out-to-start-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-exit-translate-x: --spacing(--value(integer)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl), [dir="rtl"], [dir="rtl"]*){ --tw-exit-translate-x: --spacing(--value(integer)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); } }
71
+ @utility slide-out-to-start-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); }&:where(:dir(rtl), [dir="rtl"], [dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); } }
72
72
  @utility slide-out-to-end { &:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; } }
73
- @utility slide-out-to-end-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-exit-translate-x: --spacing(--value(integer)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl), [dir="rtl"], [dir="rtl"]*){ --tw-exit-translate-x: --spacing(--value(integer)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); } }
73
+ @utility slide-out-to-end-* { &:where(:dir(ltr), [dir="ltr"], [dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%); --tw-exit-translate-x: calc(--value(ratio)*100%); --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl), [dir="rtl"], [dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%); --tw-exit-translate-x: calc(--value(ratio)*-100%); --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1); } }
74
74
  :root {
75
75
  --brand-primary: var(--blue-6);
76
76
  --brand-hover: var(--blue-5);
@@ -310,7 +310,7 @@
310
310
  @utility liquid-light-bg-tooltip-right { background: linear-gradient(to left, rgba(236, 236, 236, 0.8) 0%, rgba(202, 202, 202, 0.8) 100%) !important; backdrop-filter: blur(4px) !important; }
311
311
  @utility scrollbar-hide { scrollbar-width: none; &::-webkit-scrollbar { display: none; } }
312
312
  @utility scrollbar-track-transparent { scrollbar-color: var(--bg-tertiary) transparent; &::-webkit-scrollbar-track { background: transparent; } &::-webkit-scrollbar-thumb { background: var(--bg-tertiary); border-radius: 4px; } }
313
- @theme inline { --font-sans: Inter; --font-number-input: "Fira Mono"; --color-brand-primary: var(--brand-primary); --color-brand-hover: var(--brand-hover); --color-brand-pressed: var(--brand-pressed); --color-alt-primary: var(--alt-primary); --color-alt-hover: var(--alt-hover); --color-alt-pressed: var(--alt-pressed); --color-group-primary: var(--group-primary); --color-group-hover: var(--group-hover); --color-group-pressed: var(--group-pressed); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --color-select-secondary: var(--select-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) + 2px); --radius-uk-md: calc(var(--radius) + 4px); --radius-uk-lg: calc(var(--radius) + 10px); --radius-uk-xl: calc(var(--radius) + 13px); --spacing-xxs: calc(var(--spacing) - 3px); --spacing-xs: calc(var(--spacing) - 1px); --spacing-sm: calc(var(--spacing) + 2px); --spacing-md: calc(var(--spacing) + 4px); --spacing-lg: calc(var(--spacing) + 9px); --spacing-xl: calc(var(--spacing) + 12px); --text-uk-hint: 10px; --text-uk-xs: 11px; --text-uk-sm: 12px; --text-uk-subtitle: 13px; --text-uk-md: 14px; --text-uk-lg: 16px; --text-uk-h3: 20px; --text-uk-h2: 24px; --text-uk-h1: 30px; --leading-uk-hint: 12px; --leading-uk-xs: 14px; --leading-uk-sm: 16px; --leading-uk-subtitle: 18px; --leading-uk-md: 20px; --leading-uk-lg: 24px; --leading-uk-h3: 28px; --leading-uk-h2: 32px; --leading-uk-h1: 36px; }
313
+ @theme inline { --font-sans: Inter; --font-number-input: "Fira Mono"; --color-brand-primary: var(--brand-primary); --color-brand-hover: var(--brand-hover); --color-brand-pressed: var(--brand-pressed); --color-alt-primary: var(--alt-primary); --color-alt-hover: var(--alt-hover); --color-alt-pressed: var(--alt-pressed); --color-group-primary: var(--group-primary); --color-group-hover: var(--group-hover); --color-group-pressed: var(--group-pressed); --color-text-highlight: var(--text-highlight); --color-text-primary: var(--text-primary); --color-text-secondary: var(--text-secondary); --color-text-tertiary: var(--text-tertiary); --color-text-withbg: var(--text-withbg); --color-bg-primary: var(--bg-primary); --color-bg-secondary: var(--bg-secondary); --color-bg-tertiary: var(--bg-tertiary); --color-bg-quaternary: var(--bg-quaternary); --color-bg-mask: var(--bg-mask); --color-icon-highlight: var(--icon-highlight); --color-icon-primary: var(--icon-primary); --color-icon-secondary: var(--icon-secondary); --color-icon-tertiary: var(--icon-tertiary); --color-icon-withbg: var(--icon-withbg); --color-danger-primary: var(--danger-primary); --color-danger-secondary: var(--danger-secondary); --color-danger-tertiary: var(--danger-tertiary); --color-accent-warning: var(--accent-warning); --color-accent-success: var(--accent-success); --color-line-primary: var(--line-primary); --color-line-secondary: var(--line-secondary); --color-shadow-primary: var(--shadow-primary); --color-shadow-secondary: var(--shadow-secondary); --color-select-secondary: var(--select-secondary); --radius-uk-xs: var(--radius); --radius-uk-sm: calc(var(--radius) + 2px); --radius-uk-md: calc(var(--radius) + 4px); --radius-uk-lg: calc(var(--radius) + 10px); --radius-uk-xl: calc(var(--radius) + 13px); --spacing-xxs: calc(var(--spacing) - 3px); --spacing-xs: calc(var(--spacing) - 1px); --spacing-sm: calc(var(--spacing) + 2px); --spacing-md: calc(var(--spacing) + 4px); --spacing-lg: calc(var(--spacing) + 9px); --spacing-xl: calc(var(--spacing) + 12px); --text-uk-hint: 10px; --text-uk-xxs: 10px; --text-uk-xs: 11px; --text-uk-sm: 12px; --text-uk-subtitle: 13px; --text-uk-md: 14px; --text-uk-lg: 16px; --text-uk-h3: 20px; --text-uk-h2: 24px; --text-uk-h1: 30px; --leading-uk-hint: 12px; --leading-uk-xxs: 12px; --leading-uk-xs: 14px; --leading-uk-sm: 16px; --leading-uk-subtitle: 18px; --leading-uk-md: 20px; --leading-uk-lg: 24px; --leading-uk-h3: 28px; --leading-uk-h2: 32px; --leading-uk-h1: 36px; }
314
314
  .vk-toast,
315
315
  [data-sonner-toast].vk-toast {
316
316
  background: var(--color-bg-primary) !important;
package/dist/index.d.cts CHANGED
@@ -33,7 +33,7 @@ export { Button, ButtonProps, buttonVariants } from './ui/button.cjs';
33
33
  export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './ui/collapsible.cjs';
34
34
  export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, selectTriggerVariants } from './ui/select.cjs';
35
35
  export { Slider, SliderProps } from './ui/slider.cjs';
36
- export { FormLayout, FormLayoutProps } from './ui/layout.cjs';
36
+ export { FormLayout, FormLayoutProps, LayoutType } from './ui/layout.cjs';
37
37
  export { Label } from './ui/label.cjs';
38
38
  export { GIT_HASH, PACKAGE_VERSION, PackageBadge, PackageBadgeProps, UIKitBadge, UIKitBadgeProps } from './ui/UIKitBadge.cjs';
39
39
  export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, DialBadgeProps } from './ui/DialBadge.cjs';
package/dist/index.d.ts CHANGED
@@ -33,7 +33,7 @@ export { Button, ButtonProps, buttonVariants } from './ui/button.js';
33
33
  export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './ui/collapsible.js';
34
34
  export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, selectTriggerVariants } from './ui/select.js';
35
35
  export { Slider, SliderProps } from './ui/slider.js';
36
- export { FormLayout, FormLayoutProps } from './ui/layout.js';
36
+ export { FormLayout, FormLayoutProps, LayoutType } from './ui/layout.js';
37
37
  export { Label } from './ui/label.js';
38
38
  export { GIT_HASH, PACKAGE_VERSION, PackageBadge, PackageBadgeProps, UIKitBadge, UIKitBadgeProps } from './ui/UIKitBadge.js';
39
39
  export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, DialBadgeProps } from './ui/DialBadge.js';
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- export { DialBooleanInput, DialCmInput, DialDegInput, DialEulerDegInput, DialEulerInput, DialInchInput, DialIntInput, DialNumberInput, DialPanel, DialQuaternionInput, DialRadInput, DialSelectInput, DialSliderInput, DialTimeInput, DialVec3Input, DialVectorInput2 as DialVectorInput, DialVectorInput as DialVectorWrappedInput } from './chunk-3OLRPUTL.mjs';
1
+ export { DialBooleanInput, DialCmInput, DialDegInput, DialEulerDegInput, DialEulerInput, DialInchInput, DialIntInput, DialNumberInput, DialPanel, DialQuaternionInput, DialRadInput, DialSelectInput, DialSliderInput, DialTimeInput, DialVec3Input, DialVectorInput2 as DialVectorInput, DialVectorInput as DialVectorWrappedInput } from './chunk-RA6QMOFM.mjs';
2
2
  import './chunk-G3EIVAVR.mjs';
3
3
  export { Waterfall } from './chunk-K2OC2HWQ.mjs';
4
4
  import './chunk-JWKOW2OV.mjs';
@@ -16,13 +16,6 @@ import './chunk-JVV7W3TP.mjs';
16
16
  import './chunk-OC4HRPZU.mjs';
17
17
  import './chunk-N6DSPSMM.mjs';
18
18
  export { TOTAL_DURATION, borderColorClasses, colorClasses, formatDuration, leftWedgeClasses, rightWedgeClasses } from './chunk-4U232QAX.mjs';
19
- import './chunk-IGTUE4NW.mjs';
20
- import './chunk-EPRRJR2S.mjs';
21
- export { LiquidLayoutView } from './chunk-4JAEMFDN.mjs';
22
- import './chunk-4QFWMPJZ.mjs';
23
- export { DockLayoutView } from './chunk-M6JLGVJ7.mjs';
24
- export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './chunk-3LO3AM25.mjs';
25
- import './chunk-2X6CAFVD.mjs';
26
19
  import './chunk-6NK7UMFP.mjs';
27
20
  export { LiquidToggle, ThemeColorToggle, ThemeToggles } from './chunk-Y2H4A5AC.mjs';
28
21
  export { ThemeProvider, computeTheme, defaultThemes, useTheme } from './chunk-FK6ZROZE.mjs';
@@ -30,26 +23,33 @@ export { ThemeScript } from './chunk-5KJP6A6C.mjs';
30
23
  export { TreeSearchBar } from './chunk-SUEFWFPX.mjs';
31
24
  export { TreeEntryItem, TreeView } from './chunk-VQPJ7TLB.mjs';
32
25
  import './chunk-5UMTQHTX.mjs';
26
+ import './chunk-IGTUE4NW.mjs';
27
+ import './chunk-4QFWMPJZ.mjs';
28
+ import './chunk-EPRRJR2S.mjs';
29
+ export { LiquidLayoutView } from './chunk-4JAEMFDN.mjs';
30
+ import './chunk-2X6CAFVD.mjs';
31
+ export { DockLayoutView } from './chunk-M6JLGVJ7.mjs';
32
+ export { DockLayout, DockLayoutBottom, DockLayoutContent, DockLayoutLeft, DockLayoutRight, DockLayoutTop } from './chunk-3LO3AM25.mjs';
33
33
  import './chunk-2KQRWXNO.mjs';
34
34
  import './chunk-AGRPGNME.mjs';
35
- export { TimeInput } from './chunk-JUSFLIU5.mjs';
36
- export { Vec3Input } from './chunk-SYX6TMCQ.mjs';
37
- export { EulerDegInput } from './chunk-24IUD6Q3.mjs';
38
- export { EulerInput } from './chunk-ZNM6PNI6.mjs';
39
35
  export { EulerRadInput } from './chunk-IXNXSECD.mjs';
40
36
  export { InchInput } from './chunk-3TUONMQ6.mjs';
41
37
  export { IntInput } from './chunk-4JGGLCXT.mjs';
42
38
  export { KVectorInput } from './chunk-4THQPG6Y.mjs';
43
39
  export { QuaternionInput } from './chunk-VUMOJPEC.mjs';
44
- export { VectorInput } from './chunk-VEWWUO2N.mjs';
40
+ export { TimeInput } from './chunk-JUSFLIU5.mjs';
41
+ export { Vec3Input } from './chunk-SYX6TMCQ.mjs';
45
42
  export { CmInput } from './chunk-PTGMHZFS.mjs';
46
43
  export { DegInput } from './chunk-CGUQWS2I.mjs';
44
+ export { EulerDegInput } from './chunk-24IUD6Q3.mjs';
45
+ export { EulerInput } from './chunk-ZNM6PNI6.mjs';
46
+ export { VectorInput } from './chunk-VEWWUO2N.mjs';
47
+ export { TextInput } from './chunk-3VVQWVDE.mjs';
47
48
  export { ColorInput } from './chunk-EXQQRW7T.mjs';
48
49
  export { PresetsInput } from './chunk-6XOTWZFC.mjs';
49
50
  export { PresetsRadInput } from './chunk-ACYZOKPT.mjs';
50
51
  export { RadInput } from './chunk-IY36FZ5R.mjs';
51
52
  export { InputNumbers } from './chunk-7HOEFGEO.mjs';
52
- export { TextInput } from './chunk-3VVQWVDE.mjs';
53
53
  import './chunk-KHROZRRE.mjs';
54
54
  export { createSelectable } from './chunk-TVKPO5VK.mjs';
55
55
  export { DragSelectProvider, useDragSelectContext } from './chunk-JBQP2CBI.mjs';
@@ -78,17 +78,18 @@ export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHe
78
78
  export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-BCBWIMPS.mjs';
79
79
  export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './chunk-6NSQLHKC.mjs';
80
80
  export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-SMIACO56.mjs';
81
- export { Label } from './chunk-42UBHC2D.mjs';
81
+ export { Label } from './chunk-YPQEJEB7.mjs';
82
82
  export { FormLayout } from './chunk-NRQJX772.mjs';
83
83
  export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-NHG2ROYB.mjs';
84
84
  export { Navigation } from './chunk-RIJUPORK.mjs';
85
85
  export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge } from './chunk-TPAV6PXI.mjs';
86
- export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-R2WPT5VM.mjs';
86
+ export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-DQUI3PIU.mjs';
87
87
  export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './chunk-MHJM7YMG.mjs';
88
88
  export { Badge, badgeVariants } from './chunk-S6PSU47F.mjs';
89
89
  export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-MG5TTPA7.mjs';
90
90
  export { Checkbox } from './chunk-YTV7747H.mjs';
91
91
  import './chunk-VGCVIHBR.mjs';
92
+ export { DialProvider, useDialSchema } from './chunk-3HEZVWRW.mjs';
92
93
  export { CursorProvider } from './chunk-AUENXQXS.mjs';
93
94
  export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-S7SGB2FD.mjs';
94
95
  export { InputRoot as Input, InputRoot, InputSlot } from './chunk-LRSDE62T.mjs';
@@ -99,11 +100,9 @@ export { Button, buttonVariants } from './chunk-CZ4GQOXG.mjs';
99
100
  export { TabsCursorProvider } from './chunk-XMG3IVGZ.mjs';
100
101
  export { withCursor } from './chunk-RAHKRYQJ.mjs';
101
102
  import './chunk-3FR3WKI4.mjs';
102
- export { DialProvider, useDialSchema } from './chunk-3HEZVWRW.mjs';
103
103
  import './chunk-BNDRHLLZ.mjs';
104
104
  export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncDragY, SyncScroll, SyncScrollSlave } from './chunk-PDOFOJ4P.mjs';
105
105
  import './chunk-F7ZHPSLA.mjs';
106
- export { useDocument } from './chunk-IDUVYPN7.mjs';
107
106
  export { useDragSelect } from './chunk-3QT5VABC.mjs';
108
107
  export { useIsMobile } from './chunk-XHJDRQD7.mjs';
109
108
  export { useLocalStorage } from './chunk-LQOPO4KU.mjs';
@@ -111,5 +110,6 @@ export { useQueryParams } from './chunk-U3LN5NB6.mjs';
111
110
  export { useLocation } from './chunk-IZARTVYN.mjs';
112
111
  export { useWindow } from './chunk-VA4LUFKD.mjs';
113
112
  export { clientOnly, createClientOnlyComponent, isClient, isServer } from './chunk-4F2GSF2T.mjs';
113
+ export { useDocument } from './chunk-IDUVYPN7.mjs';
114
114
  export { cn } from './chunk-HMN4IKTG.mjs';
115
115
  export { SyncScrollProvider, useScrollSlave, useSyncDrag, useSyncScroll } from './chunk-SAGQV2YZ.mjs';