@pos-360/horizon 0.2.0 → 0.2.1
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-24KNWDO5.js → chunk-BWR6DSQJ.js} +329 -50
- package/dist/chunk-BWR6DSQJ.js.map +1 -0
- package/dist/{chunk-RMVND66S.mjs → chunk-BYICEALC.mjs} +267 -29
- package/dist/chunk-BYICEALC.mjs.map +1 -0
- package/dist/{chunk-VMM4FQ6A.js → chunk-FOXFMLET.js} +277 -28
- package/dist/chunk-FOXFMLET.js.map +1 -0
- package/dist/{chunk-FEMSTEHE.mjs → chunk-TQPMV72P.mjs} +307 -51
- package/dist/chunk-TQPMV72P.mjs.map +1 -0
- package/dist/enhanced.d.mts +10 -3
- package/dist/enhanced.d.ts +10 -3
- package/dist/enhanced.js +30 -6
- package/dist/enhanced.mjs +1 -1
- package/dist/index.d.mts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +146 -82
- package/dist/index.mjs +2 -2
- package/dist/primitives.d.mts +62 -10
- package/dist/primitives.d.ts +62 -10
- package/dist/primitives.js +116 -76
- package/dist/primitives.mjs +1 -1
- package/package.json +15 -11
- package/tailwind.config.js +1 -0
- package/dist/chunk-24KNWDO5.js.map +0 -1
- package/dist/chunk-FEMSTEHE.mjs.map +0 -1
- package/dist/chunk-RMVND66S.mjs.map +0 -1
- package/dist/chunk-VMM4FQ6A.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkFOXFMLET_js = require('./chunk-FOXFMLET.js');
|
|
4
|
+
var chunkBWR6DSQJ_js = require('./chunk-BWR6DSQJ.js');
|
|
5
5
|
var chunkTMZLQK74_js = require('./chunk-TMZLQK74.js');
|
|
6
6
|
var chunkR5HAFV6M_js = require('./chunk-R5HAFV6M.js');
|
|
7
7
|
require('./chunk-AA25LTS4.js');
|
|
@@ -10,323 +10,387 @@ require('./chunk-AA25LTS4.js');
|
|
|
10
10
|
|
|
11
11
|
Object.defineProperty(exports, "Badge", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkFOXFMLET_js.Badge; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "Button", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkFOXFMLET_js.Button; }
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports, "Caption", {
|
|
20
|
+
enumerable: true,
|
|
21
|
+
get: function () { return chunkFOXFMLET_js.Caption; }
|
|
18
22
|
});
|
|
19
23
|
Object.defineProperty(exports, "Card", {
|
|
20
24
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkFOXFMLET_js.Card; }
|
|
22
26
|
});
|
|
23
27
|
Object.defineProperty(exports, "CardContent", {
|
|
24
28
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkFOXFMLET_js.CardContent; }
|
|
26
30
|
});
|
|
27
31
|
Object.defineProperty(exports, "CardDescription", {
|
|
28
32
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkFOXFMLET_js.CardDescription; }
|
|
30
34
|
});
|
|
31
35
|
Object.defineProperty(exports, "CardFooter", {
|
|
32
36
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkFOXFMLET_js.CardFooter; }
|
|
34
38
|
});
|
|
35
39
|
Object.defineProperty(exports, "CardHeader", {
|
|
36
40
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkFOXFMLET_js.CardHeader; }
|
|
38
42
|
});
|
|
39
43
|
Object.defineProperty(exports, "CardTitle", {
|
|
40
44
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkFOXFMLET_js.CardTitle; }
|
|
42
46
|
});
|
|
43
47
|
Object.defineProperty(exports, "Checkbox", {
|
|
44
48
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkFOXFMLET_js.Checkbox; }
|
|
50
|
+
});
|
|
51
|
+
Object.defineProperty(exports, "Code", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function () { return chunkFOXFMLET_js.Code; }
|
|
46
54
|
});
|
|
47
55
|
Object.defineProperty(exports, "Dialog", {
|
|
48
56
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkFOXFMLET_js.Dialog; }
|
|
50
58
|
});
|
|
51
59
|
Object.defineProperty(exports, "DialogClose", {
|
|
52
60
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkFOXFMLET_js.DialogClose; }
|
|
54
62
|
});
|
|
55
63
|
Object.defineProperty(exports, "DialogContent", {
|
|
56
64
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkFOXFMLET_js.DialogContent; }
|
|
58
66
|
});
|
|
59
67
|
Object.defineProperty(exports, "DialogDescription", {
|
|
60
68
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkFOXFMLET_js.DialogDescription; }
|
|
62
70
|
});
|
|
63
71
|
Object.defineProperty(exports, "DialogFooter", {
|
|
64
72
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkFOXFMLET_js.DialogFooter; }
|
|
66
74
|
});
|
|
67
75
|
Object.defineProperty(exports, "DialogHeader", {
|
|
68
76
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkFOXFMLET_js.DialogHeader; }
|
|
70
78
|
});
|
|
71
79
|
Object.defineProperty(exports, "DialogOverlay", {
|
|
72
80
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkFOXFMLET_js.DialogOverlay; }
|
|
74
82
|
});
|
|
75
83
|
Object.defineProperty(exports, "DialogPortal", {
|
|
76
84
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkFOXFMLET_js.DialogPortal; }
|
|
78
86
|
});
|
|
79
87
|
Object.defineProperty(exports, "DialogTitle", {
|
|
80
88
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkFOXFMLET_js.DialogTitle; }
|
|
82
90
|
});
|
|
83
91
|
Object.defineProperty(exports, "DialogTrigger", {
|
|
84
92
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkFOXFMLET_js.DialogTrigger; }
|
|
86
94
|
});
|
|
87
95
|
Object.defineProperty(exports, "DropdownMenu", {
|
|
88
96
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenu; }
|
|
90
98
|
});
|
|
91
99
|
Object.defineProperty(exports, "DropdownMenuCheckboxItem", {
|
|
92
100
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuCheckboxItem; }
|
|
94
102
|
});
|
|
95
103
|
Object.defineProperty(exports, "DropdownMenuContent", {
|
|
96
104
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuContent; }
|
|
98
106
|
});
|
|
99
107
|
Object.defineProperty(exports, "DropdownMenuGroup", {
|
|
100
108
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuGroup; }
|
|
102
110
|
});
|
|
103
111
|
Object.defineProperty(exports, "DropdownMenuItem", {
|
|
104
112
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuItem; }
|
|
106
114
|
});
|
|
107
115
|
Object.defineProperty(exports, "DropdownMenuLabel", {
|
|
108
116
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuLabel; }
|
|
110
118
|
});
|
|
111
119
|
Object.defineProperty(exports, "DropdownMenuPortal", {
|
|
112
120
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuPortal; }
|
|
114
122
|
});
|
|
115
123
|
Object.defineProperty(exports, "DropdownMenuRadioGroup", {
|
|
116
124
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuRadioGroup; }
|
|
118
126
|
});
|
|
119
127
|
Object.defineProperty(exports, "DropdownMenuRadioItem", {
|
|
120
128
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuRadioItem; }
|
|
122
130
|
});
|
|
123
131
|
Object.defineProperty(exports, "DropdownMenuSeparator", {
|
|
124
132
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuSeparator; }
|
|
126
134
|
});
|
|
127
135
|
Object.defineProperty(exports, "DropdownMenuShortcut", {
|
|
128
136
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuShortcut; }
|
|
130
138
|
});
|
|
131
139
|
Object.defineProperty(exports, "DropdownMenuSub", {
|
|
132
140
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuSub; }
|
|
134
142
|
});
|
|
135
143
|
Object.defineProperty(exports, "DropdownMenuSubContent", {
|
|
136
144
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuSubContent; }
|
|
138
146
|
});
|
|
139
147
|
Object.defineProperty(exports, "DropdownMenuSubTrigger", {
|
|
140
148
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuSubTrigger; }
|
|
142
150
|
});
|
|
143
151
|
Object.defineProperty(exports, "DropdownMenuTrigger", {
|
|
144
152
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuTrigger; }
|
|
154
|
+
});
|
|
155
|
+
Object.defineProperty(exports, "Heading", {
|
|
156
|
+
enumerable: true,
|
|
157
|
+
get: function () { return chunkFOXFMLET_js.Heading; }
|
|
158
|
+
});
|
|
159
|
+
Object.defineProperty(exports, "Label", {
|
|
160
|
+
enumerable: true,
|
|
161
|
+
get: function () { return chunkFOXFMLET_js.Label; }
|
|
146
162
|
});
|
|
147
163
|
Object.defineProperty(exports, "Popover", {
|
|
148
164
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkFOXFMLET_js.Popover; }
|
|
150
166
|
});
|
|
151
167
|
Object.defineProperty(exports, "PopoverAnchor", {
|
|
152
168
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkFOXFMLET_js.PopoverAnchor; }
|
|
154
170
|
});
|
|
155
171
|
Object.defineProperty(exports, "PopoverContent", {
|
|
156
172
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkFOXFMLET_js.PopoverContent; }
|
|
158
174
|
});
|
|
159
175
|
Object.defineProperty(exports, "PopoverTrigger", {
|
|
160
176
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkFOXFMLET_js.PopoverTrigger; }
|
|
162
178
|
});
|
|
163
179
|
Object.defineProperty(exports, "Select", {
|
|
164
180
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkFOXFMLET_js.Select; }
|
|
166
182
|
});
|
|
167
183
|
Object.defineProperty(exports, "SelectContent", {
|
|
168
184
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkFOXFMLET_js.SelectContent; }
|
|
170
186
|
});
|
|
171
187
|
Object.defineProperty(exports, "SelectGroup", {
|
|
172
188
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkFOXFMLET_js.SelectGroup; }
|
|
174
190
|
});
|
|
175
191
|
Object.defineProperty(exports, "SelectItem", {
|
|
176
192
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkFOXFMLET_js.SelectItem; }
|
|
178
194
|
});
|
|
179
195
|
Object.defineProperty(exports, "SelectLabel", {
|
|
180
196
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkFOXFMLET_js.SelectLabel; }
|
|
182
198
|
});
|
|
183
199
|
Object.defineProperty(exports, "SelectScrollDownButton", {
|
|
184
200
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkFOXFMLET_js.SelectScrollDownButton; }
|
|
186
202
|
});
|
|
187
203
|
Object.defineProperty(exports, "SelectScrollUpButton", {
|
|
188
204
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkFOXFMLET_js.SelectScrollUpButton; }
|
|
190
206
|
});
|
|
191
207
|
Object.defineProperty(exports, "SelectSeparator", {
|
|
192
208
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkFOXFMLET_js.SelectSeparator; }
|
|
194
210
|
});
|
|
195
211
|
Object.defineProperty(exports, "SelectTrigger", {
|
|
196
212
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkFOXFMLET_js.SelectTrigger; }
|
|
198
214
|
});
|
|
199
215
|
Object.defineProperty(exports, "SelectValue", {
|
|
200
216
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkFOXFMLET_js.SelectValue; }
|
|
202
218
|
});
|
|
203
219
|
Object.defineProperty(exports, "Skeleton", {
|
|
204
220
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkFOXFMLET_js.Skeleton; }
|
|
206
222
|
});
|
|
207
223
|
Object.defineProperty(exports, "SkeletonAvatar", {
|
|
208
224
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkFOXFMLET_js.SkeletonAvatar; }
|
|
210
226
|
});
|
|
211
227
|
Object.defineProperty(exports, "SkeletonBadge", {
|
|
212
228
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkFOXFMLET_js.SkeletonBadge; }
|
|
214
230
|
});
|
|
215
231
|
Object.defineProperty(exports, "SkeletonButton", {
|
|
216
232
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkFOXFMLET_js.SkeletonButton; }
|
|
218
234
|
});
|
|
219
235
|
Object.defineProperty(exports, "SkeletonCard", {
|
|
220
236
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkFOXFMLET_js.SkeletonCard; }
|
|
222
238
|
});
|
|
223
239
|
Object.defineProperty(exports, "SkeletonIcon", {
|
|
224
240
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunkFOXFMLET_js.SkeletonIcon; }
|
|
226
242
|
});
|
|
227
243
|
Object.defineProperty(exports, "SkeletonInput", {
|
|
228
244
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
245
|
+
get: function () { return chunkFOXFMLET_js.SkeletonInput; }
|
|
230
246
|
});
|
|
231
247
|
Object.defineProperty(exports, "SkeletonSubtitle", {
|
|
232
248
|
enumerable: true,
|
|
233
|
-
get: function () { return
|
|
249
|
+
get: function () { return chunkFOXFMLET_js.SkeletonSubtitle; }
|
|
234
250
|
});
|
|
235
251
|
Object.defineProperty(exports, "SkeletonTableRow", {
|
|
236
252
|
enumerable: true,
|
|
237
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunkFOXFMLET_js.SkeletonTableRow; }
|
|
238
254
|
});
|
|
239
255
|
Object.defineProperty(exports, "SkeletonTableRows", {
|
|
240
256
|
enumerable: true,
|
|
241
|
-
get: function () { return
|
|
257
|
+
get: function () { return chunkFOXFMLET_js.SkeletonTableRows; }
|
|
242
258
|
});
|
|
243
259
|
Object.defineProperty(exports, "SkeletonText", {
|
|
244
260
|
enumerable: true,
|
|
245
|
-
get: function () { return
|
|
261
|
+
get: function () { return chunkFOXFMLET_js.SkeletonText; }
|
|
246
262
|
});
|
|
247
263
|
Object.defineProperty(exports, "SkeletonTitle", {
|
|
248
264
|
enumerable: true,
|
|
249
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunkFOXFMLET_js.SkeletonTitle; }
|
|
250
266
|
});
|
|
251
267
|
Object.defineProperty(exports, "Table", {
|
|
252
268
|
enumerable: true,
|
|
253
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunkFOXFMLET_js.Table; }
|
|
254
270
|
});
|
|
255
271
|
Object.defineProperty(exports, "TableBody", {
|
|
256
272
|
enumerable: true,
|
|
257
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunkFOXFMLET_js.TableBody; }
|
|
258
274
|
});
|
|
259
275
|
Object.defineProperty(exports, "TableCaption", {
|
|
260
276
|
enumerable: true,
|
|
261
|
-
get: function () { return
|
|
277
|
+
get: function () { return chunkFOXFMLET_js.TableCaption; }
|
|
262
278
|
});
|
|
263
279
|
Object.defineProperty(exports, "TableCell", {
|
|
264
280
|
enumerable: true,
|
|
265
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunkFOXFMLET_js.TableCell; }
|
|
266
282
|
});
|
|
267
283
|
Object.defineProperty(exports, "TableFooter", {
|
|
268
284
|
enumerable: true,
|
|
269
|
-
get: function () { return
|
|
285
|
+
get: function () { return chunkFOXFMLET_js.TableFooter; }
|
|
270
286
|
});
|
|
271
287
|
Object.defineProperty(exports, "TableHead", {
|
|
272
288
|
enumerable: true,
|
|
273
|
-
get: function () { return
|
|
289
|
+
get: function () { return chunkFOXFMLET_js.TableHead; }
|
|
274
290
|
});
|
|
275
291
|
Object.defineProperty(exports, "TableHeader", {
|
|
276
292
|
enumerable: true,
|
|
277
|
-
get: function () { return
|
|
293
|
+
get: function () { return chunkFOXFMLET_js.TableHeader; }
|
|
278
294
|
});
|
|
279
295
|
Object.defineProperty(exports, "TableRow", {
|
|
280
296
|
enumerable: true,
|
|
281
|
-
get: function () { return
|
|
297
|
+
get: function () { return chunkFOXFMLET_js.TableRow; }
|
|
282
298
|
});
|
|
283
299
|
Object.defineProperty(exports, "Tabs", {
|
|
284
300
|
enumerable: true,
|
|
285
|
-
get: function () { return
|
|
301
|
+
get: function () { return chunkFOXFMLET_js.Tabs; }
|
|
286
302
|
});
|
|
287
303
|
Object.defineProperty(exports, "TabsContent", {
|
|
288
304
|
enumerable: true,
|
|
289
|
-
get: function () { return
|
|
305
|
+
get: function () { return chunkFOXFMLET_js.TabsContent; }
|
|
290
306
|
});
|
|
291
307
|
Object.defineProperty(exports, "TabsList", {
|
|
292
308
|
enumerable: true,
|
|
293
|
-
get: function () { return
|
|
309
|
+
get: function () { return chunkFOXFMLET_js.TabsList; }
|
|
294
310
|
});
|
|
295
311
|
Object.defineProperty(exports, "TabsTrigger", {
|
|
296
312
|
enumerable: true,
|
|
297
|
-
get: function () { return
|
|
313
|
+
get: function () { return chunkFOXFMLET_js.TabsTrigger; }
|
|
314
|
+
});
|
|
315
|
+
Object.defineProperty(exports, "Text", {
|
|
316
|
+
enumerable: true,
|
|
317
|
+
get: function () { return chunkFOXFMLET_js.Text; }
|
|
298
318
|
});
|
|
299
319
|
Object.defineProperty(exports, "Textarea", {
|
|
300
320
|
enumerable: true,
|
|
301
|
-
get: function () { return
|
|
321
|
+
get: function () { return chunkFOXFMLET_js.Textarea; }
|
|
302
322
|
});
|
|
303
323
|
Object.defineProperty(exports, "badgeVariants", {
|
|
304
324
|
enumerable: true,
|
|
305
|
-
get: function () { return
|
|
325
|
+
get: function () { return chunkFOXFMLET_js.badgeVariants; }
|
|
306
326
|
});
|
|
307
327
|
Object.defineProperty(exports, "buttonVariants", {
|
|
308
328
|
enumerable: true,
|
|
309
|
-
get: function () { return
|
|
329
|
+
get: function () { return chunkFOXFMLET_js.buttonVariants; }
|
|
330
|
+
});
|
|
331
|
+
Object.defineProperty(exports, "captionVariants", {
|
|
332
|
+
enumerable: true,
|
|
333
|
+
get: function () { return chunkFOXFMLET_js.captionVariants; }
|
|
334
|
+
});
|
|
335
|
+
Object.defineProperty(exports, "codeVariants", {
|
|
336
|
+
enumerable: true,
|
|
337
|
+
get: function () { return chunkFOXFMLET_js.codeVariants; }
|
|
338
|
+
});
|
|
339
|
+
Object.defineProperty(exports, "headingVariants", {
|
|
340
|
+
enumerable: true,
|
|
341
|
+
get: function () { return chunkFOXFMLET_js.headingVariants; }
|
|
342
|
+
});
|
|
343
|
+
Object.defineProperty(exports, "labelVariants", {
|
|
344
|
+
enumerable: true,
|
|
345
|
+
get: function () { return chunkFOXFMLET_js.labelVariants; }
|
|
346
|
+
});
|
|
347
|
+
Object.defineProperty(exports, "textVariants", {
|
|
348
|
+
enumerable: true,
|
|
349
|
+
get: function () { return chunkFOXFMLET_js.textVariants; }
|
|
310
350
|
});
|
|
311
351
|
Object.defineProperty(exports, "AnimatedButton", {
|
|
312
352
|
enumerable: true,
|
|
313
|
-
get: function () { return
|
|
353
|
+
get: function () { return chunkBWR6DSQJ_js.AnimatedButton; }
|
|
354
|
+
});
|
|
355
|
+
Object.defineProperty(exports, "Globe", {
|
|
356
|
+
enumerable: true,
|
|
357
|
+
get: function () { return chunkBWR6DSQJ_js.Globe; }
|
|
314
358
|
});
|
|
315
359
|
Object.defineProperty(exports, "Input", {
|
|
316
360
|
enumerable: true,
|
|
317
|
-
get: function () { return
|
|
361
|
+
get: function () { return chunkBWR6DSQJ_js.Input; }
|
|
362
|
+
});
|
|
363
|
+
Object.defineProperty(exports, "Moon", {
|
|
364
|
+
enumerable: true,
|
|
365
|
+
get: function () { return chunkBWR6DSQJ_js.Moon; }
|
|
366
|
+
});
|
|
367
|
+
Object.defineProperty(exports, "Orbit", {
|
|
368
|
+
enumerable: true,
|
|
369
|
+
get: function () { return chunkBWR6DSQJ_js.Orbit; }
|
|
370
|
+
});
|
|
371
|
+
Object.defineProperty(exports, "Rocket", {
|
|
372
|
+
enumerable: true,
|
|
373
|
+
get: function () { return chunkBWR6DSQJ_js.Rocket; }
|
|
374
|
+
});
|
|
375
|
+
Object.defineProperty(exports, "Sparkles", {
|
|
376
|
+
enumerable: true,
|
|
377
|
+
get: function () { return chunkBWR6DSQJ_js.Sparkles; }
|
|
378
|
+
});
|
|
379
|
+
Object.defineProperty(exports, "Star", {
|
|
380
|
+
enumerable: true,
|
|
381
|
+
get: function () { return chunkBWR6DSQJ_js.Star; }
|
|
318
382
|
});
|
|
319
383
|
Object.defineProperty(exports, "TemplateSelector", {
|
|
320
384
|
enumerable: true,
|
|
321
|
-
get: function () { return
|
|
385
|
+
get: function () { return chunkBWR6DSQJ_js.TemplateSelector; }
|
|
322
386
|
});
|
|
323
387
|
Object.defineProperty(exports, "TextButton", {
|
|
324
388
|
enumerable: true,
|
|
325
|
-
get: function () { return
|
|
389
|
+
get: function () { return chunkBWR6DSQJ_js.TextButton; }
|
|
326
390
|
});
|
|
327
391
|
Object.defineProperty(exports, "Toast", {
|
|
328
392
|
enumerable: true,
|
|
329
|
-
get: function () { return
|
|
393
|
+
get: function () { return chunkBWR6DSQJ_js.Toast; }
|
|
330
394
|
});
|
|
331
395
|
Object.defineProperty(exports, "cn", {
|
|
332
396
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { Badge, Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Skeleton, SkeletonAvatar, SkeletonBadge, SkeletonButton, SkeletonCard, SkeletonIcon, SkeletonInput, SkeletonSubtitle, SkeletonTableRow, SkeletonTableRows, SkeletonText, SkeletonTitle, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, badgeVariants, buttonVariants } from './chunk-
|
|
2
|
-
export { AnimatedButton, Input, TemplateSelector, TextButton, Toast } from './chunk-
|
|
1
|
+
export { Badge, Button, Caption, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Code, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Heading, Label, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Skeleton, SkeletonAvatar, SkeletonBadge, SkeletonButton, SkeletonCard, SkeletonIcon, SkeletonInput, SkeletonSubtitle, SkeletonTableRow, SkeletonTableRows, SkeletonText, SkeletonTitle, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Text, Textarea, badgeVariants, buttonVariants, captionVariants, codeVariants, headingVariants, labelVariants, textVariants } from './chunk-BYICEALC.mjs';
|
|
2
|
+
export { AnimatedButton, Globe, Input, Moon, Orbit, Rocket, Sparkles, Star, TemplateSelector, TextButton, Toast } from './chunk-TQPMV72P.mjs';
|
|
3
3
|
export { cn } from './chunk-TDRL2RCT.mjs';
|
|
4
4
|
export { ArrowRightIcon, CheckIcon, PlusIcon, SendIcon, TrashIcon } from './chunk-2B2BWI5A.mjs';
|
|
5
5
|
import './chunk-Y6G4VKJ3.mjs';
|
package/dist/primitives.d.mts
CHANGED
|
@@ -1,16 +1,24 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
1
2
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
2
3
|
import * as React from 'react';
|
|
3
4
|
import { VariantProps } from 'class-variance-authority';
|
|
4
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
6
6
|
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
7
7
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
8
8
|
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
9
9
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
10
10
|
import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
11
|
+
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
12
|
+
|
|
13
|
+
declare const badgeVariants: (props?: ({
|
|
14
|
+
variant?: "default" | "secondary" | "destructive" | "outline" | "success" | "warning" | "info" | "purple" | "purpleOutline" | null | undefined;
|
|
15
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
16
|
+
interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
17
|
+
}
|
|
18
|
+
declare function Badge({ className, variant, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
|
|
11
19
|
|
|
12
20
|
declare const buttonVariants: (props?: ({
|
|
13
|
-
variant?: "default" | "
|
|
21
|
+
variant?: "default" | "secondary" | "destructive" | "outline" | "link" | "ghost" | null | undefined;
|
|
14
22
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
15
23
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
16
24
|
interface BaseButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
@@ -28,13 +36,6 @@ type ButtonProps = BaseButtonProps & ({
|
|
|
28
36
|
});
|
|
29
37
|
declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
30
38
|
|
|
31
|
-
declare const badgeVariants: (props?: ({
|
|
32
|
-
variant?: "default" | "destructive" | "outline" | "secondary" | "success" | "warning" | "info" | "purple" | "purpleOutline" | null | undefined;
|
|
33
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
34
|
-
interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
35
|
-
}
|
|
36
|
-
declare function Badge({ className, variant, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
|
|
37
|
-
|
|
38
39
|
declare const Card: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
39
40
|
declare const CardHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
40
41
|
declare const CardTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -165,4 +166,55 @@ interface TextareaProps extends React.TextareaHTMLAttributes<HTMLTextAreaElement
|
|
|
165
166
|
}
|
|
166
167
|
declare const Textarea: React.ForwardRefExoticComponent<TextareaProps & React.RefAttributes<HTMLTextAreaElement>>;
|
|
167
168
|
|
|
168
|
-
|
|
169
|
+
declare const headingVariants: (props?: ({
|
|
170
|
+
level?: 1 | 3 | 4 | 2 | 5 | 6 | null | undefined;
|
|
171
|
+
weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
|
|
172
|
+
align?: "center" | "right" | "left" | null | undefined;
|
|
173
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
174
|
+
type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
|
|
175
|
+
interface HeadingProps extends React.HTMLAttributes<HTMLHeadingElement>, Omit<VariantProps<typeof headingVariants>, "level"> {
|
|
176
|
+
level?: HeadingLevel;
|
|
177
|
+
as?: `h${HeadingLevel}`;
|
|
178
|
+
}
|
|
179
|
+
declare const Heading: React.ForwardRefExoticComponent<HeadingProps & React.RefAttributes<HTMLHeadingElement>>;
|
|
180
|
+
|
|
181
|
+
declare const textVariants: (props?: ({
|
|
182
|
+
size?: "sm" | "lg" | "base" | "xs" | "xl" | "2xl" | "3xl" | "4xl" | null | undefined;
|
|
183
|
+
weight?: "medium" | "regular" | "semibold" | null | undefined;
|
|
184
|
+
align?: "center" | "right" | "left" | "justify" | null | undefined;
|
|
185
|
+
color?: "default" | "success" | "warning" | "muted" | "error" | "accent" | null | undefined;
|
|
186
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
187
|
+
interface TextProps extends Omit<React.HTMLAttributes<HTMLParagraphElement>, "color">, VariantProps<typeof textVariants> {
|
|
188
|
+
asChild?: boolean;
|
|
189
|
+
as?: "p" | "span" | "div";
|
|
190
|
+
}
|
|
191
|
+
declare const Text: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<HTMLParagraphElement>>;
|
|
192
|
+
|
|
193
|
+
declare const labelVariants: (props?: ({
|
|
194
|
+
variant?: "default" | "eyebrow" | null | undefined;
|
|
195
|
+
size?: "sm" | "lg" | "base" | "xs" | "xl" | null | undefined;
|
|
196
|
+
weight?: "bold" | "medium" | "semibold" | null | undefined;
|
|
197
|
+
required?: boolean | null | undefined;
|
|
198
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
199
|
+
interface LabelProps extends React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root>, VariantProps<typeof labelVariants> {
|
|
200
|
+
}
|
|
201
|
+
declare const Label: React.ForwardRefExoticComponent<LabelProps & React.RefAttributes<HTMLLabelElement>>;
|
|
202
|
+
|
|
203
|
+
declare const captionVariants: (props?: ({
|
|
204
|
+
weight?: "medium" | "regular" | null | undefined;
|
|
205
|
+
align?: "center" | "right" | "left" | null | undefined;
|
|
206
|
+
color?: "default" | "success" | "warning" | "muted" | "error" | "accent" | null | undefined;
|
|
207
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
208
|
+
interface CaptionProps extends Omit<React.HTMLAttributes<HTMLSpanElement>, "color">, VariantProps<typeof captionVariants> {
|
|
209
|
+
}
|
|
210
|
+
declare const Caption: React.ForwardRefExoticComponent<CaptionProps & React.RefAttributes<HTMLSpanElement>>;
|
|
211
|
+
|
|
212
|
+
declare const codeVariants: (props?: ({
|
|
213
|
+
variant?: "inline" | "block" | null | undefined;
|
|
214
|
+
color?: "default" | "success" | "warning" | "error" | "accent" | null | undefined;
|
|
215
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
216
|
+
interface CodeProps extends Omit<React.HTMLAttributes<HTMLElement>, "color">, VariantProps<typeof codeVariants> {
|
|
217
|
+
}
|
|
218
|
+
declare const Code: React.ForwardRefExoticComponent<CodeProps & React.RefAttributes<HTMLElement>>;
|
|
219
|
+
|
|
220
|
+
export { Badge, type BadgeProps, Button, type ButtonProps, Caption, type CaptionProps, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, Code, type CodeProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Heading, type HeadingProps, Label, type LabelProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Skeleton, SkeletonAvatar, SkeletonBadge, SkeletonButton, SkeletonCard, SkeletonIcon, SkeletonInput, SkeletonSubtitle, SkeletonTableRow, SkeletonTableRows, SkeletonText, SkeletonTitle, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Text, type TextProps, Textarea, type TextareaProps, badgeVariants, buttonVariants, captionVariants, codeVariants, headingVariants, labelVariants, textVariants };
|