@vuer-ai/vuer-uikit 0.0.12 → 0.0.14
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/highlight-cursor/enhanced-components.js +8 -8
- package/dist/highlight-cursor/enhanced-components.mjs +3 -3
- package/dist/highlight-cursor/index.js +8 -8
- package/dist/highlight-cursor/index.mjs +3 -3
- package/dist/index.js +129 -129
- package/dist/index.mjs +11 -11
- package/dist/ui/index.js +116 -116
- package/dist/ui/index.mjs +10 -10
- package/package.json +10 -5
- package/src/highlight-cursor/cursor-context.tsx +23 -0
- package/src/highlight-cursor/cursor-provider.tsx +264 -0
- package/src/highlight-cursor/enhanced-components.tsx +16 -0
- package/src/highlight-cursor/index.ts +21 -0
- package/src/highlight-cursor/tabs-cursor-context.tsx +121 -0
- package/src/highlight-cursor/types.ts +40 -0
- package/src/highlight-cursor/with-cursor.tsx +144 -0
- package/src/index.css +5 -0
- package/src/index.ts +5 -0
- package/src/styles/theme.css +80 -0
- package/src/styles/toast.css +64 -0
- package/src/styles/variables.css +194 -0
- package/src/ui/avatar.tsx +92 -0
- package/src/ui/badge.tsx +68 -0
- package/src/ui/button.tsx +100 -0
- package/src/ui/card.tsx +88 -0
- package/src/ui/checkbox.tsx +76 -0
- package/src/ui/collapsible.tsx +36 -0
- package/src/ui/dropdown.tsx +375 -0
- package/src/ui/index.ts +31 -0
- package/src/ui/input-numbers.tsx +201 -0
- package/src/ui/input.tsx +141 -0
- package/src/ui/layout.tsx +41 -0
- package/src/ui/modal.tsx +198 -0
- package/src/ui/popover.tsx +59 -0
- package/src/ui/radio-group.tsx +56 -0
- package/src/ui/select.tsx +292 -0
- package/src/ui/sheet.tsx +131 -0
- package/src/ui/slider.tsx +189 -0
- package/src/ui/switch.tsx +43 -0
- package/src/ui/tabs.tsx +128 -0
- package/src/ui/textarea.tsx +52 -0
- package/src/ui/theme-context.tsx +80 -0
- package/src/ui/timeline.tsx +717 -0
- package/src/ui/toast.tsx +27 -0
- package/src/ui/toggle-group.tsx +82 -0
- package/src/ui/toggle.tsx +88 -0
- package/src/ui/tooltip.tsx +132 -0
- package/src/ui/tree-view-v2.tsx +300 -0
- package/src/ui/tree-view.tsx +550 -0
- package/src/ui/version-badge.tsx +65 -0
- package/src/utils/cn.ts +21 -0
- package/src/utils/index.ts +2 -0
- package/src/utils/use-local-storage.ts +59 -0
- package/dist/{chunk-JAJNLRY5.js → chunk-25CV2OGJ.js} +2 -2
- package/dist/{chunk-FEOONYZ2.mjs → chunk-SJHP5MPU.mjs} +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk25CV2OGJ_js = require('../chunk-25CV2OGJ.js');
|
|
4
|
+
require('../chunk-MZ4POL3U.js');
|
|
4
5
|
require('../chunk-IXHMIR5P.js');
|
|
5
6
|
require('../chunk-5OUTEHVX.js');
|
|
6
|
-
require('../chunk-MZ4POL3U.js');
|
|
7
|
-
require('../chunk-QA7H2Z3Z.js');
|
|
8
7
|
require('../chunk-SKO72K64.js');
|
|
9
8
|
require('../chunk-UFHMEEGL.js');
|
|
9
|
+
require('../chunk-QA7H2Z3Z.js');
|
|
10
10
|
require('../chunk-XWS4SIB5.js');
|
|
11
11
|
require('../chunk-EOFYA6CS.js');
|
|
12
12
|
require('../chunk-XXWQ4RVP.js');
|
|
@@ -17,21 +17,21 @@ require('../chunk-OTPUWWEB.js');
|
|
|
17
17
|
|
|
18
18
|
Object.defineProperty(exports, "CursorButton", {
|
|
19
19
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
20
|
+
get: function () { return chunk25CV2OGJ_js.CursorButton; }
|
|
21
21
|
});
|
|
22
22
|
Object.defineProperty(exports, "CursorInputRoot", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunk25CV2OGJ_js.CursorInputRoot; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunk25CV2OGJ_js.CursorSelectTrigger; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "CursorTabs", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunk25CV2OGJ_js.CursorTabs; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "CursorTextarea", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunk25CV2OGJ_js.CursorTextarea; }
|
|
37
37
|
});
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-
|
|
1
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-SJHP5MPU.mjs';
|
|
2
|
+
import '../chunk-QVUX6LLD.mjs';
|
|
2
3
|
import '../chunk-MRVMXKZO.mjs';
|
|
3
4
|
import '../chunk-DDOX4EEM.mjs';
|
|
4
|
-
import '../chunk-QVUX6LLD.mjs';
|
|
5
|
-
import '../chunk-IQ6J7YTQ.mjs';
|
|
6
5
|
import '../chunk-QYRRQ65X.mjs';
|
|
7
6
|
import '../chunk-44KW6PTD.mjs';
|
|
7
|
+
import '../chunk-IQ6J7YTQ.mjs';
|
|
8
8
|
import '../chunk-M4IVLZIH.mjs';
|
|
9
9
|
import '../chunk-Q5KEB4UK.mjs';
|
|
10
10
|
import '../chunk-KTNZSZ5Y.mjs';
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
require('../chunk-KJ42IGH6.js');
|
|
4
4
|
var chunkQEY7BWIR_js = require('../chunk-QEY7BWIR.js');
|
|
5
|
-
var
|
|
5
|
+
var chunk25CV2OGJ_js = require('../chunk-25CV2OGJ.js');
|
|
6
|
+
require('../chunk-MZ4POL3U.js');
|
|
6
7
|
require('../chunk-IXHMIR5P.js');
|
|
7
8
|
require('../chunk-5OUTEHVX.js');
|
|
8
|
-
require('../chunk-MZ4POL3U.js');
|
|
9
|
-
require('../chunk-QA7H2Z3Z.js');
|
|
10
9
|
require('../chunk-SKO72K64.js');
|
|
11
10
|
var chunkUFHMEEGL_js = require('../chunk-UFHMEEGL.js');
|
|
11
|
+
require('../chunk-QA7H2Z3Z.js');
|
|
12
12
|
require('../chunk-XWS4SIB5.js');
|
|
13
13
|
require('../chunk-EOFYA6CS.js');
|
|
14
14
|
require('../chunk-XXWQ4RVP.js');
|
|
@@ -23,23 +23,23 @@ Object.defineProperty(exports, "CursorProvider", {
|
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "CursorButton", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunk25CV2OGJ_js.CursorButton; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "CursorInputRoot", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunk25CV2OGJ_js.CursorInputRoot; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunk25CV2OGJ_js.CursorSelectTrigger; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "CursorTabs", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunk25CV2OGJ_js.CursorTabs; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "CursorTextarea", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunk25CV2OGJ_js.CursorTextarea; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "withCursor", {
|
|
45
45
|
enumerable: true,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import '../chunk-VGCVIHBR.mjs';
|
|
2
2
|
export { CursorProvider } from '../chunk-OOI3SJDU.mjs';
|
|
3
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-
|
|
3
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-SJHP5MPU.mjs';
|
|
4
|
+
import '../chunk-QVUX6LLD.mjs';
|
|
4
5
|
import '../chunk-MRVMXKZO.mjs';
|
|
5
6
|
import '../chunk-DDOX4EEM.mjs';
|
|
6
|
-
import '../chunk-QVUX6LLD.mjs';
|
|
7
|
-
import '../chunk-IQ6J7YTQ.mjs';
|
|
8
7
|
import '../chunk-QYRRQ65X.mjs';
|
|
9
8
|
export { withCursor } from '../chunk-44KW6PTD.mjs';
|
|
9
|
+
import '../chunk-IQ6J7YTQ.mjs';
|
|
10
10
|
import '../chunk-M4IVLZIH.mjs';
|
|
11
11
|
import '../chunk-Q5KEB4UK.mjs';
|
|
12
12
|
import '../chunk-KTNZSZ5Y.mjs';
|
package/dist/index.js
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-N7CINZS2.js');
|
|
4
|
-
var chunk2YCL2ET2_js = require('./chunk-2YCL2ET2.js');
|
|
5
4
|
var chunkM4TZHOUK_js = require('./chunk-M4TZHOUK.js');
|
|
6
|
-
var chunkH5P4IX7R_js = require('./chunk-H5P4IX7R.js');
|
|
7
5
|
var chunkPVRQNCSJ_js = require('./chunk-PVRQNCSJ.js');
|
|
8
6
|
var chunkAOUGWGQR_js = require('./chunk-AOUGWGQR.js');
|
|
9
|
-
var chunkU2ZLDPOE_js = require('./chunk-U2ZLDPOE.js');
|
|
10
|
-
var chunkWJ7T7FAH_js = require('./chunk-WJ7T7FAH.js');
|
|
11
7
|
var chunkQJR6MCTR_js = require('./chunk-QJR6MCTR.js');
|
|
12
8
|
var chunkYXDJPCAF_js = require('./chunk-YXDJPCAF.js');
|
|
13
9
|
var chunkU7SNLMJR_js = require('./chunk-U7SNLMJR.js');
|
|
14
|
-
var
|
|
15
|
-
var
|
|
10
|
+
var chunkU2ZLDPOE_js = require('./chunk-U2ZLDPOE.js');
|
|
11
|
+
var chunkWJ7T7FAH_js = require('./chunk-WJ7T7FAH.js');
|
|
12
|
+
var chunk2YCL2ET2_js = require('./chunk-2YCL2ET2.js');
|
|
16
13
|
var chunkIGBWUFZL_js = require('./chunk-IGBWUFZL.js');
|
|
17
14
|
var chunkVAXIFFOT_js = require('./chunk-VAXIFFOT.js');
|
|
18
15
|
var chunk5SR53QBZ_js = require('./chunk-5SR53QBZ.js');
|
|
19
16
|
var chunkPIR7EZC6_js = require('./chunk-PIR7EZC6.js');
|
|
20
|
-
var
|
|
21
|
-
var chunkX55EAYE2_js = require('./chunk-X55EAYE2.js');
|
|
17
|
+
var chunkH5P4IX7R_js = require('./chunk-H5P4IX7R.js');
|
|
22
18
|
var chunk5TVG5JK5_js = require('./chunk-5TVG5JK5.js');
|
|
23
19
|
var chunk2JCULHBM_js = require('./chunk-2JCULHBM.js');
|
|
24
20
|
var chunkFP26SRGL_js = require('./chunk-FP26SRGL.js');
|
|
25
21
|
var chunkFORVP7XH_js = require('./chunk-FORVP7XH.js');
|
|
22
|
+
var chunkY5I2GI4V_js = require('./chunk-Y5I2GI4V.js');
|
|
23
|
+
var chunkE33MW663_js = require('./chunk-E33MW663.js');
|
|
26
24
|
var chunk6N5422RT_js = require('./chunk-6N5422RT.js');
|
|
25
|
+
var chunkEFIRD3FN_js = require('./chunk-EFIRD3FN.js');
|
|
26
|
+
var chunkX55EAYE2_js = require('./chunk-X55EAYE2.js');
|
|
27
27
|
require('./chunk-KJ42IGH6.js');
|
|
28
28
|
var chunkQEY7BWIR_js = require('./chunk-QEY7BWIR.js');
|
|
29
|
-
var
|
|
29
|
+
var chunk25CV2OGJ_js = require('./chunk-25CV2OGJ.js');
|
|
30
|
+
var chunkMZ4POL3U_js = require('./chunk-MZ4POL3U.js');
|
|
30
31
|
var chunkIXHMIR5P_js = require('./chunk-IXHMIR5P.js');
|
|
31
32
|
var chunk5OUTEHVX_js = require('./chunk-5OUTEHVX.js');
|
|
32
|
-
var chunkMZ4POL3U_js = require('./chunk-MZ4POL3U.js');
|
|
33
|
-
var chunkQA7H2Z3Z_js = require('./chunk-QA7H2Z3Z.js');
|
|
34
33
|
var chunkSKO72K64_js = require('./chunk-SKO72K64.js');
|
|
35
34
|
var chunkUFHMEEGL_js = require('./chunk-UFHMEEGL.js');
|
|
35
|
+
var chunkQA7H2Z3Z_js = require('./chunk-QA7H2Z3Z.js');
|
|
36
36
|
require('./chunk-XWS4SIB5.js');
|
|
37
37
|
var chunkEOFYA6CS_js = require('./chunk-EOFYA6CS.js');
|
|
38
38
|
var chunkXXWQ4RVP_js = require('./chunk-XXWQ4RVP.js');
|
|
@@ -41,18 +41,10 @@ var chunkOTPUWWEB_js = require('./chunk-OTPUWWEB.js');
|
|
|
41
41
|
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
Object.defineProperty(exports, "TreeView", {
|
|
45
|
-
enumerable: true,
|
|
46
|
-
get: function () { return chunk2YCL2ET2_js.TreeView; }
|
|
47
|
-
});
|
|
48
44
|
Object.defineProperty(exports, "VersionBadge", {
|
|
49
45
|
enumerable: true,
|
|
50
46
|
get: function () { return chunkM4TZHOUK_js.VersionBadge; }
|
|
51
47
|
});
|
|
52
|
-
Object.defineProperty(exports, "Switch", {
|
|
53
|
-
enumerable: true,
|
|
54
|
-
get: function () { return chunkH5P4IX7R_js.Switch; }
|
|
55
|
-
});
|
|
56
48
|
Object.defineProperty(exports, "ThemeProvider", {
|
|
57
49
|
enumerable: true,
|
|
58
50
|
get: function () { return chunkPVRQNCSJ_js.ThemeProvider; }
|
|
@@ -65,26 +57,6 @@ Object.defineProperty(exports, "Timeline", {
|
|
|
65
57
|
enumerable: true,
|
|
66
58
|
get: function () { return chunkAOUGWGQR_js.Timeline; }
|
|
67
59
|
});
|
|
68
|
-
Object.defineProperty(exports, "TreeViewV2", {
|
|
69
|
-
enumerable: true,
|
|
70
|
-
get: function () { return chunkU2ZLDPOE_js.TreeView; }
|
|
71
|
-
});
|
|
72
|
-
Object.defineProperty(exports, "Tooltip", {
|
|
73
|
-
enumerable: true,
|
|
74
|
-
get: function () { return chunkWJ7T7FAH_js.Tooltip; }
|
|
75
|
-
});
|
|
76
|
-
Object.defineProperty(exports, "TooltipContent", {
|
|
77
|
-
enumerable: true,
|
|
78
|
-
get: function () { return chunkWJ7T7FAH_js.TooltipContent; }
|
|
79
|
-
});
|
|
80
|
-
Object.defineProperty(exports, "TooltipProvider", {
|
|
81
|
-
enumerable: true,
|
|
82
|
-
get: function () { return chunkWJ7T7FAH_js.TooltipProvider; }
|
|
83
|
-
});
|
|
84
|
-
Object.defineProperty(exports, "TooltipTrigger", {
|
|
85
|
-
enumerable: true,
|
|
86
|
-
get: function () { return chunkWJ7T7FAH_js.TooltipTrigger; }
|
|
87
|
-
});
|
|
88
60
|
Object.defineProperty(exports, "Toaster", {
|
|
89
61
|
enumerable: true,
|
|
90
62
|
get: function () { return chunkQJR6MCTR_js.Toaster; }
|
|
@@ -109,49 +81,29 @@ Object.defineProperty(exports, "toggleVariants", {
|
|
|
109
81
|
enumerable: true,
|
|
110
82
|
get: function () { return chunkU7SNLMJR_js.toggleVariants; }
|
|
111
83
|
});
|
|
112
|
-
Object.defineProperty(exports, "
|
|
113
|
-
enumerable: true,
|
|
114
|
-
get: function () { return chunkY5I2GI4V_js.Layout; }
|
|
115
|
-
});
|
|
116
|
-
Object.defineProperty(exports, "Modal", {
|
|
117
|
-
enumerable: true,
|
|
118
|
-
get: function () { return chunkE33MW663_js.Modal; }
|
|
119
|
-
});
|
|
120
|
-
Object.defineProperty(exports, "ModalClose", {
|
|
121
|
-
enumerable: true,
|
|
122
|
-
get: function () { return chunkE33MW663_js.ModalClose; }
|
|
123
|
-
});
|
|
124
|
-
Object.defineProperty(exports, "ModalContent", {
|
|
125
|
-
enumerable: true,
|
|
126
|
-
get: function () { return chunkE33MW663_js.ModalContent; }
|
|
127
|
-
});
|
|
128
|
-
Object.defineProperty(exports, "ModalDescription", {
|
|
129
|
-
enumerable: true,
|
|
130
|
-
get: function () { return chunkE33MW663_js.ModalDescription; }
|
|
131
|
-
});
|
|
132
|
-
Object.defineProperty(exports, "ModalFooter", {
|
|
84
|
+
Object.defineProperty(exports, "TreeViewV2", {
|
|
133
85
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkU2ZLDPOE_js.TreeView; }
|
|
135
87
|
});
|
|
136
|
-
Object.defineProperty(exports, "
|
|
88
|
+
Object.defineProperty(exports, "Tooltip", {
|
|
137
89
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkWJ7T7FAH_js.Tooltip; }
|
|
139
91
|
});
|
|
140
|
-
Object.defineProperty(exports, "
|
|
92
|
+
Object.defineProperty(exports, "TooltipContent", {
|
|
141
93
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkWJ7T7FAH_js.TooltipContent; }
|
|
143
95
|
});
|
|
144
|
-
Object.defineProperty(exports, "
|
|
96
|
+
Object.defineProperty(exports, "TooltipProvider", {
|
|
145
97
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkWJ7T7FAH_js.TooltipProvider; }
|
|
147
99
|
});
|
|
148
|
-
Object.defineProperty(exports, "
|
|
100
|
+
Object.defineProperty(exports, "TooltipTrigger", {
|
|
149
101
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkWJ7T7FAH_js.TooltipTrigger; }
|
|
151
103
|
});
|
|
152
|
-
Object.defineProperty(exports, "
|
|
104
|
+
Object.defineProperty(exports, "TreeView", {
|
|
153
105
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunk2YCL2ET2_js.TreeView; }
|
|
155
107
|
});
|
|
156
108
|
Object.defineProperty(exports, "Popover", {
|
|
157
109
|
enumerable: true,
|
|
@@ -213,41 +165,9 @@ Object.defineProperty(exports, "Slider", {
|
|
|
213
165
|
enumerable: true,
|
|
214
166
|
get: function () { return chunkPIR7EZC6_js.Slider; }
|
|
215
167
|
});
|
|
216
|
-
Object.defineProperty(exports, "
|
|
217
|
-
enumerable: true,
|
|
218
|
-
get: function () { return chunkEFIRD3FN_js.Badge; }
|
|
219
|
-
});
|
|
220
|
-
Object.defineProperty(exports, "badgeVariants", {
|
|
221
|
-
enumerable: true,
|
|
222
|
-
get: function () { return chunkEFIRD3FN_js.badgeVariants; }
|
|
223
|
-
});
|
|
224
|
-
Object.defineProperty(exports, "Card", {
|
|
225
|
-
enumerable: true,
|
|
226
|
-
get: function () { return chunkX55EAYE2_js.Card; }
|
|
227
|
-
});
|
|
228
|
-
Object.defineProperty(exports, "CardAction", {
|
|
229
|
-
enumerable: true,
|
|
230
|
-
get: function () { return chunkX55EAYE2_js.CardAction; }
|
|
231
|
-
});
|
|
232
|
-
Object.defineProperty(exports, "CardContent", {
|
|
233
|
-
enumerable: true,
|
|
234
|
-
get: function () { return chunkX55EAYE2_js.CardContent; }
|
|
235
|
-
});
|
|
236
|
-
Object.defineProperty(exports, "CardDescription", {
|
|
237
|
-
enumerable: true,
|
|
238
|
-
get: function () { return chunkX55EAYE2_js.CardDescription; }
|
|
239
|
-
});
|
|
240
|
-
Object.defineProperty(exports, "CardFooter", {
|
|
241
|
-
enumerable: true,
|
|
242
|
-
get: function () { return chunkX55EAYE2_js.CardFooter; }
|
|
243
|
-
});
|
|
244
|
-
Object.defineProperty(exports, "CardHeader", {
|
|
245
|
-
enumerable: true,
|
|
246
|
-
get: function () { return chunkX55EAYE2_js.CardHeader; }
|
|
247
|
-
});
|
|
248
|
-
Object.defineProperty(exports, "CardTitle", {
|
|
168
|
+
Object.defineProperty(exports, "Switch", {
|
|
249
169
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunkH5P4IX7R_js.Switch; }
|
|
251
171
|
});
|
|
252
172
|
Object.defineProperty(exports, "Checkbox", {
|
|
253
173
|
enumerable: true,
|
|
@@ -329,6 +249,50 @@ Object.defineProperty(exports, "InputNumbers", {
|
|
|
329
249
|
enumerable: true,
|
|
330
250
|
get: function () { return chunkFORVP7XH_js.InputNumbers; }
|
|
331
251
|
});
|
|
252
|
+
Object.defineProperty(exports, "Layout", {
|
|
253
|
+
enumerable: true,
|
|
254
|
+
get: function () { return chunkY5I2GI4V_js.Layout; }
|
|
255
|
+
});
|
|
256
|
+
Object.defineProperty(exports, "Modal", {
|
|
257
|
+
enumerable: true,
|
|
258
|
+
get: function () { return chunkE33MW663_js.Modal; }
|
|
259
|
+
});
|
|
260
|
+
Object.defineProperty(exports, "ModalClose", {
|
|
261
|
+
enumerable: true,
|
|
262
|
+
get: function () { return chunkE33MW663_js.ModalClose; }
|
|
263
|
+
});
|
|
264
|
+
Object.defineProperty(exports, "ModalContent", {
|
|
265
|
+
enumerable: true,
|
|
266
|
+
get: function () { return chunkE33MW663_js.ModalContent; }
|
|
267
|
+
});
|
|
268
|
+
Object.defineProperty(exports, "ModalDescription", {
|
|
269
|
+
enumerable: true,
|
|
270
|
+
get: function () { return chunkE33MW663_js.ModalDescription; }
|
|
271
|
+
});
|
|
272
|
+
Object.defineProperty(exports, "ModalFooter", {
|
|
273
|
+
enumerable: true,
|
|
274
|
+
get: function () { return chunkE33MW663_js.ModalFooter; }
|
|
275
|
+
});
|
|
276
|
+
Object.defineProperty(exports, "ModalHeader", {
|
|
277
|
+
enumerable: true,
|
|
278
|
+
get: function () { return chunkE33MW663_js.ModalHeader; }
|
|
279
|
+
});
|
|
280
|
+
Object.defineProperty(exports, "ModalOverlay", {
|
|
281
|
+
enumerable: true,
|
|
282
|
+
get: function () { return chunkE33MW663_js.ModalOverlay; }
|
|
283
|
+
});
|
|
284
|
+
Object.defineProperty(exports, "ModalPortal", {
|
|
285
|
+
enumerable: true,
|
|
286
|
+
get: function () { return chunkE33MW663_js.ModalPortal; }
|
|
287
|
+
});
|
|
288
|
+
Object.defineProperty(exports, "ModalTitle", {
|
|
289
|
+
enumerable: true,
|
|
290
|
+
get: function () { return chunkE33MW663_js.ModalTitle; }
|
|
291
|
+
});
|
|
292
|
+
Object.defineProperty(exports, "ModalTrigger", {
|
|
293
|
+
enumerable: true,
|
|
294
|
+
get: function () { return chunkE33MW663_js.ModalTrigger; }
|
|
295
|
+
});
|
|
332
296
|
Object.defineProperty(exports, "Avatar", {
|
|
333
297
|
enumerable: true,
|
|
334
298
|
get: function () { return chunk6N5422RT_js.Avatar; }
|
|
@@ -345,49 +309,65 @@ Object.defineProperty(exports, "AvatarImage", {
|
|
|
345
309
|
enumerable: true,
|
|
346
310
|
get: function () { return chunk6N5422RT_js.AvatarImage; }
|
|
347
311
|
});
|
|
348
|
-
Object.defineProperty(exports, "
|
|
312
|
+
Object.defineProperty(exports, "Badge", {
|
|
349
313
|
enumerable: true,
|
|
350
|
-
get: function () { return
|
|
314
|
+
get: function () { return chunkEFIRD3FN_js.Badge; }
|
|
351
315
|
});
|
|
352
|
-
Object.defineProperty(exports, "
|
|
316
|
+
Object.defineProperty(exports, "badgeVariants", {
|
|
353
317
|
enumerable: true,
|
|
354
|
-
get: function () { return
|
|
318
|
+
get: function () { return chunkEFIRD3FN_js.badgeVariants; }
|
|
355
319
|
});
|
|
356
|
-
Object.defineProperty(exports, "
|
|
320
|
+
Object.defineProperty(exports, "Card", {
|
|
357
321
|
enumerable: true,
|
|
358
|
-
get: function () { return
|
|
322
|
+
get: function () { return chunkX55EAYE2_js.Card; }
|
|
359
323
|
});
|
|
360
|
-
Object.defineProperty(exports, "
|
|
324
|
+
Object.defineProperty(exports, "CardAction", {
|
|
361
325
|
enumerable: true,
|
|
362
|
-
get: function () { return
|
|
326
|
+
get: function () { return chunkX55EAYE2_js.CardAction; }
|
|
363
327
|
});
|
|
364
|
-
Object.defineProperty(exports, "
|
|
328
|
+
Object.defineProperty(exports, "CardContent", {
|
|
365
329
|
enumerable: true,
|
|
366
|
-
get: function () { return
|
|
330
|
+
get: function () { return chunkX55EAYE2_js.CardContent; }
|
|
367
331
|
});
|
|
368
|
-
Object.defineProperty(exports, "
|
|
332
|
+
Object.defineProperty(exports, "CardDescription", {
|
|
369
333
|
enumerable: true,
|
|
370
|
-
get: function () { return
|
|
334
|
+
get: function () { return chunkX55EAYE2_js.CardDescription; }
|
|
371
335
|
});
|
|
372
|
-
Object.defineProperty(exports, "
|
|
336
|
+
Object.defineProperty(exports, "CardFooter", {
|
|
373
337
|
enumerable: true,
|
|
374
|
-
get: function () { return
|
|
338
|
+
get: function () { return chunkX55EAYE2_js.CardFooter; }
|
|
375
339
|
});
|
|
376
|
-
Object.defineProperty(exports, "
|
|
340
|
+
Object.defineProperty(exports, "CardHeader", {
|
|
377
341
|
enumerable: true,
|
|
378
|
-
get: function () { return
|
|
342
|
+
get: function () { return chunkX55EAYE2_js.CardHeader; }
|
|
379
343
|
});
|
|
380
|
-
Object.defineProperty(exports, "
|
|
344
|
+
Object.defineProperty(exports, "CardTitle", {
|
|
381
345
|
enumerable: true,
|
|
382
|
-
get: function () { return
|
|
346
|
+
get: function () { return chunkX55EAYE2_js.CardTitle; }
|
|
383
347
|
});
|
|
384
|
-
Object.defineProperty(exports, "
|
|
348
|
+
Object.defineProperty(exports, "CursorProvider", {
|
|
385
349
|
enumerable: true,
|
|
386
|
-
get: function () { return
|
|
350
|
+
get: function () { return chunkQEY7BWIR_js.CursorProvider; }
|
|
387
351
|
});
|
|
388
|
-
Object.defineProperty(exports, "
|
|
352
|
+
Object.defineProperty(exports, "CursorButton", {
|
|
389
353
|
enumerable: true,
|
|
390
|
-
get: function () { return
|
|
354
|
+
get: function () { return chunk25CV2OGJ_js.CursorButton; }
|
|
355
|
+
});
|
|
356
|
+
Object.defineProperty(exports, "CursorInputRoot", {
|
|
357
|
+
enumerable: true,
|
|
358
|
+
get: function () { return chunk25CV2OGJ_js.CursorInputRoot; }
|
|
359
|
+
});
|
|
360
|
+
Object.defineProperty(exports, "CursorSelectTrigger", {
|
|
361
|
+
enumerable: true,
|
|
362
|
+
get: function () { return chunk25CV2OGJ_js.CursorSelectTrigger; }
|
|
363
|
+
});
|
|
364
|
+
Object.defineProperty(exports, "CursorTabs", {
|
|
365
|
+
enumerable: true,
|
|
366
|
+
get: function () { return chunk25CV2OGJ_js.CursorTabs; }
|
|
367
|
+
});
|
|
368
|
+
Object.defineProperty(exports, "CursorTextarea", {
|
|
369
|
+
enumerable: true,
|
|
370
|
+
get: function () { return chunk25CV2OGJ_js.CursorTextarea; }
|
|
391
371
|
});
|
|
392
372
|
Object.defineProperty(exports, "Select", {
|
|
393
373
|
enumerable: true,
|
|
@@ -429,9 +409,25 @@ Object.defineProperty(exports, "SelectValue", {
|
|
|
429
409
|
enumerable: true,
|
|
430
410
|
get: function () { return chunkMZ4POL3U_js.SelectValue; }
|
|
431
411
|
});
|
|
432
|
-
Object.defineProperty(exports, "
|
|
412
|
+
Object.defineProperty(exports, "Tabs", {
|
|
433
413
|
enumerable: true,
|
|
434
|
-
get: function () { return
|
|
414
|
+
get: function () { return chunkIXHMIR5P_js.Tabs; }
|
|
415
|
+
});
|
|
416
|
+
Object.defineProperty(exports, "TabsContent", {
|
|
417
|
+
enumerable: true,
|
|
418
|
+
get: function () { return chunkIXHMIR5P_js.TabsContent; }
|
|
419
|
+
});
|
|
420
|
+
Object.defineProperty(exports, "TabsList", {
|
|
421
|
+
enumerable: true,
|
|
422
|
+
get: function () { return chunkIXHMIR5P_js.TabsList; }
|
|
423
|
+
});
|
|
424
|
+
Object.defineProperty(exports, "TabsTrigger", {
|
|
425
|
+
enumerable: true,
|
|
426
|
+
get: function () { return chunkIXHMIR5P_js.TabsTrigger; }
|
|
427
|
+
});
|
|
428
|
+
Object.defineProperty(exports, "Textarea", {
|
|
429
|
+
enumerable: true,
|
|
430
|
+
get: function () { return chunk5OUTEHVX_js.Textarea; }
|
|
435
431
|
});
|
|
436
432
|
Object.defineProperty(exports, "InputRoot", {
|
|
437
433
|
enumerable: true,
|
|
@@ -445,6 +441,10 @@ Object.defineProperty(exports, "withCursor", {
|
|
|
445
441
|
enumerable: true,
|
|
446
442
|
get: function () { return chunkUFHMEEGL_js.withCursor; }
|
|
447
443
|
});
|
|
444
|
+
Object.defineProperty(exports, "Button", {
|
|
445
|
+
enumerable: true,
|
|
446
|
+
get: function () { return chunkQA7H2Z3Z_js.Button; }
|
|
447
|
+
});
|
|
448
448
|
Object.defineProperty(exports, "useLocalStorage", {
|
|
449
449
|
enumerable: true,
|
|
450
450
|
get: function () { return chunkEOFYA6CS_js.useLocalStorage; }
|
package/dist/index.mjs
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import './chunk-F56ZKT7B.mjs';
|
|
2
|
-
export { TreeView } from './chunk-UKFVRXAR.mjs';
|
|
3
2
|
export { VersionBadge } from './chunk-T3WBC5YK.mjs';
|
|
4
|
-
export { Switch } from './chunk-JAMJUXBY.mjs';
|
|
5
3
|
export { ThemeProvider, useTheme } from './chunk-LEPXSM36.mjs';
|
|
6
4
|
export { Timeline } from './chunk-ZVG2UKKC.mjs';
|
|
7
|
-
export { TreeView as TreeViewV2 } from './chunk-EYIFKSU2.mjs';
|
|
8
|
-
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-JMPVDU2C.mjs';
|
|
9
5
|
export { Toaster, toast } from './chunk-EAZQH4IX.mjs';
|
|
10
6
|
export { ToggleGroup, ToggleGroupItem } from './chunk-2TRYGIGT.mjs';
|
|
11
7
|
export { Toggle, toggleVariants } from './chunk-WDUTW7HS.mjs';
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
8
|
+
export { TreeView as TreeViewV2 } from './chunk-EYIFKSU2.mjs';
|
|
9
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-JMPVDU2C.mjs';
|
|
10
|
+
export { TreeView } from './chunk-UKFVRXAR.mjs';
|
|
14
11
|
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './chunk-BOPZFNFS.mjs';
|
|
15
12
|
export { RadioGroup, RadioGroupItem } from './chunk-5ZZC23M7.mjs';
|
|
16
13
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-DZ4J7I7I.mjs';
|
|
17
14
|
export { Slider } from './chunk-T3VSSE2L.mjs';
|
|
18
|
-
export {
|
|
19
|
-
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-B2E7AY66.mjs';
|
|
15
|
+
export { Switch } from './chunk-JAMJUXBY.mjs';
|
|
20
16
|
export { Checkbox } from './chunk-G6PRZVSE.mjs';
|
|
21
17
|
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-FRT225GK.mjs';
|
|
22
18
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-EUY74AXP.mjs';
|
|
23
19
|
export { InputNumbers } from './chunk-G5KMD72J.mjs';
|
|
20
|
+
export { Layout } from './chunk-LLXRJYQB.mjs';
|
|
21
|
+
export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from './chunk-TMBKCIVQ.mjs';
|
|
24
22
|
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from './chunk-F776EMXP.mjs';
|
|
23
|
+
export { Badge, badgeVariants } from './chunk-WO3WHXDP.mjs';
|
|
24
|
+
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './chunk-B2E7AY66.mjs';
|
|
25
25
|
import './chunk-VGCVIHBR.mjs';
|
|
26
26
|
export { CursorProvider } from './chunk-OOI3SJDU.mjs';
|
|
27
|
-
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-
|
|
27
|
+
export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from './chunk-SJHP5MPU.mjs';
|
|
28
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './chunk-QVUX6LLD.mjs';
|
|
28
29
|
export { Tabs, TabsContent, TabsList, TabsTrigger } from './chunk-MRVMXKZO.mjs';
|
|
29
30
|
export { Textarea } from './chunk-DDOX4EEM.mjs';
|
|
30
|
-
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from './chunk-QVUX6LLD.mjs';
|
|
31
|
-
export { Button } from './chunk-IQ6J7YTQ.mjs';
|
|
32
31
|
export { InputRoot, InputSlot } from './chunk-QYRRQ65X.mjs';
|
|
33
32
|
export { withCursor } from './chunk-44KW6PTD.mjs';
|
|
33
|
+
export { Button } from './chunk-IQ6J7YTQ.mjs';
|
|
34
34
|
import './chunk-M4IVLZIH.mjs';
|
|
35
35
|
export { useLocalStorage } from './chunk-Q5KEB4UK.mjs';
|
|
36
36
|
export { cn } from './chunk-KTNZSZ5Y.mjs';
|