@glasshome/ui 1.0.0 → 1.1.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/index.d.ts +1 -0
- package/dist/index.js +9 -9
- package/dist/lib/carousel-classes.d.ts +7 -0
- package/dist/lib/carousel-init.d.ts +9 -0
- package/dist/solid/carousel.d.ts +7 -1
- package/dist/solid/icon-picker.d.ts +14 -0
- package/dist/solid/index.d.ts +4 -3
- package/dist/solid/index.js +4011 -3533
- package/dist/solid/schema-form.d.ts +3 -0
- package/dist/solid/section-card.d.ts +1 -0
- package/dist/solid/settings-row.d.ts +9 -2
- package/dist/{utils-gbdcvo14.js → utils-BLMzDBJk.js} +343 -330
- package/package.json +4 -1
- package/src/astro/Carousel.astro +79 -0
- package/src/lib/alert-tones.ts +65 -0
- package/src/lib/badge-tone.ts +4 -0
- package/src/lib/button-variants.ts +44 -0
- package/src/lib/card-classes.ts +37 -0
- package/src/lib/carousel-classes.ts +35 -0
- package/src/lib/carousel-init.ts +87 -0
- package/src/lib/glass-tone.ts +23 -0
- package/src/lib/input-classes.ts +5 -0
- package/src/lib/logo-lockup.ts +49 -0
- package/src/lib/overlay-classes.ts +7 -0
- package/src/lib/section-tokens.ts +8 -0
- package/src/lib/tier-badge.ts +31 -0
- package/src/lib/use-is-mobile.ts +17 -0
- package/src/lib/utils.ts +6 -0
- package/src/styles/globals.css +59 -0
- package/src/styles/theme.css +15 -0
|
@@ -37,25 +37,25 @@ function c(e) {
|
|
|
37
37
|
var l = "relative z-10 min-w-0 flex-1", u = "font-semibold text-base leading-snug", d = "text-foreground/80 text-sm leading-snug [&:not(:first-child)]:mt-0.5";
|
|
38
38
|
//#endregion
|
|
39
39
|
//#region node_modules/clsx/dist/clsx.mjs
|
|
40
|
-
function
|
|
40
|
+
function ee(e) {
|
|
41
41
|
var t, n, r = "";
|
|
42
42
|
if (typeof e == "string" || typeof e == "number") r += e;
|
|
43
43
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
44
44
|
var i = e.length;
|
|
45
|
-
for (t = 0; t < i; t++) e[t] && (n =
|
|
45
|
+
for (t = 0; t < i; t++) e[t] && (n = ee(e[t])) && (r && (r += " "), r += n);
|
|
46
46
|
} else for (n in e) e[n] && (r && (r += " "), r += n);
|
|
47
47
|
return r;
|
|
48
48
|
}
|
|
49
|
-
function
|
|
50
|
-
for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t =
|
|
49
|
+
function f() {
|
|
50
|
+
for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t = ee(e)) && (r && (r += " "), r += t);
|
|
51
51
|
return r;
|
|
52
52
|
}
|
|
53
53
|
//#endregion
|
|
54
54
|
//#region node_modules/cva/dist/index.mjs
|
|
55
|
-
var
|
|
55
|
+
var p = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, m = [], { compose: h, cva: g, cx: te } = ((e) => {
|
|
56
56
|
let t = (...t) => {
|
|
57
57
|
var n, r;
|
|
58
|
-
return (e == null || (n = e.hooks) == null ? void 0 : n["cx:done"]) === void 0 ? (e == null || (r = e.hooks) == null ? void 0 : r.onComplete) === void 0 ?
|
|
58
|
+
return (e == null || (n = e.hooks) == null ? void 0 : n["cx:done"]) === void 0 ? (e == null || (r = e.hooks) == null ? void 0 : r.onComplete) === void 0 ? f(t) : e?.hooks.onComplete(f(t)) : e?.hooks["cx:done"](f(t));
|
|
59
59
|
};
|
|
60
60
|
return {
|
|
61
61
|
compose: (...e) => {
|
|
@@ -90,10 +90,10 @@ var m = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, h = [], { com
|
|
|
90
90
|
let o = n.length || e?.variants != null ? Object.fromEntries(Object.entries(r || {}).filter(([e, t]) => e !== "class" && e !== "className" && t !== void 0)) : {}, s = n.length ? n.map((e) => e({
|
|
91
91
|
...a,
|
|
92
92
|
...o
|
|
93
|
-
})) :
|
|
93
|
+
})) : m;
|
|
94
94
|
if (e?.variants == null) return t(s, e?.base, r?.class, r?.className);
|
|
95
95
|
let { variants: c } = e, l = Object.keys(c).map((e) => {
|
|
96
|
-
let t = r?.[e], n = a[e], i =
|
|
96
|
+
let t = r?.[e], n = a[e], i = p(t) || p(n);
|
|
97
97
|
return c[e][i];
|
|
98
98
|
}), u = {
|
|
99
99
|
...a,
|
|
@@ -116,7 +116,7 @@ var m = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, h = [], { com
|
|
|
116
116
|
}),
|
|
117
117
|
cx: t
|
|
118
118
|
};
|
|
119
|
-
})(),
|
|
119
|
+
})(), _ = g({
|
|
120
120
|
base: "inline-flex shrink-0 cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-full font-medium text-sm outline-none transition-all focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0",
|
|
121
121
|
variants: {
|
|
122
122
|
variant: {
|
|
@@ -139,18 +139,31 @@ var m = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, h = [], { com
|
|
|
139
139
|
variant: "default",
|
|
140
140
|
size: "default"
|
|
141
141
|
}
|
|
142
|
-
}),
|
|
142
|
+
}), v = _({
|
|
143
143
|
variant: "default",
|
|
144
144
|
size: "none"
|
|
145
|
-
}),
|
|
145
|
+
}), y = _({
|
|
146
146
|
variant: "outline",
|
|
147
147
|
size: "none"
|
|
148
|
-
}),
|
|
148
|
+
}), b = "inline-flex shrink-0 cursor-pointer items-center justify-center rounded-full transition-all duration-150 hover:bg-primary/10 active:scale-90", x = "glass [--glass-wash:20%] [--glass-rim:0.3] [--glass-lift:0.45] [--glass-shade:0.05] dark:[--glass-shade:0]", S = `${x} [--glass-base:color-mix(in_srgb,var(--card)_60%,transparent)]`, C = "backdrop-blur-[var(--glass-blur,24px)] backdrop-saturate-[1.8]", ne = `${S} ${C}`, re = x, w = "border border-border/50 bg-card/40 backdrop-blur-sm", ie = {
|
|
149
149
|
slots: "flex flex-col gap-3 py-3 md:gap-4 md:py-4",
|
|
150
150
|
md: "p-4",
|
|
151
151
|
sm: "p-3",
|
|
152
152
|
none: ""
|
|
153
|
-
},
|
|
153
|
+
}, T = "cursor-pointer transition-colors duration-200 hover:border-border hover:bg-foreground/[0.03] focus-within:border-border", E = "@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-1.5 px-3 has-data-[slot=card-action]:grid-cols-[1fr_auto] md:px-4", D = "font-semibold leading-none", O = "text-muted-foreground text-sm", k = "col-start-2 row-span-2 row-start-1 self-start justify-self-end", A = "px-3 md:px-4", j = "flex items-center px-3 md:px-4 [.border-t]:pt-6", ae = "h-full overflow-hidden";
|
|
154
|
+
function oe(e, t = "horizontal") {
|
|
155
|
+
return e === "slide" ? `flex ${t === "horizontal" ? "-ml-4" : "-mt-4 flex-col"}` : "carousel-stack";
|
|
156
|
+
}
|
|
157
|
+
function se(e, t = "horizontal") {
|
|
158
|
+
return e === "wipe" ? "min-w-0 carousel-wipe" : e === "fade" ? "min-w-0" : `min-w-0 shrink-0 grow-0 basis-full ${t === "horizontal" ? "pl-4" : "pt-4"}`;
|
|
159
|
+
}
|
|
160
|
+
var M = "flex items-center justify-center gap-2";
|
|
161
|
+
function N(e) {
|
|
162
|
+
return `h-1.5 rounded-full transition-all hover:bg-foreground/70 ${e ? "w-6 bg-foreground/80" : "w-1.5 bg-foreground/40"}`;
|
|
163
|
+
}
|
|
164
|
+
//#endregion
|
|
165
|
+
//#region src/lib/glass-tone.ts
|
|
166
|
+
var P = {
|
|
154
167
|
"var(--primary)": .48,
|
|
155
168
|
"var(--accent)": .6,
|
|
156
169
|
"var(--success)": .68,
|
|
@@ -158,20 +171,20 @@ var m = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, h = [], { com
|
|
|
158
171
|
"var(--destructive)": .66,
|
|
159
172
|
"var(--muted-foreground)": .55
|
|
160
173
|
};
|
|
161
|
-
function
|
|
162
|
-
let t =
|
|
174
|
+
function F(e) {
|
|
175
|
+
let t = P[e], n = e.match(/oklch\(\s*([0-9.]+)/)?.[1];
|
|
163
176
|
return Math.min(70, Math.max(46, Math.round(71 - ((t ?? (n ? Number.parseFloat(n) : .6)) - .5) * 60)));
|
|
164
177
|
}
|
|
165
|
-
function
|
|
166
|
-
return `color-mix(in oklab, ${e} ${
|
|
178
|
+
function ce(e) {
|
|
179
|
+
return `color-mix(in oklab, ${e} ${F(e)}%, var(--foreground))`;
|
|
167
180
|
}
|
|
168
181
|
//#endregion
|
|
169
182
|
//#region src/lib/input-classes.ts
|
|
170
|
-
var
|
|
183
|
+
var I = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", le = `flex h-9 w-full min-w-0 rounded-md ${I} px-3 py-1 text-base outline-none transition-[color,box-shadow] selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:font-medium file:text-foreground file:text-sm placeholder:text-muted-foreground disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40`, L = "/assets/glasshome_logo.png", R = "Dash", z = "md", B = {
|
|
171
184
|
sm: 32,
|
|
172
185
|
md: 48,
|
|
173
186
|
lg: 64
|
|
174
|
-
},
|
|
187
|
+
}, ue = {
|
|
175
188
|
sm: {
|
|
176
189
|
mark: "h-8 w-8",
|
|
177
190
|
name: "text-xs",
|
|
@@ -190,39 +203,39 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
190
203
|
sub: "text-3xl",
|
|
191
204
|
gap: "gap-2"
|
|
192
205
|
}
|
|
193
|
-
},
|
|
206
|
+
}, de = "inline-flex items-end", fe = "flex flex-col gap-0.5", pe = "shrink-0", me = "whitespace-nowrap font-bold leading-none tracking-tight", he = "font-bold text-primary uppercase leading-none tracking-[0.18em]", ge = "glass [--glass-base:var(--popover)] [--glass-rim:0.3] [--glass-lift:0.55]", _e = "bg-background/70 backdrop-blur-sm", ve = "rounded-[var(--radius)]", ye = "rounded-[max(0px,calc(var(--radius)-0.75rem))]", be = "p-3", xe = `${`${ye} border border-border/60 bg-card/60`} p-3`, Se = (e, t) => {
|
|
194
207
|
let n = Array(e.length + t.length);
|
|
195
208
|
for (let t = 0; t < e.length; t++) n[t] = e[t];
|
|
196
209
|
for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
|
|
197
210
|
return n;
|
|
198
|
-
},
|
|
211
|
+
}, Ce = (e, t) => ({
|
|
199
212
|
classGroupId: e,
|
|
200
213
|
validator: t
|
|
201
|
-
}),
|
|
214
|
+
}), we = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
|
|
202
215
|
nextPart: e,
|
|
203
216
|
validators: t,
|
|
204
217
|
classGroupId: n
|
|
205
|
-
}), V = "-",
|
|
206
|
-
let t =
|
|
218
|
+
}), V = "-", Te = [], Ee = "arbitrary..", De = (e) => {
|
|
219
|
+
let t = Ae(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
|
|
207
220
|
return {
|
|
208
221
|
getClassGroupId: (e) => {
|
|
209
|
-
if (e.startsWith("[") && e.endsWith("]")) return
|
|
222
|
+
if (e.startsWith("[") && e.endsWith("]")) return ke(e);
|
|
210
223
|
let n = e.split(V);
|
|
211
|
-
return
|
|
224
|
+
return Oe(n, +(n[0] === "" && n.length > 1), t);
|
|
212
225
|
},
|
|
213
226
|
getConflictingClassGroupIds: (e, t) => {
|
|
214
227
|
if (t) {
|
|
215
228
|
let t = r[e], i = n[e];
|
|
216
|
-
return t ? i ?
|
|
229
|
+
return t ? i ? Se(i, t) : t : i || Te;
|
|
217
230
|
}
|
|
218
|
-
return n[e] ||
|
|
231
|
+
return n[e] || Te;
|
|
219
232
|
}
|
|
220
233
|
};
|
|
221
|
-
},
|
|
234
|
+
}, Oe = (e, t, n) => {
|
|
222
235
|
if (e.length - t === 0) return n.classGroupId;
|
|
223
236
|
let r = e[t], i = n.nextPart.get(r);
|
|
224
237
|
if (i) {
|
|
225
|
-
let n =
|
|
238
|
+
let n = Oe(e, t + 1, i);
|
|
226
239
|
if (n) return n;
|
|
227
240
|
}
|
|
228
241
|
let a = n.validators;
|
|
@@ -232,58 +245,58 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
232
245
|
let t = a[e];
|
|
233
246
|
if (t.validator(o)) return t.classGroupId;
|
|
234
247
|
}
|
|
235
|
-
},
|
|
248
|
+
}, ke = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
236
249
|
let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
|
|
237
|
-
return r ?
|
|
238
|
-
})(),
|
|
250
|
+
return r ? Ee + r : void 0;
|
|
251
|
+
})(), Ae = (e) => {
|
|
239
252
|
let { theme: t, classGroups: n } = e;
|
|
240
|
-
return
|
|
241
|
-
},
|
|
242
|
-
let n =
|
|
253
|
+
return je(n, t);
|
|
254
|
+
}, je = (e, t) => {
|
|
255
|
+
let n = we();
|
|
243
256
|
for (let r in e) {
|
|
244
257
|
let i = e[r];
|
|
245
|
-
|
|
258
|
+
Me(i, n, r, t);
|
|
246
259
|
}
|
|
247
260
|
return n;
|
|
248
|
-
},
|
|
261
|
+
}, Me = (e, t, n, r) => {
|
|
249
262
|
let i = e.length;
|
|
250
263
|
for (let a = 0; a < i; a++) {
|
|
251
264
|
let i = e[a];
|
|
252
|
-
|
|
265
|
+
Ne(i, t, n, r);
|
|
253
266
|
}
|
|
254
|
-
},
|
|
267
|
+
}, Ne = (e, t, n, r) => {
|
|
255
268
|
if (typeof e == "string") {
|
|
256
|
-
|
|
269
|
+
Pe(e, t, n);
|
|
257
270
|
return;
|
|
258
271
|
}
|
|
259
272
|
if (typeof e == "function") {
|
|
260
|
-
|
|
273
|
+
Fe(e, t, n, r);
|
|
261
274
|
return;
|
|
262
275
|
}
|
|
263
|
-
|
|
264
|
-
},
|
|
265
|
-
let r = e === "" ? t :
|
|
276
|
+
Ie(e, t, n, r);
|
|
277
|
+
}, Pe = (e, t, n) => {
|
|
278
|
+
let r = e === "" ? t : Le(t, e);
|
|
266
279
|
r.classGroupId = n;
|
|
267
|
-
},
|
|
268
|
-
if (
|
|
269
|
-
|
|
280
|
+
}, Fe = (e, t, n, r) => {
|
|
281
|
+
if (Re(e)) {
|
|
282
|
+
Me(e(r), t, n, r);
|
|
270
283
|
return;
|
|
271
284
|
}
|
|
272
|
-
t.validators === null && (t.validators = []), t.validators.push(
|
|
273
|
-
},
|
|
285
|
+
t.validators === null && (t.validators = []), t.validators.push(Ce(n, e));
|
|
286
|
+
}, Ie = (e, t, n, r) => {
|
|
274
287
|
let i = Object.entries(e), a = i.length;
|
|
275
288
|
for (let e = 0; e < a; e++) {
|
|
276
289
|
let [a, o] = i[e];
|
|
277
|
-
|
|
290
|
+
Me(o, Le(t, a), n, r);
|
|
278
291
|
}
|
|
279
|
-
},
|
|
292
|
+
}, Le = (e, t) => {
|
|
280
293
|
let n = e, r = t.split(V), i = r.length;
|
|
281
294
|
for (let e = 0; e < i; e++) {
|
|
282
295
|
let t = r[e], i = n.nextPart.get(t);
|
|
283
|
-
i || (i =
|
|
296
|
+
i || (i = we(), n.nextPart.set(t, i)), n = i;
|
|
284
297
|
}
|
|
285
298
|
return n;
|
|
286
|
-
},
|
|
299
|
+
}, Re = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, ze = (e) => {
|
|
287
300
|
if (e < 1) return {
|
|
288
301
|
get: () => void 0,
|
|
289
302
|
set: () => {}
|
|
@@ -301,19 +314,19 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
301
314
|
e in n ? n[e] = t : i(e, t);
|
|
302
315
|
}
|
|
303
316
|
};
|
|
304
|
-
},
|
|
317
|
+
}, Be = "!", Ve = ":", He = [], Ue = (e, t, n, r, i) => ({
|
|
305
318
|
modifiers: e,
|
|
306
319
|
hasImportantModifier: t,
|
|
307
320
|
baseClassName: n,
|
|
308
321
|
maybePostfixModifierPosition: r,
|
|
309
322
|
isExternal: i
|
|
310
|
-
}),
|
|
323
|
+
}), We = (e) => {
|
|
311
324
|
let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
|
|
312
325
|
let t = [], n = 0, r = 0, i = 0, a, o = e.length;
|
|
313
326
|
for (let s = 0; s < o; s++) {
|
|
314
327
|
let o = e[s];
|
|
315
328
|
if (n === 0 && r === 0) {
|
|
316
|
-
if (o ===
|
|
329
|
+
if (o === Ve) {
|
|
317
330
|
t.push(e.slice(i, s)), i = s + 1;
|
|
318
331
|
continue;
|
|
319
332
|
}
|
|
@@ -325,13 +338,13 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
325
338
|
o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
|
|
326
339
|
}
|
|
327
340
|
let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
|
|
328
|
-
s.endsWith(
|
|
341
|
+
s.endsWith(Be) ? (c = s.slice(0, -1), l = !0) : s.startsWith(Be) && (c = s.slice(1), l = !0);
|
|
329
342
|
let u = a && a > i ? a - i : void 0;
|
|
330
|
-
return
|
|
343
|
+
return Ue(t, l, c, u);
|
|
331
344
|
};
|
|
332
345
|
if (t) {
|
|
333
|
-
let e = t +
|
|
334
|
-
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) :
|
|
346
|
+
let e = t + Ve, n = r;
|
|
347
|
+
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : Ue(He, !1, t, void 0, !0);
|
|
335
348
|
}
|
|
336
349
|
if (n) {
|
|
337
350
|
let e = r;
|
|
@@ -341,7 +354,7 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
341
354
|
});
|
|
342
355
|
}
|
|
343
356
|
return r;
|
|
344
|
-
},
|
|
357
|
+
}, Ge = (e) => {
|
|
345
358
|
let t = /* @__PURE__ */ new Map();
|
|
346
359
|
return e.orderSensitiveModifiers.forEach((e, n) => {
|
|
347
360
|
t.set(e, 1e6 + n);
|
|
@@ -353,80 +366,80 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
353
366
|
}
|
|
354
367
|
return r.length > 0 && (r.sort(), n.push(...r)), n;
|
|
355
368
|
};
|
|
356
|
-
},
|
|
357
|
-
cache:
|
|
358
|
-
parseClassName:
|
|
359
|
-
sortModifiers:
|
|
360
|
-
postfixLookupClassGroupIds:
|
|
361
|
-
...
|
|
362
|
-
}),
|
|
369
|
+
}, Ke = (e) => ({
|
|
370
|
+
cache: ze(e.cacheSize),
|
|
371
|
+
parseClassName: We(e),
|
|
372
|
+
sortModifiers: Ge(e),
|
|
373
|
+
postfixLookupClassGroupIds: qe(e),
|
|
374
|
+
...De(e)
|
|
375
|
+
}), qe = (e) => {
|
|
363
376
|
let t = Object.create(null), n = e.postfixLookupClassGroups;
|
|
364
377
|
if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
|
|
365
378
|
return t;
|
|
366
|
-
},
|
|
367
|
-
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(
|
|
379
|
+
}, Je = /\s+/, Ye = (e, t) => {
|
|
380
|
+
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(Je), l = "";
|
|
368
381
|
for (let e = c.length - 1; e >= 0; --e) {
|
|
369
|
-
let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier:
|
|
382
|
+
let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: ee, baseClassName: f, maybePostfixModifierPosition: p } = n(t);
|
|
370
383
|
if (u) {
|
|
371
384
|
l = t + (l.length > 0 ? " " + l : l);
|
|
372
385
|
continue;
|
|
373
386
|
}
|
|
374
|
-
let
|
|
375
|
-
if (
|
|
376
|
-
|
|
377
|
-
let e =
|
|
378
|
-
e && e !==
|
|
379
|
-
} else
|
|
380
|
-
if (!
|
|
381
|
-
if (!
|
|
387
|
+
let m = !!p, h;
|
|
388
|
+
if (m) {
|
|
389
|
+
h = r(f.substring(0, p));
|
|
390
|
+
let e = h && o[h] ? r(f) : void 0;
|
|
391
|
+
e && e !== h && (h = e, m = !1);
|
|
392
|
+
} else h = r(f);
|
|
393
|
+
if (!h) {
|
|
394
|
+
if (!m) {
|
|
382
395
|
l = t + (l.length > 0 ? " " + l : l);
|
|
383
396
|
continue;
|
|
384
397
|
}
|
|
385
|
-
if (
|
|
398
|
+
if (h = r(f), !h) {
|
|
386
399
|
l = t + (l.length > 0 ? " " + l : l);
|
|
387
400
|
continue;
|
|
388
401
|
}
|
|
389
|
-
|
|
402
|
+
m = !1;
|
|
390
403
|
}
|
|
391
|
-
let
|
|
392
|
-
if (s.indexOf(
|
|
393
|
-
s.push(
|
|
394
|
-
let
|
|
395
|
-
for (let e = 0; e <
|
|
396
|
-
let t =
|
|
397
|
-
s.push(
|
|
404
|
+
let g = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), te = ee ? g + Be : g, _ = te + h;
|
|
405
|
+
if (s.indexOf(_) > -1) continue;
|
|
406
|
+
s.push(_);
|
|
407
|
+
let v = i(h, m);
|
|
408
|
+
for (let e = 0; e < v.length; ++e) {
|
|
409
|
+
let t = v[e];
|
|
410
|
+
s.push(te + t);
|
|
398
411
|
}
|
|
399
412
|
l = t + (l.length > 0 ? " " + l : l);
|
|
400
413
|
}
|
|
401
414
|
return l;
|
|
402
|
-
},
|
|
415
|
+
}, Xe = (...e) => {
|
|
403
416
|
let t = 0, n, r, i = "";
|
|
404
|
-
for (; t < e.length;) (n = e[t++]) && (r =
|
|
417
|
+
for (; t < e.length;) (n = e[t++]) && (r = Ze(n)) && (i && (i += " "), i += r);
|
|
405
418
|
return i;
|
|
406
|
-
},
|
|
419
|
+
}, Ze = (e) => {
|
|
407
420
|
if (typeof e == "string") return e;
|
|
408
421
|
let t, n = "";
|
|
409
|
-
for (let r = 0; r < e.length; r++) e[r] && (t =
|
|
422
|
+
for (let r = 0; r < e.length; r++) e[r] && (t = Ze(e[r])) && (n && (n += " "), n += t);
|
|
410
423
|
return n;
|
|
411
|
-
},
|
|
412
|
-
let n, r, i, a, o = (o) => (n =
|
|
424
|
+
}, Qe = (e, ...t) => {
|
|
425
|
+
let n, r, i, a, o = (o) => (n = Ke(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
|
|
413
426
|
let t = r(e);
|
|
414
427
|
if (t) return t;
|
|
415
|
-
let a =
|
|
428
|
+
let a = Ye(e, n);
|
|
416
429
|
return i(e, a), a;
|
|
417
430
|
};
|
|
418
|
-
return a = o, (...e) => a(
|
|
419
|
-
},
|
|
420
|
-
let t = (t) => t[e] ||
|
|
431
|
+
return a = o, (...e) => a(Xe(...e));
|
|
432
|
+
}, $e = [], H = (e) => {
|
|
433
|
+
let t = (t) => t[e] || $e;
|
|
421
434
|
return t.isThemeGetter = !0, t;
|
|
422
|
-
},
|
|
423
|
-
let r =
|
|
435
|
+
}, et = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, tt = /^\((?:(\w[\w-]*):)?(.+)\)$/i, nt = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, rt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, it = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, at = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, ot = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, st = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, U = (e) => nt.test(e), W = (e) => !!e && !Number.isNaN(Number(e)), G = (e) => !!e && Number.isInteger(Number(e)), ct = (e) => e.endsWith("%") && W(e.slice(0, -1)), K = (e) => rt.test(e), lt = () => !0, ut = (e) => it.test(e) && !at.test(e), dt = () => !1, ft = (e) => ot.test(e), pt = (e) => st.test(e), mt = (e) => !q(e) && !X(e), ht = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), gt = (e) => Q(e, At, dt), q = (e) => et.test(e), J = (e) => Q(e, jt, ut), _t = (e) => Q(e, Mt, W), vt = (e) => Q(e, Pt, lt), yt = (e) => Q(e, Nt, dt), bt = (e) => Q(e, Ot, dt), xt = (e) => Q(e, kt, pt), Y = (e) => Q(e, Ft, ft), X = (e) => tt.test(e), Z = (e) => $(e, jt), St = (e) => $(e, Nt), Ct = (e) => $(e, Ot), wt = (e) => $(e, At), Tt = (e) => $(e, kt), Et = (e) => $(e, Ft, !0), Dt = (e) => $(e, Pt, !0), Q = (e, t, n) => {
|
|
436
|
+
let r = et.exec(e);
|
|
424
437
|
return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
|
|
425
438
|
}, $ = (e, t, n = !1) => {
|
|
426
|
-
let r =
|
|
439
|
+
let r = tt.exec(e);
|
|
427
440
|
return r ? r[1] ? t(r[1]) : n : !1;
|
|
428
|
-
},
|
|
429
|
-
let e = H("color"), t = H("font"), n = H("text"), r = H("font-weight"), i = H("tracking"), a = H("leading"), o = H("breakpoint"), s = H("container"), c = H("spacing"), l = H("radius"), u = H("shadow"), d = H("inset-shadow"),
|
|
441
|
+
}, Ot = (e) => e === "position" || e === "percentage", kt = (e) => e === "image" || e === "url", At = (e) => e === "length" || e === "size" || e === "bg-size", jt = (e) => e === "length", Mt = (e) => e === "number", Nt = (e) => e === "family-name", Pt = (e) => e === "number" || e === "weight", Ft = (e) => e === "shadow", It = /*#__PURE__*/ Qe(() => {
|
|
442
|
+
let e = H("color"), t = H("font"), n = H("text"), r = H("font-weight"), i = H("tracking"), a = H("leading"), o = H("breakpoint"), s = H("container"), c = H("spacing"), l = H("radius"), u = H("shadow"), d = H("inset-shadow"), ee = H("text-shadow"), f = H("drop-shadow"), p = H("blur"), m = H("perspective"), h = H("aspect"), g = H("ease"), te = H("animate"), _ = () => [
|
|
430
443
|
"auto",
|
|
431
444
|
"avoid",
|
|
432
445
|
"all",
|
|
@@ -435,7 +448,7 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
435
448
|
"left",
|
|
436
449
|
"right",
|
|
437
450
|
"column"
|
|
438
|
-
],
|
|
451
|
+
], v = () => [
|
|
439
452
|
"center",
|
|
440
453
|
"top",
|
|
441
454
|
"bottom",
|
|
@@ -449,36 +462,36 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
449
462
|
"right-bottom",
|
|
450
463
|
"bottom-left",
|
|
451
464
|
"left-bottom"
|
|
452
|
-
],
|
|
453
|
-
...
|
|
465
|
+
], y = () => [
|
|
466
|
+
...v(),
|
|
454
467
|
X,
|
|
455
468
|
q
|
|
456
|
-
],
|
|
469
|
+
], b = () => [
|
|
457
470
|
"auto",
|
|
458
471
|
"hidden",
|
|
459
472
|
"clip",
|
|
460
473
|
"visible",
|
|
461
474
|
"scroll"
|
|
462
|
-
],
|
|
475
|
+
], x = () => [
|
|
463
476
|
"auto",
|
|
464
477
|
"contain",
|
|
465
478
|
"none"
|
|
466
|
-
],
|
|
479
|
+
], S = () => [
|
|
467
480
|
X,
|
|
468
481
|
q,
|
|
469
482
|
c
|
|
470
|
-
],
|
|
483
|
+
], C = () => [
|
|
471
484
|
U,
|
|
472
485
|
"full",
|
|
473
486
|
"auto",
|
|
474
|
-
...
|
|
475
|
-
],
|
|
487
|
+
...S()
|
|
488
|
+
], ne = () => [
|
|
476
489
|
G,
|
|
477
490
|
"none",
|
|
478
491
|
"subgrid",
|
|
479
492
|
X,
|
|
480
493
|
q
|
|
481
|
-
],
|
|
494
|
+
], re = () => [
|
|
482
495
|
"auto",
|
|
483
496
|
{ span: [
|
|
484
497
|
"full",
|
|
@@ -489,19 +502,19 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
489
502
|
G,
|
|
490
503
|
X,
|
|
491
504
|
q
|
|
492
|
-
],
|
|
505
|
+
], w = () => [
|
|
493
506
|
G,
|
|
494
507
|
"auto",
|
|
495
508
|
X,
|
|
496
509
|
q
|
|
497
|
-
],
|
|
510
|
+
], ie = () => [
|
|
498
511
|
"auto",
|
|
499
512
|
"min",
|
|
500
513
|
"max",
|
|
501
514
|
"fr",
|
|
502
515
|
X,
|
|
503
516
|
q
|
|
504
|
-
],
|
|
517
|
+
], T = () => [
|
|
505
518
|
"start",
|
|
506
519
|
"end",
|
|
507
520
|
"center",
|
|
@@ -512,14 +525,14 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
512
525
|
"baseline",
|
|
513
526
|
"center-safe",
|
|
514
527
|
"end-safe"
|
|
515
|
-
],
|
|
528
|
+
], E = () => [
|
|
516
529
|
"start",
|
|
517
530
|
"end",
|
|
518
531
|
"center",
|
|
519
532
|
"stretch",
|
|
520
533
|
"center-safe",
|
|
521
534
|
"end-safe"
|
|
522
|
-
],
|
|
535
|
+
], D = () => ["auto", ...S()], O = () => [
|
|
523
536
|
U,
|
|
524
537
|
"auto",
|
|
525
538
|
"full",
|
|
@@ -532,8 +545,8 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
532
545
|
"min",
|
|
533
546
|
"max",
|
|
534
547
|
"fit",
|
|
535
|
-
...
|
|
536
|
-
],
|
|
548
|
+
...S()
|
|
549
|
+
], k = () => [
|
|
537
550
|
U,
|
|
538
551
|
"screen",
|
|
539
552
|
"full",
|
|
@@ -543,8 +556,8 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
543
556
|
"min",
|
|
544
557
|
"max",
|
|
545
558
|
"fit",
|
|
546
|
-
...
|
|
547
|
-
],
|
|
559
|
+
...S()
|
|
560
|
+
], A = () => [
|
|
548
561
|
U,
|
|
549
562
|
"screen",
|
|
550
563
|
"full",
|
|
@@ -555,17 +568,17 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
555
568
|
"min",
|
|
556
569
|
"max",
|
|
557
570
|
"fit",
|
|
558
|
-
...
|
|
559
|
-
],
|
|
571
|
+
...S()
|
|
572
|
+
], j = () => [
|
|
560
573
|
e,
|
|
561
574
|
X,
|
|
562
575
|
q
|
|
563
|
-
],
|
|
564
|
-
...
|
|
565
|
-
|
|
566
|
-
|
|
576
|
+
], ae = () => [
|
|
577
|
+
...v(),
|
|
578
|
+
Ct,
|
|
579
|
+
bt,
|
|
567
580
|
{ position: [X, q] }
|
|
568
|
-
],
|
|
581
|
+
], oe = () => ["no-repeat", { repeat: [
|
|
569
582
|
"",
|
|
570
583
|
"x",
|
|
571
584
|
"y",
|
|
@@ -575,11 +588,11 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
575
588
|
"auto",
|
|
576
589
|
"cover",
|
|
577
590
|
"contain",
|
|
578
|
-
|
|
579
|
-
|
|
591
|
+
wt,
|
|
592
|
+
gt,
|
|
580
593
|
{ size: [X, q] }
|
|
581
594
|
], M = () => [
|
|
582
|
-
|
|
595
|
+
ct,
|
|
583
596
|
Z,
|
|
584
597
|
J
|
|
585
598
|
], N = () => [
|
|
@@ -618,13 +631,13 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
618
631
|
"luminosity"
|
|
619
632
|
], I = () => [
|
|
620
633
|
W,
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
634
|
+
ct,
|
|
635
|
+
Ct,
|
|
636
|
+
bt
|
|
624
637
|
], le = () => [
|
|
625
638
|
"",
|
|
626
639
|
"none",
|
|
627
|
-
|
|
640
|
+
p,
|
|
628
641
|
X,
|
|
629
642
|
q
|
|
630
643
|
], L = () => [
|
|
@@ -644,7 +657,7 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
644
657
|
], B = () => [
|
|
645
658
|
U,
|
|
646
659
|
"full",
|
|
647
|
-
...
|
|
660
|
+
...S()
|
|
648
661
|
];
|
|
649
662
|
return {
|
|
650
663
|
cacheSize: 500,
|
|
@@ -658,7 +671,7 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
658
671
|
aspect: ["video"],
|
|
659
672
|
blur: [K],
|
|
660
673
|
breakpoint: [K],
|
|
661
|
-
color: [
|
|
674
|
+
color: [lt],
|
|
662
675
|
container: [K],
|
|
663
676
|
"drop-shadow": [K],
|
|
664
677
|
ease: [
|
|
@@ -666,7 +679,7 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
666
679
|
"out",
|
|
667
680
|
"in-out"
|
|
668
681
|
],
|
|
669
|
-
font: [
|
|
682
|
+
font: [mt],
|
|
670
683
|
"font-weight": [
|
|
671
684
|
"thin",
|
|
672
685
|
"extralight",
|
|
@@ -716,7 +729,7 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
716
729
|
U,
|
|
717
730
|
q,
|
|
718
731
|
X,
|
|
719
|
-
|
|
732
|
+
h
|
|
720
733
|
] }],
|
|
721
734
|
container: ["container"],
|
|
722
735
|
"container-type": [{ "@container": [
|
|
@@ -726,15 +739,15 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
726
739
|
X,
|
|
727
740
|
q
|
|
728
741
|
] }],
|
|
729
|
-
"container-named": [
|
|
742
|
+
"container-named": [ht],
|
|
730
743
|
columns: [{ columns: [
|
|
731
744
|
W,
|
|
732
745
|
q,
|
|
733
746
|
X,
|
|
734
747
|
s
|
|
735
748
|
] }],
|
|
736
|
-
"break-after": [{ "break-after":
|
|
737
|
-
"break-before": [{ "break-before":
|
|
749
|
+
"break-after": [{ "break-after": _() }],
|
|
750
|
+
"break-before": [{ "break-before": _() }],
|
|
738
751
|
"break-inside": [{ "break-inside": [
|
|
739
752
|
"auto",
|
|
740
753
|
"avoid",
|
|
@@ -790,13 +803,13 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
790
803
|
"none",
|
|
791
804
|
"scale-down"
|
|
792
805
|
] }],
|
|
793
|
-
"object-position": [{ object:
|
|
794
|
-
overflow: [{ overflow:
|
|
795
|
-
"overflow-x": [{ "overflow-x":
|
|
796
|
-
"overflow-y": [{ "overflow-y":
|
|
797
|
-
overscroll: [{ overscroll:
|
|
798
|
-
"overscroll-x": [{ "overscroll-x":
|
|
799
|
-
"overscroll-y": [{ "overscroll-y":
|
|
806
|
+
"object-position": [{ object: y() }],
|
|
807
|
+
overflow: [{ overflow: b() }],
|
|
808
|
+
"overflow-x": [{ "overflow-x": b() }],
|
|
809
|
+
"overflow-y": [{ "overflow-y": b() }],
|
|
810
|
+
overscroll: [{ overscroll: x() }],
|
|
811
|
+
"overscroll-x": [{ "overscroll-x": x() }],
|
|
812
|
+
"overscroll-y": [{ "overscroll-y": x() }],
|
|
800
813
|
position: [
|
|
801
814
|
"static",
|
|
802
815
|
"fixed",
|
|
@@ -804,23 +817,23 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
804
817
|
"relative",
|
|
805
818
|
"sticky"
|
|
806
819
|
],
|
|
807
|
-
inset: [{ inset:
|
|
808
|
-
"inset-x": [{ "inset-x":
|
|
809
|
-
"inset-y": [{ "inset-y":
|
|
820
|
+
inset: [{ inset: C() }],
|
|
821
|
+
"inset-x": [{ "inset-x": C() }],
|
|
822
|
+
"inset-y": [{ "inset-y": C() }],
|
|
810
823
|
start: [{
|
|
811
|
-
"inset-s":
|
|
812
|
-
start:
|
|
824
|
+
"inset-s": C(),
|
|
825
|
+
start: C()
|
|
813
826
|
}],
|
|
814
827
|
end: [{
|
|
815
|
-
"inset-e":
|
|
816
|
-
end:
|
|
828
|
+
"inset-e": C(),
|
|
829
|
+
end: C()
|
|
817
830
|
}],
|
|
818
|
-
"inset-bs": [{ "inset-bs":
|
|
819
|
-
"inset-be": [{ "inset-be":
|
|
820
|
-
top: [{ top:
|
|
821
|
-
right: [{ right:
|
|
822
|
-
bottom: [{ bottom:
|
|
823
|
-
left: [{ left:
|
|
831
|
+
"inset-bs": [{ "inset-bs": C() }],
|
|
832
|
+
"inset-be": [{ "inset-be": C() }],
|
|
833
|
+
top: [{ top: C() }],
|
|
834
|
+
right: [{ right: C() }],
|
|
835
|
+
bottom: [{ bottom: C() }],
|
|
836
|
+
left: [{ left: C() }],
|
|
824
837
|
visibility: [
|
|
825
838
|
"visible",
|
|
826
839
|
"invisible",
|
|
@@ -837,7 +850,7 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
837
850
|
"full",
|
|
838
851
|
"auto",
|
|
839
852
|
s,
|
|
840
|
-
...
|
|
853
|
+
...S()
|
|
841
854
|
] }],
|
|
842
855
|
"flex-direction": [{ flex: [
|
|
843
856
|
"row",
|
|
@@ -878,14 +891,14 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
878
891
|
X,
|
|
879
892
|
q
|
|
880
893
|
] }],
|
|
881
|
-
"grid-cols": [{ "grid-cols":
|
|
882
|
-
"col-start-end": [{ col:
|
|
883
|
-
"col-start": [{ "col-start":
|
|
884
|
-
"col-end": [{ "col-end":
|
|
885
|
-
"grid-rows": [{ "grid-rows":
|
|
886
|
-
"row-start-end": [{ row:
|
|
887
|
-
"row-start": [{ "row-start":
|
|
888
|
-
"row-end": [{ "row-end":
|
|
894
|
+
"grid-cols": [{ "grid-cols": ne() }],
|
|
895
|
+
"col-start-end": [{ col: re() }],
|
|
896
|
+
"col-start": [{ "col-start": w() }],
|
|
897
|
+
"col-end": [{ "col-end": w() }],
|
|
898
|
+
"grid-rows": [{ "grid-rows": ne() }],
|
|
899
|
+
"row-start-end": [{ row: re() }],
|
|
900
|
+
"row-start": [{ "row-start": w() }],
|
|
901
|
+
"row-end": [{ "row-end": w() }],
|
|
889
902
|
"grid-flow": [{ "grid-flow": [
|
|
890
903
|
"row",
|
|
891
904
|
"col",
|
|
@@ -893,67 +906,67 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
893
906
|
"row-dense",
|
|
894
907
|
"col-dense"
|
|
895
908
|
] }],
|
|
896
|
-
"auto-cols": [{ "auto-cols":
|
|
897
|
-
"auto-rows": [{ "auto-rows":
|
|
898
|
-
gap: [{ gap:
|
|
899
|
-
"gap-x": [{ "gap-x":
|
|
900
|
-
"gap-y": [{ "gap-y":
|
|
901
|
-
"justify-content": [{ justify: [...
|
|
902
|
-
"justify-items": [{ "justify-items": [...
|
|
903
|
-
"justify-self": [{ "justify-self": ["auto", ...
|
|
904
|
-
"align-content": [{ content: ["normal", ...
|
|
905
|
-
"align-items": [{ items: [...
|
|
909
|
+
"auto-cols": [{ "auto-cols": ie() }],
|
|
910
|
+
"auto-rows": [{ "auto-rows": ie() }],
|
|
911
|
+
gap: [{ gap: S() }],
|
|
912
|
+
"gap-x": [{ "gap-x": S() }],
|
|
913
|
+
"gap-y": [{ "gap-y": S() }],
|
|
914
|
+
"justify-content": [{ justify: [...T(), "normal"] }],
|
|
915
|
+
"justify-items": [{ "justify-items": [...E(), "normal"] }],
|
|
916
|
+
"justify-self": [{ "justify-self": ["auto", ...E()] }],
|
|
917
|
+
"align-content": [{ content: ["normal", ...T()] }],
|
|
918
|
+
"align-items": [{ items: [...E(), { baseline: ["", "last"] }] }],
|
|
906
919
|
"align-self": [{ self: [
|
|
907
920
|
"auto",
|
|
908
|
-
...
|
|
921
|
+
...E(),
|
|
909
922
|
{ baseline: ["", "last"] }
|
|
910
923
|
] }],
|
|
911
|
-
"place-content": [{ "place-content":
|
|
912
|
-
"place-items": [{ "place-items": [...
|
|
913
|
-
"place-self": [{ "place-self": ["auto", ...
|
|
914
|
-
p: [{ p:
|
|
915
|
-
px: [{ px:
|
|
916
|
-
py: [{ py:
|
|
917
|
-
ps: [{ ps:
|
|
918
|
-
pe: [{ pe:
|
|
919
|
-
pbs: [{ pbs:
|
|
920
|
-
pbe: [{ pbe:
|
|
921
|
-
pt: [{ pt:
|
|
922
|
-
pr: [{ pr:
|
|
923
|
-
pb: [{ pb:
|
|
924
|
-
pl: [{ pl:
|
|
925
|
-
m: [{ m:
|
|
926
|
-
mx: [{ mx:
|
|
927
|
-
my: [{ my:
|
|
928
|
-
ms: [{ ms:
|
|
929
|
-
me: [{ me:
|
|
930
|
-
mbs: [{ mbs:
|
|
931
|
-
mbe: [{ mbe:
|
|
932
|
-
mt: [{ mt:
|
|
933
|
-
mr: [{ mr:
|
|
934
|
-
mb: [{ mb:
|
|
935
|
-
ml: [{ ml:
|
|
936
|
-
"space-x": [{ "space-x":
|
|
924
|
+
"place-content": [{ "place-content": T() }],
|
|
925
|
+
"place-items": [{ "place-items": [...E(), "baseline"] }],
|
|
926
|
+
"place-self": [{ "place-self": ["auto", ...E()] }],
|
|
927
|
+
p: [{ p: S() }],
|
|
928
|
+
px: [{ px: S() }],
|
|
929
|
+
py: [{ py: S() }],
|
|
930
|
+
ps: [{ ps: S() }],
|
|
931
|
+
pe: [{ pe: S() }],
|
|
932
|
+
pbs: [{ pbs: S() }],
|
|
933
|
+
pbe: [{ pbe: S() }],
|
|
934
|
+
pt: [{ pt: S() }],
|
|
935
|
+
pr: [{ pr: S() }],
|
|
936
|
+
pb: [{ pb: S() }],
|
|
937
|
+
pl: [{ pl: S() }],
|
|
938
|
+
m: [{ m: D() }],
|
|
939
|
+
mx: [{ mx: D() }],
|
|
940
|
+
my: [{ my: D() }],
|
|
941
|
+
ms: [{ ms: D() }],
|
|
942
|
+
me: [{ me: D() }],
|
|
943
|
+
mbs: [{ mbs: D() }],
|
|
944
|
+
mbe: [{ mbe: D() }],
|
|
945
|
+
mt: [{ mt: D() }],
|
|
946
|
+
mr: [{ mr: D() }],
|
|
947
|
+
mb: [{ mb: D() }],
|
|
948
|
+
ml: [{ ml: D() }],
|
|
949
|
+
"space-x": [{ "space-x": S() }],
|
|
937
950
|
"space-x-reverse": ["space-x-reverse"],
|
|
938
|
-
"space-y": [{ "space-y":
|
|
951
|
+
"space-y": [{ "space-y": S() }],
|
|
939
952
|
"space-y-reverse": ["space-y-reverse"],
|
|
940
|
-
size: [{ size:
|
|
941
|
-
"inline-size": [{ inline: ["auto", ...
|
|
942
|
-
"min-inline-size": [{ "min-inline": ["auto", ...
|
|
943
|
-
"max-inline-size": [{ "max-inline": ["none", ...
|
|
944
|
-
"block-size": [{ block: ["auto", ...
|
|
945
|
-
"min-block-size": [{ "min-block": ["auto", ...
|
|
946
|
-
"max-block-size": [{ "max-block": ["none", ...
|
|
953
|
+
size: [{ size: O() }],
|
|
954
|
+
"inline-size": [{ inline: ["auto", ...k()] }],
|
|
955
|
+
"min-inline-size": [{ "min-inline": ["auto", ...k()] }],
|
|
956
|
+
"max-inline-size": [{ "max-inline": ["none", ...k()] }],
|
|
957
|
+
"block-size": [{ block: ["auto", ...A()] }],
|
|
958
|
+
"min-block-size": [{ "min-block": ["auto", ...A()] }],
|
|
959
|
+
"max-block-size": [{ "max-block": ["none", ...A()] }],
|
|
947
960
|
w: [{ w: [
|
|
948
961
|
s,
|
|
949
962
|
"screen",
|
|
950
|
-
...
|
|
963
|
+
...O()
|
|
951
964
|
] }],
|
|
952
965
|
"min-w": [{ "min-w": [
|
|
953
966
|
s,
|
|
954
967
|
"screen",
|
|
955
968
|
"none",
|
|
956
|
-
...
|
|
969
|
+
...O()
|
|
957
970
|
] }],
|
|
958
971
|
"max-w": [{ "max-w": [
|
|
959
972
|
s,
|
|
@@ -961,23 +974,23 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
961
974
|
"none",
|
|
962
975
|
"prose",
|
|
963
976
|
{ screen: [o] },
|
|
964
|
-
...
|
|
977
|
+
...O()
|
|
965
978
|
] }],
|
|
966
979
|
h: [{ h: [
|
|
967
980
|
"screen",
|
|
968
981
|
"lh",
|
|
969
|
-
...
|
|
982
|
+
...O()
|
|
970
983
|
] }],
|
|
971
984
|
"min-h": [{ "min-h": [
|
|
972
985
|
"screen",
|
|
973
986
|
"lh",
|
|
974
987
|
"none",
|
|
975
|
-
...
|
|
988
|
+
...O()
|
|
976
989
|
] }],
|
|
977
990
|
"max-h": [{ "max-h": [
|
|
978
991
|
"screen",
|
|
979
992
|
"lh",
|
|
980
|
-
...
|
|
993
|
+
...O()
|
|
981
994
|
] }],
|
|
982
995
|
"font-size": [{ text: [
|
|
983
996
|
"base",
|
|
@@ -989,8 +1002,8 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
989
1002
|
"font-style": ["italic", "not-italic"],
|
|
990
1003
|
"font-weight": [{ font: [
|
|
991
1004
|
r,
|
|
992
|
-
|
|
993
|
-
|
|
1005
|
+
Dt,
|
|
1006
|
+
vt
|
|
994
1007
|
] }],
|
|
995
1008
|
"font-stretch": [{ "font-stretch": [
|
|
996
1009
|
"ultra-condensed",
|
|
@@ -1002,12 +1015,12 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1002
1015
|
"expanded",
|
|
1003
1016
|
"extra-expanded",
|
|
1004
1017
|
"ultra-expanded",
|
|
1005
|
-
|
|
1018
|
+
ct,
|
|
1006
1019
|
q
|
|
1007
1020
|
] }],
|
|
1008
1021
|
"font-family": [{ font: [
|
|
1009
|
-
|
|
1010
|
-
|
|
1022
|
+
St,
|
|
1023
|
+
yt,
|
|
1011
1024
|
t
|
|
1012
1025
|
] }],
|
|
1013
1026
|
"font-features": [{ "font-features": [q] }],
|
|
@@ -1026,9 +1039,9 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1026
1039
|
W,
|
|
1027
1040
|
"none",
|
|
1028
1041
|
X,
|
|
1029
|
-
|
|
1042
|
+
_t
|
|
1030
1043
|
] }],
|
|
1031
|
-
leading: [{ leading: [a, ...
|
|
1044
|
+
leading: [{ leading: [a, ...S()] }],
|
|
1032
1045
|
"list-image": [{ "list-image": [
|
|
1033
1046
|
"none",
|
|
1034
1047
|
X,
|
|
@@ -1050,8 +1063,8 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1050
1063
|
"start",
|
|
1051
1064
|
"end"
|
|
1052
1065
|
] }],
|
|
1053
|
-
"placeholder-color": [{ placeholder:
|
|
1054
|
-
"text-color": [{ text:
|
|
1066
|
+
"placeholder-color": [{ placeholder: j() }],
|
|
1067
|
+
"text-color": [{ text: j() }],
|
|
1055
1068
|
"text-decoration": [
|
|
1056
1069
|
"underline",
|
|
1057
1070
|
"overline",
|
|
@@ -1066,7 +1079,7 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1066
1079
|
X,
|
|
1067
1080
|
J
|
|
1068
1081
|
] }],
|
|
1069
|
-
"text-decoration-color": [{ decoration:
|
|
1082
|
+
"text-decoration-color": [{ decoration: j() }],
|
|
1070
1083
|
"underline-offset": [{ "underline-offset": [
|
|
1071
1084
|
W,
|
|
1072
1085
|
"auto",
|
|
@@ -1090,7 +1103,7 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1090
1103
|
"balance",
|
|
1091
1104
|
"pretty"
|
|
1092
1105
|
] }],
|
|
1093
|
-
indent: [{ indent:
|
|
1106
|
+
indent: [{ indent: S() }],
|
|
1094
1107
|
"tab-size": [{ tab: [
|
|
1095
1108
|
G,
|
|
1096
1109
|
X,
|
|
@@ -1153,8 +1166,8 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1153
1166
|
"padding",
|
|
1154
1167
|
"content"
|
|
1155
1168
|
] }],
|
|
1156
|
-
"bg-position": [{ bg:
|
|
1157
|
-
"bg-repeat": [{ bg:
|
|
1169
|
+
"bg-position": [{ bg: ae() }],
|
|
1170
|
+
"bg-repeat": [{ bg: oe() }],
|
|
1158
1171
|
"bg-size": [{ bg: se() }],
|
|
1159
1172
|
"bg-image": [{ bg: [
|
|
1160
1173
|
"none",
|
|
@@ -1185,16 +1198,16 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1185
1198
|
q
|
|
1186
1199
|
]
|
|
1187
1200
|
},
|
|
1188
|
-
|
|
1189
|
-
|
|
1201
|
+
Tt,
|
|
1202
|
+
xt
|
|
1190
1203
|
] }],
|
|
1191
|
-
"bg-color": [{ bg:
|
|
1204
|
+
"bg-color": [{ bg: j() }],
|
|
1192
1205
|
"gradient-from-pos": [{ from: M() }],
|
|
1193
1206
|
"gradient-via-pos": [{ via: M() }],
|
|
1194
1207
|
"gradient-to-pos": [{ to: M() }],
|
|
1195
|
-
"gradient-from": [{ from:
|
|
1196
|
-
"gradient-via": [{ via:
|
|
1197
|
-
"gradient-to": [{ to:
|
|
1208
|
+
"gradient-from": [{ from: j() }],
|
|
1209
|
+
"gradient-via": [{ via: j() }],
|
|
1210
|
+
"gradient-to": [{ to: j() }],
|
|
1198
1211
|
rounded: [{ rounded: N() }],
|
|
1199
1212
|
"rounded-s": [{ "rounded-s": N() }],
|
|
1200
1213
|
"rounded-e": [{ "rounded-e": N() }],
|
|
@@ -1235,18 +1248,18 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1235
1248
|
"hidden",
|
|
1236
1249
|
"none"
|
|
1237
1250
|
] }],
|
|
1238
|
-
"border-color": [{ border:
|
|
1239
|
-
"border-color-x": [{ "border-x":
|
|
1240
|
-
"border-color-y": [{ "border-y":
|
|
1241
|
-
"border-color-s": [{ "border-s":
|
|
1242
|
-
"border-color-e": [{ "border-e":
|
|
1243
|
-
"border-color-bs": [{ "border-bs":
|
|
1244
|
-
"border-color-be": [{ "border-be":
|
|
1245
|
-
"border-color-t": [{ "border-t":
|
|
1246
|
-
"border-color-r": [{ "border-r":
|
|
1247
|
-
"border-color-b": [{ "border-b":
|
|
1248
|
-
"border-color-l": [{ "border-l":
|
|
1249
|
-
"divide-color": [{ divide:
|
|
1251
|
+
"border-color": [{ border: j() }],
|
|
1252
|
+
"border-color-x": [{ "border-x": j() }],
|
|
1253
|
+
"border-color-y": [{ "border-y": j() }],
|
|
1254
|
+
"border-color-s": [{ "border-s": j() }],
|
|
1255
|
+
"border-color-e": [{ "border-e": j() }],
|
|
1256
|
+
"border-color-bs": [{ "border-bs": j() }],
|
|
1257
|
+
"border-color-be": [{ "border-be": j() }],
|
|
1258
|
+
"border-color-t": [{ "border-t": j() }],
|
|
1259
|
+
"border-color-r": [{ "border-r": j() }],
|
|
1260
|
+
"border-color-b": [{ "border-b": j() }],
|
|
1261
|
+
"border-color-l": [{ "border-l": j() }],
|
|
1262
|
+
"divide-color": [{ divide: j() }],
|
|
1250
1263
|
"outline-style": [{ outline: [
|
|
1251
1264
|
...F(),
|
|
1252
1265
|
"none",
|
|
@@ -1263,36 +1276,36 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1263
1276
|
Z,
|
|
1264
1277
|
J
|
|
1265
1278
|
] }],
|
|
1266
|
-
"outline-color": [{ outline:
|
|
1279
|
+
"outline-color": [{ outline: j() }],
|
|
1267
1280
|
shadow: [{ shadow: [
|
|
1268
1281
|
"",
|
|
1269
1282
|
"none",
|
|
1270
1283
|
u,
|
|
1271
|
-
|
|
1284
|
+
Et,
|
|
1272
1285
|
Y
|
|
1273
1286
|
] }],
|
|
1274
|
-
"shadow-color": [{ shadow:
|
|
1287
|
+
"shadow-color": [{ shadow: j() }],
|
|
1275
1288
|
"inset-shadow": [{ "inset-shadow": [
|
|
1276
1289
|
"none",
|
|
1277
1290
|
d,
|
|
1278
|
-
|
|
1291
|
+
Et,
|
|
1279
1292
|
Y
|
|
1280
1293
|
] }],
|
|
1281
|
-
"inset-shadow-color": [{ "inset-shadow":
|
|
1294
|
+
"inset-shadow-color": [{ "inset-shadow": j() }],
|
|
1282
1295
|
"ring-w": [{ ring: P() }],
|
|
1283
1296
|
"ring-w-inset": ["ring-inset"],
|
|
1284
|
-
"ring-color": [{ ring:
|
|
1297
|
+
"ring-color": [{ ring: j() }],
|
|
1285
1298
|
"ring-offset-w": [{ "ring-offset": [W, J] }],
|
|
1286
|
-
"ring-offset-color": [{ "ring-offset":
|
|
1299
|
+
"ring-offset-color": [{ "ring-offset": j() }],
|
|
1287
1300
|
"inset-ring-w": [{ "inset-ring": P() }],
|
|
1288
|
-
"inset-ring-color": [{ "inset-ring":
|
|
1301
|
+
"inset-ring-color": [{ "inset-ring": j() }],
|
|
1289
1302
|
"text-shadow": [{ "text-shadow": [
|
|
1290
1303
|
"none",
|
|
1291
|
-
|
|
1292
|
-
|
|
1304
|
+
ee,
|
|
1305
|
+
Et,
|
|
1293
1306
|
Y
|
|
1294
1307
|
] }],
|
|
1295
|
-
"text-shadow-color": [{ "text-shadow":
|
|
1308
|
+
"text-shadow-color": [{ "text-shadow": j() }],
|
|
1296
1309
|
opacity: [{ opacity: [
|
|
1297
1310
|
W,
|
|
1298
1311
|
X,
|
|
@@ -1321,48 +1334,48 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1321
1334
|
"mask-image-linear-pos": [{ "mask-linear": [W] }],
|
|
1322
1335
|
"mask-image-linear-from-pos": [{ "mask-linear-from": I() }],
|
|
1323
1336
|
"mask-image-linear-to-pos": [{ "mask-linear-to": I() }],
|
|
1324
|
-
"mask-image-linear-from-color": [{ "mask-linear-from":
|
|
1325
|
-
"mask-image-linear-to-color": [{ "mask-linear-to":
|
|
1337
|
+
"mask-image-linear-from-color": [{ "mask-linear-from": j() }],
|
|
1338
|
+
"mask-image-linear-to-color": [{ "mask-linear-to": j() }],
|
|
1326
1339
|
"mask-image-t-from-pos": [{ "mask-t-from": I() }],
|
|
1327
1340
|
"mask-image-t-to-pos": [{ "mask-t-to": I() }],
|
|
1328
|
-
"mask-image-t-from-color": [{ "mask-t-from":
|
|
1329
|
-
"mask-image-t-to-color": [{ "mask-t-to":
|
|
1341
|
+
"mask-image-t-from-color": [{ "mask-t-from": j() }],
|
|
1342
|
+
"mask-image-t-to-color": [{ "mask-t-to": j() }],
|
|
1330
1343
|
"mask-image-r-from-pos": [{ "mask-r-from": I() }],
|
|
1331
1344
|
"mask-image-r-to-pos": [{ "mask-r-to": I() }],
|
|
1332
|
-
"mask-image-r-from-color": [{ "mask-r-from":
|
|
1333
|
-
"mask-image-r-to-color": [{ "mask-r-to":
|
|
1345
|
+
"mask-image-r-from-color": [{ "mask-r-from": j() }],
|
|
1346
|
+
"mask-image-r-to-color": [{ "mask-r-to": j() }],
|
|
1334
1347
|
"mask-image-b-from-pos": [{ "mask-b-from": I() }],
|
|
1335
1348
|
"mask-image-b-to-pos": [{ "mask-b-to": I() }],
|
|
1336
|
-
"mask-image-b-from-color": [{ "mask-b-from":
|
|
1337
|
-
"mask-image-b-to-color": [{ "mask-b-to":
|
|
1349
|
+
"mask-image-b-from-color": [{ "mask-b-from": j() }],
|
|
1350
|
+
"mask-image-b-to-color": [{ "mask-b-to": j() }],
|
|
1338
1351
|
"mask-image-l-from-pos": [{ "mask-l-from": I() }],
|
|
1339
1352
|
"mask-image-l-to-pos": [{ "mask-l-to": I() }],
|
|
1340
|
-
"mask-image-l-from-color": [{ "mask-l-from":
|
|
1341
|
-
"mask-image-l-to-color": [{ "mask-l-to":
|
|
1353
|
+
"mask-image-l-from-color": [{ "mask-l-from": j() }],
|
|
1354
|
+
"mask-image-l-to-color": [{ "mask-l-to": j() }],
|
|
1342
1355
|
"mask-image-x-from-pos": [{ "mask-x-from": I() }],
|
|
1343
1356
|
"mask-image-x-to-pos": [{ "mask-x-to": I() }],
|
|
1344
|
-
"mask-image-x-from-color": [{ "mask-x-from":
|
|
1345
|
-
"mask-image-x-to-color": [{ "mask-x-to":
|
|
1357
|
+
"mask-image-x-from-color": [{ "mask-x-from": j() }],
|
|
1358
|
+
"mask-image-x-to-color": [{ "mask-x-to": j() }],
|
|
1346
1359
|
"mask-image-y-from-pos": [{ "mask-y-from": I() }],
|
|
1347
1360
|
"mask-image-y-to-pos": [{ "mask-y-to": I() }],
|
|
1348
|
-
"mask-image-y-from-color": [{ "mask-y-from":
|
|
1349
|
-
"mask-image-y-to-color": [{ "mask-y-to":
|
|
1361
|
+
"mask-image-y-from-color": [{ "mask-y-from": j() }],
|
|
1362
|
+
"mask-image-y-to-color": [{ "mask-y-to": j() }],
|
|
1350
1363
|
"mask-image-radial": [{ "mask-radial": [X, q] }],
|
|
1351
1364
|
"mask-image-radial-from-pos": [{ "mask-radial-from": I() }],
|
|
1352
1365
|
"mask-image-radial-to-pos": [{ "mask-radial-to": I() }],
|
|
1353
|
-
"mask-image-radial-from-color": [{ "mask-radial-from":
|
|
1354
|
-
"mask-image-radial-to-color": [{ "mask-radial-to":
|
|
1366
|
+
"mask-image-radial-from-color": [{ "mask-radial-from": j() }],
|
|
1367
|
+
"mask-image-radial-to-color": [{ "mask-radial-to": j() }],
|
|
1355
1368
|
"mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
|
|
1356
1369
|
"mask-image-radial-size": [{ "mask-radial": [{
|
|
1357
1370
|
closest: ["side", "corner"],
|
|
1358
1371
|
farthest: ["side", "corner"]
|
|
1359
1372
|
}] }],
|
|
1360
|
-
"mask-image-radial-pos": [{ "mask-radial-at":
|
|
1373
|
+
"mask-image-radial-pos": [{ "mask-radial-at": v() }],
|
|
1361
1374
|
"mask-image-conic-pos": [{ "mask-conic": [W] }],
|
|
1362
1375
|
"mask-image-conic-from-pos": [{ "mask-conic-from": I() }],
|
|
1363
1376
|
"mask-image-conic-to-pos": [{ "mask-conic-to": I() }],
|
|
1364
|
-
"mask-image-conic-from-color": [{ "mask-conic-from":
|
|
1365
|
-
"mask-image-conic-to-color": [{ "mask-conic-to":
|
|
1377
|
+
"mask-image-conic-from-color": [{ "mask-conic-from": j() }],
|
|
1378
|
+
"mask-image-conic-to-color": [{ "mask-conic-to": j() }],
|
|
1366
1379
|
"mask-mode": [{ mask: [
|
|
1367
1380
|
"alpha",
|
|
1368
1381
|
"luminance",
|
|
@@ -1376,8 +1389,8 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1376
1389
|
"stroke",
|
|
1377
1390
|
"view"
|
|
1378
1391
|
] }],
|
|
1379
|
-
"mask-position": [{ mask:
|
|
1380
|
-
"mask-repeat": [{ mask:
|
|
1392
|
+
"mask-position": [{ mask: ae() }],
|
|
1393
|
+
"mask-repeat": [{ mask: oe() }],
|
|
1381
1394
|
"mask-size": [{ mask: se() }],
|
|
1382
1395
|
"mask-type": [{ "mask-type": ["alpha", "luminance"] }],
|
|
1383
1396
|
"mask-image": [{ mask: [
|
|
@@ -1405,11 +1418,11 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1405
1418
|
"drop-shadow": [{ "drop-shadow": [
|
|
1406
1419
|
"",
|
|
1407
1420
|
"none",
|
|
1408
|
-
|
|
1409
|
-
|
|
1421
|
+
f,
|
|
1422
|
+
Et,
|
|
1410
1423
|
Y
|
|
1411
1424
|
] }],
|
|
1412
|
-
"drop-shadow-color": [{ "drop-shadow":
|
|
1425
|
+
"drop-shadow-color": [{ "drop-shadow": j() }],
|
|
1413
1426
|
grayscale: [{ grayscale: [
|
|
1414
1427
|
"",
|
|
1415
1428
|
W,
|
|
@@ -1489,9 +1502,9 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1489
1502
|
q
|
|
1490
1503
|
] }],
|
|
1491
1504
|
"border-collapse": [{ border: ["collapse", "separate"] }],
|
|
1492
|
-
"border-spacing": [{ "border-spacing":
|
|
1493
|
-
"border-spacing-x": [{ "border-spacing-x":
|
|
1494
|
-
"border-spacing-y": [{ "border-spacing-y":
|
|
1505
|
+
"border-spacing": [{ "border-spacing": S() }],
|
|
1506
|
+
"border-spacing-x": [{ "border-spacing-x": S() }],
|
|
1507
|
+
"border-spacing-y": [{ "border-spacing-y": S() }],
|
|
1495
1508
|
"table-layout": [{ table: ["auto", "fixed"] }],
|
|
1496
1509
|
caption: [{ caption: ["top", "bottom"] }],
|
|
1497
1510
|
transition: [{ transition: [
|
|
@@ -1515,7 +1528,7 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1515
1528
|
ease: [{ ease: [
|
|
1516
1529
|
"linear",
|
|
1517
1530
|
"initial",
|
|
1518
|
-
|
|
1531
|
+
g,
|
|
1519
1532
|
X,
|
|
1520
1533
|
q
|
|
1521
1534
|
] }],
|
|
@@ -1526,17 +1539,17 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1526
1539
|
] }],
|
|
1527
1540
|
animate: [{ animate: [
|
|
1528
1541
|
"none",
|
|
1529
|
-
|
|
1542
|
+
te,
|
|
1530
1543
|
X,
|
|
1531
1544
|
q
|
|
1532
1545
|
] }],
|
|
1533
1546
|
backface: [{ backface: ["hidden", "visible"] }],
|
|
1534
1547
|
perspective: [{ perspective: [
|
|
1535
|
-
|
|
1548
|
+
m,
|
|
1536
1549
|
X,
|
|
1537
1550
|
q
|
|
1538
1551
|
] }],
|
|
1539
|
-
"perspective-origin": [{ "perspective-origin":
|
|
1552
|
+
"perspective-origin": [{ "perspective-origin": y() }],
|
|
1540
1553
|
rotate: [{ rotate: L() }],
|
|
1541
1554
|
"rotate-x": [{ "rotate-x": L() }],
|
|
1542
1555
|
"rotate-y": [{ "rotate-y": L() }],
|
|
@@ -1557,7 +1570,7 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1557
1570
|
"gpu",
|
|
1558
1571
|
"cpu"
|
|
1559
1572
|
] }],
|
|
1560
|
-
"transform-origin": [{ origin:
|
|
1573
|
+
"transform-origin": [{ origin: y() }],
|
|
1561
1574
|
"transform-style": [{ transform: ["3d", "flat"] }],
|
|
1562
1575
|
translate: [{ translate: B() }],
|
|
1563
1576
|
"translate-x": [{ "translate-x": B() }],
|
|
@@ -1569,9 +1582,9 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1569
1582
|
X,
|
|
1570
1583
|
q
|
|
1571
1584
|
] }],
|
|
1572
|
-
accent: [{ accent:
|
|
1585
|
+
accent: [{ accent: j() }],
|
|
1573
1586
|
appearance: [{ appearance: ["none", "auto"] }],
|
|
1574
|
-
"caret-color": [{ caret:
|
|
1587
|
+
"caret-color": [{ caret: j() }],
|
|
1575
1588
|
"color-scheme": [{ scheme: [
|
|
1576
1589
|
"normal",
|
|
1577
1590
|
"dark",
|
|
@@ -1629,8 +1642,8 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1629
1642
|
"x"
|
|
1630
1643
|
] }],
|
|
1631
1644
|
"scroll-behavior": [{ scroll: ["auto", "smooth"] }],
|
|
1632
|
-
"scrollbar-thumb-color": [{ "scrollbar-thumb":
|
|
1633
|
-
"scrollbar-track-color": [{ "scrollbar-track":
|
|
1645
|
+
"scrollbar-thumb-color": [{ "scrollbar-thumb": j() }],
|
|
1646
|
+
"scrollbar-track-color": [{ "scrollbar-track": j() }],
|
|
1634
1647
|
"scrollbar-gutter": [{ "scrollbar-gutter": [
|
|
1635
1648
|
"auto",
|
|
1636
1649
|
"stable",
|
|
@@ -1641,28 +1654,28 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1641
1654
|
"thin",
|
|
1642
1655
|
"none"
|
|
1643
1656
|
] }],
|
|
1644
|
-
"scroll-m": [{ "scroll-m":
|
|
1645
|
-
"scroll-mx": [{ "scroll-mx":
|
|
1646
|
-
"scroll-my": [{ "scroll-my":
|
|
1647
|
-
"scroll-ms": [{ "scroll-ms":
|
|
1648
|
-
"scroll-me": [{ "scroll-me":
|
|
1649
|
-
"scroll-mbs": [{ "scroll-mbs":
|
|
1650
|
-
"scroll-mbe": [{ "scroll-mbe":
|
|
1651
|
-
"scroll-mt": [{ "scroll-mt":
|
|
1652
|
-
"scroll-mr": [{ "scroll-mr":
|
|
1653
|
-
"scroll-mb": [{ "scroll-mb":
|
|
1654
|
-
"scroll-ml": [{ "scroll-ml":
|
|
1655
|
-
"scroll-p": [{ "scroll-p":
|
|
1656
|
-
"scroll-px": [{ "scroll-px":
|
|
1657
|
-
"scroll-py": [{ "scroll-py":
|
|
1658
|
-
"scroll-ps": [{ "scroll-ps":
|
|
1659
|
-
"scroll-pe": [{ "scroll-pe":
|
|
1660
|
-
"scroll-pbs": [{ "scroll-pbs":
|
|
1661
|
-
"scroll-pbe": [{ "scroll-pbe":
|
|
1662
|
-
"scroll-pt": [{ "scroll-pt":
|
|
1663
|
-
"scroll-pr": [{ "scroll-pr":
|
|
1664
|
-
"scroll-pb": [{ "scroll-pb":
|
|
1665
|
-
"scroll-pl": [{ "scroll-pl":
|
|
1657
|
+
"scroll-m": [{ "scroll-m": S() }],
|
|
1658
|
+
"scroll-mx": [{ "scroll-mx": S() }],
|
|
1659
|
+
"scroll-my": [{ "scroll-my": S() }],
|
|
1660
|
+
"scroll-ms": [{ "scroll-ms": S() }],
|
|
1661
|
+
"scroll-me": [{ "scroll-me": S() }],
|
|
1662
|
+
"scroll-mbs": [{ "scroll-mbs": S() }],
|
|
1663
|
+
"scroll-mbe": [{ "scroll-mbe": S() }],
|
|
1664
|
+
"scroll-mt": [{ "scroll-mt": S() }],
|
|
1665
|
+
"scroll-mr": [{ "scroll-mr": S() }],
|
|
1666
|
+
"scroll-mb": [{ "scroll-mb": S() }],
|
|
1667
|
+
"scroll-ml": [{ "scroll-ml": S() }],
|
|
1668
|
+
"scroll-p": [{ "scroll-p": S() }],
|
|
1669
|
+
"scroll-px": [{ "scroll-px": S() }],
|
|
1670
|
+
"scroll-py": [{ "scroll-py": S() }],
|
|
1671
|
+
"scroll-ps": [{ "scroll-ps": S() }],
|
|
1672
|
+
"scroll-pe": [{ "scroll-pe": S() }],
|
|
1673
|
+
"scroll-pbs": [{ "scroll-pbs": S() }],
|
|
1674
|
+
"scroll-pbe": [{ "scroll-pbe": S() }],
|
|
1675
|
+
"scroll-pt": [{ "scroll-pt": S() }],
|
|
1676
|
+
"scroll-pr": [{ "scroll-pr": S() }],
|
|
1677
|
+
"scroll-pb": [{ "scroll-pb": S() }],
|
|
1678
|
+
"scroll-pl": [{ "scroll-pl": S() }],
|
|
1666
1679
|
"snap-align": [{ snap: [
|
|
1667
1680
|
"start",
|
|
1668
1681
|
"end",
|
|
@@ -1707,14 +1720,14 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1707
1720
|
X,
|
|
1708
1721
|
q
|
|
1709
1722
|
] }],
|
|
1710
|
-
fill: [{ fill: ["none", ...
|
|
1723
|
+
fill: [{ fill: ["none", ...j()] }],
|
|
1711
1724
|
"stroke-w": [{ stroke: [
|
|
1712
1725
|
W,
|
|
1713
1726
|
Z,
|
|
1714
1727
|
J,
|
|
1715
|
-
|
|
1728
|
+
_t
|
|
1716
1729
|
] }],
|
|
1717
|
-
stroke: [{ stroke: ["none", ...
|
|
1730
|
+
stroke: [{ stroke: ["none", ...j()] }],
|
|
1718
1731
|
"forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
|
|
1719
1732
|
},
|
|
1720
1733
|
conflictingClassGroups: {
|
|
@@ -1903,8 +1916,8 @@ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N =
|
|
|
1903
1916
|
});
|
|
1904
1917
|
//#endregion
|
|
1905
1918
|
//#region src/lib/utils.ts
|
|
1906
|
-
function
|
|
1907
|
-
return
|
|
1919
|
+
function Lt(...e) {
|
|
1920
|
+
return It(f(e));
|
|
1908
1921
|
}
|
|
1909
1922
|
//#endregion
|
|
1910
|
-
export {
|
|
1923
|
+
export { n as $, O as A, v as B, ae as C, k as D, oe as E, ne as F, a as G, b as H, S as I, s as J, l as K, re as L, E as M, T as N, C as O, ie as P, e as Q, D as R, M as S, se as T, _ as U, y as V, g as W, t as X, o as Y, u as Z, he as _, xe as a, ce as b, z as c, pe as d, r as et, B as f, fe as g, ue as h, be as i, j, A as k, L as l, de as m, ye as n, i as nt, ge as o, me as p, d as q, ve as r, _e as s, Lt as t, c as tt, R as u, le as v, N as w, F as x, I as y, w as z };
|