@pos-360/horizon 0.3.0 → 0.5.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/animated-icons.js +1 -0
- package/dist/animated-icons.mjs +1 -0
- package/dist/chunk-BNOZCJOK.mjs +53 -0
- package/dist/chunk-BNOZCJOK.mjs.map +1 -0
- package/dist/{chunk-HJPQ6TOR.mjs → chunk-BSRLO5SU.mjs} +34 -34
- package/dist/chunk-BSRLO5SU.mjs.map +1 -0
- package/dist/{chunk-S2A3IDOX.js → chunk-E3TQU2GX.js} +34 -34
- package/dist/chunk-E3TQU2GX.js.map +1 -0
- package/dist/chunk-GGM3MDFM.js +32 -0
- package/dist/{chunk-AA25LTS4.js.map → chunk-GGM3MDFM.js.map} +1 -1
- package/dist/chunk-HQDEEBXV.js +55 -0
- package/dist/chunk-HQDEEBXV.js.map +1 -0
- package/dist/{chunk-BWR6DSQJ.js → chunk-L5DU65XJ.js} +106 -49
- package/dist/chunk-L5DU65XJ.js.map +1 -0
- package/dist/{chunk-TQPMV72P.mjs → chunk-SVBDAFK4.mjs} +107 -50
- package/dist/chunk-SVBDAFK4.mjs.map +1 -0
- package/dist/chunk-WFBSFUC6.mjs +29 -0
- package/dist/{chunk-Y6G4VKJ3.mjs.map → chunk-WFBSFUC6.mjs.map} +1 -1
- package/dist/enhanced.d.mts +3 -11
- package/dist/enhanced.d.ts +3 -11
- package/dist/enhanced.js +13 -12
- package/dist/enhanced.mjs +2 -1
- package/dist/hooks.d.mts +30 -1
- package/dist/hooks.d.ts +30 -1
- package/dist/hooks.js +8 -1
- package/dist/hooks.mjs +2 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +112 -107
- package/dist/index.mjs +4 -3
- package/dist/primitives.js +95 -94
- package/dist/primitives.mjs +2 -1
- package/dist/tailwind.d.mts +44 -14
- package/dist/tailwind.d.ts +44 -14
- package/dist/tailwind.js +218 -1
- package/dist/tailwind.js.map +1 -1
- package/dist/tailwind.mjs +218 -1
- package/dist/tailwind.mjs.map +1 -1
- package/dist/toast-cr-vEOyB.d.mts +18 -0
- package/dist/toast-cr-vEOyB.d.ts +18 -0
- package/package.json +1 -1
- package/dist/chunk-AA25LTS4.js +0 -4
- package/dist/chunk-BWR6DSQJ.js.map +0 -1
- package/dist/chunk-HJPQ6TOR.mjs.map +0 -1
- package/dist/chunk-S2A3IDOX.js.map +0 -1
- package/dist/chunk-TQPMV72P.mjs.map +0 -1
- package/dist/chunk-Y6G4VKJ3.mjs +0 -3
package/dist/primitives.js
CHANGED
|
@@ -1,381 +1,382 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkE3TQU2GX_js = require('./chunk-E3TQU2GX.js');
|
|
4
4
|
require('./chunk-TMZLQK74.js');
|
|
5
|
+
require('./chunk-GGM3MDFM.js');
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
|
|
8
9
|
Object.defineProperty(exports, "Badge", {
|
|
9
10
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkE3TQU2GX_js.Badge; }
|
|
11
12
|
});
|
|
12
13
|
Object.defineProperty(exports, "Button", {
|
|
13
14
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkE3TQU2GX_js.Button; }
|
|
15
16
|
});
|
|
16
17
|
Object.defineProperty(exports, "Caption", {
|
|
17
18
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkE3TQU2GX_js.Caption; }
|
|
19
20
|
});
|
|
20
21
|
Object.defineProperty(exports, "Card", {
|
|
21
22
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkE3TQU2GX_js.Card; }
|
|
23
24
|
});
|
|
24
25
|
Object.defineProperty(exports, "CardContent", {
|
|
25
26
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkE3TQU2GX_js.CardContent; }
|
|
27
28
|
});
|
|
28
29
|
Object.defineProperty(exports, "CardDescription", {
|
|
29
30
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkE3TQU2GX_js.CardDescription; }
|
|
31
32
|
});
|
|
32
33
|
Object.defineProperty(exports, "CardFooter", {
|
|
33
34
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkE3TQU2GX_js.CardFooter; }
|
|
35
36
|
});
|
|
36
37
|
Object.defineProperty(exports, "CardHeader", {
|
|
37
38
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkE3TQU2GX_js.CardHeader; }
|
|
39
40
|
});
|
|
40
41
|
Object.defineProperty(exports, "CardTitle", {
|
|
41
42
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkE3TQU2GX_js.CardTitle; }
|
|
43
44
|
});
|
|
44
45
|
Object.defineProperty(exports, "Checkbox", {
|
|
45
46
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkE3TQU2GX_js.Checkbox; }
|
|
47
48
|
});
|
|
48
49
|
Object.defineProperty(exports, "Code", {
|
|
49
50
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkE3TQU2GX_js.Code; }
|
|
51
52
|
});
|
|
52
53
|
Object.defineProperty(exports, "Dialog", {
|
|
53
54
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkE3TQU2GX_js.Dialog; }
|
|
55
56
|
});
|
|
56
57
|
Object.defineProperty(exports, "DialogClose", {
|
|
57
58
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkE3TQU2GX_js.DialogClose; }
|
|
59
60
|
});
|
|
60
61
|
Object.defineProperty(exports, "DialogContent", {
|
|
61
62
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkE3TQU2GX_js.DialogContent; }
|
|
63
64
|
});
|
|
64
65
|
Object.defineProperty(exports, "DialogDescription", {
|
|
65
66
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkE3TQU2GX_js.DialogDescription; }
|
|
67
68
|
});
|
|
68
69
|
Object.defineProperty(exports, "DialogFooter", {
|
|
69
70
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkE3TQU2GX_js.DialogFooter; }
|
|
71
72
|
});
|
|
72
73
|
Object.defineProperty(exports, "DialogHeader", {
|
|
73
74
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkE3TQU2GX_js.DialogHeader; }
|
|
75
76
|
});
|
|
76
77
|
Object.defineProperty(exports, "DialogOverlay", {
|
|
77
78
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkE3TQU2GX_js.DialogOverlay; }
|
|
79
80
|
});
|
|
80
81
|
Object.defineProperty(exports, "DialogPortal", {
|
|
81
82
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkE3TQU2GX_js.DialogPortal; }
|
|
83
84
|
});
|
|
84
85
|
Object.defineProperty(exports, "DialogTitle", {
|
|
85
86
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkE3TQU2GX_js.DialogTitle; }
|
|
87
88
|
});
|
|
88
89
|
Object.defineProperty(exports, "DialogTrigger", {
|
|
89
90
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkE3TQU2GX_js.DialogTrigger; }
|
|
91
92
|
});
|
|
92
93
|
Object.defineProperty(exports, "DropdownMenu", {
|
|
93
94
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenu; }
|
|
95
96
|
});
|
|
96
97
|
Object.defineProperty(exports, "DropdownMenuCheckboxItem", {
|
|
97
98
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuCheckboxItem; }
|
|
99
100
|
});
|
|
100
101
|
Object.defineProperty(exports, "DropdownMenuContent", {
|
|
101
102
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuContent; }
|
|
103
104
|
});
|
|
104
105
|
Object.defineProperty(exports, "DropdownMenuGroup", {
|
|
105
106
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
107
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuGroup; }
|
|
107
108
|
});
|
|
108
109
|
Object.defineProperty(exports, "DropdownMenuItem", {
|
|
109
110
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
111
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuItem; }
|
|
111
112
|
});
|
|
112
113
|
Object.defineProperty(exports, "DropdownMenuLabel", {
|
|
113
114
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
115
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuLabel; }
|
|
115
116
|
});
|
|
116
117
|
Object.defineProperty(exports, "DropdownMenuPortal", {
|
|
117
118
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
119
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuPortal; }
|
|
119
120
|
});
|
|
120
121
|
Object.defineProperty(exports, "DropdownMenuRadioGroup", {
|
|
121
122
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
123
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuRadioGroup; }
|
|
123
124
|
});
|
|
124
125
|
Object.defineProperty(exports, "DropdownMenuRadioItem", {
|
|
125
126
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
127
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuRadioItem; }
|
|
127
128
|
});
|
|
128
129
|
Object.defineProperty(exports, "DropdownMenuSeparator", {
|
|
129
130
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
131
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuSeparator; }
|
|
131
132
|
});
|
|
132
133
|
Object.defineProperty(exports, "DropdownMenuShortcut", {
|
|
133
134
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
135
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuShortcut; }
|
|
135
136
|
});
|
|
136
137
|
Object.defineProperty(exports, "DropdownMenuSub", {
|
|
137
138
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
139
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuSub; }
|
|
139
140
|
});
|
|
140
141
|
Object.defineProperty(exports, "DropdownMenuSubContent", {
|
|
141
142
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
143
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuSubContent; }
|
|
143
144
|
});
|
|
144
145
|
Object.defineProperty(exports, "DropdownMenuSubTrigger", {
|
|
145
146
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
147
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuSubTrigger; }
|
|
147
148
|
});
|
|
148
149
|
Object.defineProperty(exports, "DropdownMenuTrigger", {
|
|
149
150
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
151
|
+
get: function () { return chunkE3TQU2GX_js.DropdownMenuTrigger; }
|
|
151
152
|
});
|
|
152
153
|
Object.defineProperty(exports, "Form", {
|
|
153
154
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
155
|
+
get: function () { return chunkE3TQU2GX_js.Form; }
|
|
155
156
|
});
|
|
156
157
|
Object.defineProperty(exports, "FormControl", {
|
|
157
158
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
159
|
+
get: function () { return chunkE3TQU2GX_js.FormControl; }
|
|
159
160
|
});
|
|
160
161
|
Object.defineProperty(exports, "FormDescription", {
|
|
161
162
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
163
|
+
get: function () { return chunkE3TQU2GX_js.FormDescription; }
|
|
163
164
|
});
|
|
164
165
|
Object.defineProperty(exports, "FormField", {
|
|
165
166
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
167
|
+
get: function () { return chunkE3TQU2GX_js.FormField; }
|
|
167
168
|
});
|
|
168
169
|
Object.defineProperty(exports, "FormLabel", {
|
|
169
170
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
171
|
+
get: function () { return chunkE3TQU2GX_js.FormLabel; }
|
|
171
172
|
});
|
|
172
173
|
Object.defineProperty(exports, "FormMessage", {
|
|
173
174
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
175
|
+
get: function () { return chunkE3TQU2GX_js.FormMessage; }
|
|
175
176
|
});
|
|
176
177
|
Object.defineProperty(exports, "Heading", {
|
|
177
178
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
179
|
+
get: function () { return chunkE3TQU2GX_js.Heading; }
|
|
179
180
|
});
|
|
180
181
|
Object.defineProperty(exports, "Label", {
|
|
181
182
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
183
|
+
get: function () { return chunkE3TQU2GX_js.Label; }
|
|
183
184
|
});
|
|
184
185
|
Object.defineProperty(exports, "Popover", {
|
|
185
186
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
187
|
+
get: function () { return chunkE3TQU2GX_js.Popover; }
|
|
187
188
|
});
|
|
188
189
|
Object.defineProperty(exports, "PopoverAnchor", {
|
|
189
190
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
191
|
+
get: function () { return chunkE3TQU2GX_js.PopoverAnchor; }
|
|
191
192
|
});
|
|
192
193
|
Object.defineProperty(exports, "PopoverContent", {
|
|
193
194
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
195
|
+
get: function () { return chunkE3TQU2GX_js.PopoverContent; }
|
|
195
196
|
});
|
|
196
197
|
Object.defineProperty(exports, "PopoverTrigger", {
|
|
197
198
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
199
|
+
get: function () { return chunkE3TQU2GX_js.PopoverTrigger; }
|
|
199
200
|
});
|
|
200
201
|
Object.defineProperty(exports, "Select", {
|
|
201
202
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
203
|
+
get: function () { return chunkE3TQU2GX_js.Select; }
|
|
203
204
|
});
|
|
204
205
|
Object.defineProperty(exports, "SelectContent", {
|
|
205
206
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
207
|
+
get: function () { return chunkE3TQU2GX_js.SelectContent; }
|
|
207
208
|
});
|
|
208
209
|
Object.defineProperty(exports, "SelectGroup", {
|
|
209
210
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
211
|
+
get: function () { return chunkE3TQU2GX_js.SelectGroup; }
|
|
211
212
|
});
|
|
212
213
|
Object.defineProperty(exports, "SelectItem", {
|
|
213
214
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
215
|
+
get: function () { return chunkE3TQU2GX_js.SelectItem; }
|
|
215
216
|
});
|
|
216
217
|
Object.defineProperty(exports, "SelectLabel", {
|
|
217
218
|
enumerable: true,
|
|
218
|
-
get: function () { return
|
|
219
|
+
get: function () { return chunkE3TQU2GX_js.SelectLabel; }
|
|
219
220
|
});
|
|
220
221
|
Object.defineProperty(exports, "SelectScrollDownButton", {
|
|
221
222
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
223
|
+
get: function () { return chunkE3TQU2GX_js.SelectScrollDownButton; }
|
|
223
224
|
});
|
|
224
225
|
Object.defineProperty(exports, "SelectScrollUpButton", {
|
|
225
226
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
227
|
+
get: function () { return chunkE3TQU2GX_js.SelectScrollUpButton; }
|
|
227
228
|
});
|
|
228
229
|
Object.defineProperty(exports, "SelectSeparator", {
|
|
229
230
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
231
|
+
get: function () { return chunkE3TQU2GX_js.SelectSeparator; }
|
|
231
232
|
});
|
|
232
233
|
Object.defineProperty(exports, "SelectTrigger", {
|
|
233
234
|
enumerable: true,
|
|
234
|
-
get: function () { return
|
|
235
|
+
get: function () { return chunkE3TQU2GX_js.SelectTrigger; }
|
|
235
236
|
});
|
|
236
237
|
Object.defineProperty(exports, "SelectValue", {
|
|
237
238
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
239
|
+
get: function () { return chunkE3TQU2GX_js.SelectValue; }
|
|
239
240
|
});
|
|
240
241
|
Object.defineProperty(exports, "Skeleton", {
|
|
241
242
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
243
|
+
get: function () { return chunkE3TQU2GX_js.Skeleton; }
|
|
243
244
|
});
|
|
244
245
|
Object.defineProperty(exports, "SkeletonAvatar", {
|
|
245
246
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
247
|
+
get: function () { return chunkE3TQU2GX_js.SkeletonAvatar; }
|
|
247
248
|
});
|
|
248
249
|
Object.defineProperty(exports, "SkeletonBadge", {
|
|
249
250
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
251
|
+
get: function () { return chunkE3TQU2GX_js.SkeletonBadge; }
|
|
251
252
|
});
|
|
252
253
|
Object.defineProperty(exports, "SkeletonButton", {
|
|
253
254
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
255
|
+
get: function () { return chunkE3TQU2GX_js.SkeletonButton; }
|
|
255
256
|
});
|
|
256
257
|
Object.defineProperty(exports, "SkeletonCard", {
|
|
257
258
|
enumerable: true,
|
|
258
|
-
get: function () { return
|
|
259
|
+
get: function () { return chunkE3TQU2GX_js.SkeletonCard; }
|
|
259
260
|
});
|
|
260
261
|
Object.defineProperty(exports, "SkeletonIcon", {
|
|
261
262
|
enumerable: true,
|
|
262
|
-
get: function () { return
|
|
263
|
+
get: function () { return chunkE3TQU2GX_js.SkeletonIcon; }
|
|
263
264
|
});
|
|
264
265
|
Object.defineProperty(exports, "SkeletonInput", {
|
|
265
266
|
enumerable: true,
|
|
266
|
-
get: function () { return
|
|
267
|
+
get: function () { return chunkE3TQU2GX_js.SkeletonInput; }
|
|
267
268
|
});
|
|
268
269
|
Object.defineProperty(exports, "SkeletonSubtitle", {
|
|
269
270
|
enumerable: true,
|
|
270
|
-
get: function () { return
|
|
271
|
+
get: function () { return chunkE3TQU2GX_js.SkeletonSubtitle; }
|
|
271
272
|
});
|
|
272
273
|
Object.defineProperty(exports, "SkeletonTableRow", {
|
|
273
274
|
enumerable: true,
|
|
274
|
-
get: function () { return
|
|
275
|
+
get: function () { return chunkE3TQU2GX_js.SkeletonTableRow; }
|
|
275
276
|
});
|
|
276
277
|
Object.defineProperty(exports, "SkeletonTableRows", {
|
|
277
278
|
enumerable: true,
|
|
278
|
-
get: function () { return
|
|
279
|
+
get: function () { return chunkE3TQU2GX_js.SkeletonTableRows; }
|
|
279
280
|
});
|
|
280
281
|
Object.defineProperty(exports, "SkeletonText", {
|
|
281
282
|
enumerable: true,
|
|
282
|
-
get: function () { return
|
|
283
|
+
get: function () { return chunkE3TQU2GX_js.SkeletonText; }
|
|
283
284
|
});
|
|
284
285
|
Object.defineProperty(exports, "SkeletonTitle", {
|
|
285
286
|
enumerable: true,
|
|
286
|
-
get: function () { return
|
|
287
|
+
get: function () { return chunkE3TQU2GX_js.SkeletonTitle; }
|
|
287
288
|
});
|
|
288
289
|
Object.defineProperty(exports, "Table", {
|
|
289
290
|
enumerable: true,
|
|
290
|
-
get: function () { return
|
|
291
|
+
get: function () { return chunkE3TQU2GX_js.Table; }
|
|
291
292
|
});
|
|
292
293
|
Object.defineProperty(exports, "TableBody", {
|
|
293
294
|
enumerable: true,
|
|
294
|
-
get: function () { return
|
|
295
|
+
get: function () { return chunkE3TQU2GX_js.TableBody; }
|
|
295
296
|
});
|
|
296
297
|
Object.defineProperty(exports, "TableCaption", {
|
|
297
298
|
enumerable: true,
|
|
298
|
-
get: function () { return
|
|
299
|
+
get: function () { return chunkE3TQU2GX_js.TableCaption; }
|
|
299
300
|
});
|
|
300
301
|
Object.defineProperty(exports, "TableCell", {
|
|
301
302
|
enumerable: true,
|
|
302
|
-
get: function () { return
|
|
303
|
+
get: function () { return chunkE3TQU2GX_js.TableCell; }
|
|
303
304
|
});
|
|
304
305
|
Object.defineProperty(exports, "TableFooter", {
|
|
305
306
|
enumerable: true,
|
|
306
|
-
get: function () { return
|
|
307
|
+
get: function () { return chunkE3TQU2GX_js.TableFooter; }
|
|
307
308
|
});
|
|
308
309
|
Object.defineProperty(exports, "TableHead", {
|
|
309
310
|
enumerable: true,
|
|
310
|
-
get: function () { return
|
|
311
|
+
get: function () { return chunkE3TQU2GX_js.TableHead; }
|
|
311
312
|
});
|
|
312
313
|
Object.defineProperty(exports, "TableHeader", {
|
|
313
314
|
enumerable: true,
|
|
314
|
-
get: function () { return
|
|
315
|
+
get: function () { return chunkE3TQU2GX_js.TableHeader; }
|
|
315
316
|
});
|
|
316
317
|
Object.defineProperty(exports, "TableRow", {
|
|
317
318
|
enumerable: true,
|
|
318
|
-
get: function () { return
|
|
319
|
+
get: function () { return chunkE3TQU2GX_js.TableRow; }
|
|
319
320
|
});
|
|
320
321
|
Object.defineProperty(exports, "Tabs", {
|
|
321
322
|
enumerable: true,
|
|
322
|
-
get: function () { return
|
|
323
|
+
get: function () { return chunkE3TQU2GX_js.Tabs; }
|
|
323
324
|
});
|
|
324
325
|
Object.defineProperty(exports, "TabsContent", {
|
|
325
326
|
enumerable: true,
|
|
326
|
-
get: function () { return
|
|
327
|
+
get: function () { return chunkE3TQU2GX_js.TabsContent; }
|
|
327
328
|
});
|
|
328
329
|
Object.defineProperty(exports, "TabsList", {
|
|
329
330
|
enumerable: true,
|
|
330
|
-
get: function () { return
|
|
331
|
+
get: function () { return chunkE3TQU2GX_js.TabsList; }
|
|
331
332
|
});
|
|
332
333
|
Object.defineProperty(exports, "TabsTrigger", {
|
|
333
334
|
enumerable: true,
|
|
334
|
-
get: function () { return
|
|
335
|
+
get: function () { return chunkE3TQU2GX_js.TabsTrigger; }
|
|
335
336
|
});
|
|
336
337
|
Object.defineProperty(exports, "Text", {
|
|
337
338
|
enumerable: true,
|
|
338
|
-
get: function () { return
|
|
339
|
+
get: function () { return chunkE3TQU2GX_js.Text; }
|
|
339
340
|
});
|
|
340
341
|
Object.defineProperty(exports, "Textarea", {
|
|
341
342
|
enumerable: true,
|
|
342
|
-
get: function () { return
|
|
343
|
+
get: function () { return chunkE3TQU2GX_js.Textarea; }
|
|
343
344
|
});
|
|
344
345
|
Object.defineProperty(exports, "badgeVariants", {
|
|
345
346
|
enumerable: true,
|
|
346
|
-
get: function () { return
|
|
347
|
+
get: function () { return chunkE3TQU2GX_js.badgeVariants; }
|
|
347
348
|
});
|
|
348
349
|
Object.defineProperty(exports, "buttonVariants", {
|
|
349
350
|
enumerable: true,
|
|
350
|
-
get: function () { return
|
|
351
|
+
get: function () { return chunkE3TQU2GX_js.buttonVariants; }
|
|
351
352
|
});
|
|
352
353
|
Object.defineProperty(exports, "captionVariants", {
|
|
353
354
|
enumerable: true,
|
|
354
|
-
get: function () { return
|
|
355
|
+
get: function () { return chunkE3TQU2GX_js.captionVariants; }
|
|
355
356
|
});
|
|
356
357
|
Object.defineProperty(exports, "codeVariants", {
|
|
357
358
|
enumerable: true,
|
|
358
|
-
get: function () { return
|
|
359
|
+
get: function () { return chunkE3TQU2GX_js.codeVariants; }
|
|
359
360
|
});
|
|
360
361
|
Object.defineProperty(exports, "headingVariants", {
|
|
361
362
|
enumerable: true,
|
|
362
|
-
get: function () { return
|
|
363
|
+
get: function () { return chunkE3TQU2GX_js.headingVariants; }
|
|
363
364
|
});
|
|
364
365
|
Object.defineProperty(exports, "labelVariants", {
|
|
365
366
|
enumerable: true,
|
|
366
|
-
get: function () { return
|
|
367
|
+
get: function () { return chunkE3TQU2GX_js.labelVariants; }
|
|
367
368
|
});
|
|
368
369
|
Object.defineProperty(exports, "textVariants", {
|
|
369
370
|
enumerable: true,
|
|
370
|
-
get: function () { return
|
|
371
|
+
get: function () { return chunkE3TQU2GX_js.textVariants; }
|
|
371
372
|
});
|
|
372
373
|
Object.defineProperty(exports, "useFormContext", {
|
|
373
374
|
enumerable: true,
|
|
374
|
-
get: function () { return
|
|
375
|
+
get: function () { return chunkE3TQU2GX_js.useFormContext; }
|
|
375
376
|
});
|
|
376
377
|
Object.defineProperty(exports, "useFormFieldContext", {
|
|
377
378
|
enumerable: true,
|
|
378
|
-
get: function () { return
|
|
379
|
+
get: function () { return chunkE3TQU2GX_js.useFormFieldContext; }
|
|
379
380
|
});
|
|
380
381
|
//# sourceMappingURL=primitives.js.map
|
|
381
382
|
//# sourceMappingURL=primitives.js.map
|
package/dist/primitives.mjs
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
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, Form, FormControl, FormDescription, FormField, FormLabel, FormMessage, 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, useFormContext, useFormFieldContext } 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, Form, FormControl, FormDescription, FormField, FormLabel, FormMessage, 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, useFormContext, useFormFieldContext } from './chunk-BSRLO5SU.mjs';
|
|
2
2
|
import './chunk-TDRL2RCT.mjs';
|
|
3
|
+
import './chunk-WFBSFUC6.mjs';
|
|
3
4
|
//# sourceMappingURL=primitives.mjs.map
|
|
4
5
|
//# sourceMappingURL=primitives.mjs.map
|
package/dist/tailwind.d.mts
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* Use this preset in your tailwind.config.js to get POS-360 design tokens:
|
|
5
|
-
*
|
|
6
|
-
* @example
|
|
7
|
-
* // tailwind.config.js
|
|
8
|
-
* const horizonPreset = require("@pos-360/horizon/tailwind");
|
|
9
|
-
*
|
|
10
|
-
* module.exports = {
|
|
11
|
-
* presets: [horizonPreset],
|
|
12
|
-
* // ... rest of your config
|
|
13
|
-
* }
|
|
14
|
-
*/
|
|
1
|
+
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
|
2
|
+
|
|
15
3
|
declare const horizonPreset: {
|
|
16
4
|
darkMode: "class";
|
|
17
5
|
theme: {
|
|
@@ -50,6 +38,44 @@ declare const horizonPreset: {
|
|
|
50
38
|
DEFAULT: string;
|
|
51
39
|
};
|
|
52
40
|
};
|
|
41
|
+
borderRadius: {
|
|
42
|
+
"hz-sm": string;
|
|
43
|
+
"hz-md": string;
|
|
44
|
+
"hz-lg": string;
|
|
45
|
+
"hz-full": string;
|
|
46
|
+
};
|
|
47
|
+
spacing: {
|
|
48
|
+
"hz-1": string;
|
|
49
|
+
"hz-2": string;
|
|
50
|
+
"hz-3": string;
|
|
51
|
+
"hz-4": string;
|
|
52
|
+
"hz-5": string;
|
|
53
|
+
"hz-6": string;
|
|
54
|
+
"hz-8": string;
|
|
55
|
+
"hz-10": string;
|
|
56
|
+
"hz-12": string;
|
|
57
|
+
"hz-phi-xs": string;
|
|
58
|
+
"hz-phi-sm": string;
|
|
59
|
+
"hz-phi-base": string;
|
|
60
|
+
"hz-phi-md": string;
|
|
61
|
+
"hz-phi-lg": string;
|
|
62
|
+
"hz-phi-xl": string;
|
|
63
|
+
};
|
|
64
|
+
boxShadow: {
|
|
65
|
+
"hz-sm": string;
|
|
66
|
+
"hz-md": string;
|
|
67
|
+
"hz-lg": string;
|
|
68
|
+
};
|
|
69
|
+
transitionDuration: {
|
|
70
|
+
"hz-fast": string;
|
|
71
|
+
"hz-normal": string;
|
|
72
|
+
"hz-slow": string;
|
|
73
|
+
};
|
|
74
|
+
transitionTimingFunction: {
|
|
75
|
+
"hz-default": string;
|
|
76
|
+
"hz-in": string;
|
|
77
|
+
"hz-out": string;
|
|
78
|
+
};
|
|
53
79
|
animation: {
|
|
54
80
|
"pulse-slow": string;
|
|
55
81
|
"fade-in": string;
|
|
@@ -99,6 +125,10 @@ declare const horizonPreset: {
|
|
|
99
125
|
};
|
|
100
126
|
};
|
|
101
127
|
};
|
|
128
|
+
plugins: {
|
|
129
|
+
handler: tailwindcss_types_config.PluginCreator;
|
|
130
|
+
config?: Partial<tailwindcss_types_config.Config>;
|
|
131
|
+
}[];
|
|
102
132
|
};
|
|
103
133
|
|
|
104
134
|
export { horizonPreset as default };
|
package/dist/tailwind.d.ts
CHANGED
|
@@ -1,17 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
*
|
|
4
|
-
* Use this preset in your tailwind.config.js to get POS-360 design tokens:
|
|
5
|
-
*
|
|
6
|
-
* @example
|
|
7
|
-
* // tailwind.config.js
|
|
8
|
-
* const horizonPreset = require("@pos-360/horizon/tailwind");
|
|
9
|
-
*
|
|
10
|
-
* module.exports = {
|
|
11
|
-
* presets: [horizonPreset],
|
|
12
|
-
* // ... rest of your config
|
|
13
|
-
* }
|
|
14
|
-
*/
|
|
1
|
+
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
|
2
|
+
|
|
15
3
|
declare const horizonPreset: {
|
|
16
4
|
darkMode: "class";
|
|
17
5
|
theme: {
|
|
@@ -50,6 +38,44 @@ declare const horizonPreset: {
|
|
|
50
38
|
DEFAULT: string;
|
|
51
39
|
};
|
|
52
40
|
};
|
|
41
|
+
borderRadius: {
|
|
42
|
+
"hz-sm": string;
|
|
43
|
+
"hz-md": string;
|
|
44
|
+
"hz-lg": string;
|
|
45
|
+
"hz-full": string;
|
|
46
|
+
};
|
|
47
|
+
spacing: {
|
|
48
|
+
"hz-1": string;
|
|
49
|
+
"hz-2": string;
|
|
50
|
+
"hz-3": string;
|
|
51
|
+
"hz-4": string;
|
|
52
|
+
"hz-5": string;
|
|
53
|
+
"hz-6": string;
|
|
54
|
+
"hz-8": string;
|
|
55
|
+
"hz-10": string;
|
|
56
|
+
"hz-12": string;
|
|
57
|
+
"hz-phi-xs": string;
|
|
58
|
+
"hz-phi-sm": string;
|
|
59
|
+
"hz-phi-base": string;
|
|
60
|
+
"hz-phi-md": string;
|
|
61
|
+
"hz-phi-lg": string;
|
|
62
|
+
"hz-phi-xl": string;
|
|
63
|
+
};
|
|
64
|
+
boxShadow: {
|
|
65
|
+
"hz-sm": string;
|
|
66
|
+
"hz-md": string;
|
|
67
|
+
"hz-lg": string;
|
|
68
|
+
};
|
|
69
|
+
transitionDuration: {
|
|
70
|
+
"hz-fast": string;
|
|
71
|
+
"hz-normal": string;
|
|
72
|
+
"hz-slow": string;
|
|
73
|
+
};
|
|
74
|
+
transitionTimingFunction: {
|
|
75
|
+
"hz-default": string;
|
|
76
|
+
"hz-in": string;
|
|
77
|
+
"hz-out": string;
|
|
78
|
+
};
|
|
53
79
|
animation: {
|
|
54
80
|
"pulse-slow": string;
|
|
55
81
|
"fade-in": string;
|
|
@@ -99,6 +125,10 @@ declare const horizonPreset: {
|
|
|
99
125
|
};
|
|
100
126
|
};
|
|
101
127
|
};
|
|
128
|
+
plugins: {
|
|
129
|
+
handler: tailwindcss_types_config.PluginCreator;
|
|
130
|
+
config?: Partial<tailwindcss_types_config.Config>;
|
|
131
|
+
}[];
|
|
102
132
|
};
|
|
103
133
|
|
|
104
134
|
export { horizonPreset as default };
|