@glasshome/ui 0.5.4 → 1.0.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/README.md +59 -25
- package/dist/index.d.ts +10 -3
- package/dist/index.js +9 -9
- package/dist/lib/alert-tones.d.ts +18 -0
- package/dist/lib/badge-tone.d.ts +2 -0
- package/dist/lib/button-variants.d.ts +6 -16
- package/dist/lib/card-classes.d.ts +19 -0
- package/dist/lib/glass-tone.d.ts +2 -0
- package/dist/lib/input-classes.d.ts +2 -0
- package/dist/lib/logo-lockup.d.ts +38 -0
- package/dist/lib/overlay-classes.d.ts +2 -0
- package/dist/lib/section-tokens.d.ts +4 -0
- package/dist/lib/tier-badge.d.ts +13 -0
- package/dist/solid/alert-dialog.d.ts +1 -3
- package/dist/solid/alert.d.ts +2 -11
- package/dist/solid/badge.d.ts +11 -46
- package/dist/solid/bottom-sheet/bottom-sheet.d.ts +1 -1
- package/dist/solid/bottom-sheet/constants.d.ts +0 -1
- package/dist/solid/bottom-sheet/drag-controller.d.ts +1 -1
- package/dist/solid/bottom-sheet/index.d.ts +1 -2
- package/dist/solid/breadcrumb.d.ts +1 -1
- package/dist/solid/button-group.d.ts +2 -2
- package/dist/solid/button.d.ts +1 -1
- package/dist/solid/card.d.ts +10 -2
- package/dist/solid/carousel.d.ts +1 -1
- package/dist/solid/charts.d.ts +45 -0
- package/dist/solid/count-pill.d.ts +10 -0
- package/dist/solid/data-table.d.ts +66 -0
- package/dist/solid/dock.d.ts +3 -0
- package/dist/solid/entity-data.d.ts +52 -0
- package/dist/solid/field.d.ts +1 -1
- package/dist/solid/form.d.ts +1 -1
- package/dist/solid/index.d.ts +74 -64
- package/dist/solid/index.js +11050 -10848
- package/dist/solid/input-group.d.ts +1 -1
- package/dist/solid/item.d.ts +3 -2
- package/dist/solid/logo.d.ts +23 -0
- package/dist/solid/number-field.d.ts +3 -0
- package/dist/solid/overlay.d.ts +3 -0
- package/dist/solid/page-header.d.ts +18 -0
- package/dist/solid/popover.d.ts +7 -1
- package/dist/solid/scope-indicator.d.ts +8 -0
- package/dist/solid/section-card.d.ts +54 -0
- package/dist/solid/select.d.ts +1 -18
- package/dist/solid/settings-row.d.ts +34 -0
- package/dist/solid/sliding-indicator.d.ts +32 -0
- package/dist/solid/sonner.d.ts +35 -4
- package/dist/solid/spinner.d.ts +2 -1
- package/dist/solid/switch.d.ts +1 -1
- package/dist/solid/toggle-group.d.ts +1 -1
- package/dist/solid/widget-card.d.ts +29 -0
- package/dist/solid/widget-identity.d.ts +47 -0
- package/dist/solid/widget-trust-badge.d.ts +16 -0
- package/dist/tokens/index.d.ts +3 -3
- package/dist/tokens/index.js +11 -11
- package/dist/tokens/presets.d.ts +1 -1
- package/dist/{utils-JJqwPy_d.js → utils-gbdcvo14.js} +598 -506
- package/package.json +38 -17
- package/scripts/check-tokens.ts +60 -0
- package/scripts/check-ui-drift.mjs +116 -0
- package/src/astro/Alert.astro +63 -0
- package/src/astro/Badge.astro +16 -0
- package/src/astro/Button.astro +43 -0
- package/src/astro/Card.astro +39 -0
- package/src/astro/Logo.astro +69 -0
- package/src/astro/TierBadge.astro +33 -0
- package/src/styles/globals.css +157 -0
- package/src/styles/theme.css +68 -12
- package/dist/solid/calendar.d.ts +0 -17
- package/dist/solid/command.d.ts +0 -24
- package/dist/solid/drawer.d.ts +0 -22
- package/dist/solid/glass-effect.d.ts +0 -6
- package/dist/solid/menubar.d.ts +0 -25
- package/dist/solid/navigation-menu.d.ts +0 -19
- package/dist/solid/sidebar.d.ts +0 -108
|
@@ -1,36 +1,77 @@
|
|
|
1
|
+
//#region src/lib/alert-tones.ts
|
|
2
|
+
var e = {
|
|
3
|
+
info: {
|
|
4
|
+
color: "var(--primary)",
|
|
5
|
+
icon: "lucide:info",
|
|
6
|
+
text: "var(--primary-tint-foreground)"
|
|
7
|
+
},
|
|
8
|
+
warning: {
|
|
9
|
+
color: "var(--warning)",
|
|
10
|
+
icon: "lucide:alert-triangle",
|
|
11
|
+
text: "color-mix(in oklab, var(--warning) 55%, var(--foreground))"
|
|
12
|
+
},
|
|
13
|
+
success: {
|
|
14
|
+
color: "var(--success)",
|
|
15
|
+
icon: "lucide:check-circle-2",
|
|
16
|
+
text: "color-mix(in oklab, var(--success) 60%, var(--foreground))"
|
|
17
|
+
},
|
|
18
|
+
destructive: {
|
|
19
|
+
color: "var(--destructive)",
|
|
20
|
+
icon: "lucide:alert-octagon",
|
|
21
|
+
text: "color-mix(in oklab, var(--destructive) 65%, var(--foreground))"
|
|
22
|
+
}
|
|
23
|
+
}, t = {
|
|
24
|
+
info: "<circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 16v-4\"/><path d=\"M12 8h.01\"/>",
|
|
25
|
+
warning: "<path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"/><path d=\"M12 9v4\"/><path d=\"M12 17h.01\"/>",
|
|
26
|
+
success: "<path d=\"M21.801 10A10 10 0 1 1 17 3.335\"/><path d=\"m9 11 3 3L22 4\"/>",
|
|
27
|
+
destructive: "<path d=\"M12 16h.01\"/><path d=\"M12 8v4\"/><path d=\"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688A2 2 0 0 1 15.312 22H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z\"/>"
|
|
28
|
+
}, n = (e) => `color-mix(in srgb, ${e} 28%, transparent)`, r = (e) => `color-mix(in srgb, ${e} 9%, transparent)`, i = (e) => `color-mix(in srgb, ${e} 16%, transparent)`, a = "relative overflow-hidden flex items-start gap-3 rounded-lg border p-3 backdrop-blur-sm", o = "flex size-8 shrink-0 items-center justify-center rounded-md [&>svg]:size-[18px]", s = "pointer-events-none absolute -right-3 -bottom-4 [&>svg]:size-28 [&>svg]:[stroke-width:2.5px]";
|
|
29
|
+
function c(e) {
|
|
30
|
+
return {
|
|
31
|
+
color: e,
|
|
32
|
+
opacity: "0.32",
|
|
33
|
+
"-webkit-mask-image": "radial-gradient(140% 140% at 100% 100%, #000 45%, transparent 95%)",
|
|
34
|
+
"mask-image": "radial-gradient(140% 140% at 100% 100%, #000 45%, transparent 95%)"
|
|
35
|
+
};
|
|
36
|
+
}
|
|
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
|
+
//#endregion
|
|
1
39
|
//#region node_modules/clsx/dist/clsx.mjs
|
|
2
|
-
function e
|
|
3
|
-
var n, r
|
|
4
|
-
if (typeof
|
|
5
|
-
else if (typeof
|
|
6
|
-
var
|
|
7
|
-
for (
|
|
8
|
-
} else for (
|
|
9
|
-
return
|
|
40
|
+
function f(e) {
|
|
41
|
+
var t, n, r = "";
|
|
42
|
+
if (typeof e == "string" || typeof e == "number") r += e;
|
|
43
|
+
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
44
|
+
var i = e.length;
|
|
45
|
+
for (t = 0; t < i; t++) e[t] && (n = f(e[t])) && (r && (r += " "), r += n);
|
|
46
|
+
} else for (n in e) e[n] && (r && (r += " "), r += n);
|
|
47
|
+
return r;
|
|
10
48
|
}
|
|
11
|
-
function
|
|
12
|
-
for (var t, n
|
|
13
|
-
return
|
|
49
|
+
function p() {
|
|
50
|
+
for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t = f(e)) && (r && (r += " "), r += t);
|
|
51
|
+
return r;
|
|
14
52
|
}
|
|
15
53
|
//#endregion
|
|
16
54
|
//#region node_modules/cva/dist/index.mjs
|
|
17
|
-
var
|
|
18
|
-
let
|
|
55
|
+
var m = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, h = [], { compose: g, cva: _, cx: ee } = ((e) => {
|
|
56
|
+
let t = (...t) => {
|
|
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 ? p(t) : e?.hooks.onComplete(p(t)) : e?.hooks["cx:done"](p(t));
|
|
59
|
+
};
|
|
19
60
|
return {
|
|
20
61
|
compose: (...e) => {
|
|
21
|
-
let
|
|
62
|
+
let n = e.reduce((e, { config: t }) => (Object.entries(t || {}).forEach(([t, n]) => {
|
|
22
63
|
e[t] = typeof n == "object" && n && !Array.isArray(n) ? {
|
|
23
64
|
...e[t],
|
|
24
65
|
...n
|
|
25
66
|
} : n;
|
|
26
|
-
}), e), {}),
|
|
27
|
-
let
|
|
28
|
-
return
|
|
67
|
+
}), e), {}), r = (n) => {
|
|
68
|
+
let r = Object.fromEntries(Object.entries(n || {}).filter(([e]) => !["class", "className"].includes(e)));
|
|
69
|
+
return t(e.map((e) => e(r)), n?.class, n?.className);
|
|
29
70
|
};
|
|
30
|
-
return
|
|
71
|
+
return r.config = n, r;
|
|
31
72
|
},
|
|
32
|
-
cva: (e) => {
|
|
33
|
-
let
|
|
73
|
+
cva: ((e) => {
|
|
74
|
+
let n = e?.composes == null ? [] : Array.isArray(e.composes) ? e.composes : [e.composes], r = (e, t) => {
|
|
34
75
|
if (!t) return e;
|
|
35
76
|
let n = { ...e };
|
|
36
77
|
for (let e of Object.keys(t)) n[e] = {
|
|
@@ -38,51 +79,51 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
38
79
|
...t[e]
|
|
39
80
|
};
|
|
40
81
|
return n;
|
|
41
|
-
},
|
|
42
|
-
...
|
|
82
|
+
}, i = r(n.reduce((e, t) => r(e, t.config?.variants), {}), e?.variants), a = {
|
|
83
|
+
...n.reduce((e, t) => ({
|
|
43
84
|
...e,
|
|
44
85
|
...t.config?.defaultVariants
|
|
45
86
|
}), {}),
|
|
46
87
|
...e?.defaultVariants
|
|
47
|
-
},
|
|
48
|
-
|
|
49
|
-
|
|
88
|
+
}, o = (r) => {
|
|
89
|
+
var i;
|
|
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
|
+
...a,
|
|
50
92
|
...o
|
|
51
|
-
})) :
|
|
52
|
-
if (e?.variants == null) return
|
|
53
|
-
let { variants:
|
|
54
|
-
let t =
|
|
55
|
-
return
|
|
56
|
-
}),
|
|
57
|
-
...
|
|
93
|
+
})) : h;
|
|
94
|
+
if (e?.variants == null) return t(s, e?.base, r?.class, r?.className);
|
|
95
|
+
let { variants: c } = e, l = Object.keys(c).map((e) => {
|
|
96
|
+
let t = r?.[e], n = a[e], i = m(t) || m(n);
|
|
97
|
+
return c[e][i];
|
|
98
|
+
}), u = {
|
|
99
|
+
...a,
|
|
58
100
|
...o
|
|
59
|
-
},
|
|
60
|
-
let n =
|
|
101
|
+
}, d = e == null || (i = e.compoundVariants) == null ? void 0 : i.reduce((e, { class: t, className: n, ...r }) => Object.entries(r).every(([e, t]) => {
|
|
102
|
+
let n = u[e];
|
|
61
103
|
return Array.isArray(t) ? t.includes(n) : n === t;
|
|
62
104
|
}) ? [
|
|
63
105
|
...e,
|
|
64
106
|
t,
|
|
65
107
|
n
|
|
66
108
|
] : e, []);
|
|
67
|
-
return
|
|
109
|
+
return t(s, e?.base, l, d, r?.class, r?.className);
|
|
68
110
|
};
|
|
69
|
-
return
|
|
111
|
+
return o.config = {
|
|
70
112
|
...e,
|
|
71
|
-
variants:
|
|
72
|
-
defaultVariants:
|
|
73
|
-
},
|
|
74
|
-
},
|
|
75
|
-
cx:
|
|
113
|
+
variants: i,
|
|
114
|
+
defaultVariants: a
|
|
115
|
+
}, o;
|
|
116
|
+
}),
|
|
117
|
+
cx: t
|
|
76
118
|
};
|
|
77
|
-
})(),
|
|
119
|
+
})(), v = _({
|
|
78
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",
|
|
79
121
|
variants: {
|
|
80
122
|
variant: {
|
|
81
|
-
default: "
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
outline: "
|
|
85
|
-
secondary: "border border-accent/25 bg-accent/15 text-accent-tint-foreground backdrop-blur-sm hover:border-accent/40 hover:bg-accent/25",
|
|
123
|
+
default: "glass glass-tint [--glass-text:70%] [--glass-tone:var(--primary)] [--glass-wash:30%] hover:[--glass-edge:color-mix(in_srgb,var(--primary)_60%,transparent)] hover:[--glass-wash:40%]",
|
|
124
|
+
destructive: "glass glass-tint [--glass-text:61%] [--glass-tone:var(--destructive)] [--glass-wash:30%] focus-visible:ring-destructive/30 hover:[--glass-edge:color-mix(in_srgb,var(--destructive)_60%,transparent)] hover:[--glass-wash:40%]",
|
|
125
|
+
secondary: "glass glass-tint [--glass-tone:var(--accent)] [--glass-wash:30%] hover:[--glass-edge:color-mix(in_srgb,var(--accent)_60%,transparent)] hover:[--glass-wash:40%]",
|
|
126
|
+
outline: "glass [--glass-edge:var(--border)] hover:[--glass-base:var(--muted)] dark:[--glass-base:var(--input)] dark:hover:[--glass-base:var(--muted)]",
|
|
86
127
|
ghost: "hover:bg-muted hover:text-foreground dark:hover:bg-muted/50",
|
|
87
128
|
link: "text-primary underline-offset-4 hover:underline"
|
|
88
129
|
},
|
|
@@ -98,100 +139,151 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
98
139
|
variant: "default",
|
|
99
140
|
size: "default"
|
|
100
141
|
}
|
|
101
|
-
}),
|
|
142
|
+
}), y = v({
|
|
143
|
+
variant: "default",
|
|
144
|
+
size: "none"
|
|
145
|
+
}), b = v({
|
|
146
|
+
variant: "outline",
|
|
147
|
+
size: "none"
|
|
148
|
+
}), x = "inline-flex shrink-0 cursor-pointer items-center justify-center rounded-full transition-all duration-150 hover:bg-primary/10 active:scale-90", S = "glass [--glass-wash:20%] [--glass-rim:0.3] [--glass-lift:0.45] [--glass-shade:0.05] dark:[--glass-shade:0]", C = `${S} [--glass-base:color-mix(in_srgb,var(--card)_60%,transparent)]`, w = "backdrop-blur-[var(--glass-blur,24px)] backdrop-saturate-[1.8]", te = `${C} ${w}`, ne = S, T = "border border-border/50 bg-card/40 backdrop-blur-sm", re = {
|
|
149
|
+
slots: "flex flex-col gap-3 py-3 md:gap-4 md:py-4",
|
|
150
|
+
md: "p-4",
|
|
151
|
+
sm: "p-3",
|
|
152
|
+
none: ""
|
|
153
|
+
}, E = "cursor-pointer transition-colors duration-200 hover:border-border hover:bg-foreground/[0.03] focus-within:border-border", D = "@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", O = "font-semibold leading-none", k = "text-muted-foreground text-sm", ie = "col-start-2 row-span-2 row-start-1 self-start justify-self-end", ae = "px-3 md:px-4", A = "flex items-center px-3 md:px-4 [.border-t]:pt-6", oe = {
|
|
154
|
+
"var(--primary)": .48,
|
|
155
|
+
"var(--accent)": .6,
|
|
156
|
+
"var(--success)": .68,
|
|
157
|
+
"var(--warning)": .76,
|
|
158
|
+
"var(--destructive)": .66,
|
|
159
|
+
"var(--muted-foreground)": .55
|
|
160
|
+
};
|
|
161
|
+
function j(e) {
|
|
162
|
+
let t = oe[e], n = e.match(/oklch\(\s*([0-9.]+)/)?.[1];
|
|
163
|
+
return Math.min(70, Math.max(46, Math.round(71 - ((t ?? (n ? Number.parseFloat(n) : .6)) - .5) * 60)));
|
|
164
|
+
}
|
|
165
|
+
function se(e) {
|
|
166
|
+
return `color-mix(in oklab, ${e} ${j(e)}%, var(--foreground))`;
|
|
167
|
+
}
|
|
168
|
+
//#endregion
|
|
169
|
+
//#region src/lib/input-classes.ts
|
|
170
|
+
var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N = `flex h-9 w-full min-w-0 rounded-md ${M} 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`, P = "/assets/glasshome_logo.png", F = "Dash", ce = "md", I = {
|
|
171
|
+
sm: 32,
|
|
172
|
+
md: 48,
|
|
173
|
+
lg: 64
|
|
174
|
+
}, le = {
|
|
175
|
+
sm: {
|
|
176
|
+
mark: "h-8 w-8",
|
|
177
|
+
name: "text-xs",
|
|
178
|
+
sub: "text-base",
|
|
179
|
+
gap: "gap-1.5"
|
|
180
|
+
},
|
|
181
|
+
md: {
|
|
182
|
+
mark: "h-12 w-12",
|
|
183
|
+
name: "text-base",
|
|
184
|
+
sub: "text-2xl",
|
|
185
|
+
gap: "gap-2"
|
|
186
|
+
},
|
|
187
|
+
lg: {
|
|
188
|
+
mark: "h-16 w-16",
|
|
189
|
+
name: "text-lg",
|
|
190
|
+
sub: "text-3xl",
|
|
191
|
+
gap: "gap-2"
|
|
192
|
+
}
|
|
193
|
+
}, L = "inline-flex items-end", R = "flex flex-col gap-0.5", z = "shrink-0", B = "whitespace-nowrap font-bold leading-none tracking-tight", ue = "font-bold text-primary uppercase leading-none tracking-[0.18em]", de = "glass [--glass-base:var(--popover)] [--glass-rim:0.3] [--glass-lift:0.55]", fe = "bg-background/70 backdrop-blur-sm", pe = "rounded-[var(--radius)]", me = "rounded-[max(0px,calc(var(--radius)-0.75rem))]", he = "p-3", ge = `${`${me} border border-border/60 bg-card/60`} p-3`, _e = (e, t) => {
|
|
102
194
|
let n = Array(e.length + t.length);
|
|
103
195
|
for (let t = 0; t < e.length; t++) n[t] = e[t];
|
|
104
196
|
for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
|
|
105
197
|
return n;
|
|
106
|
-
},
|
|
198
|
+
}, ve = (e, t) => ({
|
|
107
199
|
classGroupId: e,
|
|
108
200
|
validator: t
|
|
109
|
-
}),
|
|
201
|
+
}), ye = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
|
|
110
202
|
nextPart: e,
|
|
111
203
|
validators: t,
|
|
112
204
|
classGroupId: n
|
|
113
|
-
}),
|
|
114
|
-
let t =
|
|
205
|
+
}), V = "-", be = [], xe = "arbitrary..", Se = (e) => {
|
|
206
|
+
let t = Te(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
|
|
115
207
|
return {
|
|
116
208
|
getClassGroupId: (e) => {
|
|
117
|
-
if (e.startsWith("[") && e.endsWith("]")) return
|
|
118
|
-
let n = e.split(
|
|
119
|
-
return
|
|
209
|
+
if (e.startsWith("[") && e.endsWith("]")) return we(e);
|
|
210
|
+
let n = e.split(V);
|
|
211
|
+
return Ce(n, +(n[0] === "" && n.length > 1), t);
|
|
120
212
|
},
|
|
121
213
|
getConflictingClassGroupIds: (e, t) => {
|
|
122
214
|
if (t) {
|
|
123
215
|
let t = r[e], i = n[e];
|
|
124
|
-
return t ? i ?
|
|
216
|
+
return t ? i ? _e(i, t) : t : i || be;
|
|
125
217
|
}
|
|
126
|
-
return n[e] ||
|
|
218
|
+
return n[e] || be;
|
|
127
219
|
}
|
|
128
220
|
};
|
|
129
|
-
},
|
|
221
|
+
}, Ce = (e, t, n) => {
|
|
130
222
|
if (e.length - t === 0) return n.classGroupId;
|
|
131
223
|
let r = e[t], i = n.nextPart.get(r);
|
|
132
224
|
if (i) {
|
|
133
|
-
let n =
|
|
225
|
+
let n = Ce(e, t + 1, i);
|
|
134
226
|
if (n) return n;
|
|
135
227
|
}
|
|
136
228
|
let a = n.validators;
|
|
137
229
|
if (a === null) return;
|
|
138
|
-
let o = t === 0 ? e.join(
|
|
230
|
+
let o = t === 0 ? e.join(V) : e.slice(t).join(V), s = a.length;
|
|
139
231
|
for (let e = 0; e < s; e++) {
|
|
140
232
|
let t = a[e];
|
|
141
233
|
if (t.validator(o)) return t.classGroupId;
|
|
142
234
|
}
|
|
143
|
-
},
|
|
235
|
+
}, we = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
144
236
|
let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
|
|
145
|
-
return r ?
|
|
146
|
-
})(),
|
|
237
|
+
return r ? xe + r : void 0;
|
|
238
|
+
})(), Te = (e) => {
|
|
147
239
|
let { theme: t, classGroups: n } = e;
|
|
148
|
-
return
|
|
149
|
-
},
|
|
150
|
-
let n =
|
|
240
|
+
return Ee(n, t);
|
|
241
|
+
}, Ee = (e, t) => {
|
|
242
|
+
let n = ye();
|
|
151
243
|
for (let r in e) {
|
|
152
244
|
let i = e[r];
|
|
153
|
-
|
|
245
|
+
De(i, n, r, t);
|
|
154
246
|
}
|
|
155
247
|
return n;
|
|
156
|
-
},
|
|
248
|
+
}, De = (e, t, n, r) => {
|
|
157
249
|
let i = e.length;
|
|
158
250
|
for (let a = 0; a < i; a++) {
|
|
159
251
|
let i = e[a];
|
|
160
|
-
|
|
252
|
+
Oe(i, t, n, r);
|
|
161
253
|
}
|
|
162
|
-
},
|
|
254
|
+
}, Oe = (e, t, n, r) => {
|
|
163
255
|
if (typeof e == "string") {
|
|
164
|
-
|
|
256
|
+
ke(e, t, n);
|
|
165
257
|
return;
|
|
166
258
|
}
|
|
167
259
|
if (typeof e == "function") {
|
|
168
|
-
|
|
260
|
+
Ae(e, t, n, r);
|
|
169
261
|
return;
|
|
170
262
|
}
|
|
171
|
-
|
|
172
|
-
},
|
|
173
|
-
let r = e === "" ? t :
|
|
263
|
+
je(e, t, n, r);
|
|
264
|
+
}, ke = (e, t, n) => {
|
|
265
|
+
let r = e === "" ? t : Me(t, e);
|
|
174
266
|
r.classGroupId = n;
|
|
175
|
-
},
|
|
176
|
-
if (
|
|
177
|
-
|
|
267
|
+
}, Ae = (e, t, n, r) => {
|
|
268
|
+
if (Ne(e)) {
|
|
269
|
+
De(e(r), t, n, r);
|
|
178
270
|
return;
|
|
179
271
|
}
|
|
180
|
-
t.validators === null && (t.validators = []), t.validators.push(
|
|
181
|
-
},
|
|
272
|
+
t.validators === null && (t.validators = []), t.validators.push(ve(n, e));
|
|
273
|
+
}, je = (e, t, n, r) => {
|
|
182
274
|
let i = Object.entries(e), a = i.length;
|
|
183
275
|
for (let e = 0; e < a; e++) {
|
|
184
276
|
let [a, o] = i[e];
|
|
185
|
-
|
|
277
|
+
De(o, Me(t, a), n, r);
|
|
186
278
|
}
|
|
187
|
-
},
|
|
188
|
-
let n = e, r = t.split(
|
|
279
|
+
}, Me = (e, t) => {
|
|
280
|
+
let n = e, r = t.split(V), i = r.length;
|
|
189
281
|
for (let e = 0; e < i; e++) {
|
|
190
282
|
let t = r[e], i = n.nextPart.get(t);
|
|
191
|
-
i || (i =
|
|
283
|
+
i || (i = ye(), n.nextPart.set(t, i)), n = i;
|
|
192
284
|
}
|
|
193
285
|
return n;
|
|
194
|
-
},
|
|
286
|
+
}, Ne = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Pe = (e) => {
|
|
195
287
|
if (e < 1) return {
|
|
196
288
|
get: () => void 0,
|
|
197
289
|
set: () => {}
|
|
@@ -209,19 +301,19 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
209
301
|
e in n ? n[e] = t : i(e, t);
|
|
210
302
|
}
|
|
211
303
|
};
|
|
212
|
-
},
|
|
304
|
+
}, Fe = "!", Ie = ":", Le = [], Re = (e, t, n, r, i) => ({
|
|
213
305
|
modifiers: e,
|
|
214
306
|
hasImportantModifier: t,
|
|
215
307
|
baseClassName: n,
|
|
216
308
|
maybePostfixModifierPosition: r,
|
|
217
309
|
isExternal: i
|
|
218
|
-
}),
|
|
310
|
+
}), ze = (e) => {
|
|
219
311
|
let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
|
|
220
312
|
let t = [], n = 0, r = 0, i = 0, a, o = e.length;
|
|
221
313
|
for (let s = 0; s < o; s++) {
|
|
222
314
|
let o = e[s];
|
|
223
315
|
if (n === 0 && r === 0) {
|
|
224
|
-
if (o ===
|
|
316
|
+
if (o === Ie) {
|
|
225
317
|
t.push(e.slice(i, s)), i = s + 1;
|
|
226
318
|
continue;
|
|
227
319
|
}
|
|
@@ -233,13 +325,13 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
233
325
|
o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
|
|
234
326
|
}
|
|
235
327
|
let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
|
|
236
|
-
s.endsWith(
|
|
328
|
+
s.endsWith(Fe) ? (c = s.slice(0, -1), l = !0) : s.startsWith(Fe) && (c = s.slice(1), l = !0);
|
|
237
329
|
let u = a && a > i ? a - i : void 0;
|
|
238
|
-
return
|
|
330
|
+
return Re(t, l, c, u);
|
|
239
331
|
};
|
|
240
332
|
if (t) {
|
|
241
|
-
let e = t +
|
|
242
|
-
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) :
|
|
333
|
+
let e = t + Ie, n = r;
|
|
334
|
+
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : Re(Le, !1, t, void 0, !0);
|
|
243
335
|
}
|
|
244
336
|
if (n) {
|
|
245
337
|
let e = r;
|
|
@@ -249,7 +341,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
249
341
|
});
|
|
250
342
|
}
|
|
251
343
|
return r;
|
|
252
|
-
},
|
|
344
|
+
}, Be = (e) => {
|
|
253
345
|
let t = /* @__PURE__ */ new Map();
|
|
254
346
|
return e.orderSensitiveModifiers.forEach((e, n) => {
|
|
255
347
|
t.set(e, 1e6 + n);
|
|
@@ -261,18 +353,18 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
261
353
|
}
|
|
262
354
|
return r.length > 0 && (r.sort(), n.push(...r)), n;
|
|
263
355
|
};
|
|
264
|
-
},
|
|
265
|
-
cache:
|
|
266
|
-
parseClassName:
|
|
267
|
-
sortModifiers:
|
|
268
|
-
postfixLookupClassGroupIds:
|
|
269
|
-
...
|
|
270
|
-
}),
|
|
356
|
+
}, Ve = (e) => ({
|
|
357
|
+
cache: Pe(e.cacheSize),
|
|
358
|
+
parseClassName: ze(e),
|
|
359
|
+
sortModifiers: Be(e),
|
|
360
|
+
postfixLookupClassGroupIds: He(e),
|
|
361
|
+
...Se(e)
|
|
362
|
+
}), He = (e) => {
|
|
271
363
|
let t = Object.create(null), n = e.postfixLookupClassGroups;
|
|
272
364
|
if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
|
|
273
365
|
return t;
|
|
274
|
-
},
|
|
275
|
-
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(
|
|
366
|
+
}, Ue = /\s+/, We = (e, t) => {
|
|
367
|
+
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(Ue), l = "";
|
|
276
368
|
for (let e = c.length - 1; e >= 0; --e) {
|
|
277
369
|
let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: f, baseClassName: p, maybePostfixModifierPosition: m } = n(t);
|
|
278
370
|
if (u) {
|
|
@@ -296,45 +388,45 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
296
388
|
}
|
|
297
389
|
h = !1;
|
|
298
390
|
}
|
|
299
|
-
let _ = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"),
|
|
300
|
-
if (s.indexOf(
|
|
301
|
-
s.push(
|
|
302
|
-
let
|
|
303
|
-
for (let e = 0; e <
|
|
304
|
-
let t =
|
|
305
|
-
s.push(
|
|
391
|
+
let _ = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), ee = f ? _ + Fe : _, v = ee + g;
|
|
392
|
+
if (s.indexOf(v) > -1) continue;
|
|
393
|
+
s.push(v);
|
|
394
|
+
let y = i(g, h);
|
|
395
|
+
for (let e = 0; e < y.length; ++e) {
|
|
396
|
+
let t = y[e];
|
|
397
|
+
s.push(ee + t);
|
|
306
398
|
}
|
|
307
399
|
l = t + (l.length > 0 ? " " + l : l);
|
|
308
400
|
}
|
|
309
401
|
return l;
|
|
310
|
-
},
|
|
402
|
+
}, Ge = (...e) => {
|
|
311
403
|
let t = 0, n, r, i = "";
|
|
312
|
-
for (; t < e.length;) (n = e[t++]) && (r =
|
|
404
|
+
for (; t < e.length;) (n = e[t++]) && (r = Ke(n)) && (i && (i += " "), i += r);
|
|
313
405
|
return i;
|
|
314
|
-
},
|
|
406
|
+
}, Ke = (e) => {
|
|
315
407
|
if (typeof e == "string") return e;
|
|
316
408
|
let t, n = "";
|
|
317
|
-
for (let r = 0; r < e.length; r++) e[r] && (t =
|
|
409
|
+
for (let r = 0; r < e.length; r++) e[r] && (t = Ke(e[r])) && (n && (n += " "), n += t);
|
|
318
410
|
return n;
|
|
319
|
-
},
|
|
320
|
-
let n, r, i, a, o = (o) => (n =
|
|
411
|
+
}, qe = (e, ...t) => {
|
|
412
|
+
let n, r, i, a, o = (o) => (n = Ve(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
|
|
321
413
|
let t = r(e);
|
|
322
414
|
if (t) return t;
|
|
323
|
-
let a =
|
|
415
|
+
let a = We(e, n);
|
|
324
416
|
return i(e, a), a;
|
|
325
417
|
};
|
|
326
|
-
return a = o, (...e) => a(
|
|
327
|
-
},
|
|
328
|
-
let t = (t) => t[e] ||
|
|
418
|
+
return a = o, (...e) => a(Ge(...e));
|
|
419
|
+
}, Je = [], H = (e) => {
|
|
420
|
+
let t = (t) => t[e] || Je;
|
|
329
421
|
return t.isThemeGetter = !0, t;
|
|
330
|
-
},
|
|
331
|
-
let r =
|
|
422
|
+
}, Ye = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Xe = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Ze = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, Qe = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, $e = /\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$/, et = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, tt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, nt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, U = (e) => Ze.test(e), W = (e) => !!e && !Number.isNaN(Number(e)), G = (e) => !!e && Number.isInteger(Number(e)), rt = (e) => e.endsWith("%") && W(e.slice(0, -1)), K = (e) => Qe.test(e), it = () => !0, at = (e) => $e.test(e) && !et.test(e), ot = () => !1, st = (e) => tt.test(e), ct = (e) => nt.test(e), lt = (e) => !q(e) && !X(e), ut = (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)), dt = (e) => Q(e, Tt, ot), q = (e) => Ye.test(e), J = (e) => Q(e, Et, at), ft = (e) => Q(e, Dt, W), pt = (e) => Q(e, kt, it), mt = (e) => Q(e, Ot, ot), ht = (e) => Q(e, Ct, ot), gt = (e) => Q(e, wt, ct), Y = (e) => Q(e, At, st), X = (e) => Xe.test(e), Z = (e) => $(e, Et), _t = (e) => $(e, Ot), vt = (e) => $(e, Ct), yt = (e) => $(e, Tt), bt = (e) => $(e, wt), xt = (e) => $(e, At, !0), St = (e) => $(e, kt, !0), Q = (e, t, n) => {
|
|
423
|
+
let r = Ye.exec(e);
|
|
332
424
|
return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
|
|
333
425
|
}, $ = (e, t, n = !1) => {
|
|
334
|
-
let r =
|
|
426
|
+
let r = Xe.exec(e);
|
|
335
427
|
return r ? r[1] ? t(r[1]) : n : !1;
|
|
336
|
-
},
|
|
337
|
-
let e =
|
|
428
|
+
}, Ct = (e) => e === "position" || e === "percentage", wt = (e) => e === "image" || e === "url", Tt = (e) => e === "length" || e === "size" || e === "bg-size", Et = (e) => e === "length", Dt = (e) => e === "number", Ot = (e) => e === "family-name", kt = (e) => e === "number" || e === "weight", At = (e) => e === "shadow", jt = /*#__PURE__*/ qe(() => {
|
|
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"), f = H("text-shadow"), p = H("drop-shadow"), m = H("blur"), h = H("perspective"), g = H("aspect"), _ = H("ease"), ee = H("animate"), v = () => [
|
|
338
430
|
"auto",
|
|
339
431
|
"avoid",
|
|
340
432
|
"all",
|
|
@@ -343,7 +435,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
343
435
|
"left",
|
|
344
436
|
"right",
|
|
345
437
|
"column"
|
|
346
|
-
],
|
|
438
|
+
], y = () => [
|
|
347
439
|
"center",
|
|
348
440
|
"top",
|
|
349
441
|
"bottom",
|
|
@@ -357,59 +449,59 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
357
449
|
"right-bottom",
|
|
358
450
|
"bottom-left",
|
|
359
451
|
"left-bottom"
|
|
360
|
-
],
|
|
361
|
-
...
|
|
452
|
+
], b = () => [
|
|
453
|
+
...y(),
|
|
362
454
|
X,
|
|
363
|
-
|
|
364
|
-
],
|
|
455
|
+
q
|
|
456
|
+
], x = () => [
|
|
365
457
|
"auto",
|
|
366
458
|
"hidden",
|
|
367
459
|
"clip",
|
|
368
460
|
"visible",
|
|
369
461
|
"scroll"
|
|
370
|
-
],
|
|
462
|
+
], S = () => [
|
|
371
463
|
"auto",
|
|
372
464
|
"contain",
|
|
373
465
|
"none"
|
|
374
466
|
], C = () => [
|
|
375
467
|
X,
|
|
376
|
-
|
|
468
|
+
q,
|
|
377
469
|
c
|
|
378
470
|
], w = () => [
|
|
379
|
-
|
|
471
|
+
U,
|
|
380
472
|
"full",
|
|
381
473
|
"auto",
|
|
382
474
|
...C()
|
|
383
475
|
], te = () => [
|
|
384
|
-
|
|
476
|
+
G,
|
|
385
477
|
"none",
|
|
386
478
|
"subgrid",
|
|
387
479
|
X,
|
|
388
|
-
|
|
389
|
-
],
|
|
480
|
+
q
|
|
481
|
+
], ne = () => [
|
|
390
482
|
"auto",
|
|
391
483
|
{ span: [
|
|
392
484
|
"full",
|
|
393
|
-
|
|
485
|
+
G,
|
|
394
486
|
X,
|
|
395
|
-
|
|
487
|
+
q
|
|
396
488
|
] },
|
|
397
|
-
|
|
489
|
+
G,
|
|
398
490
|
X,
|
|
399
|
-
|
|
400
|
-
],
|
|
401
|
-
|
|
491
|
+
q
|
|
492
|
+
], T = () => [
|
|
493
|
+
G,
|
|
402
494
|
"auto",
|
|
403
495
|
X,
|
|
404
|
-
|
|
405
|
-
],
|
|
496
|
+
q
|
|
497
|
+
], re = () => [
|
|
406
498
|
"auto",
|
|
407
499
|
"min",
|
|
408
500
|
"max",
|
|
409
501
|
"fr",
|
|
410
502
|
X,
|
|
411
|
-
|
|
412
|
-
],
|
|
503
|
+
q
|
|
504
|
+
], E = () => [
|
|
413
505
|
"start",
|
|
414
506
|
"end",
|
|
415
507
|
"center",
|
|
@@ -420,15 +512,15 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
420
512
|
"baseline",
|
|
421
513
|
"center-safe",
|
|
422
514
|
"end-safe"
|
|
423
|
-
],
|
|
515
|
+
], D = () => [
|
|
424
516
|
"start",
|
|
425
517
|
"end",
|
|
426
518
|
"center",
|
|
427
519
|
"stretch",
|
|
428
520
|
"center-safe",
|
|
429
521
|
"end-safe"
|
|
430
|
-
],
|
|
431
|
-
|
|
522
|
+
], O = () => ["auto", ...C()], k = () => [
|
|
523
|
+
U,
|
|
432
524
|
"auto",
|
|
433
525
|
"full",
|
|
434
526
|
"dvw",
|
|
@@ -441,8 +533,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
441
533
|
"max",
|
|
442
534
|
"fit",
|
|
443
535
|
...C()
|
|
444
|
-
],
|
|
445
|
-
|
|
536
|
+
], ie = () => [
|
|
537
|
+
U,
|
|
446
538
|
"screen",
|
|
447
539
|
"full",
|
|
448
540
|
"dvw",
|
|
@@ -452,8 +544,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
452
544
|
"max",
|
|
453
545
|
"fit",
|
|
454
546
|
...C()
|
|
455
|
-
],
|
|
456
|
-
|
|
547
|
+
], ae = () => [
|
|
548
|
+
U,
|
|
457
549
|
"screen",
|
|
458
550
|
"full",
|
|
459
551
|
"lh",
|
|
@@ -464,50 +556,50 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
464
556
|
"max",
|
|
465
557
|
"fit",
|
|
466
558
|
...C()
|
|
467
|
-
],
|
|
559
|
+
], A = () => [
|
|
468
560
|
e,
|
|
469
561
|
X,
|
|
470
|
-
|
|
471
|
-
],
|
|
472
|
-
...
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
{ position: [X,
|
|
476
|
-
],
|
|
562
|
+
q
|
|
563
|
+
], oe = () => [
|
|
564
|
+
...y(),
|
|
565
|
+
vt,
|
|
566
|
+
ht,
|
|
567
|
+
{ position: [X, q] }
|
|
568
|
+
], j = () => ["no-repeat", { repeat: [
|
|
477
569
|
"",
|
|
478
570
|
"x",
|
|
479
571
|
"y",
|
|
480
572
|
"space",
|
|
481
573
|
"round"
|
|
482
|
-
] }],
|
|
574
|
+
] }], se = () => [
|
|
483
575
|
"auto",
|
|
484
576
|
"cover",
|
|
485
577
|
"contain",
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
{ size: [X,
|
|
489
|
-
],
|
|
490
|
-
|
|
578
|
+
yt,
|
|
579
|
+
dt,
|
|
580
|
+
{ size: [X, q] }
|
|
581
|
+
], M = () => [
|
|
582
|
+
rt,
|
|
491
583
|
Z,
|
|
492
|
-
|
|
493
|
-
],
|
|
584
|
+
J
|
|
585
|
+
], N = () => [
|
|
494
586
|
"",
|
|
495
587
|
"none",
|
|
496
588
|
"full",
|
|
497
589
|
l,
|
|
498
590
|
X,
|
|
499
|
-
|
|
500
|
-
],
|
|
591
|
+
q
|
|
592
|
+
], P = () => [
|
|
501
593
|
"",
|
|
502
|
-
|
|
594
|
+
W,
|
|
503
595
|
Z,
|
|
504
|
-
|
|
505
|
-
],
|
|
596
|
+
J
|
|
597
|
+
], F = () => [
|
|
506
598
|
"solid",
|
|
507
599
|
"dashed",
|
|
508
600
|
"dotted",
|
|
509
601
|
"double"
|
|
510
|
-
],
|
|
602
|
+
], ce = () => [
|
|
511
603
|
"normal",
|
|
512
604
|
"multiply",
|
|
513
605
|
"screen",
|
|
@@ -524,33 +616,33 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
524
616
|
"saturation",
|
|
525
617
|
"color",
|
|
526
618
|
"luminosity"
|
|
527
|
-
],
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
],
|
|
619
|
+
], I = () => [
|
|
620
|
+
W,
|
|
621
|
+
rt,
|
|
622
|
+
vt,
|
|
623
|
+
ht
|
|
624
|
+
], le = () => [
|
|
533
625
|
"",
|
|
534
626
|
"none",
|
|
535
627
|
m,
|
|
536
628
|
X,
|
|
537
|
-
|
|
538
|
-
],
|
|
629
|
+
q
|
|
630
|
+
], L = () => [
|
|
539
631
|
"none",
|
|
540
|
-
|
|
632
|
+
W,
|
|
541
633
|
X,
|
|
542
|
-
|
|
543
|
-
],
|
|
634
|
+
q
|
|
635
|
+
], R = () => [
|
|
544
636
|
"none",
|
|
545
|
-
|
|
637
|
+
W,
|
|
546
638
|
X,
|
|
547
|
-
|
|
548
|
-
],
|
|
549
|
-
|
|
639
|
+
q
|
|
640
|
+
], z = () => [
|
|
641
|
+
W,
|
|
550
642
|
X,
|
|
551
|
-
|
|
552
|
-
],
|
|
553
|
-
|
|
643
|
+
q
|
|
644
|
+
], B = () => [
|
|
645
|
+
U,
|
|
554
646
|
"full",
|
|
555
647
|
...C()
|
|
556
648
|
];
|
|
@@ -564,17 +656,17 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
564
656
|
"bounce"
|
|
565
657
|
],
|
|
566
658
|
aspect: ["video"],
|
|
567
|
-
blur: [
|
|
568
|
-
breakpoint: [
|
|
569
|
-
color: [
|
|
570
|
-
container: [
|
|
571
|
-
"drop-shadow": [
|
|
659
|
+
blur: [K],
|
|
660
|
+
breakpoint: [K],
|
|
661
|
+
color: [it],
|
|
662
|
+
container: [K],
|
|
663
|
+
"drop-shadow": [K],
|
|
572
664
|
ease: [
|
|
573
665
|
"in",
|
|
574
666
|
"out",
|
|
575
667
|
"in-out"
|
|
576
668
|
],
|
|
577
|
-
font: [
|
|
669
|
+
font: [lt],
|
|
578
670
|
"font-weight": [
|
|
579
671
|
"thin",
|
|
580
672
|
"extralight",
|
|
@@ -586,7 +678,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
586
678
|
"extrabold",
|
|
587
679
|
"black"
|
|
588
680
|
],
|
|
589
|
-
"inset-shadow": [
|
|
681
|
+
"inset-shadow": [K],
|
|
590
682
|
leading: [
|
|
591
683
|
"none",
|
|
592
684
|
"tight",
|
|
@@ -603,11 +695,11 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
603
695
|
"distant",
|
|
604
696
|
"none"
|
|
605
697
|
],
|
|
606
|
-
radius: [
|
|
607
|
-
shadow: [
|
|
608
|
-
spacing: ["px",
|
|
609
|
-
text: [
|
|
610
|
-
"text-shadow": [
|
|
698
|
+
radius: [K],
|
|
699
|
+
shadow: [K],
|
|
700
|
+
spacing: ["px", W],
|
|
701
|
+
text: [K],
|
|
702
|
+
"text-shadow": [K],
|
|
611
703
|
tracking: [
|
|
612
704
|
"tighter",
|
|
613
705
|
"tight",
|
|
@@ -621,8 +713,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
621
713
|
aspect: [{ aspect: [
|
|
622
714
|
"auto",
|
|
623
715
|
"square",
|
|
624
|
-
|
|
625
|
-
|
|
716
|
+
U,
|
|
717
|
+
q,
|
|
626
718
|
X,
|
|
627
719
|
g
|
|
628
720
|
] }],
|
|
@@ -632,17 +724,17 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
632
724
|
"normal",
|
|
633
725
|
"size",
|
|
634
726
|
X,
|
|
635
|
-
|
|
727
|
+
q
|
|
636
728
|
] }],
|
|
637
|
-
"container-named": [
|
|
729
|
+
"container-named": [ut],
|
|
638
730
|
columns: [{ columns: [
|
|
639
|
-
|
|
640
|
-
|
|
731
|
+
W,
|
|
732
|
+
q,
|
|
641
733
|
X,
|
|
642
734
|
s
|
|
643
735
|
] }],
|
|
644
|
-
"break-after": [{ "break-after":
|
|
645
|
-
"break-before": [{ "break-before":
|
|
736
|
+
"break-after": [{ "break-after": v() }],
|
|
737
|
+
"break-before": [{ "break-before": v() }],
|
|
646
738
|
"break-inside": [{ "break-inside": [
|
|
647
739
|
"auto",
|
|
648
740
|
"avoid",
|
|
@@ -698,13 +790,13 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
698
790
|
"none",
|
|
699
791
|
"scale-down"
|
|
700
792
|
] }],
|
|
701
|
-
"object-position": [{ object:
|
|
702
|
-
overflow: [{ overflow:
|
|
703
|
-
"overflow-x": [{ "overflow-x":
|
|
704
|
-
"overflow-y": [{ "overflow-y":
|
|
705
|
-
overscroll: [{ overscroll:
|
|
706
|
-
"overscroll-x": [{ "overscroll-x":
|
|
707
|
-
"overscroll-y": [{ "overscroll-y":
|
|
793
|
+
"object-position": [{ object: b() }],
|
|
794
|
+
overflow: [{ overflow: x() }],
|
|
795
|
+
"overflow-x": [{ "overflow-x": x() }],
|
|
796
|
+
"overflow-y": [{ "overflow-y": x() }],
|
|
797
|
+
overscroll: [{ overscroll: S() }],
|
|
798
|
+
"overscroll-x": [{ "overscroll-x": S() }],
|
|
799
|
+
"overscroll-y": [{ "overscroll-y": S() }],
|
|
708
800
|
position: [
|
|
709
801
|
"static",
|
|
710
802
|
"fixed",
|
|
@@ -735,13 +827,13 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
735
827
|
"collapse"
|
|
736
828
|
],
|
|
737
829
|
z: [{ z: [
|
|
738
|
-
|
|
830
|
+
G,
|
|
739
831
|
"auto",
|
|
740
832
|
X,
|
|
741
|
-
|
|
833
|
+
q
|
|
742
834
|
] }],
|
|
743
835
|
basis: [{ basis: [
|
|
744
|
-
|
|
836
|
+
U,
|
|
745
837
|
"full",
|
|
746
838
|
"auto",
|
|
747
839
|
s,
|
|
@@ -759,41 +851,41 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
759
851
|
"wrap-reverse"
|
|
760
852
|
] }],
|
|
761
853
|
flex: [{ flex: [
|
|
854
|
+
W,
|
|
762
855
|
U,
|
|
763
|
-
H,
|
|
764
856
|
"auto",
|
|
765
857
|
"initial",
|
|
766
858
|
"none",
|
|
767
|
-
|
|
859
|
+
q
|
|
768
860
|
] }],
|
|
769
861
|
grow: [{ grow: [
|
|
770
862
|
"",
|
|
771
|
-
|
|
863
|
+
W,
|
|
772
864
|
X,
|
|
773
|
-
|
|
865
|
+
q
|
|
774
866
|
] }],
|
|
775
867
|
shrink: [{ shrink: [
|
|
776
868
|
"",
|
|
777
|
-
|
|
869
|
+
W,
|
|
778
870
|
X,
|
|
779
|
-
|
|
871
|
+
q
|
|
780
872
|
] }],
|
|
781
873
|
order: [{ order: [
|
|
782
|
-
|
|
874
|
+
G,
|
|
783
875
|
"first",
|
|
784
876
|
"last",
|
|
785
877
|
"none",
|
|
786
878
|
X,
|
|
787
|
-
|
|
879
|
+
q
|
|
788
880
|
] }],
|
|
789
881
|
"grid-cols": [{ "grid-cols": te() }],
|
|
790
|
-
"col-start-end": [{ col:
|
|
791
|
-
"col-start": [{ "col-start":
|
|
792
|
-
"col-end": [{ "col-end":
|
|
882
|
+
"col-start-end": [{ col: ne() }],
|
|
883
|
+
"col-start": [{ "col-start": T() }],
|
|
884
|
+
"col-end": [{ "col-end": T() }],
|
|
793
885
|
"grid-rows": [{ "grid-rows": te() }],
|
|
794
|
-
"row-start-end": [{ row:
|
|
795
|
-
"row-start": [{ "row-start":
|
|
796
|
-
"row-end": [{ "row-end":
|
|
886
|
+
"row-start-end": [{ row: ne() }],
|
|
887
|
+
"row-start": [{ "row-start": T() }],
|
|
888
|
+
"row-end": [{ "row-end": T() }],
|
|
797
889
|
"grid-flow": [{ "grid-flow": [
|
|
798
890
|
"row",
|
|
799
891
|
"col",
|
|
@@ -801,24 +893,24 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
801
893
|
"row-dense",
|
|
802
894
|
"col-dense"
|
|
803
895
|
] }],
|
|
804
|
-
"auto-cols": [{ "auto-cols":
|
|
805
|
-
"auto-rows": [{ "auto-rows":
|
|
896
|
+
"auto-cols": [{ "auto-cols": re() }],
|
|
897
|
+
"auto-rows": [{ "auto-rows": re() }],
|
|
806
898
|
gap: [{ gap: C() }],
|
|
807
899
|
"gap-x": [{ "gap-x": C() }],
|
|
808
900
|
"gap-y": [{ "gap-y": C() }],
|
|
809
|
-
"justify-content": [{ justify: [...
|
|
810
|
-
"justify-items": [{ "justify-items": [...
|
|
811
|
-
"justify-self": [{ "justify-self": ["auto", ...
|
|
812
|
-
"align-content": [{ content: ["normal", ...
|
|
813
|
-
"align-items": [{ items: [...
|
|
901
|
+
"justify-content": [{ justify: [...E(), "normal"] }],
|
|
902
|
+
"justify-items": [{ "justify-items": [...D(), "normal"] }],
|
|
903
|
+
"justify-self": [{ "justify-self": ["auto", ...D()] }],
|
|
904
|
+
"align-content": [{ content: ["normal", ...E()] }],
|
|
905
|
+
"align-items": [{ items: [...D(), { baseline: ["", "last"] }] }],
|
|
814
906
|
"align-self": [{ self: [
|
|
815
907
|
"auto",
|
|
816
|
-
...
|
|
908
|
+
...D(),
|
|
817
909
|
{ baseline: ["", "last"] }
|
|
818
910
|
] }],
|
|
819
|
-
"place-content": [{ "place-content":
|
|
820
|
-
"place-items": [{ "place-items": [...
|
|
821
|
-
"place-self": [{ "place-self": ["auto", ...
|
|
911
|
+
"place-content": [{ "place-content": E() }],
|
|
912
|
+
"place-items": [{ "place-items": [...D(), "baseline"] }],
|
|
913
|
+
"place-self": [{ "place-self": ["auto", ...D()] }],
|
|
822
914
|
p: [{ p: C() }],
|
|
823
915
|
px: [{ px: C() }],
|
|
824
916
|
py: [{ py: C() }],
|
|
@@ -830,38 +922,38 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
830
922
|
pr: [{ pr: C() }],
|
|
831
923
|
pb: [{ pb: C() }],
|
|
832
924
|
pl: [{ pl: C() }],
|
|
833
|
-
m: [{ m:
|
|
834
|
-
mx: [{ mx:
|
|
835
|
-
my: [{ my:
|
|
836
|
-
ms: [{ ms:
|
|
837
|
-
me: [{ me:
|
|
838
|
-
mbs: [{ mbs:
|
|
839
|
-
mbe: [{ mbe:
|
|
840
|
-
mt: [{ mt:
|
|
841
|
-
mr: [{ mr:
|
|
842
|
-
mb: [{ mb:
|
|
843
|
-
ml: [{ ml:
|
|
925
|
+
m: [{ m: O() }],
|
|
926
|
+
mx: [{ mx: O() }],
|
|
927
|
+
my: [{ my: O() }],
|
|
928
|
+
ms: [{ ms: O() }],
|
|
929
|
+
me: [{ me: O() }],
|
|
930
|
+
mbs: [{ mbs: O() }],
|
|
931
|
+
mbe: [{ mbe: O() }],
|
|
932
|
+
mt: [{ mt: O() }],
|
|
933
|
+
mr: [{ mr: O() }],
|
|
934
|
+
mb: [{ mb: O() }],
|
|
935
|
+
ml: [{ ml: O() }],
|
|
844
936
|
"space-x": [{ "space-x": C() }],
|
|
845
937
|
"space-x-reverse": ["space-x-reverse"],
|
|
846
938
|
"space-y": [{ "space-y": C() }],
|
|
847
939
|
"space-y-reverse": ["space-y-reverse"],
|
|
848
|
-
size: [{ size:
|
|
849
|
-
"inline-size": [{ inline: ["auto", ...
|
|
850
|
-
"min-inline-size": [{ "min-inline": ["auto", ...
|
|
851
|
-
"max-inline-size": [{ "max-inline": ["none", ...
|
|
852
|
-
"block-size": [{ block: ["auto", ...
|
|
853
|
-
"min-block-size": [{ "min-block": ["auto", ...
|
|
854
|
-
"max-block-size": [{ "max-block": ["none", ...
|
|
940
|
+
size: [{ size: k() }],
|
|
941
|
+
"inline-size": [{ inline: ["auto", ...ie()] }],
|
|
942
|
+
"min-inline-size": [{ "min-inline": ["auto", ...ie()] }],
|
|
943
|
+
"max-inline-size": [{ "max-inline": ["none", ...ie()] }],
|
|
944
|
+
"block-size": [{ block: ["auto", ...ae()] }],
|
|
945
|
+
"min-block-size": [{ "min-block": ["auto", ...ae()] }],
|
|
946
|
+
"max-block-size": [{ "max-block": ["none", ...ae()] }],
|
|
855
947
|
w: [{ w: [
|
|
856
948
|
s,
|
|
857
949
|
"screen",
|
|
858
|
-
...
|
|
950
|
+
...k()
|
|
859
951
|
] }],
|
|
860
952
|
"min-w": [{ "min-w": [
|
|
861
953
|
s,
|
|
862
954
|
"screen",
|
|
863
955
|
"none",
|
|
864
|
-
...
|
|
956
|
+
...k()
|
|
865
957
|
] }],
|
|
866
958
|
"max-w": [{ "max-w": [
|
|
867
959
|
s,
|
|
@@ -869,36 +961,36 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
869
961
|
"none",
|
|
870
962
|
"prose",
|
|
871
963
|
{ screen: [o] },
|
|
872
|
-
...
|
|
964
|
+
...k()
|
|
873
965
|
] }],
|
|
874
966
|
h: [{ h: [
|
|
875
967
|
"screen",
|
|
876
968
|
"lh",
|
|
877
|
-
...
|
|
969
|
+
...k()
|
|
878
970
|
] }],
|
|
879
971
|
"min-h": [{ "min-h": [
|
|
880
972
|
"screen",
|
|
881
973
|
"lh",
|
|
882
974
|
"none",
|
|
883
|
-
...
|
|
975
|
+
...k()
|
|
884
976
|
] }],
|
|
885
977
|
"max-h": [{ "max-h": [
|
|
886
978
|
"screen",
|
|
887
979
|
"lh",
|
|
888
|
-
...
|
|
980
|
+
...k()
|
|
889
981
|
] }],
|
|
890
982
|
"font-size": [{ text: [
|
|
891
983
|
"base",
|
|
892
984
|
n,
|
|
893
985
|
Z,
|
|
894
|
-
|
|
986
|
+
J
|
|
895
987
|
] }],
|
|
896
988
|
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
897
989
|
"font-style": ["italic", "not-italic"],
|
|
898
990
|
"font-weight": [{ font: [
|
|
899
991
|
r,
|
|
900
|
-
|
|
901
|
-
|
|
992
|
+
St,
|
|
993
|
+
pt
|
|
902
994
|
] }],
|
|
903
995
|
"font-stretch": [{ "font-stretch": [
|
|
904
996
|
"ultra-condensed",
|
|
@@ -910,15 +1002,15 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
910
1002
|
"expanded",
|
|
911
1003
|
"extra-expanded",
|
|
912
1004
|
"ultra-expanded",
|
|
913
|
-
|
|
914
|
-
|
|
1005
|
+
rt,
|
|
1006
|
+
q
|
|
915
1007
|
] }],
|
|
916
1008
|
"font-family": [{ font: [
|
|
917
|
-
|
|
918
|
-
|
|
1009
|
+
_t,
|
|
1010
|
+
mt,
|
|
919
1011
|
t
|
|
920
1012
|
] }],
|
|
921
|
-
"font-features": [{ "font-features": [
|
|
1013
|
+
"font-features": [{ "font-features": [q] }],
|
|
922
1014
|
"fvn-normal": ["normal-nums"],
|
|
923
1015
|
"fvn-ordinal": ["ordinal"],
|
|
924
1016
|
"fvn-slashed-zero": ["slashed-zero"],
|
|
@@ -928,19 +1020,19 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
928
1020
|
tracking: [{ tracking: [
|
|
929
1021
|
i,
|
|
930
1022
|
X,
|
|
931
|
-
|
|
1023
|
+
q
|
|
932
1024
|
] }],
|
|
933
1025
|
"line-clamp": [{ "line-clamp": [
|
|
934
|
-
|
|
1026
|
+
W,
|
|
935
1027
|
"none",
|
|
936
1028
|
X,
|
|
937
|
-
|
|
1029
|
+
ft
|
|
938
1030
|
] }],
|
|
939
1031
|
leading: [{ leading: [a, ...C()] }],
|
|
940
1032
|
"list-image": [{ "list-image": [
|
|
941
1033
|
"none",
|
|
942
1034
|
X,
|
|
943
|
-
|
|
1035
|
+
q
|
|
944
1036
|
] }],
|
|
945
1037
|
"list-style-position": [{ list: ["inside", "outside"] }],
|
|
946
1038
|
"list-style-type": [{ list: [
|
|
@@ -948,7 +1040,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
948
1040
|
"decimal",
|
|
949
1041
|
"none",
|
|
950
1042
|
X,
|
|
951
|
-
|
|
1043
|
+
q
|
|
952
1044
|
] }],
|
|
953
1045
|
"text-alignment": [{ text: [
|
|
954
1046
|
"left",
|
|
@@ -958,28 +1050,28 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
958
1050
|
"start",
|
|
959
1051
|
"end"
|
|
960
1052
|
] }],
|
|
961
|
-
"placeholder-color": [{ placeholder:
|
|
962
|
-
"text-color": [{ text:
|
|
1053
|
+
"placeholder-color": [{ placeholder: A() }],
|
|
1054
|
+
"text-color": [{ text: A() }],
|
|
963
1055
|
"text-decoration": [
|
|
964
1056
|
"underline",
|
|
965
1057
|
"overline",
|
|
966
1058
|
"line-through",
|
|
967
1059
|
"no-underline"
|
|
968
1060
|
],
|
|
969
|
-
"text-decoration-style": [{ decoration: [...
|
|
1061
|
+
"text-decoration-style": [{ decoration: [...F(), "wavy"] }],
|
|
970
1062
|
"text-decoration-thickness": [{ decoration: [
|
|
971
|
-
|
|
1063
|
+
W,
|
|
972
1064
|
"from-font",
|
|
973
1065
|
"auto",
|
|
974
1066
|
X,
|
|
975
|
-
|
|
1067
|
+
J
|
|
976
1068
|
] }],
|
|
977
|
-
"text-decoration-color": [{ decoration:
|
|
1069
|
+
"text-decoration-color": [{ decoration: A() }],
|
|
978
1070
|
"underline-offset": [{ "underline-offset": [
|
|
979
|
-
|
|
1071
|
+
W,
|
|
980
1072
|
"auto",
|
|
981
1073
|
X,
|
|
982
|
-
|
|
1074
|
+
q
|
|
983
1075
|
] }],
|
|
984
1076
|
"text-transform": [
|
|
985
1077
|
"uppercase",
|
|
@@ -1000,9 +1092,9 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
1000
1092
|
] }],
|
|
1001
1093
|
indent: [{ indent: C() }],
|
|
1002
1094
|
"tab-size": [{ tab: [
|
|
1003
|
-
|
|
1095
|
+
G,
|
|
1004
1096
|
X,
|
|
1005
|
-
|
|
1097
|
+
q
|
|
1006
1098
|
] }],
|
|
1007
1099
|
"vertical-align": [{ align: [
|
|
1008
1100
|
"baseline",
|
|
@@ -1014,7 +1106,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
1014
1106
|
"sub",
|
|
1015
1107
|
"super",
|
|
1016
1108
|
X,
|
|
1017
|
-
|
|
1109
|
+
q
|
|
1018
1110
|
] }],
|
|
1019
1111
|
whitespace: [{ whitespace: [
|
|
1020
1112
|
"normal",
|
|
@@ -1043,7 +1135,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
1043
1135
|
content: [{ content: [
|
|
1044
1136
|
"none",
|
|
1045
1137
|
X,
|
|
1046
|
-
|
|
1138
|
+
q
|
|
1047
1139
|
] }],
|
|
1048
1140
|
"bg-attachment": [{ bg: [
|
|
1049
1141
|
"fixed",
|
|
@@ -1061,9 +1153,9 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
1061
1153
|
"padding",
|
|
1062
1154
|
"content"
|
|
1063
1155
|
] }],
|
|
1064
|
-
"bg-position": [{ bg:
|
|
1065
|
-
"bg-repeat": [{ bg:
|
|
1066
|
-
"bg-size": [{ bg:
|
|
1156
|
+
"bg-position": [{ bg: oe() }],
|
|
1157
|
+
"bg-repeat": [{ bg: j() }],
|
|
1158
|
+
"bg-size": [{ bg: se() }],
|
|
1067
1159
|
"bg-image": [{ bg: [
|
|
1068
1160
|
"none",
|
|
1069
1161
|
{
|
|
@@ -1078,140 +1170,140 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
1078
1170
|
"l",
|
|
1079
1171
|
"tl"
|
|
1080
1172
|
] },
|
|
1081
|
-
|
|
1173
|
+
G,
|
|
1082
1174
|
X,
|
|
1083
|
-
|
|
1175
|
+
q
|
|
1084
1176
|
],
|
|
1085
1177
|
radial: [
|
|
1086
1178
|
"",
|
|
1087
1179
|
X,
|
|
1088
|
-
|
|
1180
|
+
q
|
|
1089
1181
|
],
|
|
1090
1182
|
conic: [
|
|
1091
|
-
|
|
1183
|
+
G,
|
|
1092
1184
|
X,
|
|
1093
|
-
|
|
1185
|
+
q
|
|
1094
1186
|
]
|
|
1095
1187
|
},
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
] }],
|
|
1099
|
-
"bg-color": [{ bg:
|
|
1100
|
-
"gradient-from-pos": [{ from:
|
|
1101
|
-
"gradient-via-pos": [{ via:
|
|
1102
|
-
"gradient-to-pos": [{ to:
|
|
1103
|
-
"gradient-from": [{ from:
|
|
1104
|
-
"gradient-via": [{ via:
|
|
1105
|
-
"gradient-to": [{ to:
|
|
1106
|
-
rounded: [{ rounded:
|
|
1107
|
-
"rounded-s": [{ "rounded-s":
|
|
1108
|
-
"rounded-e": [{ "rounded-e":
|
|
1109
|
-
"rounded-t": [{ "rounded-t":
|
|
1110
|
-
"rounded-r": [{ "rounded-r":
|
|
1111
|
-
"rounded-b": [{ "rounded-b":
|
|
1112
|
-
"rounded-l": [{ "rounded-l":
|
|
1113
|
-
"rounded-ss": [{ "rounded-ss":
|
|
1114
|
-
"rounded-se": [{ "rounded-se":
|
|
1115
|
-
"rounded-ee": [{ "rounded-ee":
|
|
1116
|
-
"rounded-es": [{ "rounded-es":
|
|
1117
|
-
"rounded-tl": [{ "rounded-tl":
|
|
1118
|
-
"rounded-tr": [{ "rounded-tr":
|
|
1119
|
-
"rounded-br": [{ "rounded-br":
|
|
1120
|
-
"rounded-bl": [{ "rounded-bl":
|
|
1121
|
-
"border-w": [{ border:
|
|
1122
|
-
"border-w-x": [{ "border-x":
|
|
1123
|
-
"border-w-y": [{ "border-y":
|
|
1124
|
-
"border-w-s": [{ "border-s":
|
|
1125
|
-
"border-w-e": [{ "border-e":
|
|
1126
|
-
"border-w-bs": [{ "border-bs":
|
|
1127
|
-
"border-w-be": [{ "border-be":
|
|
1128
|
-
"border-w-t": [{ "border-t":
|
|
1129
|
-
"border-w-r": [{ "border-r":
|
|
1130
|
-
"border-w-b": [{ "border-b":
|
|
1131
|
-
"border-w-l": [{ "border-l":
|
|
1132
|
-
"divide-x": [{ "divide-x":
|
|
1188
|
+
bt,
|
|
1189
|
+
gt
|
|
1190
|
+
] }],
|
|
1191
|
+
"bg-color": [{ bg: A() }],
|
|
1192
|
+
"gradient-from-pos": [{ from: M() }],
|
|
1193
|
+
"gradient-via-pos": [{ via: M() }],
|
|
1194
|
+
"gradient-to-pos": [{ to: M() }],
|
|
1195
|
+
"gradient-from": [{ from: A() }],
|
|
1196
|
+
"gradient-via": [{ via: A() }],
|
|
1197
|
+
"gradient-to": [{ to: A() }],
|
|
1198
|
+
rounded: [{ rounded: N() }],
|
|
1199
|
+
"rounded-s": [{ "rounded-s": N() }],
|
|
1200
|
+
"rounded-e": [{ "rounded-e": N() }],
|
|
1201
|
+
"rounded-t": [{ "rounded-t": N() }],
|
|
1202
|
+
"rounded-r": [{ "rounded-r": N() }],
|
|
1203
|
+
"rounded-b": [{ "rounded-b": N() }],
|
|
1204
|
+
"rounded-l": [{ "rounded-l": N() }],
|
|
1205
|
+
"rounded-ss": [{ "rounded-ss": N() }],
|
|
1206
|
+
"rounded-se": [{ "rounded-se": N() }],
|
|
1207
|
+
"rounded-ee": [{ "rounded-ee": N() }],
|
|
1208
|
+
"rounded-es": [{ "rounded-es": N() }],
|
|
1209
|
+
"rounded-tl": [{ "rounded-tl": N() }],
|
|
1210
|
+
"rounded-tr": [{ "rounded-tr": N() }],
|
|
1211
|
+
"rounded-br": [{ "rounded-br": N() }],
|
|
1212
|
+
"rounded-bl": [{ "rounded-bl": N() }],
|
|
1213
|
+
"border-w": [{ border: P() }],
|
|
1214
|
+
"border-w-x": [{ "border-x": P() }],
|
|
1215
|
+
"border-w-y": [{ "border-y": P() }],
|
|
1216
|
+
"border-w-s": [{ "border-s": P() }],
|
|
1217
|
+
"border-w-e": [{ "border-e": P() }],
|
|
1218
|
+
"border-w-bs": [{ "border-bs": P() }],
|
|
1219
|
+
"border-w-be": [{ "border-be": P() }],
|
|
1220
|
+
"border-w-t": [{ "border-t": P() }],
|
|
1221
|
+
"border-w-r": [{ "border-r": P() }],
|
|
1222
|
+
"border-w-b": [{ "border-b": P() }],
|
|
1223
|
+
"border-w-l": [{ "border-l": P() }],
|
|
1224
|
+
"divide-x": [{ "divide-x": P() }],
|
|
1133
1225
|
"divide-x-reverse": ["divide-x-reverse"],
|
|
1134
|
-
"divide-y": [{ "divide-y":
|
|
1226
|
+
"divide-y": [{ "divide-y": P() }],
|
|
1135
1227
|
"divide-y-reverse": ["divide-y-reverse"],
|
|
1136
1228
|
"border-style": [{ border: [
|
|
1137
|
-
...
|
|
1229
|
+
...F(),
|
|
1138
1230
|
"hidden",
|
|
1139
1231
|
"none"
|
|
1140
1232
|
] }],
|
|
1141
1233
|
"divide-style": [{ divide: [
|
|
1142
|
-
...
|
|
1234
|
+
...F(),
|
|
1143
1235
|
"hidden",
|
|
1144
1236
|
"none"
|
|
1145
1237
|
] }],
|
|
1146
|
-
"border-color": [{ border:
|
|
1147
|
-
"border-color-x": [{ "border-x":
|
|
1148
|
-
"border-color-y": [{ "border-y":
|
|
1149
|
-
"border-color-s": [{ "border-s":
|
|
1150
|
-
"border-color-e": [{ "border-e":
|
|
1151
|
-
"border-color-bs": [{ "border-bs":
|
|
1152
|
-
"border-color-be": [{ "border-be":
|
|
1153
|
-
"border-color-t": [{ "border-t":
|
|
1154
|
-
"border-color-r": [{ "border-r":
|
|
1155
|
-
"border-color-b": [{ "border-b":
|
|
1156
|
-
"border-color-l": [{ "border-l":
|
|
1157
|
-
"divide-color": [{ divide:
|
|
1238
|
+
"border-color": [{ border: A() }],
|
|
1239
|
+
"border-color-x": [{ "border-x": A() }],
|
|
1240
|
+
"border-color-y": [{ "border-y": A() }],
|
|
1241
|
+
"border-color-s": [{ "border-s": A() }],
|
|
1242
|
+
"border-color-e": [{ "border-e": A() }],
|
|
1243
|
+
"border-color-bs": [{ "border-bs": A() }],
|
|
1244
|
+
"border-color-be": [{ "border-be": A() }],
|
|
1245
|
+
"border-color-t": [{ "border-t": A() }],
|
|
1246
|
+
"border-color-r": [{ "border-r": A() }],
|
|
1247
|
+
"border-color-b": [{ "border-b": A() }],
|
|
1248
|
+
"border-color-l": [{ "border-l": A() }],
|
|
1249
|
+
"divide-color": [{ divide: A() }],
|
|
1158
1250
|
"outline-style": [{ outline: [
|
|
1159
|
-
...
|
|
1251
|
+
...F(),
|
|
1160
1252
|
"none",
|
|
1161
1253
|
"hidden"
|
|
1162
1254
|
] }],
|
|
1163
1255
|
"outline-offset": [{ "outline-offset": [
|
|
1164
|
-
|
|
1256
|
+
W,
|
|
1165
1257
|
X,
|
|
1166
|
-
|
|
1258
|
+
q
|
|
1167
1259
|
] }],
|
|
1168
1260
|
"outline-w": [{ outline: [
|
|
1169
1261
|
"",
|
|
1170
|
-
|
|
1262
|
+
W,
|
|
1171
1263
|
Z,
|
|
1172
|
-
|
|
1264
|
+
J
|
|
1173
1265
|
] }],
|
|
1174
|
-
"outline-color": [{ outline:
|
|
1266
|
+
"outline-color": [{ outline: A() }],
|
|
1175
1267
|
shadow: [{ shadow: [
|
|
1176
1268
|
"",
|
|
1177
1269
|
"none",
|
|
1178
1270
|
u,
|
|
1179
|
-
|
|
1180
|
-
|
|
1271
|
+
xt,
|
|
1272
|
+
Y
|
|
1181
1273
|
] }],
|
|
1182
|
-
"shadow-color": [{ shadow:
|
|
1274
|
+
"shadow-color": [{ shadow: A() }],
|
|
1183
1275
|
"inset-shadow": [{ "inset-shadow": [
|
|
1184
1276
|
"none",
|
|
1185
1277
|
d,
|
|
1186
|
-
|
|
1187
|
-
|
|
1278
|
+
xt,
|
|
1279
|
+
Y
|
|
1188
1280
|
] }],
|
|
1189
|
-
"inset-shadow-color": [{ "inset-shadow":
|
|
1190
|
-
"ring-w": [{ ring:
|
|
1281
|
+
"inset-shadow-color": [{ "inset-shadow": A() }],
|
|
1282
|
+
"ring-w": [{ ring: P() }],
|
|
1191
1283
|
"ring-w-inset": ["ring-inset"],
|
|
1192
|
-
"ring-color": [{ ring:
|
|
1193
|
-
"ring-offset-w": [{ "ring-offset": [
|
|
1194
|
-
"ring-offset-color": [{ "ring-offset":
|
|
1195
|
-
"inset-ring-w": [{ "inset-ring":
|
|
1196
|
-
"inset-ring-color": [{ "inset-ring":
|
|
1284
|
+
"ring-color": [{ ring: A() }],
|
|
1285
|
+
"ring-offset-w": [{ "ring-offset": [W, J] }],
|
|
1286
|
+
"ring-offset-color": [{ "ring-offset": A() }],
|
|
1287
|
+
"inset-ring-w": [{ "inset-ring": P() }],
|
|
1288
|
+
"inset-ring-color": [{ "inset-ring": A() }],
|
|
1197
1289
|
"text-shadow": [{ "text-shadow": [
|
|
1198
1290
|
"none",
|
|
1199
1291
|
f,
|
|
1200
|
-
|
|
1201
|
-
|
|
1292
|
+
xt,
|
|
1293
|
+
Y
|
|
1202
1294
|
] }],
|
|
1203
|
-
"text-shadow-color": [{ "text-shadow":
|
|
1295
|
+
"text-shadow-color": [{ "text-shadow": A() }],
|
|
1204
1296
|
opacity: [{ opacity: [
|
|
1205
|
-
|
|
1297
|
+
W,
|
|
1206
1298
|
X,
|
|
1207
|
-
|
|
1299
|
+
q
|
|
1208
1300
|
] }],
|
|
1209
1301
|
"mix-blend": [{ "mix-blend": [
|
|
1210
|
-
...
|
|
1302
|
+
...ce(),
|
|
1211
1303
|
"plus-darker",
|
|
1212
1304
|
"plus-lighter"
|
|
1213
1305
|
] }],
|
|
1214
|
-
"bg-blend": [{ "bg-blend":
|
|
1306
|
+
"bg-blend": [{ "bg-blend": ce() }],
|
|
1215
1307
|
"mask-clip": [{ "mask-clip": [
|
|
1216
1308
|
"border",
|
|
1217
1309
|
"padding",
|
|
@@ -1226,51 +1318,51 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
1226
1318
|
"intersect",
|
|
1227
1319
|
"exclude"
|
|
1228
1320
|
] }],
|
|
1229
|
-
"mask-image-linear-pos": [{ "mask-linear": [
|
|
1230
|
-
"mask-image-linear-from-pos": [{ "mask-linear-from":
|
|
1231
|
-
"mask-image-linear-to-pos": [{ "mask-linear-to":
|
|
1232
|
-
"mask-image-linear-from-color": [{ "mask-linear-from":
|
|
1233
|
-
"mask-image-linear-to-color": [{ "mask-linear-to":
|
|
1234
|
-
"mask-image-t-from-pos": [{ "mask-t-from":
|
|
1235
|
-
"mask-image-t-to-pos": [{ "mask-t-to":
|
|
1236
|
-
"mask-image-t-from-color": [{ "mask-t-from":
|
|
1237
|
-
"mask-image-t-to-color": [{ "mask-t-to":
|
|
1238
|
-
"mask-image-r-from-pos": [{ "mask-r-from":
|
|
1239
|
-
"mask-image-r-to-pos": [{ "mask-r-to":
|
|
1240
|
-
"mask-image-r-from-color": [{ "mask-r-from":
|
|
1241
|
-
"mask-image-r-to-color": [{ "mask-r-to":
|
|
1242
|
-
"mask-image-b-from-pos": [{ "mask-b-from":
|
|
1243
|
-
"mask-image-b-to-pos": [{ "mask-b-to":
|
|
1244
|
-
"mask-image-b-from-color": [{ "mask-b-from":
|
|
1245
|
-
"mask-image-b-to-color": [{ "mask-b-to":
|
|
1246
|
-
"mask-image-l-from-pos": [{ "mask-l-from":
|
|
1247
|
-
"mask-image-l-to-pos": [{ "mask-l-to":
|
|
1248
|
-
"mask-image-l-from-color": [{ "mask-l-from":
|
|
1249
|
-
"mask-image-l-to-color": [{ "mask-l-to":
|
|
1250
|
-
"mask-image-x-from-pos": [{ "mask-x-from":
|
|
1251
|
-
"mask-image-x-to-pos": [{ "mask-x-to":
|
|
1252
|
-
"mask-image-x-from-color": [{ "mask-x-from":
|
|
1253
|
-
"mask-image-x-to-color": [{ "mask-x-to":
|
|
1254
|
-
"mask-image-y-from-pos": [{ "mask-y-from":
|
|
1255
|
-
"mask-image-y-to-pos": [{ "mask-y-to":
|
|
1256
|
-
"mask-image-y-from-color": [{ "mask-y-from":
|
|
1257
|
-
"mask-image-y-to-color": [{ "mask-y-to":
|
|
1258
|
-
"mask-image-radial": [{ "mask-radial": [X,
|
|
1259
|
-
"mask-image-radial-from-pos": [{ "mask-radial-from":
|
|
1260
|
-
"mask-image-radial-to-pos": [{ "mask-radial-to":
|
|
1261
|
-
"mask-image-radial-from-color": [{ "mask-radial-from":
|
|
1262
|
-
"mask-image-radial-to-color": [{ "mask-radial-to":
|
|
1321
|
+
"mask-image-linear-pos": [{ "mask-linear": [W] }],
|
|
1322
|
+
"mask-image-linear-from-pos": [{ "mask-linear-from": I() }],
|
|
1323
|
+
"mask-image-linear-to-pos": [{ "mask-linear-to": I() }],
|
|
1324
|
+
"mask-image-linear-from-color": [{ "mask-linear-from": A() }],
|
|
1325
|
+
"mask-image-linear-to-color": [{ "mask-linear-to": A() }],
|
|
1326
|
+
"mask-image-t-from-pos": [{ "mask-t-from": I() }],
|
|
1327
|
+
"mask-image-t-to-pos": [{ "mask-t-to": I() }],
|
|
1328
|
+
"mask-image-t-from-color": [{ "mask-t-from": A() }],
|
|
1329
|
+
"mask-image-t-to-color": [{ "mask-t-to": A() }],
|
|
1330
|
+
"mask-image-r-from-pos": [{ "mask-r-from": I() }],
|
|
1331
|
+
"mask-image-r-to-pos": [{ "mask-r-to": I() }],
|
|
1332
|
+
"mask-image-r-from-color": [{ "mask-r-from": A() }],
|
|
1333
|
+
"mask-image-r-to-color": [{ "mask-r-to": A() }],
|
|
1334
|
+
"mask-image-b-from-pos": [{ "mask-b-from": I() }],
|
|
1335
|
+
"mask-image-b-to-pos": [{ "mask-b-to": I() }],
|
|
1336
|
+
"mask-image-b-from-color": [{ "mask-b-from": A() }],
|
|
1337
|
+
"mask-image-b-to-color": [{ "mask-b-to": A() }],
|
|
1338
|
+
"mask-image-l-from-pos": [{ "mask-l-from": I() }],
|
|
1339
|
+
"mask-image-l-to-pos": [{ "mask-l-to": I() }],
|
|
1340
|
+
"mask-image-l-from-color": [{ "mask-l-from": A() }],
|
|
1341
|
+
"mask-image-l-to-color": [{ "mask-l-to": A() }],
|
|
1342
|
+
"mask-image-x-from-pos": [{ "mask-x-from": I() }],
|
|
1343
|
+
"mask-image-x-to-pos": [{ "mask-x-to": I() }],
|
|
1344
|
+
"mask-image-x-from-color": [{ "mask-x-from": A() }],
|
|
1345
|
+
"mask-image-x-to-color": [{ "mask-x-to": A() }],
|
|
1346
|
+
"mask-image-y-from-pos": [{ "mask-y-from": I() }],
|
|
1347
|
+
"mask-image-y-to-pos": [{ "mask-y-to": I() }],
|
|
1348
|
+
"mask-image-y-from-color": [{ "mask-y-from": A() }],
|
|
1349
|
+
"mask-image-y-to-color": [{ "mask-y-to": A() }],
|
|
1350
|
+
"mask-image-radial": [{ "mask-radial": [X, q] }],
|
|
1351
|
+
"mask-image-radial-from-pos": [{ "mask-radial-from": I() }],
|
|
1352
|
+
"mask-image-radial-to-pos": [{ "mask-radial-to": I() }],
|
|
1353
|
+
"mask-image-radial-from-color": [{ "mask-radial-from": A() }],
|
|
1354
|
+
"mask-image-radial-to-color": [{ "mask-radial-to": A() }],
|
|
1263
1355
|
"mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
|
|
1264
1356
|
"mask-image-radial-size": [{ "mask-radial": [{
|
|
1265
1357
|
closest: ["side", "corner"],
|
|
1266
1358
|
farthest: ["side", "corner"]
|
|
1267
1359
|
}] }],
|
|
1268
|
-
"mask-image-radial-pos": [{ "mask-radial-at":
|
|
1269
|
-
"mask-image-conic-pos": [{ "mask-conic": [
|
|
1270
|
-
"mask-image-conic-from-pos": [{ "mask-conic-from":
|
|
1271
|
-
"mask-image-conic-to-pos": [{ "mask-conic-to":
|
|
1272
|
-
"mask-image-conic-from-color": [{ "mask-conic-from":
|
|
1273
|
-
"mask-image-conic-to-color": [{ "mask-conic-to":
|
|
1360
|
+
"mask-image-radial-pos": [{ "mask-radial-at": y() }],
|
|
1361
|
+
"mask-image-conic-pos": [{ "mask-conic": [W] }],
|
|
1362
|
+
"mask-image-conic-from-pos": [{ "mask-conic-from": I() }],
|
|
1363
|
+
"mask-image-conic-to-pos": [{ "mask-conic-to": I() }],
|
|
1364
|
+
"mask-image-conic-from-color": [{ "mask-conic-from": A() }],
|
|
1365
|
+
"mask-image-conic-to-color": [{ "mask-conic-to": A() }],
|
|
1274
1366
|
"mask-mode": [{ mask: [
|
|
1275
1367
|
"alpha",
|
|
1276
1368
|
"luminance",
|
|
@@ -1284,117 +1376,117 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
1284
1376
|
"stroke",
|
|
1285
1377
|
"view"
|
|
1286
1378
|
] }],
|
|
1287
|
-
"mask-position": [{ mask:
|
|
1288
|
-
"mask-repeat": [{ mask:
|
|
1289
|
-
"mask-size": [{ mask:
|
|
1379
|
+
"mask-position": [{ mask: oe() }],
|
|
1380
|
+
"mask-repeat": [{ mask: j() }],
|
|
1381
|
+
"mask-size": [{ mask: se() }],
|
|
1290
1382
|
"mask-type": [{ "mask-type": ["alpha", "luminance"] }],
|
|
1291
1383
|
"mask-image": [{ mask: [
|
|
1292
1384
|
"none",
|
|
1293
1385
|
X,
|
|
1294
|
-
|
|
1386
|
+
q
|
|
1295
1387
|
] }],
|
|
1296
1388
|
filter: [{ filter: [
|
|
1297
1389
|
"",
|
|
1298
1390
|
"none",
|
|
1299
1391
|
X,
|
|
1300
|
-
|
|
1392
|
+
q
|
|
1301
1393
|
] }],
|
|
1302
|
-
blur: [{ blur:
|
|
1394
|
+
blur: [{ blur: le() }],
|
|
1303
1395
|
brightness: [{ brightness: [
|
|
1304
|
-
|
|
1396
|
+
W,
|
|
1305
1397
|
X,
|
|
1306
|
-
|
|
1398
|
+
q
|
|
1307
1399
|
] }],
|
|
1308
1400
|
contrast: [{ contrast: [
|
|
1309
|
-
|
|
1401
|
+
W,
|
|
1310
1402
|
X,
|
|
1311
|
-
|
|
1403
|
+
q
|
|
1312
1404
|
] }],
|
|
1313
1405
|
"drop-shadow": [{ "drop-shadow": [
|
|
1314
1406
|
"",
|
|
1315
1407
|
"none",
|
|
1316
1408
|
p,
|
|
1317
|
-
|
|
1318
|
-
|
|
1409
|
+
xt,
|
|
1410
|
+
Y
|
|
1319
1411
|
] }],
|
|
1320
|
-
"drop-shadow-color": [{ "drop-shadow":
|
|
1412
|
+
"drop-shadow-color": [{ "drop-shadow": A() }],
|
|
1321
1413
|
grayscale: [{ grayscale: [
|
|
1322
1414
|
"",
|
|
1323
|
-
|
|
1415
|
+
W,
|
|
1324
1416
|
X,
|
|
1325
|
-
|
|
1417
|
+
q
|
|
1326
1418
|
] }],
|
|
1327
1419
|
"hue-rotate": [{ "hue-rotate": [
|
|
1328
|
-
|
|
1420
|
+
W,
|
|
1329
1421
|
X,
|
|
1330
|
-
|
|
1422
|
+
q
|
|
1331
1423
|
] }],
|
|
1332
1424
|
invert: [{ invert: [
|
|
1333
1425
|
"",
|
|
1334
|
-
|
|
1426
|
+
W,
|
|
1335
1427
|
X,
|
|
1336
|
-
|
|
1428
|
+
q
|
|
1337
1429
|
] }],
|
|
1338
1430
|
saturate: [{ saturate: [
|
|
1339
|
-
|
|
1431
|
+
W,
|
|
1340
1432
|
X,
|
|
1341
|
-
|
|
1433
|
+
q
|
|
1342
1434
|
] }],
|
|
1343
1435
|
sepia: [{ sepia: [
|
|
1344
1436
|
"",
|
|
1345
|
-
|
|
1437
|
+
W,
|
|
1346
1438
|
X,
|
|
1347
|
-
|
|
1439
|
+
q
|
|
1348
1440
|
] }],
|
|
1349
1441
|
"backdrop-filter": [{ "backdrop-filter": [
|
|
1350
1442
|
"",
|
|
1351
1443
|
"none",
|
|
1352
1444
|
X,
|
|
1353
|
-
|
|
1445
|
+
q
|
|
1354
1446
|
] }],
|
|
1355
|
-
"backdrop-blur": [{ "backdrop-blur":
|
|
1447
|
+
"backdrop-blur": [{ "backdrop-blur": le() }],
|
|
1356
1448
|
"backdrop-brightness": [{ "backdrop-brightness": [
|
|
1357
|
-
|
|
1449
|
+
W,
|
|
1358
1450
|
X,
|
|
1359
|
-
|
|
1451
|
+
q
|
|
1360
1452
|
] }],
|
|
1361
1453
|
"backdrop-contrast": [{ "backdrop-contrast": [
|
|
1362
|
-
|
|
1454
|
+
W,
|
|
1363
1455
|
X,
|
|
1364
|
-
|
|
1456
|
+
q
|
|
1365
1457
|
] }],
|
|
1366
1458
|
"backdrop-grayscale": [{ "backdrop-grayscale": [
|
|
1367
1459
|
"",
|
|
1368
|
-
|
|
1460
|
+
W,
|
|
1369
1461
|
X,
|
|
1370
|
-
|
|
1462
|
+
q
|
|
1371
1463
|
] }],
|
|
1372
1464
|
"backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
|
|
1373
|
-
|
|
1465
|
+
W,
|
|
1374
1466
|
X,
|
|
1375
|
-
|
|
1467
|
+
q
|
|
1376
1468
|
] }],
|
|
1377
1469
|
"backdrop-invert": [{ "backdrop-invert": [
|
|
1378
1470
|
"",
|
|
1379
|
-
|
|
1471
|
+
W,
|
|
1380
1472
|
X,
|
|
1381
|
-
|
|
1473
|
+
q
|
|
1382
1474
|
] }],
|
|
1383
1475
|
"backdrop-opacity": [{ "backdrop-opacity": [
|
|
1384
|
-
|
|
1476
|
+
W,
|
|
1385
1477
|
X,
|
|
1386
|
-
|
|
1478
|
+
q
|
|
1387
1479
|
] }],
|
|
1388
1480
|
"backdrop-saturate": [{ "backdrop-saturate": [
|
|
1389
|
-
|
|
1481
|
+
W,
|
|
1390
1482
|
X,
|
|
1391
|
-
|
|
1483
|
+
q
|
|
1392
1484
|
] }],
|
|
1393
1485
|
"backdrop-sepia": [{ "backdrop-sepia": [
|
|
1394
1486
|
"",
|
|
1395
|
-
|
|
1487
|
+
W,
|
|
1396
1488
|
X,
|
|
1397
|
-
|
|
1489
|
+
q
|
|
1398
1490
|
] }],
|
|
1399
1491
|
"border-collapse": [{ border: ["collapse", "separate"] }],
|
|
1400
1492
|
"border-spacing": [{ "border-spacing": C() }],
|
|
@@ -1411,75 +1503,75 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
1411
1503
|
"transform",
|
|
1412
1504
|
"none",
|
|
1413
1505
|
X,
|
|
1414
|
-
|
|
1506
|
+
q
|
|
1415
1507
|
] }],
|
|
1416
1508
|
"transition-behavior": [{ transition: ["normal", "discrete"] }],
|
|
1417
1509
|
duration: [{ duration: [
|
|
1418
|
-
|
|
1510
|
+
W,
|
|
1419
1511
|
"initial",
|
|
1420
1512
|
X,
|
|
1421
|
-
|
|
1513
|
+
q
|
|
1422
1514
|
] }],
|
|
1423
1515
|
ease: [{ ease: [
|
|
1424
1516
|
"linear",
|
|
1425
1517
|
"initial",
|
|
1426
1518
|
_,
|
|
1427
1519
|
X,
|
|
1428
|
-
|
|
1520
|
+
q
|
|
1429
1521
|
] }],
|
|
1430
1522
|
delay: [{ delay: [
|
|
1431
|
-
|
|
1523
|
+
W,
|
|
1432
1524
|
X,
|
|
1433
|
-
|
|
1525
|
+
q
|
|
1434
1526
|
] }],
|
|
1435
1527
|
animate: [{ animate: [
|
|
1436
1528
|
"none",
|
|
1437
|
-
|
|
1529
|
+
ee,
|
|
1438
1530
|
X,
|
|
1439
|
-
|
|
1531
|
+
q
|
|
1440
1532
|
] }],
|
|
1441
1533
|
backface: [{ backface: ["hidden", "visible"] }],
|
|
1442
1534
|
perspective: [{ perspective: [
|
|
1443
1535
|
h,
|
|
1444
1536
|
X,
|
|
1445
|
-
|
|
1446
|
-
] }],
|
|
1447
|
-
"perspective-origin": [{ "perspective-origin":
|
|
1448
|
-
rotate: [{ rotate:
|
|
1449
|
-
"rotate-x": [{ "rotate-x":
|
|
1450
|
-
"rotate-y": [{ "rotate-y":
|
|
1451
|
-
"rotate-z": [{ "rotate-z":
|
|
1452
|
-
scale: [{ scale:
|
|
1453
|
-
"scale-x": [{ "scale-x":
|
|
1454
|
-
"scale-y": [{ "scale-y":
|
|
1455
|
-
"scale-z": [{ "scale-z":
|
|
1537
|
+
q
|
|
1538
|
+
] }],
|
|
1539
|
+
"perspective-origin": [{ "perspective-origin": b() }],
|
|
1540
|
+
rotate: [{ rotate: L() }],
|
|
1541
|
+
"rotate-x": [{ "rotate-x": L() }],
|
|
1542
|
+
"rotate-y": [{ "rotate-y": L() }],
|
|
1543
|
+
"rotate-z": [{ "rotate-z": L() }],
|
|
1544
|
+
scale: [{ scale: R() }],
|
|
1545
|
+
"scale-x": [{ "scale-x": R() }],
|
|
1546
|
+
"scale-y": [{ "scale-y": R() }],
|
|
1547
|
+
"scale-z": [{ "scale-z": R() }],
|
|
1456
1548
|
"scale-3d": ["scale-3d"],
|
|
1457
|
-
skew: [{ skew:
|
|
1458
|
-
"skew-x": [{ "skew-x":
|
|
1459
|
-
"skew-y": [{ "skew-y":
|
|
1549
|
+
skew: [{ skew: z() }],
|
|
1550
|
+
"skew-x": [{ "skew-x": z() }],
|
|
1551
|
+
"skew-y": [{ "skew-y": z() }],
|
|
1460
1552
|
transform: [{ transform: [
|
|
1461
1553
|
X,
|
|
1462
|
-
|
|
1554
|
+
q,
|
|
1463
1555
|
"",
|
|
1464
1556
|
"none",
|
|
1465
1557
|
"gpu",
|
|
1466
1558
|
"cpu"
|
|
1467
1559
|
] }],
|
|
1468
|
-
"transform-origin": [{ origin:
|
|
1560
|
+
"transform-origin": [{ origin: b() }],
|
|
1469
1561
|
"transform-style": [{ transform: ["3d", "flat"] }],
|
|
1470
|
-
translate: [{ translate:
|
|
1471
|
-
"translate-x": [{ "translate-x":
|
|
1472
|
-
"translate-y": [{ "translate-y":
|
|
1473
|
-
"translate-z": [{ "translate-z":
|
|
1562
|
+
translate: [{ translate: B() }],
|
|
1563
|
+
"translate-x": [{ "translate-x": B() }],
|
|
1564
|
+
"translate-y": [{ "translate-y": B() }],
|
|
1565
|
+
"translate-z": [{ "translate-z": B() }],
|
|
1474
1566
|
"translate-none": ["translate-none"],
|
|
1475
1567
|
zoom: [{ zoom: [
|
|
1476
|
-
|
|
1568
|
+
G,
|
|
1477
1569
|
X,
|
|
1478
|
-
|
|
1570
|
+
q
|
|
1479
1571
|
] }],
|
|
1480
|
-
accent: [{ accent:
|
|
1572
|
+
accent: [{ accent: A() }],
|
|
1481
1573
|
appearance: [{ appearance: ["none", "auto"] }],
|
|
1482
|
-
"caret-color": [{ caret:
|
|
1574
|
+
"caret-color": [{ caret: A() }],
|
|
1483
1575
|
"color-scheme": [{ scheme: [
|
|
1484
1576
|
"normal",
|
|
1485
1577
|
"dark",
|
|
@@ -1526,7 +1618,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
1526
1618
|
"zoom-in",
|
|
1527
1619
|
"zoom-out",
|
|
1528
1620
|
X,
|
|
1529
|
-
|
|
1621
|
+
q
|
|
1530
1622
|
] }],
|
|
1531
1623
|
"field-sizing": [{ "field-sizing": ["fixed", "content"] }],
|
|
1532
1624
|
"pointer-events": [{ "pointer-events": ["auto", "none"] }],
|
|
@@ -1537,8 +1629,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
1537
1629
|
"x"
|
|
1538
1630
|
] }],
|
|
1539
1631
|
"scroll-behavior": [{ scroll: ["auto", "smooth"] }],
|
|
1540
|
-
"scrollbar-thumb-color": [{ "scrollbar-thumb":
|
|
1541
|
-
"scrollbar-track-color": [{ "scrollbar-track":
|
|
1632
|
+
"scrollbar-thumb-color": [{ "scrollbar-thumb": A() }],
|
|
1633
|
+
"scrollbar-track-color": [{ "scrollbar-track": A() }],
|
|
1542
1634
|
"scrollbar-gutter": [{ "scrollbar-gutter": [
|
|
1543
1635
|
"auto",
|
|
1544
1636
|
"stable",
|
|
@@ -1613,16 +1705,16 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
1613
1705
|
"contents",
|
|
1614
1706
|
"transform",
|
|
1615
1707
|
X,
|
|
1616
|
-
|
|
1708
|
+
q
|
|
1617
1709
|
] }],
|
|
1618
|
-
fill: [{ fill: ["none", ...
|
|
1710
|
+
fill: [{ fill: ["none", ...A()] }],
|
|
1619
1711
|
"stroke-w": [{ stroke: [
|
|
1620
|
-
|
|
1712
|
+
W,
|
|
1621
1713
|
Z,
|
|
1622
|
-
|
|
1623
|
-
|
|
1714
|
+
J,
|
|
1715
|
+
ft
|
|
1624
1716
|
] }],
|
|
1625
|
-
stroke: [{ stroke: ["none", ...
|
|
1717
|
+
stroke: [{ stroke: ["none", ...A()] }],
|
|
1626
1718
|
"forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
|
|
1627
1719
|
},
|
|
1628
1720
|
conflictingClassGroups: {
|
|
@@ -1811,8 +1903,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
|
|
|
1811
1903
|
});
|
|
1812
1904
|
//#endregion
|
|
1813
1905
|
//#region src/lib/utils.ts
|
|
1814
|
-
function
|
|
1815
|
-
return
|
|
1906
|
+
function Mt(...e) {
|
|
1907
|
+
return jt(p(e));
|
|
1816
1908
|
}
|
|
1817
1909
|
//#endregion
|
|
1818
|
-
export {
|
|
1910
|
+
export { te as A, a as B, w as C, D, A as E, y as F, t as G, d as H, b as I, n as J, u as K, x as L, ne as M, O as N, E as O, T as P, v as R, ie as S, k as T, s as U, l as V, o as W, c as X, r as Y, i as Z, ue as _, ge as a, se as b, ce as c, z as d, I as f, R as g, le as h, he as i, C as j, re as k, P as l, L as m, me as n, de as o, B as p, e as q, pe as r, fe as s, Mt as t, F as u, N as v, ae as w, j as x, M as y, _ as z };
|