@vuer-ai/vuer-uikit 0.0.68 → 0.0.70
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.
- package/dist/chunk-3LO2GIJ4.cjs +71 -0
- package/dist/{chunk-KNH5OI32.mjs → chunk-3XH7NAMK.mjs} +2 -66
- package/dist/chunk-7JYI3VUI.mjs +69 -0
- package/dist/chunk-BPGKIZ6G.mjs +27 -0
- package/dist/{chunk-I5XHCZDG.mjs → chunk-CX7AH4R4.mjs} +1 -1
- package/dist/{chunk-HAN5TKHH.mjs → chunk-GOXZ3TTM.mjs} +1 -1
- package/dist/chunk-GXRV2QEP.cjs +29 -0
- package/dist/{chunk-3ZOVTCPN.cjs → chunk-JTLBOAN6.cjs} +0 -65
- package/dist/{chunk-ZPRXGADK.mjs → chunk-JVCED76T.mjs} +27 -2
- package/dist/{chunk-UFNFQMRO.cjs → chunk-NLHG6BEP.cjs} +1 -1
- package/dist/{chunk-BZS2B2V4.cjs → chunk-QCSP3AI3.cjs} +27 -2
- package/dist/{chunk-RUR3YIY3.cjs → chunk-RXQGFPLP.cjs} +2 -2
- package/dist/highlight-cursor/enhanced-components.cjs +7 -7
- package/dist/highlight-cursor/enhanced-components.mjs +2 -2
- package/dist/highlight-cursor/index.cjs +7 -7
- package/dist/highlight-cursor/index.mjs +2 -2
- package/dist/index.cjs +146 -144
- package/dist/index.css +7 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +28 -26
- package/dist/ui/form/index.cjs +30 -30
- package/dist/ui/form/index.mjs +6 -6
- package/dist/ui/index.cjs +140 -138
- package/dist/ui/index.d.cts +7 -30
- package/dist/ui/index.d.ts +7 -30
- package/dist/ui/index.mjs +27 -25
- package/dist/ui/layouts/index.cjs +6 -6
- package/dist/ui/layouts/index.mjs +2 -2
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.cjs +2 -2
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.d.cts +11 -1
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.d.ts +11 -1
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.mjs +1 -1
- package/dist/ui/layouts/liquid-layout/index.cjs +2 -2
- package/dist/ui/layouts/liquid-layout/index.mjs +1 -1
- package/dist/ui/navigation.cjs +21 -0
- package/dist/ui/navigation.d.cts +18 -0
- package/dist/ui/navigation.d.ts +18 -0
- package/dist/ui/navigation.mjs +12 -0
- package/dist/ui/sidebar.cjs +27 -27
- package/dist/ui/sidebar.mjs +3 -3
- package/dist/ui/table.cjs +48 -0
- package/dist/ui/table.d.cts +13 -0
- package/dist/ui/table.d.ts +13 -0
- package/dist/ui/table.mjs +11 -0
- package/dist/ui/timeline.cjs +3 -3
- package/dist/ui/timeline.mjs +2 -2
- package/dist/ui/tree-view-v2.cjs +2 -2
- package/dist/ui/tree-view-v2.d.cts +2 -1
- package/dist/ui/tree-view-v2.d.ts +2 -1
- package/dist/ui/tree-view-v2.mjs +1 -1
- package/dist/ui/version-badge.cjs +2 -2
- package/dist/ui/version-badge.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-76NWNNDA.mjs +0 -22
- package/dist/chunk-7WO5ATT3.cjs +0 -41
- package/dist/chunk-AF5LOIRG.cjs +0 -281
- package/dist/chunk-CJW3KZ6E.cjs +0 -225
- package/dist/chunk-HI4H4KTS.cjs +0 -267
- package/dist/chunk-HNV4QN76.mjs +0 -241
- package/dist/chunk-HX6SSKPA.mjs +0 -201
- package/dist/chunk-JSNFXIT2.mjs +0 -279
- package/dist/chunk-UP4H5VPE.cjs +0 -24
- package/dist/chunk-ZC2T7IM5.cjs +0 -855
- package/dist/chunk-ZCSTMP5D.mjs +0 -39
- package/dist/chunk-ZVN4KYHQ.mjs +0 -853
- package/dist/{chunk-KFPS5CCR.cjs → chunk-CVGK4HLB.cjs} +0 -0
- package/dist/{chunk-XXBZDDEK.mjs → chunk-KFFOF5V3.mjs} +1 -1
- package/dist/{chunk-G3EIVAVR.mjs → chunk-QHXNBB5E.mjs} +0 -0
- package/dist/{chunk-BIG2DXM3.cjs → chunk-S4EDLSFB.cjs} +2 -2
- package/dist/{chunk-TVCXFAR3.cjs → chunk-TU4GGYQF.cjs} +1 -1
- package/dist/{chunk-YGNSDC5I.mjs → chunk-YNHK66TC.mjs} +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1,59 +1,61 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
require('./chunk-CVGK4HLB.cjs');
|
|
4
4
|
require('./chunk-LGOEGWMJ.cjs');
|
|
5
|
+
var chunkLUAVB7SY_cjs = require('./chunk-LUAVB7SY.cjs');
|
|
6
|
+
var chunkJT64WF26_cjs = require('./chunk-JT64WF26.cjs');
|
|
7
|
+
var chunkYIPI6MEU_cjs = require('./chunk-YIPI6MEU.cjs');
|
|
5
8
|
require('./chunk-UNDEM6DJ.cjs');
|
|
9
|
+
var chunkA77GE42F_cjs = require('./chunk-A77GE42F.cjs');
|
|
10
|
+
var chunkZMQEJUWR_cjs = require('./chunk-ZMQEJUWR.cjs');
|
|
11
|
+
var chunkPJHDOHO3_cjs = require('./chunk-PJHDOHO3.cjs');
|
|
6
12
|
var chunkNU4OG44J_cjs = require('./chunk-NU4OG44J.cjs');
|
|
7
|
-
require('./chunk-TDGOQMYZ.cjs');
|
|
8
|
-
var chunkT737IFFK_cjs = require('./chunk-T737IFFK.cjs');
|
|
9
13
|
require('./chunk-E6G4MTX3.cjs');
|
|
10
14
|
require('./chunk-4AE2TOOL.cjs');
|
|
15
|
+
var chunkGXRV2QEP_cjs = require('./chunk-GXRV2QEP.cjs');
|
|
16
|
+
require('./chunk-WTUAR2X5.cjs');
|
|
11
17
|
require('./chunk-WX7SLJUA.cjs');
|
|
12
18
|
var chunkWRR5LMHR_cjs = require('./chunk-WRR5LMHR.cjs');
|
|
13
19
|
var chunkLH5AV54U_cjs = require('./chunk-LH5AV54U.cjs');
|
|
14
|
-
var
|
|
15
|
-
require('./chunk-
|
|
16
|
-
var
|
|
17
|
-
var chunkJT64WF26_cjs = require('./chunk-JT64WF26.cjs');
|
|
18
|
-
var chunkYIPI6MEU_cjs = require('./chunk-YIPI6MEU.cjs');
|
|
20
|
+
var chunkDL45AGBN_cjs = require('./chunk-DL45AGBN.cjs');
|
|
21
|
+
var chunkS4QKTL7K_cjs = require('./chunk-S4QKTL7K.cjs');
|
|
22
|
+
var chunkJUFXAXIV_cjs = require('./chunk-JUFXAXIV.cjs');
|
|
19
23
|
var chunkPMBLY4AL_cjs = require('./chunk-PMBLY4AL.cjs');
|
|
24
|
+
var chunkSN46OY24_cjs = require('./chunk-SN46OY24.cjs');
|
|
20
25
|
var chunk3BGIINLM_cjs = require('./chunk-3BGIINLM.cjs');
|
|
21
26
|
var chunkVVLZSHQA_cjs = require('./chunk-VVLZSHQA.cjs');
|
|
27
|
+
var chunkVWGEIGJJ_cjs = require('./chunk-VWGEIGJJ.cjs');
|
|
22
28
|
var chunkA5S72EIK_cjs = require('./chunk-A5S72EIK.cjs');
|
|
23
|
-
var
|
|
24
|
-
var
|
|
25
|
-
var
|
|
26
|
-
var chunkUFNFQMRO_cjs = require('./chunk-UFNFQMRO.cjs');
|
|
29
|
+
var chunkMK6XW5PC_cjs = require('./chunk-MK6XW5PC.cjs');
|
|
30
|
+
var chunkQQH3TSI4_cjs = require('./chunk-QQH3TSI4.cjs');
|
|
31
|
+
var chunkNLHG6BEP_cjs = require('./chunk-NLHG6BEP.cjs');
|
|
27
32
|
require('./chunk-KQAZ6BRD.cjs');
|
|
28
33
|
var chunkZZDIW5JV_cjs = require('./chunk-ZZDIW5JV.cjs');
|
|
29
34
|
var chunkSBTB5YJV_cjs = require('./chunk-SBTB5YJV.cjs');
|
|
30
|
-
|
|
31
|
-
var
|
|
32
|
-
var
|
|
33
|
-
var
|
|
34
|
-
var chunkSN46OY24_cjs = require('./chunk-SN46OY24.cjs');
|
|
35
|
-
var chunkMK6XW5PC_cjs = require('./chunk-MK6XW5PC.cjs');
|
|
35
|
+
require('./chunk-TDGOQMYZ.cjs');
|
|
36
|
+
var chunkT737IFFK_cjs = require('./chunk-T737IFFK.cjs');
|
|
37
|
+
var chunkRXQGFPLP_cjs = require('./chunk-RXQGFPLP.cjs');
|
|
38
|
+
var chunkQCSP3AI3_cjs = require('./chunk-QCSP3AI3.cjs');
|
|
36
39
|
var chunkMCYFLR4F_cjs = require('./chunk-MCYFLR4F.cjs');
|
|
37
40
|
var chunkPWOICFNA_cjs = require('./chunk-PWOICFNA.cjs');
|
|
38
41
|
var chunkKC7D4OEU_cjs = require('./chunk-KC7D4OEU.cjs');
|
|
39
42
|
var chunkW3HZ6BW6_cjs = require('./chunk-W3HZ6BW6.cjs');
|
|
40
43
|
var chunk5XHWH2UY_cjs = require('./chunk-5XHWH2UY.cjs');
|
|
41
|
-
var
|
|
42
|
-
var
|
|
44
|
+
var chunkS4EDLSFB_cjs = require('./chunk-S4EDLSFB.cjs');
|
|
45
|
+
var chunkMKKH4EGP_cjs = require('./chunk-MKKH4EGP.cjs');
|
|
46
|
+
require('./chunk-NQIPNYJK.cjs');
|
|
43
47
|
var chunkDDPLVMRO_cjs = require('./chunk-DDPLVMRO.cjs');
|
|
44
48
|
require('./chunk-MDDAL4L5.cjs');
|
|
45
49
|
var chunkVBIBT2KD_cjs = require('./chunk-VBIBT2KD.cjs');
|
|
46
50
|
var chunk3DDKTHKM_cjs = require('./chunk-3DDKTHKM.cjs');
|
|
47
|
-
var
|
|
48
|
-
var
|
|
49
|
-
var chunkMKKH4EGP_cjs = require('./chunk-MKKH4EGP.cjs');
|
|
51
|
+
var chunkJTLBOAN6_cjs = require('./chunk-JTLBOAN6.cjs');
|
|
52
|
+
var chunk3LO2GIJ4_cjs = require('./chunk-3LO2GIJ4.cjs');
|
|
50
53
|
var chunk2CJREAQO_cjs = require('./chunk-2CJREAQO.cjs');
|
|
51
54
|
var chunkDKAPTFG3_cjs = require('./chunk-DKAPTFG3.cjs');
|
|
52
55
|
var chunkSBLDHRRT_cjs = require('./chunk-SBLDHRRT.cjs');
|
|
53
56
|
var chunkIGZWSOVN_cjs = require('./chunk-IGZWSOVN.cjs');
|
|
54
57
|
var chunk3TWD622T_cjs = require('./chunk-3TWD622T.cjs');
|
|
55
58
|
var chunkVL72NS6K_cjs = require('./chunk-VL72NS6K.cjs');
|
|
56
|
-
require('./chunk-NQIPNYJK.cjs');
|
|
57
59
|
var chunk2BWTIS6U_cjs = require('./chunk-2BWTIS6U.cjs');
|
|
58
60
|
var chunkPJYCN74V_cjs = require('./chunk-PJYCN74V.cjs');
|
|
59
61
|
var chunk7OHIAOEL_cjs = require('./chunk-7OHIAOEL.cjs');
|
|
@@ -71,9 +73,9 @@ require('./chunk-JMCH2AFN.cjs');
|
|
|
71
73
|
var chunkD6326INV_cjs = require('./chunk-D6326INV.cjs');
|
|
72
74
|
var chunkG4FJGNY5_cjs = require('./chunk-G4FJGNY5.cjs');
|
|
73
75
|
var chunkTCVTXU7U_cjs = require('./chunk-TCVTXU7U.cjs');
|
|
74
|
-
var
|
|
75
|
-
var chunkOPVNPU6U_cjs = require('./chunk-OPVNPU6U.cjs');
|
|
76
|
+
var chunkTU4GGYQF_cjs = require('./chunk-TU4GGYQF.cjs');
|
|
76
77
|
var chunkX6YX2NAS_cjs = require('./chunk-X6YX2NAS.cjs');
|
|
78
|
+
var chunkOPVNPU6U_cjs = require('./chunk-OPVNPU6U.cjs');
|
|
77
79
|
var chunkXKV3CDJ7_cjs = require('./chunk-XKV3CDJ7.cjs');
|
|
78
80
|
var chunkBHC7GX53_cjs = require('./chunk-BHC7GX53.cjs');
|
|
79
81
|
var chunkNFJTF2GL_cjs = require('./chunk-NFJTF2GL.cjs');
|
|
@@ -93,53 +95,45 @@ require('./chunk-P6DICGAV.cjs');
|
|
|
93
95
|
|
|
94
96
|
|
|
95
97
|
|
|
96
|
-
Object.defineProperty(exports, "
|
|
97
|
-
enumerable: true,
|
|
98
|
-
get: function () { return chunk3ZOVTCPN_cjs.Navigation; }
|
|
99
|
-
});
|
|
100
|
-
Object.defineProperty(exports, "Table", {
|
|
98
|
+
Object.defineProperty(exports, "LiquidToggle", {
|
|
101
99
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkLUAVB7SY_cjs.LiquidToggle; }
|
|
103
101
|
});
|
|
104
|
-
Object.defineProperty(exports, "
|
|
102
|
+
Object.defineProperty(exports, "ThemeToggle", {
|
|
105
103
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkLUAVB7SY_cjs.ThemeToggle; }
|
|
107
105
|
});
|
|
108
|
-
Object.defineProperty(exports, "
|
|
106
|
+
Object.defineProperty(exports, "ThemeProvider", {
|
|
109
107
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkJT64WF26_cjs.ThemeProvider; }
|
|
111
109
|
});
|
|
112
|
-
Object.defineProperty(exports, "
|
|
110
|
+
Object.defineProperty(exports, "useTheme", {
|
|
113
111
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkJT64WF26_cjs.useTheme; }
|
|
115
113
|
});
|
|
116
|
-
Object.defineProperty(exports, "
|
|
114
|
+
Object.defineProperty(exports, "ThemeScript", {
|
|
117
115
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunkYIPI6MEU_cjs.ThemeScript; }
|
|
119
117
|
});
|
|
120
|
-
Object.defineProperty(exports, "
|
|
118
|
+
Object.defineProperty(exports, "QuaternionInput", {
|
|
121
119
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkA77GE42F_cjs.QuaternionInput; }
|
|
123
121
|
});
|
|
124
|
-
Object.defineProperty(exports, "
|
|
122
|
+
Object.defineProperty(exports, "RadInput", {
|
|
125
123
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunkZMQEJUWR_cjs.RadInput; }
|
|
127
125
|
});
|
|
128
|
-
Object.defineProperty(exports, "
|
|
126
|
+
Object.defineProperty(exports, "TimeInput", {
|
|
129
127
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunkPJHDOHO3_cjs.TimeInput; }
|
|
131
129
|
});
|
|
132
130
|
Object.defineProperty(exports, "Vec3Input", {
|
|
133
131
|
enumerable: true,
|
|
134
132
|
get: function () { return chunkNU4OG44J_cjs.Vec3Input; }
|
|
135
133
|
});
|
|
136
|
-
Object.defineProperty(exports, "
|
|
137
|
-
enumerable: true,
|
|
138
|
-
get: function () { return chunkT737IFFK_cjs.CursorFilledIcon; }
|
|
139
|
-
});
|
|
140
|
-
Object.defineProperty(exports, "CursorIcon", {
|
|
134
|
+
Object.defineProperty(exports, "LiquidLayoutView", {
|
|
141
135
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunkGXRV2QEP_cjs.LiquidLayoutView; }
|
|
143
137
|
});
|
|
144
138
|
Object.defineProperty(exports, "DockLayoutView", {
|
|
145
139
|
enumerable: true,
|
|
@@ -169,34 +163,26 @@ Object.defineProperty(exports, "DockLayoutTop", {
|
|
|
169
163
|
enumerable: true,
|
|
170
164
|
get: function () { return chunkLH5AV54U_cjs.DockLayoutTop; }
|
|
171
165
|
});
|
|
172
|
-
Object.defineProperty(exports, "
|
|
173
|
-
enumerable: true,
|
|
174
|
-
get: function () { return chunkUP4H5VPE_cjs.LiquidLayoutView; }
|
|
175
|
-
});
|
|
176
|
-
Object.defineProperty(exports, "LiquidToggle", {
|
|
177
|
-
enumerable: true,
|
|
178
|
-
get: function () { return chunkLUAVB7SY_cjs.LiquidToggle; }
|
|
179
|
-
});
|
|
180
|
-
Object.defineProperty(exports, "ThemeToggle", {
|
|
181
|
-
enumerable: true,
|
|
182
|
-
get: function () { return chunkLUAVB7SY_cjs.ThemeToggle; }
|
|
183
|
-
});
|
|
184
|
-
Object.defineProperty(exports, "ThemeProvider", {
|
|
166
|
+
Object.defineProperty(exports, "CmInput", {
|
|
185
167
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
168
|
+
get: function () { return chunkDL45AGBN_cjs.CmInput; }
|
|
187
169
|
});
|
|
188
|
-
Object.defineProperty(exports, "
|
|
170
|
+
Object.defineProperty(exports, "DegInput", {
|
|
189
171
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
172
|
+
get: function () { return chunkS4QKTL7K_cjs.DegInput; }
|
|
191
173
|
});
|
|
192
|
-
Object.defineProperty(exports, "
|
|
174
|
+
Object.defineProperty(exports, "EulerDegInput", {
|
|
193
175
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
176
|
+
get: function () { return chunkJUFXAXIV_cjs.EulerDegInput; }
|
|
195
177
|
});
|
|
196
178
|
Object.defineProperty(exports, "EulerRadInput", {
|
|
197
179
|
enumerable: true,
|
|
198
180
|
get: function () { return chunkPMBLY4AL_cjs.EulerRadInput; }
|
|
199
181
|
});
|
|
182
|
+
Object.defineProperty(exports, "EulerInput", {
|
|
183
|
+
enumerable: true,
|
|
184
|
+
get: function () { return chunkSN46OY24_cjs.EulerInput; }
|
|
185
|
+
});
|
|
200
186
|
Object.defineProperty(exports, "InchInput", {
|
|
201
187
|
enumerable: true,
|
|
202
188
|
get: function () { return chunk3BGIINLM_cjs.InchInput; }
|
|
@@ -205,25 +191,25 @@ Object.defineProperty(exports, "IntInput", {
|
|
|
205
191
|
enumerable: true,
|
|
206
192
|
get: function () { return chunkVVLZSHQA_cjs.IntInput; }
|
|
207
193
|
});
|
|
208
|
-
Object.defineProperty(exports, "
|
|
194
|
+
Object.defineProperty(exports, "NumberInput", {
|
|
209
195
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
196
|
+
get: function () { return chunkVWGEIGJJ_cjs.NumberInput; }
|
|
211
197
|
});
|
|
212
|
-
Object.defineProperty(exports, "
|
|
198
|
+
Object.defineProperty(exports, "KVectorInput", {
|
|
213
199
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
200
|
+
get: function () { return chunkA5S72EIK_cjs.KVectorInput; }
|
|
215
201
|
});
|
|
216
|
-
Object.defineProperty(exports, "
|
|
202
|
+
Object.defineProperty(exports, "VectorInput", {
|
|
217
203
|
enumerable: true,
|
|
218
|
-
get: function () { return
|
|
204
|
+
get: function () { return chunkMK6XW5PC_cjs.VectorInput; }
|
|
219
205
|
});
|
|
220
|
-
Object.defineProperty(exports, "
|
|
206
|
+
Object.defineProperty(exports, "TreeView", {
|
|
221
207
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
208
|
+
get: function () { return chunkQQH3TSI4_cjs.TreeView; }
|
|
223
209
|
});
|
|
224
210
|
Object.defineProperty(exports, "VersionBadge", {
|
|
225
211
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
212
|
+
get: function () { return chunkNLHG6BEP_cjs.VersionBadge; }
|
|
227
213
|
});
|
|
228
214
|
Object.defineProperty(exports, "createSelectable", {
|
|
229
215
|
enumerable: true,
|
|
@@ -237,29 +223,21 @@ Object.defineProperty(exports, "useDragSelectContext", {
|
|
|
237
223
|
enumerable: true,
|
|
238
224
|
get: function () { return chunkSBTB5YJV_cjs.useDragSelectContext; }
|
|
239
225
|
});
|
|
240
|
-
Object.defineProperty(exports, "
|
|
241
|
-
enumerable: true,
|
|
242
|
-
get: function () { return chunkDL45AGBN_cjs.CmInput; }
|
|
243
|
-
});
|
|
244
|
-
Object.defineProperty(exports, "DegInput", {
|
|
245
|
-
enumerable: true,
|
|
246
|
-
get: function () { return chunkS4QKTL7K_cjs.DegInput; }
|
|
247
|
-
});
|
|
248
|
-
Object.defineProperty(exports, "NumberInput", {
|
|
226
|
+
Object.defineProperty(exports, "CursorFilledIcon", {
|
|
249
227
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
228
|
+
get: function () { return chunkT737IFFK_cjs.CursorFilledIcon; }
|
|
251
229
|
});
|
|
252
|
-
Object.defineProperty(exports, "
|
|
230
|
+
Object.defineProperty(exports, "CursorIcon", {
|
|
253
231
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
232
|
+
get: function () { return chunkT737IFFK_cjs.CursorIcon; }
|
|
255
233
|
});
|
|
256
|
-
Object.defineProperty(exports, "
|
|
234
|
+
Object.defineProperty(exports, "Timeline", {
|
|
257
235
|
enumerable: true,
|
|
258
|
-
get: function () { return
|
|
236
|
+
get: function () { return chunkRXQGFPLP_cjs.Timeline; }
|
|
259
237
|
});
|
|
260
|
-
Object.defineProperty(exports, "
|
|
238
|
+
Object.defineProperty(exports, "TreeViewV2", {
|
|
261
239
|
enumerable: true,
|
|
262
|
-
get: function () { return
|
|
240
|
+
get: function () { return chunkQCSP3AI3_cjs.TreeView; }
|
|
263
241
|
});
|
|
264
242
|
Object.defineProperty(exports, "Toaster", {
|
|
265
243
|
enumerable: true,
|
|
@@ -321,105 +299,117 @@ Object.defineProperty(exports, "ToolbarSeparator", {
|
|
|
321
299
|
enumerable: true,
|
|
322
300
|
get: function () { return chunk5XHWH2UY_cjs.ToolbarSeparator; }
|
|
323
301
|
});
|
|
324
|
-
Object.defineProperty(exports, "TreeView", {
|
|
325
|
-
enumerable: true,
|
|
326
|
-
get: function () { return chunkQQH3TSI4_cjs.TreeView; }
|
|
327
|
-
});
|
|
328
302
|
Object.defineProperty(exports, "Sidebar", {
|
|
329
303
|
enumerable: true,
|
|
330
|
-
get: function () { return
|
|
304
|
+
get: function () { return chunkS4EDLSFB_cjs.Sidebar; }
|
|
331
305
|
});
|
|
332
306
|
Object.defineProperty(exports, "SidebarContent", {
|
|
333
307
|
enumerable: true,
|
|
334
|
-
get: function () { return
|
|
308
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarContent; }
|
|
335
309
|
});
|
|
336
310
|
Object.defineProperty(exports, "SidebarFooter", {
|
|
337
311
|
enumerable: true,
|
|
338
|
-
get: function () { return
|
|
312
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarFooter; }
|
|
339
313
|
});
|
|
340
314
|
Object.defineProperty(exports, "SidebarGroup", {
|
|
341
315
|
enumerable: true,
|
|
342
|
-
get: function () { return
|
|
316
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarGroup; }
|
|
343
317
|
});
|
|
344
318
|
Object.defineProperty(exports, "SidebarGroupAction", {
|
|
345
319
|
enumerable: true,
|
|
346
|
-
get: function () { return
|
|
320
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarGroupAction; }
|
|
347
321
|
});
|
|
348
322
|
Object.defineProperty(exports, "SidebarGroupContent", {
|
|
349
323
|
enumerable: true,
|
|
350
|
-
get: function () { return
|
|
324
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarGroupContent; }
|
|
351
325
|
});
|
|
352
326
|
Object.defineProperty(exports, "SidebarGroupLabel", {
|
|
353
327
|
enumerable: true,
|
|
354
|
-
get: function () { return
|
|
328
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarGroupLabel; }
|
|
355
329
|
});
|
|
356
330
|
Object.defineProperty(exports, "SidebarHeader", {
|
|
357
331
|
enumerable: true,
|
|
358
|
-
get: function () { return
|
|
332
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarHeader; }
|
|
359
333
|
});
|
|
360
334
|
Object.defineProperty(exports, "SidebarInput", {
|
|
361
335
|
enumerable: true,
|
|
362
|
-
get: function () { return
|
|
336
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarInput; }
|
|
363
337
|
});
|
|
364
338
|
Object.defineProperty(exports, "SidebarInset", {
|
|
365
339
|
enumerable: true,
|
|
366
|
-
get: function () { return
|
|
340
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarInset; }
|
|
367
341
|
});
|
|
368
342
|
Object.defineProperty(exports, "SidebarMenu", {
|
|
369
343
|
enumerable: true,
|
|
370
|
-
get: function () { return
|
|
344
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarMenu; }
|
|
371
345
|
});
|
|
372
346
|
Object.defineProperty(exports, "SidebarMenuAction", {
|
|
373
347
|
enumerable: true,
|
|
374
|
-
get: function () { return
|
|
348
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarMenuAction; }
|
|
375
349
|
});
|
|
376
350
|
Object.defineProperty(exports, "SidebarMenuBadge", {
|
|
377
351
|
enumerable: true,
|
|
378
|
-
get: function () { return
|
|
352
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarMenuBadge; }
|
|
379
353
|
});
|
|
380
354
|
Object.defineProperty(exports, "SidebarMenuButton", {
|
|
381
355
|
enumerable: true,
|
|
382
|
-
get: function () { return
|
|
356
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarMenuButton; }
|
|
383
357
|
});
|
|
384
358
|
Object.defineProperty(exports, "SidebarMenuItem", {
|
|
385
359
|
enumerable: true,
|
|
386
|
-
get: function () { return
|
|
360
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarMenuItem; }
|
|
387
361
|
});
|
|
388
362
|
Object.defineProperty(exports, "SidebarMenuSkeleton", {
|
|
389
363
|
enumerable: true,
|
|
390
|
-
get: function () { return
|
|
364
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarMenuSkeleton; }
|
|
391
365
|
});
|
|
392
366
|
Object.defineProperty(exports, "SidebarMenuSub", {
|
|
393
367
|
enumerable: true,
|
|
394
|
-
get: function () { return
|
|
368
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarMenuSub; }
|
|
395
369
|
});
|
|
396
370
|
Object.defineProperty(exports, "SidebarMenuSubButton", {
|
|
397
371
|
enumerable: true,
|
|
398
|
-
get: function () { return
|
|
372
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarMenuSubButton; }
|
|
399
373
|
});
|
|
400
374
|
Object.defineProperty(exports, "SidebarMenuSubItem", {
|
|
401
375
|
enumerable: true,
|
|
402
|
-
get: function () { return
|
|
376
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarMenuSubItem; }
|
|
403
377
|
});
|
|
404
378
|
Object.defineProperty(exports, "SidebarProvider", {
|
|
405
379
|
enumerable: true,
|
|
406
|
-
get: function () { return
|
|
380
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarProvider; }
|
|
407
381
|
});
|
|
408
382
|
Object.defineProperty(exports, "SidebarRail", {
|
|
409
383
|
enumerable: true,
|
|
410
|
-
get: function () { return
|
|
384
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarRail; }
|
|
411
385
|
});
|
|
412
386
|
Object.defineProperty(exports, "SidebarSeparator", {
|
|
413
387
|
enumerable: true,
|
|
414
|
-
get: function () { return
|
|
388
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarSeparator; }
|
|
415
389
|
});
|
|
416
390
|
Object.defineProperty(exports, "SidebarTrigger", {
|
|
417
391
|
enumerable: true,
|
|
418
|
-
get: function () { return
|
|
392
|
+
get: function () { return chunkS4EDLSFB_cjs.SidebarTrigger; }
|
|
419
393
|
});
|
|
420
394
|
Object.defineProperty(exports, "useSidebar", {
|
|
421
395
|
enumerable: true,
|
|
422
|
-
get: function () { return
|
|
396
|
+
get: function () { return chunkS4EDLSFB_cjs.useSidebar; }
|
|
397
|
+
});
|
|
398
|
+
Object.defineProperty(exports, "Tooltip", {
|
|
399
|
+
enumerable: true,
|
|
400
|
+
get: function () { return chunkMKKH4EGP_cjs.Tooltip; }
|
|
401
|
+
});
|
|
402
|
+
Object.defineProperty(exports, "TooltipContent", {
|
|
403
|
+
enumerable: true,
|
|
404
|
+
get: function () { return chunkMKKH4EGP_cjs.TooltipContent; }
|
|
405
|
+
});
|
|
406
|
+
Object.defineProperty(exports, "TooltipProvider", {
|
|
407
|
+
enumerable: true,
|
|
408
|
+
get: function () { return chunkMKKH4EGP_cjs.TooltipProvider; }
|
|
409
|
+
});
|
|
410
|
+
Object.defineProperty(exports, "TooltipTrigger", {
|
|
411
|
+
enumerable: true,
|
|
412
|
+
get: function () { return chunkMKKH4EGP_cjs.TooltipTrigger; }
|
|
423
413
|
});
|
|
424
414
|
Object.defineProperty(exports, "Sheet", {
|
|
425
415
|
enumerable: true,
|
|
@@ -461,29 +451,41 @@ Object.defineProperty(exports, "Switch", {
|
|
|
461
451
|
enumerable: true,
|
|
462
452
|
get: function () { return chunk3DDKTHKM_cjs.Switch; }
|
|
463
453
|
});
|
|
464
|
-
Object.defineProperty(exports, "
|
|
454
|
+
Object.defineProperty(exports, "Table", {
|
|
465
455
|
enumerable: true,
|
|
466
|
-
get: function () { return
|
|
456
|
+
get: function () { return chunkJTLBOAN6_cjs.Table; }
|
|
467
457
|
});
|
|
468
|
-
Object.defineProperty(exports, "
|
|
458
|
+
Object.defineProperty(exports, "TableBody", {
|
|
469
459
|
enumerable: true,
|
|
470
|
-
get: function () { return
|
|
460
|
+
get: function () { return chunkJTLBOAN6_cjs.TableBody; }
|
|
471
461
|
});
|
|
472
|
-
Object.defineProperty(exports, "
|
|
462
|
+
Object.defineProperty(exports, "TableCaption", {
|
|
473
463
|
enumerable: true,
|
|
474
|
-
get: function () { return
|
|
464
|
+
get: function () { return chunkJTLBOAN6_cjs.TableCaption; }
|
|
475
465
|
});
|
|
476
|
-
Object.defineProperty(exports, "
|
|
466
|
+
Object.defineProperty(exports, "TableCell", {
|
|
477
467
|
enumerable: true,
|
|
478
|
-
get: function () { return
|
|
468
|
+
get: function () { return chunkJTLBOAN6_cjs.TableCell; }
|
|
479
469
|
});
|
|
480
|
-
Object.defineProperty(exports, "
|
|
470
|
+
Object.defineProperty(exports, "TableFooter", {
|
|
481
471
|
enumerable: true,
|
|
482
|
-
get: function () { return
|
|
472
|
+
get: function () { return chunkJTLBOAN6_cjs.TableFooter; }
|
|
483
473
|
});
|
|
484
|
-
Object.defineProperty(exports, "
|
|
474
|
+
Object.defineProperty(exports, "TableHead", {
|
|
485
475
|
enumerable: true,
|
|
486
|
-
get: function () { return
|
|
476
|
+
get: function () { return chunkJTLBOAN6_cjs.TableHead; }
|
|
477
|
+
});
|
|
478
|
+
Object.defineProperty(exports, "TableHeader", {
|
|
479
|
+
enumerable: true,
|
|
480
|
+
get: function () { return chunkJTLBOAN6_cjs.TableHeader; }
|
|
481
|
+
});
|
|
482
|
+
Object.defineProperty(exports, "TableRow", {
|
|
483
|
+
enumerable: true,
|
|
484
|
+
get: function () { return chunkJTLBOAN6_cjs.TableRow; }
|
|
485
|
+
});
|
|
486
|
+
Object.defineProperty(exports, "Navigation", {
|
|
487
|
+
enumerable: true,
|
|
488
|
+
get: function () { return chunk3LO2GIJ4_cjs.Navigation; }
|
|
487
489
|
});
|
|
488
490
|
Object.defineProperty(exports, "Pagination", {
|
|
489
491
|
enumerable: true,
|
|
@@ -875,23 +877,27 @@ Object.defineProperty(exports, "CursorProvider", {
|
|
|
875
877
|
});
|
|
876
878
|
Object.defineProperty(exports, "CursorButton", {
|
|
877
879
|
enumerable: true,
|
|
878
|
-
get: function () { return
|
|
880
|
+
get: function () { return chunkTU4GGYQF_cjs.CursorButton; }
|
|
879
881
|
});
|
|
880
882
|
Object.defineProperty(exports, "CursorInputRoot", {
|
|
881
883
|
enumerable: true,
|
|
882
|
-
get: function () { return
|
|
884
|
+
get: function () { return chunkTU4GGYQF_cjs.CursorInputRoot; }
|
|
883
885
|
});
|
|
884
886
|
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
885
887
|
enumerable: true,
|
|
886
|
-
get: function () { return
|
|
888
|
+
get: function () { return chunkTU4GGYQF_cjs.CursorSelectTrigger; }
|
|
887
889
|
});
|
|
888
890
|
Object.defineProperty(exports, "CursorTabs", {
|
|
889
891
|
enumerable: true,
|
|
890
|
-
get: function () { return
|
|
892
|
+
get: function () { return chunkTU4GGYQF_cjs.CursorTabs; }
|
|
891
893
|
});
|
|
892
894
|
Object.defineProperty(exports, "CursorTextarea", {
|
|
893
895
|
enumerable: true,
|
|
894
|
-
get: function () { return
|
|
896
|
+
get: function () { return chunkTU4GGYQF_cjs.CursorTextarea; }
|
|
897
|
+
});
|
|
898
|
+
Object.defineProperty(exports, "Textarea", {
|
|
899
|
+
enumerable: true,
|
|
900
|
+
get: function () { return chunkX6YX2NAS_cjs.Textarea; }
|
|
895
901
|
});
|
|
896
902
|
Object.defineProperty(exports, "Tabs", {
|
|
897
903
|
enumerable: true,
|
|
@@ -909,10 +915,6 @@ Object.defineProperty(exports, "TabsTrigger", {
|
|
|
909
915
|
enumerable: true,
|
|
910
916
|
get: function () { return chunkOPVNPU6U_cjs.TabsTrigger; }
|
|
911
917
|
});
|
|
912
|
-
Object.defineProperty(exports, "Textarea", {
|
|
913
|
-
enumerable: true,
|
|
914
|
-
get: function () { return chunkX6YX2NAS_cjs.Textarea; }
|
|
915
|
-
});
|
|
916
918
|
Object.defineProperty(exports, "Select", {
|
|
917
919
|
enumerable: true,
|
|
918
920
|
get: function () { return chunkXKV3CDJ7_cjs.Select; }
|
package/dist/index.css
CHANGED
|
@@ -4,17 +4,19 @@
|
|
|
4
4
|
@property --tw-animation-duration { syntax:"*";inherits:false }
|
|
5
5
|
@property --tw-animation-fill-mode { syntax:"*";inherits:false;initial-value:none }
|
|
6
6
|
@property --tw-animation-iteration-count { syntax:"*";inherits:false;initial-value:1 }
|
|
7
|
+
@property --tw-enter-blur { syntax:"*";inherits:false;initial-value:0 }
|
|
7
8
|
@property --tw-enter-opacity { syntax:"*";inherits:false;initial-value:1 }
|
|
8
9
|
@property --tw-enter-rotate { syntax:"*";inherits:false;initial-value:0 }
|
|
9
10
|
@property --tw-enter-scale { syntax:"*";inherits:false;initial-value:1 }
|
|
10
11
|
@property --tw-enter-translate-x { syntax:"*";inherits:false;initial-value:0 }
|
|
11
12
|
@property --tw-enter-translate-y { syntax:"*";inherits:false;initial-value:0 }
|
|
13
|
+
@property --tw-exit-blur { syntax:"*";inherits:false;initial-value:0 }
|
|
12
14
|
@property --tw-exit-opacity { syntax:"*";inherits:false;initial-value:1 }
|
|
13
15
|
@property --tw-exit-rotate { syntax:"*";inherits:false;initial-value:0 }
|
|
14
16
|
@property --tw-exit-scale { syntax:"*";inherits:false;initial-value:1 }
|
|
15
17
|
@property --tw-exit-translate-x { syntax:"*";inherits:false;initial-value:0 }
|
|
16
18
|
@property --tw-exit-translate-y { syntax:"*";inherits:false;initial-value:0 }
|
|
17
|
-
@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)); }}@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)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }} }
|
|
19
|
+
@theme inline { --animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,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; }} }
|
|
18
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",[*]); }
|
|
19
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", [*]); }
|
|
20
22
|
@utility repeat-* { animation-iteration-count: --value(--animation-repeat-*, number, "initial", [*]); --tw-animation-iteration-count: --value(--animation-repeat-*, number, "initial", [*]); }
|
|
@@ -23,6 +25,10 @@
|
|
|
23
25
|
@utility running { animation-play-state: running; }
|
|
24
26
|
@utility paused { animation-play-state: paused; }
|
|
25
27
|
@utility play-state-* { animation-play-state: --value("initial", [*]); }
|
|
28
|
+
@utility blur-in { --tw-enter-blur: 20px; }
|
|
29
|
+
@utility blur-in-* { --tw-enter-blur: calc(--value(number)*1px); --tw-enter-blur: --value(--blur-*,[*]); }
|
|
30
|
+
@utility blur-out { --tw-exit-blur: 20px; }
|
|
31
|
+
@utility blur-out-* { --tw-exit-blur: calc(--value(number)*1px); --tw-exit-blur: --value(--blur-*,[*]); }
|
|
26
32
|
@utility fade-in { --tw-enter-opacity: 0; }
|
|
27
33
|
@utility fade-in-* { --tw-enter-opacity: calc(--value(number)/100); --tw-enter-opacity: --value(--percentage-*,[*]); }
|
|
28
34
|
@utility fade-out { --tw-exit-opacity: 0; }
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { Navigation, NavigationProps
|
|
1
|
+
export { Navigation, NavigationProps } from './ui/navigation.cjs';
|
|
2
|
+
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './ui/table.cjs';
|
|
2
3
|
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './ui/pagination.cjs';
|
|
3
4
|
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 './ui/sidebar.cjs';
|
|
4
5
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './ui/drawer.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { Navigation, NavigationProps
|
|
1
|
+
export { Navigation, NavigationProps } from './ui/navigation.js';
|
|
2
|
+
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './ui/table.js';
|
|
2
3
|
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from './ui/pagination.js';
|
|
3
4
|
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 './ui/sidebar.js';
|
|
4
5
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './ui/drawer.js';
|