@gravitee/graphene-core 2.54.0 → 2.55.0-monaco-modules.df6bd29
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/{CodeEditor-Cnn11Gx1.js → CodeEditor-Dzc3g71Y.js} +486 -483
- package/dist/code-editor/index.js +1 -1
- package/dist/composed/CodeEditor/contributions.d.ts +1 -0
- package/dist/composed/CodeEditor/contributions.d.ts.map +1 -0
- package/dist/composed/CodeEditor/setupCodeEditor.d.ts.map +1 -1
- package/dist/contributions-BKYZe_-J.js +5 -0
- package/dist/index.js +1 -1
- package/package.json +2 -1
|
@@ -92,7 +92,7 @@ var o = (e, t) => {
|
|
|
92
92
|
let r = e === "" ? t : x(t, e);
|
|
93
93
|
r.classGroupId = n;
|
|
94
94
|
}, b = (e, t, n, r) => {
|
|
95
|
-
if (
|
|
95
|
+
if (S(e)) {
|
|
96
96
|
_(e(r), t, n, r);
|
|
97
97
|
return;
|
|
98
98
|
}
|
|
@@ -110,7 +110,7 @@ var o = (e, t) => {
|
|
|
110
110
|
i || (i = c(), n.nextPart.set(t, i)), n = i;
|
|
111
111
|
}
|
|
112
112
|
return n;
|
|
113
|
-
},
|
|
113
|
+
}, S = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, C = (e) => {
|
|
114
114
|
if (e < 1) return {
|
|
115
115
|
get: () => void 0,
|
|
116
116
|
set: () => {}
|
|
@@ -128,19 +128,19 @@ var o = (e, t) => {
|
|
|
128
128
|
e in n ? n[e] = t : i(e, t);
|
|
129
129
|
}
|
|
130
130
|
};
|
|
131
|
-
},
|
|
131
|
+
}, w = "!", T = ":", te = [], E = (e, t, n, r, i) => ({
|
|
132
132
|
modifiers: e,
|
|
133
133
|
hasImportantModifier: t,
|
|
134
134
|
baseClassName: n,
|
|
135
135
|
maybePostfixModifierPosition: r,
|
|
136
136
|
isExternal: i
|
|
137
|
-
}),
|
|
137
|
+
}), ne = (e) => {
|
|
138
138
|
let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
|
|
139
139
|
let t = [], n = 0, r = 0, i = 0, a, o = e.length;
|
|
140
140
|
for (let s = 0; s < o; s++) {
|
|
141
141
|
let o = e[s];
|
|
142
142
|
if (n === 0 && r === 0) {
|
|
143
|
-
if (o ===
|
|
143
|
+
if (o === T) {
|
|
144
144
|
t.push(e.slice(i, s)), i = s + 1;
|
|
145
145
|
continue;
|
|
146
146
|
}
|
|
@@ -152,13 +152,13 @@ var o = (e, t) => {
|
|
|
152
152
|
o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
|
|
153
153
|
}
|
|
154
154
|
let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
|
|
155
|
-
s.endsWith(
|
|
155
|
+
s.endsWith(w) ? (c = s.slice(0, -1), l = !0) : s.startsWith(w) && (c = s.slice(1), l = !0);
|
|
156
156
|
let u = a && a > i ? a - i : void 0;
|
|
157
|
-
return
|
|
157
|
+
return E(t, l, c, u);
|
|
158
158
|
};
|
|
159
159
|
if (t) {
|
|
160
|
-
let e = t +
|
|
161
|
-
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) :
|
|
160
|
+
let e = t + T, n = r;
|
|
161
|
+
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : E(te, !1, t, void 0, !0);
|
|
162
162
|
}
|
|
163
163
|
if (n) {
|
|
164
164
|
let e = r;
|
|
@@ -168,7 +168,7 @@ var o = (e, t) => {
|
|
|
168
168
|
});
|
|
169
169
|
}
|
|
170
170
|
return r;
|
|
171
|
-
},
|
|
171
|
+
}, D = (e) => {
|
|
172
172
|
let t = /* @__PURE__ */ new Map();
|
|
173
173
|
return e.orderSensitiveModifiers.forEach((e, n) => {
|
|
174
174
|
t.set(e, 1e6 + n);
|
|
@@ -180,18 +180,18 @@ var o = (e, t) => {
|
|
|
180
180
|
}
|
|
181
181
|
return r.length > 0 && (r.sort(), n.push(...r)), n;
|
|
182
182
|
};
|
|
183
|
-
},
|
|
184
|
-
cache:
|
|
185
|
-
parseClassName:
|
|
186
|
-
sortModifiers:
|
|
187
|
-
postfixLookupClassGroupIds:
|
|
183
|
+
}, O = (e) => ({
|
|
184
|
+
cache: C(e.cacheSize),
|
|
185
|
+
parseClassName: ne(e),
|
|
186
|
+
sortModifiers: D(e),
|
|
187
|
+
postfixLookupClassGroupIds: k(e),
|
|
188
188
|
...f(e)
|
|
189
|
-
}),
|
|
189
|
+
}), k = (e) => {
|
|
190
190
|
let t = Object.create(null), n = e.postfixLookupClassGroups;
|
|
191
191
|
if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
|
|
192
192
|
return t;
|
|
193
|
-
},
|
|
194
|
-
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(
|
|
193
|
+
}, A = /\s+/, re = (e, t) => {
|
|
194
|
+
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(A), l = "";
|
|
195
195
|
for (let e = c.length - 1; e >= 0; --e) {
|
|
196
196
|
let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: f, baseClassName: p, maybePostfixModifierPosition: m } = n(t);
|
|
197
197
|
if (u) {
|
|
@@ -215,7 +215,7 @@ var o = (e, t) => {
|
|
|
215
215
|
}
|
|
216
216
|
h = !1;
|
|
217
217
|
}
|
|
218
|
-
let _ = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), v = f ? _ +
|
|
218
|
+
let _ = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), v = f ? _ + w : _, y = v + g;
|
|
219
219
|
if (s.indexOf(y) > -1) continue;
|
|
220
220
|
s.push(y);
|
|
221
221
|
let b = i(g, h);
|
|
@@ -226,7 +226,7 @@ var o = (e, t) => {
|
|
|
226
226
|
l = t + (l.length > 0 ? " " + l : l);
|
|
227
227
|
}
|
|
228
228
|
return l;
|
|
229
|
-
},
|
|
229
|
+
}, ie = (...e) => {
|
|
230
230
|
let t = 0, n, r, i = "";
|
|
231
231
|
for (; t < e.length;) (n = e[t++]) && (r = j(n)) && (i && (i += " "), i += r);
|
|
232
232
|
return i;
|
|
@@ -236,21 +236,21 @@ var o = (e, t) => {
|
|
|
236
236
|
for (let r = 0; r < e.length; r++) e[r] && (t = j(e[r])) && (n && (n += " "), n += t);
|
|
237
237
|
return n;
|
|
238
238
|
}, ae = (e, ...t) => {
|
|
239
|
-
let n, r, i, a, o = (o) => (n =
|
|
239
|
+
let n, r, i, a, o = (o) => (n = O(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
|
|
240
240
|
let t = r(e);
|
|
241
241
|
if (t) return t;
|
|
242
|
-
let a =
|
|
242
|
+
let a = re(e, n);
|
|
243
243
|
return i(e, a), a;
|
|
244
244
|
};
|
|
245
|
-
return a = o, (...e) => a(
|
|
245
|
+
return a = o, (...e) => a(ie(...e));
|
|
246
246
|
}, oe = [], M = (e) => {
|
|
247
247
|
let t = (t) => t[e] || oe;
|
|
248
248
|
return t.isThemeGetter = !0, t;
|
|
249
|
-
},
|
|
250
|
-
let r =
|
|
249
|
+
}, N = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, P = /^\((?:(\w[\w-]*):)?(.+)\)$/i, F = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, I = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, L = /\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$/, se = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, R = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ce = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, z = (e) => F.test(e), B = (e) => !!e && !Number.isNaN(Number(e)), V = (e) => !!e && Number.isInteger(Number(e)), le = (e) => e.endsWith("%") && B(e.slice(0, -1)), H = (e) => I.test(e), ue = () => !0, U = (e) => L.test(e) && !se.test(e), W = () => !1, G = (e) => R.test(e), K = (e) => ce.test(e), de = (e) => !q(e) && !Y(e), fe = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), pe = (e) => Z(e, Oe, W), q = (e) => N.test(e), J = (e) => Z(e, ke, U), me = (e) => Z(e, Ae, B), he = (e) => Z(e, Me, ue), ge = (e) => Z(e, je, W), _e = (e) => Z(e, Ee, W), ve = (e) => Z(e, De, K), ye = (e) => Z(e, Ne, G), Y = (e) => P.test(e), X = (e) => Q(e, ke), be = (e) => Q(e, je), xe = (e) => Q(e, Ee), Se = (e) => Q(e, Oe), Ce = (e) => Q(e, De), we = (e) => Q(e, Ne, !0), Te = (e) => Q(e, Me, !0), Z = (e, t, n) => {
|
|
250
|
+
let r = N.exec(e);
|
|
251
251
|
return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
|
|
252
252
|
}, Q = (e, t, n = !1) => {
|
|
253
|
-
let r =
|
|
253
|
+
let r = P.exec(e);
|
|
254
254
|
return r ? r[1] ? t(r[1]) : n : !1;
|
|
255
255
|
}, Ee = (e) => e === "position" || e === "percentage", De = (e) => e === "image" || e === "url", Oe = (e) => e === "length" || e === "size" || e === "bg-size", ke = (e) => e === "length", Ae = (e) => e === "number", je = (e) => e === "family-name", Me = (e) => e === "number" || e === "weight", Ne = (e) => e === "shadow", Pe = /*#__PURE__*/ ae(() => {
|
|
256
256
|
let e = M("color"), t = M("font"), n = M("text"), r = M("font-weight"), i = M("tracking"), a = M("leading"), o = M("breakpoint"), s = M("container"), c = M("spacing"), l = M("radius"), u = M("shadow"), d = M("inset-shadow"), f = M("text-shadow"), p = M("drop-shadow"), m = M("blur"), h = M("perspective"), g = M("aspect"), _ = M("ease"), v = M("animate"), y = () => [
|
|
@@ -278,57 +278,57 @@ var o = (e, t) => {
|
|
|
278
278
|
"left-bottom"
|
|
279
279
|
], ee = () => [
|
|
280
280
|
...b(),
|
|
281
|
-
|
|
282
|
-
|
|
281
|
+
Y,
|
|
282
|
+
q
|
|
283
283
|
], x = () => [
|
|
284
284
|
"auto",
|
|
285
285
|
"hidden",
|
|
286
286
|
"clip",
|
|
287
287
|
"visible",
|
|
288
288
|
"scroll"
|
|
289
|
-
],
|
|
289
|
+
], S = () => [
|
|
290
290
|
"auto",
|
|
291
291
|
"contain",
|
|
292
292
|
"none"
|
|
293
|
-
], S = () => [
|
|
294
|
-
J,
|
|
295
|
-
K,
|
|
296
|
-
c
|
|
297
293
|
], C = () => [
|
|
298
|
-
|
|
294
|
+
Y,
|
|
295
|
+
q,
|
|
296
|
+
c
|
|
297
|
+
], w = () => [
|
|
298
|
+
z,
|
|
299
299
|
"full",
|
|
300
300
|
"auto",
|
|
301
|
-
...
|
|
302
|
-
],
|
|
303
|
-
|
|
301
|
+
...C()
|
|
302
|
+
], T = () => [
|
|
303
|
+
V,
|
|
304
304
|
"none",
|
|
305
305
|
"subgrid",
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
],
|
|
306
|
+
Y,
|
|
307
|
+
q
|
|
308
|
+
], te = () => [
|
|
309
309
|
"auto",
|
|
310
310
|
{ span: [
|
|
311
311
|
"full",
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
312
|
+
V,
|
|
313
|
+
Y,
|
|
314
|
+
q
|
|
315
315
|
] },
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
],
|
|
320
|
-
|
|
316
|
+
V,
|
|
317
|
+
Y,
|
|
318
|
+
q
|
|
319
|
+
], E = () => [
|
|
320
|
+
V,
|
|
321
321
|
"auto",
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
],
|
|
322
|
+
Y,
|
|
323
|
+
q
|
|
324
|
+
], ne = () => [
|
|
325
325
|
"auto",
|
|
326
326
|
"min",
|
|
327
327
|
"max",
|
|
328
328
|
"fr",
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
],
|
|
329
|
+
Y,
|
|
330
|
+
q
|
|
331
|
+
], D = () => [
|
|
332
332
|
"start",
|
|
333
333
|
"end",
|
|
334
334
|
"center",
|
|
@@ -339,15 +339,15 @@ var o = (e, t) => {
|
|
|
339
339
|
"baseline",
|
|
340
340
|
"center-safe",
|
|
341
341
|
"end-safe"
|
|
342
|
-
],
|
|
342
|
+
], O = () => [
|
|
343
343
|
"start",
|
|
344
344
|
"end",
|
|
345
345
|
"center",
|
|
346
346
|
"stretch",
|
|
347
347
|
"center-safe",
|
|
348
348
|
"end-safe"
|
|
349
|
-
],
|
|
350
|
-
|
|
349
|
+
], k = () => ["auto", ...C()], A = () => [
|
|
350
|
+
z,
|
|
351
351
|
"auto",
|
|
352
352
|
"full",
|
|
353
353
|
"dvw",
|
|
@@ -359,9 +359,9 @@ var o = (e, t) => {
|
|
|
359
359
|
"min",
|
|
360
360
|
"max",
|
|
361
361
|
"fit",
|
|
362
|
-
...
|
|
363
|
-
],
|
|
364
|
-
|
|
362
|
+
...C()
|
|
363
|
+
], re = () => [
|
|
364
|
+
z,
|
|
365
365
|
"screen",
|
|
366
366
|
"full",
|
|
367
367
|
"dvw",
|
|
@@ -370,9 +370,9 @@ var o = (e, t) => {
|
|
|
370
370
|
"min",
|
|
371
371
|
"max",
|
|
372
372
|
"fit",
|
|
373
|
-
...
|
|
374
|
-
],
|
|
375
|
-
|
|
373
|
+
...C()
|
|
374
|
+
], ie = () => [
|
|
375
|
+
z,
|
|
376
376
|
"screen",
|
|
377
377
|
"full",
|
|
378
378
|
"lh",
|
|
@@ -382,51 +382,51 @@ var o = (e, t) => {
|
|
|
382
382
|
"min",
|
|
383
383
|
"max",
|
|
384
384
|
"fit",
|
|
385
|
-
...
|
|
385
|
+
...C()
|
|
386
386
|
], j = () => [
|
|
387
387
|
e,
|
|
388
|
-
|
|
389
|
-
|
|
388
|
+
Y,
|
|
389
|
+
q
|
|
390
390
|
], ae = () => [
|
|
391
391
|
...b(),
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
{ position: [
|
|
392
|
+
xe,
|
|
393
|
+
_e,
|
|
394
|
+
{ position: [Y, q] }
|
|
395
395
|
], oe = () => ["no-repeat", { repeat: [
|
|
396
396
|
"",
|
|
397
397
|
"x",
|
|
398
398
|
"y",
|
|
399
399
|
"space",
|
|
400
400
|
"round"
|
|
401
|
-
] }],
|
|
401
|
+
] }], N = () => [
|
|
402
402
|
"auto",
|
|
403
403
|
"cover",
|
|
404
404
|
"contain",
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
{ size: [
|
|
408
|
-
], N = () => [
|
|
409
|
-
ue,
|
|
410
|
-
Y,
|
|
411
|
-
q
|
|
405
|
+
Se,
|
|
406
|
+
pe,
|
|
407
|
+
{ size: [Y, q] }
|
|
412
408
|
], P = () => [
|
|
409
|
+
le,
|
|
410
|
+
X,
|
|
411
|
+
J
|
|
412
|
+
], F = () => [
|
|
413
413
|
"",
|
|
414
414
|
"none",
|
|
415
415
|
"full",
|
|
416
416
|
l,
|
|
417
|
-
J,
|
|
418
|
-
K
|
|
419
|
-
], F = () => [
|
|
420
|
-
"",
|
|
421
|
-
z,
|
|
422
417
|
Y,
|
|
423
418
|
q
|
|
424
419
|
], I = () => [
|
|
420
|
+
"",
|
|
421
|
+
B,
|
|
422
|
+
X,
|
|
423
|
+
J
|
|
424
|
+
], L = () => [
|
|
425
425
|
"solid",
|
|
426
426
|
"dashed",
|
|
427
427
|
"dotted",
|
|
428
428
|
"double"
|
|
429
|
-
],
|
|
429
|
+
], se = () => [
|
|
430
430
|
"normal",
|
|
431
431
|
"multiply",
|
|
432
432
|
"screen",
|
|
@@ -443,35 +443,35 @@ var o = (e, t) => {
|
|
|
443
443
|
"saturation",
|
|
444
444
|
"color",
|
|
445
445
|
"luminosity"
|
|
446
|
-
],
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
],
|
|
446
|
+
], R = () => [
|
|
447
|
+
B,
|
|
448
|
+
le,
|
|
449
|
+
xe,
|
|
450
|
+
_e
|
|
451
|
+
], ce = () => [
|
|
452
452
|
"",
|
|
453
453
|
"none",
|
|
454
454
|
m,
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
], H = () => [
|
|
458
|
-
"none",
|
|
459
|
-
z,
|
|
460
|
-
J,
|
|
461
|
-
K
|
|
455
|
+
Y,
|
|
456
|
+
q
|
|
462
457
|
], U = () => [
|
|
463
458
|
"none",
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
459
|
+
B,
|
|
460
|
+
Y,
|
|
461
|
+
q
|
|
467
462
|
], W = () => [
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
463
|
+
"none",
|
|
464
|
+
B,
|
|
465
|
+
Y,
|
|
466
|
+
q
|
|
471
467
|
], G = () => [
|
|
472
|
-
|
|
468
|
+
B,
|
|
469
|
+
Y,
|
|
470
|
+
q
|
|
471
|
+
], K = () => [
|
|
472
|
+
z,
|
|
473
473
|
"full",
|
|
474
|
-
...
|
|
474
|
+
...C()
|
|
475
475
|
];
|
|
476
476
|
return {
|
|
477
477
|
cacheSize: 500,
|
|
@@ -483,17 +483,17 @@ var o = (e, t) => {
|
|
|
483
483
|
"bounce"
|
|
484
484
|
],
|
|
485
485
|
aspect: ["video"],
|
|
486
|
-
blur: [
|
|
487
|
-
breakpoint: [
|
|
488
|
-
color: [
|
|
489
|
-
container: [
|
|
490
|
-
"drop-shadow": [
|
|
486
|
+
blur: [H],
|
|
487
|
+
breakpoint: [H],
|
|
488
|
+
color: [ue],
|
|
489
|
+
container: [H],
|
|
490
|
+
"drop-shadow": [H],
|
|
491
491
|
ease: [
|
|
492
492
|
"in",
|
|
493
493
|
"out",
|
|
494
494
|
"in-out"
|
|
495
495
|
],
|
|
496
|
-
font: [
|
|
496
|
+
font: [de],
|
|
497
497
|
"font-weight": [
|
|
498
498
|
"thin",
|
|
499
499
|
"extralight",
|
|
@@ -505,7 +505,7 @@ var o = (e, t) => {
|
|
|
505
505
|
"extrabold",
|
|
506
506
|
"black"
|
|
507
507
|
],
|
|
508
|
-
"inset-shadow": [
|
|
508
|
+
"inset-shadow": [H],
|
|
509
509
|
leading: [
|
|
510
510
|
"none",
|
|
511
511
|
"tight",
|
|
@@ -522,11 +522,11 @@ var o = (e, t) => {
|
|
|
522
522
|
"distant",
|
|
523
523
|
"none"
|
|
524
524
|
],
|
|
525
|
-
radius: [
|
|
526
|
-
shadow: [
|
|
527
|
-
spacing: ["px",
|
|
528
|
-
text: [
|
|
529
|
-
"text-shadow": [
|
|
525
|
+
radius: [H],
|
|
526
|
+
shadow: [H],
|
|
527
|
+
spacing: ["px", B],
|
|
528
|
+
text: [H],
|
|
529
|
+
"text-shadow": [H],
|
|
530
530
|
tracking: [
|
|
531
531
|
"tighter",
|
|
532
532
|
"tight",
|
|
@@ -540,9 +540,9 @@ var o = (e, t) => {
|
|
|
540
540
|
aspect: [{ aspect: [
|
|
541
541
|
"auto",
|
|
542
542
|
"square",
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
543
|
+
z,
|
|
544
|
+
q,
|
|
545
|
+
Y,
|
|
546
546
|
g
|
|
547
547
|
] }],
|
|
548
548
|
container: ["container"],
|
|
@@ -550,14 +550,14 @@ var o = (e, t) => {
|
|
|
550
550
|
"",
|
|
551
551
|
"normal",
|
|
552
552
|
"size",
|
|
553
|
-
|
|
554
|
-
|
|
553
|
+
Y,
|
|
554
|
+
q
|
|
555
555
|
] }],
|
|
556
|
-
"container-named": [
|
|
556
|
+
"container-named": [fe],
|
|
557
557
|
columns: [{ columns: [
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
558
|
+
B,
|
|
559
|
+
q,
|
|
560
|
+
Y,
|
|
561
561
|
s
|
|
562
562
|
] }],
|
|
563
563
|
"break-after": [{ "break-after": y() }],
|
|
@@ -621,9 +621,9 @@ var o = (e, t) => {
|
|
|
621
621
|
overflow: [{ overflow: x() }],
|
|
622
622
|
"overflow-x": [{ "overflow-x": x() }],
|
|
623
623
|
"overflow-y": [{ "overflow-y": x() }],
|
|
624
|
-
overscroll: [{ overscroll:
|
|
625
|
-
"overscroll-x": [{ "overscroll-x":
|
|
626
|
-
"overscroll-y": [{ "overscroll-y":
|
|
624
|
+
overscroll: [{ overscroll: S() }],
|
|
625
|
+
"overscroll-x": [{ "overscroll-x": S() }],
|
|
626
|
+
"overscroll-y": [{ "overscroll-y": S() }],
|
|
627
627
|
position: [
|
|
628
628
|
"static",
|
|
629
629
|
"fixed",
|
|
@@ -631,40 +631,40 @@ var o = (e, t) => {
|
|
|
631
631
|
"relative",
|
|
632
632
|
"sticky"
|
|
633
633
|
],
|
|
634
|
-
inset: [{ inset:
|
|
635
|
-
"inset-x": [{ "inset-x":
|
|
636
|
-
"inset-y": [{ "inset-y":
|
|
634
|
+
inset: [{ inset: w() }],
|
|
635
|
+
"inset-x": [{ "inset-x": w() }],
|
|
636
|
+
"inset-y": [{ "inset-y": w() }],
|
|
637
637
|
start: [{
|
|
638
|
-
"inset-s":
|
|
639
|
-
start:
|
|
638
|
+
"inset-s": w(),
|
|
639
|
+
start: w()
|
|
640
640
|
}],
|
|
641
641
|
end: [{
|
|
642
|
-
"inset-e":
|
|
643
|
-
end:
|
|
642
|
+
"inset-e": w(),
|
|
643
|
+
end: w()
|
|
644
644
|
}],
|
|
645
|
-
"inset-bs": [{ "inset-bs":
|
|
646
|
-
"inset-be": [{ "inset-be":
|
|
647
|
-
top: [{ top:
|
|
648
|
-
right: [{ right:
|
|
649
|
-
bottom: [{ bottom:
|
|
650
|
-
left: [{ left:
|
|
645
|
+
"inset-bs": [{ "inset-bs": w() }],
|
|
646
|
+
"inset-be": [{ "inset-be": w() }],
|
|
647
|
+
top: [{ top: w() }],
|
|
648
|
+
right: [{ right: w() }],
|
|
649
|
+
bottom: [{ bottom: w() }],
|
|
650
|
+
left: [{ left: w() }],
|
|
651
651
|
visibility: [
|
|
652
652
|
"visible",
|
|
653
653
|
"invisible",
|
|
654
654
|
"collapse"
|
|
655
655
|
],
|
|
656
656
|
z: [{ z: [
|
|
657
|
-
|
|
657
|
+
V,
|
|
658
658
|
"auto",
|
|
659
|
-
|
|
660
|
-
|
|
659
|
+
Y,
|
|
660
|
+
q
|
|
661
661
|
] }],
|
|
662
662
|
basis: [{ basis: [
|
|
663
|
-
|
|
663
|
+
z,
|
|
664
664
|
"full",
|
|
665
665
|
"auto",
|
|
666
666
|
s,
|
|
667
|
-
...
|
|
667
|
+
...C()
|
|
668
668
|
] }],
|
|
669
669
|
"flex-direction": [{ flex: [
|
|
670
670
|
"row",
|
|
@@ -678,41 +678,41 @@ var o = (e, t) => {
|
|
|
678
678
|
"wrap-reverse"
|
|
679
679
|
] }],
|
|
680
680
|
flex: [{ flex: [
|
|
681
|
+
B,
|
|
681
682
|
z,
|
|
682
|
-
R,
|
|
683
683
|
"auto",
|
|
684
684
|
"initial",
|
|
685
685
|
"none",
|
|
686
|
-
|
|
686
|
+
q
|
|
687
687
|
] }],
|
|
688
688
|
grow: [{ grow: [
|
|
689
689
|
"",
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
690
|
+
B,
|
|
691
|
+
Y,
|
|
692
|
+
q
|
|
693
693
|
] }],
|
|
694
694
|
shrink: [{ shrink: [
|
|
695
695
|
"",
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
696
|
+
B,
|
|
697
|
+
Y,
|
|
698
|
+
q
|
|
699
699
|
] }],
|
|
700
700
|
order: [{ order: [
|
|
701
|
-
|
|
701
|
+
V,
|
|
702
702
|
"first",
|
|
703
703
|
"last",
|
|
704
704
|
"none",
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
] }],
|
|
708
|
-
"grid-cols": [{ "grid-cols":
|
|
709
|
-
"col-start-end": [{ col:
|
|
710
|
-
"col-start": [{ "col-start":
|
|
711
|
-
"col-end": [{ "col-end":
|
|
712
|
-
"grid-rows": [{ "grid-rows":
|
|
713
|
-
"row-start-end": [{ row:
|
|
714
|
-
"row-start": [{ "row-start":
|
|
715
|
-
"row-end": [{ "row-end":
|
|
705
|
+
Y,
|
|
706
|
+
q
|
|
707
|
+
] }],
|
|
708
|
+
"grid-cols": [{ "grid-cols": T() }],
|
|
709
|
+
"col-start-end": [{ col: te() }],
|
|
710
|
+
"col-start": [{ "col-start": E() }],
|
|
711
|
+
"col-end": [{ "col-end": E() }],
|
|
712
|
+
"grid-rows": [{ "grid-rows": T() }],
|
|
713
|
+
"row-start-end": [{ row: te() }],
|
|
714
|
+
"row-start": [{ "row-start": E() }],
|
|
715
|
+
"row-end": [{ "row-end": E() }],
|
|
716
716
|
"grid-flow": [{ "grid-flow": [
|
|
717
717
|
"row",
|
|
718
718
|
"col",
|
|
@@ -720,67 +720,67 @@ var o = (e, t) => {
|
|
|
720
720
|
"row-dense",
|
|
721
721
|
"col-dense"
|
|
722
722
|
] }],
|
|
723
|
-
"auto-cols": [{ "auto-cols":
|
|
724
|
-
"auto-rows": [{ "auto-rows":
|
|
725
|
-
gap: [{ gap:
|
|
726
|
-
"gap-x": [{ "gap-x":
|
|
727
|
-
"gap-y": [{ "gap-y":
|
|
728
|
-
"justify-content": [{ justify: [...
|
|
729
|
-
"justify-items": [{ "justify-items": [...
|
|
730
|
-
"justify-self": [{ "justify-self": ["auto", ...
|
|
731
|
-
"align-content": [{ content: ["normal", ...
|
|
732
|
-
"align-items": [{ items: [...
|
|
723
|
+
"auto-cols": [{ "auto-cols": ne() }],
|
|
724
|
+
"auto-rows": [{ "auto-rows": ne() }],
|
|
725
|
+
gap: [{ gap: C() }],
|
|
726
|
+
"gap-x": [{ "gap-x": C() }],
|
|
727
|
+
"gap-y": [{ "gap-y": C() }],
|
|
728
|
+
"justify-content": [{ justify: [...D(), "normal"] }],
|
|
729
|
+
"justify-items": [{ "justify-items": [...O(), "normal"] }],
|
|
730
|
+
"justify-self": [{ "justify-self": ["auto", ...O()] }],
|
|
731
|
+
"align-content": [{ content: ["normal", ...D()] }],
|
|
732
|
+
"align-items": [{ items: [...O(), { baseline: ["", "last"] }] }],
|
|
733
733
|
"align-self": [{ self: [
|
|
734
734
|
"auto",
|
|
735
|
-
...
|
|
735
|
+
...O(),
|
|
736
736
|
{ baseline: ["", "last"] }
|
|
737
737
|
] }],
|
|
738
|
-
"place-content": [{ "place-content":
|
|
739
|
-
"place-items": [{ "place-items": [...
|
|
740
|
-
"place-self": [{ "place-self": ["auto", ...
|
|
741
|
-
p: [{ p:
|
|
742
|
-
px: [{ px:
|
|
743
|
-
py: [{ py:
|
|
744
|
-
ps: [{ ps:
|
|
745
|
-
pe: [{ pe:
|
|
746
|
-
pbs: [{ pbs:
|
|
747
|
-
pbe: [{ pbe:
|
|
748
|
-
pt: [{ pt:
|
|
749
|
-
pr: [{ pr:
|
|
750
|
-
pb: [{ pb:
|
|
751
|
-
pl: [{ pl:
|
|
752
|
-
m: [{ m:
|
|
753
|
-
mx: [{ mx:
|
|
754
|
-
my: [{ my:
|
|
755
|
-
ms: [{ ms:
|
|
756
|
-
me: [{ me:
|
|
757
|
-
mbs: [{ mbs:
|
|
758
|
-
mbe: [{ mbe:
|
|
759
|
-
mt: [{ mt:
|
|
760
|
-
mr: [{ mr:
|
|
761
|
-
mb: [{ mb:
|
|
762
|
-
ml: [{ ml:
|
|
763
|
-
"space-x": [{ "space-x":
|
|
738
|
+
"place-content": [{ "place-content": D() }],
|
|
739
|
+
"place-items": [{ "place-items": [...O(), "baseline"] }],
|
|
740
|
+
"place-self": [{ "place-self": ["auto", ...O()] }],
|
|
741
|
+
p: [{ p: C() }],
|
|
742
|
+
px: [{ px: C() }],
|
|
743
|
+
py: [{ py: C() }],
|
|
744
|
+
ps: [{ ps: C() }],
|
|
745
|
+
pe: [{ pe: C() }],
|
|
746
|
+
pbs: [{ pbs: C() }],
|
|
747
|
+
pbe: [{ pbe: C() }],
|
|
748
|
+
pt: [{ pt: C() }],
|
|
749
|
+
pr: [{ pr: C() }],
|
|
750
|
+
pb: [{ pb: C() }],
|
|
751
|
+
pl: [{ pl: C() }],
|
|
752
|
+
m: [{ m: k() }],
|
|
753
|
+
mx: [{ mx: k() }],
|
|
754
|
+
my: [{ my: k() }],
|
|
755
|
+
ms: [{ ms: k() }],
|
|
756
|
+
me: [{ me: k() }],
|
|
757
|
+
mbs: [{ mbs: k() }],
|
|
758
|
+
mbe: [{ mbe: k() }],
|
|
759
|
+
mt: [{ mt: k() }],
|
|
760
|
+
mr: [{ mr: k() }],
|
|
761
|
+
mb: [{ mb: k() }],
|
|
762
|
+
ml: [{ ml: k() }],
|
|
763
|
+
"space-x": [{ "space-x": C() }],
|
|
764
764
|
"space-x-reverse": ["space-x-reverse"],
|
|
765
|
-
"space-y": [{ "space-y":
|
|
765
|
+
"space-y": [{ "space-y": C() }],
|
|
766
766
|
"space-y-reverse": ["space-y-reverse"],
|
|
767
|
-
size: [{ size:
|
|
768
|
-
"inline-size": [{ inline: ["auto", ...
|
|
769
|
-
"min-inline-size": [{ "min-inline": ["auto", ...
|
|
770
|
-
"max-inline-size": [{ "max-inline": ["none", ...
|
|
771
|
-
"block-size": [{ block: ["auto", ...
|
|
772
|
-
"min-block-size": [{ "min-block": ["auto", ...
|
|
773
|
-
"max-block-size": [{ "max-block": ["none", ...
|
|
767
|
+
size: [{ size: A() }],
|
|
768
|
+
"inline-size": [{ inline: ["auto", ...re()] }],
|
|
769
|
+
"min-inline-size": [{ "min-inline": ["auto", ...re()] }],
|
|
770
|
+
"max-inline-size": [{ "max-inline": ["none", ...re()] }],
|
|
771
|
+
"block-size": [{ block: ["auto", ...ie()] }],
|
|
772
|
+
"min-block-size": [{ "min-block": ["auto", ...ie()] }],
|
|
773
|
+
"max-block-size": [{ "max-block": ["none", ...ie()] }],
|
|
774
774
|
w: [{ w: [
|
|
775
775
|
s,
|
|
776
776
|
"screen",
|
|
777
|
-
...
|
|
777
|
+
...A()
|
|
778
778
|
] }],
|
|
779
779
|
"min-w": [{ "min-w": [
|
|
780
780
|
s,
|
|
781
781
|
"screen",
|
|
782
782
|
"none",
|
|
783
|
-
...
|
|
783
|
+
...A()
|
|
784
784
|
] }],
|
|
785
785
|
"max-w": [{ "max-w": [
|
|
786
786
|
s,
|
|
@@ -788,36 +788,36 @@ var o = (e, t) => {
|
|
|
788
788
|
"none",
|
|
789
789
|
"prose",
|
|
790
790
|
{ screen: [o] },
|
|
791
|
-
...
|
|
791
|
+
...A()
|
|
792
792
|
] }],
|
|
793
793
|
h: [{ h: [
|
|
794
794
|
"screen",
|
|
795
795
|
"lh",
|
|
796
|
-
...
|
|
796
|
+
...A()
|
|
797
797
|
] }],
|
|
798
798
|
"min-h": [{ "min-h": [
|
|
799
799
|
"screen",
|
|
800
800
|
"lh",
|
|
801
801
|
"none",
|
|
802
|
-
...
|
|
802
|
+
...A()
|
|
803
803
|
] }],
|
|
804
804
|
"max-h": [{ "max-h": [
|
|
805
805
|
"screen",
|
|
806
806
|
"lh",
|
|
807
|
-
...
|
|
807
|
+
...A()
|
|
808
808
|
] }],
|
|
809
809
|
"font-size": [{ text: [
|
|
810
810
|
"base",
|
|
811
811
|
n,
|
|
812
|
-
|
|
813
|
-
|
|
812
|
+
X,
|
|
813
|
+
J
|
|
814
814
|
] }],
|
|
815
815
|
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
816
816
|
"font-style": ["italic", "not-italic"],
|
|
817
817
|
"font-weight": [{ font: [
|
|
818
818
|
r,
|
|
819
819
|
Te,
|
|
820
|
-
|
|
820
|
+
he
|
|
821
821
|
] }],
|
|
822
822
|
"font-stretch": [{ "font-stretch": [
|
|
823
823
|
"ultra-condensed",
|
|
@@ -829,15 +829,15 @@ var o = (e, t) => {
|
|
|
829
829
|
"expanded",
|
|
830
830
|
"extra-expanded",
|
|
831
831
|
"ultra-expanded",
|
|
832
|
-
|
|
833
|
-
|
|
832
|
+
le,
|
|
833
|
+
q
|
|
834
834
|
] }],
|
|
835
835
|
"font-family": [{ font: [
|
|
836
|
-
|
|
837
|
-
|
|
836
|
+
be,
|
|
837
|
+
ge,
|
|
838
838
|
t
|
|
839
839
|
] }],
|
|
840
|
-
"font-features": [{ "font-features": [
|
|
840
|
+
"font-features": [{ "font-features": [q] }],
|
|
841
841
|
"fvn-normal": ["normal-nums"],
|
|
842
842
|
"fvn-ordinal": ["ordinal"],
|
|
843
843
|
"fvn-slashed-zero": ["slashed-zero"],
|
|
@@ -846,28 +846,28 @@ var o = (e, t) => {
|
|
|
846
846
|
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
847
847
|
tracking: [{ tracking: [
|
|
848
848
|
i,
|
|
849
|
-
|
|
850
|
-
|
|
849
|
+
Y,
|
|
850
|
+
q
|
|
851
851
|
] }],
|
|
852
852
|
"line-clamp": [{ "line-clamp": [
|
|
853
|
-
|
|
853
|
+
B,
|
|
854
854
|
"none",
|
|
855
|
-
|
|
856
|
-
|
|
855
|
+
Y,
|
|
856
|
+
me
|
|
857
857
|
] }],
|
|
858
|
-
leading: [{ leading: [a, ...
|
|
858
|
+
leading: [{ leading: [a, ...C()] }],
|
|
859
859
|
"list-image": [{ "list-image": [
|
|
860
860
|
"none",
|
|
861
|
-
|
|
862
|
-
|
|
861
|
+
Y,
|
|
862
|
+
q
|
|
863
863
|
] }],
|
|
864
864
|
"list-style-position": [{ list: ["inside", "outside"] }],
|
|
865
865
|
"list-style-type": [{ list: [
|
|
866
866
|
"disc",
|
|
867
867
|
"decimal",
|
|
868
868
|
"none",
|
|
869
|
-
|
|
870
|
-
|
|
869
|
+
Y,
|
|
870
|
+
q
|
|
871
871
|
] }],
|
|
872
872
|
"text-alignment": [{ text: [
|
|
873
873
|
"left",
|
|
@@ -885,20 +885,20 @@ var o = (e, t) => {
|
|
|
885
885
|
"line-through",
|
|
886
886
|
"no-underline"
|
|
887
887
|
],
|
|
888
|
-
"text-decoration-style": [{ decoration: [...
|
|
888
|
+
"text-decoration-style": [{ decoration: [...L(), "wavy"] }],
|
|
889
889
|
"text-decoration-thickness": [{ decoration: [
|
|
890
|
-
|
|
890
|
+
B,
|
|
891
891
|
"from-font",
|
|
892
892
|
"auto",
|
|
893
|
-
|
|
894
|
-
|
|
893
|
+
Y,
|
|
894
|
+
J
|
|
895
895
|
] }],
|
|
896
896
|
"text-decoration-color": [{ decoration: j() }],
|
|
897
897
|
"underline-offset": [{ "underline-offset": [
|
|
898
|
-
|
|
898
|
+
B,
|
|
899
899
|
"auto",
|
|
900
|
-
|
|
901
|
-
|
|
900
|
+
Y,
|
|
901
|
+
q
|
|
902
902
|
] }],
|
|
903
903
|
"text-transform": [
|
|
904
904
|
"uppercase",
|
|
@@ -917,11 +917,11 @@ var o = (e, t) => {
|
|
|
917
917
|
"balance",
|
|
918
918
|
"pretty"
|
|
919
919
|
] }],
|
|
920
|
-
indent: [{ indent:
|
|
920
|
+
indent: [{ indent: C() }],
|
|
921
921
|
"tab-size": [{ tab: [
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
922
|
+
V,
|
|
923
|
+
Y,
|
|
924
|
+
q
|
|
925
925
|
] }],
|
|
926
926
|
"vertical-align": [{ align: [
|
|
927
927
|
"baseline",
|
|
@@ -932,8 +932,8 @@ var o = (e, t) => {
|
|
|
932
932
|
"text-bottom",
|
|
933
933
|
"sub",
|
|
934
934
|
"super",
|
|
935
|
-
|
|
936
|
-
|
|
935
|
+
Y,
|
|
936
|
+
q
|
|
937
937
|
] }],
|
|
938
938
|
whitespace: [{ whitespace: [
|
|
939
939
|
"normal",
|
|
@@ -961,8 +961,8 @@ var o = (e, t) => {
|
|
|
961
961
|
] }],
|
|
962
962
|
content: [{ content: [
|
|
963
963
|
"none",
|
|
964
|
-
|
|
965
|
-
|
|
964
|
+
Y,
|
|
965
|
+
q
|
|
966
966
|
] }],
|
|
967
967
|
"bg-attachment": [{ bg: [
|
|
968
968
|
"fixed",
|
|
@@ -982,7 +982,7 @@ var o = (e, t) => {
|
|
|
982
982
|
] }],
|
|
983
983
|
"bg-position": [{ bg: ae() }],
|
|
984
984
|
"bg-repeat": [{ bg: oe() }],
|
|
985
|
-
"bg-size": [{ bg:
|
|
985
|
+
"bg-size": [{ bg: N() }],
|
|
986
986
|
"bg-image": [{ bg: [
|
|
987
987
|
"none",
|
|
988
988
|
{
|
|
@@ -997,68 +997,68 @@ var o = (e, t) => {
|
|
|
997
997
|
"l",
|
|
998
998
|
"tl"
|
|
999
999
|
] },
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1000
|
+
V,
|
|
1001
|
+
Y,
|
|
1002
|
+
q
|
|
1003
1003
|
],
|
|
1004
1004
|
radial: [
|
|
1005
1005
|
"",
|
|
1006
|
-
|
|
1007
|
-
|
|
1006
|
+
Y,
|
|
1007
|
+
q
|
|
1008
1008
|
],
|
|
1009
1009
|
conic: [
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1010
|
+
V,
|
|
1011
|
+
Y,
|
|
1012
|
+
q
|
|
1013
1013
|
]
|
|
1014
1014
|
},
|
|
1015
|
-
|
|
1016
|
-
|
|
1015
|
+
Ce,
|
|
1016
|
+
ve
|
|
1017
1017
|
] }],
|
|
1018
1018
|
"bg-color": [{ bg: j() }],
|
|
1019
|
-
"gradient-from-pos": [{ from:
|
|
1020
|
-
"gradient-via-pos": [{ via:
|
|
1021
|
-
"gradient-to-pos": [{ to:
|
|
1019
|
+
"gradient-from-pos": [{ from: P() }],
|
|
1020
|
+
"gradient-via-pos": [{ via: P() }],
|
|
1021
|
+
"gradient-to-pos": [{ to: P() }],
|
|
1022
1022
|
"gradient-from": [{ from: j() }],
|
|
1023
1023
|
"gradient-via": [{ via: j() }],
|
|
1024
1024
|
"gradient-to": [{ to: j() }],
|
|
1025
|
-
rounded: [{ rounded:
|
|
1026
|
-
"rounded-s": [{ "rounded-s":
|
|
1027
|
-
"rounded-e": [{ "rounded-e":
|
|
1028
|
-
"rounded-t": [{ "rounded-t":
|
|
1029
|
-
"rounded-r": [{ "rounded-r":
|
|
1030
|
-
"rounded-b": [{ "rounded-b":
|
|
1031
|
-
"rounded-l": [{ "rounded-l":
|
|
1032
|
-
"rounded-ss": [{ "rounded-ss":
|
|
1033
|
-
"rounded-se": [{ "rounded-se":
|
|
1034
|
-
"rounded-ee": [{ "rounded-ee":
|
|
1035
|
-
"rounded-es": [{ "rounded-es":
|
|
1036
|
-
"rounded-tl": [{ "rounded-tl":
|
|
1037
|
-
"rounded-tr": [{ "rounded-tr":
|
|
1038
|
-
"rounded-br": [{ "rounded-br":
|
|
1039
|
-
"rounded-bl": [{ "rounded-bl":
|
|
1040
|
-
"border-w": [{ border:
|
|
1041
|
-
"border-w-x": [{ "border-x":
|
|
1042
|
-
"border-w-y": [{ "border-y":
|
|
1043
|
-
"border-w-s": [{ "border-s":
|
|
1044
|
-
"border-w-e": [{ "border-e":
|
|
1045
|
-
"border-w-bs": [{ "border-bs":
|
|
1046
|
-
"border-w-be": [{ "border-be":
|
|
1047
|
-
"border-w-t": [{ "border-t":
|
|
1048
|
-
"border-w-r": [{ "border-r":
|
|
1049
|
-
"border-w-b": [{ "border-b":
|
|
1050
|
-
"border-w-l": [{ "border-l":
|
|
1051
|
-
"divide-x": [{ "divide-x":
|
|
1025
|
+
rounded: [{ rounded: F() }],
|
|
1026
|
+
"rounded-s": [{ "rounded-s": F() }],
|
|
1027
|
+
"rounded-e": [{ "rounded-e": F() }],
|
|
1028
|
+
"rounded-t": [{ "rounded-t": F() }],
|
|
1029
|
+
"rounded-r": [{ "rounded-r": F() }],
|
|
1030
|
+
"rounded-b": [{ "rounded-b": F() }],
|
|
1031
|
+
"rounded-l": [{ "rounded-l": F() }],
|
|
1032
|
+
"rounded-ss": [{ "rounded-ss": F() }],
|
|
1033
|
+
"rounded-se": [{ "rounded-se": F() }],
|
|
1034
|
+
"rounded-ee": [{ "rounded-ee": F() }],
|
|
1035
|
+
"rounded-es": [{ "rounded-es": F() }],
|
|
1036
|
+
"rounded-tl": [{ "rounded-tl": F() }],
|
|
1037
|
+
"rounded-tr": [{ "rounded-tr": F() }],
|
|
1038
|
+
"rounded-br": [{ "rounded-br": F() }],
|
|
1039
|
+
"rounded-bl": [{ "rounded-bl": F() }],
|
|
1040
|
+
"border-w": [{ border: I() }],
|
|
1041
|
+
"border-w-x": [{ "border-x": I() }],
|
|
1042
|
+
"border-w-y": [{ "border-y": I() }],
|
|
1043
|
+
"border-w-s": [{ "border-s": I() }],
|
|
1044
|
+
"border-w-e": [{ "border-e": I() }],
|
|
1045
|
+
"border-w-bs": [{ "border-bs": I() }],
|
|
1046
|
+
"border-w-be": [{ "border-be": I() }],
|
|
1047
|
+
"border-w-t": [{ "border-t": I() }],
|
|
1048
|
+
"border-w-r": [{ "border-r": I() }],
|
|
1049
|
+
"border-w-b": [{ "border-b": I() }],
|
|
1050
|
+
"border-w-l": [{ "border-l": I() }],
|
|
1051
|
+
"divide-x": [{ "divide-x": I() }],
|
|
1052
1052
|
"divide-x-reverse": ["divide-x-reverse"],
|
|
1053
|
-
"divide-y": [{ "divide-y":
|
|
1053
|
+
"divide-y": [{ "divide-y": I() }],
|
|
1054
1054
|
"divide-y-reverse": ["divide-y-reverse"],
|
|
1055
1055
|
"border-style": [{ border: [
|
|
1056
|
-
...
|
|
1056
|
+
...L(),
|
|
1057
1057
|
"hidden",
|
|
1058
1058
|
"none"
|
|
1059
1059
|
] }],
|
|
1060
1060
|
"divide-style": [{ divide: [
|
|
1061
|
-
...
|
|
1061
|
+
...L(),
|
|
1062
1062
|
"hidden",
|
|
1063
1063
|
"none"
|
|
1064
1064
|
] }],
|
|
@@ -1075,62 +1075,62 @@ var o = (e, t) => {
|
|
|
1075
1075
|
"border-color-l": [{ "border-l": j() }],
|
|
1076
1076
|
"divide-color": [{ divide: j() }],
|
|
1077
1077
|
"outline-style": [{ outline: [
|
|
1078
|
-
...
|
|
1078
|
+
...L(),
|
|
1079
1079
|
"none",
|
|
1080
1080
|
"hidden"
|
|
1081
1081
|
] }],
|
|
1082
1082
|
"outline-offset": [{ "outline-offset": [
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1083
|
+
B,
|
|
1084
|
+
Y,
|
|
1085
|
+
q
|
|
1086
1086
|
] }],
|
|
1087
1087
|
"outline-w": [{ outline: [
|
|
1088
1088
|
"",
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1089
|
+
B,
|
|
1090
|
+
X,
|
|
1091
|
+
J
|
|
1092
1092
|
] }],
|
|
1093
1093
|
"outline-color": [{ outline: j() }],
|
|
1094
1094
|
shadow: [{ shadow: [
|
|
1095
1095
|
"",
|
|
1096
1096
|
"none",
|
|
1097
1097
|
u,
|
|
1098
|
-
|
|
1099
|
-
|
|
1098
|
+
we,
|
|
1099
|
+
ye
|
|
1100
1100
|
] }],
|
|
1101
1101
|
"shadow-color": [{ shadow: j() }],
|
|
1102
1102
|
"inset-shadow": [{ "inset-shadow": [
|
|
1103
1103
|
"none",
|
|
1104
1104
|
d,
|
|
1105
|
-
|
|
1106
|
-
|
|
1105
|
+
we,
|
|
1106
|
+
ye
|
|
1107
1107
|
] }],
|
|
1108
1108
|
"inset-shadow-color": [{ "inset-shadow": j() }],
|
|
1109
|
-
"ring-w": [{ ring:
|
|
1109
|
+
"ring-w": [{ ring: I() }],
|
|
1110
1110
|
"ring-w-inset": ["ring-inset"],
|
|
1111
1111
|
"ring-color": [{ ring: j() }],
|
|
1112
|
-
"ring-offset-w": [{ "ring-offset": [
|
|
1112
|
+
"ring-offset-w": [{ "ring-offset": [B, J] }],
|
|
1113
1113
|
"ring-offset-color": [{ "ring-offset": j() }],
|
|
1114
|
-
"inset-ring-w": [{ "inset-ring":
|
|
1114
|
+
"inset-ring-w": [{ "inset-ring": I() }],
|
|
1115
1115
|
"inset-ring-color": [{ "inset-ring": j() }],
|
|
1116
1116
|
"text-shadow": [{ "text-shadow": [
|
|
1117
1117
|
"none",
|
|
1118
1118
|
f,
|
|
1119
|
-
|
|
1120
|
-
|
|
1119
|
+
we,
|
|
1120
|
+
ye
|
|
1121
1121
|
] }],
|
|
1122
1122
|
"text-shadow-color": [{ "text-shadow": j() }],
|
|
1123
1123
|
opacity: [{ opacity: [
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1124
|
+
B,
|
|
1125
|
+
Y,
|
|
1126
|
+
q
|
|
1127
1127
|
] }],
|
|
1128
1128
|
"mix-blend": [{ "mix-blend": [
|
|
1129
|
-
...
|
|
1129
|
+
...se(),
|
|
1130
1130
|
"plus-darker",
|
|
1131
1131
|
"plus-lighter"
|
|
1132
1132
|
] }],
|
|
1133
|
-
"bg-blend": [{ "bg-blend":
|
|
1133
|
+
"bg-blend": [{ "bg-blend": se() }],
|
|
1134
1134
|
"mask-clip": [{ "mask-clip": [
|
|
1135
1135
|
"border",
|
|
1136
1136
|
"padding",
|
|
@@ -1145,38 +1145,38 @@ var o = (e, t) => {
|
|
|
1145
1145
|
"intersect",
|
|
1146
1146
|
"exclude"
|
|
1147
1147
|
] }],
|
|
1148
|
-
"mask-image-linear-pos": [{ "mask-linear": [
|
|
1149
|
-
"mask-image-linear-from-pos": [{ "mask-linear-from":
|
|
1150
|
-
"mask-image-linear-to-pos": [{ "mask-linear-to":
|
|
1148
|
+
"mask-image-linear-pos": [{ "mask-linear": [B] }],
|
|
1149
|
+
"mask-image-linear-from-pos": [{ "mask-linear-from": R() }],
|
|
1150
|
+
"mask-image-linear-to-pos": [{ "mask-linear-to": R() }],
|
|
1151
1151
|
"mask-image-linear-from-color": [{ "mask-linear-from": j() }],
|
|
1152
1152
|
"mask-image-linear-to-color": [{ "mask-linear-to": j() }],
|
|
1153
|
-
"mask-image-t-from-pos": [{ "mask-t-from":
|
|
1154
|
-
"mask-image-t-to-pos": [{ "mask-t-to":
|
|
1153
|
+
"mask-image-t-from-pos": [{ "mask-t-from": R() }],
|
|
1154
|
+
"mask-image-t-to-pos": [{ "mask-t-to": R() }],
|
|
1155
1155
|
"mask-image-t-from-color": [{ "mask-t-from": j() }],
|
|
1156
1156
|
"mask-image-t-to-color": [{ "mask-t-to": j() }],
|
|
1157
|
-
"mask-image-r-from-pos": [{ "mask-r-from":
|
|
1158
|
-
"mask-image-r-to-pos": [{ "mask-r-to":
|
|
1157
|
+
"mask-image-r-from-pos": [{ "mask-r-from": R() }],
|
|
1158
|
+
"mask-image-r-to-pos": [{ "mask-r-to": R() }],
|
|
1159
1159
|
"mask-image-r-from-color": [{ "mask-r-from": j() }],
|
|
1160
1160
|
"mask-image-r-to-color": [{ "mask-r-to": j() }],
|
|
1161
|
-
"mask-image-b-from-pos": [{ "mask-b-from":
|
|
1162
|
-
"mask-image-b-to-pos": [{ "mask-b-to":
|
|
1161
|
+
"mask-image-b-from-pos": [{ "mask-b-from": R() }],
|
|
1162
|
+
"mask-image-b-to-pos": [{ "mask-b-to": R() }],
|
|
1163
1163
|
"mask-image-b-from-color": [{ "mask-b-from": j() }],
|
|
1164
1164
|
"mask-image-b-to-color": [{ "mask-b-to": j() }],
|
|
1165
|
-
"mask-image-l-from-pos": [{ "mask-l-from":
|
|
1166
|
-
"mask-image-l-to-pos": [{ "mask-l-to":
|
|
1165
|
+
"mask-image-l-from-pos": [{ "mask-l-from": R() }],
|
|
1166
|
+
"mask-image-l-to-pos": [{ "mask-l-to": R() }],
|
|
1167
1167
|
"mask-image-l-from-color": [{ "mask-l-from": j() }],
|
|
1168
1168
|
"mask-image-l-to-color": [{ "mask-l-to": j() }],
|
|
1169
|
-
"mask-image-x-from-pos": [{ "mask-x-from":
|
|
1170
|
-
"mask-image-x-to-pos": [{ "mask-x-to":
|
|
1169
|
+
"mask-image-x-from-pos": [{ "mask-x-from": R() }],
|
|
1170
|
+
"mask-image-x-to-pos": [{ "mask-x-to": R() }],
|
|
1171
1171
|
"mask-image-x-from-color": [{ "mask-x-from": j() }],
|
|
1172
1172
|
"mask-image-x-to-color": [{ "mask-x-to": j() }],
|
|
1173
|
-
"mask-image-y-from-pos": [{ "mask-y-from":
|
|
1174
|
-
"mask-image-y-to-pos": [{ "mask-y-to":
|
|
1173
|
+
"mask-image-y-from-pos": [{ "mask-y-from": R() }],
|
|
1174
|
+
"mask-image-y-to-pos": [{ "mask-y-to": R() }],
|
|
1175
1175
|
"mask-image-y-from-color": [{ "mask-y-from": j() }],
|
|
1176
1176
|
"mask-image-y-to-color": [{ "mask-y-to": j() }],
|
|
1177
|
-
"mask-image-radial": [{ "mask-radial": [
|
|
1178
|
-
"mask-image-radial-from-pos": [{ "mask-radial-from":
|
|
1179
|
-
"mask-image-radial-to-pos": [{ "mask-radial-to":
|
|
1177
|
+
"mask-image-radial": [{ "mask-radial": [Y, q] }],
|
|
1178
|
+
"mask-image-radial-from-pos": [{ "mask-radial-from": R() }],
|
|
1179
|
+
"mask-image-radial-to-pos": [{ "mask-radial-to": R() }],
|
|
1180
1180
|
"mask-image-radial-from-color": [{ "mask-radial-from": j() }],
|
|
1181
1181
|
"mask-image-radial-to-color": [{ "mask-radial-to": j() }],
|
|
1182
1182
|
"mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
|
|
@@ -1185,9 +1185,9 @@ var o = (e, t) => {
|
|
|
1185
1185
|
farthest: ["side", "corner"]
|
|
1186
1186
|
}] }],
|
|
1187
1187
|
"mask-image-radial-pos": [{ "mask-radial-at": b() }],
|
|
1188
|
-
"mask-image-conic-pos": [{ "mask-conic": [
|
|
1189
|
-
"mask-image-conic-from-pos": [{ "mask-conic-from":
|
|
1190
|
-
"mask-image-conic-to-pos": [{ "mask-conic-to":
|
|
1188
|
+
"mask-image-conic-pos": [{ "mask-conic": [B] }],
|
|
1189
|
+
"mask-image-conic-from-pos": [{ "mask-conic-from": R() }],
|
|
1190
|
+
"mask-image-conic-to-pos": [{ "mask-conic-to": R() }],
|
|
1191
1191
|
"mask-image-conic-from-color": [{ "mask-conic-from": j() }],
|
|
1192
1192
|
"mask-image-conic-to-color": [{ "mask-conic-to": j() }],
|
|
1193
1193
|
"mask-mode": [{ mask: [
|
|
@@ -1205,120 +1205,120 @@ var o = (e, t) => {
|
|
|
1205
1205
|
] }],
|
|
1206
1206
|
"mask-position": [{ mask: ae() }],
|
|
1207
1207
|
"mask-repeat": [{ mask: oe() }],
|
|
1208
|
-
"mask-size": [{ mask:
|
|
1208
|
+
"mask-size": [{ mask: N() }],
|
|
1209
1209
|
"mask-type": [{ "mask-type": ["alpha", "luminance"] }],
|
|
1210
1210
|
"mask-image": [{ mask: [
|
|
1211
1211
|
"none",
|
|
1212
|
-
|
|
1213
|
-
|
|
1212
|
+
Y,
|
|
1213
|
+
q
|
|
1214
1214
|
] }],
|
|
1215
1215
|
filter: [{ filter: [
|
|
1216
1216
|
"",
|
|
1217
1217
|
"none",
|
|
1218
|
-
|
|
1219
|
-
|
|
1218
|
+
Y,
|
|
1219
|
+
q
|
|
1220
1220
|
] }],
|
|
1221
|
-
blur: [{ blur:
|
|
1221
|
+
blur: [{ blur: ce() }],
|
|
1222
1222
|
brightness: [{ brightness: [
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1223
|
+
B,
|
|
1224
|
+
Y,
|
|
1225
|
+
q
|
|
1226
1226
|
] }],
|
|
1227
1227
|
contrast: [{ contrast: [
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1228
|
+
B,
|
|
1229
|
+
Y,
|
|
1230
|
+
q
|
|
1231
1231
|
] }],
|
|
1232
1232
|
"drop-shadow": [{ "drop-shadow": [
|
|
1233
1233
|
"",
|
|
1234
1234
|
"none",
|
|
1235
1235
|
p,
|
|
1236
|
-
|
|
1237
|
-
|
|
1236
|
+
we,
|
|
1237
|
+
ye
|
|
1238
1238
|
] }],
|
|
1239
1239
|
"drop-shadow-color": [{ "drop-shadow": j() }],
|
|
1240
1240
|
grayscale: [{ grayscale: [
|
|
1241
1241
|
"",
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1242
|
+
B,
|
|
1243
|
+
Y,
|
|
1244
|
+
q
|
|
1245
1245
|
] }],
|
|
1246
1246
|
"hue-rotate": [{ "hue-rotate": [
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1247
|
+
B,
|
|
1248
|
+
Y,
|
|
1249
|
+
q
|
|
1250
1250
|
] }],
|
|
1251
1251
|
invert: [{ invert: [
|
|
1252
1252
|
"",
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1253
|
+
B,
|
|
1254
|
+
Y,
|
|
1255
|
+
q
|
|
1256
1256
|
] }],
|
|
1257
1257
|
saturate: [{ saturate: [
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1258
|
+
B,
|
|
1259
|
+
Y,
|
|
1260
|
+
q
|
|
1261
1261
|
] }],
|
|
1262
1262
|
sepia: [{ sepia: [
|
|
1263
1263
|
"",
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1264
|
+
B,
|
|
1265
|
+
Y,
|
|
1266
|
+
q
|
|
1267
1267
|
] }],
|
|
1268
1268
|
"backdrop-filter": [{ "backdrop-filter": [
|
|
1269
1269
|
"",
|
|
1270
1270
|
"none",
|
|
1271
|
-
|
|
1272
|
-
|
|
1271
|
+
Y,
|
|
1272
|
+
q
|
|
1273
1273
|
] }],
|
|
1274
|
-
"backdrop-blur": [{ "backdrop-blur":
|
|
1274
|
+
"backdrop-blur": [{ "backdrop-blur": ce() }],
|
|
1275
1275
|
"backdrop-brightness": [{ "backdrop-brightness": [
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1276
|
+
B,
|
|
1277
|
+
Y,
|
|
1278
|
+
q
|
|
1279
1279
|
] }],
|
|
1280
1280
|
"backdrop-contrast": [{ "backdrop-contrast": [
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1281
|
+
B,
|
|
1282
|
+
Y,
|
|
1283
|
+
q
|
|
1284
1284
|
] }],
|
|
1285
1285
|
"backdrop-grayscale": [{ "backdrop-grayscale": [
|
|
1286
1286
|
"",
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1287
|
+
B,
|
|
1288
|
+
Y,
|
|
1289
|
+
q
|
|
1290
1290
|
] }],
|
|
1291
1291
|
"backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1292
|
+
B,
|
|
1293
|
+
Y,
|
|
1294
|
+
q
|
|
1295
1295
|
] }],
|
|
1296
1296
|
"backdrop-invert": [{ "backdrop-invert": [
|
|
1297
1297
|
"",
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1298
|
+
B,
|
|
1299
|
+
Y,
|
|
1300
|
+
q
|
|
1301
1301
|
] }],
|
|
1302
1302
|
"backdrop-opacity": [{ "backdrop-opacity": [
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1303
|
+
B,
|
|
1304
|
+
Y,
|
|
1305
|
+
q
|
|
1306
1306
|
] }],
|
|
1307
1307
|
"backdrop-saturate": [{ "backdrop-saturate": [
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1308
|
+
B,
|
|
1309
|
+
Y,
|
|
1310
|
+
q
|
|
1311
1311
|
] }],
|
|
1312
1312
|
"backdrop-sepia": [{ "backdrop-sepia": [
|
|
1313
1313
|
"",
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1314
|
+
B,
|
|
1315
|
+
Y,
|
|
1316
|
+
q
|
|
1317
1317
|
] }],
|
|
1318
1318
|
"border-collapse": [{ border: ["collapse", "separate"] }],
|
|
1319
|
-
"border-spacing": [{ "border-spacing":
|
|
1320
|
-
"border-spacing-x": [{ "border-spacing-x":
|
|
1321
|
-
"border-spacing-y": [{ "border-spacing-y":
|
|
1319
|
+
"border-spacing": [{ "border-spacing": C() }],
|
|
1320
|
+
"border-spacing-x": [{ "border-spacing-x": C() }],
|
|
1321
|
+
"border-spacing-y": [{ "border-spacing-y": C() }],
|
|
1322
1322
|
"table-layout": [{ table: ["auto", "fixed"] }],
|
|
1323
1323
|
caption: [{ caption: ["top", "bottom"] }],
|
|
1324
1324
|
transition: [{ transition: [
|
|
@@ -1329,56 +1329,56 @@ var o = (e, t) => {
|
|
|
1329
1329
|
"shadow",
|
|
1330
1330
|
"transform",
|
|
1331
1331
|
"none",
|
|
1332
|
-
|
|
1333
|
-
|
|
1332
|
+
Y,
|
|
1333
|
+
q
|
|
1334
1334
|
] }],
|
|
1335
1335
|
"transition-behavior": [{ transition: ["normal", "discrete"] }],
|
|
1336
1336
|
duration: [{ duration: [
|
|
1337
|
-
|
|
1337
|
+
B,
|
|
1338
1338
|
"initial",
|
|
1339
|
-
|
|
1340
|
-
|
|
1339
|
+
Y,
|
|
1340
|
+
q
|
|
1341
1341
|
] }],
|
|
1342
1342
|
ease: [{ ease: [
|
|
1343
1343
|
"linear",
|
|
1344
1344
|
"initial",
|
|
1345
1345
|
_,
|
|
1346
|
-
|
|
1347
|
-
|
|
1346
|
+
Y,
|
|
1347
|
+
q
|
|
1348
1348
|
] }],
|
|
1349
1349
|
delay: [{ delay: [
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1350
|
+
B,
|
|
1351
|
+
Y,
|
|
1352
|
+
q
|
|
1353
1353
|
] }],
|
|
1354
1354
|
animate: [{ animate: [
|
|
1355
1355
|
"none",
|
|
1356
1356
|
v,
|
|
1357
|
-
|
|
1358
|
-
|
|
1357
|
+
Y,
|
|
1358
|
+
q
|
|
1359
1359
|
] }],
|
|
1360
1360
|
backface: [{ backface: ["hidden", "visible"] }],
|
|
1361
1361
|
perspective: [{ perspective: [
|
|
1362
1362
|
h,
|
|
1363
|
-
|
|
1364
|
-
|
|
1363
|
+
Y,
|
|
1364
|
+
q
|
|
1365
1365
|
] }],
|
|
1366
1366
|
"perspective-origin": [{ "perspective-origin": ee() }],
|
|
1367
|
-
rotate: [{ rotate:
|
|
1368
|
-
"rotate-x": [{ "rotate-x":
|
|
1369
|
-
"rotate-y": [{ "rotate-y":
|
|
1370
|
-
"rotate-z": [{ "rotate-z":
|
|
1371
|
-
scale: [{ scale:
|
|
1372
|
-
"scale-x": [{ "scale-x":
|
|
1373
|
-
"scale-y": [{ "scale-y":
|
|
1374
|
-
"scale-z": [{ "scale-z":
|
|
1367
|
+
rotate: [{ rotate: U() }],
|
|
1368
|
+
"rotate-x": [{ "rotate-x": U() }],
|
|
1369
|
+
"rotate-y": [{ "rotate-y": U() }],
|
|
1370
|
+
"rotate-z": [{ "rotate-z": U() }],
|
|
1371
|
+
scale: [{ scale: W() }],
|
|
1372
|
+
"scale-x": [{ "scale-x": W() }],
|
|
1373
|
+
"scale-y": [{ "scale-y": W() }],
|
|
1374
|
+
"scale-z": [{ "scale-z": W() }],
|
|
1375
1375
|
"scale-3d": ["scale-3d"],
|
|
1376
|
-
skew: [{ skew:
|
|
1377
|
-
"skew-x": [{ "skew-x":
|
|
1378
|
-
"skew-y": [{ "skew-y":
|
|
1376
|
+
skew: [{ skew: G() }],
|
|
1377
|
+
"skew-x": [{ "skew-x": G() }],
|
|
1378
|
+
"skew-y": [{ "skew-y": G() }],
|
|
1379
1379
|
transform: [{ transform: [
|
|
1380
|
-
|
|
1381
|
-
|
|
1380
|
+
Y,
|
|
1381
|
+
q,
|
|
1382
1382
|
"",
|
|
1383
1383
|
"none",
|
|
1384
1384
|
"gpu",
|
|
@@ -1386,15 +1386,15 @@ var o = (e, t) => {
|
|
|
1386
1386
|
] }],
|
|
1387
1387
|
"transform-origin": [{ origin: ee() }],
|
|
1388
1388
|
"transform-style": [{ transform: ["3d", "flat"] }],
|
|
1389
|
-
translate: [{ translate:
|
|
1390
|
-
"translate-x": [{ "translate-x":
|
|
1391
|
-
"translate-y": [{ "translate-y":
|
|
1392
|
-
"translate-z": [{ "translate-z":
|
|
1389
|
+
translate: [{ translate: K() }],
|
|
1390
|
+
"translate-x": [{ "translate-x": K() }],
|
|
1391
|
+
"translate-y": [{ "translate-y": K() }],
|
|
1392
|
+
"translate-z": [{ "translate-z": K() }],
|
|
1393
1393
|
"translate-none": ["translate-none"],
|
|
1394
1394
|
zoom: [{ zoom: [
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1395
|
+
V,
|
|
1396
|
+
Y,
|
|
1397
|
+
q
|
|
1398
1398
|
] }],
|
|
1399
1399
|
accent: [{ accent: j() }],
|
|
1400
1400
|
appearance: [{ appearance: ["none", "auto"] }],
|
|
@@ -1444,8 +1444,8 @@ var o = (e, t) => {
|
|
|
1444
1444
|
"nwse-resize",
|
|
1445
1445
|
"zoom-in",
|
|
1446
1446
|
"zoom-out",
|
|
1447
|
-
|
|
1448
|
-
|
|
1447
|
+
Y,
|
|
1448
|
+
q
|
|
1449
1449
|
] }],
|
|
1450
1450
|
"field-sizing": [{ "field-sizing": ["fixed", "content"] }],
|
|
1451
1451
|
"pointer-events": [{ "pointer-events": ["auto", "none"] }],
|
|
@@ -1468,28 +1468,28 @@ var o = (e, t) => {
|
|
|
1468
1468
|
"thin",
|
|
1469
1469
|
"none"
|
|
1470
1470
|
] }],
|
|
1471
|
-
"scroll-m": [{ "scroll-m":
|
|
1472
|
-
"scroll-mx": [{ "scroll-mx":
|
|
1473
|
-
"scroll-my": [{ "scroll-my":
|
|
1474
|
-
"scroll-ms": [{ "scroll-ms":
|
|
1475
|
-
"scroll-me": [{ "scroll-me":
|
|
1476
|
-
"scroll-mbs": [{ "scroll-mbs":
|
|
1477
|
-
"scroll-mbe": [{ "scroll-mbe":
|
|
1478
|
-
"scroll-mt": [{ "scroll-mt":
|
|
1479
|
-
"scroll-mr": [{ "scroll-mr":
|
|
1480
|
-
"scroll-mb": [{ "scroll-mb":
|
|
1481
|
-
"scroll-ml": [{ "scroll-ml":
|
|
1482
|
-
"scroll-p": [{ "scroll-p":
|
|
1483
|
-
"scroll-px": [{ "scroll-px":
|
|
1484
|
-
"scroll-py": [{ "scroll-py":
|
|
1485
|
-
"scroll-ps": [{ "scroll-ps":
|
|
1486
|
-
"scroll-pe": [{ "scroll-pe":
|
|
1487
|
-
"scroll-pbs": [{ "scroll-pbs":
|
|
1488
|
-
"scroll-pbe": [{ "scroll-pbe":
|
|
1489
|
-
"scroll-pt": [{ "scroll-pt":
|
|
1490
|
-
"scroll-pr": [{ "scroll-pr":
|
|
1491
|
-
"scroll-pb": [{ "scroll-pb":
|
|
1492
|
-
"scroll-pl": [{ "scroll-pl":
|
|
1471
|
+
"scroll-m": [{ "scroll-m": C() }],
|
|
1472
|
+
"scroll-mx": [{ "scroll-mx": C() }],
|
|
1473
|
+
"scroll-my": [{ "scroll-my": C() }],
|
|
1474
|
+
"scroll-ms": [{ "scroll-ms": C() }],
|
|
1475
|
+
"scroll-me": [{ "scroll-me": C() }],
|
|
1476
|
+
"scroll-mbs": [{ "scroll-mbs": C() }],
|
|
1477
|
+
"scroll-mbe": [{ "scroll-mbe": C() }],
|
|
1478
|
+
"scroll-mt": [{ "scroll-mt": C() }],
|
|
1479
|
+
"scroll-mr": [{ "scroll-mr": C() }],
|
|
1480
|
+
"scroll-mb": [{ "scroll-mb": C() }],
|
|
1481
|
+
"scroll-ml": [{ "scroll-ml": C() }],
|
|
1482
|
+
"scroll-p": [{ "scroll-p": C() }],
|
|
1483
|
+
"scroll-px": [{ "scroll-px": C() }],
|
|
1484
|
+
"scroll-py": [{ "scroll-py": C() }],
|
|
1485
|
+
"scroll-ps": [{ "scroll-ps": C() }],
|
|
1486
|
+
"scroll-pe": [{ "scroll-pe": C() }],
|
|
1487
|
+
"scroll-pbs": [{ "scroll-pbs": C() }],
|
|
1488
|
+
"scroll-pbe": [{ "scroll-pbe": C() }],
|
|
1489
|
+
"scroll-pt": [{ "scroll-pt": C() }],
|
|
1490
|
+
"scroll-pr": [{ "scroll-pr": C() }],
|
|
1491
|
+
"scroll-pb": [{ "scroll-pb": C() }],
|
|
1492
|
+
"scroll-pl": [{ "scroll-pl": C() }],
|
|
1493
1493
|
"snap-align": [{ snap: [
|
|
1494
1494
|
"start",
|
|
1495
1495
|
"end",
|
|
@@ -1531,15 +1531,15 @@ var o = (e, t) => {
|
|
|
1531
1531
|
"scroll",
|
|
1532
1532
|
"contents",
|
|
1533
1533
|
"transform",
|
|
1534
|
-
|
|
1535
|
-
|
|
1534
|
+
Y,
|
|
1535
|
+
q
|
|
1536
1536
|
] }],
|
|
1537
1537
|
fill: [{ fill: ["none", ...j()] }],
|
|
1538
1538
|
"stroke-w": [{ stroke: [
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1539
|
+
B,
|
|
1540
|
+
X,
|
|
1541
|
+
J,
|
|
1542
|
+
me
|
|
1543
1543
|
] }],
|
|
1544
1544
|
stroke: [{ stroke: ["none", ...j()] }],
|
|
1545
1545
|
"forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
|
|
@@ -1753,28 +1753,31 @@ function Le({ className: e, ...n }) {
|
|
|
1753
1753
|
}
|
|
1754
1754
|
//#endregion
|
|
1755
1755
|
//#region src/composed/CodeEditor/setupCodeEditor.ts
|
|
1756
|
-
var $ = !1;
|
|
1757
|
-
function
|
|
1756
|
+
var $ = !1, Re = null;
|
|
1757
|
+
function ze() {
|
|
1758
|
+
return Re ??= import("./contributions-BKYZe_-J.js"), Re;
|
|
1759
|
+
}
|
|
1760
|
+
function Be({ baseUrl: e, monaco: t } = {}) {
|
|
1758
1761
|
if (!$) {
|
|
1759
1762
|
if (t !== void 0) {
|
|
1760
|
-
r.config({ monaco: t }), $ = !0;
|
|
1763
|
+
r.config({ monaco: t }), $ = !0, ze();
|
|
1761
1764
|
return;
|
|
1762
1765
|
}
|
|
1763
|
-
e !== void 0 && (r.config({ paths: { vs: e.replace(/\/+$/, "") } }), $ = !0);
|
|
1766
|
+
e !== void 0 && (r.config({ paths: { vs: e.replace(/\/+$/, "") } }), $ = !0, ze());
|
|
1764
1767
|
}
|
|
1765
1768
|
}
|
|
1766
|
-
async function
|
|
1769
|
+
async function Ve() {
|
|
1767
1770
|
if ($) return;
|
|
1768
|
-
let e = await import("monaco-editor");
|
|
1771
|
+
let [e] = await Promise.all([import("monaco-editor"), ze()]);
|
|
1769
1772
|
$ ||= (r.config({ monaco: e }), !0);
|
|
1770
1773
|
}
|
|
1771
|
-
function
|
|
1774
|
+
function He() {
|
|
1772
1775
|
return $;
|
|
1773
1776
|
}
|
|
1774
1777
|
//#endregion
|
|
1775
1778
|
//#region src/composed/CodeEditor/theme/buildTheme.ts
|
|
1776
|
-
var
|
|
1777
|
-
function
|
|
1779
|
+
var Ue = "graphene";
|
|
1780
|
+
function We(e) {
|
|
1778
1781
|
let t = {}, n = [], r = document.createElement("div");
|
|
1779
1782
|
document.body.appendChild(r);
|
|
1780
1783
|
let i = getComputedStyle(r), a = document.createElement("canvas");
|
|
@@ -1797,8 +1800,8 @@ function He(e) {
|
|
|
1797
1800
|
}
|
|
1798
1801
|
return document.body.removeChild(r), t;
|
|
1799
1802
|
}
|
|
1800
|
-
function
|
|
1801
|
-
let e = document.documentElement.classList.contains("dark"), t =
|
|
1803
|
+
function Ge() {
|
|
1804
|
+
let e = document.documentElement.classList.contains("dark"), t = We([
|
|
1802
1805
|
"--background",
|
|
1803
1806
|
"--foreground",
|
|
1804
1807
|
"--border",
|
|
@@ -1917,13 +1920,13 @@ function Ue() {
|
|
|
1917
1920
|
}
|
|
1918
1921
|
//#endregion
|
|
1919
1922
|
//#region src/composed/CodeEditor/CodeEditor.tsx
|
|
1920
|
-
function
|
|
1921
|
-
e.editor.defineTheme(
|
|
1923
|
+
function Ke(e) {
|
|
1924
|
+
e.editor.defineTheme(Ue, Ge()), e.editor.setTheme(Ue);
|
|
1922
1925
|
}
|
|
1923
|
-
var
|
|
1924
|
-
|
|
1926
|
+
var qe = (e) => {
|
|
1927
|
+
Ke(e);
|
|
1925
1928
|
};
|
|
1926
|
-
function
|
|
1929
|
+
function Je() {
|
|
1927
1930
|
let [t, n] = e.useState(typeof document < "u" && document.documentElement.classList.contains("dark"));
|
|
1928
1931
|
return e.useEffect(() => {
|
|
1929
1932
|
let e = new MutationObserver(() => {
|
|
@@ -1935,12 +1938,12 @@ function Ke() {
|
|
|
1935
1938
|
}), () => e.disconnect();
|
|
1936
1939
|
}, []), t;
|
|
1937
1940
|
}
|
|
1938
|
-
function
|
|
1939
|
-
let [p, m] = e.useState(() =>
|
|
1941
|
+
function Ye({ value: r, defaultValue: i, onChange: a, language: o = "plaintext", readOnly: s = !1, disabled: c = !1, height: l, className: u, options: d, onMount: f }) {
|
|
1942
|
+
let [p, m] = e.useState(() => He() ? { status: "ready" } : { status: "loading" });
|
|
1940
1943
|
e.useEffect(() => {
|
|
1941
1944
|
if (p.status !== "loading") return;
|
|
1942
1945
|
let e = !1;
|
|
1943
|
-
return
|
|
1946
|
+
return Ve().then(() => {
|
|
1944
1947
|
e || m({ status: "ready" });
|
|
1945
1948
|
}, (t) => {
|
|
1946
1949
|
if (e) return;
|
|
@@ -1953,9 +1956,9 @@ function qe({ value: r, defaultValue: i, onChange: a, language: o = "plaintext",
|
|
|
1953
1956
|
e = !0;
|
|
1954
1957
|
};
|
|
1955
1958
|
}, [p.status]);
|
|
1956
|
-
let h =
|
|
1959
|
+
let h = Je(), g = e.useRef(null), _ = e.useRef(null);
|
|
1957
1960
|
e.useEffect(() => {
|
|
1958
|
-
g.current &&
|
|
1961
|
+
g.current && Ke(g.current);
|
|
1959
1962
|
}, [h]);
|
|
1960
1963
|
let v = e.useCallback((e, t) => {
|
|
1961
1964
|
g.current = t, _.current = e, f?.(e, t);
|
|
@@ -1977,10 +1980,10 @@ function qe({ value: r, defaultValue: i, onChange: a, language: o = "plaintext",
|
|
|
1977
1980
|
language: o,
|
|
1978
1981
|
value: r,
|
|
1979
1982
|
defaultValue: i,
|
|
1980
|
-
theme:
|
|
1983
|
+
theme: Ue,
|
|
1981
1984
|
onChange: a,
|
|
1982
1985
|
onMount: v,
|
|
1983
|
-
beforeMount:
|
|
1986
|
+
beforeMount: qe,
|
|
1984
1987
|
loading: b,
|
|
1985
1988
|
options: {
|
|
1986
1989
|
readOnly: s || c,
|
|
@@ -2007,4 +2010,4 @@ function qe({ value: r, defaultValue: i, onChange: a, language: o = "plaintext",
|
|
|
2007
2010
|
});
|
|
2008
2011
|
}
|
|
2009
2012
|
//#endregion
|
|
2010
|
-
export { Fe as a, Ie as i,
|
|
2013
|
+
export { Fe as a, Ie as i, Be as n, a as o, Le as r, Ye as t };
|