@vuer-ai/vuer-uikit 0.0.98 → 0.0.100
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/SyncScroll/SyncScroll.cjs +9 -9
- package/dist/SyncScroll/SyncScroll.mjs +2 -2
- package/dist/SyncScroll/index.cjs +9 -9
- package/dist/SyncScroll/index.mjs +2 -2
- package/dist/chunk-AIYM5PFP.cjs +66 -0
- package/dist/chunk-OWEYAVGT.mjs +62 -0
- package/dist/{chunk-7GWDO25E.cjs → chunk-XBTBTLID.cjs} +2 -2
- package/dist/{chunk-TTYSYGVE.mjs → chunk-XGXWOY3U.mjs} +2 -2
- package/dist/dial/DialPanel.cjs +23 -22
- package/dist/dial/DialPanel.mjs +22 -21
- package/dist/dial/index.cjs +39 -38
- package/dist/dial/index.mjs +22 -21
- package/dist/dial/wrapped-inputs/ControlledInputs.cjs +26 -25
- package/dist/dial/wrapped-inputs/ControlledInputs.mjs +22 -21
- package/dist/dial/wrapped-inputs/DialInputs.cjs +33 -32
- package/dist/dial/wrapped-inputs/DialInputs.mjs +22 -21
- package/dist/dial/wrapped-inputs/DialVectorInput.cjs +23 -22
- package/dist/dial/wrapped-inputs/DialVectorInput.mjs +22 -21
- package/dist/dial/wrapped-inputs/index.cjs +38 -37
- package/dist/dial/wrapped-inputs/index.mjs +22 -21
- package/dist/highlight-cursor/cursor-provider.cjs +3 -3
- package/dist/highlight-cursor/cursor-provider.mjs +2 -2
- package/dist/highlight-cursor/enhanced-components.cjs +1 -1
- package/dist/highlight-cursor/enhanced-components.mjs +1 -1
- package/dist/highlight-cursor/index.cjs +3 -3
- package/dist/highlight-cursor/index.mjs +2 -2
- package/dist/index.cjs +151 -138
- package/dist/index.css +7 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +22 -21
- package/dist/ui/DialBadge.cjs +28 -0
- package/dist/ui/DialBadge.d.cts +33 -0
- package/dist/ui/DialBadge.d.ts +33 -0
- package/dist/ui/DialBadge.mjs +11 -0
- package/dist/ui/UIKitBadge.cjs +5 -5
- package/dist/ui/UIKitBadge.mjs +1 -1
- package/dist/ui/badge.d.cts +1 -1
- package/dist/ui/badge.d.ts +1 -1
- package/dist/ui/index.cjs +77 -64
- package/dist/ui/index.d.cts +1 -0
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.mjs +18 -17
- package/dist/ui/inputs/index.cjs +15 -15
- package/dist/ui/inputs/index.mjs +3 -3
- package/dist/ui/inputs/input.d.cts +1 -1
- package/dist/ui/inputs/input.d.ts +1 -1
- package/dist/ui/inputs/number-inputs/index.cjs +10 -10
- package/dist/ui/inputs/number-inputs/index.mjs +2 -2
- package/dist/ui/select.d.cts +1 -1
- package/dist/ui/select.d.ts +1 -1
- package/dist/ui/textarea.d.cts +1 -1
- package/dist/ui/textarea.d.ts +1 -1
- package/dist/ui/tree-view-legacy.cjs +8 -8
- package/dist/ui/tree-view-legacy.mjs +4 -4
- package/dist/ui/waterfall/index.cjs +6 -6
- package/dist/ui/waterfall/index.mjs +5 -5
- package/package.json +2 -7
- package/src/ui/DialBadge.tsx +97 -0
- package/src/ui/index.ts +1 -0
- package/cli/dial-cli.js +0 -833
- package/dist/chunk-4KWGGESI.cjs +0 -494
- package/dist/chunk-A5LCX2UQ.cjs +0 -208
- package/dist/chunk-BEJIZ56L.mjs +0 -300
- package/dist/chunk-C7VGRU3O.mjs +0 -283
- package/dist/chunk-O66RESRR.cjs +0 -285
- package/dist/chunk-VA3PEYFM.mjs +0 -489
- package/dist/chunk-VBBJSIY7.cjs +0 -308
- package/dist/chunk-WWGF6TBZ.mjs +0 -206
- package/dist/chunk-ZGN4UEJR.cjs +0 -679
- package/dist/chunk-ZQLRMOUW.mjs +0 -661
- package/src/cli/dial-cli.ts +0 -1133
- package/dist/{chunk-XMUP5MIM.mjs → chunk-G3EIVAVR.mjs} +0 -0
- package/dist/{chunk-7IS37C3P.cjs → chunk-K4I4YU6N.cjs} +1 -1
- package/dist/{chunk-OX2U5RAG.cjs → chunk-KFPS5CCR.cjs} +0 -0
- package/dist/{chunk-2OZK5DY5.mjs → chunk-KXKEZ3MH.mjs} +1 -1
- package/dist/{chunk-LJMNHTTG.cjs → chunk-OEI7NCF6.cjs} +4 -4
- package/dist/{chunk-W4JCKCW7.mjs → chunk-QHPFLC2O.mjs} +4 -4
package/dist/index.cjs
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
var
|
|
3
|
+
var chunkOEI7NCF6_cjs = require('./chunk-OEI7NCF6.cjs');
|
|
4
|
+
require('./chunk-KFPS5CCR.cjs');
|
|
5
|
+
var chunkK4I4YU6N_cjs = require('./chunk-K4I4YU6N.cjs');
|
|
6
6
|
require('./chunk-WJL5HMO6.cjs');
|
|
7
7
|
require('./chunk-RJ7I6ZQK.cjs');
|
|
8
|
+
require('./chunk-6TSA7KXX.cjs');
|
|
8
9
|
require('./chunk-MVAFOQ67.cjs');
|
|
9
10
|
require('./chunk-TUYG6BYZ.cjs');
|
|
10
11
|
require('./chunk-YXFHJKNW.cjs');
|
|
@@ -19,7 +20,6 @@ require('./chunk-VOTZLQ6J.cjs');
|
|
|
19
20
|
require('./chunk-2J75MYQA.cjs');
|
|
20
21
|
require('./chunk-LP3AGGRK.cjs');
|
|
21
22
|
var chunkG2ZYONQO_cjs = require('./chunk-G2ZYONQO.cjs');
|
|
22
|
-
require('./chunk-6TSA7KXX.cjs');
|
|
23
23
|
require('./chunk-E6G4MTX3.cjs');
|
|
24
24
|
require('./chunk-WX7SLJUA.cjs');
|
|
25
25
|
require('./chunk-4AE2TOOL.cjs');
|
|
@@ -33,11 +33,13 @@ var chunkJM6NBUDT_cjs = require('./chunk-JM6NBUDT.cjs');
|
|
|
33
33
|
var chunkJD4J3RDN_cjs = require('./chunk-JD4J3RDN.cjs');
|
|
34
34
|
require('./chunk-KQAZ6BRD.cjs');
|
|
35
35
|
var chunkZZDIW5JV_cjs = require('./chunk-ZZDIW5JV.cjs');
|
|
36
|
+
var chunkSBTB5YJV_cjs = require('./chunk-SBTB5YJV.cjs');
|
|
36
37
|
require('./chunk-4H5EXSBN.cjs');
|
|
37
38
|
var chunkXSKUAK23_cjs = require('./chunk-XSKUAK23.cjs');
|
|
38
39
|
var chunkT737IFFK_cjs = require('./chunk-T737IFFK.cjs');
|
|
39
40
|
require('./chunk-65OSA4MM.cjs');
|
|
40
41
|
require('./chunk-DECFNBXU.cjs');
|
|
42
|
+
var chunkAEVZSYGJ_cjs = require('./chunk-AEVZSYGJ.cjs');
|
|
41
43
|
var chunkCWAVHHJA_cjs = require('./chunk-CWAVHHJA.cjs');
|
|
42
44
|
var chunkDVKONMS7_cjs = require('./chunk-DVKONMS7.cjs');
|
|
43
45
|
var chunkGDUVAZDW_cjs = require('./chunk-GDUVAZDW.cjs');
|
|
@@ -47,21 +49,21 @@ var chunkOTR4SFDC_cjs = require('./chunk-OTR4SFDC.cjs');
|
|
|
47
49
|
var chunkMUQYO2G3_cjs = require('./chunk-MUQYO2G3.cjs');
|
|
48
50
|
var chunkH2GERFBG_cjs = require('./chunk-H2GERFBG.cjs');
|
|
49
51
|
var chunkBMJX3SEO_cjs = require('./chunk-BMJX3SEO.cjs');
|
|
52
|
+
var chunkFFCQKAQA_cjs = require('./chunk-FFCQKAQA.cjs');
|
|
50
53
|
var chunkYUHHUSIO_cjs = require('./chunk-YUHHUSIO.cjs');
|
|
51
54
|
var chunkHKJCPZZG_cjs = require('./chunk-HKJCPZZG.cjs');
|
|
52
|
-
var chunkAEVZSYGJ_cjs = require('./chunk-AEVZSYGJ.cjs');
|
|
53
|
-
var chunkFFCQKAQA_cjs = require('./chunk-FFCQKAQA.cjs');
|
|
54
55
|
var chunkAAWWWYRN_cjs = require('./chunk-AAWWWYRN.cjs');
|
|
55
|
-
var chunkEQIEKFCA_cjs = require('./chunk-EQIEKFCA.cjs');
|
|
56
56
|
var chunkDREOOKO2_cjs = require('./chunk-DREOOKO2.cjs');
|
|
57
|
-
var
|
|
58
|
-
var
|
|
57
|
+
var chunkEQIEKFCA_cjs = require('./chunk-EQIEKFCA.cjs');
|
|
58
|
+
var chunkJA6XS5KY_cjs = require('./chunk-JA6XS5KY.cjs');
|
|
59
|
+
var chunkEC4HJUX6_cjs = require('./chunk-EC4HJUX6.cjs');
|
|
60
|
+
var chunkVJN3GGLZ_cjs = require('./chunk-VJN3GGLZ.cjs');
|
|
59
61
|
var chunkVADHV4S3_cjs = require('./chunk-VADHV4S3.cjs');
|
|
60
62
|
var chunkMCYFLR4F_cjs = require('./chunk-MCYFLR4F.cjs');
|
|
61
63
|
var chunkNZOZ3KKM_cjs = require('./chunk-NZOZ3KKM.cjs');
|
|
62
64
|
var chunk3TZL7ET3_cjs = require('./chunk-3TZL7ET3.cjs');
|
|
63
65
|
var chunkL5JZRGNH_cjs = require('./chunk-L5JZRGNH.cjs');
|
|
64
|
-
var
|
|
66
|
+
var chunkLNKZATCP_cjs = require('./chunk-LNKZATCP.cjs');
|
|
65
67
|
var chunkOYNLQTHW_cjs = require('./chunk-OYNLQTHW.cjs');
|
|
66
68
|
var chunk2CZEFXEW_cjs = require('./chunk-2CZEFXEW.cjs');
|
|
67
69
|
require('./chunk-HNTVTCNX.cjs');
|
|
@@ -69,7 +71,7 @@ var chunkXGGAJUY3_cjs = require('./chunk-XGGAJUY3.cjs');
|
|
|
69
71
|
var chunkX2A7TKER_cjs = require('./chunk-X2A7TKER.cjs');
|
|
70
72
|
require('./chunk-YO6X755G.cjs');
|
|
71
73
|
var chunkEKPJUR3U_cjs = require('./chunk-EKPJUR3U.cjs');
|
|
72
|
-
var
|
|
74
|
+
var chunkM4IHJGJE_cjs = require('./chunk-M4IHJGJE.cjs');
|
|
73
75
|
var chunkUASPJ57U_cjs = require('./chunk-UASPJ57U.cjs');
|
|
74
76
|
var chunkLPVBUX2J_cjs = require('./chunk-LPVBUX2J.cjs');
|
|
75
77
|
var chunk76V4RD4V_cjs = require('./chunk-76V4RD4V.cjs');
|
|
@@ -77,22 +79,17 @@ var chunkZAP4EHBO_cjs = require('./chunk-ZAP4EHBO.cjs');
|
|
|
77
79
|
var chunk5WDPNBQW_cjs = require('./chunk-5WDPNBQW.cjs');
|
|
78
80
|
var chunkOMZHB2FB_cjs = require('./chunk-OMZHB2FB.cjs');
|
|
79
81
|
var chunk6AWED2ZK_cjs = require('./chunk-6AWED2ZK.cjs');
|
|
80
|
-
var
|
|
82
|
+
var chunkIJGCH57E_cjs = require('./chunk-IJGCH57E.cjs');
|
|
81
83
|
var chunk62VCQ2SU_cjs = require('./chunk-62VCQ2SU.cjs');
|
|
82
84
|
var chunkB55SNJJM_cjs = require('./chunk-B55SNJJM.cjs');
|
|
83
85
|
var chunkSPNDWTSX_cjs = require('./chunk-SPNDWTSX.cjs');
|
|
84
86
|
var chunkRU423LFT_cjs = require('./chunk-RU423LFT.cjs');
|
|
85
87
|
var chunkTZC4ST5T_cjs = require('./chunk-TZC4ST5T.cjs');
|
|
86
|
-
var
|
|
87
|
-
var
|
|
88
|
+
var chunkAIYM5PFP_cjs = require('./chunk-AIYM5PFP.cjs');
|
|
89
|
+
var chunkXBTBTLID_cjs = require('./chunk-XBTBTLID.cjs');
|
|
88
90
|
var chunkGWIACOMY_cjs = require('./chunk-GWIACOMY.cjs');
|
|
89
|
-
var chunkIJGCH57E_cjs = require('./chunk-IJGCH57E.cjs');
|
|
90
91
|
require('./chunk-EFZ746FR.cjs');
|
|
91
|
-
var
|
|
92
|
-
require('./chunk-JMCH2AFN.cjs');
|
|
93
|
-
var chunkVBBJSIY7_cjs = require('./chunk-VBBJSIY7.cjs');
|
|
94
|
-
var chunkG4FJGNY5_cjs = require('./chunk-G4FJGNY5.cjs');
|
|
95
|
-
var chunkA5LCX2UQ_cjs = require('./chunk-A5LCX2UQ.cjs');
|
|
92
|
+
var chunk5PDZWPUI_cjs = require('./chunk-5PDZWPUI.cjs');
|
|
96
93
|
var chunkQUFZWF4E_cjs = require('./chunk-QUFZWF4E.cjs');
|
|
97
94
|
var chunkL6LCOLOV_cjs = require('./chunk-L6LCOLOV.cjs');
|
|
98
95
|
var chunk7DFI7CUK_cjs = require('./chunk-7DFI7CUK.cjs');
|
|
@@ -101,6 +98,9 @@ var chunk3UEVUYFQ_cjs = require('./chunk-3UEVUYFQ.cjs');
|
|
|
101
98
|
var chunkNSQOQD43_cjs = require('./chunk-NSQOQD43.cjs');
|
|
102
99
|
var chunkT3G35JSP_cjs = require('./chunk-T3G35JSP.cjs');
|
|
103
100
|
var chunkWJY6BMVR_cjs = require('./chunk-WJY6BMVR.cjs');
|
|
101
|
+
require('./chunk-P6DICGAV.cjs');
|
|
102
|
+
require('./chunk-JMCH2AFN.cjs');
|
|
103
|
+
var chunkG5JZGNKY_cjs = require('./chunk-G5JZGNKY.cjs');
|
|
104
104
|
require('./chunk-QN4N4I3Z.cjs');
|
|
105
105
|
var chunkLYZJNEOR_cjs = require('./chunk-LYZJNEOR.cjs');
|
|
106
106
|
var chunkYZIR6LIY_cjs = require('./chunk-YZIR6LIY.cjs');
|
|
@@ -111,81 +111,82 @@ var chunkJR4TVE43_cjs = require('./chunk-JR4TVE43.cjs');
|
|
|
111
111
|
var chunkVXZURKMQ_cjs = require('./chunk-VXZURKMQ.cjs');
|
|
112
112
|
var chunk6BOWMGFG_cjs = require('./chunk-6BOWMGFG.cjs');
|
|
113
113
|
var chunkOHIB3TEN_cjs = require('./chunk-OHIB3TEN.cjs');
|
|
114
|
-
require('./chunk-
|
|
114
|
+
var chunkG4FJGNY5_cjs = require('./chunk-G4FJGNY5.cjs');
|
|
115
|
+
var chunkRMK6W774_cjs = require('./chunk-RMK6W774.cjs');
|
|
115
116
|
|
|
116
117
|
|
|
117
118
|
|
|
118
119
|
Object.defineProperty(exports, "DialBooleanInput", {
|
|
119
120
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkOEI7NCF6_cjs.DialBooleanInput; }
|
|
121
122
|
});
|
|
122
123
|
Object.defineProperty(exports, "DialCmInput", {
|
|
123
124
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkOEI7NCF6_cjs.DialCmInput; }
|
|
125
126
|
});
|
|
126
127
|
Object.defineProperty(exports, "DialDegInput", {
|
|
127
128
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkOEI7NCF6_cjs.DialDegInput; }
|
|
129
130
|
});
|
|
130
131
|
Object.defineProperty(exports, "DialEulerDegInput", {
|
|
131
132
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkOEI7NCF6_cjs.DialEulerDegInput; }
|
|
133
134
|
});
|
|
134
135
|
Object.defineProperty(exports, "DialEulerInput", {
|
|
135
136
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkOEI7NCF6_cjs.DialEulerInput; }
|
|
137
138
|
});
|
|
138
139
|
Object.defineProperty(exports, "DialInchInput", {
|
|
139
140
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkOEI7NCF6_cjs.DialInchInput; }
|
|
141
142
|
});
|
|
142
143
|
Object.defineProperty(exports, "DialIntInput", {
|
|
143
144
|
enumerable: true,
|
|
144
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkOEI7NCF6_cjs.DialIntInput; }
|
|
145
146
|
});
|
|
146
147
|
Object.defineProperty(exports, "DialNumberInput", {
|
|
147
148
|
enumerable: true,
|
|
148
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkOEI7NCF6_cjs.DialNumberInput; }
|
|
149
150
|
});
|
|
150
151
|
Object.defineProperty(exports, "DialPanel", {
|
|
151
152
|
enumerable: true,
|
|
152
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkOEI7NCF6_cjs.DialPanel; }
|
|
153
154
|
});
|
|
154
155
|
Object.defineProperty(exports, "DialQuaternionInput", {
|
|
155
156
|
enumerable: true,
|
|
156
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkOEI7NCF6_cjs.DialQuaternionInput; }
|
|
157
158
|
});
|
|
158
159
|
Object.defineProperty(exports, "DialRadInput", {
|
|
159
160
|
enumerable: true,
|
|
160
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkOEI7NCF6_cjs.DialRadInput; }
|
|
161
162
|
});
|
|
162
163
|
Object.defineProperty(exports, "DialSelectInput", {
|
|
163
164
|
enumerable: true,
|
|
164
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkOEI7NCF6_cjs.DialSelectInput; }
|
|
165
166
|
});
|
|
166
167
|
Object.defineProperty(exports, "DialSliderInput", {
|
|
167
168
|
enumerable: true,
|
|
168
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkOEI7NCF6_cjs.DialSliderInput; }
|
|
169
170
|
});
|
|
170
171
|
Object.defineProperty(exports, "DialTimeInput", {
|
|
171
172
|
enumerable: true,
|
|
172
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkOEI7NCF6_cjs.DialTimeInput; }
|
|
173
174
|
});
|
|
174
175
|
Object.defineProperty(exports, "DialVec3Input", {
|
|
175
176
|
enumerable: true,
|
|
176
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkOEI7NCF6_cjs.DialVec3Input; }
|
|
177
178
|
});
|
|
178
179
|
Object.defineProperty(exports, "DialVectorInput", {
|
|
179
180
|
enumerable: true,
|
|
180
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkOEI7NCF6_cjs.DialVectorInput2; }
|
|
181
182
|
});
|
|
182
183
|
Object.defineProperty(exports, "DialVectorWrappedInput", {
|
|
183
184
|
enumerable: true,
|
|
184
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkOEI7NCF6_cjs.DialVectorInput; }
|
|
185
186
|
});
|
|
186
187
|
Object.defineProperty(exports, "Waterfall", {
|
|
187
188
|
enumerable: true,
|
|
188
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkK4I4YU6N_cjs.Waterfall; }
|
|
189
190
|
});
|
|
190
191
|
Object.defineProperty(exports, "TreeSearchBar", {
|
|
191
192
|
enumerable: true,
|
|
@@ -303,6 +304,14 @@ Object.defineProperty(exports, "createSelectable", {
|
|
|
303
304
|
enumerable: true,
|
|
304
305
|
get: function () { return chunkZZDIW5JV_cjs.createSelectable; }
|
|
305
306
|
});
|
|
307
|
+
Object.defineProperty(exports, "DragSelectProvider", {
|
|
308
|
+
enumerable: true,
|
|
309
|
+
get: function () { return chunkSBTB5YJV_cjs.DragSelectProvider; }
|
|
310
|
+
});
|
|
311
|
+
Object.defineProperty(exports, "useDragSelectContext", {
|
|
312
|
+
enumerable: true,
|
|
313
|
+
get: function () { return chunkSBTB5YJV_cjs.useDragSelectContext; }
|
|
314
|
+
});
|
|
306
315
|
Object.defineProperty(exports, "MouseCursorAltIcon", {
|
|
307
316
|
enumerable: true,
|
|
308
317
|
get: function () { return chunkXSKUAK23_cjs.MouseCursorAltIcon; }
|
|
@@ -319,6 +328,10 @@ Object.defineProperty(exports, "CursorIcon", {
|
|
|
319
328
|
enumerable: true,
|
|
320
329
|
get: function () { return chunkT737IFFK_cjs.CursorIcon; }
|
|
321
330
|
});
|
|
331
|
+
Object.defineProperty(exports, "KVectorInput", {
|
|
332
|
+
enumerable: true,
|
|
333
|
+
get: function () { return chunkAEVZSYGJ_cjs.KVectorInput; }
|
|
334
|
+
});
|
|
322
335
|
Object.defineProperty(exports, "QuaternionInput", {
|
|
323
336
|
enumerable: true,
|
|
324
337
|
get: function () { return chunkCWAVHHJA_cjs.QuaternionInput; }
|
|
@@ -355,6 +368,10 @@ Object.defineProperty(exports, "EulerInput", {
|
|
|
355
368
|
enumerable: true,
|
|
356
369
|
get: function () { return chunkBMJX3SEO_cjs.EulerInput; }
|
|
357
370
|
});
|
|
371
|
+
Object.defineProperty(exports, "VectorInput", {
|
|
372
|
+
enumerable: true,
|
|
373
|
+
get: function () { return chunkFFCQKAQA_cjs.VectorInput; }
|
|
374
|
+
});
|
|
358
375
|
Object.defineProperty(exports, "InchInput", {
|
|
359
376
|
enumerable: true,
|
|
360
377
|
get: function () { return chunkYUHHUSIO_cjs.InchInput; }
|
|
@@ -363,37 +380,37 @@ Object.defineProperty(exports, "IntInput", {
|
|
|
363
380
|
enumerable: true,
|
|
364
381
|
get: function () { return chunkHKJCPZZG_cjs.IntInput; }
|
|
365
382
|
});
|
|
366
|
-
Object.defineProperty(exports, "KVectorInput", {
|
|
367
|
-
enumerable: true,
|
|
368
|
-
get: function () { return chunkAEVZSYGJ_cjs.KVectorInput; }
|
|
369
|
-
});
|
|
370
|
-
Object.defineProperty(exports, "VectorInput", {
|
|
371
|
-
enumerable: true,
|
|
372
|
-
get: function () { return chunkFFCQKAQA_cjs.VectorInput; }
|
|
373
|
-
});
|
|
374
383
|
Object.defineProperty(exports, "PresetsInput", {
|
|
375
384
|
enumerable: true,
|
|
376
385
|
get: function () { return chunkAAWWWYRN_cjs.PresetsInput; }
|
|
377
386
|
});
|
|
387
|
+
Object.defineProperty(exports, "InputNumbers", {
|
|
388
|
+
enumerable: true,
|
|
389
|
+
get: function () { return chunkDREOOKO2_cjs.InputNumbers; }
|
|
390
|
+
});
|
|
378
391
|
Object.defineProperty(exports, "ColorInput", {
|
|
379
392
|
enumerable: true,
|
|
380
393
|
get: function () { return chunkEQIEKFCA_cjs.ColorInput; }
|
|
381
394
|
});
|
|
382
|
-
Object.defineProperty(exports, "
|
|
395
|
+
Object.defineProperty(exports, "Toolbar", {
|
|
383
396
|
enumerable: true,
|
|
384
|
-
get: function () { return
|
|
397
|
+
get: function () { return chunkJA6XS5KY_cjs.Toolbar; }
|
|
385
398
|
});
|
|
386
|
-
Object.defineProperty(exports, "
|
|
399
|
+
Object.defineProperty(exports, "ToolbarGroup", {
|
|
387
400
|
enumerable: true,
|
|
388
|
-
get: function () { return
|
|
401
|
+
get: function () { return chunkJA6XS5KY_cjs.ToolbarGroup; }
|
|
389
402
|
});
|
|
390
|
-
Object.defineProperty(exports, "
|
|
403
|
+
Object.defineProperty(exports, "ToolbarSeparator", {
|
|
391
404
|
enumerable: true,
|
|
392
|
-
get: function () { return
|
|
405
|
+
get: function () { return chunkJA6XS5KY_cjs.ToolbarSeparator; }
|
|
393
406
|
});
|
|
394
|
-
Object.defineProperty(exports, "
|
|
407
|
+
Object.defineProperty(exports, "TreeViewLegacy", {
|
|
395
408
|
enumerable: true,
|
|
396
|
-
get: function () { return
|
|
409
|
+
get: function () { return chunkEC4HJUX6_cjs.TreeView; }
|
|
410
|
+
});
|
|
411
|
+
Object.defineProperty(exports, "Switch", {
|
|
412
|
+
enumerable: true,
|
|
413
|
+
get: function () { return chunkVJN3GGLZ_cjs.Switch; }
|
|
397
414
|
});
|
|
398
415
|
Object.defineProperty(exports, "Table", {
|
|
399
416
|
enumerable: true,
|
|
@@ -475,17 +492,17 @@ Object.defineProperty(exports, "toggleVariants", {
|
|
|
475
492
|
enumerable: true,
|
|
476
493
|
get: function () { return chunkL5JZRGNH_cjs.toggleVariants; }
|
|
477
494
|
});
|
|
478
|
-
Object.defineProperty(exports, "
|
|
495
|
+
Object.defineProperty(exports, "ResizableHandle", {
|
|
479
496
|
enumerable: true,
|
|
480
|
-
get: function () { return
|
|
497
|
+
get: function () { return chunkLNKZATCP_cjs.ResizableHandle; }
|
|
481
498
|
});
|
|
482
|
-
Object.defineProperty(exports, "
|
|
499
|
+
Object.defineProperty(exports, "ResizablePanel", {
|
|
483
500
|
enumerable: true,
|
|
484
|
-
get: function () { return
|
|
501
|
+
get: function () { return chunkLNKZATCP_cjs.ResizablePanel; }
|
|
485
502
|
});
|
|
486
|
-
Object.defineProperty(exports, "
|
|
503
|
+
Object.defineProperty(exports, "ResizablePanelGroup", {
|
|
487
504
|
enumerable: true,
|
|
488
|
-
get: function () { return
|
|
505
|
+
get: function () { return chunkLNKZATCP_cjs.ResizablePanelGroup; }
|
|
489
506
|
});
|
|
490
507
|
Object.defineProperty(exports, "Sidebar", {
|
|
491
508
|
enumerable: true,
|
|
@@ -639,9 +656,9 @@ Object.defineProperty(exports, "Slider", {
|
|
|
639
656
|
enumerable: true,
|
|
640
657
|
get: function () { return chunkEKPJUR3U_cjs.Slider; }
|
|
641
658
|
});
|
|
642
|
-
Object.defineProperty(exports, "
|
|
659
|
+
Object.defineProperty(exports, "Label", {
|
|
643
660
|
enumerable: true,
|
|
644
|
-
get: function () { return
|
|
661
|
+
get: function () { return chunkM4IHJGJE_cjs.Label; }
|
|
645
662
|
});
|
|
646
663
|
Object.defineProperty(exports, "FormLayout", {
|
|
647
664
|
enumerable: true,
|
|
@@ -771,17 +788,13 @@ Object.defineProperty(exports, "RadioGroupItem", {
|
|
|
771
788
|
enumerable: true,
|
|
772
789
|
get: function () { return chunk6AWED2ZK_cjs.RadioGroupItem; }
|
|
773
790
|
});
|
|
774
|
-
Object.defineProperty(exports, "
|
|
775
|
-
enumerable: true,
|
|
776
|
-
get: function () { return chunkLNKZATCP_cjs.ResizableHandle; }
|
|
777
|
-
});
|
|
778
|
-
Object.defineProperty(exports, "ResizablePanel", {
|
|
791
|
+
Object.defineProperty(exports, "Badge", {
|
|
779
792
|
enumerable: true,
|
|
780
|
-
get: function () { return
|
|
793
|
+
get: function () { return chunkIJGCH57E_cjs.Badge; }
|
|
781
794
|
});
|
|
782
|
-
Object.defineProperty(exports, "
|
|
795
|
+
Object.defineProperty(exports, "badgeVariants", {
|
|
783
796
|
enumerable: true,
|
|
784
|
-
get: function () { return
|
|
797
|
+
get: function () { return chunkIJGCH57E_cjs.badgeVariants; }
|
|
785
798
|
});
|
|
786
799
|
Object.defineProperty(exports, "Card", {
|
|
787
800
|
enumerable: true,
|
|
@@ -927,25 +940,33 @@ Object.defineProperty(exports, "DropdownMenuTrigger", {
|
|
|
927
940
|
enumerable: true,
|
|
928
941
|
get: function () { return chunkTZC4ST5T_cjs.DropdownMenuTrigger; }
|
|
929
942
|
});
|
|
930
|
-
Object.defineProperty(exports, "
|
|
943
|
+
Object.defineProperty(exports, "DIAL_PACKAGE_NAME", {
|
|
931
944
|
enumerable: true,
|
|
932
|
-
get: function () { return
|
|
945
|
+
get: function () { return chunkAIYM5PFP_cjs.DIAL_PACKAGE_NAME; }
|
|
946
|
+
});
|
|
947
|
+
Object.defineProperty(exports, "DIAL_PACKAGE_VERSION", {
|
|
948
|
+
enumerable: true,
|
|
949
|
+
get: function () { return chunkAIYM5PFP_cjs.DIAL_PACKAGE_VERSION; }
|
|
950
|
+
});
|
|
951
|
+
Object.defineProperty(exports, "DialBadge", {
|
|
952
|
+
enumerable: true,
|
|
953
|
+
get: function () { return chunkAIYM5PFP_cjs.DialBadge; }
|
|
933
954
|
});
|
|
934
955
|
Object.defineProperty(exports, "GIT_HASH", {
|
|
935
956
|
enumerable: true,
|
|
936
|
-
get: function () { return
|
|
957
|
+
get: function () { return chunkXBTBTLID_cjs.GIT_HASH; }
|
|
937
958
|
});
|
|
938
959
|
Object.defineProperty(exports, "PACKAGE_VERSION", {
|
|
939
960
|
enumerable: true,
|
|
940
|
-
get: function () { return
|
|
961
|
+
get: function () { return chunkXBTBTLID_cjs.PACKAGE_VERSION; }
|
|
941
962
|
});
|
|
942
963
|
Object.defineProperty(exports, "PackageBadge", {
|
|
943
964
|
enumerable: true,
|
|
944
|
-
get: function () { return
|
|
965
|
+
get: function () { return chunkXBTBTLID_cjs.PackageBadge; }
|
|
945
966
|
});
|
|
946
967
|
Object.defineProperty(exports, "UIKitBadge", {
|
|
947
968
|
enumerable: true,
|
|
948
|
-
get: function () { return
|
|
969
|
+
get: function () { return chunkXBTBTLID_cjs.UIKitBadge; }
|
|
949
970
|
});
|
|
950
971
|
Object.defineProperty(exports, "Avatar", {
|
|
951
972
|
enumerable: true,
|
|
@@ -987,69 +1008,9 @@ Object.defineProperty(exports, "AvatarSSRFallback", {
|
|
|
987
1008
|
enumerable: true,
|
|
988
1009
|
get: function () { return chunkGWIACOMY_cjs.AvatarSSRFallback; }
|
|
989
1010
|
});
|
|
990
|
-
Object.defineProperty(exports, "Badge", {
|
|
991
|
-
enumerable: true,
|
|
992
|
-
get: function () { return chunkIJGCH57E_cjs.Badge; }
|
|
993
|
-
});
|
|
994
|
-
Object.defineProperty(exports, "badgeVariants", {
|
|
995
|
-
enumerable: true,
|
|
996
|
-
get: function () { return chunkIJGCH57E_cjs.badgeVariants; }
|
|
997
|
-
});
|
|
998
|
-
Object.defineProperty(exports, "DialProvider", {
|
|
999
|
-
enumerable: true,
|
|
1000
|
-
get: function () { return chunkRMK6W774_cjs.DialProvider; }
|
|
1001
|
-
});
|
|
1002
|
-
Object.defineProperty(exports, "useDialSchema", {
|
|
1003
|
-
enumerable: true,
|
|
1004
|
-
get: function () { return chunkRMK6W774_cjs.useDialSchema; }
|
|
1005
|
-
});
|
|
1006
|
-
Object.defineProperty(exports, "SyncDrag", {
|
|
1007
|
-
enumerable: true,
|
|
1008
|
-
get: function () { return chunkVBBJSIY7_cjs.SyncDrag; }
|
|
1009
|
-
});
|
|
1010
|
-
Object.defineProperty(exports, "SyncDragSlave", {
|
|
1011
|
-
enumerable: true,
|
|
1012
|
-
get: function () { return chunkVBBJSIY7_cjs.SyncDragSlave; }
|
|
1013
|
-
});
|
|
1014
|
-
Object.defineProperty(exports, "SyncDragSlaveX", {
|
|
1015
|
-
enumerable: true,
|
|
1016
|
-
get: function () { return chunkVBBJSIY7_cjs.SyncDragSlaveX; }
|
|
1017
|
-
});
|
|
1018
|
-
Object.defineProperty(exports, "SyncDragX", {
|
|
1019
|
-
enumerable: true,
|
|
1020
|
-
get: function () { return chunkVBBJSIY7_cjs.SyncDragX; }
|
|
1021
|
-
});
|
|
1022
|
-
Object.defineProperty(exports, "SyncDragY", {
|
|
1023
|
-
enumerable: true,
|
|
1024
|
-
get: function () { return chunkVBBJSIY7_cjs.SyncDragY; }
|
|
1025
|
-
});
|
|
1026
|
-
Object.defineProperty(exports, "SyncScroll", {
|
|
1027
|
-
enumerable: true,
|
|
1028
|
-
get: function () { return chunkVBBJSIY7_cjs.SyncScroll; }
|
|
1029
|
-
});
|
|
1030
|
-
Object.defineProperty(exports, "SyncScrollSlave", {
|
|
1031
|
-
enumerable: true,
|
|
1032
|
-
get: function () { return chunkVBBJSIY7_cjs.SyncScrollSlave; }
|
|
1033
|
-
});
|
|
1034
|
-
Object.defineProperty(exports, "SyncScrollProvider", {
|
|
1035
|
-
enumerable: true,
|
|
1036
|
-
get: function () { return chunkG4FJGNY5_cjs.SyncScrollProvider; }
|
|
1037
|
-
});
|
|
1038
|
-
Object.defineProperty(exports, "useScrollSlave", {
|
|
1039
|
-
enumerable: true,
|
|
1040
|
-
get: function () { return chunkG4FJGNY5_cjs.useScrollSlave; }
|
|
1041
|
-
});
|
|
1042
|
-
Object.defineProperty(exports, "useSyncDrag", {
|
|
1043
|
-
enumerable: true,
|
|
1044
|
-
get: function () { return chunkG4FJGNY5_cjs.useSyncDrag; }
|
|
1045
|
-
});
|
|
1046
|
-
Object.defineProperty(exports, "useSyncScroll", {
|
|
1047
|
-
enumerable: true,
|
|
1048
|
-
get: function () { return chunkG4FJGNY5_cjs.useSyncScroll; }
|
|
1049
|
-
});
|
|
1050
1011
|
Object.defineProperty(exports, "CursorProvider", {
|
|
1051
1012
|
enumerable: true,
|
|
1052
|
-
get: function () { return
|
|
1013
|
+
get: function () { return chunk5PDZWPUI_cjs.CursorProvider; }
|
|
1053
1014
|
});
|
|
1054
1015
|
Object.defineProperty(exports, "CursorButton", {
|
|
1055
1016
|
enumerable: true,
|
|
@@ -1163,6 +1124,34 @@ Object.defineProperty(exports, "withCursor", {
|
|
|
1163
1124
|
enumerable: true,
|
|
1164
1125
|
get: function () { return chunkWJY6BMVR_cjs.withCursor; }
|
|
1165
1126
|
});
|
|
1127
|
+
Object.defineProperty(exports, "SyncDrag", {
|
|
1128
|
+
enumerable: true,
|
|
1129
|
+
get: function () { return chunkG5JZGNKY_cjs.SyncDrag; }
|
|
1130
|
+
});
|
|
1131
|
+
Object.defineProperty(exports, "SyncDragSlave", {
|
|
1132
|
+
enumerable: true,
|
|
1133
|
+
get: function () { return chunkG5JZGNKY_cjs.SyncDragSlave; }
|
|
1134
|
+
});
|
|
1135
|
+
Object.defineProperty(exports, "SyncDragSlaveX", {
|
|
1136
|
+
enumerable: true,
|
|
1137
|
+
get: function () { return chunkG5JZGNKY_cjs.SyncDragSlaveX; }
|
|
1138
|
+
});
|
|
1139
|
+
Object.defineProperty(exports, "SyncDragX", {
|
|
1140
|
+
enumerable: true,
|
|
1141
|
+
get: function () { return chunkG5JZGNKY_cjs.SyncDragX; }
|
|
1142
|
+
});
|
|
1143
|
+
Object.defineProperty(exports, "SyncDragY", {
|
|
1144
|
+
enumerable: true,
|
|
1145
|
+
get: function () { return chunkG5JZGNKY_cjs.SyncDragY; }
|
|
1146
|
+
});
|
|
1147
|
+
Object.defineProperty(exports, "SyncScroll", {
|
|
1148
|
+
enumerable: true,
|
|
1149
|
+
get: function () { return chunkG5JZGNKY_cjs.SyncScroll; }
|
|
1150
|
+
});
|
|
1151
|
+
Object.defineProperty(exports, "SyncScrollSlave", {
|
|
1152
|
+
enumerable: true,
|
|
1153
|
+
get: function () { return chunkG5JZGNKY_cjs.SyncScrollSlave; }
|
|
1154
|
+
});
|
|
1166
1155
|
Object.defineProperty(exports, "useQueryParams", {
|
|
1167
1156
|
enumerable: true,
|
|
1168
1157
|
get: function () { return chunkLYZJNEOR_cjs.useQueryParams; }
|
|
@@ -1211,3 +1200,27 @@ Object.defineProperty(exports, "cn", {
|
|
|
1211
1200
|
enumerable: true,
|
|
1212
1201
|
get: function () { return chunkOHIB3TEN_cjs.cn; }
|
|
1213
1202
|
});
|
|
1203
|
+
Object.defineProperty(exports, "SyncScrollProvider", {
|
|
1204
|
+
enumerable: true,
|
|
1205
|
+
get: function () { return chunkG4FJGNY5_cjs.SyncScrollProvider; }
|
|
1206
|
+
});
|
|
1207
|
+
Object.defineProperty(exports, "useScrollSlave", {
|
|
1208
|
+
enumerable: true,
|
|
1209
|
+
get: function () { return chunkG4FJGNY5_cjs.useScrollSlave; }
|
|
1210
|
+
});
|
|
1211
|
+
Object.defineProperty(exports, "useSyncDrag", {
|
|
1212
|
+
enumerable: true,
|
|
1213
|
+
get: function () { return chunkG4FJGNY5_cjs.useSyncDrag; }
|
|
1214
|
+
});
|
|
1215
|
+
Object.defineProperty(exports, "useSyncScroll", {
|
|
1216
|
+
enumerable: true,
|
|
1217
|
+
get: function () { return chunkG4FJGNY5_cjs.useSyncScroll; }
|
|
1218
|
+
});
|
|
1219
|
+
Object.defineProperty(exports, "DialProvider", {
|
|
1220
|
+
enumerable: true,
|
|
1221
|
+
get: function () { return chunkRMK6W774_cjs.DialProvider; }
|
|
1222
|
+
});
|
|
1223
|
+
Object.defineProperty(exports, "useDialSchema", {
|
|
1224
|
+
enumerable: true,
|
|
1225
|
+
get: function () { return chunkRMK6W774_cjs.useDialSchema; }
|
|
1226
|
+
});
|
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
|
@@ -36,6 +36,7 @@ export { Slider, SliderProps } from './ui/slider.cjs';
|
|
|
36
36
|
export { FormLayout, FormLayoutProps } 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
|
+
export { DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, DialBadgeProps } from './ui/DialBadge.cjs';
|
|
39
40
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './ui/resizable.cjs';
|
|
40
41
|
export { Input, Input as InputRoot, InputRootProps, InputSlot, InputSlotProps } from './ui/inputs/input.cjs';
|
|
41
42
|
export { InputNumbers, InputNumbersProps } from './ui/inputs/input-numbers.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ export { Slider, SliderProps } from './ui/slider.js';
|
|
|
36
36
|
export { FormLayout, FormLayoutProps } 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
|
+
export { DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge, DialBadgeProps } from './ui/DialBadge.js';
|
|
39
40
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './ui/resizable.js';
|
|
40
41
|
export { Input, Input as InputRoot, InputRootProps, InputSlot, InputSlotProps } from './ui/inputs/input.js';
|
|
41
42
|
export { InputNumbers, InputNumbersProps } from './ui/inputs/input-numbers.js';
|