@pos-360/horizon 0.1.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-BWR6DSQJ.js +995 -0
- package/dist/chunk-BWR6DSQJ.js.map +1 -0
- package/dist/{chunk-7LVVOCBV.mjs → chunk-BYICEALC.mjs} +267 -33
- package/dist/chunk-BYICEALC.mjs.map +1 -0
- package/dist/{chunk-J6RXKZE5.js → chunk-FOXFMLET.js} +333 -89
- package/dist/chunk-FOXFMLET.js.map +1 -0
- package/dist/chunk-TDRL2RCT.mjs +10 -0
- package/dist/chunk-TDRL2RCT.mjs.map +1 -0
- package/dist/chunk-TMZLQK74.js +12 -0
- package/dist/chunk-TMZLQK74.js.map +1 -0
- package/dist/{chunk-6YAK6HNR.mjs → chunk-TQPMV72P.mjs} +481 -5
- package/dist/chunk-TQPMV72P.mjs.map +1 -0
- package/dist/enhanced.d.mts +29 -1
- package/dist/enhanced.d.ts +29 -1
- package/dist/enhanced.js +34 -5
- package/dist/enhanced.mjs +2 -1
- package/dist/index.d.mts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +152 -83
- package/dist/index.mjs +3 -2
- package/dist/primitives.d.mts +62 -10
- package/dist/primitives.d.ts +62 -10
- package/dist/primitives.js +117 -76
- package/dist/primitives.mjs +2 -1
- package/package.json +17 -11
- package/tailwind.config.js +1 -0
- package/dist/chunk-6YAK6HNR.mjs.map +0 -1
- package/dist/chunk-7LVVOCBV.mjs.map +0 -1
- package/dist/chunk-J6RXKZE5.js.map +0 -1
- package/dist/chunk-ZD6CMWPW.js +0 -476
- package/dist/chunk-ZD6CMWPW.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
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
|
+
var chunkTMZLQK74_js = require('./chunk-TMZLQK74.js');
|
|
5
6
|
var chunkR5HAFV6M_js = require('./chunk-R5HAFV6M.js');
|
|
6
7
|
require('./chunk-AA25LTS4.js');
|
|
7
8
|
|
|
@@ -9,323 +10,391 @@ require('./chunk-AA25LTS4.js');
|
|
|
9
10
|
|
|
10
11
|
Object.defineProperty(exports, "Badge", {
|
|
11
12
|
enumerable: true,
|
|
12
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkFOXFMLET_js.Badge; }
|
|
13
14
|
});
|
|
14
15
|
Object.defineProperty(exports, "Button", {
|
|
15
16
|
enumerable: true,
|
|
16
|
-
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; }
|
|
17
22
|
});
|
|
18
23
|
Object.defineProperty(exports, "Card", {
|
|
19
24
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkFOXFMLET_js.Card; }
|
|
21
26
|
});
|
|
22
27
|
Object.defineProperty(exports, "CardContent", {
|
|
23
28
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkFOXFMLET_js.CardContent; }
|
|
25
30
|
});
|
|
26
31
|
Object.defineProperty(exports, "CardDescription", {
|
|
27
32
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkFOXFMLET_js.CardDescription; }
|
|
29
34
|
});
|
|
30
35
|
Object.defineProperty(exports, "CardFooter", {
|
|
31
36
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkFOXFMLET_js.CardFooter; }
|
|
33
38
|
});
|
|
34
39
|
Object.defineProperty(exports, "CardHeader", {
|
|
35
40
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkFOXFMLET_js.CardHeader; }
|
|
37
42
|
});
|
|
38
43
|
Object.defineProperty(exports, "CardTitle", {
|
|
39
44
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkFOXFMLET_js.CardTitle; }
|
|
41
46
|
});
|
|
42
47
|
Object.defineProperty(exports, "Checkbox", {
|
|
43
48
|
enumerable: true,
|
|
44
|
-
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; }
|
|
45
54
|
});
|
|
46
55
|
Object.defineProperty(exports, "Dialog", {
|
|
47
56
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkFOXFMLET_js.Dialog; }
|
|
49
58
|
});
|
|
50
59
|
Object.defineProperty(exports, "DialogClose", {
|
|
51
60
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkFOXFMLET_js.DialogClose; }
|
|
53
62
|
});
|
|
54
63
|
Object.defineProperty(exports, "DialogContent", {
|
|
55
64
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkFOXFMLET_js.DialogContent; }
|
|
57
66
|
});
|
|
58
67
|
Object.defineProperty(exports, "DialogDescription", {
|
|
59
68
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkFOXFMLET_js.DialogDescription; }
|
|
61
70
|
});
|
|
62
71
|
Object.defineProperty(exports, "DialogFooter", {
|
|
63
72
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkFOXFMLET_js.DialogFooter; }
|
|
65
74
|
});
|
|
66
75
|
Object.defineProperty(exports, "DialogHeader", {
|
|
67
76
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunkFOXFMLET_js.DialogHeader; }
|
|
69
78
|
});
|
|
70
79
|
Object.defineProperty(exports, "DialogOverlay", {
|
|
71
80
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkFOXFMLET_js.DialogOverlay; }
|
|
73
82
|
});
|
|
74
83
|
Object.defineProperty(exports, "DialogPortal", {
|
|
75
84
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkFOXFMLET_js.DialogPortal; }
|
|
77
86
|
});
|
|
78
87
|
Object.defineProperty(exports, "DialogTitle", {
|
|
79
88
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunkFOXFMLET_js.DialogTitle; }
|
|
81
90
|
});
|
|
82
91
|
Object.defineProperty(exports, "DialogTrigger", {
|
|
83
92
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkFOXFMLET_js.DialogTrigger; }
|
|
85
94
|
});
|
|
86
95
|
Object.defineProperty(exports, "DropdownMenu", {
|
|
87
96
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenu; }
|
|
89
98
|
});
|
|
90
99
|
Object.defineProperty(exports, "DropdownMenuCheckboxItem", {
|
|
91
100
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuCheckboxItem; }
|
|
93
102
|
});
|
|
94
103
|
Object.defineProperty(exports, "DropdownMenuContent", {
|
|
95
104
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuContent; }
|
|
97
106
|
});
|
|
98
107
|
Object.defineProperty(exports, "DropdownMenuGroup", {
|
|
99
108
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuGroup; }
|
|
101
110
|
});
|
|
102
111
|
Object.defineProperty(exports, "DropdownMenuItem", {
|
|
103
112
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuItem; }
|
|
105
114
|
});
|
|
106
115
|
Object.defineProperty(exports, "DropdownMenuLabel", {
|
|
107
116
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuLabel; }
|
|
109
118
|
});
|
|
110
119
|
Object.defineProperty(exports, "DropdownMenuPortal", {
|
|
111
120
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuPortal; }
|
|
113
122
|
});
|
|
114
123
|
Object.defineProperty(exports, "DropdownMenuRadioGroup", {
|
|
115
124
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuRadioGroup; }
|
|
117
126
|
});
|
|
118
127
|
Object.defineProperty(exports, "DropdownMenuRadioItem", {
|
|
119
128
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuRadioItem; }
|
|
121
130
|
});
|
|
122
131
|
Object.defineProperty(exports, "DropdownMenuSeparator", {
|
|
123
132
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuSeparator; }
|
|
125
134
|
});
|
|
126
135
|
Object.defineProperty(exports, "DropdownMenuShortcut", {
|
|
127
136
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuShortcut; }
|
|
129
138
|
});
|
|
130
139
|
Object.defineProperty(exports, "DropdownMenuSub", {
|
|
131
140
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuSub; }
|
|
133
142
|
});
|
|
134
143
|
Object.defineProperty(exports, "DropdownMenuSubContent", {
|
|
135
144
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuSubContent; }
|
|
137
146
|
});
|
|
138
147
|
Object.defineProperty(exports, "DropdownMenuSubTrigger", {
|
|
139
148
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkFOXFMLET_js.DropdownMenuSubTrigger; }
|
|
141
150
|
});
|
|
142
151
|
Object.defineProperty(exports, "DropdownMenuTrigger", {
|
|
143
152
|
enumerable: true,
|
|
144
|
-
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; }
|
|
145
162
|
});
|
|
146
163
|
Object.defineProperty(exports, "Popover", {
|
|
147
164
|
enumerable: true,
|
|
148
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkFOXFMLET_js.Popover; }
|
|
149
166
|
});
|
|
150
167
|
Object.defineProperty(exports, "PopoverAnchor", {
|
|
151
168
|
enumerable: true,
|
|
152
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkFOXFMLET_js.PopoverAnchor; }
|
|
153
170
|
});
|
|
154
171
|
Object.defineProperty(exports, "PopoverContent", {
|
|
155
172
|
enumerable: true,
|
|
156
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkFOXFMLET_js.PopoverContent; }
|
|
157
174
|
});
|
|
158
175
|
Object.defineProperty(exports, "PopoverTrigger", {
|
|
159
176
|
enumerable: true,
|
|
160
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkFOXFMLET_js.PopoverTrigger; }
|
|
161
178
|
});
|
|
162
179
|
Object.defineProperty(exports, "Select", {
|
|
163
180
|
enumerable: true,
|
|
164
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunkFOXFMLET_js.Select; }
|
|
165
182
|
});
|
|
166
183
|
Object.defineProperty(exports, "SelectContent", {
|
|
167
184
|
enumerable: true,
|
|
168
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkFOXFMLET_js.SelectContent; }
|
|
169
186
|
});
|
|
170
187
|
Object.defineProperty(exports, "SelectGroup", {
|
|
171
188
|
enumerable: true,
|
|
172
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkFOXFMLET_js.SelectGroup; }
|
|
173
190
|
});
|
|
174
191
|
Object.defineProperty(exports, "SelectItem", {
|
|
175
192
|
enumerable: true,
|
|
176
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkFOXFMLET_js.SelectItem; }
|
|
177
194
|
});
|
|
178
195
|
Object.defineProperty(exports, "SelectLabel", {
|
|
179
196
|
enumerable: true,
|
|
180
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkFOXFMLET_js.SelectLabel; }
|
|
181
198
|
});
|
|
182
199
|
Object.defineProperty(exports, "SelectScrollDownButton", {
|
|
183
200
|
enumerable: true,
|
|
184
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkFOXFMLET_js.SelectScrollDownButton; }
|
|
185
202
|
});
|
|
186
203
|
Object.defineProperty(exports, "SelectScrollUpButton", {
|
|
187
204
|
enumerable: true,
|
|
188
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkFOXFMLET_js.SelectScrollUpButton; }
|
|
189
206
|
});
|
|
190
207
|
Object.defineProperty(exports, "SelectSeparator", {
|
|
191
208
|
enumerable: true,
|
|
192
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkFOXFMLET_js.SelectSeparator; }
|
|
193
210
|
});
|
|
194
211
|
Object.defineProperty(exports, "SelectTrigger", {
|
|
195
212
|
enumerable: true,
|
|
196
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkFOXFMLET_js.SelectTrigger; }
|
|
197
214
|
});
|
|
198
215
|
Object.defineProperty(exports, "SelectValue", {
|
|
199
216
|
enumerable: true,
|
|
200
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkFOXFMLET_js.SelectValue; }
|
|
201
218
|
});
|
|
202
219
|
Object.defineProperty(exports, "Skeleton", {
|
|
203
220
|
enumerable: true,
|
|
204
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkFOXFMLET_js.Skeleton; }
|
|
205
222
|
});
|
|
206
223
|
Object.defineProperty(exports, "SkeletonAvatar", {
|
|
207
224
|
enumerable: true,
|
|
208
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunkFOXFMLET_js.SkeletonAvatar; }
|
|
209
226
|
});
|
|
210
227
|
Object.defineProperty(exports, "SkeletonBadge", {
|
|
211
228
|
enumerable: true,
|
|
212
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkFOXFMLET_js.SkeletonBadge; }
|
|
213
230
|
});
|
|
214
231
|
Object.defineProperty(exports, "SkeletonButton", {
|
|
215
232
|
enumerable: true,
|
|
216
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkFOXFMLET_js.SkeletonButton; }
|
|
217
234
|
});
|
|
218
235
|
Object.defineProperty(exports, "SkeletonCard", {
|
|
219
236
|
enumerable: true,
|
|
220
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkFOXFMLET_js.SkeletonCard; }
|
|
221
238
|
});
|
|
222
239
|
Object.defineProperty(exports, "SkeletonIcon", {
|
|
223
240
|
enumerable: true,
|
|
224
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunkFOXFMLET_js.SkeletonIcon; }
|
|
225
242
|
});
|
|
226
243
|
Object.defineProperty(exports, "SkeletonInput", {
|
|
227
244
|
enumerable: true,
|
|
228
|
-
get: function () { return
|
|
245
|
+
get: function () { return chunkFOXFMLET_js.SkeletonInput; }
|
|
229
246
|
});
|
|
230
247
|
Object.defineProperty(exports, "SkeletonSubtitle", {
|
|
231
248
|
enumerable: true,
|
|
232
|
-
get: function () { return
|
|
249
|
+
get: function () { return chunkFOXFMLET_js.SkeletonSubtitle; }
|
|
233
250
|
});
|
|
234
251
|
Object.defineProperty(exports, "SkeletonTableRow", {
|
|
235
252
|
enumerable: true,
|
|
236
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunkFOXFMLET_js.SkeletonTableRow; }
|
|
237
254
|
});
|
|
238
255
|
Object.defineProperty(exports, "SkeletonTableRows", {
|
|
239
256
|
enumerable: true,
|
|
240
|
-
get: function () { return
|
|
257
|
+
get: function () { return chunkFOXFMLET_js.SkeletonTableRows; }
|
|
241
258
|
});
|
|
242
259
|
Object.defineProperty(exports, "SkeletonText", {
|
|
243
260
|
enumerable: true,
|
|
244
|
-
get: function () { return
|
|
261
|
+
get: function () { return chunkFOXFMLET_js.SkeletonText; }
|
|
245
262
|
});
|
|
246
263
|
Object.defineProperty(exports, "SkeletonTitle", {
|
|
247
264
|
enumerable: true,
|
|
248
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunkFOXFMLET_js.SkeletonTitle; }
|
|
249
266
|
});
|
|
250
267
|
Object.defineProperty(exports, "Table", {
|
|
251
268
|
enumerable: true,
|
|
252
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunkFOXFMLET_js.Table; }
|
|
253
270
|
});
|
|
254
271
|
Object.defineProperty(exports, "TableBody", {
|
|
255
272
|
enumerable: true,
|
|
256
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunkFOXFMLET_js.TableBody; }
|
|
257
274
|
});
|
|
258
275
|
Object.defineProperty(exports, "TableCaption", {
|
|
259
276
|
enumerable: true,
|
|
260
|
-
get: function () { return
|
|
277
|
+
get: function () { return chunkFOXFMLET_js.TableCaption; }
|
|
261
278
|
});
|
|
262
279
|
Object.defineProperty(exports, "TableCell", {
|
|
263
280
|
enumerable: true,
|
|
264
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunkFOXFMLET_js.TableCell; }
|
|
265
282
|
});
|
|
266
283
|
Object.defineProperty(exports, "TableFooter", {
|
|
267
284
|
enumerable: true,
|
|
268
|
-
get: function () { return
|
|
285
|
+
get: function () { return chunkFOXFMLET_js.TableFooter; }
|
|
269
286
|
});
|
|
270
287
|
Object.defineProperty(exports, "TableHead", {
|
|
271
288
|
enumerable: true,
|
|
272
|
-
get: function () { return
|
|
289
|
+
get: function () { return chunkFOXFMLET_js.TableHead; }
|
|
273
290
|
});
|
|
274
291
|
Object.defineProperty(exports, "TableHeader", {
|
|
275
292
|
enumerable: true,
|
|
276
|
-
get: function () { return
|
|
293
|
+
get: function () { return chunkFOXFMLET_js.TableHeader; }
|
|
277
294
|
});
|
|
278
295
|
Object.defineProperty(exports, "TableRow", {
|
|
279
296
|
enumerable: true,
|
|
280
|
-
get: function () { return
|
|
297
|
+
get: function () { return chunkFOXFMLET_js.TableRow; }
|
|
281
298
|
});
|
|
282
299
|
Object.defineProperty(exports, "Tabs", {
|
|
283
300
|
enumerable: true,
|
|
284
|
-
get: function () { return
|
|
301
|
+
get: function () { return chunkFOXFMLET_js.Tabs; }
|
|
285
302
|
});
|
|
286
303
|
Object.defineProperty(exports, "TabsContent", {
|
|
287
304
|
enumerable: true,
|
|
288
|
-
get: function () { return
|
|
305
|
+
get: function () { return chunkFOXFMLET_js.TabsContent; }
|
|
289
306
|
});
|
|
290
307
|
Object.defineProperty(exports, "TabsList", {
|
|
291
308
|
enumerable: true,
|
|
292
|
-
get: function () { return
|
|
309
|
+
get: function () { return chunkFOXFMLET_js.TabsList; }
|
|
293
310
|
});
|
|
294
311
|
Object.defineProperty(exports, "TabsTrigger", {
|
|
295
312
|
enumerable: true,
|
|
296
|
-
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; }
|
|
297
318
|
});
|
|
298
319
|
Object.defineProperty(exports, "Textarea", {
|
|
299
320
|
enumerable: true,
|
|
300
|
-
get: function () { return
|
|
321
|
+
get: function () { return chunkFOXFMLET_js.Textarea; }
|
|
301
322
|
});
|
|
302
323
|
Object.defineProperty(exports, "badgeVariants", {
|
|
303
324
|
enumerable: true,
|
|
304
|
-
get: function () { return
|
|
325
|
+
get: function () { return chunkFOXFMLET_js.badgeVariants; }
|
|
305
326
|
});
|
|
306
327
|
Object.defineProperty(exports, "buttonVariants", {
|
|
307
328
|
enumerable: true,
|
|
308
|
-
get: function () { return
|
|
329
|
+
get: function () { return chunkFOXFMLET_js.buttonVariants; }
|
|
309
330
|
});
|
|
310
|
-
Object.defineProperty(exports, "
|
|
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", {
|
|
311
348
|
enumerable: true,
|
|
312
|
-
get: function () { return
|
|
349
|
+
get: function () { return chunkFOXFMLET_js.textVariants; }
|
|
313
350
|
});
|
|
314
351
|
Object.defineProperty(exports, "AnimatedButton", {
|
|
315
352
|
enumerable: true,
|
|
316
|
-
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; }
|
|
317
358
|
});
|
|
318
359
|
Object.defineProperty(exports, "Input", {
|
|
319
360
|
enumerable: true,
|
|
320
|
-
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; }
|
|
382
|
+
});
|
|
383
|
+
Object.defineProperty(exports, "TemplateSelector", {
|
|
384
|
+
enumerable: true,
|
|
385
|
+
get: function () { return chunkBWR6DSQJ_js.TemplateSelector; }
|
|
321
386
|
});
|
|
322
387
|
Object.defineProperty(exports, "TextButton", {
|
|
323
388
|
enumerable: true,
|
|
324
|
-
get: function () { return
|
|
389
|
+
get: function () { return chunkBWR6DSQJ_js.TextButton; }
|
|
325
390
|
});
|
|
326
391
|
Object.defineProperty(exports, "Toast", {
|
|
327
392
|
enumerable: true,
|
|
328
|
-
get: function () { return
|
|
393
|
+
get: function () { return chunkBWR6DSQJ_js.Toast; }
|
|
394
|
+
});
|
|
395
|
+
Object.defineProperty(exports, "cn", {
|
|
396
|
+
enumerable: true,
|
|
397
|
+
get: function () { return chunkTMZLQK74_js.cn; }
|
|
329
398
|
});
|
|
330
399
|
Object.defineProperty(exports, "ArrowRightIcon", {
|
|
331
400
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
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,
|
|
2
|
-
export { AnimatedButton, Input, 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
|
+
export { cn } from './chunk-TDRL2RCT.mjs';
|
|
3
4
|
export { ArrowRightIcon, CheckIcon, PlusIcon, SendIcon, TrashIcon } from './chunk-2B2BWI5A.mjs';
|
|
4
5
|
import './chunk-Y6G4VKJ3.mjs';
|
|
5
6
|
//# sourceMappingURL=index.mjs.map
|
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 };
|