@gravitee/graphene-core 2.51.0-graphene-142-code-editor.5f5809c → 2.51.0-renovate-react.5ae74ee
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-mEBgpud-.js → Skeleton-C30qULzD.js} +461 -704
- package/dist/__stories__/fixtures/index.d.ts +1 -1
- package/dist/__stories__/fixtures/index.d.ts.map +1 -1
- package/dist/__stories__/fixtures/json-schema-form/index.d.ts +0 -1
- package/dist/__stories__/fixtures/json-schema-form/index.d.ts.map +1 -1
- package/dist/code-editor/index.js +228 -2
- package/dist/composed/CodeEditor/CodeEditor.d.ts.map +1 -1
- package/dist/composed/CodeEditor/setupCodeEditor.d.ts +39 -34
- package/dist/composed/CodeEditor/setupCodeEditor.d.ts.map +1 -1
- package/dist/composed/JsonSchemaForm/SchemaField.d.ts.map +1 -1
- package/dist/composed/JsonSchemaForm/utils/schemaShape.d.ts +1 -2
- package/dist/composed/JsonSchemaForm/utils/schemaShape.d.ts.map +1 -1
- package/dist/index.js +8244 -8291
- package/package.json +2 -2
- package/dist/__stories__/fixtures/json-schema-form/code-editor.fixture.d.ts +0 -14
- package/dist/__stories__/fixtures/json-schema-form/code-editor.fixture.d.ts.map +0 -1
- package/dist/composed/JsonSchemaForm/fields/code-editor/CodeEditorField.d.ts +0 -8
- package/dist/composed/JsonSchemaForm/fields/code-editor/CodeEditorField.d.ts.map +0 -1
|
@@ -1,116 +1,115 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { jsx as
|
|
3
|
-
import { Editor as n, loader as r } from "@monaco-editor/react";
|
|
1
|
+
import "react";
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
4
3
|
//#region ../../node_modules/clsx/dist/clsx.mjs
|
|
5
|
-
function
|
|
6
|
-
var
|
|
7
|
-
if (typeof e == "string" || typeof e == "number")
|
|
4
|
+
function t(e) {
|
|
5
|
+
var n, r, i = "";
|
|
6
|
+
if (typeof e == "string" || typeof e == "number") i += e;
|
|
8
7
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
9
8
|
var a = e.length;
|
|
10
|
-
for (
|
|
11
|
-
} else for (
|
|
12
|
-
return
|
|
9
|
+
for (n = 0; n < a; n++) e[n] && (r = t(e[n])) && (i && (i += " "), i += r);
|
|
10
|
+
} else for (r in e) e[r] && (i && (i += " "), i += r);
|
|
11
|
+
return i;
|
|
13
12
|
}
|
|
14
|
-
function
|
|
15
|
-
for (var e,
|
|
16
|
-
return
|
|
13
|
+
function n() {
|
|
14
|
+
for (var e, n, r = 0, i = "", a = arguments.length; r < a; r++) (e = arguments[r]) && (n = t(e)) && (i && (i += " "), i += n);
|
|
15
|
+
return i;
|
|
17
16
|
}
|
|
18
17
|
//#endregion
|
|
19
18
|
//#region ../../node_modules/tailwind-merge/dist/bundle-mjs.mjs
|
|
20
|
-
var
|
|
19
|
+
var r = (e, t) => {
|
|
21
20
|
let n = Array(e.length + t.length);
|
|
22
21
|
for (let t = 0; t < e.length; t++) n[t] = e[t];
|
|
23
22
|
for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
|
|
24
23
|
return n;
|
|
25
|
-
},
|
|
24
|
+
}, i = (e, t) => ({
|
|
26
25
|
classGroupId: e,
|
|
27
26
|
validator: t
|
|
28
|
-
}),
|
|
27
|
+
}), a = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
|
|
29
28
|
nextPart: e,
|
|
30
29
|
validators: t,
|
|
31
30
|
classGroupId: n
|
|
32
|
-
}),
|
|
33
|
-
let t =
|
|
31
|
+
}), o = "-", s = [], c = "arbitrary..", l = (e) => {
|
|
32
|
+
let t = ee(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: i } = e;
|
|
34
33
|
return {
|
|
35
34
|
getClassGroupId: (e) => {
|
|
36
|
-
if (e.startsWith("[") && e.endsWith("]")) return
|
|
37
|
-
let n = e.split(
|
|
38
|
-
return
|
|
35
|
+
if (e.startsWith("[") && e.endsWith("]")) return d(e);
|
|
36
|
+
let n = e.split(o);
|
|
37
|
+
return u(n, +(n[0] === "" && n.length > 1), t);
|
|
39
38
|
},
|
|
40
39
|
getConflictingClassGroupIds: (e, t) => {
|
|
41
40
|
if (t) {
|
|
42
|
-
let t =
|
|
43
|
-
return t ?
|
|
41
|
+
let t = i[e], a = n[e];
|
|
42
|
+
return t ? a ? r(a, t) : t : a || s;
|
|
44
43
|
}
|
|
45
|
-
return n[e] ||
|
|
44
|
+
return n[e] || s;
|
|
46
45
|
}
|
|
47
46
|
};
|
|
48
|
-
},
|
|
47
|
+
}, u = (e, t, n) => {
|
|
49
48
|
if (e.length - t === 0) return n.classGroupId;
|
|
50
49
|
let r = e[t], i = n.nextPart.get(r);
|
|
51
50
|
if (i) {
|
|
52
|
-
let n =
|
|
51
|
+
let n = u(e, t + 1, i);
|
|
53
52
|
if (n) return n;
|
|
54
53
|
}
|
|
55
54
|
let a = n.validators;
|
|
56
55
|
if (a === null) return;
|
|
57
|
-
let
|
|
58
|
-
for (let e = 0; e <
|
|
56
|
+
let s = t === 0 ? e.join(o) : e.slice(t).join(o), c = a.length;
|
|
57
|
+
for (let e = 0; e < c; e++) {
|
|
59
58
|
let t = a[e];
|
|
60
|
-
if (t.validator(
|
|
59
|
+
if (t.validator(s)) return t.classGroupId;
|
|
61
60
|
}
|
|
62
|
-
},
|
|
61
|
+
}, d = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
63
62
|
let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
|
|
64
|
-
return r ?
|
|
65
|
-
})(),
|
|
63
|
+
return r ? c + r : void 0;
|
|
64
|
+
})(), ee = (e) => {
|
|
66
65
|
let { theme: t, classGroups: n } = e;
|
|
67
|
-
return
|
|
68
|
-
},
|
|
69
|
-
let n =
|
|
66
|
+
return f(n, t);
|
|
67
|
+
}, f = (e, t) => {
|
|
68
|
+
let n = a();
|
|
70
69
|
for (let r in e) {
|
|
71
70
|
let i = e[r];
|
|
72
|
-
|
|
71
|
+
p(i, n, r, t);
|
|
73
72
|
}
|
|
74
73
|
return n;
|
|
75
|
-
},
|
|
74
|
+
}, p = (e, t, n, r) => {
|
|
76
75
|
let i = e.length;
|
|
77
76
|
for (let a = 0; a < i; a++) {
|
|
78
77
|
let i = e[a];
|
|
79
|
-
|
|
78
|
+
m(i, t, n, r);
|
|
80
79
|
}
|
|
81
|
-
},
|
|
80
|
+
}, m = (e, t, n, r) => {
|
|
82
81
|
if (typeof e == "string") {
|
|
83
|
-
|
|
82
|
+
h(e, t, n);
|
|
84
83
|
return;
|
|
85
84
|
}
|
|
86
85
|
if (typeof e == "function") {
|
|
87
|
-
|
|
86
|
+
g(e, t, n, r);
|
|
88
87
|
return;
|
|
89
88
|
}
|
|
90
|
-
|
|
91
|
-
},
|
|
92
|
-
let r = e === "" ? t :
|
|
89
|
+
_(e, t, n, r);
|
|
90
|
+
}, h = (e, t, n) => {
|
|
91
|
+
let r = e === "" ? t : v(t, e);
|
|
93
92
|
r.classGroupId = n;
|
|
94
|
-
},
|
|
95
|
-
if (
|
|
96
|
-
|
|
93
|
+
}, g = (e, t, n, r) => {
|
|
94
|
+
if (y(e)) {
|
|
95
|
+
p(e(r), t, n, r);
|
|
97
96
|
return;
|
|
98
97
|
}
|
|
99
|
-
t.validators === null && (t.validators = []), t.validators.push(
|
|
100
|
-
},
|
|
98
|
+
t.validators === null && (t.validators = []), t.validators.push(i(n, e));
|
|
99
|
+
}, _ = (e, t, n, r) => {
|
|
101
100
|
let i = Object.entries(e), a = i.length;
|
|
102
101
|
for (let e = 0; e < a; e++) {
|
|
103
102
|
let [a, o] = i[e];
|
|
104
|
-
|
|
103
|
+
p(o, v(t, a), n, r);
|
|
105
104
|
}
|
|
106
|
-
},
|
|
107
|
-
let n = e, r = t.split(
|
|
105
|
+
}, v = (e, t) => {
|
|
106
|
+
let n = e, r = t.split(o), i = r.length;
|
|
108
107
|
for (let e = 0; e < i; e++) {
|
|
109
108
|
let t = r[e], i = n.nextPart.get(t);
|
|
110
|
-
i || (i =
|
|
109
|
+
i || (i = a(), n.nextPart.set(t, i)), n = i;
|
|
111
110
|
}
|
|
112
111
|
return n;
|
|
113
|
-
},
|
|
112
|
+
}, y = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, b = (e) => {
|
|
114
113
|
if (e < 1) return {
|
|
115
114
|
get: () => void 0,
|
|
116
115
|
set: () => {}
|
|
@@ -128,19 +127,19 @@ var o = (e, t) => {
|
|
|
128
127
|
e in n ? n[e] = t : i(e, t);
|
|
129
128
|
}
|
|
130
129
|
};
|
|
131
|
-
},
|
|
130
|
+
}, x = "!", S = ":", C = [], w = (e, t, n, r, i) => ({
|
|
132
131
|
modifiers: e,
|
|
133
132
|
hasImportantModifier: t,
|
|
134
133
|
baseClassName: n,
|
|
135
134
|
maybePostfixModifierPosition: r,
|
|
136
135
|
isExternal: i
|
|
137
|
-
}),
|
|
136
|
+
}), te = (e) => {
|
|
138
137
|
let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
|
|
139
138
|
let t = [], n = 0, r = 0, i = 0, a, o = e.length;
|
|
140
139
|
for (let s = 0; s < o; s++) {
|
|
141
140
|
let o = e[s];
|
|
142
141
|
if (n === 0 && r === 0) {
|
|
143
|
-
if (o ===
|
|
142
|
+
if (o === S) {
|
|
144
143
|
t.push(e.slice(i, s)), i = s + 1;
|
|
145
144
|
continue;
|
|
146
145
|
}
|
|
@@ -152,13 +151,13 @@ var o = (e, t) => {
|
|
|
152
151
|
o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
|
|
153
152
|
}
|
|
154
153
|
let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
|
|
155
|
-
s.endsWith(
|
|
154
|
+
s.endsWith(x) ? (c = s.slice(0, -1), l = !0) : s.startsWith(x) && (c = s.slice(1), l = !0);
|
|
156
155
|
let u = a && a > i ? a - i : void 0;
|
|
157
|
-
return
|
|
156
|
+
return w(t, l, c, u);
|
|
158
157
|
};
|
|
159
158
|
if (t) {
|
|
160
|
-
let e = t +
|
|
161
|
-
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) :
|
|
159
|
+
let e = t + S, n = r;
|
|
160
|
+
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : w(C, !1, t, void 0, !0);
|
|
162
161
|
}
|
|
163
162
|
if (n) {
|
|
164
163
|
let e = r;
|
|
@@ -168,7 +167,7 @@ var o = (e, t) => {
|
|
|
168
167
|
});
|
|
169
168
|
}
|
|
170
169
|
return r;
|
|
171
|
-
},
|
|
170
|
+
}, ne = (e) => {
|
|
172
171
|
let t = /* @__PURE__ */ new Map();
|
|
173
172
|
return e.orderSensitiveModifiers.forEach((e, n) => {
|
|
174
173
|
t.set(e, 1e6 + n);
|
|
@@ -180,80 +179,80 @@ var o = (e, t) => {
|
|
|
180
179
|
}
|
|
181
180
|
return r.length > 0 && (r.sort(), n.push(...r)), n;
|
|
182
181
|
};
|
|
183
|
-
},
|
|
184
|
-
cache:
|
|
185
|
-
parseClassName:
|
|
186
|
-
sortModifiers:
|
|
187
|
-
postfixLookupClassGroupIds:
|
|
188
|
-
...
|
|
189
|
-
}),
|
|
182
|
+
}, T = (e) => ({
|
|
183
|
+
cache: b(e.cacheSize),
|
|
184
|
+
parseClassName: te(e),
|
|
185
|
+
sortModifiers: ne(e),
|
|
186
|
+
postfixLookupClassGroupIds: re(e),
|
|
187
|
+
...l(e)
|
|
188
|
+
}), re = (e) => {
|
|
190
189
|
let t = Object.create(null), n = e.postfixLookupClassGroups;
|
|
191
190
|
if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
|
|
192
191
|
return t;
|
|
193
|
-
},
|
|
194
|
-
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(
|
|
192
|
+
}, E = /\s+/, D = (e, t) => {
|
|
193
|
+
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(E), l = "";
|
|
195
194
|
for (let e = c.length - 1; e >= 0; --e) {
|
|
196
|
-
let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier:
|
|
195
|
+
let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: ee, baseClassName: f, maybePostfixModifierPosition: p } = n(t);
|
|
197
196
|
if (u) {
|
|
198
197
|
l = t + (l.length > 0 ? " " + l : l);
|
|
199
198
|
continue;
|
|
200
199
|
}
|
|
201
|
-
let
|
|
202
|
-
if (
|
|
203
|
-
|
|
204
|
-
let e =
|
|
205
|
-
e && e !==
|
|
206
|
-
} else
|
|
207
|
-
if (!
|
|
208
|
-
if (!
|
|
200
|
+
let m = !!p, h;
|
|
201
|
+
if (m) {
|
|
202
|
+
h = r(f.substring(0, p));
|
|
203
|
+
let e = h && o[h] ? r(f) : void 0;
|
|
204
|
+
e && e !== h && (h = e, m = !1);
|
|
205
|
+
} else h = r(f);
|
|
206
|
+
if (!h) {
|
|
207
|
+
if (!m) {
|
|
209
208
|
l = t + (l.length > 0 ? " " + l : l);
|
|
210
209
|
continue;
|
|
211
210
|
}
|
|
212
|
-
if (
|
|
211
|
+
if (h = r(f), !h) {
|
|
213
212
|
l = t + (l.length > 0 ? " " + l : l);
|
|
214
213
|
continue;
|
|
215
214
|
}
|
|
216
|
-
|
|
215
|
+
m = !1;
|
|
217
216
|
}
|
|
218
|
-
let
|
|
219
|
-
if (s.indexOf(
|
|
220
|
-
s.push(
|
|
221
|
-
let
|
|
222
|
-
for (let e = 0; e <
|
|
223
|
-
let t =
|
|
224
|
-
s.push(
|
|
217
|
+
let g = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), _ = ee ? g + x : g, v = _ + h;
|
|
218
|
+
if (s.indexOf(v) > -1) continue;
|
|
219
|
+
s.push(v);
|
|
220
|
+
let y = i(h, m);
|
|
221
|
+
for (let e = 0; e < y.length; ++e) {
|
|
222
|
+
let t = y[e];
|
|
223
|
+
s.push(_ + t);
|
|
225
224
|
}
|
|
226
225
|
l = t + (l.length > 0 ? " " + l : l);
|
|
227
226
|
}
|
|
228
227
|
return l;
|
|
229
|
-
},
|
|
228
|
+
}, O = (...e) => {
|
|
230
229
|
let t = 0, n, r, i = "";
|
|
231
|
-
for (; t < e.length;) (n = e[t++]) && (r =
|
|
230
|
+
for (; t < e.length;) (n = e[t++]) && (r = k(n)) && (i && (i += " "), i += r);
|
|
232
231
|
return i;
|
|
233
|
-
},
|
|
232
|
+
}, k = (e) => {
|
|
234
233
|
if (typeof e == "string") return e;
|
|
235
234
|
let t, n = "";
|
|
236
|
-
for (let r = 0; r < e.length; r++) e[r] && (t =
|
|
235
|
+
for (let r = 0; r < e.length; r++) e[r] && (t = k(e[r])) && (n && (n += " "), n += t);
|
|
237
236
|
return n;
|
|
238
|
-
},
|
|
239
|
-
let n, r, i, a, o = (o) => (n =
|
|
237
|
+
}, A = (e, ...t) => {
|
|
238
|
+
let n, r, i, a, o = (o) => (n = T(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
|
|
240
239
|
let t = r(e);
|
|
241
240
|
if (t) return t;
|
|
242
|
-
let a =
|
|
241
|
+
let a = D(e, n);
|
|
243
242
|
return i(e, a), a;
|
|
244
243
|
};
|
|
245
|
-
return a = o, (...e) => a(
|
|
246
|
-
},
|
|
247
|
-
let t = (t) => t[e] ||
|
|
244
|
+
return a = o, (...e) => a(O(...e));
|
|
245
|
+
}, j = [], M = (e) => {
|
|
246
|
+
let t = (t) => t[e] || j;
|
|
248
247
|
return t.isThemeGetter = !0, t;
|
|
249
|
-
},
|
|
250
|
-
let r =
|
|
248
|
+
}, N = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, P = /^\((?:(\w[\w-]*):)?(.+)\)$/i, ie = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, ae = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, F = /\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$/, I = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, L = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, R = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, z = (e) => ie.test(e), B = (e) => !!e && !Number.isNaN(Number(e)), V = (e) => !!e && Number.isInteger(Number(e)), oe = (e) => e.endsWith("%") && B(e.slice(0, -1)), H = (e) => ae.test(e), se = () => !0, ce = (e) => F.test(e) && !I.test(e), U = () => !1, le = (e) => L.test(e), W = (e) => R.test(e), ue = (e) => !G(e) && !J(e), de = (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)), fe = (e) => Z(e, we, U), G = (e) => N.test(e), K = (e) => Z(e, Te, ce), pe = (e) => Z(e, Ee, B), me = (e) => Z(e, Oe, se), he = (e) => Z(e, De, U), ge = (e) => Z(e, $, U), _e = (e) => Z(e, Ce, W), q = (e) => Z(e, ke, le), J = (e) => P.test(e), Y = (e) => Q(e, Te), ve = (e) => Q(e, De), ye = (e) => Q(e, $), be = (e) => Q(e, we), xe = (e) => Q(e, Ce), X = (e) => Q(e, ke, !0), Se = (e) => Q(e, Oe, !0), Z = (e, t, n) => {
|
|
249
|
+
let r = N.exec(e);
|
|
251
250
|
return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
|
|
252
251
|
}, Q = (e, t, n = !1) => {
|
|
253
|
-
let r =
|
|
252
|
+
let r = P.exec(e);
|
|
254
253
|
return r ? r[1] ? t(r[1]) : n : !1;
|
|
255
|
-
},
|
|
256
|
-
let e =
|
|
254
|
+
}, $ = (e) => e === "position" || e === "percentage", Ce = (e) => e === "image" || e === "url", we = (e) => e === "length" || e === "size" || e === "bg-size", Te = (e) => e === "length", Ee = (e) => e === "number", De = (e) => e === "family-name", Oe = (e) => e === "number" || e === "weight", ke = (e) => e === "shadow", Ae = /*#__PURE__*/ A(() => {
|
|
255
|
+
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"), ee = M("text-shadow"), f = M("drop-shadow"), p = M("blur"), m = M("perspective"), h = M("aspect"), g = M("ease"), _ = M("animate"), v = () => [
|
|
257
256
|
"auto",
|
|
258
257
|
"avoid",
|
|
259
258
|
"all",
|
|
@@ -262,7 +261,7 @@ var o = (e, t) => {
|
|
|
262
261
|
"left",
|
|
263
262
|
"right",
|
|
264
263
|
"column"
|
|
265
|
-
],
|
|
264
|
+
], y = () => [
|
|
266
265
|
"center",
|
|
267
266
|
"top",
|
|
268
267
|
"bottom",
|
|
@@ -276,58 +275,58 @@ var o = (e, t) => {
|
|
|
276
275
|
"right-bottom",
|
|
277
276
|
"bottom-left",
|
|
278
277
|
"left-bottom"
|
|
278
|
+
], b = () => [
|
|
279
|
+
...y(),
|
|
280
|
+
J,
|
|
281
|
+
G
|
|
279
282
|
], x = () => [
|
|
280
|
-
...b(),
|
|
281
|
-
Y,
|
|
282
|
-
q
|
|
283
|
-
], S = () => [
|
|
284
283
|
"auto",
|
|
285
284
|
"hidden",
|
|
286
285
|
"clip",
|
|
287
286
|
"visible",
|
|
288
287
|
"scroll"
|
|
289
|
-
],
|
|
288
|
+
], S = () => [
|
|
290
289
|
"auto",
|
|
291
290
|
"contain",
|
|
292
291
|
"none"
|
|
293
292
|
], C = () => [
|
|
294
|
-
|
|
295
|
-
|
|
293
|
+
J,
|
|
294
|
+
G,
|
|
296
295
|
c
|
|
297
296
|
], w = () => [
|
|
298
|
-
|
|
297
|
+
z,
|
|
299
298
|
"full",
|
|
300
299
|
"auto",
|
|
301
300
|
...C()
|
|
302
301
|
], te = () => [
|
|
303
|
-
|
|
302
|
+
V,
|
|
304
303
|
"none",
|
|
305
304
|
"subgrid",
|
|
306
|
-
|
|
307
|
-
|
|
305
|
+
J,
|
|
306
|
+
G
|
|
308
307
|
], ne = () => [
|
|
309
308
|
"auto",
|
|
310
309
|
{ span: [
|
|
311
310
|
"full",
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
311
|
+
V,
|
|
312
|
+
J,
|
|
313
|
+
G
|
|
315
314
|
] },
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
315
|
+
V,
|
|
316
|
+
J,
|
|
317
|
+
G
|
|
319
318
|
], T = () => [
|
|
320
|
-
|
|
319
|
+
V,
|
|
321
320
|
"auto",
|
|
322
|
-
|
|
323
|
-
|
|
321
|
+
J,
|
|
322
|
+
G
|
|
324
323
|
], re = () => [
|
|
325
324
|
"auto",
|
|
326
325
|
"min",
|
|
327
326
|
"max",
|
|
328
327
|
"fr",
|
|
329
|
-
|
|
330
|
-
|
|
328
|
+
J,
|
|
329
|
+
G
|
|
331
330
|
], E = () => [
|
|
332
331
|
"start",
|
|
333
332
|
"end",
|
|
@@ -347,7 +346,7 @@ var o = (e, t) => {
|
|
|
347
346
|
"center-safe",
|
|
348
347
|
"end-safe"
|
|
349
348
|
], O = () => ["auto", ...C()], k = () => [
|
|
350
|
-
|
|
349
|
+
z,
|
|
351
350
|
"auto",
|
|
352
351
|
"full",
|
|
353
352
|
"dvw",
|
|
@@ -361,7 +360,7 @@ var o = (e, t) => {
|
|
|
361
360
|
"fit",
|
|
362
361
|
...C()
|
|
363
362
|
], A = () => [
|
|
364
|
-
|
|
363
|
+
z,
|
|
365
364
|
"screen",
|
|
366
365
|
"full",
|
|
367
366
|
"dvw",
|
|
@@ -372,7 +371,7 @@ var o = (e, t) => {
|
|
|
372
371
|
"fit",
|
|
373
372
|
...C()
|
|
374
373
|
], j = () => [
|
|
375
|
-
|
|
374
|
+
z,
|
|
376
375
|
"screen",
|
|
377
376
|
"full",
|
|
378
377
|
"lh",
|
|
@@ -383,50 +382,50 @@ var o = (e, t) => {
|
|
|
383
382
|
"max",
|
|
384
383
|
"fit",
|
|
385
384
|
...C()
|
|
386
|
-
],
|
|
385
|
+
], N = () => [
|
|
387
386
|
e,
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
],
|
|
391
|
-
...
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
{ position: [
|
|
395
|
-
],
|
|
387
|
+
J,
|
|
388
|
+
G
|
|
389
|
+
], P = () => [
|
|
390
|
+
...y(),
|
|
391
|
+
ye,
|
|
392
|
+
ge,
|
|
393
|
+
{ position: [J, G] }
|
|
394
|
+
], ie = () => ["no-repeat", { repeat: [
|
|
396
395
|
"",
|
|
397
396
|
"x",
|
|
398
397
|
"y",
|
|
399
398
|
"space",
|
|
400
399
|
"round"
|
|
401
|
-
] }],
|
|
400
|
+
] }], ae = () => [
|
|
402
401
|
"auto",
|
|
403
402
|
"cover",
|
|
404
403
|
"contain",
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
{ size: [
|
|
404
|
+
be,
|
|
405
|
+
fe,
|
|
406
|
+
{ size: [J, G] }
|
|
408
407
|
], F = () => [
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
408
|
+
oe,
|
|
409
|
+
Y,
|
|
410
|
+
K
|
|
412
411
|
], I = () => [
|
|
413
412
|
"",
|
|
414
413
|
"none",
|
|
415
414
|
"full",
|
|
416
415
|
l,
|
|
417
|
-
|
|
418
|
-
|
|
416
|
+
J,
|
|
417
|
+
G
|
|
419
418
|
], L = () => [
|
|
420
419
|
"",
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
420
|
+
B,
|
|
421
|
+
Y,
|
|
422
|
+
K
|
|
424
423
|
], R = () => [
|
|
425
424
|
"solid",
|
|
426
425
|
"dashed",
|
|
427
426
|
"dotted",
|
|
428
427
|
"double"
|
|
429
|
-
],
|
|
428
|
+
], ce = () => [
|
|
430
429
|
"normal",
|
|
431
430
|
"multiply",
|
|
432
431
|
"screen",
|
|
@@ -443,33 +442,33 @@ var o = (e, t) => {
|
|
|
443
442
|
"saturation",
|
|
444
443
|
"color",
|
|
445
444
|
"luminosity"
|
|
446
|
-
],
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
],
|
|
445
|
+
], U = () => [
|
|
446
|
+
B,
|
|
447
|
+
oe,
|
|
448
|
+
ye,
|
|
449
|
+
ge
|
|
450
|
+
], le = () => [
|
|
452
451
|
"",
|
|
453
452
|
"none",
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
453
|
+
p,
|
|
454
|
+
J,
|
|
455
|
+
G
|
|
457
456
|
], W = () => [
|
|
458
457
|
"none",
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
],
|
|
458
|
+
B,
|
|
459
|
+
J,
|
|
460
|
+
G
|
|
461
|
+
], Z = () => [
|
|
463
462
|
"none",
|
|
464
|
-
V,
|
|
465
|
-
Y,
|
|
466
|
-
q
|
|
467
|
-
], ue = () => [
|
|
468
|
-
V,
|
|
469
|
-
Y,
|
|
470
|
-
q
|
|
471
|
-
], K = () => [
|
|
472
463
|
B,
|
|
464
|
+
J,
|
|
465
|
+
G
|
|
466
|
+
], Q = () => [
|
|
467
|
+
B,
|
|
468
|
+
J,
|
|
469
|
+
G
|
|
470
|
+
], $ = () => [
|
|
471
|
+
z,
|
|
473
472
|
"full",
|
|
474
473
|
...C()
|
|
475
474
|
];
|
|
@@ -483,17 +482,17 @@ var o = (e, t) => {
|
|
|
483
482
|
"bounce"
|
|
484
483
|
],
|
|
485
484
|
aspect: ["video"],
|
|
486
|
-
blur: [
|
|
487
|
-
breakpoint: [
|
|
488
|
-
color: [
|
|
489
|
-
container: [
|
|
490
|
-
"drop-shadow": [
|
|
485
|
+
blur: [H],
|
|
486
|
+
breakpoint: [H],
|
|
487
|
+
color: [se],
|
|
488
|
+
container: [H],
|
|
489
|
+
"drop-shadow": [H],
|
|
491
490
|
ease: [
|
|
492
491
|
"in",
|
|
493
492
|
"out",
|
|
494
493
|
"in-out"
|
|
495
494
|
],
|
|
496
|
-
font: [
|
|
495
|
+
font: [ue],
|
|
497
496
|
"font-weight": [
|
|
498
497
|
"thin",
|
|
499
498
|
"extralight",
|
|
@@ -505,7 +504,7 @@ var o = (e, t) => {
|
|
|
505
504
|
"extrabold",
|
|
506
505
|
"black"
|
|
507
506
|
],
|
|
508
|
-
"inset-shadow": [
|
|
507
|
+
"inset-shadow": [H],
|
|
509
508
|
leading: [
|
|
510
509
|
"none",
|
|
511
510
|
"tight",
|
|
@@ -522,11 +521,11 @@ var o = (e, t) => {
|
|
|
522
521
|
"distant",
|
|
523
522
|
"none"
|
|
524
523
|
],
|
|
525
|
-
radius: [
|
|
526
|
-
shadow: [
|
|
527
|
-
spacing: ["px",
|
|
528
|
-
text: [
|
|
529
|
-
"text-shadow": [
|
|
524
|
+
radius: [H],
|
|
525
|
+
shadow: [H],
|
|
526
|
+
spacing: ["px", B],
|
|
527
|
+
text: [H],
|
|
528
|
+
"text-shadow": [H],
|
|
530
529
|
tracking: [
|
|
531
530
|
"tighter",
|
|
532
531
|
"tight",
|
|
@@ -540,28 +539,28 @@ var o = (e, t) => {
|
|
|
540
539
|
aspect: [{ aspect: [
|
|
541
540
|
"auto",
|
|
542
541
|
"square",
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
542
|
+
z,
|
|
543
|
+
G,
|
|
544
|
+
J,
|
|
545
|
+
h
|
|
547
546
|
] }],
|
|
548
547
|
container: ["container"],
|
|
549
548
|
"container-type": [{ "@container": [
|
|
550
549
|
"",
|
|
551
550
|
"normal",
|
|
552
551
|
"size",
|
|
553
|
-
|
|
554
|
-
|
|
552
|
+
J,
|
|
553
|
+
G
|
|
555
554
|
] }],
|
|
556
|
-
"container-named": [
|
|
555
|
+
"container-named": [de],
|
|
557
556
|
columns: [{ columns: [
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
557
|
+
B,
|
|
558
|
+
G,
|
|
559
|
+
J,
|
|
561
560
|
s
|
|
562
561
|
] }],
|
|
563
|
-
"break-after": [{ "break-after":
|
|
564
|
-
"break-before": [{ "break-before":
|
|
562
|
+
"break-after": [{ "break-after": v() }],
|
|
563
|
+
"break-before": [{ "break-before": v() }],
|
|
565
564
|
"break-inside": [{ "break-inside": [
|
|
566
565
|
"auto",
|
|
567
566
|
"avoid",
|
|
@@ -617,13 +616,13 @@ var o = (e, t) => {
|
|
|
617
616
|
"none",
|
|
618
617
|
"scale-down"
|
|
619
618
|
] }],
|
|
620
|
-
"object-position": [{ object:
|
|
621
|
-
overflow: [{ overflow:
|
|
622
|
-
"overflow-x": [{ "overflow-x":
|
|
623
|
-
"overflow-y": [{ "overflow-y":
|
|
624
|
-
overscroll: [{ overscroll:
|
|
625
|
-
"overscroll-x": [{ "overscroll-x":
|
|
626
|
-
"overscroll-y": [{ "overscroll-y":
|
|
619
|
+
"object-position": [{ object: b() }],
|
|
620
|
+
overflow: [{ overflow: x() }],
|
|
621
|
+
"overflow-x": [{ "overflow-x": x() }],
|
|
622
|
+
"overflow-y": [{ "overflow-y": x() }],
|
|
623
|
+
overscroll: [{ overscroll: S() }],
|
|
624
|
+
"overscroll-x": [{ "overscroll-x": S() }],
|
|
625
|
+
"overscroll-y": [{ "overscroll-y": S() }],
|
|
627
626
|
position: [
|
|
628
627
|
"static",
|
|
629
628
|
"fixed",
|
|
@@ -654,13 +653,13 @@ var o = (e, t) => {
|
|
|
654
653
|
"collapse"
|
|
655
654
|
],
|
|
656
655
|
z: [{ z: [
|
|
657
|
-
|
|
656
|
+
V,
|
|
658
657
|
"auto",
|
|
659
|
-
|
|
660
|
-
|
|
658
|
+
J,
|
|
659
|
+
G
|
|
661
660
|
] }],
|
|
662
661
|
basis: [{ basis: [
|
|
663
|
-
|
|
662
|
+
z,
|
|
664
663
|
"full",
|
|
665
664
|
"auto",
|
|
666
665
|
s,
|
|
@@ -678,32 +677,32 @@ var o = (e, t) => {
|
|
|
678
677
|
"wrap-reverse"
|
|
679
678
|
] }],
|
|
680
679
|
flex: [{ flex: [
|
|
681
|
-
V,
|
|
682
680
|
B,
|
|
681
|
+
z,
|
|
683
682
|
"auto",
|
|
684
683
|
"initial",
|
|
685
684
|
"none",
|
|
686
|
-
|
|
685
|
+
G
|
|
687
686
|
] }],
|
|
688
687
|
grow: [{ grow: [
|
|
689
688
|
"",
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
689
|
+
B,
|
|
690
|
+
J,
|
|
691
|
+
G
|
|
693
692
|
] }],
|
|
694
693
|
shrink: [{ shrink: [
|
|
695
694
|
"",
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
695
|
+
B,
|
|
696
|
+
J,
|
|
697
|
+
G
|
|
699
698
|
] }],
|
|
700
699
|
order: [{ order: [
|
|
701
|
-
|
|
700
|
+
V,
|
|
702
701
|
"first",
|
|
703
702
|
"last",
|
|
704
703
|
"none",
|
|
705
|
-
|
|
706
|
-
|
|
704
|
+
J,
|
|
705
|
+
G
|
|
707
706
|
] }],
|
|
708
707
|
"grid-cols": [{ "grid-cols": te() }],
|
|
709
708
|
"col-start-end": [{ col: ne() }],
|
|
@@ -809,15 +808,15 @@ var o = (e, t) => {
|
|
|
809
808
|
"font-size": [{ text: [
|
|
810
809
|
"base",
|
|
811
810
|
n,
|
|
812
|
-
|
|
813
|
-
|
|
811
|
+
Y,
|
|
812
|
+
K
|
|
814
813
|
] }],
|
|
815
814
|
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
816
815
|
"font-style": ["italic", "not-italic"],
|
|
817
816
|
"font-weight": [{ font: [
|
|
818
817
|
r,
|
|
819
|
-
|
|
820
|
-
|
|
818
|
+
Se,
|
|
819
|
+
me
|
|
821
820
|
] }],
|
|
822
821
|
"font-stretch": [{ "font-stretch": [
|
|
823
822
|
"ultra-condensed",
|
|
@@ -829,15 +828,15 @@ var o = (e, t) => {
|
|
|
829
828
|
"expanded",
|
|
830
829
|
"extra-expanded",
|
|
831
830
|
"ultra-expanded",
|
|
832
|
-
|
|
833
|
-
|
|
831
|
+
oe,
|
|
832
|
+
G
|
|
834
833
|
] }],
|
|
835
834
|
"font-family": [{ font: [
|
|
836
|
-
|
|
837
|
-
|
|
835
|
+
ve,
|
|
836
|
+
he,
|
|
838
837
|
t
|
|
839
838
|
] }],
|
|
840
|
-
"font-features": [{ "font-features": [
|
|
839
|
+
"font-features": [{ "font-features": [G] }],
|
|
841
840
|
"fvn-normal": ["normal-nums"],
|
|
842
841
|
"fvn-ordinal": ["ordinal"],
|
|
843
842
|
"fvn-slashed-zero": ["slashed-zero"],
|
|
@@ -846,28 +845,28 @@ var o = (e, t) => {
|
|
|
846
845
|
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
847
846
|
tracking: [{ tracking: [
|
|
848
847
|
i,
|
|
849
|
-
|
|
850
|
-
|
|
848
|
+
J,
|
|
849
|
+
G
|
|
851
850
|
] }],
|
|
852
851
|
"line-clamp": [{ "line-clamp": [
|
|
853
|
-
|
|
852
|
+
B,
|
|
854
853
|
"none",
|
|
855
|
-
|
|
856
|
-
|
|
854
|
+
J,
|
|
855
|
+
pe
|
|
857
856
|
] }],
|
|
858
857
|
leading: [{ leading: [a, ...C()] }],
|
|
859
858
|
"list-image": [{ "list-image": [
|
|
860
859
|
"none",
|
|
861
|
-
|
|
862
|
-
|
|
860
|
+
J,
|
|
861
|
+
G
|
|
863
862
|
] }],
|
|
864
863
|
"list-style-position": [{ list: ["inside", "outside"] }],
|
|
865
864
|
"list-style-type": [{ list: [
|
|
866
865
|
"disc",
|
|
867
866
|
"decimal",
|
|
868
867
|
"none",
|
|
869
|
-
|
|
870
|
-
|
|
868
|
+
J,
|
|
869
|
+
G
|
|
871
870
|
] }],
|
|
872
871
|
"text-alignment": [{ text: [
|
|
873
872
|
"left",
|
|
@@ -877,8 +876,8 @@ var o = (e, t) => {
|
|
|
877
876
|
"start",
|
|
878
877
|
"end"
|
|
879
878
|
] }],
|
|
880
|
-
"placeholder-color": [{ placeholder:
|
|
881
|
-
"text-color": [{ text:
|
|
879
|
+
"placeholder-color": [{ placeholder: N() }],
|
|
880
|
+
"text-color": [{ text: N() }],
|
|
882
881
|
"text-decoration": [
|
|
883
882
|
"underline",
|
|
884
883
|
"overline",
|
|
@@ -887,18 +886,18 @@ var o = (e, t) => {
|
|
|
887
886
|
],
|
|
888
887
|
"text-decoration-style": [{ decoration: [...R(), "wavy"] }],
|
|
889
888
|
"text-decoration-thickness": [{ decoration: [
|
|
890
|
-
|
|
889
|
+
B,
|
|
891
890
|
"from-font",
|
|
892
891
|
"auto",
|
|
893
|
-
|
|
894
|
-
|
|
892
|
+
J,
|
|
893
|
+
K
|
|
895
894
|
] }],
|
|
896
|
-
"text-decoration-color": [{ decoration:
|
|
895
|
+
"text-decoration-color": [{ decoration: N() }],
|
|
897
896
|
"underline-offset": [{ "underline-offset": [
|
|
898
|
-
|
|
897
|
+
B,
|
|
899
898
|
"auto",
|
|
900
|
-
|
|
901
|
-
|
|
899
|
+
J,
|
|
900
|
+
G
|
|
902
901
|
] }],
|
|
903
902
|
"text-transform": [
|
|
904
903
|
"uppercase",
|
|
@@ -919,9 +918,9 @@ var o = (e, t) => {
|
|
|
919
918
|
] }],
|
|
920
919
|
indent: [{ indent: C() }],
|
|
921
920
|
"tab-size": [{ tab: [
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
921
|
+
V,
|
|
922
|
+
J,
|
|
923
|
+
G
|
|
925
924
|
] }],
|
|
926
925
|
"vertical-align": [{ align: [
|
|
927
926
|
"baseline",
|
|
@@ -932,8 +931,8 @@ var o = (e, t) => {
|
|
|
932
931
|
"text-bottom",
|
|
933
932
|
"sub",
|
|
934
933
|
"super",
|
|
935
|
-
|
|
936
|
-
|
|
934
|
+
J,
|
|
935
|
+
G
|
|
937
936
|
] }],
|
|
938
937
|
whitespace: [{ whitespace: [
|
|
939
938
|
"normal",
|
|
@@ -961,8 +960,8 @@ var o = (e, t) => {
|
|
|
961
960
|
] }],
|
|
962
961
|
content: [{ content: [
|
|
963
962
|
"none",
|
|
964
|
-
|
|
965
|
-
|
|
963
|
+
J,
|
|
964
|
+
G
|
|
966
965
|
] }],
|
|
967
966
|
"bg-attachment": [{ bg: [
|
|
968
967
|
"fixed",
|
|
@@ -980,9 +979,9 @@ var o = (e, t) => {
|
|
|
980
979
|
"padding",
|
|
981
980
|
"content"
|
|
982
981
|
] }],
|
|
983
|
-
"bg-position": [{ bg:
|
|
984
|
-
"bg-repeat": [{ bg:
|
|
985
|
-
"bg-size": [{ bg:
|
|
982
|
+
"bg-position": [{ bg: P() }],
|
|
983
|
+
"bg-repeat": [{ bg: ie() }],
|
|
984
|
+
"bg-size": [{ bg: ae() }],
|
|
986
985
|
"bg-image": [{ bg: [
|
|
987
986
|
"none",
|
|
988
987
|
{
|
|
@@ -997,31 +996,31 @@ var o = (e, t) => {
|
|
|
997
996
|
"l",
|
|
998
997
|
"tl"
|
|
999
998
|
] },
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
999
|
+
V,
|
|
1000
|
+
J,
|
|
1001
|
+
G
|
|
1003
1002
|
],
|
|
1004
1003
|
radial: [
|
|
1005
1004
|
"",
|
|
1006
|
-
|
|
1007
|
-
|
|
1005
|
+
J,
|
|
1006
|
+
G
|
|
1008
1007
|
],
|
|
1009
1008
|
conic: [
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1009
|
+
V,
|
|
1010
|
+
J,
|
|
1011
|
+
G
|
|
1013
1012
|
]
|
|
1014
1013
|
},
|
|
1015
|
-
|
|
1016
|
-
|
|
1014
|
+
xe,
|
|
1015
|
+
_e
|
|
1017
1016
|
] }],
|
|
1018
|
-
"bg-color": [{ bg:
|
|
1017
|
+
"bg-color": [{ bg: N() }],
|
|
1019
1018
|
"gradient-from-pos": [{ from: F() }],
|
|
1020
1019
|
"gradient-via-pos": [{ via: F() }],
|
|
1021
1020
|
"gradient-to-pos": [{ to: F() }],
|
|
1022
|
-
"gradient-from": [{ from:
|
|
1023
|
-
"gradient-via": [{ via:
|
|
1024
|
-
"gradient-to": [{ to:
|
|
1021
|
+
"gradient-from": [{ from: N() }],
|
|
1022
|
+
"gradient-via": [{ via: N() }],
|
|
1023
|
+
"gradient-to": [{ to: N() }],
|
|
1025
1024
|
rounded: [{ rounded: I() }],
|
|
1026
1025
|
"rounded-s": [{ "rounded-s": I() }],
|
|
1027
1026
|
"rounded-e": [{ "rounded-e": I() }],
|
|
@@ -1062,75 +1061,75 @@ var o = (e, t) => {
|
|
|
1062
1061
|
"hidden",
|
|
1063
1062
|
"none"
|
|
1064
1063
|
] }],
|
|
1065
|
-
"border-color": [{ border:
|
|
1066
|
-
"border-color-x": [{ "border-x":
|
|
1067
|
-
"border-color-y": [{ "border-y":
|
|
1068
|
-
"border-color-s": [{ "border-s":
|
|
1069
|
-
"border-color-e": [{ "border-e":
|
|
1070
|
-
"border-color-bs": [{ "border-bs":
|
|
1071
|
-
"border-color-be": [{ "border-be":
|
|
1072
|
-
"border-color-t": [{ "border-t":
|
|
1073
|
-
"border-color-r": [{ "border-r":
|
|
1074
|
-
"border-color-b": [{ "border-b":
|
|
1075
|
-
"border-color-l": [{ "border-l":
|
|
1076
|
-
"divide-color": [{ divide:
|
|
1064
|
+
"border-color": [{ border: N() }],
|
|
1065
|
+
"border-color-x": [{ "border-x": N() }],
|
|
1066
|
+
"border-color-y": [{ "border-y": N() }],
|
|
1067
|
+
"border-color-s": [{ "border-s": N() }],
|
|
1068
|
+
"border-color-e": [{ "border-e": N() }],
|
|
1069
|
+
"border-color-bs": [{ "border-bs": N() }],
|
|
1070
|
+
"border-color-be": [{ "border-be": N() }],
|
|
1071
|
+
"border-color-t": [{ "border-t": N() }],
|
|
1072
|
+
"border-color-r": [{ "border-r": N() }],
|
|
1073
|
+
"border-color-b": [{ "border-b": N() }],
|
|
1074
|
+
"border-color-l": [{ "border-l": N() }],
|
|
1075
|
+
"divide-color": [{ divide: N() }],
|
|
1077
1076
|
"outline-style": [{ outline: [
|
|
1078
1077
|
...R(),
|
|
1079
1078
|
"none",
|
|
1080
1079
|
"hidden"
|
|
1081
1080
|
] }],
|
|
1082
1081
|
"outline-offset": [{ "outline-offset": [
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1082
|
+
B,
|
|
1083
|
+
J,
|
|
1084
|
+
G
|
|
1086
1085
|
] }],
|
|
1087
1086
|
"outline-w": [{ outline: [
|
|
1088
1087
|
"",
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1088
|
+
B,
|
|
1089
|
+
Y,
|
|
1090
|
+
K
|
|
1092
1091
|
] }],
|
|
1093
|
-
"outline-color": [{ outline:
|
|
1092
|
+
"outline-color": [{ outline: N() }],
|
|
1094
1093
|
shadow: [{ shadow: [
|
|
1095
1094
|
"",
|
|
1096
1095
|
"none",
|
|
1097
1096
|
u,
|
|
1098
|
-
|
|
1099
|
-
|
|
1097
|
+
X,
|
|
1098
|
+
q
|
|
1100
1099
|
] }],
|
|
1101
|
-
"shadow-color": [{ shadow:
|
|
1100
|
+
"shadow-color": [{ shadow: N() }],
|
|
1102
1101
|
"inset-shadow": [{ "inset-shadow": [
|
|
1103
1102
|
"none",
|
|
1104
1103
|
d,
|
|
1105
|
-
|
|
1106
|
-
|
|
1104
|
+
X,
|
|
1105
|
+
q
|
|
1107
1106
|
] }],
|
|
1108
|
-
"inset-shadow-color": [{ "inset-shadow":
|
|
1107
|
+
"inset-shadow-color": [{ "inset-shadow": N() }],
|
|
1109
1108
|
"ring-w": [{ ring: L() }],
|
|
1110
1109
|
"ring-w-inset": ["ring-inset"],
|
|
1111
|
-
"ring-color": [{ ring:
|
|
1112
|
-
"ring-offset-w": [{ "ring-offset": [
|
|
1113
|
-
"ring-offset-color": [{ "ring-offset":
|
|
1110
|
+
"ring-color": [{ ring: N() }],
|
|
1111
|
+
"ring-offset-w": [{ "ring-offset": [B, K] }],
|
|
1112
|
+
"ring-offset-color": [{ "ring-offset": N() }],
|
|
1114
1113
|
"inset-ring-w": [{ "inset-ring": L() }],
|
|
1115
|
-
"inset-ring-color": [{ "inset-ring":
|
|
1114
|
+
"inset-ring-color": [{ "inset-ring": N() }],
|
|
1116
1115
|
"text-shadow": [{ "text-shadow": [
|
|
1117
1116
|
"none",
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1117
|
+
ee,
|
|
1118
|
+
X,
|
|
1119
|
+
q
|
|
1121
1120
|
] }],
|
|
1122
|
-
"text-shadow-color": [{ "text-shadow":
|
|
1121
|
+
"text-shadow-color": [{ "text-shadow": N() }],
|
|
1123
1122
|
opacity: [{ opacity: [
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1123
|
+
B,
|
|
1124
|
+
J,
|
|
1125
|
+
G
|
|
1127
1126
|
] }],
|
|
1128
1127
|
"mix-blend": [{ "mix-blend": [
|
|
1129
|
-
...
|
|
1128
|
+
...ce(),
|
|
1130
1129
|
"plus-darker",
|
|
1131
1130
|
"plus-lighter"
|
|
1132
1131
|
] }],
|
|
1133
|
-
"bg-blend": [{ "bg-blend":
|
|
1132
|
+
"bg-blend": [{ "bg-blend": ce() }],
|
|
1134
1133
|
"mask-clip": [{ "mask-clip": [
|
|
1135
1134
|
"border",
|
|
1136
1135
|
"padding",
|
|
@@ -1145,51 +1144,51 @@ var o = (e, t) => {
|
|
|
1145
1144
|
"intersect",
|
|
1146
1145
|
"exclude"
|
|
1147
1146
|
] }],
|
|
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":
|
|
1151
|
-
"mask-image-linear-from-color": [{ "mask-linear-from":
|
|
1152
|
-
"mask-image-linear-to-color": [{ "mask-linear-to":
|
|
1153
|
-
"mask-image-t-from-pos": [{ "mask-t-from":
|
|
1154
|
-
"mask-image-t-to-pos": [{ "mask-t-to":
|
|
1155
|
-
"mask-image-t-from-color": [{ "mask-t-from":
|
|
1156
|
-
"mask-image-t-to-color": [{ "mask-t-to":
|
|
1157
|
-
"mask-image-r-from-pos": [{ "mask-r-from":
|
|
1158
|
-
"mask-image-r-to-pos": [{ "mask-r-to":
|
|
1159
|
-
"mask-image-r-from-color": [{ "mask-r-from":
|
|
1160
|
-
"mask-image-r-to-color": [{ "mask-r-to":
|
|
1161
|
-
"mask-image-b-from-pos": [{ "mask-b-from":
|
|
1162
|
-
"mask-image-b-to-pos": [{ "mask-b-to":
|
|
1163
|
-
"mask-image-b-from-color": [{ "mask-b-from":
|
|
1164
|
-
"mask-image-b-to-color": [{ "mask-b-to":
|
|
1165
|
-
"mask-image-l-from-pos": [{ "mask-l-from":
|
|
1166
|
-
"mask-image-l-to-pos": [{ "mask-l-to":
|
|
1167
|
-
"mask-image-l-from-color": [{ "mask-l-from":
|
|
1168
|
-
"mask-image-l-to-color": [{ "mask-l-to":
|
|
1169
|
-
"mask-image-x-from-pos": [{ "mask-x-from":
|
|
1170
|
-
"mask-image-x-to-pos": [{ "mask-x-to":
|
|
1171
|
-
"mask-image-x-from-color": [{ "mask-x-from":
|
|
1172
|
-
"mask-image-x-to-color": [{ "mask-x-to":
|
|
1173
|
-
"mask-image-y-from-pos": [{ "mask-y-from":
|
|
1174
|
-
"mask-image-y-to-pos": [{ "mask-y-to":
|
|
1175
|
-
"mask-image-y-from-color": [{ "mask-y-from":
|
|
1176
|
-
"mask-image-y-to-color": [{ "mask-y-to":
|
|
1177
|
-
"mask-image-radial": [{ "mask-radial": [
|
|
1178
|
-
"mask-image-radial-from-pos": [{ "mask-radial-from":
|
|
1179
|
-
"mask-image-radial-to-pos": [{ "mask-radial-to":
|
|
1180
|
-
"mask-image-radial-from-color": [{ "mask-radial-from":
|
|
1181
|
-
"mask-image-radial-to-color": [{ "mask-radial-to":
|
|
1147
|
+
"mask-image-linear-pos": [{ "mask-linear": [B] }],
|
|
1148
|
+
"mask-image-linear-from-pos": [{ "mask-linear-from": U() }],
|
|
1149
|
+
"mask-image-linear-to-pos": [{ "mask-linear-to": U() }],
|
|
1150
|
+
"mask-image-linear-from-color": [{ "mask-linear-from": N() }],
|
|
1151
|
+
"mask-image-linear-to-color": [{ "mask-linear-to": N() }],
|
|
1152
|
+
"mask-image-t-from-pos": [{ "mask-t-from": U() }],
|
|
1153
|
+
"mask-image-t-to-pos": [{ "mask-t-to": U() }],
|
|
1154
|
+
"mask-image-t-from-color": [{ "mask-t-from": N() }],
|
|
1155
|
+
"mask-image-t-to-color": [{ "mask-t-to": N() }],
|
|
1156
|
+
"mask-image-r-from-pos": [{ "mask-r-from": U() }],
|
|
1157
|
+
"mask-image-r-to-pos": [{ "mask-r-to": U() }],
|
|
1158
|
+
"mask-image-r-from-color": [{ "mask-r-from": N() }],
|
|
1159
|
+
"mask-image-r-to-color": [{ "mask-r-to": N() }],
|
|
1160
|
+
"mask-image-b-from-pos": [{ "mask-b-from": U() }],
|
|
1161
|
+
"mask-image-b-to-pos": [{ "mask-b-to": U() }],
|
|
1162
|
+
"mask-image-b-from-color": [{ "mask-b-from": N() }],
|
|
1163
|
+
"mask-image-b-to-color": [{ "mask-b-to": N() }],
|
|
1164
|
+
"mask-image-l-from-pos": [{ "mask-l-from": U() }],
|
|
1165
|
+
"mask-image-l-to-pos": [{ "mask-l-to": U() }],
|
|
1166
|
+
"mask-image-l-from-color": [{ "mask-l-from": N() }],
|
|
1167
|
+
"mask-image-l-to-color": [{ "mask-l-to": N() }],
|
|
1168
|
+
"mask-image-x-from-pos": [{ "mask-x-from": U() }],
|
|
1169
|
+
"mask-image-x-to-pos": [{ "mask-x-to": U() }],
|
|
1170
|
+
"mask-image-x-from-color": [{ "mask-x-from": N() }],
|
|
1171
|
+
"mask-image-x-to-color": [{ "mask-x-to": N() }],
|
|
1172
|
+
"mask-image-y-from-pos": [{ "mask-y-from": U() }],
|
|
1173
|
+
"mask-image-y-to-pos": [{ "mask-y-to": U() }],
|
|
1174
|
+
"mask-image-y-from-color": [{ "mask-y-from": N() }],
|
|
1175
|
+
"mask-image-y-to-color": [{ "mask-y-to": N() }],
|
|
1176
|
+
"mask-image-radial": [{ "mask-radial": [J, G] }],
|
|
1177
|
+
"mask-image-radial-from-pos": [{ "mask-radial-from": U() }],
|
|
1178
|
+
"mask-image-radial-to-pos": [{ "mask-radial-to": U() }],
|
|
1179
|
+
"mask-image-radial-from-color": [{ "mask-radial-from": N() }],
|
|
1180
|
+
"mask-image-radial-to-color": [{ "mask-radial-to": N() }],
|
|
1182
1181
|
"mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
|
|
1183
1182
|
"mask-image-radial-size": [{ "mask-radial": [{
|
|
1184
1183
|
closest: ["side", "corner"],
|
|
1185
1184
|
farthest: ["side", "corner"]
|
|
1186
1185
|
}] }],
|
|
1187
|
-
"mask-image-radial-pos": [{ "mask-radial-at":
|
|
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":
|
|
1191
|
-
"mask-image-conic-from-color": [{ "mask-conic-from":
|
|
1192
|
-
"mask-image-conic-to-color": [{ "mask-conic-to":
|
|
1186
|
+
"mask-image-radial-pos": [{ "mask-radial-at": y() }],
|
|
1187
|
+
"mask-image-conic-pos": [{ "mask-conic": [B] }],
|
|
1188
|
+
"mask-image-conic-from-pos": [{ "mask-conic-from": U() }],
|
|
1189
|
+
"mask-image-conic-to-pos": [{ "mask-conic-to": U() }],
|
|
1190
|
+
"mask-image-conic-from-color": [{ "mask-conic-from": N() }],
|
|
1191
|
+
"mask-image-conic-to-color": [{ "mask-conic-to": N() }],
|
|
1193
1192
|
"mask-mode": [{ mask: [
|
|
1194
1193
|
"alpha",
|
|
1195
1194
|
"luminance",
|
|
@@ -1203,117 +1202,117 @@ var o = (e, t) => {
|
|
|
1203
1202
|
"stroke",
|
|
1204
1203
|
"view"
|
|
1205
1204
|
] }],
|
|
1206
|
-
"mask-position": [{ mask:
|
|
1207
|
-
"mask-repeat": [{ mask:
|
|
1208
|
-
"mask-size": [{ mask:
|
|
1205
|
+
"mask-position": [{ mask: P() }],
|
|
1206
|
+
"mask-repeat": [{ mask: ie() }],
|
|
1207
|
+
"mask-size": [{ mask: ae() }],
|
|
1209
1208
|
"mask-type": [{ "mask-type": ["alpha", "luminance"] }],
|
|
1210
1209
|
"mask-image": [{ mask: [
|
|
1211
1210
|
"none",
|
|
1212
|
-
|
|
1213
|
-
|
|
1211
|
+
J,
|
|
1212
|
+
G
|
|
1214
1213
|
] }],
|
|
1215
1214
|
filter: [{ filter: [
|
|
1216
1215
|
"",
|
|
1217
1216
|
"none",
|
|
1218
|
-
|
|
1219
|
-
|
|
1217
|
+
J,
|
|
1218
|
+
G
|
|
1220
1219
|
] }],
|
|
1221
|
-
blur: [{ blur:
|
|
1220
|
+
blur: [{ blur: le() }],
|
|
1222
1221
|
brightness: [{ brightness: [
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1222
|
+
B,
|
|
1223
|
+
J,
|
|
1224
|
+
G
|
|
1226
1225
|
] }],
|
|
1227
1226
|
contrast: [{ contrast: [
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1227
|
+
B,
|
|
1228
|
+
J,
|
|
1229
|
+
G
|
|
1231
1230
|
] }],
|
|
1232
1231
|
"drop-shadow": [{ "drop-shadow": [
|
|
1233
1232
|
"",
|
|
1234
1233
|
"none",
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1234
|
+
f,
|
|
1235
|
+
X,
|
|
1236
|
+
q
|
|
1238
1237
|
] }],
|
|
1239
|
-
"drop-shadow-color": [{ "drop-shadow":
|
|
1238
|
+
"drop-shadow-color": [{ "drop-shadow": N() }],
|
|
1240
1239
|
grayscale: [{ grayscale: [
|
|
1241
1240
|
"",
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1241
|
+
B,
|
|
1242
|
+
J,
|
|
1243
|
+
G
|
|
1245
1244
|
] }],
|
|
1246
1245
|
"hue-rotate": [{ "hue-rotate": [
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1246
|
+
B,
|
|
1247
|
+
J,
|
|
1248
|
+
G
|
|
1250
1249
|
] }],
|
|
1251
1250
|
invert: [{ invert: [
|
|
1252
1251
|
"",
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1252
|
+
B,
|
|
1253
|
+
J,
|
|
1254
|
+
G
|
|
1256
1255
|
] }],
|
|
1257
1256
|
saturate: [{ saturate: [
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1257
|
+
B,
|
|
1258
|
+
J,
|
|
1259
|
+
G
|
|
1261
1260
|
] }],
|
|
1262
1261
|
sepia: [{ sepia: [
|
|
1263
1262
|
"",
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1263
|
+
B,
|
|
1264
|
+
J,
|
|
1265
|
+
G
|
|
1267
1266
|
] }],
|
|
1268
1267
|
"backdrop-filter": [{ "backdrop-filter": [
|
|
1269
1268
|
"",
|
|
1270
1269
|
"none",
|
|
1271
|
-
|
|
1272
|
-
|
|
1270
|
+
J,
|
|
1271
|
+
G
|
|
1273
1272
|
] }],
|
|
1274
|
-
"backdrop-blur": [{ "backdrop-blur":
|
|
1273
|
+
"backdrop-blur": [{ "backdrop-blur": le() }],
|
|
1275
1274
|
"backdrop-brightness": [{ "backdrop-brightness": [
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1275
|
+
B,
|
|
1276
|
+
J,
|
|
1277
|
+
G
|
|
1279
1278
|
] }],
|
|
1280
1279
|
"backdrop-contrast": [{ "backdrop-contrast": [
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1280
|
+
B,
|
|
1281
|
+
J,
|
|
1282
|
+
G
|
|
1284
1283
|
] }],
|
|
1285
1284
|
"backdrop-grayscale": [{ "backdrop-grayscale": [
|
|
1286
1285
|
"",
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1286
|
+
B,
|
|
1287
|
+
J,
|
|
1288
|
+
G
|
|
1290
1289
|
] }],
|
|
1291
1290
|
"backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1291
|
+
B,
|
|
1292
|
+
J,
|
|
1293
|
+
G
|
|
1295
1294
|
] }],
|
|
1296
1295
|
"backdrop-invert": [{ "backdrop-invert": [
|
|
1297
1296
|
"",
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1297
|
+
B,
|
|
1298
|
+
J,
|
|
1299
|
+
G
|
|
1301
1300
|
] }],
|
|
1302
1301
|
"backdrop-opacity": [{ "backdrop-opacity": [
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1302
|
+
B,
|
|
1303
|
+
J,
|
|
1304
|
+
G
|
|
1306
1305
|
] }],
|
|
1307
1306
|
"backdrop-saturate": [{ "backdrop-saturate": [
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1307
|
+
B,
|
|
1308
|
+
J,
|
|
1309
|
+
G
|
|
1311
1310
|
] }],
|
|
1312
1311
|
"backdrop-sepia": [{ "backdrop-sepia": [
|
|
1313
1312
|
"",
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1313
|
+
B,
|
|
1314
|
+
J,
|
|
1315
|
+
G
|
|
1317
1316
|
] }],
|
|
1318
1317
|
"border-collapse": [{ border: ["collapse", "separate"] }],
|
|
1319
1318
|
"border-spacing": [{ "border-spacing": C() }],
|
|
@@ -1329,76 +1328,76 @@ var o = (e, t) => {
|
|
|
1329
1328
|
"shadow",
|
|
1330
1329
|
"transform",
|
|
1331
1330
|
"none",
|
|
1332
|
-
|
|
1333
|
-
|
|
1331
|
+
J,
|
|
1332
|
+
G
|
|
1334
1333
|
] }],
|
|
1335
1334
|
"transition-behavior": [{ transition: ["normal", "discrete"] }],
|
|
1336
1335
|
duration: [{ duration: [
|
|
1337
|
-
|
|
1336
|
+
B,
|
|
1338
1337
|
"initial",
|
|
1339
|
-
|
|
1340
|
-
|
|
1338
|
+
J,
|
|
1339
|
+
G
|
|
1341
1340
|
] }],
|
|
1342
1341
|
ease: [{ ease: [
|
|
1343
1342
|
"linear",
|
|
1344
1343
|
"initial",
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1344
|
+
g,
|
|
1345
|
+
J,
|
|
1346
|
+
G
|
|
1348
1347
|
] }],
|
|
1349
1348
|
delay: [{ delay: [
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1349
|
+
B,
|
|
1350
|
+
J,
|
|
1351
|
+
G
|
|
1353
1352
|
] }],
|
|
1354
1353
|
animate: [{ animate: [
|
|
1355
1354
|
"none",
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1355
|
+
_,
|
|
1356
|
+
J,
|
|
1357
|
+
G
|
|
1359
1358
|
] }],
|
|
1360
1359
|
backface: [{ backface: ["hidden", "visible"] }],
|
|
1361
1360
|
perspective: [{ perspective: [
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1361
|
+
m,
|
|
1362
|
+
J,
|
|
1363
|
+
G
|
|
1365
1364
|
] }],
|
|
1366
|
-
"perspective-origin": [{ "perspective-origin":
|
|
1365
|
+
"perspective-origin": [{ "perspective-origin": b() }],
|
|
1367
1366
|
rotate: [{ rotate: W() }],
|
|
1368
1367
|
"rotate-x": [{ "rotate-x": W() }],
|
|
1369
1368
|
"rotate-y": [{ "rotate-y": W() }],
|
|
1370
1369
|
"rotate-z": [{ "rotate-z": W() }],
|
|
1371
|
-
scale: [{ scale:
|
|
1372
|
-
"scale-x": [{ "scale-x":
|
|
1373
|
-
"scale-y": [{ "scale-y":
|
|
1374
|
-
"scale-z": [{ "scale-z":
|
|
1370
|
+
scale: [{ scale: Z() }],
|
|
1371
|
+
"scale-x": [{ "scale-x": Z() }],
|
|
1372
|
+
"scale-y": [{ "scale-y": Z() }],
|
|
1373
|
+
"scale-z": [{ "scale-z": Z() }],
|
|
1375
1374
|
"scale-3d": ["scale-3d"],
|
|
1376
|
-
skew: [{ skew:
|
|
1377
|
-
"skew-x": [{ "skew-x":
|
|
1378
|
-
"skew-y": [{ "skew-y":
|
|
1375
|
+
skew: [{ skew: Q() }],
|
|
1376
|
+
"skew-x": [{ "skew-x": Q() }],
|
|
1377
|
+
"skew-y": [{ "skew-y": Q() }],
|
|
1379
1378
|
transform: [{ transform: [
|
|
1380
|
-
|
|
1381
|
-
|
|
1379
|
+
J,
|
|
1380
|
+
G,
|
|
1382
1381
|
"",
|
|
1383
1382
|
"none",
|
|
1384
1383
|
"gpu",
|
|
1385
1384
|
"cpu"
|
|
1386
1385
|
] }],
|
|
1387
|
-
"transform-origin": [{ origin:
|
|
1386
|
+
"transform-origin": [{ origin: b() }],
|
|
1388
1387
|
"transform-style": [{ transform: ["3d", "flat"] }],
|
|
1389
|
-
translate: [{ translate:
|
|
1390
|
-
"translate-x": [{ "translate-x":
|
|
1391
|
-
"translate-y": [{ "translate-y":
|
|
1392
|
-
"translate-z": [{ "translate-z":
|
|
1388
|
+
translate: [{ translate: $() }],
|
|
1389
|
+
"translate-x": [{ "translate-x": $() }],
|
|
1390
|
+
"translate-y": [{ "translate-y": $() }],
|
|
1391
|
+
"translate-z": [{ "translate-z": $() }],
|
|
1393
1392
|
"translate-none": ["translate-none"],
|
|
1394
1393
|
zoom: [{ zoom: [
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1394
|
+
V,
|
|
1395
|
+
J,
|
|
1396
|
+
G
|
|
1398
1397
|
] }],
|
|
1399
|
-
accent: [{ accent:
|
|
1398
|
+
accent: [{ accent: N() }],
|
|
1400
1399
|
appearance: [{ appearance: ["none", "auto"] }],
|
|
1401
|
-
"caret-color": [{ caret:
|
|
1400
|
+
"caret-color": [{ caret: N() }],
|
|
1402
1401
|
"color-scheme": [{ scheme: [
|
|
1403
1402
|
"normal",
|
|
1404
1403
|
"dark",
|
|
@@ -1444,8 +1443,8 @@ var o = (e, t) => {
|
|
|
1444
1443
|
"nwse-resize",
|
|
1445
1444
|
"zoom-in",
|
|
1446
1445
|
"zoom-out",
|
|
1447
|
-
|
|
1448
|
-
|
|
1446
|
+
J,
|
|
1447
|
+
G
|
|
1449
1448
|
] }],
|
|
1450
1449
|
"field-sizing": [{ "field-sizing": ["fixed", "content"] }],
|
|
1451
1450
|
"pointer-events": [{ "pointer-events": ["auto", "none"] }],
|
|
@@ -1456,8 +1455,8 @@ var o = (e, t) => {
|
|
|
1456
1455
|
"x"
|
|
1457
1456
|
] }],
|
|
1458
1457
|
"scroll-behavior": [{ scroll: ["auto", "smooth"] }],
|
|
1459
|
-
"scrollbar-thumb-color": [{ "scrollbar-thumb":
|
|
1460
|
-
"scrollbar-track-color": [{ "scrollbar-track":
|
|
1458
|
+
"scrollbar-thumb-color": [{ "scrollbar-thumb": N() }],
|
|
1459
|
+
"scrollbar-track-color": [{ "scrollbar-track": N() }],
|
|
1461
1460
|
"scrollbar-gutter": [{ "scrollbar-gutter": [
|
|
1462
1461
|
"auto",
|
|
1463
1462
|
"stable",
|
|
@@ -1531,17 +1530,17 @@ var o = (e, t) => {
|
|
|
1531
1530
|
"scroll",
|
|
1532
1531
|
"contents",
|
|
1533
1532
|
"transform",
|
|
1534
|
-
|
|
1535
|
-
|
|
1533
|
+
J,
|
|
1534
|
+
G
|
|
1536
1535
|
] }],
|
|
1537
|
-
fill: [{ fill: ["none", ...
|
|
1536
|
+
fill: [{ fill: ["none", ...N()] }],
|
|
1538
1537
|
"stroke-w": [{ stroke: [
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1538
|
+
B,
|
|
1539
|
+
Y,
|
|
1540
|
+
K,
|
|
1541
|
+
pe
|
|
1543
1542
|
] }],
|
|
1544
|
-
stroke: [{ stroke: ["none", ...
|
|
1543
|
+
stroke: [{ stroke: ["none", ...N()] }],
|
|
1545
1544
|
"forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
|
|
1546
1545
|
},
|
|
1547
1546
|
conflictingClassGroups: {
|
|
@@ -1730,259 +1729,17 @@ var o = (e, t) => {
|
|
|
1730
1729
|
});
|
|
1731
1730
|
//#endregion
|
|
1732
1731
|
//#region src/lib/utils.ts
|
|
1733
|
-
function
|
|
1734
|
-
return
|
|
1732
|
+
function je(...e) {
|
|
1733
|
+
return Ae(n(e));
|
|
1735
1734
|
}
|
|
1736
1735
|
//#endregion
|
|
1737
1736
|
//#region src/base/Skeleton/Skeleton.tsx
|
|
1738
|
-
function
|
|
1739
|
-
return /* @__PURE__ */
|
|
1737
|
+
function Me({ className: t, ...n }) {
|
|
1738
|
+
return /* @__PURE__ */ e("div", {
|
|
1740
1739
|
"data-slot": "skeleton",
|
|
1741
|
-
className:
|
|
1740
|
+
className: je("animate-pulse rounded-md bg-muted", t),
|
|
1742
1741
|
...n
|
|
1743
1742
|
});
|
|
1744
1743
|
}
|
|
1745
1744
|
//#endregion
|
|
1746
|
-
|
|
1747
|
-
var $ = !1;
|
|
1748
|
-
function Le({ baseUrl: e, monaco: t } = {}) {
|
|
1749
|
-
if (!$) {
|
|
1750
|
-
if (t !== void 0) {
|
|
1751
|
-
r.config({ monaco: t }), $ = !0;
|
|
1752
|
-
return;
|
|
1753
|
-
}
|
|
1754
|
-
e !== void 0 && (r.config({ paths: { vs: e.replace(/\/+$/, "") } }), $ = !0);
|
|
1755
|
-
}
|
|
1756
|
-
}
|
|
1757
|
-
async function Re() {
|
|
1758
|
-
if ($) return;
|
|
1759
|
-
let e = await import("monaco-editor");
|
|
1760
|
-
$ ||= (r.config({ monaco: e }), !0);
|
|
1761
|
-
}
|
|
1762
|
-
function ze() {
|
|
1763
|
-
return $;
|
|
1764
|
-
}
|
|
1765
|
-
//#endregion
|
|
1766
|
-
//#region src/composed/CodeEditor/theme/buildTheme.ts
|
|
1767
|
-
var Be = "graphene";
|
|
1768
|
-
function Ve(e) {
|
|
1769
|
-
let t = {}, n = [], r = document.createElement("div");
|
|
1770
|
-
document.body.appendChild(r);
|
|
1771
|
-
let i = getComputedStyle(r), a = document.createElement("canvas");
|
|
1772
|
-
a.width = 1, a.height = 1;
|
|
1773
|
-
let o = a.getContext("2d");
|
|
1774
|
-
for (let a of e) {
|
|
1775
|
-
if (!o) {
|
|
1776
|
-
t[a] = "#000000";
|
|
1777
|
-
continue;
|
|
1778
|
-
}
|
|
1779
|
-
r.style.backgroundColor = `var(${a})`;
|
|
1780
|
-
let e = i.backgroundColor;
|
|
1781
|
-
(e === "" || e === "rgba(0, 0, 0, 0)") && n.push(a), o.clearRect(0, 0, 1, 1), o.fillStyle = e, o.fillRect(0, 0, 1, 1);
|
|
1782
|
-
let [s, c, l] = o.getImageData(0, 0, 1, 1).data;
|
|
1783
|
-
t[a] = "#" + [
|
|
1784
|
-
s,
|
|
1785
|
-
c,
|
|
1786
|
-
l
|
|
1787
|
-
].map((e) => e.toString(16).padStart(2, "0")).join("");
|
|
1788
|
-
}
|
|
1789
|
-
return document.body.removeChild(r), t;
|
|
1790
|
-
}
|
|
1791
|
-
function He() {
|
|
1792
|
-
let e = document.documentElement.classList.contains("dark"), t = Ve([
|
|
1793
|
-
"--background",
|
|
1794
|
-
"--foreground",
|
|
1795
|
-
"--border",
|
|
1796
|
-
"--muted",
|
|
1797
|
-
"--muted-foreground",
|
|
1798
|
-
"--primary",
|
|
1799
|
-
"--code-editor-string",
|
|
1800
|
-
"--code-editor-keyword",
|
|
1801
|
-
"--code-editor-number",
|
|
1802
|
-
"--code-editor-type",
|
|
1803
|
-
"--code-editor-special"
|
|
1804
|
-
]), n = t["--background"], r = t["--foreground"], i = t["--border"], a = t["--muted"], o = t["--muted-foreground"], s = t["--primary"], c = t["--code-editor-string"], l = t["--code-editor-keyword"], u = t["--code-editor-number"], d = t["--code-editor-type"], f = t["--code-editor-special"], p = (e) => e.slice(1);
|
|
1805
|
-
return {
|
|
1806
|
-
base: e ? "vs-dark" : "vs",
|
|
1807
|
-
inherit: !0,
|
|
1808
|
-
rules: [
|
|
1809
|
-
{
|
|
1810
|
-
token: "string",
|
|
1811
|
-
foreground: p(c)
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
token: "string.key.json",
|
|
1815
|
-
foreground: p(d)
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
token: "keyword",
|
|
1819
|
-
foreground: p(l)
|
|
1820
|
-
},
|
|
1821
|
-
{
|
|
1822
|
-
token: "keyword.json",
|
|
1823
|
-
foreground: p(f)
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
token: "number",
|
|
1827
|
-
foreground: p(u)
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
token: "type",
|
|
1831
|
-
foreground: p(d)
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
token: "tag",
|
|
1835
|
-
foreground: p(l)
|
|
1836
|
-
},
|
|
1837
|
-
{
|
|
1838
|
-
token: "attribute.name",
|
|
1839
|
-
foreground: p(d)
|
|
1840
|
-
},
|
|
1841
|
-
{
|
|
1842
|
-
token: "attribute.value",
|
|
1843
|
-
foreground: p(c)
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
token: "comment",
|
|
1847
|
-
foreground: p(o),
|
|
1848
|
-
fontStyle: "italic"
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
token: "comment.line",
|
|
1852
|
-
foreground: p(o),
|
|
1853
|
-
fontStyle: "italic"
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
token: "comment.block",
|
|
1857
|
-
foreground: p(o),
|
|
1858
|
-
fontStyle: "italic"
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
token: "identifier",
|
|
1862
|
-
foreground: p(r)
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
token: "variable",
|
|
1866
|
-
foreground: p(r)
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
token: "delimiter",
|
|
1870
|
-
foreground: p(r)
|
|
1871
|
-
}
|
|
1872
|
-
],
|
|
1873
|
-
colors: {
|
|
1874
|
-
"editor.background": n,
|
|
1875
|
-
"editor.foreground": r,
|
|
1876
|
-
"editor.lineHighlightBackground": r + "08",
|
|
1877
|
-
"editor.lineHighlightBorder": "#00000000",
|
|
1878
|
-
"editor.selectionBackground": s + "4d",
|
|
1879
|
-
"editor.inactiveSelectionBackground": s + "26",
|
|
1880
|
-
"editorCursor.foreground": s,
|
|
1881
|
-
"editorLineNumber.foreground": o,
|
|
1882
|
-
"editorLineNumber.activeForeground": r,
|
|
1883
|
-
"editorGutter.background": n,
|
|
1884
|
-
"editorIndentGuide.background1": i,
|
|
1885
|
-
"editorIndentGuide.activeBackground1": o,
|
|
1886
|
-
"editorWidget.background": a,
|
|
1887
|
-
"editorWidget.foreground": r,
|
|
1888
|
-
"editorWidget.border": i,
|
|
1889
|
-
"editorWidget.resizeBorder": i,
|
|
1890
|
-
"widget.shadow": r + "1a",
|
|
1891
|
-
"input.background": n,
|
|
1892
|
-
"input.border": i,
|
|
1893
|
-
"input.foreground": r,
|
|
1894
|
-
"input.placeholderForeground": o,
|
|
1895
|
-
"inputOption.activeBorder": s,
|
|
1896
|
-
"inputOption.activeBackground": s + "26",
|
|
1897
|
-
"inputOption.activeForeground": s,
|
|
1898
|
-
"button.background": s,
|
|
1899
|
-
"button.foreground": "#ffffff",
|
|
1900
|
-
"editorSuggestWidget.background": n,
|
|
1901
|
-
"editorSuggestWidget.border": i,
|
|
1902
|
-
"editorSuggestWidget.selectedBackground": s + "26",
|
|
1903
|
-
"scrollbarSlider.background": i + "80",
|
|
1904
|
-
"scrollbarSlider.hoverBackground": i,
|
|
1905
|
-
"scrollbarSlider.activeBackground": o + "80"
|
|
1906
|
-
}
|
|
1907
|
-
};
|
|
1908
|
-
}
|
|
1909
|
-
//#endregion
|
|
1910
|
-
//#region src/composed/CodeEditor/CodeEditor.tsx
|
|
1911
|
-
function Ue(e) {
|
|
1912
|
-
e.editor.defineTheme(Be, He()), e.editor.setTheme(Be);
|
|
1913
|
-
}
|
|
1914
|
-
var We = (e) => {
|
|
1915
|
-
Ue(e);
|
|
1916
|
-
};
|
|
1917
|
-
function Ge() {
|
|
1918
|
-
let [t, n] = e.useState(typeof document < "u" && document.documentElement.classList.contains("dark"));
|
|
1919
|
-
return e.useEffect(() => {
|
|
1920
|
-
let e = new MutationObserver(() => {
|
|
1921
|
-
n(document.documentElement.classList.contains("dark"));
|
|
1922
|
-
});
|
|
1923
|
-
return e.observe(document.documentElement, {
|
|
1924
|
-
attributes: !0,
|
|
1925
|
-
attributeFilter: ["class"]
|
|
1926
|
-
}), () => e.disconnect();
|
|
1927
|
-
}, []), t;
|
|
1928
|
-
}
|
|
1929
|
-
function Ke({ value: r, defaultValue: i, onChange: a, language: o = "plaintext", readOnly: s = !1, disabled: c = !1, height: l, className: u, options: d, onMount: f }) {
|
|
1930
|
-
let [p, m] = e.useState(ze);
|
|
1931
|
-
e.useEffect(() => {
|
|
1932
|
-
if (p) return;
|
|
1933
|
-
let e = !1;
|
|
1934
|
-
return Re().then(() => {
|
|
1935
|
-
e || m(!0);
|
|
1936
|
-
}), () => {
|
|
1937
|
-
e = !0;
|
|
1938
|
-
};
|
|
1939
|
-
}, [p]);
|
|
1940
|
-
let h = Ge(), g = e.useRef(null), _ = e.useRef(null);
|
|
1941
|
-
e.useEffect(() => {
|
|
1942
|
-
g.current && Ue(g.current);
|
|
1943
|
-
}, [h]);
|
|
1944
|
-
let v = e.useCallback((e, t) => {
|
|
1945
|
-
g.current = t, _.current = e, f?.(e, t);
|
|
1946
|
-
}, [f]), y = typeof l == "number" ? `${l}px` : l ?? "300px", b = /* @__PURE__ */ t(Ie, { className: "size-full" });
|
|
1947
|
-
return /* @__PURE__ */ t("div", {
|
|
1948
|
-
"data-slot": "code-editor",
|
|
1949
|
-
"data-disabled": c ? "" : void 0,
|
|
1950
|
-
"data-readonly": s && !c ? "" : void 0,
|
|
1951
|
-
className: Fe("overflow-hidden rounded-lg border border-input bg-background", "data-disabled:pointer-events-none data-disabled:opacity-50", "data-readonly:bg-muted/30", u),
|
|
1952
|
-
style: { height: y },
|
|
1953
|
-
children: p ? /* @__PURE__ */ t(n, {
|
|
1954
|
-
height: "100%",
|
|
1955
|
-
language: o,
|
|
1956
|
-
value: r,
|
|
1957
|
-
defaultValue: i,
|
|
1958
|
-
theme: Be,
|
|
1959
|
-
onChange: a,
|
|
1960
|
-
onMount: v,
|
|
1961
|
-
beforeMount: We,
|
|
1962
|
-
loading: b,
|
|
1963
|
-
options: {
|
|
1964
|
-
readOnly: s || c,
|
|
1965
|
-
minimap: { enabled: !1 },
|
|
1966
|
-
scrollBeyondLastLine: !1,
|
|
1967
|
-
automaticLayout: !0,
|
|
1968
|
-
fontFamily: "ui-monospace, Menlo, Consolas, \"Cascadia Code\", \"Liberation Mono\", monospace",
|
|
1969
|
-
fontSize: 13,
|
|
1970
|
-
lineHeight: 20,
|
|
1971
|
-
padding: {
|
|
1972
|
-
top: 8,
|
|
1973
|
-
bottom: 8
|
|
1974
|
-
},
|
|
1975
|
-
glyphMargin: !1,
|
|
1976
|
-
renderLineHighlight: "line",
|
|
1977
|
-
scrollbar: {
|
|
1978
|
-
verticalScrollbarSize: 6,
|
|
1979
|
-
horizontalScrollbarSize: 6
|
|
1980
|
-
},
|
|
1981
|
-
overviewRulerLanes: 0,
|
|
1982
|
-
...d
|
|
1983
|
-
}
|
|
1984
|
-
}) : b
|
|
1985
|
-
});
|
|
1986
|
-
}
|
|
1987
|
-
//#endregion
|
|
1988
|
-
export { a, Fe as i, Le as n, Ie as r, Ke as t };
|
|
1745
|
+
export { je as n, n as r, Me as t };
|