@bonprix-ds/react-rating 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/dist/index.d.ts +13 -0
- package/dist/index.js +2913 -0
- package/dist/index.js.map +1 -0
- package/package.json +49 -0
package/dist/index.js
ADDED
|
@@ -0,0 +1,2913 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { createContext as e, useContext as t } from "react";
|
|
3
|
+
import { jsx as n, jsxs as r } from "react/jsx-runtime";
|
|
4
|
+
//#region ../icon/dist/index.js
|
|
5
|
+
var i = {
|
|
6
|
+
s: "0rem",
|
|
7
|
+
m: "30rem",
|
|
8
|
+
l: "48rem",
|
|
9
|
+
xl: "62rem",
|
|
10
|
+
xxl: "80rem",
|
|
11
|
+
xxxl: "100rem"
|
|
12
|
+
}, a = {
|
|
13
|
+
s: `(width < ${i.m})`,
|
|
14
|
+
m: `(${i.m} <= width < ${i.l})`,
|
|
15
|
+
l: `(${i.l} <= width < ${i.xl})`,
|
|
16
|
+
xl: `(${i.xl} <= width < ${i.xxl})`,
|
|
17
|
+
xxl: `(${i.xxl} <= width < ${i.xxxl})`,
|
|
18
|
+
xxxl: `(${i.xxxl} <= width)`
|
|
19
|
+
};
|
|
20
|
+
Object.keys(a);
|
|
21
|
+
var o = () => window.__BONPRIX_DESY_CONFIG__ ?? {}, s = e({});
|
|
22
|
+
e(0);
|
|
23
|
+
var c = {
|
|
24
|
+
iconSprite: "/assets/sprites/icon-sprite.svg",
|
|
25
|
+
logoSprite: "/assets/sprites/logo-sprite.svg",
|
|
26
|
+
figurineSprite: "/assets/sprites/figurine-sprite.svg",
|
|
27
|
+
illustrationSprite: "/assets/sprites/illustration-sprite.svg"
|
|
28
|
+
}, l = (e, t, n) => t?.[e] ?? n?.[e] ?? c[e], u = () => {
|
|
29
|
+
let e = t(s), n = o();
|
|
30
|
+
return {
|
|
31
|
+
iconSprite: l("iconSprite", e, n),
|
|
32
|
+
logoSprite: l("logoSprite", e, n),
|
|
33
|
+
figurineSprite: l("figurineSprite", e, n),
|
|
34
|
+
illustrationSprite: l("illustrationSprite", e, n)
|
|
35
|
+
};
|
|
36
|
+
}, d = "-", f = (e) => {
|
|
37
|
+
let t = g(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
|
|
38
|
+
return {
|
|
39
|
+
getClassGroupId: (e) => {
|
|
40
|
+
let n = e.split(d);
|
|
41
|
+
return n[0] === "" && n.length !== 1 && n.shift(), p(n, t) || h(e);
|
|
42
|
+
},
|
|
43
|
+
getConflictingClassGroupIds: (e, t) => {
|
|
44
|
+
let i = n[e] || [];
|
|
45
|
+
return t && r[e] ? [...i, ...r[e]] : i;
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
}, p = (e, t) => {
|
|
49
|
+
if (e.length === 0) return t.classGroupId;
|
|
50
|
+
let n = e[0], r = t.nextPart.get(n), i = r ? p(e.slice(1), r) : void 0;
|
|
51
|
+
if (i) return i;
|
|
52
|
+
if (t.validators.length === 0) return;
|
|
53
|
+
let a = e.join(d);
|
|
54
|
+
return t.validators.find(({ validator: e }) => e(a))?.classGroupId;
|
|
55
|
+
}, m = /^\[(.+)\]$/, h = (e) => {
|
|
56
|
+
if (m.test(e)) {
|
|
57
|
+
let t = m.exec(e)[1], n = t?.substring(0, t.indexOf(":"));
|
|
58
|
+
if (n) return "arbitrary.." + n;
|
|
59
|
+
}
|
|
60
|
+
}, g = (e) => {
|
|
61
|
+
let { theme: t, prefix: n } = e, r = {
|
|
62
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
63
|
+
validators: []
|
|
64
|
+
};
|
|
65
|
+
return b(Object.entries(e.classGroups), n).forEach(([e, n]) => {
|
|
66
|
+
_(n, r, e, t);
|
|
67
|
+
}), r;
|
|
68
|
+
}, _ = (e, t, n, r) => {
|
|
69
|
+
e.forEach((e) => {
|
|
70
|
+
if (typeof e == "string") {
|
|
71
|
+
let r = e === "" ? t : v(t, e);
|
|
72
|
+
r.classGroupId = n;
|
|
73
|
+
return;
|
|
74
|
+
}
|
|
75
|
+
if (typeof e == "function") {
|
|
76
|
+
if (y(e)) {
|
|
77
|
+
_(e(r), t, n, r);
|
|
78
|
+
return;
|
|
79
|
+
}
|
|
80
|
+
t.validators.push({
|
|
81
|
+
validator: e,
|
|
82
|
+
classGroupId: n
|
|
83
|
+
});
|
|
84
|
+
return;
|
|
85
|
+
}
|
|
86
|
+
Object.entries(e).forEach(([e, i]) => {
|
|
87
|
+
_(i, v(t, e), n, r);
|
|
88
|
+
});
|
|
89
|
+
});
|
|
90
|
+
}, v = (e, t) => {
|
|
91
|
+
let n = e;
|
|
92
|
+
return t.split(d).forEach((e) => {
|
|
93
|
+
n.nextPart.has(e) || n.nextPart.set(e, {
|
|
94
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
95
|
+
validators: []
|
|
96
|
+
}), n = n.nextPart.get(e);
|
|
97
|
+
}), n;
|
|
98
|
+
}, y = (e) => e.isThemeGetter, b = (e, t) => t ? e.map(([e, n]) => [e, n.map((e) => typeof e == "string" ? t + e : typeof e == "object" ? Object.fromEntries(Object.entries(e).map(([e, n]) => [t + e, n])) : e)]) : e, x = (e) => {
|
|
99
|
+
if (e < 1) return {
|
|
100
|
+
get: () => void 0,
|
|
101
|
+
set: () => {}
|
|
102
|
+
};
|
|
103
|
+
let t = 0, n = /* @__PURE__ */ new Map(), r = /* @__PURE__ */ new Map(), i = (i, a) => {
|
|
104
|
+
n.set(i, a), t++, t > e && (t = 0, r = n, n = /* @__PURE__ */ new Map());
|
|
105
|
+
};
|
|
106
|
+
return {
|
|
107
|
+
get(e) {
|
|
108
|
+
let t = n.get(e);
|
|
109
|
+
if (t !== void 0) return t;
|
|
110
|
+
if ((t = r.get(e)) !== void 0) return i(e, t), t;
|
|
111
|
+
},
|
|
112
|
+
set(e, t) {
|
|
113
|
+
n.has(e) ? n.set(e, t) : i(e, t);
|
|
114
|
+
}
|
|
115
|
+
};
|
|
116
|
+
}, S = "!", ee = (e) => {
|
|
117
|
+
let { separator: t, experimentalParseClassName: n } = e, r = t.length === 1, i = t[0], a = t.length, o = (e) => {
|
|
118
|
+
let n = [], o = 0, s = 0, c;
|
|
119
|
+
for (let l = 0; l < e.length; l++) {
|
|
120
|
+
let u = e[l];
|
|
121
|
+
if (o === 0) {
|
|
122
|
+
if (u === i && (r || e.slice(l, l + a) === t)) {
|
|
123
|
+
n.push(e.slice(s, l)), s = l + a;
|
|
124
|
+
continue;
|
|
125
|
+
}
|
|
126
|
+
if (u === "/") {
|
|
127
|
+
c = l;
|
|
128
|
+
continue;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
u === "[" ? o++ : u === "]" && o--;
|
|
132
|
+
}
|
|
133
|
+
let l = n.length === 0 ? e : e.substring(s), u = l.startsWith(S);
|
|
134
|
+
return {
|
|
135
|
+
modifiers: n,
|
|
136
|
+
hasImportantModifier: u,
|
|
137
|
+
baseClassName: u ? l.substring(1) : l,
|
|
138
|
+
maybePostfixModifierPosition: c && c > s ? c - s : void 0
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
return n ? (e) => n({
|
|
142
|
+
className: e,
|
|
143
|
+
parseClassName: o
|
|
144
|
+
}) : o;
|
|
145
|
+
}, te = (e) => {
|
|
146
|
+
if (e.length <= 1) return e;
|
|
147
|
+
let t = [], n = [];
|
|
148
|
+
return e.forEach((e) => {
|
|
149
|
+
e[0] === "[" ? (t.push(...n.sort(), e), n = []) : n.push(e);
|
|
150
|
+
}), t.push(...n.sort()), t;
|
|
151
|
+
}, C = (e) => ({
|
|
152
|
+
cache: x(e.cacheSize),
|
|
153
|
+
parseClassName: ee(e),
|
|
154
|
+
...f(e)
|
|
155
|
+
}), w = /\s+/, T = (e, t) => {
|
|
156
|
+
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i } = t, a = [], o = e.trim().split(w), s = "";
|
|
157
|
+
for (let e = o.length - 1; e >= 0; --e) {
|
|
158
|
+
let t = o[e], { modifiers: c, hasImportantModifier: l, baseClassName: u, maybePostfixModifierPosition: d } = n(t), f = !!d, p = r(f ? u.substring(0, d) : u);
|
|
159
|
+
if (!p) {
|
|
160
|
+
if (!f) {
|
|
161
|
+
s = t + (s.length > 0 ? " " + s : s);
|
|
162
|
+
continue;
|
|
163
|
+
}
|
|
164
|
+
if (p = r(u), !p) {
|
|
165
|
+
s = t + (s.length > 0 ? " " + s : s);
|
|
166
|
+
continue;
|
|
167
|
+
}
|
|
168
|
+
f = !1;
|
|
169
|
+
}
|
|
170
|
+
let m = te(c).join(":"), h = l ? m + S : m, g = h + p;
|
|
171
|
+
if (a.includes(g)) continue;
|
|
172
|
+
a.push(g);
|
|
173
|
+
let _ = i(p, f);
|
|
174
|
+
for (let e = 0; e < _.length; ++e) {
|
|
175
|
+
let t = _[e];
|
|
176
|
+
a.push(h + t);
|
|
177
|
+
}
|
|
178
|
+
s = t + (s.length > 0 ? " " + s : s);
|
|
179
|
+
}
|
|
180
|
+
return s;
|
|
181
|
+
};
|
|
182
|
+
function E() {
|
|
183
|
+
let e = 0, t, n, r = "";
|
|
184
|
+
for (; e < arguments.length;) (t = arguments[e++]) && (n = D(t)) && (r && (r += " "), r += n);
|
|
185
|
+
return r;
|
|
186
|
+
}
|
|
187
|
+
var D = (e) => {
|
|
188
|
+
if (typeof e == "string") return e;
|
|
189
|
+
let t, n = "";
|
|
190
|
+
for (let r = 0; r < e.length; r++) e[r] && (t = D(e[r])) && (n && (n += " "), n += t);
|
|
191
|
+
return n;
|
|
192
|
+
};
|
|
193
|
+
function O(e, ...t) {
|
|
194
|
+
let n, r, i, a = o;
|
|
195
|
+
function o(o) {
|
|
196
|
+
return n = C(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o);
|
|
197
|
+
}
|
|
198
|
+
function s(e) {
|
|
199
|
+
let t = r(e);
|
|
200
|
+
if (t) return t;
|
|
201
|
+
let a = T(e, n);
|
|
202
|
+
return i(e, a), a;
|
|
203
|
+
}
|
|
204
|
+
return function() {
|
|
205
|
+
return a(E.apply(null, arguments));
|
|
206
|
+
};
|
|
207
|
+
}
|
|
208
|
+
var k = (e) => {
|
|
209
|
+
let t = (t) => t[e] || [];
|
|
210
|
+
return t.isThemeGetter = !0, t;
|
|
211
|
+
}, A = /^\[(?:([a-z-]+):)?(.+)\]$/i, j = /^\d+\/\d+$/, M = /*#__PURE__*/ new Set([
|
|
212
|
+
"px",
|
|
213
|
+
"full",
|
|
214
|
+
"screen"
|
|
215
|
+
]), N = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, P = /\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$/, F = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, I = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ne = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, L = (e) => z(e) || M.has(e) || j.test(e), R = (e) => U(e, "length", fe), z = (e) => !!e && !Number.isNaN(Number(e)), re = (e) => U(e, "number", z), ie = (e) => !!e && Number.isInteger(Number(e)), ae = (e) => e.endsWith("%") && z(e.slice(0, -1)), B = (e) => A.test(e), V = (e) => N.test(e), oe = /*#__PURE__*/ new Set([
|
|
216
|
+
"length",
|
|
217
|
+
"size",
|
|
218
|
+
"percentage"
|
|
219
|
+
]), se = (e) => U(e, oe, pe), ce = (e) => U(e, "position", pe), le = /*#__PURE__*/ new Set(["image", "url"]), ue = (e) => U(e, le, he), de = (e) => U(e, "", me), H = () => !0, U = (e, t, n) => {
|
|
220
|
+
let r = A.exec(e);
|
|
221
|
+
return r ? r[1] ? typeof t == "string" ? r[1] === t : t.has(r[1]) : n(r[2]) : !1;
|
|
222
|
+
}, fe = (e) => P.test(e) && !F.test(e), pe = () => !1, me = (e) => I.test(e), he = (e) => ne.test(e), ge = /*#__PURE__*/ O(() => {
|
|
223
|
+
let e = k("colors"), t = k("spacing"), n = k("blur"), r = k("brightness"), i = k("borderColor"), a = k("borderRadius"), o = k("borderSpacing"), s = k("borderWidth"), c = k("contrast"), l = k("grayscale"), u = k("hueRotate"), d = k("invert"), f = k("gap"), p = k("gradientColorStops"), m = k("gradientColorStopPositions"), h = k("inset"), g = k("margin"), _ = k("opacity"), v = k("padding"), y = k("saturate"), b = k("scale"), x = k("sepia"), S = k("skew"), ee = k("space"), te = k("translate"), C = () => [
|
|
224
|
+
"auto",
|
|
225
|
+
"contain",
|
|
226
|
+
"none"
|
|
227
|
+
], w = () => [
|
|
228
|
+
"auto",
|
|
229
|
+
"hidden",
|
|
230
|
+
"clip",
|
|
231
|
+
"visible",
|
|
232
|
+
"scroll"
|
|
233
|
+
], T = () => [
|
|
234
|
+
"auto",
|
|
235
|
+
B,
|
|
236
|
+
t
|
|
237
|
+
], E = () => [B, t], D = () => [
|
|
238
|
+
"",
|
|
239
|
+
L,
|
|
240
|
+
R
|
|
241
|
+
], O = () => [
|
|
242
|
+
"auto",
|
|
243
|
+
z,
|
|
244
|
+
B
|
|
245
|
+
], A = () => [
|
|
246
|
+
"bottom",
|
|
247
|
+
"center",
|
|
248
|
+
"left",
|
|
249
|
+
"left-bottom",
|
|
250
|
+
"left-top",
|
|
251
|
+
"right",
|
|
252
|
+
"right-bottom",
|
|
253
|
+
"right-top",
|
|
254
|
+
"top"
|
|
255
|
+
], j = () => [
|
|
256
|
+
"solid",
|
|
257
|
+
"dashed",
|
|
258
|
+
"dotted",
|
|
259
|
+
"double",
|
|
260
|
+
"none"
|
|
261
|
+
], M = () => [
|
|
262
|
+
"normal",
|
|
263
|
+
"multiply",
|
|
264
|
+
"screen",
|
|
265
|
+
"overlay",
|
|
266
|
+
"darken",
|
|
267
|
+
"lighten",
|
|
268
|
+
"color-dodge",
|
|
269
|
+
"color-burn",
|
|
270
|
+
"hard-light",
|
|
271
|
+
"soft-light",
|
|
272
|
+
"difference",
|
|
273
|
+
"exclusion",
|
|
274
|
+
"hue",
|
|
275
|
+
"saturation",
|
|
276
|
+
"color",
|
|
277
|
+
"luminosity"
|
|
278
|
+
], N = () => [
|
|
279
|
+
"start",
|
|
280
|
+
"end",
|
|
281
|
+
"center",
|
|
282
|
+
"between",
|
|
283
|
+
"around",
|
|
284
|
+
"evenly",
|
|
285
|
+
"stretch"
|
|
286
|
+
], P = () => [
|
|
287
|
+
"",
|
|
288
|
+
"0",
|
|
289
|
+
B
|
|
290
|
+
], F = () => [
|
|
291
|
+
"auto",
|
|
292
|
+
"avoid",
|
|
293
|
+
"all",
|
|
294
|
+
"avoid-page",
|
|
295
|
+
"page",
|
|
296
|
+
"left",
|
|
297
|
+
"right",
|
|
298
|
+
"column"
|
|
299
|
+
], I = () => [z, B];
|
|
300
|
+
return {
|
|
301
|
+
cacheSize: 500,
|
|
302
|
+
separator: ":",
|
|
303
|
+
theme: {
|
|
304
|
+
colors: [H],
|
|
305
|
+
spacing: [L, R],
|
|
306
|
+
blur: [
|
|
307
|
+
"none",
|
|
308
|
+
"",
|
|
309
|
+
V,
|
|
310
|
+
B
|
|
311
|
+
],
|
|
312
|
+
brightness: I(),
|
|
313
|
+
borderColor: [e],
|
|
314
|
+
borderRadius: [
|
|
315
|
+
"none",
|
|
316
|
+
"",
|
|
317
|
+
"full",
|
|
318
|
+
V,
|
|
319
|
+
B
|
|
320
|
+
],
|
|
321
|
+
borderSpacing: E(),
|
|
322
|
+
borderWidth: D(),
|
|
323
|
+
contrast: I(),
|
|
324
|
+
grayscale: P(),
|
|
325
|
+
hueRotate: I(),
|
|
326
|
+
invert: P(),
|
|
327
|
+
gap: E(),
|
|
328
|
+
gradientColorStops: [e],
|
|
329
|
+
gradientColorStopPositions: [ae, R],
|
|
330
|
+
inset: T(),
|
|
331
|
+
margin: T(),
|
|
332
|
+
opacity: I(),
|
|
333
|
+
padding: E(),
|
|
334
|
+
saturate: I(),
|
|
335
|
+
scale: I(),
|
|
336
|
+
sepia: P(),
|
|
337
|
+
skew: I(),
|
|
338
|
+
space: E(),
|
|
339
|
+
translate: E()
|
|
340
|
+
},
|
|
341
|
+
classGroups: {
|
|
342
|
+
aspect: [{ aspect: [
|
|
343
|
+
"auto",
|
|
344
|
+
"square",
|
|
345
|
+
"video",
|
|
346
|
+
B
|
|
347
|
+
] }],
|
|
348
|
+
container: ["container"],
|
|
349
|
+
columns: [{ columns: [V] }],
|
|
350
|
+
"break-after": [{ "break-after": F() }],
|
|
351
|
+
"break-before": [{ "break-before": F() }],
|
|
352
|
+
"break-inside": [{ "break-inside": [
|
|
353
|
+
"auto",
|
|
354
|
+
"avoid",
|
|
355
|
+
"avoid-page",
|
|
356
|
+
"avoid-column"
|
|
357
|
+
] }],
|
|
358
|
+
"box-decoration": [{ "box-decoration": ["slice", "clone"] }],
|
|
359
|
+
box: [{ box: ["border", "content"] }],
|
|
360
|
+
display: [
|
|
361
|
+
"block",
|
|
362
|
+
"inline-block",
|
|
363
|
+
"inline",
|
|
364
|
+
"flex",
|
|
365
|
+
"inline-flex",
|
|
366
|
+
"table",
|
|
367
|
+
"inline-table",
|
|
368
|
+
"table-caption",
|
|
369
|
+
"table-cell",
|
|
370
|
+
"table-column",
|
|
371
|
+
"table-column-group",
|
|
372
|
+
"table-footer-group",
|
|
373
|
+
"table-header-group",
|
|
374
|
+
"table-row-group",
|
|
375
|
+
"table-row",
|
|
376
|
+
"flow-root",
|
|
377
|
+
"grid",
|
|
378
|
+
"inline-grid",
|
|
379
|
+
"contents",
|
|
380
|
+
"list-item",
|
|
381
|
+
"hidden"
|
|
382
|
+
],
|
|
383
|
+
float: [{ float: [
|
|
384
|
+
"right",
|
|
385
|
+
"left",
|
|
386
|
+
"none",
|
|
387
|
+
"start",
|
|
388
|
+
"end"
|
|
389
|
+
] }],
|
|
390
|
+
clear: [{ clear: [
|
|
391
|
+
"left",
|
|
392
|
+
"right",
|
|
393
|
+
"both",
|
|
394
|
+
"none",
|
|
395
|
+
"start",
|
|
396
|
+
"end"
|
|
397
|
+
] }],
|
|
398
|
+
isolation: ["isolate", "isolation-auto"],
|
|
399
|
+
"object-fit": [{ object: [
|
|
400
|
+
"contain",
|
|
401
|
+
"cover",
|
|
402
|
+
"fill",
|
|
403
|
+
"none",
|
|
404
|
+
"scale-down"
|
|
405
|
+
] }],
|
|
406
|
+
"object-position": [{ object: [...A(), B] }],
|
|
407
|
+
overflow: [{ overflow: w() }],
|
|
408
|
+
"overflow-x": [{ "overflow-x": w() }],
|
|
409
|
+
"overflow-y": [{ "overflow-y": w() }],
|
|
410
|
+
overscroll: [{ overscroll: C() }],
|
|
411
|
+
"overscroll-x": [{ "overscroll-x": C() }],
|
|
412
|
+
"overscroll-y": [{ "overscroll-y": C() }],
|
|
413
|
+
position: [
|
|
414
|
+
"static",
|
|
415
|
+
"fixed",
|
|
416
|
+
"absolute",
|
|
417
|
+
"relative",
|
|
418
|
+
"sticky"
|
|
419
|
+
],
|
|
420
|
+
inset: [{ inset: [h] }],
|
|
421
|
+
"inset-x": [{ "inset-x": [h] }],
|
|
422
|
+
"inset-y": [{ "inset-y": [h] }],
|
|
423
|
+
start: [{ start: [h] }],
|
|
424
|
+
end: [{ end: [h] }],
|
|
425
|
+
top: [{ top: [h] }],
|
|
426
|
+
right: [{ right: [h] }],
|
|
427
|
+
bottom: [{ bottom: [h] }],
|
|
428
|
+
left: [{ left: [h] }],
|
|
429
|
+
visibility: [
|
|
430
|
+
"visible",
|
|
431
|
+
"invisible",
|
|
432
|
+
"collapse"
|
|
433
|
+
],
|
|
434
|
+
z: [{ z: [
|
|
435
|
+
"auto",
|
|
436
|
+
ie,
|
|
437
|
+
B
|
|
438
|
+
] }],
|
|
439
|
+
basis: [{ basis: T() }],
|
|
440
|
+
"flex-direction": [{ flex: [
|
|
441
|
+
"row",
|
|
442
|
+
"row-reverse",
|
|
443
|
+
"col",
|
|
444
|
+
"col-reverse"
|
|
445
|
+
] }],
|
|
446
|
+
"flex-wrap": [{ flex: [
|
|
447
|
+
"wrap",
|
|
448
|
+
"wrap-reverse",
|
|
449
|
+
"nowrap"
|
|
450
|
+
] }],
|
|
451
|
+
flex: [{ flex: [
|
|
452
|
+
"1",
|
|
453
|
+
"auto",
|
|
454
|
+
"initial",
|
|
455
|
+
"none",
|
|
456
|
+
B
|
|
457
|
+
] }],
|
|
458
|
+
grow: [{ grow: P() }],
|
|
459
|
+
shrink: [{ shrink: P() }],
|
|
460
|
+
order: [{ order: [
|
|
461
|
+
"first",
|
|
462
|
+
"last",
|
|
463
|
+
"none",
|
|
464
|
+
ie,
|
|
465
|
+
B
|
|
466
|
+
] }],
|
|
467
|
+
"grid-cols": [{ "grid-cols": [H] }],
|
|
468
|
+
"col-start-end": [{ col: [
|
|
469
|
+
"auto",
|
|
470
|
+
{ span: [
|
|
471
|
+
"full",
|
|
472
|
+
ie,
|
|
473
|
+
B
|
|
474
|
+
] },
|
|
475
|
+
B
|
|
476
|
+
] }],
|
|
477
|
+
"col-start": [{ "col-start": O() }],
|
|
478
|
+
"col-end": [{ "col-end": O() }],
|
|
479
|
+
"grid-rows": [{ "grid-rows": [H] }],
|
|
480
|
+
"row-start-end": [{ row: [
|
|
481
|
+
"auto",
|
|
482
|
+
{ span: [ie, B] },
|
|
483
|
+
B
|
|
484
|
+
] }],
|
|
485
|
+
"row-start": [{ "row-start": O() }],
|
|
486
|
+
"row-end": [{ "row-end": O() }],
|
|
487
|
+
"grid-flow": [{ "grid-flow": [
|
|
488
|
+
"row",
|
|
489
|
+
"col",
|
|
490
|
+
"dense",
|
|
491
|
+
"row-dense",
|
|
492
|
+
"col-dense"
|
|
493
|
+
] }],
|
|
494
|
+
"auto-cols": [{ "auto-cols": [
|
|
495
|
+
"auto",
|
|
496
|
+
"min",
|
|
497
|
+
"max",
|
|
498
|
+
"fr",
|
|
499
|
+
B
|
|
500
|
+
] }],
|
|
501
|
+
"auto-rows": [{ "auto-rows": [
|
|
502
|
+
"auto",
|
|
503
|
+
"min",
|
|
504
|
+
"max",
|
|
505
|
+
"fr",
|
|
506
|
+
B
|
|
507
|
+
] }],
|
|
508
|
+
gap: [{ gap: [f] }],
|
|
509
|
+
"gap-x": [{ "gap-x": [f] }],
|
|
510
|
+
"gap-y": [{ "gap-y": [f] }],
|
|
511
|
+
"justify-content": [{ justify: ["normal", ...N()] }],
|
|
512
|
+
"justify-items": [{ "justify-items": [
|
|
513
|
+
"start",
|
|
514
|
+
"end",
|
|
515
|
+
"center",
|
|
516
|
+
"stretch"
|
|
517
|
+
] }],
|
|
518
|
+
"justify-self": [{ "justify-self": [
|
|
519
|
+
"auto",
|
|
520
|
+
"start",
|
|
521
|
+
"end",
|
|
522
|
+
"center",
|
|
523
|
+
"stretch"
|
|
524
|
+
] }],
|
|
525
|
+
"align-content": [{ content: [
|
|
526
|
+
"normal",
|
|
527
|
+
...N(),
|
|
528
|
+
"baseline"
|
|
529
|
+
] }],
|
|
530
|
+
"align-items": [{ items: [
|
|
531
|
+
"start",
|
|
532
|
+
"end",
|
|
533
|
+
"center",
|
|
534
|
+
"baseline",
|
|
535
|
+
"stretch"
|
|
536
|
+
] }],
|
|
537
|
+
"align-self": [{ self: [
|
|
538
|
+
"auto",
|
|
539
|
+
"start",
|
|
540
|
+
"end",
|
|
541
|
+
"center",
|
|
542
|
+
"stretch",
|
|
543
|
+
"baseline"
|
|
544
|
+
] }],
|
|
545
|
+
"place-content": [{ "place-content": [...N(), "baseline"] }],
|
|
546
|
+
"place-items": [{ "place-items": [
|
|
547
|
+
"start",
|
|
548
|
+
"end",
|
|
549
|
+
"center",
|
|
550
|
+
"baseline",
|
|
551
|
+
"stretch"
|
|
552
|
+
] }],
|
|
553
|
+
"place-self": [{ "place-self": [
|
|
554
|
+
"auto",
|
|
555
|
+
"start",
|
|
556
|
+
"end",
|
|
557
|
+
"center",
|
|
558
|
+
"stretch"
|
|
559
|
+
] }],
|
|
560
|
+
p: [{ p: [v] }],
|
|
561
|
+
px: [{ px: [v] }],
|
|
562
|
+
py: [{ py: [v] }],
|
|
563
|
+
ps: [{ ps: [v] }],
|
|
564
|
+
pe: [{ pe: [v] }],
|
|
565
|
+
pt: [{ pt: [v] }],
|
|
566
|
+
pr: [{ pr: [v] }],
|
|
567
|
+
pb: [{ pb: [v] }],
|
|
568
|
+
pl: [{ pl: [v] }],
|
|
569
|
+
m: [{ m: [g] }],
|
|
570
|
+
mx: [{ mx: [g] }],
|
|
571
|
+
my: [{ my: [g] }],
|
|
572
|
+
ms: [{ ms: [g] }],
|
|
573
|
+
me: [{ me: [g] }],
|
|
574
|
+
mt: [{ mt: [g] }],
|
|
575
|
+
mr: [{ mr: [g] }],
|
|
576
|
+
mb: [{ mb: [g] }],
|
|
577
|
+
ml: [{ ml: [g] }],
|
|
578
|
+
"space-x": [{ "space-x": [ee] }],
|
|
579
|
+
"space-x-reverse": ["space-x-reverse"],
|
|
580
|
+
"space-y": [{ "space-y": [ee] }],
|
|
581
|
+
"space-y-reverse": ["space-y-reverse"],
|
|
582
|
+
w: [{ w: [
|
|
583
|
+
"auto",
|
|
584
|
+
"min",
|
|
585
|
+
"max",
|
|
586
|
+
"fit",
|
|
587
|
+
"svw",
|
|
588
|
+
"lvw",
|
|
589
|
+
"dvw",
|
|
590
|
+
B,
|
|
591
|
+
t
|
|
592
|
+
] }],
|
|
593
|
+
"min-w": [{ "min-w": [
|
|
594
|
+
B,
|
|
595
|
+
t,
|
|
596
|
+
"min",
|
|
597
|
+
"max",
|
|
598
|
+
"fit"
|
|
599
|
+
] }],
|
|
600
|
+
"max-w": [{ "max-w": [
|
|
601
|
+
B,
|
|
602
|
+
t,
|
|
603
|
+
"none",
|
|
604
|
+
"full",
|
|
605
|
+
"min",
|
|
606
|
+
"max",
|
|
607
|
+
"fit",
|
|
608
|
+
"prose",
|
|
609
|
+
{ screen: [V] },
|
|
610
|
+
V
|
|
611
|
+
] }],
|
|
612
|
+
h: [{ h: [
|
|
613
|
+
B,
|
|
614
|
+
t,
|
|
615
|
+
"auto",
|
|
616
|
+
"min",
|
|
617
|
+
"max",
|
|
618
|
+
"fit",
|
|
619
|
+
"svh",
|
|
620
|
+
"lvh",
|
|
621
|
+
"dvh"
|
|
622
|
+
] }],
|
|
623
|
+
"min-h": [{ "min-h": [
|
|
624
|
+
B,
|
|
625
|
+
t,
|
|
626
|
+
"min",
|
|
627
|
+
"max",
|
|
628
|
+
"fit",
|
|
629
|
+
"svh",
|
|
630
|
+
"lvh",
|
|
631
|
+
"dvh"
|
|
632
|
+
] }],
|
|
633
|
+
"max-h": [{ "max-h": [
|
|
634
|
+
B,
|
|
635
|
+
t,
|
|
636
|
+
"min",
|
|
637
|
+
"max",
|
|
638
|
+
"fit",
|
|
639
|
+
"svh",
|
|
640
|
+
"lvh",
|
|
641
|
+
"dvh"
|
|
642
|
+
] }],
|
|
643
|
+
size: [{ size: [
|
|
644
|
+
B,
|
|
645
|
+
t,
|
|
646
|
+
"auto",
|
|
647
|
+
"min",
|
|
648
|
+
"max",
|
|
649
|
+
"fit"
|
|
650
|
+
] }],
|
|
651
|
+
"font-size": [{ text: [
|
|
652
|
+
"base",
|
|
653
|
+
V,
|
|
654
|
+
R
|
|
655
|
+
] }],
|
|
656
|
+
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
657
|
+
"font-style": ["italic", "not-italic"],
|
|
658
|
+
"font-weight": [{ font: [
|
|
659
|
+
"thin",
|
|
660
|
+
"extralight",
|
|
661
|
+
"light",
|
|
662
|
+
"normal",
|
|
663
|
+
"medium",
|
|
664
|
+
"semibold",
|
|
665
|
+
"bold",
|
|
666
|
+
"extrabold",
|
|
667
|
+
"black",
|
|
668
|
+
re
|
|
669
|
+
] }],
|
|
670
|
+
"font-family": [{ font: [H] }],
|
|
671
|
+
"fvn-normal": ["normal-nums"],
|
|
672
|
+
"fvn-ordinal": ["ordinal"],
|
|
673
|
+
"fvn-slashed-zero": ["slashed-zero"],
|
|
674
|
+
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
|
675
|
+
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
|
676
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
677
|
+
tracking: [{ tracking: [
|
|
678
|
+
"tighter",
|
|
679
|
+
"tight",
|
|
680
|
+
"normal",
|
|
681
|
+
"wide",
|
|
682
|
+
"wider",
|
|
683
|
+
"widest",
|
|
684
|
+
B
|
|
685
|
+
] }],
|
|
686
|
+
"line-clamp": [{ "line-clamp": [
|
|
687
|
+
"none",
|
|
688
|
+
z,
|
|
689
|
+
re
|
|
690
|
+
] }],
|
|
691
|
+
leading: [{ leading: [
|
|
692
|
+
"none",
|
|
693
|
+
"tight",
|
|
694
|
+
"snug",
|
|
695
|
+
"normal",
|
|
696
|
+
"relaxed",
|
|
697
|
+
"loose",
|
|
698
|
+
L,
|
|
699
|
+
B
|
|
700
|
+
] }],
|
|
701
|
+
"list-image": [{ "list-image": ["none", B] }],
|
|
702
|
+
"list-style-type": [{ list: [
|
|
703
|
+
"none",
|
|
704
|
+
"disc",
|
|
705
|
+
"decimal",
|
|
706
|
+
B
|
|
707
|
+
] }],
|
|
708
|
+
"list-style-position": [{ list: ["inside", "outside"] }],
|
|
709
|
+
"placeholder-color": [{ placeholder: [e] }],
|
|
710
|
+
"placeholder-opacity": [{ "placeholder-opacity": [_] }],
|
|
711
|
+
"text-alignment": [{ text: [
|
|
712
|
+
"left",
|
|
713
|
+
"center",
|
|
714
|
+
"right",
|
|
715
|
+
"justify",
|
|
716
|
+
"start",
|
|
717
|
+
"end"
|
|
718
|
+
] }],
|
|
719
|
+
"text-color": [{ text: [e] }],
|
|
720
|
+
"text-opacity": [{ "text-opacity": [_] }],
|
|
721
|
+
"text-decoration": [
|
|
722
|
+
"underline",
|
|
723
|
+
"overline",
|
|
724
|
+
"line-through",
|
|
725
|
+
"no-underline"
|
|
726
|
+
],
|
|
727
|
+
"text-decoration-style": [{ decoration: [...j(), "wavy"] }],
|
|
728
|
+
"text-decoration-thickness": [{ decoration: [
|
|
729
|
+
"auto",
|
|
730
|
+
"from-font",
|
|
731
|
+
L,
|
|
732
|
+
R
|
|
733
|
+
] }],
|
|
734
|
+
"underline-offset": [{ "underline-offset": [
|
|
735
|
+
"auto",
|
|
736
|
+
L,
|
|
737
|
+
B
|
|
738
|
+
] }],
|
|
739
|
+
"text-decoration-color": [{ decoration: [e] }],
|
|
740
|
+
"text-transform": [
|
|
741
|
+
"uppercase",
|
|
742
|
+
"lowercase",
|
|
743
|
+
"capitalize",
|
|
744
|
+
"normal-case"
|
|
745
|
+
],
|
|
746
|
+
"text-overflow": [
|
|
747
|
+
"truncate",
|
|
748
|
+
"text-ellipsis",
|
|
749
|
+
"text-clip"
|
|
750
|
+
],
|
|
751
|
+
"text-wrap": [{ text: [
|
|
752
|
+
"wrap",
|
|
753
|
+
"nowrap",
|
|
754
|
+
"balance",
|
|
755
|
+
"pretty"
|
|
756
|
+
] }],
|
|
757
|
+
indent: [{ indent: E() }],
|
|
758
|
+
"vertical-align": [{ align: [
|
|
759
|
+
"baseline",
|
|
760
|
+
"top",
|
|
761
|
+
"middle",
|
|
762
|
+
"bottom",
|
|
763
|
+
"text-top",
|
|
764
|
+
"text-bottom",
|
|
765
|
+
"sub",
|
|
766
|
+
"super",
|
|
767
|
+
B
|
|
768
|
+
] }],
|
|
769
|
+
whitespace: [{ whitespace: [
|
|
770
|
+
"normal",
|
|
771
|
+
"nowrap",
|
|
772
|
+
"pre",
|
|
773
|
+
"pre-line",
|
|
774
|
+
"pre-wrap",
|
|
775
|
+
"break-spaces"
|
|
776
|
+
] }],
|
|
777
|
+
break: [{ break: [
|
|
778
|
+
"normal",
|
|
779
|
+
"words",
|
|
780
|
+
"all",
|
|
781
|
+
"keep"
|
|
782
|
+
] }],
|
|
783
|
+
hyphens: [{ hyphens: [
|
|
784
|
+
"none",
|
|
785
|
+
"manual",
|
|
786
|
+
"auto"
|
|
787
|
+
] }],
|
|
788
|
+
content: [{ content: ["none", B] }],
|
|
789
|
+
"bg-attachment": [{ bg: [
|
|
790
|
+
"fixed",
|
|
791
|
+
"local",
|
|
792
|
+
"scroll"
|
|
793
|
+
] }],
|
|
794
|
+
"bg-clip": [{ "bg-clip": [
|
|
795
|
+
"border",
|
|
796
|
+
"padding",
|
|
797
|
+
"content",
|
|
798
|
+
"text"
|
|
799
|
+
] }],
|
|
800
|
+
"bg-opacity": [{ "bg-opacity": [_] }],
|
|
801
|
+
"bg-origin": [{ "bg-origin": [
|
|
802
|
+
"border",
|
|
803
|
+
"padding",
|
|
804
|
+
"content"
|
|
805
|
+
] }],
|
|
806
|
+
"bg-position": [{ bg: [...A(), ce] }],
|
|
807
|
+
"bg-repeat": [{ bg: ["no-repeat", { repeat: [
|
|
808
|
+
"",
|
|
809
|
+
"x",
|
|
810
|
+
"y",
|
|
811
|
+
"round",
|
|
812
|
+
"space"
|
|
813
|
+
] }] }],
|
|
814
|
+
"bg-size": [{ bg: [
|
|
815
|
+
"auto",
|
|
816
|
+
"cover",
|
|
817
|
+
"contain",
|
|
818
|
+
se
|
|
819
|
+
] }],
|
|
820
|
+
"bg-image": [{ bg: [
|
|
821
|
+
"none",
|
|
822
|
+
{ "gradient-to": [
|
|
823
|
+
"t",
|
|
824
|
+
"tr",
|
|
825
|
+
"r",
|
|
826
|
+
"br",
|
|
827
|
+
"b",
|
|
828
|
+
"bl",
|
|
829
|
+
"l",
|
|
830
|
+
"tl"
|
|
831
|
+
] },
|
|
832
|
+
ue
|
|
833
|
+
] }],
|
|
834
|
+
"bg-color": [{ bg: [e] }],
|
|
835
|
+
"gradient-from-pos": [{ from: [m] }],
|
|
836
|
+
"gradient-via-pos": [{ via: [m] }],
|
|
837
|
+
"gradient-to-pos": [{ to: [m] }],
|
|
838
|
+
"gradient-from": [{ from: [p] }],
|
|
839
|
+
"gradient-via": [{ via: [p] }],
|
|
840
|
+
"gradient-to": [{ to: [p] }],
|
|
841
|
+
rounded: [{ rounded: [a] }],
|
|
842
|
+
"rounded-s": [{ "rounded-s": [a] }],
|
|
843
|
+
"rounded-e": [{ "rounded-e": [a] }],
|
|
844
|
+
"rounded-t": [{ "rounded-t": [a] }],
|
|
845
|
+
"rounded-r": [{ "rounded-r": [a] }],
|
|
846
|
+
"rounded-b": [{ "rounded-b": [a] }],
|
|
847
|
+
"rounded-l": [{ "rounded-l": [a] }],
|
|
848
|
+
"rounded-ss": [{ "rounded-ss": [a] }],
|
|
849
|
+
"rounded-se": [{ "rounded-se": [a] }],
|
|
850
|
+
"rounded-ee": [{ "rounded-ee": [a] }],
|
|
851
|
+
"rounded-es": [{ "rounded-es": [a] }],
|
|
852
|
+
"rounded-tl": [{ "rounded-tl": [a] }],
|
|
853
|
+
"rounded-tr": [{ "rounded-tr": [a] }],
|
|
854
|
+
"rounded-br": [{ "rounded-br": [a] }],
|
|
855
|
+
"rounded-bl": [{ "rounded-bl": [a] }],
|
|
856
|
+
"border-w": [{ border: [s] }],
|
|
857
|
+
"border-w-x": [{ "border-x": [s] }],
|
|
858
|
+
"border-w-y": [{ "border-y": [s] }],
|
|
859
|
+
"border-w-s": [{ "border-s": [s] }],
|
|
860
|
+
"border-w-e": [{ "border-e": [s] }],
|
|
861
|
+
"border-w-t": [{ "border-t": [s] }],
|
|
862
|
+
"border-w-r": [{ "border-r": [s] }],
|
|
863
|
+
"border-w-b": [{ "border-b": [s] }],
|
|
864
|
+
"border-w-l": [{ "border-l": [s] }],
|
|
865
|
+
"border-opacity": [{ "border-opacity": [_] }],
|
|
866
|
+
"border-style": [{ border: [...j(), "hidden"] }],
|
|
867
|
+
"divide-x": [{ "divide-x": [s] }],
|
|
868
|
+
"divide-x-reverse": ["divide-x-reverse"],
|
|
869
|
+
"divide-y": [{ "divide-y": [s] }],
|
|
870
|
+
"divide-y-reverse": ["divide-y-reverse"],
|
|
871
|
+
"divide-opacity": [{ "divide-opacity": [_] }],
|
|
872
|
+
"divide-style": [{ divide: j() }],
|
|
873
|
+
"border-color": [{ border: [i] }],
|
|
874
|
+
"border-color-x": [{ "border-x": [i] }],
|
|
875
|
+
"border-color-y": [{ "border-y": [i] }],
|
|
876
|
+
"border-color-s": [{ "border-s": [i] }],
|
|
877
|
+
"border-color-e": [{ "border-e": [i] }],
|
|
878
|
+
"border-color-t": [{ "border-t": [i] }],
|
|
879
|
+
"border-color-r": [{ "border-r": [i] }],
|
|
880
|
+
"border-color-b": [{ "border-b": [i] }],
|
|
881
|
+
"border-color-l": [{ "border-l": [i] }],
|
|
882
|
+
"divide-color": [{ divide: [i] }],
|
|
883
|
+
"outline-style": [{ outline: ["", ...j()] }],
|
|
884
|
+
"outline-offset": [{ "outline-offset": [L, B] }],
|
|
885
|
+
"outline-w": [{ outline: [L, R] }],
|
|
886
|
+
"outline-color": [{ outline: [e] }],
|
|
887
|
+
"ring-w": [{ ring: D() }],
|
|
888
|
+
"ring-w-inset": ["ring-inset"],
|
|
889
|
+
"ring-color": [{ ring: [e] }],
|
|
890
|
+
"ring-opacity": [{ "ring-opacity": [_] }],
|
|
891
|
+
"ring-offset-w": [{ "ring-offset": [L, R] }],
|
|
892
|
+
"ring-offset-color": [{ "ring-offset": [e] }],
|
|
893
|
+
shadow: [{ shadow: [
|
|
894
|
+
"",
|
|
895
|
+
"inner",
|
|
896
|
+
"none",
|
|
897
|
+
V,
|
|
898
|
+
de
|
|
899
|
+
] }],
|
|
900
|
+
"shadow-color": [{ shadow: [H] }],
|
|
901
|
+
opacity: [{ opacity: [_] }],
|
|
902
|
+
"mix-blend": [{ "mix-blend": [
|
|
903
|
+
...M(),
|
|
904
|
+
"plus-lighter",
|
|
905
|
+
"plus-darker"
|
|
906
|
+
] }],
|
|
907
|
+
"bg-blend": [{ "bg-blend": M() }],
|
|
908
|
+
filter: [{ filter: ["", "none"] }],
|
|
909
|
+
blur: [{ blur: [n] }],
|
|
910
|
+
brightness: [{ brightness: [r] }],
|
|
911
|
+
contrast: [{ contrast: [c] }],
|
|
912
|
+
"drop-shadow": [{ "drop-shadow": [
|
|
913
|
+
"",
|
|
914
|
+
"none",
|
|
915
|
+
V,
|
|
916
|
+
B
|
|
917
|
+
] }],
|
|
918
|
+
grayscale: [{ grayscale: [l] }],
|
|
919
|
+
"hue-rotate": [{ "hue-rotate": [u] }],
|
|
920
|
+
invert: [{ invert: [d] }],
|
|
921
|
+
saturate: [{ saturate: [y] }],
|
|
922
|
+
sepia: [{ sepia: [x] }],
|
|
923
|
+
"backdrop-filter": [{ "backdrop-filter": ["", "none"] }],
|
|
924
|
+
"backdrop-blur": [{ "backdrop-blur": [n] }],
|
|
925
|
+
"backdrop-brightness": [{ "backdrop-brightness": [r] }],
|
|
926
|
+
"backdrop-contrast": [{ "backdrop-contrast": [c] }],
|
|
927
|
+
"backdrop-grayscale": [{ "backdrop-grayscale": [l] }],
|
|
928
|
+
"backdrop-hue-rotate": [{ "backdrop-hue-rotate": [u] }],
|
|
929
|
+
"backdrop-invert": [{ "backdrop-invert": [d] }],
|
|
930
|
+
"backdrop-opacity": [{ "backdrop-opacity": [_] }],
|
|
931
|
+
"backdrop-saturate": [{ "backdrop-saturate": [y] }],
|
|
932
|
+
"backdrop-sepia": [{ "backdrop-sepia": [x] }],
|
|
933
|
+
"border-collapse": [{ border: ["collapse", "separate"] }],
|
|
934
|
+
"border-spacing": [{ "border-spacing": [o] }],
|
|
935
|
+
"border-spacing-x": [{ "border-spacing-x": [o] }],
|
|
936
|
+
"border-spacing-y": [{ "border-spacing-y": [o] }],
|
|
937
|
+
"table-layout": [{ table: ["auto", "fixed"] }],
|
|
938
|
+
caption: [{ caption: ["top", "bottom"] }],
|
|
939
|
+
transition: [{ transition: [
|
|
940
|
+
"none",
|
|
941
|
+
"all",
|
|
942
|
+
"",
|
|
943
|
+
"colors",
|
|
944
|
+
"opacity",
|
|
945
|
+
"shadow",
|
|
946
|
+
"transform",
|
|
947
|
+
B
|
|
948
|
+
] }],
|
|
949
|
+
duration: [{ duration: I() }],
|
|
950
|
+
ease: [{ ease: [
|
|
951
|
+
"linear",
|
|
952
|
+
"in",
|
|
953
|
+
"out",
|
|
954
|
+
"in-out",
|
|
955
|
+
B
|
|
956
|
+
] }],
|
|
957
|
+
delay: [{ delay: I() }],
|
|
958
|
+
animate: [{ animate: [
|
|
959
|
+
"none",
|
|
960
|
+
"spin",
|
|
961
|
+
"ping",
|
|
962
|
+
"pulse",
|
|
963
|
+
"bounce",
|
|
964
|
+
B
|
|
965
|
+
] }],
|
|
966
|
+
transform: [{ transform: [
|
|
967
|
+
"",
|
|
968
|
+
"gpu",
|
|
969
|
+
"none"
|
|
970
|
+
] }],
|
|
971
|
+
scale: [{ scale: [b] }],
|
|
972
|
+
"scale-x": [{ "scale-x": [b] }],
|
|
973
|
+
"scale-y": [{ "scale-y": [b] }],
|
|
974
|
+
rotate: [{ rotate: [ie, B] }],
|
|
975
|
+
"translate-x": [{ "translate-x": [te] }],
|
|
976
|
+
"translate-y": [{ "translate-y": [te] }],
|
|
977
|
+
"skew-x": [{ "skew-x": [S] }],
|
|
978
|
+
"skew-y": [{ "skew-y": [S] }],
|
|
979
|
+
"transform-origin": [{ origin: [
|
|
980
|
+
"center",
|
|
981
|
+
"top",
|
|
982
|
+
"top-right",
|
|
983
|
+
"right",
|
|
984
|
+
"bottom-right",
|
|
985
|
+
"bottom",
|
|
986
|
+
"bottom-left",
|
|
987
|
+
"left",
|
|
988
|
+
"top-left",
|
|
989
|
+
B
|
|
990
|
+
] }],
|
|
991
|
+
accent: [{ accent: ["auto", e] }],
|
|
992
|
+
appearance: [{ appearance: ["none", "auto"] }],
|
|
993
|
+
cursor: [{ cursor: [
|
|
994
|
+
"auto",
|
|
995
|
+
"default",
|
|
996
|
+
"pointer",
|
|
997
|
+
"wait",
|
|
998
|
+
"text",
|
|
999
|
+
"move",
|
|
1000
|
+
"help",
|
|
1001
|
+
"not-allowed",
|
|
1002
|
+
"none",
|
|
1003
|
+
"context-menu",
|
|
1004
|
+
"progress",
|
|
1005
|
+
"cell",
|
|
1006
|
+
"crosshair",
|
|
1007
|
+
"vertical-text",
|
|
1008
|
+
"alias",
|
|
1009
|
+
"copy",
|
|
1010
|
+
"no-drop",
|
|
1011
|
+
"grab",
|
|
1012
|
+
"grabbing",
|
|
1013
|
+
"all-scroll",
|
|
1014
|
+
"col-resize",
|
|
1015
|
+
"row-resize",
|
|
1016
|
+
"n-resize",
|
|
1017
|
+
"e-resize",
|
|
1018
|
+
"s-resize",
|
|
1019
|
+
"w-resize",
|
|
1020
|
+
"ne-resize",
|
|
1021
|
+
"nw-resize",
|
|
1022
|
+
"se-resize",
|
|
1023
|
+
"sw-resize",
|
|
1024
|
+
"ew-resize",
|
|
1025
|
+
"ns-resize",
|
|
1026
|
+
"nesw-resize",
|
|
1027
|
+
"nwse-resize",
|
|
1028
|
+
"zoom-in",
|
|
1029
|
+
"zoom-out",
|
|
1030
|
+
B
|
|
1031
|
+
] }],
|
|
1032
|
+
"caret-color": [{ caret: [e] }],
|
|
1033
|
+
"pointer-events": [{ "pointer-events": ["none", "auto"] }],
|
|
1034
|
+
resize: [{ resize: [
|
|
1035
|
+
"none",
|
|
1036
|
+
"y",
|
|
1037
|
+
"x",
|
|
1038
|
+
""
|
|
1039
|
+
] }],
|
|
1040
|
+
"scroll-behavior": [{ scroll: ["auto", "smooth"] }],
|
|
1041
|
+
"scroll-m": [{ "scroll-m": E() }],
|
|
1042
|
+
"scroll-mx": [{ "scroll-mx": E() }],
|
|
1043
|
+
"scroll-my": [{ "scroll-my": E() }],
|
|
1044
|
+
"scroll-ms": [{ "scroll-ms": E() }],
|
|
1045
|
+
"scroll-me": [{ "scroll-me": E() }],
|
|
1046
|
+
"scroll-mt": [{ "scroll-mt": E() }],
|
|
1047
|
+
"scroll-mr": [{ "scroll-mr": E() }],
|
|
1048
|
+
"scroll-mb": [{ "scroll-mb": E() }],
|
|
1049
|
+
"scroll-ml": [{ "scroll-ml": E() }],
|
|
1050
|
+
"scroll-p": [{ "scroll-p": E() }],
|
|
1051
|
+
"scroll-px": [{ "scroll-px": E() }],
|
|
1052
|
+
"scroll-py": [{ "scroll-py": E() }],
|
|
1053
|
+
"scroll-ps": [{ "scroll-ps": E() }],
|
|
1054
|
+
"scroll-pe": [{ "scroll-pe": E() }],
|
|
1055
|
+
"scroll-pt": [{ "scroll-pt": E() }],
|
|
1056
|
+
"scroll-pr": [{ "scroll-pr": E() }],
|
|
1057
|
+
"scroll-pb": [{ "scroll-pb": E() }],
|
|
1058
|
+
"scroll-pl": [{ "scroll-pl": E() }],
|
|
1059
|
+
"snap-align": [{ snap: [
|
|
1060
|
+
"start",
|
|
1061
|
+
"end",
|
|
1062
|
+
"center",
|
|
1063
|
+
"align-none"
|
|
1064
|
+
] }],
|
|
1065
|
+
"snap-stop": [{ snap: ["normal", "always"] }],
|
|
1066
|
+
"snap-type": [{ snap: [
|
|
1067
|
+
"none",
|
|
1068
|
+
"x",
|
|
1069
|
+
"y",
|
|
1070
|
+
"both"
|
|
1071
|
+
] }],
|
|
1072
|
+
"snap-strictness": [{ snap: ["mandatory", "proximity"] }],
|
|
1073
|
+
touch: [{ touch: [
|
|
1074
|
+
"auto",
|
|
1075
|
+
"none",
|
|
1076
|
+
"manipulation"
|
|
1077
|
+
] }],
|
|
1078
|
+
"touch-x": [{ "touch-pan": [
|
|
1079
|
+
"x",
|
|
1080
|
+
"left",
|
|
1081
|
+
"right"
|
|
1082
|
+
] }],
|
|
1083
|
+
"touch-y": [{ "touch-pan": [
|
|
1084
|
+
"y",
|
|
1085
|
+
"up",
|
|
1086
|
+
"down"
|
|
1087
|
+
] }],
|
|
1088
|
+
"touch-pz": ["touch-pinch-zoom"],
|
|
1089
|
+
select: [{ select: [
|
|
1090
|
+
"none",
|
|
1091
|
+
"text",
|
|
1092
|
+
"all",
|
|
1093
|
+
"auto"
|
|
1094
|
+
] }],
|
|
1095
|
+
"will-change": [{ "will-change": [
|
|
1096
|
+
"auto",
|
|
1097
|
+
"scroll",
|
|
1098
|
+
"contents",
|
|
1099
|
+
"transform",
|
|
1100
|
+
B
|
|
1101
|
+
] }],
|
|
1102
|
+
fill: [{ fill: [e, "none"] }],
|
|
1103
|
+
"stroke-w": [{ stroke: [
|
|
1104
|
+
L,
|
|
1105
|
+
R,
|
|
1106
|
+
re
|
|
1107
|
+
] }],
|
|
1108
|
+
stroke: [{ stroke: [e, "none"] }],
|
|
1109
|
+
sr: ["sr-only", "not-sr-only"],
|
|
1110
|
+
"forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
|
|
1111
|
+
},
|
|
1112
|
+
conflictingClassGroups: {
|
|
1113
|
+
overflow: ["overflow-x", "overflow-y"],
|
|
1114
|
+
overscroll: ["overscroll-x", "overscroll-y"],
|
|
1115
|
+
inset: [
|
|
1116
|
+
"inset-x",
|
|
1117
|
+
"inset-y",
|
|
1118
|
+
"start",
|
|
1119
|
+
"end",
|
|
1120
|
+
"top",
|
|
1121
|
+
"right",
|
|
1122
|
+
"bottom",
|
|
1123
|
+
"left"
|
|
1124
|
+
],
|
|
1125
|
+
"inset-x": ["right", "left"],
|
|
1126
|
+
"inset-y": ["top", "bottom"],
|
|
1127
|
+
flex: [
|
|
1128
|
+
"basis",
|
|
1129
|
+
"grow",
|
|
1130
|
+
"shrink"
|
|
1131
|
+
],
|
|
1132
|
+
gap: ["gap-x", "gap-y"],
|
|
1133
|
+
p: [
|
|
1134
|
+
"px",
|
|
1135
|
+
"py",
|
|
1136
|
+
"ps",
|
|
1137
|
+
"pe",
|
|
1138
|
+
"pt",
|
|
1139
|
+
"pr",
|
|
1140
|
+
"pb",
|
|
1141
|
+
"pl"
|
|
1142
|
+
],
|
|
1143
|
+
px: ["pr", "pl"],
|
|
1144
|
+
py: ["pt", "pb"],
|
|
1145
|
+
m: [
|
|
1146
|
+
"mx",
|
|
1147
|
+
"my",
|
|
1148
|
+
"ms",
|
|
1149
|
+
"me",
|
|
1150
|
+
"mt",
|
|
1151
|
+
"mr",
|
|
1152
|
+
"mb",
|
|
1153
|
+
"ml"
|
|
1154
|
+
],
|
|
1155
|
+
mx: ["mr", "ml"],
|
|
1156
|
+
my: ["mt", "mb"],
|
|
1157
|
+
size: ["w", "h"],
|
|
1158
|
+
"font-size": ["leading"],
|
|
1159
|
+
"fvn-normal": [
|
|
1160
|
+
"fvn-ordinal",
|
|
1161
|
+
"fvn-slashed-zero",
|
|
1162
|
+
"fvn-figure",
|
|
1163
|
+
"fvn-spacing",
|
|
1164
|
+
"fvn-fraction"
|
|
1165
|
+
],
|
|
1166
|
+
"fvn-ordinal": ["fvn-normal"],
|
|
1167
|
+
"fvn-slashed-zero": ["fvn-normal"],
|
|
1168
|
+
"fvn-figure": ["fvn-normal"],
|
|
1169
|
+
"fvn-spacing": ["fvn-normal"],
|
|
1170
|
+
"fvn-fraction": ["fvn-normal"],
|
|
1171
|
+
"line-clamp": ["display", "overflow"],
|
|
1172
|
+
rounded: [
|
|
1173
|
+
"rounded-s",
|
|
1174
|
+
"rounded-e",
|
|
1175
|
+
"rounded-t",
|
|
1176
|
+
"rounded-r",
|
|
1177
|
+
"rounded-b",
|
|
1178
|
+
"rounded-l",
|
|
1179
|
+
"rounded-ss",
|
|
1180
|
+
"rounded-se",
|
|
1181
|
+
"rounded-ee",
|
|
1182
|
+
"rounded-es",
|
|
1183
|
+
"rounded-tl",
|
|
1184
|
+
"rounded-tr",
|
|
1185
|
+
"rounded-br",
|
|
1186
|
+
"rounded-bl"
|
|
1187
|
+
],
|
|
1188
|
+
"rounded-s": ["rounded-ss", "rounded-es"],
|
|
1189
|
+
"rounded-e": ["rounded-se", "rounded-ee"],
|
|
1190
|
+
"rounded-t": ["rounded-tl", "rounded-tr"],
|
|
1191
|
+
"rounded-r": ["rounded-tr", "rounded-br"],
|
|
1192
|
+
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
1193
|
+
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
1194
|
+
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
1195
|
+
"border-w": [
|
|
1196
|
+
"border-w-s",
|
|
1197
|
+
"border-w-e",
|
|
1198
|
+
"border-w-t",
|
|
1199
|
+
"border-w-r",
|
|
1200
|
+
"border-w-b",
|
|
1201
|
+
"border-w-l"
|
|
1202
|
+
],
|
|
1203
|
+
"border-w-x": ["border-w-r", "border-w-l"],
|
|
1204
|
+
"border-w-y": ["border-w-t", "border-w-b"],
|
|
1205
|
+
"border-color": [
|
|
1206
|
+
"border-color-s",
|
|
1207
|
+
"border-color-e",
|
|
1208
|
+
"border-color-t",
|
|
1209
|
+
"border-color-r",
|
|
1210
|
+
"border-color-b",
|
|
1211
|
+
"border-color-l"
|
|
1212
|
+
],
|
|
1213
|
+
"border-color-x": ["border-color-r", "border-color-l"],
|
|
1214
|
+
"border-color-y": ["border-color-t", "border-color-b"],
|
|
1215
|
+
"scroll-m": [
|
|
1216
|
+
"scroll-mx",
|
|
1217
|
+
"scroll-my",
|
|
1218
|
+
"scroll-ms",
|
|
1219
|
+
"scroll-me",
|
|
1220
|
+
"scroll-mt",
|
|
1221
|
+
"scroll-mr",
|
|
1222
|
+
"scroll-mb",
|
|
1223
|
+
"scroll-ml"
|
|
1224
|
+
],
|
|
1225
|
+
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
1226
|
+
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
1227
|
+
"scroll-p": [
|
|
1228
|
+
"scroll-px",
|
|
1229
|
+
"scroll-py",
|
|
1230
|
+
"scroll-ps",
|
|
1231
|
+
"scroll-pe",
|
|
1232
|
+
"scroll-pt",
|
|
1233
|
+
"scroll-pr",
|
|
1234
|
+
"scroll-pb",
|
|
1235
|
+
"scroll-pl"
|
|
1236
|
+
],
|
|
1237
|
+
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
1238
|
+
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
1239
|
+
touch: [
|
|
1240
|
+
"touch-x",
|
|
1241
|
+
"touch-y",
|
|
1242
|
+
"touch-pz"
|
|
1243
|
+
],
|
|
1244
|
+
"touch-x": ["touch"],
|
|
1245
|
+
"touch-y": ["touch"],
|
|
1246
|
+
"touch-pz": ["touch"]
|
|
1247
|
+
},
|
|
1248
|
+
conflictingClassGroupModifiers: { "font-size": ["leading"] }
|
|
1249
|
+
};
|
|
1250
|
+
}), _e = {
|
|
1251
|
+
"account-balanced": ["24", "24"],
|
|
1252
|
+
"address-book": ["24", "24"],
|
|
1253
|
+
ai: ["24", "24"],
|
|
1254
|
+
"alarm-clock": ["24", "24"],
|
|
1255
|
+
alert: ["24", "24"],
|
|
1256
|
+
app: ["24", "24"],
|
|
1257
|
+
apple: ["24", "24"],
|
|
1258
|
+
armchair: ["24", "24"],
|
|
1259
|
+
"arrow-down": ["24", "24"],
|
|
1260
|
+
"arrow-left": ["24", "24"],
|
|
1261
|
+
"arrow-right": ["24", "24"],
|
|
1262
|
+
"arrow-up": ["24", "24"],
|
|
1263
|
+
back: ["24", "24"],
|
|
1264
|
+
bell: ["24", "24"],
|
|
1265
|
+
bra: ["24", "24"],
|
|
1266
|
+
briefcase: ["24", "24"],
|
|
1267
|
+
"cake-piece-full": ["24", "24"],
|
|
1268
|
+
"cake-piece": ["24", "24"],
|
|
1269
|
+
calendar: ["24", "24"],
|
|
1270
|
+
cart: ["24", "24"],
|
|
1271
|
+
catalog: ["24", "24"],
|
|
1272
|
+
chat: ["24", "24"],
|
|
1273
|
+
"check-bold": ["24", "24"],
|
|
1274
|
+
check: ["24", "24"],
|
|
1275
|
+
child: ["24", "24"],
|
|
1276
|
+
closer: ["24", "24"],
|
|
1277
|
+
"clothing-basic": ["24", "24"],
|
|
1278
|
+
"clothing-blazer": ["24", "24"],
|
|
1279
|
+
"clothing-blouse": ["24", "24"],
|
|
1280
|
+
"clothing-dress": ["24", "24"],
|
|
1281
|
+
"clothing-homewear": ["24", "24"],
|
|
1282
|
+
clothing: ["24", "24"],
|
|
1283
|
+
"clothing-jacket": ["24", "24"],
|
|
1284
|
+
"clothing-jeans": ["24", "24"],
|
|
1285
|
+
"clothing-jumpsuit": ["24", "24"],
|
|
1286
|
+
"clothing-knitwear": ["24", "24"],
|
|
1287
|
+
"clothing-maternity-wear": ["24", "24"],
|
|
1288
|
+
"clothing-party-wear": ["24", "24"],
|
|
1289
|
+
"clothing-set": ["24", "24"],
|
|
1290
|
+
"clothing-shirt": ["24", "24"],
|
|
1291
|
+
"clothing-shorts": ["24", "24"],
|
|
1292
|
+
"clothing-size": ["24", "24"],
|
|
1293
|
+
"clothing-skirt": ["24", "24"],
|
|
1294
|
+
"clothing-sport": ["24", "24"],
|
|
1295
|
+
"clothing-sweater": ["24", "24"],
|
|
1296
|
+
"clothing-sweatshirt": ["24", "24"],
|
|
1297
|
+
"clothing-trousers": ["24", "24"],
|
|
1298
|
+
communication: ["24", "24"],
|
|
1299
|
+
connection: ["24", "24"],
|
|
1300
|
+
"control-panel": ["24", "24"],
|
|
1301
|
+
cookie: ["24", "24"],
|
|
1302
|
+
copy: ["24", "24"],
|
|
1303
|
+
"credit-card": ["24", "24"],
|
|
1304
|
+
crown: ["24", "24"],
|
|
1305
|
+
culture: ["24", "24"],
|
|
1306
|
+
"curtain-almost-dark": ["24", "24"],
|
|
1307
|
+
"curtain-dark": ["24", "24"],
|
|
1308
|
+
"curtain-opaque": ["24", "24"],
|
|
1309
|
+
"curtain-semi-transparent": ["24", "24"],
|
|
1310
|
+
"curtain-transparent": ["24", "24"],
|
|
1311
|
+
customer: ["24", "24"],
|
|
1312
|
+
delivery: ["24", "24"],
|
|
1313
|
+
denied: ["24", "24"],
|
|
1314
|
+
desktop: ["24", "24"],
|
|
1315
|
+
diamond: ["24", "24"],
|
|
1316
|
+
discount: ["24", "24"],
|
|
1317
|
+
dots: ["24", "24"],
|
|
1318
|
+
download: ["24", "24"],
|
|
1319
|
+
edit: ["24", "24"],
|
|
1320
|
+
education: ["24", "24"],
|
|
1321
|
+
email: ["24", "24"],
|
|
1322
|
+
error: ["24", "24"],
|
|
1323
|
+
exchange: ["24", "24"],
|
|
1324
|
+
family: ["24", "24"],
|
|
1325
|
+
faq: ["24", "24"],
|
|
1326
|
+
"fast-delivery": ["24", "24"],
|
|
1327
|
+
"feedback-negative": ["24", "24"],
|
|
1328
|
+
"feedback-positive": ["24", "24"],
|
|
1329
|
+
"first-aid": ["24", "24"],
|
|
1330
|
+
fitness: ["24", "24"],
|
|
1331
|
+
"fossil-fuel": ["24", "24"],
|
|
1332
|
+
"free-delivery": ["24", "24"],
|
|
1333
|
+
friendship: ["24", "24"],
|
|
1334
|
+
giftbox: ["24", "24"],
|
|
1335
|
+
"global-warming": ["24", "24"],
|
|
1336
|
+
globe: ["24", "24"],
|
|
1337
|
+
glossary: ["24", "24"],
|
|
1338
|
+
handshake: ["24", "24"],
|
|
1339
|
+
hanger: ["24", "24"],
|
|
1340
|
+
hashtag: ["24", "24"],
|
|
1341
|
+
health: ["24", "24"],
|
|
1342
|
+
"heart-eyes-emoji": ["24", "24"],
|
|
1343
|
+
"heart-full": ["24", "24"],
|
|
1344
|
+
heart: ["24", "24"],
|
|
1345
|
+
help: ["24", "24"],
|
|
1346
|
+
hint: ["24", "24"],
|
|
1347
|
+
home: ["24", "24"],
|
|
1348
|
+
home2: ["24", "24"],
|
|
1349
|
+
"image-placeholder": ["24", "24"],
|
|
1350
|
+
info: ["24", "24"],
|
|
1351
|
+
invoice: ["24", "24"],
|
|
1352
|
+
"light-bulb-heart": ["24", "24"],
|
|
1353
|
+
"light-bulb": ["24", "24"],
|
|
1354
|
+
lightning: ["24", "24"],
|
|
1355
|
+
location: ["24", "24"],
|
|
1356
|
+
locations: ["24", "24"],
|
|
1357
|
+
lock: ["24", "24"],
|
|
1358
|
+
"lock-open": ["24", "24"],
|
|
1359
|
+
"logged-in": ["24", "24"],
|
|
1360
|
+
logout: ["24", "24"],
|
|
1361
|
+
mail: ["24", "24"],
|
|
1362
|
+
menu: ["24", "24"],
|
|
1363
|
+
minus: ["24", "24"],
|
|
1364
|
+
newsletter: ["24", "24"],
|
|
1365
|
+
"not-yet-available": ["24", "24"],
|
|
1366
|
+
order: ["24", "24"],
|
|
1367
|
+
order2: ["24", "24"],
|
|
1368
|
+
"out-of-stock": ["24", "24"],
|
|
1369
|
+
pause: ["24", "24"],
|
|
1370
|
+
"personal-data": ["24", "24"],
|
|
1371
|
+
phone: ["24", "24"],
|
|
1372
|
+
pin: ["24", "24"],
|
|
1373
|
+
"pinch-zoom": ["24", "24"],
|
|
1374
|
+
plane: ["24", "24"],
|
|
1375
|
+
play: ["24", "24"],
|
|
1376
|
+
plus: ["24", "24"],
|
|
1377
|
+
prepaid: ["24", "24"],
|
|
1378
|
+
print: ["24", "24"],
|
|
1379
|
+
process: ["24", "24"],
|
|
1380
|
+
"production-site": ["24", "24"],
|
|
1381
|
+
puzzle: ["24", "24"],
|
|
1382
|
+
"qr-code": ["24", "24"],
|
|
1383
|
+
quality: ["24", "24"],
|
|
1384
|
+
question: ["24", "24"],
|
|
1385
|
+
radio: ["24", "24"],
|
|
1386
|
+
"recently-viewed": ["24", "24"],
|
|
1387
|
+
recycling: ["24", "24"],
|
|
1388
|
+
religion: ["24", "24"],
|
|
1389
|
+
return: ["24", "24"],
|
|
1390
|
+
"review-full": ["24", "24"],
|
|
1391
|
+
review: ["24", "24"],
|
|
1392
|
+
rocket: ["24", "24"],
|
|
1393
|
+
roots: ["24", "24"],
|
|
1394
|
+
"saved-money": ["24", "24"],
|
|
1395
|
+
scale: ["24", "24"],
|
|
1396
|
+
"search-categories": ["24", "24"],
|
|
1397
|
+
"search-form-arrow": ["24", "24"],
|
|
1398
|
+
search: ["24", "24"],
|
|
1399
|
+
sepa: ["24", "24"],
|
|
1400
|
+
service: ["24", "24"],
|
|
1401
|
+
share: ["24", "24"],
|
|
1402
|
+
shoe: ["24", "24"],
|
|
1403
|
+
"shopping-bag": ["24", "24"],
|
|
1404
|
+
signpost: ["24", "24"],
|
|
1405
|
+
"signpost-single": ["24", "24"],
|
|
1406
|
+
"similar-products": ["24", "24"],
|
|
1407
|
+
size: ["24", "24"],
|
|
1408
|
+
social: ["24", "24"],
|
|
1409
|
+
"sold-out": ["24", "24"],
|
|
1410
|
+
sort: ["24", "24"],
|
|
1411
|
+
spark: ["24", "24"],
|
|
1412
|
+
store: ["24", "24"],
|
|
1413
|
+
success: ["24", "24"],
|
|
1414
|
+
suitcase: ["24", "24"],
|
|
1415
|
+
"sustainable-animal-welfare": ["24", "24"],
|
|
1416
|
+
"sustainable-energy-efficient": ["24", "24"],
|
|
1417
|
+
"sustainable-natural-cosmetics": ["24", "24"],
|
|
1418
|
+
"sustainable-organic-materials": ["24", "24"],
|
|
1419
|
+
"sustainable-production": ["24", "24"],
|
|
1420
|
+
"sustainable-recyclable-design": ["24", "24"],
|
|
1421
|
+
"sustainable-recycling": ["24", "24"],
|
|
1422
|
+
"sustainable-resource": ["24", "24"],
|
|
1423
|
+
"sustainable-social-initiatives": ["24", "24"],
|
|
1424
|
+
swords: ["24", "24"],
|
|
1425
|
+
tablet: ["24", "24"],
|
|
1426
|
+
teacup: ["24", "24"],
|
|
1427
|
+
"thumb-down-full": ["24", "24"],
|
|
1428
|
+
"thumb-down": ["24", "24"],
|
|
1429
|
+
"thumb-up-full": ["24", "24"],
|
|
1430
|
+
"thumb-up": ["24", "24"],
|
|
1431
|
+
"trash-bin": ["24", "24"],
|
|
1432
|
+
tv: ["24", "24"],
|
|
1433
|
+
user: ["24", "24"],
|
|
1434
|
+
visibility: ["24", "24"],
|
|
1435
|
+
"visibility-off": ["24", "24"],
|
|
1436
|
+
voucher: ["24", "24"],
|
|
1437
|
+
wallet: ["24", "24"],
|
|
1438
|
+
"water-pollution": ["24", "24"],
|
|
1439
|
+
"water-usage": ["24", "24"],
|
|
1440
|
+
"whatsapp-bell": ["24", "24"],
|
|
1441
|
+
"whatsapp-phone": ["24", "24"],
|
|
1442
|
+
"zoom-in": ["24", "24"],
|
|
1443
|
+
"zoom-out": ["24", "24"]
|
|
1444
|
+
}, W = ({ variant: e, className: t }) => {
|
|
1445
|
+
let { iconSprite: r } = u(), i = "fill-clr-primary";
|
|
1446
|
+
e.startsWith("sustainable-") && (i = "fill-clr-sustainable");
|
|
1447
|
+
let a = ge("shrink-0 w-6 h-6", i, t), [o, s] = _e[e];
|
|
1448
|
+
return /* @__PURE__ */ n("svg", {
|
|
1449
|
+
className: a,
|
|
1450
|
+
"aria-hidden": "true",
|
|
1451
|
+
"data-bpds": "icon",
|
|
1452
|
+
"data-bpds-variant": e,
|
|
1453
|
+
style: { aspectRatio: `${o} / ${s}` },
|
|
1454
|
+
children: /* @__PURE__ */ n("use", { href: `${r}#${e}-icon` })
|
|
1455
|
+
});
|
|
1456
|
+
}, ve = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, G = (e) => !e || typeof e != "object" || Object.keys(e).length === 0, ye = (e, t) => JSON.stringify(e) === JSON.stringify(t);
|
|
1457
|
+
function be(e, t) {
|
|
1458
|
+
e.forEach(function(e) {
|
|
1459
|
+
Array.isArray(e) ? be(e, t) : t.push(e);
|
|
1460
|
+
});
|
|
1461
|
+
}
|
|
1462
|
+
function xe(e) {
|
|
1463
|
+
let t = [];
|
|
1464
|
+
return be(e, t), t;
|
|
1465
|
+
}
|
|
1466
|
+
var Se = (...e) => xe(e).filter(Boolean), Ce = (e, t) => {
|
|
1467
|
+
let n = {}, r = Object.keys(e), i = Object.keys(t);
|
|
1468
|
+
for (let a of r) if (i.includes(a)) {
|
|
1469
|
+
let r = e[a], i = t[a];
|
|
1470
|
+
Array.isArray(r) || Array.isArray(i) ? n[a] = Se(i, r) : typeof r == "object" && typeof i == "object" ? n[a] = Ce(r, i) : n[a] = i + " " + r;
|
|
1471
|
+
} else n[a] = e[a];
|
|
1472
|
+
for (let e of i) r.includes(e) || (n[e] = t[e]);
|
|
1473
|
+
return n;
|
|
1474
|
+
}, we = (e) => !e || typeof e != "string" ? e : e.replace(/\s+/g, " ").trim(), Te = "-", Ee = (e) => {
|
|
1475
|
+
let t = Ae(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
|
|
1476
|
+
return {
|
|
1477
|
+
getClassGroupId: (e) => {
|
|
1478
|
+
let n = e.split(Te);
|
|
1479
|
+
return n[0] === "" && n.length !== 1 && n.shift(), De(n, t) || ke(e);
|
|
1480
|
+
},
|
|
1481
|
+
getConflictingClassGroupIds: (e, t) => {
|
|
1482
|
+
let i = n[e] || [];
|
|
1483
|
+
return t && r[e] ? [...i, ...r[e]] : i;
|
|
1484
|
+
}
|
|
1485
|
+
};
|
|
1486
|
+
}, De = (e, t) => {
|
|
1487
|
+
if (e.length === 0) return t.classGroupId;
|
|
1488
|
+
let n = e[0], r = t.nextPart.get(n), i = r ? De(e.slice(1), r) : void 0;
|
|
1489
|
+
if (i) return i;
|
|
1490
|
+
if (t.validators.length === 0) return;
|
|
1491
|
+
let a = e.join(Te);
|
|
1492
|
+
return t.validators.find(({ validator: e }) => e(a))?.classGroupId;
|
|
1493
|
+
}, Oe = /^\[(.+)\]$/, ke = (e) => {
|
|
1494
|
+
if (Oe.test(e)) {
|
|
1495
|
+
let t = Oe.exec(e)[1], n = t?.substring(0, t.indexOf(":"));
|
|
1496
|
+
if (n) return "arbitrary.." + n;
|
|
1497
|
+
}
|
|
1498
|
+
}, Ae = (e) => {
|
|
1499
|
+
let { theme: t, prefix: n } = e, r = {
|
|
1500
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
1501
|
+
validators: []
|
|
1502
|
+
};
|
|
1503
|
+
return Pe(Object.entries(e.classGroups), n).forEach(([e, n]) => {
|
|
1504
|
+
je(n, r, e, t);
|
|
1505
|
+
}), r;
|
|
1506
|
+
}, je = (e, t, n, r) => {
|
|
1507
|
+
e.forEach((e) => {
|
|
1508
|
+
if (typeof e == "string") {
|
|
1509
|
+
let r = e === "" ? t : Me(t, e);
|
|
1510
|
+
r.classGroupId = n;
|
|
1511
|
+
return;
|
|
1512
|
+
}
|
|
1513
|
+
if (typeof e == "function") {
|
|
1514
|
+
if (Ne(e)) {
|
|
1515
|
+
je(e(r), t, n, r);
|
|
1516
|
+
return;
|
|
1517
|
+
}
|
|
1518
|
+
t.validators.push({
|
|
1519
|
+
validator: e,
|
|
1520
|
+
classGroupId: n
|
|
1521
|
+
});
|
|
1522
|
+
return;
|
|
1523
|
+
}
|
|
1524
|
+
Object.entries(e).forEach(([e, i]) => {
|
|
1525
|
+
je(i, Me(t, e), n, r);
|
|
1526
|
+
});
|
|
1527
|
+
});
|
|
1528
|
+
}, Me = (e, t) => {
|
|
1529
|
+
let n = e;
|
|
1530
|
+
return t.split(Te).forEach((e) => {
|
|
1531
|
+
n.nextPart.has(e) || n.nextPart.set(e, {
|
|
1532
|
+
nextPart: /* @__PURE__ */ new Map(),
|
|
1533
|
+
validators: []
|
|
1534
|
+
}), n = n.nextPart.get(e);
|
|
1535
|
+
}), n;
|
|
1536
|
+
}, Ne = (e) => e.isThemeGetter, Pe = (e, t) => t ? e.map(([e, n]) => [e, n.map((e) => typeof e == "string" ? t + e : typeof e == "object" ? Object.fromEntries(Object.entries(e).map(([e, n]) => [t + e, n])) : e)]) : e, Fe = (e) => {
|
|
1537
|
+
if (e < 1) return {
|
|
1538
|
+
get: () => void 0,
|
|
1539
|
+
set: () => {}
|
|
1540
|
+
};
|
|
1541
|
+
let t = 0, n = /* @__PURE__ */ new Map(), r = /* @__PURE__ */ new Map(), i = (i, a) => {
|
|
1542
|
+
n.set(i, a), t++, t > e && (t = 0, r = n, n = /* @__PURE__ */ new Map());
|
|
1543
|
+
};
|
|
1544
|
+
return {
|
|
1545
|
+
get(e) {
|
|
1546
|
+
let t = n.get(e);
|
|
1547
|
+
if (t !== void 0) return t;
|
|
1548
|
+
if ((t = r.get(e)) !== void 0) return i(e, t), t;
|
|
1549
|
+
},
|
|
1550
|
+
set(e, t) {
|
|
1551
|
+
n.has(e) ? n.set(e, t) : i(e, t);
|
|
1552
|
+
}
|
|
1553
|
+
};
|
|
1554
|
+
}, Ie = "!", Le = (e) => {
|
|
1555
|
+
let { separator: t, experimentalParseClassName: n } = e, r = t.length === 1, i = t[0], a = t.length, o = (e) => {
|
|
1556
|
+
let n = [], o = 0, s = 0, c;
|
|
1557
|
+
for (let l = 0; l < e.length; l++) {
|
|
1558
|
+
let u = e[l];
|
|
1559
|
+
if (o === 0) {
|
|
1560
|
+
if (u === i && (r || e.slice(l, l + a) === t)) {
|
|
1561
|
+
n.push(e.slice(s, l)), s = l + a;
|
|
1562
|
+
continue;
|
|
1563
|
+
}
|
|
1564
|
+
if (u === "/") {
|
|
1565
|
+
c = l;
|
|
1566
|
+
continue;
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1569
|
+
u === "[" ? o++ : u === "]" && o--;
|
|
1570
|
+
}
|
|
1571
|
+
let l = n.length === 0 ? e : e.substring(s), u = l.startsWith(Ie);
|
|
1572
|
+
return {
|
|
1573
|
+
modifiers: n,
|
|
1574
|
+
hasImportantModifier: u,
|
|
1575
|
+
baseClassName: u ? l.substring(1) : l,
|
|
1576
|
+
maybePostfixModifierPosition: c && c > s ? c - s : void 0
|
|
1577
|
+
};
|
|
1578
|
+
};
|
|
1579
|
+
return n ? (e) => n({
|
|
1580
|
+
className: e,
|
|
1581
|
+
parseClassName: o
|
|
1582
|
+
}) : o;
|
|
1583
|
+
}, Re = (e) => {
|
|
1584
|
+
if (e.length <= 1) return e;
|
|
1585
|
+
let t = [], n = [];
|
|
1586
|
+
return e.forEach((e) => {
|
|
1587
|
+
e[0] === "[" ? (t.push(...n.sort(), e), n = []) : n.push(e);
|
|
1588
|
+
}), t.push(...n.sort()), t;
|
|
1589
|
+
}, ze = (e) => ({
|
|
1590
|
+
cache: Fe(e.cacheSize),
|
|
1591
|
+
parseClassName: Le(e),
|
|
1592
|
+
...Ee(e)
|
|
1593
|
+
}), Be = /\s+/, Ve = (e, t) => {
|
|
1594
|
+
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i } = t, a = [], o = e.trim().split(Be), s = "";
|
|
1595
|
+
for (let e = o.length - 1; e >= 0; --e) {
|
|
1596
|
+
let t = o[e], { modifiers: c, hasImportantModifier: l, baseClassName: u, maybePostfixModifierPosition: d } = n(t), f = !!d, p = r(f ? u.substring(0, d) : u);
|
|
1597
|
+
if (!p) {
|
|
1598
|
+
if (!f) {
|
|
1599
|
+
s = t + (s.length > 0 ? " " + s : s);
|
|
1600
|
+
continue;
|
|
1601
|
+
}
|
|
1602
|
+
if (p = r(u), !p) {
|
|
1603
|
+
s = t + (s.length > 0 ? " " + s : s);
|
|
1604
|
+
continue;
|
|
1605
|
+
}
|
|
1606
|
+
f = !1;
|
|
1607
|
+
}
|
|
1608
|
+
let m = Re(c).join(":"), h = l ? m + Ie : m, g = h + p;
|
|
1609
|
+
if (a.includes(g)) continue;
|
|
1610
|
+
a.push(g);
|
|
1611
|
+
let _ = i(p, f);
|
|
1612
|
+
for (let e = 0; e < _.length; ++e) {
|
|
1613
|
+
let t = _[e];
|
|
1614
|
+
a.push(h + t);
|
|
1615
|
+
}
|
|
1616
|
+
s = t + (s.length > 0 ? " " + s : s);
|
|
1617
|
+
}
|
|
1618
|
+
return s;
|
|
1619
|
+
};
|
|
1620
|
+
function He() {
|
|
1621
|
+
let e = 0, t, n, r = "";
|
|
1622
|
+
for (; e < arguments.length;) (t = arguments[e++]) && (n = Ue(t)) && (r && (r += " "), r += n);
|
|
1623
|
+
return r;
|
|
1624
|
+
}
|
|
1625
|
+
var Ue = (e) => {
|
|
1626
|
+
if (typeof e == "string") return e;
|
|
1627
|
+
let t, n = "";
|
|
1628
|
+
for (let r = 0; r < e.length; r++) e[r] && (t = Ue(e[r])) && (n && (n += " "), n += t);
|
|
1629
|
+
return n;
|
|
1630
|
+
};
|
|
1631
|
+
function We(e, ...t) {
|
|
1632
|
+
let n, r, i, a = o;
|
|
1633
|
+
function o(o) {
|
|
1634
|
+
return n = ze(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o);
|
|
1635
|
+
}
|
|
1636
|
+
function s(e) {
|
|
1637
|
+
let t = r(e);
|
|
1638
|
+
if (t) return t;
|
|
1639
|
+
let a = Ve(e, n);
|
|
1640
|
+
return i(e, a), a;
|
|
1641
|
+
}
|
|
1642
|
+
return function() {
|
|
1643
|
+
return a(He.apply(null, arguments));
|
|
1644
|
+
};
|
|
1645
|
+
}
|
|
1646
|
+
var K = (e) => {
|
|
1647
|
+
let t = (t) => t[e] || [];
|
|
1648
|
+
return t.isThemeGetter = !0, t;
|
|
1649
|
+
}, Ge = /^\[(?:([a-z-]+):)?(.+)\]$/i, Ke = /^\d+\/\d+$/, qe = /*#__PURE__*/ new Set([
|
|
1650
|
+
"px",
|
|
1651
|
+
"full",
|
|
1652
|
+
"screen"
|
|
1653
|
+
]), Je = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Ye = /\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$/, Xe = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Ze = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Qe = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, q = (e) => Y(e) || qe.has(e) || Ke.test(e), J = (e) => Q(e, "length", lt), Y = (e) => !!e && !Number.isNaN(Number(e)), $e = (e) => Q(e, "number", Y), et = (e) => !!e && Number.isInteger(Number(e)), tt = (e) => e.endsWith("%") && Y(e.slice(0, -1)), X = (e) => Ge.test(e), Z = (e) => Je.test(e), nt = /*#__PURE__*/ new Set([
|
|
1654
|
+
"length",
|
|
1655
|
+
"size",
|
|
1656
|
+
"percentage"
|
|
1657
|
+
]), rt = (e) => Q(e, nt, ut), it = (e) => Q(e, "position", ut), at = /*#__PURE__*/ new Set(["image", "url"]), ot = (e) => Q(e, at, ft), st = (e) => Q(e, "", dt), ct = () => !0, Q = (e, t, n) => {
|
|
1658
|
+
let r = Ge.exec(e);
|
|
1659
|
+
return r ? r[1] ? typeof t == "string" ? r[1] === t : t.has(r[1]) : n(r[2]) : !1;
|
|
1660
|
+
}, lt = (e) => Ye.test(e) && !Xe.test(e), ut = () => !1, dt = (e) => Ze.test(e), ft = (e) => Qe.test(e), pt = () => {
|
|
1661
|
+
let e = K("colors"), t = K("spacing"), n = K("blur"), r = K("brightness"), i = K("borderColor"), a = K("borderRadius"), o = K("borderSpacing"), s = K("borderWidth"), c = K("contrast"), l = K("grayscale"), u = K("hueRotate"), d = K("invert"), f = K("gap"), p = K("gradientColorStops"), m = K("gradientColorStopPositions"), h = K("inset"), g = K("margin"), _ = K("opacity"), v = K("padding"), y = K("saturate"), b = K("scale"), x = K("sepia"), S = K("skew"), ee = K("space"), te = K("translate"), C = () => [
|
|
1662
|
+
"auto",
|
|
1663
|
+
"contain",
|
|
1664
|
+
"none"
|
|
1665
|
+
], w = () => [
|
|
1666
|
+
"auto",
|
|
1667
|
+
"hidden",
|
|
1668
|
+
"clip",
|
|
1669
|
+
"visible",
|
|
1670
|
+
"scroll"
|
|
1671
|
+
], T = () => [
|
|
1672
|
+
"auto",
|
|
1673
|
+
X,
|
|
1674
|
+
t
|
|
1675
|
+
], E = () => [X, t], D = () => [
|
|
1676
|
+
"",
|
|
1677
|
+
q,
|
|
1678
|
+
J
|
|
1679
|
+
], O = () => [
|
|
1680
|
+
"auto",
|
|
1681
|
+
Y,
|
|
1682
|
+
X
|
|
1683
|
+
], k = () => [
|
|
1684
|
+
"bottom",
|
|
1685
|
+
"center",
|
|
1686
|
+
"left",
|
|
1687
|
+
"left-bottom",
|
|
1688
|
+
"left-top",
|
|
1689
|
+
"right",
|
|
1690
|
+
"right-bottom",
|
|
1691
|
+
"right-top",
|
|
1692
|
+
"top"
|
|
1693
|
+
], A = () => [
|
|
1694
|
+
"solid",
|
|
1695
|
+
"dashed",
|
|
1696
|
+
"dotted",
|
|
1697
|
+
"double",
|
|
1698
|
+
"none"
|
|
1699
|
+
], j = () => [
|
|
1700
|
+
"normal",
|
|
1701
|
+
"multiply",
|
|
1702
|
+
"screen",
|
|
1703
|
+
"overlay",
|
|
1704
|
+
"darken",
|
|
1705
|
+
"lighten",
|
|
1706
|
+
"color-dodge",
|
|
1707
|
+
"color-burn",
|
|
1708
|
+
"hard-light",
|
|
1709
|
+
"soft-light",
|
|
1710
|
+
"difference",
|
|
1711
|
+
"exclusion",
|
|
1712
|
+
"hue",
|
|
1713
|
+
"saturation",
|
|
1714
|
+
"color",
|
|
1715
|
+
"luminosity"
|
|
1716
|
+
], M = () => [
|
|
1717
|
+
"start",
|
|
1718
|
+
"end",
|
|
1719
|
+
"center",
|
|
1720
|
+
"between",
|
|
1721
|
+
"around",
|
|
1722
|
+
"evenly",
|
|
1723
|
+
"stretch"
|
|
1724
|
+
], N = () => [
|
|
1725
|
+
"",
|
|
1726
|
+
"0",
|
|
1727
|
+
X
|
|
1728
|
+
], P = () => [
|
|
1729
|
+
"auto",
|
|
1730
|
+
"avoid",
|
|
1731
|
+
"all",
|
|
1732
|
+
"avoid-page",
|
|
1733
|
+
"page",
|
|
1734
|
+
"left",
|
|
1735
|
+
"right",
|
|
1736
|
+
"column"
|
|
1737
|
+
], F = () => [Y, X];
|
|
1738
|
+
return {
|
|
1739
|
+
cacheSize: 500,
|
|
1740
|
+
separator: ":",
|
|
1741
|
+
theme: {
|
|
1742
|
+
colors: [ct],
|
|
1743
|
+
spacing: [q, J],
|
|
1744
|
+
blur: [
|
|
1745
|
+
"none",
|
|
1746
|
+
"",
|
|
1747
|
+
Z,
|
|
1748
|
+
X
|
|
1749
|
+
],
|
|
1750
|
+
brightness: F(),
|
|
1751
|
+
borderColor: [e],
|
|
1752
|
+
borderRadius: [
|
|
1753
|
+
"none",
|
|
1754
|
+
"",
|
|
1755
|
+
"full",
|
|
1756
|
+
Z,
|
|
1757
|
+
X
|
|
1758
|
+
],
|
|
1759
|
+
borderSpacing: E(),
|
|
1760
|
+
borderWidth: D(),
|
|
1761
|
+
contrast: F(),
|
|
1762
|
+
grayscale: N(),
|
|
1763
|
+
hueRotate: F(),
|
|
1764
|
+
invert: N(),
|
|
1765
|
+
gap: E(),
|
|
1766
|
+
gradientColorStops: [e],
|
|
1767
|
+
gradientColorStopPositions: [tt, J],
|
|
1768
|
+
inset: T(),
|
|
1769
|
+
margin: T(),
|
|
1770
|
+
opacity: F(),
|
|
1771
|
+
padding: E(),
|
|
1772
|
+
saturate: F(),
|
|
1773
|
+
scale: F(),
|
|
1774
|
+
sepia: N(),
|
|
1775
|
+
skew: F(),
|
|
1776
|
+
space: E(),
|
|
1777
|
+
translate: E()
|
|
1778
|
+
},
|
|
1779
|
+
classGroups: {
|
|
1780
|
+
aspect: [{ aspect: [
|
|
1781
|
+
"auto",
|
|
1782
|
+
"square",
|
|
1783
|
+
"video",
|
|
1784
|
+
X
|
|
1785
|
+
] }],
|
|
1786
|
+
container: ["container"],
|
|
1787
|
+
columns: [{ columns: [Z] }],
|
|
1788
|
+
"break-after": [{ "break-after": P() }],
|
|
1789
|
+
"break-before": [{ "break-before": P() }],
|
|
1790
|
+
"break-inside": [{ "break-inside": [
|
|
1791
|
+
"auto",
|
|
1792
|
+
"avoid",
|
|
1793
|
+
"avoid-page",
|
|
1794
|
+
"avoid-column"
|
|
1795
|
+
] }],
|
|
1796
|
+
"box-decoration": [{ "box-decoration": ["slice", "clone"] }],
|
|
1797
|
+
box: [{ box: ["border", "content"] }],
|
|
1798
|
+
display: [
|
|
1799
|
+
"block",
|
|
1800
|
+
"inline-block",
|
|
1801
|
+
"inline",
|
|
1802
|
+
"flex",
|
|
1803
|
+
"inline-flex",
|
|
1804
|
+
"table",
|
|
1805
|
+
"inline-table",
|
|
1806
|
+
"table-caption",
|
|
1807
|
+
"table-cell",
|
|
1808
|
+
"table-column",
|
|
1809
|
+
"table-column-group",
|
|
1810
|
+
"table-footer-group",
|
|
1811
|
+
"table-header-group",
|
|
1812
|
+
"table-row-group",
|
|
1813
|
+
"table-row",
|
|
1814
|
+
"flow-root",
|
|
1815
|
+
"grid",
|
|
1816
|
+
"inline-grid",
|
|
1817
|
+
"contents",
|
|
1818
|
+
"list-item",
|
|
1819
|
+
"hidden"
|
|
1820
|
+
],
|
|
1821
|
+
float: [{ float: [
|
|
1822
|
+
"right",
|
|
1823
|
+
"left",
|
|
1824
|
+
"none",
|
|
1825
|
+
"start",
|
|
1826
|
+
"end"
|
|
1827
|
+
] }],
|
|
1828
|
+
clear: [{ clear: [
|
|
1829
|
+
"left",
|
|
1830
|
+
"right",
|
|
1831
|
+
"both",
|
|
1832
|
+
"none",
|
|
1833
|
+
"start",
|
|
1834
|
+
"end"
|
|
1835
|
+
] }],
|
|
1836
|
+
isolation: ["isolate", "isolation-auto"],
|
|
1837
|
+
"object-fit": [{ object: [
|
|
1838
|
+
"contain",
|
|
1839
|
+
"cover",
|
|
1840
|
+
"fill",
|
|
1841
|
+
"none",
|
|
1842
|
+
"scale-down"
|
|
1843
|
+
] }],
|
|
1844
|
+
"object-position": [{ object: [...k(), X] }],
|
|
1845
|
+
overflow: [{ overflow: w() }],
|
|
1846
|
+
"overflow-x": [{ "overflow-x": w() }],
|
|
1847
|
+
"overflow-y": [{ "overflow-y": w() }],
|
|
1848
|
+
overscroll: [{ overscroll: C() }],
|
|
1849
|
+
"overscroll-x": [{ "overscroll-x": C() }],
|
|
1850
|
+
"overscroll-y": [{ "overscroll-y": C() }],
|
|
1851
|
+
position: [
|
|
1852
|
+
"static",
|
|
1853
|
+
"fixed",
|
|
1854
|
+
"absolute",
|
|
1855
|
+
"relative",
|
|
1856
|
+
"sticky"
|
|
1857
|
+
],
|
|
1858
|
+
inset: [{ inset: [h] }],
|
|
1859
|
+
"inset-x": [{ "inset-x": [h] }],
|
|
1860
|
+
"inset-y": [{ "inset-y": [h] }],
|
|
1861
|
+
start: [{ start: [h] }],
|
|
1862
|
+
end: [{ end: [h] }],
|
|
1863
|
+
top: [{ top: [h] }],
|
|
1864
|
+
right: [{ right: [h] }],
|
|
1865
|
+
bottom: [{ bottom: [h] }],
|
|
1866
|
+
left: [{ left: [h] }],
|
|
1867
|
+
visibility: [
|
|
1868
|
+
"visible",
|
|
1869
|
+
"invisible",
|
|
1870
|
+
"collapse"
|
|
1871
|
+
],
|
|
1872
|
+
z: [{ z: [
|
|
1873
|
+
"auto",
|
|
1874
|
+
et,
|
|
1875
|
+
X
|
|
1876
|
+
] }],
|
|
1877
|
+
basis: [{ basis: T() }],
|
|
1878
|
+
"flex-direction": [{ flex: [
|
|
1879
|
+
"row",
|
|
1880
|
+
"row-reverse",
|
|
1881
|
+
"col",
|
|
1882
|
+
"col-reverse"
|
|
1883
|
+
] }],
|
|
1884
|
+
"flex-wrap": [{ flex: [
|
|
1885
|
+
"wrap",
|
|
1886
|
+
"wrap-reverse",
|
|
1887
|
+
"nowrap"
|
|
1888
|
+
] }],
|
|
1889
|
+
flex: [{ flex: [
|
|
1890
|
+
"1",
|
|
1891
|
+
"auto",
|
|
1892
|
+
"initial",
|
|
1893
|
+
"none",
|
|
1894
|
+
X
|
|
1895
|
+
] }],
|
|
1896
|
+
grow: [{ grow: N() }],
|
|
1897
|
+
shrink: [{ shrink: N() }],
|
|
1898
|
+
order: [{ order: [
|
|
1899
|
+
"first",
|
|
1900
|
+
"last",
|
|
1901
|
+
"none",
|
|
1902
|
+
et,
|
|
1903
|
+
X
|
|
1904
|
+
] }],
|
|
1905
|
+
"grid-cols": [{ "grid-cols": [ct] }],
|
|
1906
|
+
"col-start-end": [{ col: [
|
|
1907
|
+
"auto",
|
|
1908
|
+
{ span: [
|
|
1909
|
+
"full",
|
|
1910
|
+
et,
|
|
1911
|
+
X
|
|
1912
|
+
] },
|
|
1913
|
+
X
|
|
1914
|
+
] }],
|
|
1915
|
+
"col-start": [{ "col-start": O() }],
|
|
1916
|
+
"col-end": [{ "col-end": O() }],
|
|
1917
|
+
"grid-rows": [{ "grid-rows": [ct] }],
|
|
1918
|
+
"row-start-end": [{ row: [
|
|
1919
|
+
"auto",
|
|
1920
|
+
{ span: [et, X] },
|
|
1921
|
+
X
|
|
1922
|
+
] }],
|
|
1923
|
+
"row-start": [{ "row-start": O() }],
|
|
1924
|
+
"row-end": [{ "row-end": O() }],
|
|
1925
|
+
"grid-flow": [{ "grid-flow": [
|
|
1926
|
+
"row",
|
|
1927
|
+
"col",
|
|
1928
|
+
"dense",
|
|
1929
|
+
"row-dense",
|
|
1930
|
+
"col-dense"
|
|
1931
|
+
] }],
|
|
1932
|
+
"auto-cols": [{ "auto-cols": [
|
|
1933
|
+
"auto",
|
|
1934
|
+
"min",
|
|
1935
|
+
"max",
|
|
1936
|
+
"fr",
|
|
1937
|
+
X
|
|
1938
|
+
] }],
|
|
1939
|
+
"auto-rows": [{ "auto-rows": [
|
|
1940
|
+
"auto",
|
|
1941
|
+
"min",
|
|
1942
|
+
"max",
|
|
1943
|
+
"fr",
|
|
1944
|
+
X
|
|
1945
|
+
] }],
|
|
1946
|
+
gap: [{ gap: [f] }],
|
|
1947
|
+
"gap-x": [{ "gap-x": [f] }],
|
|
1948
|
+
"gap-y": [{ "gap-y": [f] }],
|
|
1949
|
+
"justify-content": [{ justify: ["normal", ...M()] }],
|
|
1950
|
+
"justify-items": [{ "justify-items": [
|
|
1951
|
+
"start",
|
|
1952
|
+
"end",
|
|
1953
|
+
"center",
|
|
1954
|
+
"stretch"
|
|
1955
|
+
] }],
|
|
1956
|
+
"justify-self": [{ "justify-self": [
|
|
1957
|
+
"auto",
|
|
1958
|
+
"start",
|
|
1959
|
+
"end",
|
|
1960
|
+
"center",
|
|
1961
|
+
"stretch"
|
|
1962
|
+
] }],
|
|
1963
|
+
"align-content": [{ content: [
|
|
1964
|
+
"normal",
|
|
1965
|
+
...M(),
|
|
1966
|
+
"baseline"
|
|
1967
|
+
] }],
|
|
1968
|
+
"align-items": [{ items: [
|
|
1969
|
+
"start",
|
|
1970
|
+
"end",
|
|
1971
|
+
"center",
|
|
1972
|
+
"baseline",
|
|
1973
|
+
"stretch"
|
|
1974
|
+
] }],
|
|
1975
|
+
"align-self": [{ self: [
|
|
1976
|
+
"auto",
|
|
1977
|
+
"start",
|
|
1978
|
+
"end",
|
|
1979
|
+
"center",
|
|
1980
|
+
"stretch",
|
|
1981
|
+
"baseline"
|
|
1982
|
+
] }],
|
|
1983
|
+
"place-content": [{ "place-content": [...M(), "baseline"] }],
|
|
1984
|
+
"place-items": [{ "place-items": [
|
|
1985
|
+
"start",
|
|
1986
|
+
"end",
|
|
1987
|
+
"center",
|
|
1988
|
+
"baseline",
|
|
1989
|
+
"stretch"
|
|
1990
|
+
] }],
|
|
1991
|
+
"place-self": [{ "place-self": [
|
|
1992
|
+
"auto",
|
|
1993
|
+
"start",
|
|
1994
|
+
"end",
|
|
1995
|
+
"center",
|
|
1996
|
+
"stretch"
|
|
1997
|
+
] }],
|
|
1998
|
+
p: [{ p: [v] }],
|
|
1999
|
+
px: [{ px: [v] }],
|
|
2000
|
+
py: [{ py: [v] }],
|
|
2001
|
+
ps: [{ ps: [v] }],
|
|
2002
|
+
pe: [{ pe: [v] }],
|
|
2003
|
+
pt: [{ pt: [v] }],
|
|
2004
|
+
pr: [{ pr: [v] }],
|
|
2005
|
+
pb: [{ pb: [v] }],
|
|
2006
|
+
pl: [{ pl: [v] }],
|
|
2007
|
+
m: [{ m: [g] }],
|
|
2008
|
+
mx: [{ mx: [g] }],
|
|
2009
|
+
my: [{ my: [g] }],
|
|
2010
|
+
ms: [{ ms: [g] }],
|
|
2011
|
+
me: [{ me: [g] }],
|
|
2012
|
+
mt: [{ mt: [g] }],
|
|
2013
|
+
mr: [{ mr: [g] }],
|
|
2014
|
+
mb: [{ mb: [g] }],
|
|
2015
|
+
ml: [{ ml: [g] }],
|
|
2016
|
+
"space-x": [{ "space-x": [ee] }],
|
|
2017
|
+
"space-x-reverse": ["space-x-reverse"],
|
|
2018
|
+
"space-y": [{ "space-y": [ee] }],
|
|
2019
|
+
"space-y-reverse": ["space-y-reverse"],
|
|
2020
|
+
w: [{ w: [
|
|
2021
|
+
"auto",
|
|
2022
|
+
"min",
|
|
2023
|
+
"max",
|
|
2024
|
+
"fit",
|
|
2025
|
+
"svw",
|
|
2026
|
+
"lvw",
|
|
2027
|
+
"dvw",
|
|
2028
|
+
X,
|
|
2029
|
+
t
|
|
2030
|
+
] }],
|
|
2031
|
+
"min-w": [{ "min-w": [
|
|
2032
|
+
X,
|
|
2033
|
+
t,
|
|
2034
|
+
"min",
|
|
2035
|
+
"max",
|
|
2036
|
+
"fit"
|
|
2037
|
+
] }],
|
|
2038
|
+
"max-w": [{ "max-w": [
|
|
2039
|
+
X,
|
|
2040
|
+
t,
|
|
2041
|
+
"none",
|
|
2042
|
+
"full",
|
|
2043
|
+
"min",
|
|
2044
|
+
"max",
|
|
2045
|
+
"fit",
|
|
2046
|
+
"prose",
|
|
2047
|
+
{ screen: [Z] },
|
|
2048
|
+
Z
|
|
2049
|
+
] }],
|
|
2050
|
+
h: [{ h: [
|
|
2051
|
+
X,
|
|
2052
|
+
t,
|
|
2053
|
+
"auto",
|
|
2054
|
+
"min",
|
|
2055
|
+
"max",
|
|
2056
|
+
"fit",
|
|
2057
|
+
"svh",
|
|
2058
|
+
"lvh",
|
|
2059
|
+
"dvh"
|
|
2060
|
+
] }],
|
|
2061
|
+
"min-h": [{ "min-h": [
|
|
2062
|
+
X,
|
|
2063
|
+
t,
|
|
2064
|
+
"min",
|
|
2065
|
+
"max",
|
|
2066
|
+
"fit",
|
|
2067
|
+
"svh",
|
|
2068
|
+
"lvh",
|
|
2069
|
+
"dvh"
|
|
2070
|
+
] }],
|
|
2071
|
+
"max-h": [{ "max-h": [
|
|
2072
|
+
X,
|
|
2073
|
+
t,
|
|
2074
|
+
"min",
|
|
2075
|
+
"max",
|
|
2076
|
+
"fit",
|
|
2077
|
+
"svh",
|
|
2078
|
+
"lvh",
|
|
2079
|
+
"dvh"
|
|
2080
|
+
] }],
|
|
2081
|
+
size: [{ size: [
|
|
2082
|
+
X,
|
|
2083
|
+
t,
|
|
2084
|
+
"auto",
|
|
2085
|
+
"min",
|
|
2086
|
+
"max",
|
|
2087
|
+
"fit"
|
|
2088
|
+
] }],
|
|
2089
|
+
"font-size": [{ text: [
|
|
2090
|
+
"base",
|
|
2091
|
+
Z,
|
|
2092
|
+
J
|
|
2093
|
+
] }],
|
|
2094
|
+
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
2095
|
+
"font-style": ["italic", "not-italic"],
|
|
2096
|
+
"font-weight": [{ font: [
|
|
2097
|
+
"thin",
|
|
2098
|
+
"extralight",
|
|
2099
|
+
"light",
|
|
2100
|
+
"normal",
|
|
2101
|
+
"medium",
|
|
2102
|
+
"semibold",
|
|
2103
|
+
"bold",
|
|
2104
|
+
"extrabold",
|
|
2105
|
+
"black",
|
|
2106
|
+
$e
|
|
2107
|
+
] }],
|
|
2108
|
+
"font-family": [{ font: [ct] }],
|
|
2109
|
+
"fvn-normal": ["normal-nums"],
|
|
2110
|
+
"fvn-ordinal": ["ordinal"],
|
|
2111
|
+
"fvn-slashed-zero": ["slashed-zero"],
|
|
2112
|
+
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
|
2113
|
+
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
|
2114
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractons"],
|
|
2115
|
+
tracking: [{ tracking: [
|
|
2116
|
+
"tighter",
|
|
2117
|
+
"tight",
|
|
2118
|
+
"normal",
|
|
2119
|
+
"wide",
|
|
2120
|
+
"wider",
|
|
2121
|
+
"widest",
|
|
2122
|
+
X
|
|
2123
|
+
] }],
|
|
2124
|
+
"line-clamp": [{ "line-clamp": [
|
|
2125
|
+
"none",
|
|
2126
|
+
Y,
|
|
2127
|
+
$e
|
|
2128
|
+
] }],
|
|
2129
|
+
leading: [{ leading: [
|
|
2130
|
+
"none",
|
|
2131
|
+
"tight",
|
|
2132
|
+
"snug",
|
|
2133
|
+
"normal",
|
|
2134
|
+
"relaxed",
|
|
2135
|
+
"loose",
|
|
2136
|
+
q,
|
|
2137
|
+
X
|
|
2138
|
+
] }],
|
|
2139
|
+
"list-image": [{ "list-image": ["none", X] }],
|
|
2140
|
+
"list-style-type": [{ list: [
|
|
2141
|
+
"none",
|
|
2142
|
+
"disc",
|
|
2143
|
+
"decimal",
|
|
2144
|
+
X
|
|
2145
|
+
] }],
|
|
2146
|
+
"list-style-position": [{ list: ["inside", "outside"] }],
|
|
2147
|
+
"placeholder-color": [{ placeholder: [e] }],
|
|
2148
|
+
"placeholder-opacity": [{ "placeholder-opacity": [_] }],
|
|
2149
|
+
"text-alignment": [{ text: [
|
|
2150
|
+
"left",
|
|
2151
|
+
"center",
|
|
2152
|
+
"right",
|
|
2153
|
+
"justify",
|
|
2154
|
+
"start",
|
|
2155
|
+
"end"
|
|
2156
|
+
] }],
|
|
2157
|
+
"text-color": [{ text: [e] }],
|
|
2158
|
+
"text-opacity": [{ "text-opacity": [_] }],
|
|
2159
|
+
"text-decoration": [
|
|
2160
|
+
"underline",
|
|
2161
|
+
"overline",
|
|
2162
|
+
"line-through",
|
|
2163
|
+
"no-underline"
|
|
2164
|
+
],
|
|
2165
|
+
"text-decoration-style": [{ decoration: [...A(), "wavy"] }],
|
|
2166
|
+
"text-decoration-thickness": [{ decoration: [
|
|
2167
|
+
"auto",
|
|
2168
|
+
"from-font",
|
|
2169
|
+
q,
|
|
2170
|
+
J
|
|
2171
|
+
] }],
|
|
2172
|
+
"underline-offset": [{ "underline-offset": [
|
|
2173
|
+
"auto",
|
|
2174
|
+
q,
|
|
2175
|
+
X
|
|
2176
|
+
] }],
|
|
2177
|
+
"text-decoration-color": [{ decoration: [e] }],
|
|
2178
|
+
"text-transform": [
|
|
2179
|
+
"uppercase",
|
|
2180
|
+
"lowercase",
|
|
2181
|
+
"capitalize",
|
|
2182
|
+
"normal-case"
|
|
2183
|
+
],
|
|
2184
|
+
"text-overflow": [
|
|
2185
|
+
"truncate",
|
|
2186
|
+
"text-ellipsis",
|
|
2187
|
+
"text-clip"
|
|
2188
|
+
],
|
|
2189
|
+
"text-wrap": [{ text: [
|
|
2190
|
+
"wrap",
|
|
2191
|
+
"nowrap",
|
|
2192
|
+
"balance",
|
|
2193
|
+
"pretty"
|
|
2194
|
+
] }],
|
|
2195
|
+
indent: [{ indent: E() }],
|
|
2196
|
+
"vertical-align": [{ align: [
|
|
2197
|
+
"baseline",
|
|
2198
|
+
"top",
|
|
2199
|
+
"middle",
|
|
2200
|
+
"bottom",
|
|
2201
|
+
"text-top",
|
|
2202
|
+
"text-bottom",
|
|
2203
|
+
"sub",
|
|
2204
|
+
"super",
|
|
2205
|
+
X
|
|
2206
|
+
] }],
|
|
2207
|
+
whitespace: [{ whitespace: [
|
|
2208
|
+
"normal",
|
|
2209
|
+
"nowrap",
|
|
2210
|
+
"pre",
|
|
2211
|
+
"pre-line",
|
|
2212
|
+
"pre-wrap",
|
|
2213
|
+
"break-spaces"
|
|
2214
|
+
] }],
|
|
2215
|
+
break: [{ break: [
|
|
2216
|
+
"normal",
|
|
2217
|
+
"words",
|
|
2218
|
+
"all",
|
|
2219
|
+
"keep"
|
|
2220
|
+
] }],
|
|
2221
|
+
hyphens: [{ hyphens: [
|
|
2222
|
+
"none",
|
|
2223
|
+
"manual",
|
|
2224
|
+
"auto"
|
|
2225
|
+
] }],
|
|
2226
|
+
content: [{ content: ["none", X] }],
|
|
2227
|
+
"bg-attachment": [{ bg: [
|
|
2228
|
+
"fixed",
|
|
2229
|
+
"local",
|
|
2230
|
+
"scroll"
|
|
2231
|
+
] }],
|
|
2232
|
+
"bg-clip": [{ "bg-clip": [
|
|
2233
|
+
"border",
|
|
2234
|
+
"padding",
|
|
2235
|
+
"content",
|
|
2236
|
+
"text"
|
|
2237
|
+
] }],
|
|
2238
|
+
"bg-opacity": [{ "bg-opacity": [_] }],
|
|
2239
|
+
"bg-origin": [{ "bg-origin": [
|
|
2240
|
+
"border",
|
|
2241
|
+
"padding",
|
|
2242
|
+
"content"
|
|
2243
|
+
] }],
|
|
2244
|
+
"bg-position": [{ bg: [...k(), it] }],
|
|
2245
|
+
"bg-repeat": [{ bg: ["no-repeat", { repeat: [
|
|
2246
|
+
"",
|
|
2247
|
+
"x",
|
|
2248
|
+
"y",
|
|
2249
|
+
"round",
|
|
2250
|
+
"space"
|
|
2251
|
+
] }] }],
|
|
2252
|
+
"bg-size": [{ bg: [
|
|
2253
|
+
"auto",
|
|
2254
|
+
"cover",
|
|
2255
|
+
"contain",
|
|
2256
|
+
rt
|
|
2257
|
+
] }],
|
|
2258
|
+
"bg-image": [{ bg: [
|
|
2259
|
+
"none",
|
|
2260
|
+
{ "gradient-to": [
|
|
2261
|
+
"t",
|
|
2262
|
+
"tr",
|
|
2263
|
+
"r",
|
|
2264
|
+
"br",
|
|
2265
|
+
"b",
|
|
2266
|
+
"bl",
|
|
2267
|
+
"l",
|
|
2268
|
+
"tl"
|
|
2269
|
+
] },
|
|
2270
|
+
ot
|
|
2271
|
+
] }],
|
|
2272
|
+
"bg-color": [{ bg: [e] }],
|
|
2273
|
+
"gradient-from-pos": [{ from: [m] }],
|
|
2274
|
+
"gradient-via-pos": [{ via: [m] }],
|
|
2275
|
+
"gradient-to-pos": [{ to: [m] }],
|
|
2276
|
+
"gradient-from": [{ from: [p] }],
|
|
2277
|
+
"gradient-via": [{ via: [p] }],
|
|
2278
|
+
"gradient-to": [{ to: [p] }],
|
|
2279
|
+
rounded: [{ rounded: [a] }],
|
|
2280
|
+
"rounded-s": [{ "rounded-s": [a] }],
|
|
2281
|
+
"rounded-e": [{ "rounded-e": [a] }],
|
|
2282
|
+
"rounded-t": [{ "rounded-t": [a] }],
|
|
2283
|
+
"rounded-r": [{ "rounded-r": [a] }],
|
|
2284
|
+
"rounded-b": [{ "rounded-b": [a] }],
|
|
2285
|
+
"rounded-l": [{ "rounded-l": [a] }],
|
|
2286
|
+
"rounded-ss": [{ "rounded-ss": [a] }],
|
|
2287
|
+
"rounded-se": [{ "rounded-se": [a] }],
|
|
2288
|
+
"rounded-ee": [{ "rounded-ee": [a] }],
|
|
2289
|
+
"rounded-es": [{ "rounded-es": [a] }],
|
|
2290
|
+
"rounded-tl": [{ "rounded-tl": [a] }],
|
|
2291
|
+
"rounded-tr": [{ "rounded-tr": [a] }],
|
|
2292
|
+
"rounded-br": [{ "rounded-br": [a] }],
|
|
2293
|
+
"rounded-bl": [{ "rounded-bl": [a] }],
|
|
2294
|
+
"border-w": [{ border: [s] }],
|
|
2295
|
+
"border-w-x": [{ "border-x": [s] }],
|
|
2296
|
+
"border-w-y": [{ "border-y": [s] }],
|
|
2297
|
+
"border-w-s": [{ "border-s": [s] }],
|
|
2298
|
+
"border-w-e": [{ "border-e": [s] }],
|
|
2299
|
+
"border-w-t": [{ "border-t": [s] }],
|
|
2300
|
+
"border-w-r": [{ "border-r": [s] }],
|
|
2301
|
+
"border-w-b": [{ "border-b": [s] }],
|
|
2302
|
+
"border-w-l": [{ "border-l": [s] }],
|
|
2303
|
+
"border-opacity": [{ "border-opacity": [_] }],
|
|
2304
|
+
"border-style": [{ border: [...A(), "hidden"] }],
|
|
2305
|
+
"divide-x": [{ "divide-x": [s] }],
|
|
2306
|
+
"divide-x-reverse": ["divide-x-reverse"],
|
|
2307
|
+
"divide-y": [{ "divide-y": [s] }],
|
|
2308
|
+
"divide-y-reverse": ["divide-y-reverse"],
|
|
2309
|
+
"divide-opacity": [{ "divide-opacity": [_] }],
|
|
2310
|
+
"divide-style": [{ divide: A() }],
|
|
2311
|
+
"border-color": [{ border: [i] }],
|
|
2312
|
+
"border-color-x": [{ "border-x": [i] }],
|
|
2313
|
+
"border-color-y": [{ "border-y": [i] }],
|
|
2314
|
+
"border-color-s": [{ "border-s": [i] }],
|
|
2315
|
+
"border-color-e": [{ "border-e": [i] }],
|
|
2316
|
+
"border-color-t": [{ "border-t": [i] }],
|
|
2317
|
+
"border-color-r": [{ "border-r": [i] }],
|
|
2318
|
+
"border-color-b": [{ "border-b": [i] }],
|
|
2319
|
+
"border-color-l": [{ "border-l": [i] }],
|
|
2320
|
+
"divide-color": [{ divide: [i] }],
|
|
2321
|
+
"outline-style": [{ outline: ["", ...A()] }],
|
|
2322
|
+
"outline-offset": [{ "outline-offset": [q, X] }],
|
|
2323
|
+
"outline-w": [{ outline: [q, J] }],
|
|
2324
|
+
"outline-color": [{ outline: [e] }],
|
|
2325
|
+
"ring-w": [{ ring: D() }],
|
|
2326
|
+
"ring-w-inset": ["ring-inset"],
|
|
2327
|
+
"ring-color": [{ ring: [e] }],
|
|
2328
|
+
"ring-opacity": [{ "ring-opacity": [_] }],
|
|
2329
|
+
"ring-offset-w": [{ "ring-offset": [q, J] }],
|
|
2330
|
+
"ring-offset-color": [{ "ring-offset": [e] }],
|
|
2331
|
+
shadow: [{ shadow: [
|
|
2332
|
+
"",
|
|
2333
|
+
"inner",
|
|
2334
|
+
"none",
|
|
2335
|
+
Z,
|
|
2336
|
+
st
|
|
2337
|
+
] }],
|
|
2338
|
+
"shadow-color": [{ shadow: [ct] }],
|
|
2339
|
+
opacity: [{ opacity: [_] }],
|
|
2340
|
+
"mix-blend": [{ "mix-blend": [
|
|
2341
|
+
...j(),
|
|
2342
|
+
"plus-lighter",
|
|
2343
|
+
"plus-darker"
|
|
2344
|
+
] }],
|
|
2345
|
+
"bg-blend": [{ "bg-blend": j() }],
|
|
2346
|
+
filter: [{ filter: ["", "none"] }],
|
|
2347
|
+
blur: [{ blur: [n] }],
|
|
2348
|
+
brightness: [{ brightness: [r] }],
|
|
2349
|
+
contrast: [{ contrast: [c] }],
|
|
2350
|
+
"drop-shadow": [{ "drop-shadow": [
|
|
2351
|
+
"",
|
|
2352
|
+
"none",
|
|
2353
|
+
Z,
|
|
2354
|
+
X
|
|
2355
|
+
] }],
|
|
2356
|
+
grayscale: [{ grayscale: [l] }],
|
|
2357
|
+
"hue-rotate": [{ "hue-rotate": [u] }],
|
|
2358
|
+
invert: [{ invert: [d] }],
|
|
2359
|
+
saturate: [{ saturate: [y] }],
|
|
2360
|
+
sepia: [{ sepia: [x] }],
|
|
2361
|
+
"backdrop-filter": [{ "backdrop-filter": ["", "none"] }],
|
|
2362
|
+
"backdrop-blur": [{ "backdrop-blur": [n] }],
|
|
2363
|
+
"backdrop-brightness": [{ "backdrop-brightness": [r] }],
|
|
2364
|
+
"backdrop-contrast": [{ "backdrop-contrast": [c] }],
|
|
2365
|
+
"backdrop-grayscale": [{ "backdrop-grayscale": [l] }],
|
|
2366
|
+
"backdrop-hue-rotate": [{ "backdrop-hue-rotate": [u] }],
|
|
2367
|
+
"backdrop-invert": [{ "backdrop-invert": [d] }],
|
|
2368
|
+
"backdrop-opacity": [{ "backdrop-opacity": [_] }],
|
|
2369
|
+
"backdrop-saturate": [{ "backdrop-saturate": [y] }],
|
|
2370
|
+
"backdrop-sepia": [{ "backdrop-sepia": [x] }],
|
|
2371
|
+
"border-collapse": [{ border: ["collapse", "separate"] }],
|
|
2372
|
+
"border-spacing": [{ "border-spacing": [o] }],
|
|
2373
|
+
"border-spacing-x": [{ "border-spacing-x": [o] }],
|
|
2374
|
+
"border-spacing-y": [{ "border-spacing-y": [o] }],
|
|
2375
|
+
"table-layout": [{ table: ["auto", "fixed"] }],
|
|
2376
|
+
caption: [{ caption: ["top", "bottom"] }],
|
|
2377
|
+
transition: [{ transition: [
|
|
2378
|
+
"none",
|
|
2379
|
+
"all",
|
|
2380
|
+
"",
|
|
2381
|
+
"colors",
|
|
2382
|
+
"opacity",
|
|
2383
|
+
"shadow",
|
|
2384
|
+
"transform",
|
|
2385
|
+
X
|
|
2386
|
+
] }],
|
|
2387
|
+
duration: [{ duration: F() }],
|
|
2388
|
+
ease: [{ ease: [
|
|
2389
|
+
"linear",
|
|
2390
|
+
"in",
|
|
2391
|
+
"out",
|
|
2392
|
+
"in-out",
|
|
2393
|
+
X
|
|
2394
|
+
] }],
|
|
2395
|
+
delay: [{ delay: F() }],
|
|
2396
|
+
animate: [{ animate: [
|
|
2397
|
+
"none",
|
|
2398
|
+
"spin",
|
|
2399
|
+
"ping",
|
|
2400
|
+
"pulse",
|
|
2401
|
+
"bounce",
|
|
2402
|
+
X
|
|
2403
|
+
] }],
|
|
2404
|
+
transform: [{ transform: [
|
|
2405
|
+
"",
|
|
2406
|
+
"gpu",
|
|
2407
|
+
"none"
|
|
2408
|
+
] }],
|
|
2409
|
+
scale: [{ scale: [b] }],
|
|
2410
|
+
"scale-x": [{ "scale-x": [b] }],
|
|
2411
|
+
"scale-y": [{ "scale-y": [b] }],
|
|
2412
|
+
rotate: [{ rotate: [et, X] }],
|
|
2413
|
+
"translate-x": [{ "translate-x": [te] }],
|
|
2414
|
+
"translate-y": [{ "translate-y": [te] }],
|
|
2415
|
+
"skew-x": [{ "skew-x": [S] }],
|
|
2416
|
+
"skew-y": [{ "skew-y": [S] }],
|
|
2417
|
+
"transform-origin": [{ origin: [
|
|
2418
|
+
"center",
|
|
2419
|
+
"top",
|
|
2420
|
+
"top-right",
|
|
2421
|
+
"right",
|
|
2422
|
+
"bottom-right",
|
|
2423
|
+
"bottom",
|
|
2424
|
+
"bottom-left",
|
|
2425
|
+
"left",
|
|
2426
|
+
"top-left",
|
|
2427
|
+
X
|
|
2428
|
+
] }],
|
|
2429
|
+
accent: [{ accent: ["auto", e] }],
|
|
2430
|
+
appearance: [{ appearance: ["none", "auto"] }],
|
|
2431
|
+
cursor: [{ cursor: [
|
|
2432
|
+
"auto",
|
|
2433
|
+
"default",
|
|
2434
|
+
"pointer",
|
|
2435
|
+
"wait",
|
|
2436
|
+
"text",
|
|
2437
|
+
"move",
|
|
2438
|
+
"help",
|
|
2439
|
+
"not-allowed",
|
|
2440
|
+
"none",
|
|
2441
|
+
"context-menu",
|
|
2442
|
+
"progress",
|
|
2443
|
+
"cell",
|
|
2444
|
+
"crosshair",
|
|
2445
|
+
"vertical-text",
|
|
2446
|
+
"alias",
|
|
2447
|
+
"copy",
|
|
2448
|
+
"no-drop",
|
|
2449
|
+
"grab",
|
|
2450
|
+
"grabbing",
|
|
2451
|
+
"all-scroll",
|
|
2452
|
+
"col-resize",
|
|
2453
|
+
"row-resize",
|
|
2454
|
+
"n-resize",
|
|
2455
|
+
"e-resize",
|
|
2456
|
+
"s-resize",
|
|
2457
|
+
"w-resize",
|
|
2458
|
+
"ne-resize",
|
|
2459
|
+
"nw-resize",
|
|
2460
|
+
"se-resize",
|
|
2461
|
+
"sw-resize",
|
|
2462
|
+
"ew-resize",
|
|
2463
|
+
"ns-resize",
|
|
2464
|
+
"nesw-resize",
|
|
2465
|
+
"nwse-resize",
|
|
2466
|
+
"zoom-in",
|
|
2467
|
+
"zoom-out",
|
|
2468
|
+
X
|
|
2469
|
+
] }],
|
|
2470
|
+
"caret-color": [{ caret: [e] }],
|
|
2471
|
+
"pointer-events": [{ "pointer-events": ["none", "auto"] }],
|
|
2472
|
+
resize: [{ resize: [
|
|
2473
|
+
"none",
|
|
2474
|
+
"y",
|
|
2475
|
+
"x",
|
|
2476
|
+
""
|
|
2477
|
+
] }],
|
|
2478
|
+
"scroll-behavior": [{ scroll: ["auto", "smooth"] }],
|
|
2479
|
+
"scroll-m": [{ "scroll-m": E() }],
|
|
2480
|
+
"scroll-mx": [{ "scroll-mx": E() }],
|
|
2481
|
+
"scroll-my": [{ "scroll-my": E() }],
|
|
2482
|
+
"scroll-ms": [{ "scroll-ms": E() }],
|
|
2483
|
+
"scroll-me": [{ "scroll-me": E() }],
|
|
2484
|
+
"scroll-mt": [{ "scroll-mt": E() }],
|
|
2485
|
+
"scroll-mr": [{ "scroll-mr": E() }],
|
|
2486
|
+
"scroll-mb": [{ "scroll-mb": E() }],
|
|
2487
|
+
"scroll-ml": [{ "scroll-ml": E() }],
|
|
2488
|
+
"scroll-p": [{ "scroll-p": E() }],
|
|
2489
|
+
"scroll-px": [{ "scroll-px": E() }],
|
|
2490
|
+
"scroll-py": [{ "scroll-py": E() }],
|
|
2491
|
+
"scroll-ps": [{ "scroll-ps": E() }],
|
|
2492
|
+
"scroll-pe": [{ "scroll-pe": E() }],
|
|
2493
|
+
"scroll-pt": [{ "scroll-pt": E() }],
|
|
2494
|
+
"scroll-pr": [{ "scroll-pr": E() }],
|
|
2495
|
+
"scroll-pb": [{ "scroll-pb": E() }],
|
|
2496
|
+
"scroll-pl": [{ "scroll-pl": E() }],
|
|
2497
|
+
"snap-align": [{ snap: [
|
|
2498
|
+
"start",
|
|
2499
|
+
"end",
|
|
2500
|
+
"center",
|
|
2501
|
+
"align-none"
|
|
2502
|
+
] }],
|
|
2503
|
+
"snap-stop": [{ snap: ["normal", "always"] }],
|
|
2504
|
+
"snap-type": [{ snap: [
|
|
2505
|
+
"none",
|
|
2506
|
+
"x",
|
|
2507
|
+
"y",
|
|
2508
|
+
"both"
|
|
2509
|
+
] }],
|
|
2510
|
+
"snap-strictness": [{ snap: ["mandatory", "proximity"] }],
|
|
2511
|
+
touch: [{ touch: [
|
|
2512
|
+
"auto",
|
|
2513
|
+
"none",
|
|
2514
|
+
"manipulation"
|
|
2515
|
+
] }],
|
|
2516
|
+
"touch-x": [{ "touch-pan": [
|
|
2517
|
+
"x",
|
|
2518
|
+
"left",
|
|
2519
|
+
"right"
|
|
2520
|
+
] }],
|
|
2521
|
+
"touch-y": [{ "touch-pan": [
|
|
2522
|
+
"y",
|
|
2523
|
+
"up",
|
|
2524
|
+
"down"
|
|
2525
|
+
] }],
|
|
2526
|
+
"touch-pz": ["touch-pinch-zoom"],
|
|
2527
|
+
select: [{ select: [
|
|
2528
|
+
"none",
|
|
2529
|
+
"text",
|
|
2530
|
+
"all",
|
|
2531
|
+
"auto"
|
|
2532
|
+
] }],
|
|
2533
|
+
"will-change": [{ "will-change": [
|
|
2534
|
+
"auto",
|
|
2535
|
+
"scroll",
|
|
2536
|
+
"contents",
|
|
2537
|
+
"transform",
|
|
2538
|
+
X
|
|
2539
|
+
] }],
|
|
2540
|
+
fill: [{ fill: [e, "none"] }],
|
|
2541
|
+
"stroke-w": [{ stroke: [
|
|
2542
|
+
q,
|
|
2543
|
+
J,
|
|
2544
|
+
$e
|
|
2545
|
+
] }],
|
|
2546
|
+
stroke: [{ stroke: [e, "none"] }],
|
|
2547
|
+
sr: ["sr-only", "not-sr-only"],
|
|
2548
|
+
"forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
|
|
2549
|
+
},
|
|
2550
|
+
conflictingClassGroups: {
|
|
2551
|
+
overflow: ["overflow-x", "overflow-y"],
|
|
2552
|
+
overscroll: ["overscroll-x", "overscroll-y"],
|
|
2553
|
+
inset: [
|
|
2554
|
+
"inset-x",
|
|
2555
|
+
"inset-y",
|
|
2556
|
+
"start",
|
|
2557
|
+
"end",
|
|
2558
|
+
"top",
|
|
2559
|
+
"right",
|
|
2560
|
+
"bottom",
|
|
2561
|
+
"left"
|
|
2562
|
+
],
|
|
2563
|
+
"inset-x": ["right", "left"],
|
|
2564
|
+
"inset-y": ["top", "bottom"],
|
|
2565
|
+
flex: [
|
|
2566
|
+
"basis",
|
|
2567
|
+
"grow",
|
|
2568
|
+
"shrink"
|
|
2569
|
+
],
|
|
2570
|
+
gap: ["gap-x", "gap-y"],
|
|
2571
|
+
p: [
|
|
2572
|
+
"px",
|
|
2573
|
+
"py",
|
|
2574
|
+
"ps",
|
|
2575
|
+
"pe",
|
|
2576
|
+
"pt",
|
|
2577
|
+
"pr",
|
|
2578
|
+
"pb",
|
|
2579
|
+
"pl"
|
|
2580
|
+
],
|
|
2581
|
+
px: ["pr", "pl"],
|
|
2582
|
+
py: ["pt", "pb"],
|
|
2583
|
+
m: [
|
|
2584
|
+
"mx",
|
|
2585
|
+
"my",
|
|
2586
|
+
"ms",
|
|
2587
|
+
"me",
|
|
2588
|
+
"mt",
|
|
2589
|
+
"mr",
|
|
2590
|
+
"mb",
|
|
2591
|
+
"ml"
|
|
2592
|
+
],
|
|
2593
|
+
mx: ["mr", "ml"],
|
|
2594
|
+
my: ["mt", "mb"],
|
|
2595
|
+
size: ["w", "h"],
|
|
2596
|
+
"font-size": ["leading"],
|
|
2597
|
+
"fvn-normal": [
|
|
2598
|
+
"fvn-ordinal",
|
|
2599
|
+
"fvn-slashed-zero",
|
|
2600
|
+
"fvn-figure",
|
|
2601
|
+
"fvn-spacing",
|
|
2602
|
+
"fvn-fraction"
|
|
2603
|
+
],
|
|
2604
|
+
"fvn-ordinal": ["fvn-normal"],
|
|
2605
|
+
"fvn-slashed-zero": ["fvn-normal"],
|
|
2606
|
+
"fvn-figure": ["fvn-normal"],
|
|
2607
|
+
"fvn-spacing": ["fvn-normal"],
|
|
2608
|
+
"fvn-fraction": ["fvn-normal"],
|
|
2609
|
+
"line-clamp": ["display", "overflow"],
|
|
2610
|
+
rounded: [
|
|
2611
|
+
"rounded-s",
|
|
2612
|
+
"rounded-e",
|
|
2613
|
+
"rounded-t",
|
|
2614
|
+
"rounded-r",
|
|
2615
|
+
"rounded-b",
|
|
2616
|
+
"rounded-l",
|
|
2617
|
+
"rounded-ss",
|
|
2618
|
+
"rounded-se",
|
|
2619
|
+
"rounded-ee",
|
|
2620
|
+
"rounded-es",
|
|
2621
|
+
"rounded-tl",
|
|
2622
|
+
"rounded-tr",
|
|
2623
|
+
"rounded-br",
|
|
2624
|
+
"rounded-bl"
|
|
2625
|
+
],
|
|
2626
|
+
"rounded-s": ["rounded-ss", "rounded-es"],
|
|
2627
|
+
"rounded-e": ["rounded-se", "rounded-ee"],
|
|
2628
|
+
"rounded-t": ["rounded-tl", "rounded-tr"],
|
|
2629
|
+
"rounded-r": ["rounded-tr", "rounded-br"],
|
|
2630
|
+
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
2631
|
+
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
2632
|
+
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
2633
|
+
"border-w": [
|
|
2634
|
+
"border-w-s",
|
|
2635
|
+
"border-w-e",
|
|
2636
|
+
"border-w-t",
|
|
2637
|
+
"border-w-r",
|
|
2638
|
+
"border-w-b",
|
|
2639
|
+
"border-w-l"
|
|
2640
|
+
],
|
|
2641
|
+
"border-w-x": ["border-w-r", "border-w-l"],
|
|
2642
|
+
"border-w-y": ["border-w-t", "border-w-b"],
|
|
2643
|
+
"border-color": [
|
|
2644
|
+
"border-color-s",
|
|
2645
|
+
"border-color-e",
|
|
2646
|
+
"border-color-t",
|
|
2647
|
+
"border-color-r",
|
|
2648
|
+
"border-color-b",
|
|
2649
|
+
"border-color-l"
|
|
2650
|
+
],
|
|
2651
|
+
"border-color-x": ["border-color-r", "border-color-l"],
|
|
2652
|
+
"border-color-y": ["border-color-t", "border-color-b"],
|
|
2653
|
+
"scroll-m": [
|
|
2654
|
+
"scroll-mx",
|
|
2655
|
+
"scroll-my",
|
|
2656
|
+
"scroll-ms",
|
|
2657
|
+
"scroll-me",
|
|
2658
|
+
"scroll-mt",
|
|
2659
|
+
"scroll-mr",
|
|
2660
|
+
"scroll-mb",
|
|
2661
|
+
"scroll-ml"
|
|
2662
|
+
],
|
|
2663
|
+
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
2664
|
+
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
2665
|
+
"scroll-p": [
|
|
2666
|
+
"scroll-px",
|
|
2667
|
+
"scroll-py",
|
|
2668
|
+
"scroll-ps",
|
|
2669
|
+
"scroll-pe",
|
|
2670
|
+
"scroll-pt",
|
|
2671
|
+
"scroll-pr",
|
|
2672
|
+
"scroll-pb",
|
|
2673
|
+
"scroll-pl"
|
|
2674
|
+
],
|
|
2675
|
+
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
2676
|
+
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
2677
|
+
touch: [
|
|
2678
|
+
"touch-x",
|
|
2679
|
+
"touch-y",
|
|
2680
|
+
"touch-pz"
|
|
2681
|
+
],
|
|
2682
|
+
"touch-x": ["touch"],
|
|
2683
|
+
"touch-y": ["touch"],
|
|
2684
|
+
"touch-pz": ["touch"]
|
|
2685
|
+
},
|
|
2686
|
+
conflictingClassGroupModifiers: { "font-size": ["leading"] }
|
|
2687
|
+
};
|
|
2688
|
+
}, mt = (e, { cacheSize: t, prefix: n, separator: r, experimentalParseClassName: i, extend: a = {}, override: o = {} }) => {
|
|
2689
|
+
ht(e, "cacheSize", t), ht(e, "prefix", n), ht(e, "separator", r), ht(e, "experimentalParseClassName", i);
|
|
2690
|
+
for (let t in o) gt(e[t], o[t]);
|
|
2691
|
+
for (let t in a) _t(e[t], a[t]);
|
|
2692
|
+
return e;
|
|
2693
|
+
}, ht = (e, t, n) => {
|
|
2694
|
+
n !== void 0 && (e[t] = n);
|
|
2695
|
+
}, gt = (e, t) => {
|
|
2696
|
+
if (t) for (let n in t) ht(e, n, t[n]);
|
|
2697
|
+
}, _t = (e, t) => {
|
|
2698
|
+
if (t) for (let n in t) {
|
|
2699
|
+
let r = t[n];
|
|
2700
|
+
r !== void 0 && (e[n] = (e[n] || []).concat(r));
|
|
2701
|
+
}
|
|
2702
|
+
}, vt = (e, ...t) => typeof e == "function" ? We(pt, e, ...t) : We(() => mt(pt(), e), ...t), yt = /*#__PURE__*/ We(pt), bt = {
|
|
2703
|
+
twMerge: !0,
|
|
2704
|
+
twMergeConfig: {},
|
|
2705
|
+
responsiveVariants: !1
|
|
2706
|
+
}, xt = (e) => e || void 0, St = (...e) => xt(xe(e).filter(Boolean).join(" ")), Ct = null, $ = {}, wt = !1, Tt = (...e) => (t) => t.twMerge ? ((!Ct || wt) && (wt = !1, Ct = G($) ? yt : vt({
|
|
2707
|
+
...$,
|
|
2708
|
+
extend: {
|
|
2709
|
+
theme: $.theme,
|
|
2710
|
+
classGroups: $.classGroups,
|
|
2711
|
+
conflictingClassGroupModifiers: $.conflictingClassGroupModifiers,
|
|
2712
|
+
conflictingClassGroups: $.conflictingClassGroups,
|
|
2713
|
+
...$.extend
|
|
2714
|
+
}
|
|
2715
|
+
})), xt(Ct(St(e)))) : St(e), Et = (e, t) => {
|
|
2716
|
+
for (let n in t) e.hasOwnProperty(n) ? e[n] = St(e[n], t[n]) : e[n] = t[n];
|
|
2717
|
+
return e;
|
|
2718
|
+
}, Dt = ((e, t) => {
|
|
2719
|
+
let { extend: n = null, slots: r = {}, variants: i = {}, compoundVariants: a = [], compoundSlots: o = [], defaultVariants: s = {} } = e, c = {
|
|
2720
|
+
...bt,
|
|
2721
|
+
...t
|
|
2722
|
+
}, l = n != null && n.base ? St(n.base, e?.base) : e?.base, u = n != null && n.variants && !G(n.variants) ? Ce(i, n.variants) : i, d = n != null && n.defaultVariants && !G(n.defaultVariants) ? {
|
|
2723
|
+
...n.defaultVariants,
|
|
2724
|
+
...s
|
|
2725
|
+
} : s;
|
|
2726
|
+
!G(c.twMergeConfig) && !ye(c.twMergeConfig, $) && (wt = !0, $ = c.twMergeConfig);
|
|
2727
|
+
let f = G(n?.slots), p = G(r) ? {} : {
|
|
2728
|
+
base: St(e?.base, f && n?.base),
|
|
2729
|
+
...r
|
|
2730
|
+
}, m = f ? p : Et({ ...n?.slots }, G(p) ? { base: e?.base } : p), h = G(n?.compoundVariants) ? a : Se(n?.compoundVariants, a), g = (e) => {
|
|
2731
|
+
if (G(u) && G(r) && f) return Tt(l, e?.class, e?.className)(c);
|
|
2732
|
+
if (h && !Array.isArray(h)) throw TypeError(`The "compoundVariants" prop must be an array. Received: ${typeof h}`);
|
|
2733
|
+
if (o && !Array.isArray(o)) throw TypeError(`The "compoundSlots" prop must be an array. Received: ${typeof o}`);
|
|
2734
|
+
let t = (e, t, n = [], r) => {
|
|
2735
|
+
let i = n;
|
|
2736
|
+
if (typeof t == "string") i = i.concat(we(t).split(" ").map((t) => `${e}:${t}`));
|
|
2737
|
+
else if (Array.isArray(t)) i = i.concat(t.reduce((t, n) => t.concat(`${e}:${n}`), []));
|
|
2738
|
+
else if (typeof t == "object" && typeof r == "string") {
|
|
2739
|
+
for (let n in t) if (t.hasOwnProperty(n) && n === r) {
|
|
2740
|
+
let a = t[n];
|
|
2741
|
+
if (a && typeof a == "string") {
|
|
2742
|
+
let t = we(a);
|
|
2743
|
+
i[r] ? i[r] = i[r].concat(t.split(" ").map((t) => `${e}:${t}`)) : i[r] = t.split(" ").map((t) => `${e}:${t}`);
|
|
2744
|
+
} else Array.isArray(a) && a.length > 0 && (i[r] = a.reduce((t, n) => t.concat(`${e}:${n}`), []));
|
|
2745
|
+
}
|
|
2746
|
+
}
|
|
2747
|
+
return i;
|
|
2748
|
+
}, n = (n, r = u, i = null, a = null) => {
|
|
2749
|
+
let o = r[n];
|
|
2750
|
+
if (!o || G(o)) return null;
|
|
2751
|
+
let s = a?.[n] ?? e?.[n];
|
|
2752
|
+
if (s === null) return null;
|
|
2753
|
+
let l = ve(s), f = Array.isArray(c.responsiveVariants) && c.responsiveVariants.length > 0 || c.responsiveVariants === !0, p = d?.[n], m = [];
|
|
2754
|
+
if (typeof l == "object" && f) for (let [e, n] of Object.entries(l)) {
|
|
2755
|
+
let r = o[n];
|
|
2756
|
+
if (e === "initial") {
|
|
2757
|
+
p = n;
|
|
2758
|
+
continue;
|
|
2759
|
+
}
|
|
2760
|
+
Array.isArray(c.responsiveVariants) && !c.responsiveVariants.includes(e) || (m = t(e, r, m, i));
|
|
2761
|
+
}
|
|
2762
|
+
let h = o[(l != null && typeof l != "object" ? l : ve(p)) || "false"];
|
|
2763
|
+
return typeof m == "object" && typeof i == "string" && m[i] ? Et(m, h) : m.length > 0 ? (m.push(h), i === "base" ? m.join(" ") : m) : h;
|
|
2764
|
+
}, i = () => u ? Object.keys(u).map((e) => n(e, u)) : null, a = (e, t) => {
|
|
2765
|
+
if (!u || typeof u != "object") return null;
|
|
2766
|
+
let r = [];
|
|
2767
|
+
for (let i in u) {
|
|
2768
|
+
let a = n(i, u, e, t), o = e === "base" && typeof a == "string" ? a : a && a[e];
|
|
2769
|
+
o && (r[r.length] = o);
|
|
2770
|
+
}
|
|
2771
|
+
return r;
|
|
2772
|
+
}, s = {};
|
|
2773
|
+
for (let t in e) e[t] !== void 0 && (s[t] = e[t]);
|
|
2774
|
+
let p = (t, n) => {
|
|
2775
|
+
let r = typeof e?.[t] == "object" ? { [t]: e[t]?.initial } : {};
|
|
2776
|
+
return {
|
|
2777
|
+
...d,
|
|
2778
|
+
...s,
|
|
2779
|
+
...r,
|
|
2780
|
+
...n
|
|
2781
|
+
};
|
|
2782
|
+
}, g = (e = [], t) => {
|
|
2783
|
+
let n = [];
|
|
2784
|
+
for (let { class: r, className: i, ...a } of e) {
|
|
2785
|
+
let e = !0;
|
|
2786
|
+
for (let [n, r] of Object.entries(a)) {
|
|
2787
|
+
let i = p(n, t)[n];
|
|
2788
|
+
if (Array.isArray(r)) {
|
|
2789
|
+
if (!r.includes(i)) {
|
|
2790
|
+
e = !1;
|
|
2791
|
+
break;
|
|
2792
|
+
}
|
|
2793
|
+
} else {
|
|
2794
|
+
let t = (e) => e == null || e === !1;
|
|
2795
|
+
if (t(r) && t(i)) continue;
|
|
2796
|
+
if (i !== r) {
|
|
2797
|
+
e = !1;
|
|
2798
|
+
break;
|
|
2799
|
+
}
|
|
2800
|
+
}
|
|
2801
|
+
}
|
|
2802
|
+
e && (r && n.push(r), i && n.push(i));
|
|
2803
|
+
}
|
|
2804
|
+
return n;
|
|
2805
|
+
}, _ = (e) => {
|
|
2806
|
+
let t = g(h, e);
|
|
2807
|
+
if (!Array.isArray(t)) return t;
|
|
2808
|
+
let n = {};
|
|
2809
|
+
for (let e of t) if (typeof e == "string" && (n.base = Tt(n.base, e)(c)), typeof e == "object") for (let [t, r] of Object.entries(e)) n[t] = Tt(n[t], r)(c);
|
|
2810
|
+
return n;
|
|
2811
|
+
}, v = (e) => {
|
|
2812
|
+
if (o.length < 1) return null;
|
|
2813
|
+
let t = {};
|
|
2814
|
+
for (let { slots: n = [], class: r, className: i, ...a } of o) {
|
|
2815
|
+
if (!G(a)) {
|
|
2816
|
+
let t = !0;
|
|
2817
|
+
for (let n of Object.keys(a)) {
|
|
2818
|
+
let r = p(n, e)[n];
|
|
2819
|
+
if (r === void 0 || (Array.isArray(a[n]) ? !a[n].includes(r) : a[n] !== r)) {
|
|
2820
|
+
t = !1;
|
|
2821
|
+
break;
|
|
2822
|
+
}
|
|
2823
|
+
}
|
|
2824
|
+
if (!t) continue;
|
|
2825
|
+
}
|
|
2826
|
+
for (let e of n) t[e] = t[e] || [], t[e].push([r, i]);
|
|
2827
|
+
}
|
|
2828
|
+
return t;
|
|
2829
|
+
};
|
|
2830
|
+
if (!G(r) || !f) {
|
|
2831
|
+
let e = {};
|
|
2832
|
+
if (typeof m == "object" && !G(m)) for (let t of Object.keys(m)) e[t] = (e) => Tt(m[t], a(t, e), (_(e) ?? [])[t], (v(e) ?? [])[t], e?.class, e?.className)(c);
|
|
2833
|
+
return e;
|
|
2834
|
+
}
|
|
2835
|
+
return Tt(l, i(), g(h), e?.class, e?.className)(c);
|
|
2836
|
+
};
|
|
2837
|
+
return g.variantKeys = (() => {
|
|
2838
|
+
if (!(!u || typeof u != "object")) return Object.keys(u);
|
|
2839
|
+
})(), g.extend = n, g.base = l, g.slots = m, g.variants = u, g.defaultVariants = d, g.compoundSlots = o, g.compoundVariants = h, g;
|
|
2840
|
+
})({
|
|
2841
|
+
base: "inline-flex relative fill-clr-on-bg-high w-min",
|
|
2842
|
+
slots: {
|
|
2843
|
+
icons: "flex",
|
|
2844
|
+
iconsFull: "flex absolute top-0 start-0 overflow-hidden",
|
|
2845
|
+
icon: "shrink-0"
|
|
2846
|
+
},
|
|
2847
|
+
variants: { size: {
|
|
2848
|
+
small: { icon: "w-3 h-3" },
|
|
2849
|
+
large: { icon: "w-4 h-4" }
|
|
2850
|
+
} }
|
|
2851
|
+
}), Ot = ({ rating: e, size: t = "small" }) => {
|
|
2852
|
+
let { base: i, icons: a, iconsFull: o, icon: s } = Dt({ size: t }), c = Math.min(e < 0 ? 0 : e, 5) / 5 * 100 + "%";
|
|
2853
|
+
return /* @__PURE__ */ r("span", {
|
|
2854
|
+
className: i(),
|
|
2855
|
+
"data-bpds": "rating",
|
|
2856
|
+
"data-bpds-rating": e,
|
|
2857
|
+
"data-bpds-size": t,
|
|
2858
|
+
children: [/* @__PURE__ */ r("span", {
|
|
2859
|
+
className: `${a()} ${o()}`,
|
|
2860
|
+
style: { width: c },
|
|
2861
|
+
children: [
|
|
2862
|
+
/* @__PURE__ */ n(W, {
|
|
2863
|
+
variant: "review-full",
|
|
2864
|
+
className: s()
|
|
2865
|
+
}),
|
|
2866
|
+
/* @__PURE__ */ n(W, {
|
|
2867
|
+
variant: "review-full",
|
|
2868
|
+
className: s()
|
|
2869
|
+
}),
|
|
2870
|
+
/* @__PURE__ */ n(W, {
|
|
2871
|
+
variant: "review-full",
|
|
2872
|
+
className: s()
|
|
2873
|
+
}),
|
|
2874
|
+
/* @__PURE__ */ n(W, {
|
|
2875
|
+
variant: "review-full",
|
|
2876
|
+
className: s()
|
|
2877
|
+
}),
|
|
2878
|
+
/* @__PURE__ */ n(W, {
|
|
2879
|
+
variant: "review-full",
|
|
2880
|
+
className: s()
|
|
2881
|
+
})
|
|
2882
|
+
]
|
|
2883
|
+
}), /* @__PURE__ */ r("span", {
|
|
2884
|
+
className: a(),
|
|
2885
|
+
children: [
|
|
2886
|
+
/* @__PURE__ */ n(W, {
|
|
2887
|
+
variant: "review",
|
|
2888
|
+
className: s()
|
|
2889
|
+
}),
|
|
2890
|
+
/* @__PURE__ */ n(W, {
|
|
2891
|
+
variant: "review",
|
|
2892
|
+
className: s()
|
|
2893
|
+
}),
|
|
2894
|
+
/* @__PURE__ */ n(W, {
|
|
2895
|
+
variant: "review",
|
|
2896
|
+
className: s()
|
|
2897
|
+
}),
|
|
2898
|
+
/* @__PURE__ */ n(W, {
|
|
2899
|
+
variant: "review",
|
|
2900
|
+
className: s()
|
|
2901
|
+
}),
|
|
2902
|
+
/* @__PURE__ */ n(W, {
|
|
2903
|
+
variant: "review",
|
|
2904
|
+
className: s()
|
|
2905
|
+
})
|
|
2906
|
+
]
|
|
2907
|
+
})]
|
|
2908
|
+
});
|
|
2909
|
+
};
|
|
2910
|
+
//#endregion
|
|
2911
|
+
export { Ot as default };
|
|
2912
|
+
|
|
2913
|
+
//# sourceMappingURL=index.js.map
|