@pos-360/horizon 0.16.0 → 0.18.0
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-7WVGPVSG.js → chunk-5XF7Y25B.js} +63 -6
- package/dist/chunk-5XF7Y25B.js.map +1 -0
- package/dist/{chunk-UWBZTH6L.js → chunk-6KBCME37.js} +445 -331
- package/dist/chunk-6KBCME37.js.map +1 -0
- package/dist/{chunk-G36NTARE.mjs → chunk-AORFIAS4.mjs} +29 -33
- package/dist/chunk-AORFIAS4.mjs.map +1 -0
- package/dist/{chunk-KQYOZC7B.mjs → chunk-DNRDNWUF.mjs} +369 -255
- package/dist/chunk-DNRDNWUF.mjs.map +1 -0
- package/dist/{chunk-QCQOCLJH.js → chunk-T7ITROJS.js} +104 -108
- package/dist/chunk-T7ITROJS.js.map +1 -0
- package/dist/{chunk-THQLVDXH.mjs → chunk-UQ66UPWH.mjs} +63 -8
- package/dist/chunk-UQ66UPWH.mjs.map +1 -0
- package/dist/enhanced.d.mts +2 -0
- package/dist/enhanced.d.ts +2 -0
- package/dist/enhanced.js +28 -28
- package/dist/enhanced.mjs +2 -2
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +144 -140
- package/dist/index.mjs +3 -3
- package/dist/primitives.d.mts +28 -2
- package/dist/primitives.d.ts +28 -2
- package/dist/primitives.js +116 -112
- package/dist/primitives.mjs +2 -2
- package/dist/tooltip-wUBttbwG.d.mts +25 -0
- package/dist/tooltip-wUBttbwG.d.ts +25 -0
- package/package.json +1 -1
- package/dist/chunk-7WVGPVSG.js.map +0 -1
- package/dist/chunk-G36NTARE.mjs.map +0 -1
- package/dist/chunk-KQYOZC7B.mjs.map +0 -1
- package/dist/chunk-QCQOCLJH.js.map +0 -1
- package/dist/chunk-THQLVDXH.mjs.map +0 -1
- package/dist/chunk-UWBZTH6L.js.map +0 -1
package/dist/primitives.js
CHANGED
|
@@ -1,450 +1,454 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunk6KBCME37_js = require('./chunk-6KBCME37.js');
|
|
4
|
+
var chunk5XF7Y25B_js = require('./chunk-5XF7Y25B.js');
|
|
5
5
|
require('./chunk-GGM3MDFM.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "Button", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk6KBCME37_js.Button; }
|
|
12
12
|
});
|
|
13
13
|
Object.defineProperty(exports, "Card", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunk6KBCME37_js.Card; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "CardContent", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunk6KBCME37_js.CardContent; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "CardDescription", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunk6KBCME37_js.CardDescription; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "CardFooter", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunk6KBCME37_js.CardFooter; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "CardHeader", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunk6KBCME37_js.CardHeader; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "CardTitle", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunk6KBCME37_js.CardTitle; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "Checkbox", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunk6KBCME37_js.Checkbox; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "ColumnSelection", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunk6KBCME37_js.ColumnSelection; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "Dialog", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunk6KBCME37_js.Dialog; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "DialogClose", {
|
|
50
50
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunk6KBCME37_js.DialogClose; }
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(exports, "DialogContent", {
|
|
54
54
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunk6KBCME37_js.DialogContent; }
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "DialogDescription", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunk6KBCME37_js.DialogDescription; }
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "DialogFooter", {
|
|
62
62
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunk6KBCME37_js.DialogFooter; }
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(exports, "DialogHeader", {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunk6KBCME37_js.DialogHeader; }
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(exports, "DialogOverlay", {
|
|
70
70
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunk6KBCME37_js.DialogOverlay; }
|
|
72
72
|
});
|
|
73
73
|
Object.defineProperty(exports, "DialogPortal", {
|
|
74
74
|
enumerable: true,
|
|
75
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunk6KBCME37_js.DialogPortal; }
|
|
76
76
|
});
|
|
77
77
|
Object.defineProperty(exports, "DialogTitle", {
|
|
78
78
|
enumerable: true,
|
|
79
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunk6KBCME37_js.DialogTitle; }
|
|
80
80
|
});
|
|
81
81
|
Object.defineProperty(exports, "DialogTrigger", {
|
|
82
82
|
enumerable: true,
|
|
83
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunk6KBCME37_js.DialogTrigger; }
|
|
84
84
|
});
|
|
85
85
|
Object.defineProperty(exports, "DropdownMenu", {
|
|
86
86
|
enumerable: true,
|
|
87
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunk6KBCME37_js.DropdownMenu; }
|
|
88
88
|
});
|
|
89
89
|
Object.defineProperty(exports, "DropdownMenuCheckboxItem", {
|
|
90
90
|
enumerable: true,
|
|
91
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuCheckboxItem; }
|
|
92
92
|
});
|
|
93
93
|
Object.defineProperty(exports, "DropdownMenuContent", {
|
|
94
94
|
enumerable: true,
|
|
95
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuContent; }
|
|
96
96
|
});
|
|
97
97
|
Object.defineProperty(exports, "DropdownMenuGroup", {
|
|
98
98
|
enumerable: true,
|
|
99
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuGroup; }
|
|
100
100
|
});
|
|
101
101
|
Object.defineProperty(exports, "DropdownMenuItem", {
|
|
102
102
|
enumerable: true,
|
|
103
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuItem; }
|
|
104
104
|
});
|
|
105
105
|
Object.defineProperty(exports, "DropdownMenuLabel", {
|
|
106
106
|
enumerable: true,
|
|
107
|
-
get: function () { return
|
|
107
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuLabel; }
|
|
108
108
|
});
|
|
109
109
|
Object.defineProperty(exports, "DropdownMenuPortal", {
|
|
110
110
|
enumerable: true,
|
|
111
|
-
get: function () { return
|
|
111
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuPortal; }
|
|
112
112
|
});
|
|
113
113
|
Object.defineProperty(exports, "DropdownMenuRadioGroup", {
|
|
114
114
|
enumerable: true,
|
|
115
|
-
get: function () { return
|
|
115
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuRadioGroup; }
|
|
116
116
|
});
|
|
117
117
|
Object.defineProperty(exports, "DropdownMenuRadioItem", {
|
|
118
118
|
enumerable: true,
|
|
119
|
-
get: function () { return
|
|
119
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuRadioItem; }
|
|
120
120
|
});
|
|
121
121
|
Object.defineProperty(exports, "DropdownMenuSeparator", {
|
|
122
122
|
enumerable: true,
|
|
123
|
-
get: function () { return
|
|
123
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuSeparator; }
|
|
124
124
|
});
|
|
125
125
|
Object.defineProperty(exports, "DropdownMenuShortcut", {
|
|
126
126
|
enumerable: true,
|
|
127
|
-
get: function () { return
|
|
127
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuShortcut; }
|
|
128
128
|
});
|
|
129
129
|
Object.defineProperty(exports, "DropdownMenuSub", {
|
|
130
130
|
enumerable: true,
|
|
131
|
-
get: function () { return
|
|
131
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuSub; }
|
|
132
132
|
});
|
|
133
133
|
Object.defineProperty(exports, "DropdownMenuSubContent", {
|
|
134
134
|
enumerable: true,
|
|
135
|
-
get: function () { return
|
|
135
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuSubContent; }
|
|
136
136
|
});
|
|
137
137
|
Object.defineProperty(exports, "DropdownMenuSubTrigger", {
|
|
138
138
|
enumerable: true,
|
|
139
|
-
get: function () { return
|
|
139
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuSubTrigger; }
|
|
140
140
|
});
|
|
141
141
|
Object.defineProperty(exports, "DropdownMenuTrigger", {
|
|
142
142
|
enumerable: true,
|
|
143
|
-
get: function () { return
|
|
143
|
+
get: function () { return chunk6KBCME37_js.DropdownMenuTrigger; }
|
|
144
144
|
});
|
|
145
145
|
Object.defineProperty(exports, "Form", {
|
|
146
146
|
enumerable: true,
|
|
147
|
-
get: function () { return
|
|
147
|
+
get: function () { return chunk6KBCME37_js.Form; }
|
|
148
148
|
});
|
|
149
149
|
Object.defineProperty(exports, "FormControl", {
|
|
150
150
|
enumerable: true,
|
|
151
|
-
get: function () { return
|
|
151
|
+
get: function () { return chunk6KBCME37_js.FormControl; }
|
|
152
152
|
});
|
|
153
153
|
Object.defineProperty(exports, "FormDescription", {
|
|
154
154
|
enumerable: true,
|
|
155
|
-
get: function () { return
|
|
155
|
+
get: function () { return chunk6KBCME37_js.FormDescription; }
|
|
156
156
|
});
|
|
157
157
|
Object.defineProperty(exports, "FormField", {
|
|
158
158
|
enumerable: true,
|
|
159
|
-
get: function () { return
|
|
159
|
+
get: function () { return chunk6KBCME37_js.FormField; }
|
|
160
160
|
});
|
|
161
161
|
Object.defineProperty(exports, "FormLabel", {
|
|
162
162
|
enumerable: true,
|
|
163
|
-
get: function () { return
|
|
163
|
+
get: function () { return chunk6KBCME37_js.FormLabel; }
|
|
164
164
|
});
|
|
165
165
|
Object.defineProperty(exports, "FormMessage", {
|
|
166
166
|
enumerable: true,
|
|
167
|
-
get: function () { return
|
|
167
|
+
get: function () { return chunk6KBCME37_js.FormMessage; }
|
|
168
168
|
});
|
|
169
169
|
Object.defineProperty(exports, "Popover", {
|
|
170
170
|
enumerable: true,
|
|
171
|
-
get: function () { return
|
|
171
|
+
get: function () { return chunk6KBCME37_js.Popover; }
|
|
172
172
|
});
|
|
173
173
|
Object.defineProperty(exports, "PopoverAnchor", {
|
|
174
174
|
enumerable: true,
|
|
175
|
-
get: function () { return
|
|
175
|
+
get: function () { return chunk6KBCME37_js.PopoverAnchor; }
|
|
176
176
|
});
|
|
177
177
|
Object.defineProperty(exports, "PopoverContent", {
|
|
178
178
|
enumerable: true,
|
|
179
|
-
get: function () { return
|
|
179
|
+
get: function () { return chunk6KBCME37_js.PopoverContent; }
|
|
180
180
|
});
|
|
181
181
|
Object.defineProperty(exports, "PopoverTrigger", {
|
|
182
182
|
enumerable: true,
|
|
183
|
-
get: function () { return
|
|
183
|
+
get: function () { return chunk6KBCME37_js.PopoverTrigger; }
|
|
184
184
|
});
|
|
185
185
|
Object.defineProperty(exports, "SegmentedControl", {
|
|
186
186
|
enumerable: true,
|
|
187
|
-
get: function () { return
|
|
187
|
+
get: function () { return chunk6KBCME37_js.SegmentedControl; }
|
|
188
188
|
});
|
|
189
189
|
Object.defineProperty(exports, "Select", {
|
|
190
190
|
enumerable: true,
|
|
191
|
-
get: function () { return
|
|
191
|
+
get: function () { return chunk6KBCME37_js.Select; }
|
|
192
192
|
});
|
|
193
193
|
Object.defineProperty(exports, "SelectContent", {
|
|
194
194
|
enumerable: true,
|
|
195
|
-
get: function () { return
|
|
195
|
+
get: function () { return chunk6KBCME37_js.SelectContent; }
|
|
196
196
|
});
|
|
197
197
|
Object.defineProperty(exports, "SelectGroup", {
|
|
198
198
|
enumerable: true,
|
|
199
|
-
get: function () { return
|
|
199
|
+
get: function () { return chunk6KBCME37_js.SelectGroup; }
|
|
200
200
|
});
|
|
201
201
|
Object.defineProperty(exports, "SelectItem", {
|
|
202
202
|
enumerable: true,
|
|
203
|
-
get: function () { return
|
|
203
|
+
get: function () { return chunk6KBCME37_js.SelectItem; }
|
|
204
204
|
});
|
|
205
205
|
Object.defineProperty(exports, "SelectLabel", {
|
|
206
206
|
enumerable: true,
|
|
207
|
-
get: function () { return
|
|
207
|
+
get: function () { return chunk6KBCME37_js.SelectLabel; }
|
|
208
208
|
});
|
|
209
209
|
Object.defineProperty(exports, "SelectScrollDownButton", {
|
|
210
210
|
enumerable: true,
|
|
211
|
-
get: function () { return
|
|
211
|
+
get: function () { return chunk6KBCME37_js.SelectScrollDownButton; }
|
|
212
212
|
});
|
|
213
213
|
Object.defineProperty(exports, "SelectScrollUpButton", {
|
|
214
214
|
enumerable: true,
|
|
215
|
-
get: function () { return
|
|
215
|
+
get: function () { return chunk6KBCME37_js.SelectScrollUpButton; }
|
|
216
216
|
});
|
|
217
217
|
Object.defineProperty(exports, "SelectSeparator", {
|
|
218
218
|
enumerable: true,
|
|
219
|
-
get: function () { return
|
|
219
|
+
get: function () { return chunk6KBCME37_js.SelectSeparator; }
|
|
220
220
|
});
|
|
221
221
|
Object.defineProperty(exports, "SelectTrigger", {
|
|
222
222
|
enumerable: true,
|
|
223
|
-
get: function () { return
|
|
223
|
+
get: function () { return chunk6KBCME37_js.SelectTrigger; }
|
|
224
224
|
});
|
|
225
225
|
Object.defineProperty(exports, "SelectValue", {
|
|
226
226
|
enumerable: true,
|
|
227
|
-
get: function () { return
|
|
227
|
+
get: function () { return chunk6KBCME37_js.SelectValue; }
|
|
228
228
|
});
|
|
229
229
|
Object.defineProperty(exports, "Separator", {
|
|
230
230
|
enumerable: true,
|
|
231
|
-
get: function () { return
|
|
231
|
+
get: function () { return chunk6KBCME37_js.Separator; }
|
|
232
232
|
});
|
|
233
233
|
Object.defineProperty(exports, "Skeleton", {
|
|
234
234
|
enumerable: true,
|
|
235
|
-
get: function () { return
|
|
235
|
+
get: function () { return chunk6KBCME37_js.Skeleton; }
|
|
236
236
|
});
|
|
237
237
|
Object.defineProperty(exports, "SkeletonAvatar", {
|
|
238
238
|
enumerable: true,
|
|
239
|
-
get: function () { return
|
|
239
|
+
get: function () { return chunk6KBCME37_js.SkeletonAvatar; }
|
|
240
240
|
});
|
|
241
241
|
Object.defineProperty(exports, "SkeletonBadge", {
|
|
242
242
|
enumerable: true,
|
|
243
|
-
get: function () { return
|
|
243
|
+
get: function () { return chunk6KBCME37_js.SkeletonBadge; }
|
|
244
244
|
});
|
|
245
245
|
Object.defineProperty(exports, "SkeletonButton", {
|
|
246
246
|
enumerable: true,
|
|
247
|
-
get: function () { return
|
|
247
|
+
get: function () { return chunk6KBCME37_js.SkeletonButton; }
|
|
248
248
|
});
|
|
249
249
|
Object.defineProperty(exports, "SkeletonCard", {
|
|
250
250
|
enumerable: true,
|
|
251
|
-
get: function () { return
|
|
251
|
+
get: function () { return chunk6KBCME37_js.SkeletonCard; }
|
|
252
252
|
});
|
|
253
253
|
Object.defineProperty(exports, "SkeletonIcon", {
|
|
254
254
|
enumerable: true,
|
|
255
|
-
get: function () { return
|
|
255
|
+
get: function () { return chunk6KBCME37_js.SkeletonIcon; }
|
|
256
256
|
});
|
|
257
257
|
Object.defineProperty(exports, "SkeletonInput", {
|
|
258
258
|
enumerable: true,
|
|
259
|
-
get: function () { return
|
|
259
|
+
get: function () { return chunk6KBCME37_js.SkeletonInput; }
|
|
260
260
|
});
|
|
261
261
|
Object.defineProperty(exports, "SkeletonSubtitle", {
|
|
262
262
|
enumerable: true,
|
|
263
|
-
get: function () { return
|
|
263
|
+
get: function () { return chunk6KBCME37_js.SkeletonSubtitle; }
|
|
264
264
|
});
|
|
265
265
|
Object.defineProperty(exports, "SkeletonTableRow", {
|
|
266
266
|
enumerable: true,
|
|
267
|
-
get: function () { return
|
|
267
|
+
get: function () { return chunk6KBCME37_js.SkeletonTableRow; }
|
|
268
268
|
});
|
|
269
269
|
Object.defineProperty(exports, "SkeletonTableRows", {
|
|
270
270
|
enumerable: true,
|
|
271
|
-
get: function () { return
|
|
271
|
+
get: function () { return chunk6KBCME37_js.SkeletonTableRows; }
|
|
272
272
|
});
|
|
273
273
|
Object.defineProperty(exports, "SkeletonText", {
|
|
274
274
|
enumerable: true,
|
|
275
|
-
get: function () { return
|
|
275
|
+
get: function () { return chunk6KBCME37_js.SkeletonText; }
|
|
276
276
|
});
|
|
277
277
|
Object.defineProperty(exports, "SkeletonTitle", {
|
|
278
278
|
enumerable: true,
|
|
279
|
-
get: function () { return
|
|
279
|
+
get: function () { return chunk6KBCME37_js.SkeletonTitle; }
|
|
280
280
|
});
|
|
281
281
|
Object.defineProperty(exports, "Switch", {
|
|
282
282
|
enumerable: true,
|
|
283
|
-
get: function () { return
|
|
283
|
+
get: function () { return chunk6KBCME37_js.Switch; }
|
|
284
284
|
});
|
|
285
285
|
Object.defineProperty(exports, "Table", {
|
|
286
286
|
enumerable: true,
|
|
287
|
-
get: function () { return
|
|
287
|
+
get: function () { return chunk6KBCME37_js.Table; }
|
|
288
288
|
});
|
|
289
289
|
Object.defineProperty(exports, "TableBody", {
|
|
290
290
|
enumerable: true,
|
|
291
|
-
get: function () { return
|
|
291
|
+
get: function () { return chunk6KBCME37_js.TableBody; }
|
|
292
292
|
});
|
|
293
293
|
Object.defineProperty(exports, "TableCaption", {
|
|
294
294
|
enumerable: true,
|
|
295
|
-
get: function () { return
|
|
295
|
+
get: function () { return chunk6KBCME37_js.TableCaption; }
|
|
296
296
|
});
|
|
297
297
|
Object.defineProperty(exports, "TableCell", {
|
|
298
298
|
enumerable: true,
|
|
299
|
-
get: function () { return
|
|
299
|
+
get: function () { return chunk6KBCME37_js.TableCell; }
|
|
300
300
|
});
|
|
301
301
|
Object.defineProperty(exports, "TableFooter", {
|
|
302
302
|
enumerable: true,
|
|
303
|
-
get: function () { return
|
|
303
|
+
get: function () { return chunk6KBCME37_js.TableFooter; }
|
|
304
304
|
});
|
|
305
305
|
Object.defineProperty(exports, "TableHead", {
|
|
306
306
|
enumerable: true,
|
|
307
|
-
get: function () { return
|
|
307
|
+
get: function () { return chunk6KBCME37_js.TableHead; }
|
|
308
308
|
});
|
|
309
309
|
Object.defineProperty(exports, "TableHeader", {
|
|
310
310
|
enumerable: true,
|
|
311
|
-
get: function () { return
|
|
311
|
+
get: function () { return chunk6KBCME37_js.TableHeader; }
|
|
312
312
|
});
|
|
313
313
|
Object.defineProperty(exports, "TableRow", {
|
|
314
314
|
enumerable: true,
|
|
315
|
-
get: function () { return
|
|
315
|
+
get: function () { return chunk6KBCME37_js.TableRow; }
|
|
316
316
|
});
|
|
317
317
|
Object.defineProperty(exports, "TableRowCheckbox", {
|
|
318
318
|
enumerable: true,
|
|
319
|
-
get: function () { return
|
|
319
|
+
get: function () { return chunk6KBCME37_js.TableRowCheckbox; }
|
|
320
320
|
});
|
|
321
321
|
Object.defineProperty(exports, "TableSelectAll", {
|
|
322
322
|
enumerable: true,
|
|
323
|
-
get: function () { return
|
|
323
|
+
get: function () { return chunk6KBCME37_js.TableSelectAll; }
|
|
324
324
|
});
|
|
325
325
|
Object.defineProperty(exports, "Tabs", {
|
|
326
326
|
enumerable: true,
|
|
327
|
-
get: function () { return
|
|
327
|
+
get: function () { return chunk6KBCME37_js.Tabs; }
|
|
328
328
|
});
|
|
329
329
|
Object.defineProperty(exports, "TabsContent", {
|
|
330
330
|
enumerable: true,
|
|
331
|
-
get: function () { return
|
|
331
|
+
get: function () { return chunk6KBCME37_js.TabsContent; }
|
|
332
332
|
});
|
|
333
333
|
Object.defineProperty(exports, "TabsList", {
|
|
334
334
|
enumerable: true,
|
|
335
|
-
get: function () { return
|
|
335
|
+
get: function () { return chunk6KBCME37_js.TabsList; }
|
|
336
336
|
});
|
|
337
337
|
Object.defineProperty(exports, "TabsTrigger", {
|
|
338
338
|
enumerable: true,
|
|
339
|
-
get: function () { return
|
|
339
|
+
get: function () { return chunk6KBCME37_js.TabsTrigger; }
|
|
340
340
|
});
|
|
341
341
|
Object.defineProperty(exports, "Textarea", {
|
|
342
342
|
enumerable: true,
|
|
343
|
-
get: function () { return
|
|
343
|
+
get: function () { return chunk6KBCME37_js.Textarea; }
|
|
344
344
|
});
|
|
345
345
|
Object.defineProperty(exports, "Toggle", {
|
|
346
346
|
enumerable: true,
|
|
347
|
-
get: function () { return
|
|
347
|
+
get: function () { return chunk6KBCME37_js.Toggle; }
|
|
348
348
|
});
|
|
349
349
|
Object.defineProperty(exports, "buttonVariants", {
|
|
350
350
|
enumerable: true,
|
|
351
|
-
get: function () { return
|
|
351
|
+
get: function () { return chunk6KBCME37_js.buttonVariants; }
|
|
352
352
|
});
|
|
353
353
|
Object.defineProperty(exports, "segmentedControlItemVariants", {
|
|
354
354
|
enumerable: true,
|
|
355
|
-
get: function () { return
|
|
355
|
+
get: function () { return chunk6KBCME37_js.segmentedControlItemVariants; }
|
|
356
356
|
});
|
|
357
357
|
Object.defineProperty(exports, "segmentedControlVariants", {
|
|
358
358
|
enumerable: true,
|
|
359
|
-
get: function () { return
|
|
359
|
+
get: function () { return chunk6KBCME37_js.segmentedControlVariants; }
|
|
360
360
|
});
|
|
361
361
|
Object.defineProperty(exports, "separatorVariants", {
|
|
362
362
|
enumerable: true,
|
|
363
|
-
get: function () { return
|
|
363
|
+
get: function () { return chunk6KBCME37_js.separatorVariants; }
|
|
364
364
|
});
|
|
365
365
|
Object.defineProperty(exports, "switchLabelVariants", {
|
|
366
366
|
enumerable: true,
|
|
367
|
-
get: function () { return
|
|
367
|
+
get: function () { return chunk6KBCME37_js.switchLabelVariants; }
|
|
368
368
|
});
|
|
369
369
|
Object.defineProperty(exports, "switchThumbVariants", {
|
|
370
370
|
enumerable: true,
|
|
371
|
-
get: function () { return
|
|
371
|
+
get: function () { return chunk6KBCME37_js.switchThumbVariants; }
|
|
372
372
|
});
|
|
373
373
|
Object.defineProperty(exports, "switchTrackVariants", {
|
|
374
374
|
enumerable: true,
|
|
375
|
-
get: function () { return
|
|
375
|
+
get: function () { return chunk6KBCME37_js.switchTrackVariants; }
|
|
376
376
|
});
|
|
377
377
|
Object.defineProperty(exports, "toggleGroupVariants", {
|
|
378
378
|
enumerable: true,
|
|
379
|
-
get: function () { return
|
|
379
|
+
get: function () { return chunk6KBCME37_js.toggleGroupVariants; }
|
|
380
380
|
});
|
|
381
381
|
Object.defineProperty(exports, "toggleItemVariants", {
|
|
382
382
|
enumerable: true,
|
|
383
|
-
get: function () { return
|
|
383
|
+
get: function () { return chunk6KBCME37_js.toggleItemVariants; }
|
|
384
384
|
});
|
|
385
385
|
Object.defineProperty(exports, "useColumnVisibility", {
|
|
386
386
|
enumerable: true,
|
|
387
|
-
get: function () { return
|
|
387
|
+
get: function () { return chunk6KBCME37_js.useColumnVisibility; }
|
|
388
388
|
});
|
|
389
389
|
Object.defineProperty(exports, "useFormContext", {
|
|
390
390
|
enumerable: true,
|
|
391
|
-
get: function () { return
|
|
391
|
+
get: function () { return chunk6KBCME37_js.useFormContext; }
|
|
392
392
|
});
|
|
393
393
|
Object.defineProperty(exports, "useFormFieldContext", {
|
|
394
394
|
enumerable: true,
|
|
395
|
-
get: function () { return
|
|
395
|
+
get: function () { return chunk6KBCME37_js.useFormFieldContext; }
|
|
396
396
|
});
|
|
397
397
|
Object.defineProperty(exports, "useTableSelection", {
|
|
398
398
|
enumerable: true,
|
|
399
|
-
get: function () { return
|
|
399
|
+
get: function () { return chunk6KBCME37_js.useTableSelection; }
|
|
400
400
|
});
|
|
401
401
|
Object.defineProperty(exports, "Badge", {
|
|
402
402
|
enumerable: true,
|
|
403
|
-
get: function () { return
|
|
403
|
+
get: function () { return chunk5XF7Y25B_js.Badge; }
|
|
404
404
|
});
|
|
405
405
|
Object.defineProperty(exports, "Caption", {
|
|
406
406
|
enumerable: true,
|
|
407
|
-
get: function () { return
|
|
407
|
+
get: function () { return chunk5XF7Y25B_js.Caption; }
|
|
408
408
|
});
|
|
409
409
|
Object.defineProperty(exports, "Code", {
|
|
410
410
|
enumerable: true,
|
|
411
|
-
get: function () { return
|
|
411
|
+
get: function () { return chunk5XF7Y25B_js.Code; }
|
|
412
412
|
});
|
|
413
413
|
Object.defineProperty(exports, "Heading", {
|
|
414
414
|
enumerable: true,
|
|
415
|
-
get: function () { return
|
|
415
|
+
get: function () { return chunk5XF7Y25B_js.Heading; }
|
|
416
416
|
});
|
|
417
417
|
Object.defineProperty(exports, "Label", {
|
|
418
418
|
enumerable: true,
|
|
419
|
-
get: function () { return
|
|
419
|
+
get: function () { return chunk5XF7Y25B_js.Label; }
|
|
420
420
|
});
|
|
421
421
|
Object.defineProperty(exports, "Text", {
|
|
422
422
|
enumerable: true,
|
|
423
|
-
get: function () { return
|
|
423
|
+
get: function () { return chunk5XF7Y25B_js.Text; }
|
|
424
|
+
});
|
|
425
|
+
Object.defineProperty(exports, "Tooltip", {
|
|
426
|
+
enumerable: true,
|
|
427
|
+
get: function () { return chunk5XF7Y25B_js.Tooltip; }
|
|
424
428
|
});
|
|
425
429
|
Object.defineProperty(exports, "badgeVariants", {
|
|
426
430
|
enumerable: true,
|
|
427
|
-
get: function () { return
|
|
431
|
+
get: function () { return chunk5XF7Y25B_js.badgeVariants; }
|
|
428
432
|
});
|
|
429
433
|
Object.defineProperty(exports, "captionVariants", {
|
|
430
434
|
enumerable: true,
|
|
431
|
-
get: function () { return
|
|
435
|
+
get: function () { return chunk5XF7Y25B_js.captionVariants; }
|
|
432
436
|
});
|
|
433
437
|
Object.defineProperty(exports, "codeVariants", {
|
|
434
438
|
enumerable: true,
|
|
435
|
-
get: function () { return
|
|
439
|
+
get: function () { return chunk5XF7Y25B_js.codeVariants; }
|
|
436
440
|
});
|
|
437
441
|
Object.defineProperty(exports, "headingVariants", {
|
|
438
442
|
enumerable: true,
|
|
439
|
-
get: function () { return
|
|
443
|
+
get: function () { return chunk5XF7Y25B_js.headingVariants; }
|
|
440
444
|
});
|
|
441
445
|
Object.defineProperty(exports, "labelVariants", {
|
|
442
446
|
enumerable: true,
|
|
443
|
-
get: function () { return
|
|
447
|
+
get: function () { return chunk5XF7Y25B_js.labelVariants; }
|
|
444
448
|
});
|
|
445
449
|
Object.defineProperty(exports, "textVariants", {
|
|
446
450
|
enumerable: true,
|
|
447
|
-
get: function () { return
|
|
451
|
+
get: function () { return chunk5XF7Y25B_js.textVariants; }
|
|
448
452
|
});
|
|
449
453
|
//# sourceMappingURL=primitives.js.map
|
|
450
454
|
//# sourceMappingURL=primitives.js.map
|
package/dist/primitives.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ColumnSelection, 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, Form, FormControl, FormDescription, FormField, FormLabel, FormMessage, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, SegmentedControl, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Skeleton, SkeletonAvatar, SkeletonBadge, SkeletonButton, SkeletonCard, SkeletonIcon, SkeletonInput, SkeletonSubtitle, SkeletonTableRow, SkeletonTableRows, SkeletonText, SkeletonTitle, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableRowCheckbox, TableSelectAll, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toggle, buttonVariants, segmentedControlItemVariants, segmentedControlVariants, separatorVariants, switchLabelVariants, switchThumbVariants, switchTrackVariants, toggleGroupVariants, toggleItemVariants, useColumnVisibility, useFormContext, useFormFieldContext, useTableSelection } from './chunk-
|
|
2
|
-
export { Badge, Caption, Code, Heading, Label, Text, badgeVariants, captionVariants, codeVariants, headingVariants, labelVariants, textVariants } from './chunk-
|
|
1
|
+
export { Button, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ColumnSelection, 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, Form, FormControl, FormDescription, FormField, FormLabel, FormMessage, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, SegmentedControl, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Skeleton, SkeletonAvatar, SkeletonBadge, SkeletonButton, SkeletonCard, SkeletonIcon, SkeletonInput, SkeletonSubtitle, SkeletonTableRow, SkeletonTableRows, SkeletonText, SkeletonTitle, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, TableRowCheckbox, TableSelectAll, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toggle, buttonVariants, segmentedControlItemVariants, segmentedControlVariants, separatorVariants, switchLabelVariants, switchThumbVariants, switchTrackVariants, toggleGroupVariants, toggleItemVariants, useColumnVisibility, useFormContext, useFormFieldContext, useTableSelection } from './chunk-DNRDNWUF.mjs';
|
|
2
|
+
export { Badge, Caption, Code, Heading, Label, Text, Tooltip, badgeVariants, captionVariants, codeVariants, headingVariants, labelVariants, textVariants } from './chunk-UQ66UPWH.mjs';
|
|
3
3
|
import './chunk-WFBSFUC6.mjs';
|
|
4
4
|
//# sourceMappingURL=primitives.mjs.map
|
|
5
5
|
//# sourceMappingURL=primitives.mjs.map
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
type TooltipVariant = "default" | "info" | "warning" | "destructive" | "success";
|
|
5
|
+
interface TooltipProps {
|
|
6
|
+
/** The tooltip text or content to display. */
|
|
7
|
+
content: React.ReactNode;
|
|
8
|
+
/** The element that triggers the tooltip. */
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
/** Visual style variant. */
|
|
11
|
+
variant?: TooltipVariant;
|
|
12
|
+
/** Which side of the trigger to render the tooltip. */
|
|
13
|
+
side?: "top" | "bottom" | "left" | "right";
|
|
14
|
+
/** Distance in px between the tooltip and the trigger. */
|
|
15
|
+
sideOffset?: number;
|
|
16
|
+
/** Delay in ms before the tooltip opens. Default: 200. */
|
|
17
|
+
delayDuration?: number;
|
|
18
|
+
/** Extra class names applied to the tooltip bubble. */
|
|
19
|
+
className?: string;
|
|
20
|
+
/** When true, renders children without any tooltip wrapper. */
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
}
|
|
23
|
+
declare function Tooltip({ content, children, variant, side, sideOffset, delayDuration, className, disabled, }: TooltipProps): react_jsx_runtime.JSX.Element;
|
|
24
|
+
|
|
25
|
+
export { Tooltip as T, type TooltipProps as a, type TooltipVariant as b };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
type TooltipVariant = "default" | "info" | "warning" | "destructive" | "success";
|
|
5
|
+
interface TooltipProps {
|
|
6
|
+
/** The tooltip text or content to display. */
|
|
7
|
+
content: React.ReactNode;
|
|
8
|
+
/** The element that triggers the tooltip. */
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
/** Visual style variant. */
|
|
11
|
+
variant?: TooltipVariant;
|
|
12
|
+
/** Which side of the trigger to render the tooltip. */
|
|
13
|
+
side?: "top" | "bottom" | "left" | "right";
|
|
14
|
+
/** Distance in px between the tooltip and the trigger. */
|
|
15
|
+
sideOffset?: number;
|
|
16
|
+
/** Delay in ms before the tooltip opens. Default: 200. */
|
|
17
|
+
delayDuration?: number;
|
|
18
|
+
/** Extra class names applied to the tooltip bubble. */
|
|
19
|
+
className?: string;
|
|
20
|
+
/** When true, renders children without any tooltip wrapper. */
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
}
|
|
23
|
+
declare function Tooltip({ content, children, variant, side, sideOffset, delayDuration, className, disabled, }: TooltipProps): react_jsx_runtime.JSX.Element;
|
|
24
|
+
|
|
25
|
+
export { Tooltip as T, type TooltipProps as a, type TooltipVariant as b };
|