wg-design 0.3.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +862 -828
- package/dist/src/components/Separator/Separator.d.ts +9 -0
- package/dist/src/components/index.d.ts +1 -0
- package/dist/wg-design.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -58,7 +58,7 @@ function ne() {
|
|
|
58
58
|
//#region node_modules/@base-ui/utils/esm/error.js
|
|
59
59
|
var v;
|
|
60
60
|
process.env.NODE_ENV !== "production" && (v = /* @__PURE__ */ new Set());
|
|
61
|
-
function
|
|
61
|
+
function y(...e) {
|
|
62
62
|
if (process.env.NODE_ENV !== "production") {
|
|
63
63
|
let t = e.join(" ");
|
|
64
64
|
v.has(t) || (v.add(t), console.error(`Base UI: ${t}`));
|
|
@@ -66,10 +66,10 @@ function re(...e) {
|
|
|
66
66
|
}
|
|
67
67
|
//#endregion
|
|
68
68
|
//#region node_modules/@base-ui/utils/esm/safeReact.js
|
|
69
|
-
var
|
|
69
|
+
var b = { ...t }, x = typeof document < "u" ? t.useLayoutEffect : () => {};
|
|
70
70
|
//#endregion
|
|
71
71
|
//#region node_modules/@base-ui/utils/esm/mergeObjects.js
|
|
72
|
-
function
|
|
72
|
+
function S(e, t) {
|
|
73
73
|
if (e && !t) return e;
|
|
74
74
|
if (!e && t) return t;
|
|
75
75
|
if (e || t) return {
|
|
@@ -79,107 +79,107 @@ function x(e, t) {
|
|
|
79
79
|
}
|
|
80
80
|
//#endregion
|
|
81
81
|
//#region node_modules/@base-ui/react/esm/merge-props/mergeProps.js
|
|
82
|
-
var
|
|
83
|
-
function
|
|
84
|
-
if (!n && !r && !i && !e) return
|
|
85
|
-
let a =
|
|
86
|
-
return t && (a =
|
|
82
|
+
var C = {};
|
|
83
|
+
function re(e, t, n, r, i) {
|
|
84
|
+
if (!n && !r && !i && !e) return w(t);
|
|
85
|
+
let a = w(e);
|
|
86
|
+
return t && (a = T(a, t)), n && (a = T(a, n)), r && (a = T(a, r)), i && (a = T(a, i)), a;
|
|
87
87
|
}
|
|
88
|
-
function
|
|
89
|
-
if (e.length === 0) return
|
|
90
|
-
if (e.length === 1) return
|
|
91
|
-
let t =
|
|
92
|
-
for (let n = 1; n < e.length; n += 1) t =
|
|
88
|
+
function ie(e) {
|
|
89
|
+
if (e.length === 0) return C;
|
|
90
|
+
if (e.length === 1) return w(e[0]);
|
|
91
|
+
let t = w(e[0]);
|
|
92
|
+
for (let n = 1; n < e.length; n += 1) t = T(t, e[n]);
|
|
93
93
|
return t;
|
|
94
94
|
}
|
|
95
|
-
function
|
|
96
|
-
return
|
|
95
|
+
function w(e) {
|
|
96
|
+
return k(e) ? { ...ae(e, C) } : E(e);
|
|
97
97
|
}
|
|
98
|
-
function
|
|
99
|
-
return
|
|
98
|
+
function T(e, t) {
|
|
99
|
+
return k(t) ? ae(t, e) : D(e, t);
|
|
100
100
|
}
|
|
101
|
-
function
|
|
101
|
+
function E(e) {
|
|
102
102
|
let t = { ...e };
|
|
103
103
|
for (let e in t) {
|
|
104
104
|
let n = t[e];
|
|
105
|
-
|
|
105
|
+
O(e, n) && (t[e] = j(n));
|
|
106
106
|
}
|
|
107
107
|
return t;
|
|
108
108
|
}
|
|
109
|
-
function
|
|
109
|
+
function D(e, t) {
|
|
110
110
|
if (!t) return e;
|
|
111
111
|
for (let n in t) {
|
|
112
112
|
let r = t[n];
|
|
113
113
|
switch (n) {
|
|
114
114
|
case "style":
|
|
115
|
-
e[n] =
|
|
115
|
+
e[n] = S(e.style, r);
|
|
116
116
|
break;
|
|
117
117
|
case "className":
|
|
118
|
-
e[n] =
|
|
118
|
+
e[n] = N(e.className, r);
|
|
119
119
|
break;
|
|
120
|
-
default:
|
|
120
|
+
default: O(n, r) ? e[n] = A(e[n], r) : e[n] = r;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
return e;
|
|
124
124
|
}
|
|
125
|
-
function
|
|
125
|
+
function O(e, t) {
|
|
126
126
|
let n = e.charCodeAt(0), r = e.charCodeAt(1), i = e.charCodeAt(2);
|
|
127
127
|
return n === 111 && r === 110 && i >= 65 && i <= 90 && (typeof t == "function" || t === void 0);
|
|
128
128
|
}
|
|
129
|
-
function
|
|
129
|
+
function k(e) {
|
|
130
130
|
return typeof e == "function";
|
|
131
131
|
}
|
|
132
|
-
function
|
|
133
|
-
return
|
|
132
|
+
function ae(e, t) {
|
|
133
|
+
return k(e) ? e(t) : e ?? C;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
135
|
+
function A(e, t) {
|
|
136
136
|
return t ? e ? (...n) => {
|
|
137
137
|
let r = n[0];
|
|
138
|
-
if (
|
|
138
|
+
if (P(r)) {
|
|
139
139
|
let i = r;
|
|
140
|
-
|
|
140
|
+
M(i);
|
|
141
141
|
let a = t(...n);
|
|
142
142
|
return i.baseUIHandlerPrevented || e?.(...n), a;
|
|
143
143
|
}
|
|
144
144
|
let i = t(...n);
|
|
145
145
|
return e?.(...n), i;
|
|
146
|
-
} :
|
|
146
|
+
} : j(t) : e;
|
|
147
147
|
}
|
|
148
|
-
function
|
|
148
|
+
function j(e) {
|
|
149
149
|
return e && ((...t) => {
|
|
150
150
|
let n = t[0];
|
|
151
|
-
return
|
|
151
|
+
return P(n) && M(n), e(...t);
|
|
152
152
|
});
|
|
153
153
|
}
|
|
154
|
-
function
|
|
154
|
+
function M(e) {
|
|
155
155
|
return e.preventBaseUIHandler = () => {
|
|
156
156
|
e.baseUIHandlerPrevented = !0;
|
|
157
157
|
}, e;
|
|
158
158
|
}
|
|
159
|
-
function
|
|
159
|
+
function N(e, t) {
|
|
160
160
|
return t ? e ? t + " " + e : t : e;
|
|
161
161
|
}
|
|
162
|
-
function
|
|
162
|
+
function P(e) {
|
|
163
163
|
return typeof e == "object" && !!e && "nativeEvent" in e;
|
|
164
164
|
}
|
|
165
165
|
//#endregion
|
|
166
166
|
//#region node_modules/@base-ui/utils/esm/formatErrorMessage.js
|
|
167
|
-
function
|
|
167
|
+
function F(e, t) {
|
|
168
168
|
return function(n, ...r) {
|
|
169
169
|
let i = new URL(e);
|
|
170
170
|
return i.searchParams.set("code", n.toString()), r.forEach((e) => i.searchParams.append("args[]", e)), `${t} error #${n}; visit ${i} for the full message.`;
|
|
171
171
|
};
|
|
172
172
|
}
|
|
173
|
-
var
|
|
174
|
-
process.env.NODE_ENV !== "production" && (
|
|
175
|
-
function
|
|
176
|
-
let n = t.useContext(
|
|
177
|
-
if (n === void 0 && !e) throw Error(process.env.NODE_ENV === "production" ?
|
|
173
|
+
var I = F("https://base-ui.com/production-error", "Base UI"), L = /* @__PURE__ */ t.createContext(void 0);
|
|
174
|
+
process.env.NODE_ENV !== "production" && (L.displayName = "CompositeRootContext");
|
|
175
|
+
function R(e = !1) {
|
|
176
|
+
let n = t.useContext(L);
|
|
177
|
+
if (n === void 0 && !e) throw Error(process.env.NODE_ENV === "production" ? I(16) : "Base UI: CompositeRootContext is missing. Composite parts must be placed within <Composite.Root>.");
|
|
178
178
|
return n;
|
|
179
179
|
}
|
|
180
180
|
//#endregion
|
|
181
181
|
//#region node_modules/@base-ui/react/esm/utils/useFocusableWhenDisabled.js
|
|
182
|
-
function
|
|
182
|
+
function z(e) {
|
|
183
183
|
let { focusableWhenDisabled: n, disabled: r, composite: i = !1, tabIndex: a = 0, isNativeButton: o } = e, s = i && n !== !1, c = i && n === !1;
|
|
184
184
|
return { props: t.useMemo(() => {
|
|
185
185
|
let e = { onKeyDown(e) {
|
|
@@ -198,8 +198,8 @@ function R(e) {
|
|
|
198
198
|
}
|
|
199
199
|
//#endregion
|
|
200
200
|
//#region node_modules/@base-ui/react/esm/internals/use-button/useButton.js
|
|
201
|
-
function
|
|
202
|
-
let { disabled: n = !1, focusableWhenDisabled: r, tabIndex: i = 0, native: a = !0, composite: o } = e, s = t.useRef(null), c =
|
|
201
|
+
function oe(e = {}) {
|
|
202
|
+
let { disabled: n = !1, focusableWhenDisabled: r, tabIndex: i = 0, native: a = !0, composite: o } = e, s = t.useRef(null), c = R(!0), l = o ?? c !== void 0, { props: u } = z({
|
|
203
203
|
focusableWhenDisabled: r,
|
|
204
204
|
disabled: n,
|
|
205
205
|
composite: l,
|
|
@@ -208,21 +208,21 @@ function se(e = {}) {
|
|
|
208
208
|
});
|
|
209
209
|
process.env.NODE_ENV !== "production" && t.useEffect(() => {
|
|
210
210
|
if (!s.current) return;
|
|
211
|
-
let e =
|
|
212
|
-
a ? e ||
|
|
211
|
+
let e = B(s.current);
|
|
212
|
+
a ? e || y(`A component that acts as a button expected a native <button> because the \`nativeButton\` prop is true. Rendering a non-<button> removes native button semantics, which can impact forms and accessibility. Use a real <button> in the \`render\` prop, or set \`nativeButton\` to \`false\`.${b.captureOwnerStack?.() || ""}`) : e && y(`A component that acts as a button expected a non-<button> because the \`nativeButton\` prop is false. Rendering a <button> keeps native behavior while Base UI applies non-native attributes and handlers, which can add unintended extra attributes (such as \`role\` or \`aria-disabled\`). Use a non-<button> in the \`render\` prop, or set \`nativeButton\` to \`true\`.${b.captureOwnerStack?.() || ""}`);
|
|
213
213
|
}, [a]);
|
|
214
214
|
let d = t.useCallback(() => {
|
|
215
215
|
let e = s.current;
|
|
216
|
-
|
|
216
|
+
B(e) && l && n && u.disabled === void 0 && e.disabled && (e.disabled = !1);
|
|
217
217
|
}, [
|
|
218
218
|
n,
|
|
219
219
|
u.disabled,
|
|
220
220
|
l
|
|
221
221
|
]);
|
|
222
|
-
return
|
|
222
|
+
return x(d, [d]), {
|
|
223
223
|
getButtonProps: t.useCallback((e = {}) => {
|
|
224
224
|
let { onClick: t, onMouseDown: r, onKeyUp: i, onKeyDown: o, onPointerDown: s, ...c } = e;
|
|
225
|
-
return
|
|
225
|
+
return re({
|
|
226
226
|
type: a ? "button" : void 0,
|
|
227
227
|
onClick(e) {
|
|
228
228
|
if (n) {
|
|
@@ -235,8 +235,8 @@ function se(e = {}) {
|
|
|
235
235
|
n || r?.(e);
|
|
236
236
|
},
|
|
237
237
|
onKeyDown(e) {
|
|
238
|
-
if (n || (
|
|
239
|
-
let r = e.target === e.currentTarget, i = e.currentTarget, s =
|
|
238
|
+
if (n || (M(e), o?.(e), e.baseUIHandlerPrevented)) return;
|
|
239
|
+
let r = e.target === e.currentTarget, i = e.currentTarget, s = B(i), c = !a && V(i), u = r && (a ? s : !c), d = e.key === "Enter", f = e.key === " ", p = i.getAttribute("role"), m = p?.startsWith("menuitem") || p === "option" || p === "gridcell";
|
|
240
240
|
if (r && l && f) {
|
|
241
241
|
if (e.defaultPrevented && m) return;
|
|
242
242
|
e.preventDefault(), c || a && s ? (i.click(), e.preventBaseUIHandler()) : u && (t?.(e), e.preventBaseUIHandler());
|
|
@@ -246,7 +246,7 @@ function se(e = {}) {
|
|
|
246
246
|
},
|
|
247
247
|
onKeyUp(e) {
|
|
248
248
|
if (!n) {
|
|
249
|
-
if (
|
|
249
|
+
if (M(e), i?.(e), e.target === e.currentTarget && a && l && B(e.currentTarget) && e.key === " ") {
|
|
250
250
|
e.preventDefault();
|
|
251
251
|
return;
|
|
252
252
|
}
|
|
@@ -272,41 +272,41 @@ function se(e = {}) {
|
|
|
272
272
|
})
|
|
273
273
|
};
|
|
274
274
|
}
|
|
275
|
-
function
|
|
275
|
+
function B(e) {
|
|
276
276
|
return p(e) && e.tagName === "BUTTON";
|
|
277
277
|
}
|
|
278
|
-
function
|
|
278
|
+
function V(e) {
|
|
279
279
|
return !!(e?.tagName === "A" && e?.href);
|
|
280
280
|
}
|
|
281
281
|
//#endregion
|
|
282
282
|
//#region node_modules/@base-ui/utils/esm/useMergedRefs.js
|
|
283
|
-
function
|
|
284
|
-
let i = h(
|
|
285
|
-
return
|
|
283
|
+
function se(e, t, n, r) {
|
|
284
|
+
let i = h(ce).current;
|
|
285
|
+
return le(i, e, t, n, r) && de(i, [
|
|
286
286
|
e,
|
|
287
287
|
t,
|
|
288
288
|
n,
|
|
289
289
|
r
|
|
290
290
|
]), i.callback;
|
|
291
291
|
}
|
|
292
|
-
function
|
|
293
|
-
let t = h(
|
|
294
|
-
return
|
|
292
|
+
function H(e) {
|
|
293
|
+
let t = h(ce).current;
|
|
294
|
+
return ue(t, e) && de(t, e), t.callback;
|
|
295
295
|
}
|
|
296
|
-
function
|
|
296
|
+
function ce() {
|
|
297
297
|
return {
|
|
298
298
|
callback: null,
|
|
299
299
|
cleanup: null,
|
|
300
300
|
refs: []
|
|
301
301
|
};
|
|
302
302
|
}
|
|
303
|
-
function
|
|
303
|
+
function le(e, t, n, r, i) {
|
|
304
304
|
return e.refs[0] !== t || e.refs[1] !== n || e.refs[2] !== r || e.refs[3] !== i;
|
|
305
305
|
}
|
|
306
|
-
function
|
|
306
|
+
function ue(e, t) {
|
|
307
307
|
return e.refs.length !== t.length || e.refs.some((e, n) => e !== t[n]);
|
|
308
308
|
}
|
|
309
|
-
function
|
|
309
|
+
function de(e, t) {
|
|
310
310
|
if (e.refs = t, t.every((e) => e == null)) {
|
|
311
311
|
e.callback = null;
|
|
312
312
|
return;
|
|
@@ -349,35 +349,35 @@ function fe(e, t) {
|
|
|
349
349
|
}
|
|
350
350
|
//#endregion
|
|
351
351
|
//#region node_modules/@base-ui/utils/esm/reactVersion.js
|
|
352
|
-
var
|
|
353
|
-
function
|
|
354
|
-
return
|
|
352
|
+
var fe = parseInt(t.version, 10);
|
|
353
|
+
function pe(e) {
|
|
354
|
+
return fe >= e;
|
|
355
355
|
}
|
|
356
356
|
//#endregion
|
|
357
357
|
//#region node_modules/@base-ui/utils/esm/getReactElementRef.js
|
|
358
|
-
function
|
|
358
|
+
function me(e) {
|
|
359
359
|
if (!/* @__PURE__ */ t.isValidElement(e)) return null;
|
|
360
360
|
let n = e, r = n.props;
|
|
361
|
-
return (
|
|
361
|
+
return (pe(19) ? r?.ref : n.ref) ?? null;
|
|
362
362
|
}
|
|
363
363
|
//#endregion
|
|
364
364
|
//#region node_modules/@base-ui/utils/esm/warn.js
|
|
365
|
-
var
|
|
366
|
-
process.env.NODE_ENV !== "production" && (
|
|
367
|
-
function
|
|
365
|
+
var he;
|
|
366
|
+
process.env.NODE_ENV !== "production" && (he = /* @__PURE__ */ new Set());
|
|
367
|
+
function ge(...e) {
|
|
368
368
|
if (process.env.NODE_ENV !== "production") {
|
|
369
369
|
let t = e.join(" ");
|
|
370
|
-
|
|
370
|
+
he.has(t) || (he.add(t), console.warn(`Base UI: ${t}`));
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
//#endregion
|
|
374
374
|
//#region node_modules/@base-ui/utils/esm/empty.js
|
|
375
|
-
function
|
|
375
|
+
function U() {}
|
|
376
376
|
Object.freeze([]);
|
|
377
|
-
var
|
|
377
|
+
var W = Object.freeze({});
|
|
378
378
|
//#endregion
|
|
379
379
|
//#region node_modules/@base-ui/react/esm/internals/getStateAttributesProps.js
|
|
380
|
-
function
|
|
380
|
+
function _e(e, t) {
|
|
381
381
|
let n = {};
|
|
382
382
|
for (let r in e) {
|
|
383
383
|
let i = e[r];
|
|
@@ -392,53 +392,53 @@ function ve(e, t) {
|
|
|
392
392
|
}
|
|
393
393
|
//#endregion
|
|
394
394
|
//#region node_modules/@base-ui/react/esm/utils/resolveClassName.js
|
|
395
|
-
function
|
|
395
|
+
function ve(e, t) {
|
|
396
396
|
return typeof e == "function" ? e(t) : e;
|
|
397
397
|
}
|
|
398
398
|
//#endregion
|
|
399
399
|
//#region node_modules/@base-ui/react/esm/utils/resolveStyle.js
|
|
400
|
-
function
|
|
400
|
+
function ye(e, t) {
|
|
401
401
|
return typeof e == "function" ? e(t) : e;
|
|
402
402
|
}
|
|
403
403
|
//#endregion
|
|
404
404
|
//#region node_modules/@base-ui/react/esm/internals/useRenderElement.js
|
|
405
|
-
function
|
|
406
|
-
let r = t.render, i =
|
|
407
|
-
return n.enabled === !1 ? null :
|
|
405
|
+
function be(e, t, n = {}) {
|
|
406
|
+
let r = t.render, i = xe(t, n);
|
|
407
|
+
return n.enabled === !1 ? null : Ee(e, r, i, n.state ?? W);
|
|
408
408
|
}
|
|
409
|
-
function
|
|
410
|
-
let { className: n, style: r, render: i } = e, { state: a =
|
|
411
|
-
return typeof document < "u" && (l ? Array.isArray(o) ? m.ref =
|
|
409
|
+
function xe(e, t = {}) {
|
|
410
|
+
let { className: n, style: r, render: i } = e, { state: a = W, ref: o, props: s, stateAttributesMapping: c, enabled: l = !0 } = t, u = l ? ve(n, a) : void 0, d = l ? ye(r, a) : void 0, f = l ? _e(a, c) : W, p = l && s ? Se(s) : void 0, m = l ? S(f, p) ?? {} : W;
|
|
411
|
+
return typeof document < "u" && (l ? Array.isArray(o) ? m.ref = H([
|
|
412
412
|
m.ref,
|
|
413
|
-
|
|
413
|
+
me(i),
|
|
414
414
|
...o
|
|
415
|
-
]) : m.ref =
|
|
415
|
+
]) : m.ref = se(m.ref, me(i), o) : se(null, null)), l ? (u !== void 0 && (m.className = N(m.className, u)), d !== void 0 && (m.style = S(m.style, d)), m) : W;
|
|
416
416
|
}
|
|
417
|
-
function
|
|
418
|
-
return Array.isArray(e) ?
|
|
417
|
+
function Se(e) {
|
|
418
|
+
return Array.isArray(e) ? ie(e) : re(void 0, e);
|
|
419
419
|
}
|
|
420
|
-
var
|
|
421
|
-
function
|
|
420
|
+
var Ce = Symbol.for("react.lazy"), we = /^[A-Z][A-Za-z0-9$]*$/, Te = /[a-z]/;
|
|
421
|
+
function Ee(e, n, r, i) {
|
|
422
422
|
if (n) {
|
|
423
|
-
if (typeof n == "function") return process.env.NODE_ENV !== "production" &&
|
|
424
|
-
let e =
|
|
423
|
+
if (typeof n == "function") return process.env.NODE_ENV !== "production" && De(n), n(r, i);
|
|
424
|
+
let e = re(r, n.props);
|
|
425
425
|
e.ref = r.ref;
|
|
426
426
|
let a = n;
|
|
427
|
-
if (a?.$$typeof ===
|
|
427
|
+
if (a?.$$typeof === Ce && (a = t.Children.toArray(n)[0]), process.env.NODE_ENV !== "production" && !/* @__PURE__ */ t.isValidElement(a)) throw Error([
|
|
428
428
|
"Base UI: The `render` prop was provided an invalid React element as `React.isValidElement(render)` is `false`.",
|
|
429
429
|
"A valid React element must be provided to the `render` prop because it is cloned with props to replace the default element.",
|
|
430
430
|
"https://base-ui.com/r/invalid-render-prop"
|
|
431
431
|
].join("\n"));
|
|
432
432
|
return /* @__PURE__ */ t.cloneElement(a, e);
|
|
433
433
|
}
|
|
434
|
-
if (e && typeof e == "string") return
|
|
435
|
-
throw Error(process.env.NODE_ENV === "production" ?
|
|
434
|
+
if (e && typeof e == "string") return Oe(e, r);
|
|
435
|
+
throw Error(process.env.NODE_ENV === "production" ? I(8) : "Base UI: Render element or function are not defined.");
|
|
436
436
|
}
|
|
437
|
-
function
|
|
437
|
+
function De(e) {
|
|
438
438
|
let t = e.name;
|
|
439
|
-
t.length !== 0 &&
|
|
439
|
+
t.length !== 0 && we.test(t) && Te.test(t) && ge(`The \`render\` prop received a function named \`${t}\` that starts with an uppercase letter.`, "This usually means a React component was passed directly as `render={Component}`.", "Base UI calls `render` as a plain function, which can break the Rules of Hooks during reconciliation.", "If this is an intentional render callback, rename it to start with a lowercase letter.", "Use `render={<Component />}` or `render={(props) => <Component {...props} />}` instead.", "https://base-ui.com/r/invalid-render-prop");
|
|
440
440
|
}
|
|
441
|
-
function
|
|
441
|
+
function Oe(e, r) {
|
|
442
442
|
return e === "button" ? /* @__PURE__ */ n("button", {
|
|
443
443
|
type: "button",
|
|
444
444
|
...r,
|
|
@@ -451,48 +451,48 @@ function ke(e, r) {
|
|
|
451
451
|
}
|
|
452
452
|
//#endregion
|
|
453
453
|
//#region node_modules/@base-ui/react/esm/button/Button.js
|
|
454
|
-
var
|
|
455
|
-
let { render: n, className: r, disabled: i = !1, focusableWhenDisabled: a = !1, nativeButton: o = !0, style: s, ...c } = e, { getButtonProps: l, buttonRef: u } =
|
|
454
|
+
var ke = /* @__PURE__ */ t.forwardRef(function(e, t) {
|
|
455
|
+
let { render: n, className: r, disabled: i = !1, focusableWhenDisabled: a = !1, nativeButton: o = !0, style: s, ...c } = e, { getButtonProps: l, buttonRef: u } = oe({
|
|
456
456
|
disabled: i,
|
|
457
457
|
focusableWhenDisabled: a,
|
|
458
458
|
native: o
|
|
459
459
|
});
|
|
460
|
-
return
|
|
460
|
+
return be("button", e, {
|
|
461
461
|
state: { disabled: i },
|
|
462
462
|
ref: [t, u],
|
|
463
463
|
props: [c, l]
|
|
464
464
|
});
|
|
465
465
|
});
|
|
466
|
-
process.env.NODE_ENV !== "production" && (
|
|
466
|
+
process.env.NODE_ENV !== "production" && (ke.displayName = "Button");
|
|
467
467
|
//#endregion
|
|
468
468
|
//#region node_modules/clsx/dist/clsx.mjs
|
|
469
|
-
function
|
|
469
|
+
function Ae(e) {
|
|
470
470
|
var t, n, r = "";
|
|
471
471
|
if (typeof e == "string" || typeof e == "number") r += e;
|
|
472
472
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
473
473
|
var i = e.length;
|
|
474
|
-
for (t = 0; t < i; t++) e[t] && (n =
|
|
474
|
+
for (t = 0; t < i; t++) e[t] && (n = Ae(e[t])) && (r && (r += " "), r += n);
|
|
475
475
|
} else for (n in e) e[n] && (r && (r += " "), r += n);
|
|
476
476
|
return r;
|
|
477
477
|
}
|
|
478
|
-
function
|
|
479
|
-
for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t =
|
|
478
|
+
function je() {
|
|
479
|
+
for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t = Ae(e)) && (r && (r += " "), r += t);
|
|
480
480
|
return r;
|
|
481
481
|
}
|
|
482
482
|
//#endregion
|
|
483
483
|
//#region node_modules/class-variance-authority/dist/index.mjs
|
|
484
|
-
var
|
|
485
|
-
if (t?.variants == null) return
|
|
484
|
+
var Me = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Ne = je, Pe = (e, t) => (n) => {
|
|
485
|
+
if (t?.variants == null) return Ne(e, n?.class, n?.className);
|
|
486
486
|
let { variants: r, defaultVariants: i } = t, a = Object.keys(r).map((e) => {
|
|
487
487
|
let t = n?.[e], a = i?.[e];
|
|
488
488
|
if (t === null) return null;
|
|
489
|
-
let o =
|
|
489
|
+
let o = Me(t) || Me(a);
|
|
490
490
|
return r[e][o];
|
|
491
491
|
}), o = n && Object.entries(n).reduce((e, t) => {
|
|
492
492
|
let [n, r] = t;
|
|
493
493
|
return r === void 0 || (e[n] = r), e;
|
|
494
494
|
}, {});
|
|
495
|
-
return
|
|
495
|
+
return Ne(e, a, t?.compoundVariants?.reduce((e, t) => {
|
|
496
496
|
let { class: n, className: r, ...a } = t;
|
|
497
497
|
return Object.entries(a).every((e) => {
|
|
498
498
|
let [t, n] = e;
|
|
@@ -509,100 +509,100 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
509
509
|
r
|
|
510
510
|
] : e;
|
|
511
511
|
}, []), n?.class, n?.className);
|
|
512
|
-
},
|
|
512
|
+
}, Fe = (e, t) => {
|
|
513
513
|
let n = Array(e.length + t.length);
|
|
514
514
|
for (let t = 0; t < e.length; t++) n[t] = e[t];
|
|
515
515
|
for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
|
|
516
516
|
return n;
|
|
517
|
-
},
|
|
517
|
+
}, Ie = (e, t) => ({
|
|
518
518
|
classGroupId: e,
|
|
519
519
|
validator: t
|
|
520
|
-
}),
|
|
520
|
+
}), Le = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
|
|
521
521
|
nextPart: e,
|
|
522
522
|
validators: t,
|
|
523
523
|
classGroupId: n
|
|
524
|
-
}),
|
|
525
|
-
let t =
|
|
524
|
+
}), Re = "-", ze = [], Be = "arbitrary..", Ve = (e) => {
|
|
525
|
+
let t = We(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
|
|
526
526
|
return {
|
|
527
527
|
getClassGroupId: (e) => {
|
|
528
|
-
if (e.startsWith("[") && e.endsWith("]")) return
|
|
529
|
-
let n = e.split(
|
|
530
|
-
return
|
|
528
|
+
if (e.startsWith("[") && e.endsWith("]")) return Ue(e);
|
|
529
|
+
let n = e.split(Re);
|
|
530
|
+
return He(n, +(n[0] === "" && n.length > 1), t);
|
|
531
531
|
},
|
|
532
532
|
getConflictingClassGroupIds: (e, t) => {
|
|
533
533
|
if (t) {
|
|
534
534
|
let t = r[e], i = n[e];
|
|
535
|
-
return t ? i ?
|
|
535
|
+
return t ? i ? Fe(i, t) : t : i || ze;
|
|
536
536
|
}
|
|
537
|
-
return n[e] ||
|
|
537
|
+
return n[e] || ze;
|
|
538
538
|
}
|
|
539
539
|
};
|
|
540
|
-
},
|
|
540
|
+
}, He = (e, t, n) => {
|
|
541
541
|
if (e.length - t === 0) return n.classGroupId;
|
|
542
542
|
let r = e[t], i = n.nextPart.get(r);
|
|
543
543
|
if (i) {
|
|
544
|
-
let n =
|
|
544
|
+
let n = He(e, t + 1, i);
|
|
545
545
|
if (n) return n;
|
|
546
546
|
}
|
|
547
547
|
let a = n.validators;
|
|
548
548
|
if (a === null) return;
|
|
549
|
-
let o = t === 0 ? e.join(
|
|
549
|
+
let o = t === 0 ? e.join(Re) : e.slice(t).join(Re), s = a.length;
|
|
550
550
|
for (let e = 0; e < s; e++) {
|
|
551
551
|
let t = a[e];
|
|
552
552
|
if (t.validator(o)) return t.classGroupId;
|
|
553
553
|
}
|
|
554
|
-
},
|
|
554
|
+
}, Ue = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
555
555
|
let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
|
|
556
|
-
return r ?
|
|
557
|
-
})(),
|
|
556
|
+
return r ? Be + r : void 0;
|
|
557
|
+
})(), We = (e) => {
|
|
558
558
|
let { theme: t, classGroups: n } = e;
|
|
559
|
-
return
|
|
560
|
-
},
|
|
561
|
-
let n =
|
|
559
|
+
return Ge(n, t);
|
|
560
|
+
}, Ge = (e, t) => {
|
|
561
|
+
let n = Le();
|
|
562
562
|
for (let r in e) {
|
|
563
563
|
let i = e[r];
|
|
564
|
-
|
|
564
|
+
Ke(i, n, r, t);
|
|
565
565
|
}
|
|
566
566
|
return n;
|
|
567
|
-
},
|
|
567
|
+
}, Ke = (e, t, n, r) => {
|
|
568
568
|
let i = e.length;
|
|
569
569
|
for (let a = 0; a < i; a++) {
|
|
570
570
|
let i = e[a];
|
|
571
|
-
|
|
571
|
+
qe(i, t, n, r);
|
|
572
572
|
}
|
|
573
|
-
},
|
|
573
|
+
}, qe = (e, t, n, r) => {
|
|
574
574
|
if (typeof e == "string") {
|
|
575
|
-
|
|
575
|
+
Je(e, t, n);
|
|
576
576
|
return;
|
|
577
577
|
}
|
|
578
578
|
if (typeof e == "function") {
|
|
579
|
-
|
|
579
|
+
Ye(e, t, n, r);
|
|
580
580
|
return;
|
|
581
581
|
}
|
|
582
|
-
|
|
583
|
-
},
|
|
584
|
-
let r = e === "" ? t :
|
|
582
|
+
Xe(e, t, n, r);
|
|
583
|
+
}, Je = (e, t, n) => {
|
|
584
|
+
let r = e === "" ? t : Ze(t, e);
|
|
585
585
|
r.classGroupId = n;
|
|
586
|
-
},
|
|
587
|
-
if (
|
|
588
|
-
|
|
586
|
+
}, Ye = (e, t, n, r) => {
|
|
587
|
+
if (Qe(e)) {
|
|
588
|
+
Ke(e(r), t, n, r);
|
|
589
589
|
return;
|
|
590
590
|
}
|
|
591
|
-
t.validators === null && (t.validators = []), t.validators.push(
|
|
592
|
-
},
|
|
591
|
+
t.validators === null && (t.validators = []), t.validators.push(Ie(n, e));
|
|
592
|
+
}, Xe = (e, t, n, r) => {
|
|
593
593
|
let i = Object.entries(e), a = i.length;
|
|
594
594
|
for (let e = 0; e < a; e++) {
|
|
595
595
|
let [a, o] = i[e];
|
|
596
|
-
|
|
596
|
+
Ke(o, Ze(t, a), n, r);
|
|
597
597
|
}
|
|
598
|
-
},
|
|
599
|
-
let n = e, r = t.split(
|
|
598
|
+
}, Ze = (e, t) => {
|
|
599
|
+
let n = e, r = t.split(Re), i = r.length;
|
|
600
600
|
for (let e = 0; e < i; e++) {
|
|
601
601
|
let t = r[e], i = n.nextPart.get(t);
|
|
602
|
-
i || (i =
|
|
602
|
+
i || (i = Le(), n.nextPart.set(t, i)), n = i;
|
|
603
603
|
}
|
|
604
604
|
return n;
|
|
605
|
-
},
|
|
605
|
+
}, Qe = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, $e = (e) => {
|
|
606
606
|
if (e < 1) return {
|
|
607
607
|
get: () => void 0,
|
|
608
608
|
set: () => {}
|
|
@@ -620,19 +620,19 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
620
620
|
e in n ? n[e] = t : i(e, t);
|
|
621
621
|
}
|
|
622
622
|
};
|
|
623
|
-
},
|
|
623
|
+
}, et = "!", tt = ":", nt = [], rt = (e, t, n, r, i) => ({
|
|
624
624
|
modifiers: e,
|
|
625
625
|
hasImportantModifier: t,
|
|
626
626
|
baseClassName: n,
|
|
627
627
|
maybePostfixModifierPosition: r,
|
|
628
628
|
isExternal: i
|
|
629
|
-
}),
|
|
629
|
+
}), it = (e) => {
|
|
630
630
|
let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
|
|
631
631
|
let t = [], n = 0, r = 0, i = 0, a, o = e.length;
|
|
632
632
|
for (let s = 0; s < o; s++) {
|
|
633
633
|
let o = e[s];
|
|
634
634
|
if (n === 0 && r === 0) {
|
|
635
|
-
if (o ===
|
|
635
|
+
if (o === tt) {
|
|
636
636
|
t.push(e.slice(i, s)), i = s + 1;
|
|
637
637
|
continue;
|
|
638
638
|
}
|
|
@@ -644,13 +644,13 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
644
644
|
o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
|
|
645
645
|
}
|
|
646
646
|
let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
|
|
647
|
-
s.endsWith(
|
|
647
|
+
s.endsWith(et) ? (c = s.slice(0, -1), l = !0) : s.startsWith(et) && (c = s.slice(1), l = !0);
|
|
648
648
|
let u = a && a > i ? a - i : void 0;
|
|
649
|
-
return
|
|
649
|
+
return rt(t, l, c, u);
|
|
650
650
|
};
|
|
651
651
|
if (t) {
|
|
652
|
-
let e = t +
|
|
653
|
-
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) :
|
|
652
|
+
let e = t + tt, n = r;
|
|
653
|
+
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : rt(nt, !1, t, void 0, !0);
|
|
654
654
|
}
|
|
655
655
|
if (n) {
|
|
656
656
|
let e = r;
|
|
@@ -660,7 +660,7 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
660
660
|
});
|
|
661
661
|
}
|
|
662
662
|
return r;
|
|
663
|
-
},
|
|
663
|
+
}, at = (e) => {
|
|
664
664
|
let t = /* @__PURE__ */ new Map();
|
|
665
665
|
return e.orderSensitiveModifiers.forEach((e, n) => {
|
|
666
666
|
t.set(e, 1e6 + n);
|
|
@@ -672,13 +672,13 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
672
672
|
}
|
|
673
673
|
return r.length > 0 && (r.sort(), n.push(...r)), n;
|
|
674
674
|
};
|
|
675
|
-
},
|
|
676
|
-
cache:
|
|
677
|
-
parseClassName:
|
|
678
|
-
sortModifiers:
|
|
679
|
-
...
|
|
680
|
-
}),
|
|
681
|
-
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a } = t, o = [], s = e.trim().split(
|
|
675
|
+
}, ot = (e) => ({
|
|
676
|
+
cache: $e(e.cacheSize),
|
|
677
|
+
parseClassName: it(e),
|
|
678
|
+
sortModifiers: at(e),
|
|
679
|
+
...Ve(e)
|
|
680
|
+
}), st = /\s+/, ct = (e, t) => {
|
|
681
|
+
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a } = t, o = [], s = e.trim().split(st), c = "";
|
|
682
682
|
for (let e = s.length - 1; e >= 0; --e) {
|
|
683
683
|
let t = s[e], { isExternal: l, modifiers: u, hasImportantModifier: d, baseClassName: f, maybePostfixModifierPosition: p } = n(t);
|
|
684
684
|
if (l) {
|
|
@@ -697,7 +697,7 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
697
697
|
}
|
|
698
698
|
m = !1;
|
|
699
699
|
}
|
|
700
|
-
let g = u.length === 0 ? "" : u.length === 1 ? u[0] : a(u).join(":"), ee = d ? g +
|
|
700
|
+
let g = u.length === 0 ? "" : u.length === 1 ? u[0] : a(u).join(":"), ee = d ? g + et : g, _ = ee + h;
|
|
701
701
|
if (o.indexOf(_) > -1) continue;
|
|
702
702
|
o.push(_);
|
|
703
703
|
let te = i(h, m);
|
|
@@ -708,34 +708,34 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
708
708
|
c = t + (c.length > 0 ? " " + c : c);
|
|
709
709
|
}
|
|
710
710
|
return c;
|
|
711
|
-
},
|
|
711
|
+
}, lt = (...e) => {
|
|
712
712
|
let t = 0, n, r, i = "";
|
|
713
|
-
for (; t < e.length;) (n = e[t++]) && (r =
|
|
713
|
+
for (; t < e.length;) (n = e[t++]) && (r = ut(n)) && (i && (i += " "), i += r);
|
|
714
714
|
return i;
|
|
715
|
-
},
|
|
715
|
+
}, ut = (e) => {
|
|
716
716
|
if (typeof e == "string") return e;
|
|
717
717
|
let t, n = "";
|
|
718
|
-
for (let r = 0; r < e.length; r++) e[r] && (t =
|
|
718
|
+
for (let r = 0; r < e.length; r++) e[r] && (t = ut(e[r])) && (n && (n += " "), n += t);
|
|
719
719
|
return n;
|
|
720
|
-
},
|
|
721
|
-
let n, r, i, a, o = (o) => (n =
|
|
720
|
+
}, dt = (e, ...t) => {
|
|
721
|
+
let n, r, i, a, o = (o) => (n = ot(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
|
|
722
722
|
let t = r(e);
|
|
723
723
|
if (t) return t;
|
|
724
|
-
let a =
|
|
724
|
+
let a = ct(e, n);
|
|
725
725
|
return i(e, a), a;
|
|
726
726
|
};
|
|
727
|
-
return a = o, (...e) => a(
|
|
728
|
-
},
|
|
729
|
-
let t = (t) => t[e] ||
|
|
727
|
+
return a = o, (...e) => a(lt(...e));
|
|
728
|
+
}, ft = [], G = (e) => {
|
|
729
|
+
let t = (t) => t[e] || ft;
|
|
730
730
|
return t.isThemeGetter = !0, t;
|
|
731
|
-
},
|
|
732
|
-
let r =
|
|
731
|
+
}, pt = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, mt = /^\((?:(\w[\w-]*):)?(.+)\)$/i, ht = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, gt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, _t = /\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$/, vt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, yt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, bt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, K = (e) => ht.test(e), q = (e) => !!e && !Number.isNaN(Number(e)), J = (e) => !!e && Number.isInteger(Number(e)), xt = (e) => e.endsWith("%") && q(e.slice(0, -1)), Y = (e) => gt.test(e), St = () => !0, Ct = (e) => _t.test(e) && !vt.test(e), wt = () => !1, Tt = (e) => yt.test(e), Et = (e) => bt.test(e), Dt = (e) => !X(e) && !Q(e), Ot = (e) => $(e, Gt, wt), X = (e) => pt.test(e), Z = (e) => $(e, Kt, Ct), kt = (e) => $(e, qt, q), At = (e) => $(e, Yt, St), jt = (e) => $(e, Jt, wt), Mt = (e) => $(e, Ut, wt), Nt = (e) => $(e, Wt, Et), Pt = (e) => $(e, Xt, Tt), Q = (e) => mt.test(e), Ft = (e) => Ht(e, Kt), It = (e) => Ht(e, Jt), Lt = (e) => Ht(e, Ut), Rt = (e) => Ht(e, Gt), zt = (e) => Ht(e, Wt), Bt = (e) => Ht(e, Xt, !0), Vt = (e) => Ht(e, Yt, !0), $ = (e, t, n) => {
|
|
732
|
+
let r = pt.exec(e);
|
|
733
733
|
return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
|
|
734
|
-
},
|
|
735
|
-
let r =
|
|
734
|
+
}, Ht = (e, t, n = !1) => {
|
|
735
|
+
let r = mt.exec(e);
|
|
736
736
|
return r ? r[1] ? t(r[1]) : n : !1;
|
|
737
|
-
}, Ut = (e) => e === "position" || e === "percentage", Wt = (e) => e === "image" || e === "url", Gt = (e) => e === "length" || e === "size" || e === "bg-size", Kt = (e) => e === "length", qt = (e) => e === "number", Jt = (e) => e === "family-name", Yt = (e) => e === "number" || e === "weight", Xt = (e) => e === "shadow", Zt = /* @__PURE__ */
|
|
738
|
-
let e =
|
|
737
|
+
}, Ut = (e) => e === "position" || e === "percentage", Wt = (e) => e === "image" || e === "url", Gt = (e) => e === "length" || e === "size" || e === "bg-size", Kt = (e) => e === "length", qt = (e) => e === "number", Jt = (e) => e === "family-name", Yt = (e) => e === "number" || e === "weight", Xt = (e) => e === "shadow", Zt = /* @__PURE__ */ dt(() => {
|
|
738
|
+
let e = G("color"), t = G("font"), n = G("text"), r = G("font-weight"), i = G("tracking"), a = G("leading"), o = G("breakpoint"), s = G("container"), c = G("spacing"), l = G("radius"), u = G("shadow"), d = G("inset-shadow"), f = G("text-shadow"), p = G("drop-shadow"), m = G("blur"), h = G("perspective"), g = G("aspect"), ee = G("ease"), _ = G("animate"), te = () => [
|
|
739
739
|
"auto",
|
|
740
740
|
"avoid",
|
|
741
741
|
"all",
|
|
@@ -760,57 +760,57 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
760
760
|
"left-bottom"
|
|
761
761
|
], v = () => [
|
|
762
762
|
...ne(),
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
],
|
|
763
|
+
Q,
|
|
764
|
+
X
|
|
765
|
+
], y = () => [
|
|
766
766
|
"auto",
|
|
767
767
|
"hidden",
|
|
768
768
|
"clip",
|
|
769
769
|
"visible",
|
|
770
770
|
"scroll"
|
|
771
|
-
],
|
|
771
|
+
], b = () => [
|
|
772
772
|
"auto",
|
|
773
773
|
"contain",
|
|
774
774
|
"none"
|
|
775
|
-
], b = () => [
|
|
776
|
-
Z,
|
|
777
|
-
Y,
|
|
778
|
-
c
|
|
779
775
|
], x = () => [
|
|
780
|
-
|
|
776
|
+
Q,
|
|
777
|
+
X,
|
|
778
|
+
c
|
|
779
|
+
], S = () => [
|
|
780
|
+
K,
|
|
781
781
|
"full",
|
|
782
782
|
"auto",
|
|
783
|
-
...
|
|
784
|
-
],
|
|
785
|
-
|
|
783
|
+
...x()
|
|
784
|
+
], C = () => [
|
|
785
|
+
J,
|
|
786
786
|
"none",
|
|
787
787
|
"subgrid",
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
],
|
|
788
|
+
Q,
|
|
789
|
+
X
|
|
790
|
+
], re = () => [
|
|
791
791
|
"auto",
|
|
792
792
|
{ span: [
|
|
793
793
|
"full",
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
794
|
+
J,
|
|
795
|
+
Q,
|
|
796
|
+
X
|
|
797
797
|
] },
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
],
|
|
802
|
-
|
|
798
|
+
J,
|
|
799
|
+
Q,
|
|
800
|
+
X
|
|
801
|
+
], ie = () => [
|
|
802
|
+
J,
|
|
803
803
|
"auto",
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
],
|
|
804
|
+
Q,
|
|
805
|
+
X
|
|
806
|
+
], w = () => [
|
|
807
807
|
"auto",
|
|
808
808
|
"min",
|
|
809
809
|
"max",
|
|
810
810
|
"fr",
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
],
|
|
811
|
+
Q,
|
|
812
|
+
X
|
|
813
|
+
], T = () => [
|
|
814
814
|
"start",
|
|
815
815
|
"end",
|
|
816
816
|
"center",
|
|
@@ -821,15 +821,15 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
821
821
|
"baseline",
|
|
822
822
|
"center-safe",
|
|
823
823
|
"end-safe"
|
|
824
|
-
],
|
|
824
|
+
], E = () => [
|
|
825
825
|
"start",
|
|
826
826
|
"end",
|
|
827
827
|
"center",
|
|
828
828
|
"stretch",
|
|
829
829
|
"center-safe",
|
|
830
830
|
"end-safe"
|
|
831
|
-
],
|
|
832
|
-
|
|
831
|
+
], D = () => ["auto", ...x()], O = () => [
|
|
832
|
+
K,
|
|
833
833
|
"auto",
|
|
834
834
|
"full",
|
|
835
835
|
"dvw",
|
|
@@ -841,9 +841,9 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
841
841
|
"min",
|
|
842
842
|
"max",
|
|
843
843
|
"fit",
|
|
844
|
-
...
|
|
845
|
-
],
|
|
846
|
-
|
|
844
|
+
...x()
|
|
845
|
+
], k = () => [
|
|
846
|
+
K,
|
|
847
847
|
"screen",
|
|
848
848
|
"full",
|
|
849
849
|
"dvw",
|
|
@@ -852,9 +852,9 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
852
852
|
"min",
|
|
853
853
|
"max",
|
|
854
854
|
"fit",
|
|
855
|
-
...
|
|
856
|
-
],
|
|
857
|
-
|
|
855
|
+
...x()
|
|
856
|
+
], ae = () => [
|
|
857
|
+
K,
|
|
858
858
|
"screen",
|
|
859
859
|
"full",
|
|
860
860
|
"lh",
|
|
@@ -864,51 +864,51 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
864
864
|
"min",
|
|
865
865
|
"max",
|
|
866
866
|
"fit",
|
|
867
|
-
...
|
|
868
|
-
], k = () => [
|
|
869
|
-
e,
|
|
870
|
-
Z,
|
|
871
|
-
Y
|
|
867
|
+
...x()
|
|
872
868
|
], A = () => [
|
|
869
|
+
e,
|
|
870
|
+
Q,
|
|
871
|
+
X
|
|
872
|
+
], j = () => [
|
|
873
873
|
...ne(),
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
{ position: [
|
|
877
|
-
],
|
|
874
|
+
Lt,
|
|
875
|
+
Mt,
|
|
876
|
+
{ position: [Q, X] }
|
|
877
|
+
], M = () => ["no-repeat", { repeat: [
|
|
878
878
|
"",
|
|
879
879
|
"x",
|
|
880
880
|
"y",
|
|
881
881
|
"space",
|
|
882
882
|
"round"
|
|
883
|
-
] }],
|
|
883
|
+
] }], N = () => [
|
|
884
884
|
"auto",
|
|
885
885
|
"cover",
|
|
886
886
|
"contain",
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
{ size: [
|
|
890
|
-
], N = () => [
|
|
891
|
-
St,
|
|
892
|
-
It,
|
|
893
|
-
X
|
|
887
|
+
Rt,
|
|
888
|
+
Ot,
|
|
889
|
+
{ size: [Q, X] }
|
|
894
890
|
], P = () => [
|
|
891
|
+
xt,
|
|
892
|
+
Ft,
|
|
893
|
+
Z
|
|
894
|
+
], F = () => [
|
|
895
895
|
"",
|
|
896
896
|
"none",
|
|
897
897
|
"full",
|
|
898
898
|
l,
|
|
899
|
-
|
|
900
|
-
Y
|
|
901
|
-
], F = () => [
|
|
902
|
-
"",
|
|
903
|
-
K,
|
|
904
|
-
It,
|
|
899
|
+
Q,
|
|
905
900
|
X
|
|
906
901
|
], I = () => [
|
|
902
|
+
"",
|
|
903
|
+
q,
|
|
904
|
+
Ft,
|
|
905
|
+
Z
|
|
906
|
+
], L = () => [
|
|
907
907
|
"solid",
|
|
908
908
|
"dashed",
|
|
909
909
|
"dotted",
|
|
910
910
|
"double"
|
|
911
|
-
],
|
|
911
|
+
], R = () => [
|
|
912
912
|
"normal",
|
|
913
913
|
"multiply",
|
|
914
914
|
"screen",
|
|
@@ -925,35 +925,35 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
925
925
|
"saturation",
|
|
926
926
|
"color",
|
|
927
927
|
"luminosity"
|
|
928
|
-
],
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
],
|
|
928
|
+
], z = () => [
|
|
929
|
+
q,
|
|
930
|
+
xt,
|
|
931
|
+
Lt,
|
|
932
|
+
Mt
|
|
933
|
+
], oe = () => [
|
|
934
934
|
"",
|
|
935
935
|
"none",
|
|
936
936
|
m,
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
], z = () => [
|
|
940
|
-
"none",
|
|
941
|
-
K,
|
|
942
|
-
Z,
|
|
943
|
-
Y
|
|
937
|
+
Q,
|
|
938
|
+
X
|
|
944
939
|
], B = () => [
|
|
945
940
|
"none",
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
], ce = () => [
|
|
950
|
-
K,
|
|
951
|
-
Z,
|
|
952
|
-
Y
|
|
941
|
+
q,
|
|
942
|
+
Q,
|
|
943
|
+
X
|
|
953
944
|
], V = () => [
|
|
954
|
-
|
|
945
|
+
"none",
|
|
946
|
+
q,
|
|
947
|
+
Q,
|
|
948
|
+
X
|
|
949
|
+
], se = () => [
|
|
950
|
+
q,
|
|
951
|
+
Q,
|
|
952
|
+
X
|
|
953
|
+
], H = () => [
|
|
954
|
+
K,
|
|
955
955
|
"full",
|
|
956
|
-
...
|
|
956
|
+
...x()
|
|
957
957
|
];
|
|
958
958
|
return {
|
|
959
959
|
cacheSize: 500,
|
|
@@ -965,17 +965,17 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
965
965
|
"bounce"
|
|
966
966
|
],
|
|
967
967
|
aspect: ["video"],
|
|
968
|
-
blur: [
|
|
969
|
-
breakpoint: [
|
|
970
|
-
color: [
|
|
971
|
-
container: [
|
|
972
|
-
"drop-shadow": [
|
|
968
|
+
blur: [Y],
|
|
969
|
+
breakpoint: [Y],
|
|
970
|
+
color: [St],
|
|
971
|
+
container: [Y],
|
|
972
|
+
"drop-shadow": [Y],
|
|
973
973
|
ease: [
|
|
974
974
|
"in",
|
|
975
975
|
"out",
|
|
976
976
|
"in-out"
|
|
977
977
|
],
|
|
978
|
-
font: [
|
|
978
|
+
font: [Dt],
|
|
979
979
|
"font-weight": [
|
|
980
980
|
"thin",
|
|
981
981
|
"extralight",
|
|
@@ -987,7 +987,7 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
987
987
|
"extrabold",
|
|
988
988
|
"black"
|
|
989
989
|
],
|
|
990
|
-
"inset-shadow": [
|
|
990
|
+
"inset-shadow": [Y],
|
|
991
991
|
leading: [
|
|
992
992
|
"none",
|
|
993
993
|
"tight",
|
|
@@ -1004,11 +1004,11 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1004
1004
|
"distant",
|
|
1005
1005
|
"none"
|
|
1006
1006
|
],
|
|
1007
|
-
radius: [
|
|
1008
|
-
shadow: [
|
|
1009
|
-
spacing: ["px",
|
|
1010
|
-
text: [
|
|
1011
|
-
"text-shadow": [
|
|
1007
|
+
radius: [Y],
|
|
1008
|
+
shadow: [Y],
|
|
1009
|
+
spacing: ["px", q],
|
|
1010
|
+
text: [Y],
|
|
1011
|
+
"text-shadow": [Y],
|
|
1012
1012
|
tracking: [
|
|
1013
1013
|
"tighter",
|
|
1014
1014
|
"tight",
|
|
@@ -1022,16 +1022,16 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1022
1022
|
aspect: [{ aspect: [
|
|
1023
1023
|
"auto",
|
|
1024
1024
|
"square",
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1025
|
+
K,
|
|
1026
|
+
X,
|
|
1027
|
+
Q,
|
|
1028
1028
|
g
|
|
1029
1029
|
] }],
|
|
1030
1030
|
container: ["container"],
|
|
1031
1031
|
columns: [{ columns: [
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1032
|
+
q,
|
|
1033
|
+
X,
|
|
1034
|
+
Q,
|
|
1035
1035
|
s
|
|
1036
1036
|
] }],
|
|
1037
1037
|
"break-after": [{ "break-after": te() }],
|
|
@@ -1092,12 +1092,12 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1092
1092
|
"scale-down"
|
|
1093
1093
|
] }],
|
|
1094
1094
|
"object-position": [{ object: v() }],
|
|
1095
|
-
overflow: [{ overflow:
|
|
1096
|
-
"overflow-x": [{ "overflow-x":
|
|
1097
|
-
"overflow-y": [{ "overflow-y":
|
|
1098
|
-
overscroll: [{ overscroll:
|
|
1099
|
-
"overscroll-x": [{ "overscroll-x":
|
|
1100
|
-
"overscroll-y": [{ "overscroll-y":
|
|
1095
|
+
overflow: [{ overflow: y() }],
|
|
1096
|
+
"overflow-x": [{ "overflow-x": y() }],
|
|
1097
|
+
"overflow-y": [{ "overflow-y": y() }],
|
|
1098
|
+
overscroll: [{ overscroll: b() }],
|
|
1099
|
+
"overscroll-x": [{ "overscroll-x": b() }],
|
|
1100
|
+
"overscroll-y": [{ "overscroll-y": b() }],
|
|
1101
1101
|
position: [
|
|
1102
1102
|
"static",
|
|
1103
1103
|
"fixed",
|
|
@@ -1105,40 +1105,40 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1105
1105
|
"relative",
|
|
1106
1106
|
"sticky"
|
|
1107
1107
|
],
|
|
1108
|
-
inset: [{ inset:
|
|
1109
|
-
"inset-x": [{ "inset-x":
|
|
1110
|
-
"inset-y": [{ "inset-y":
|
|
1108
|
+
inset: [{ inset: S() }],
|
|
1109
|
+
"inset-x": [{ "inset-x": S() }],
|
|
1110
|
+
"inset-y": [{ "inset-y": S() }],
|
|
1111
1111
|
start: [{
|
|
1112
|
-
"inset-s":
|
|
1113
|
-
start:
|
|
1112
|
+
"inset-s": S(),
|
|
1113
|
+
start: S()
|
|
1114
1114
|
}],
|
|
1115
1115
|
end: [{
|
|
1116
|
-
"inset-e":
|
|
1117
|
-
end:
|
|
1116
|
+
"inset-e": S(),
|
|
1117
|
+
end: S()
|
|
1118
1118
|
}],
|
|
1119
|
-
"inset-bs": [{ "inset-bs":
|
|
1120
|
-
"inset-be": [{ "inset-be":
|
|
1121
|
-
top: [{ top:
|
|
1122
|
-
right: [{ right:
|
|
1123
|
-
bottom: [{ bottom:
|
|
1124
|
-
left: [{ left:
|
|
1119
|
+
"inset-bs": [{ "inset-bs": S() }],
|
|
1120
|
+
"inset-be": [{ "inset-be": S() }],
|
|
1121
|
+
top: [{ top: S() }],
|
|
1122
|
+
right: [{ right: S() }],
|
|
1123
|
+
bottom: [{ bottom: S() }],
|
|
1124
|
+
left: [{ left: S() }],
|
|
1125
1125
|
visibility: [
|
|
1126
1126
|
"visible",
|
|
1127
1127
|
"invisible",
|
|
1128
1128
|
"collapse"
|
|
1129
1129
|
],
|
|
1130
1130
|
z: [{ z: [
|
|
1131
|
-
|
|
1131
|
+
J,
|
|
1132
1132
|
"auto",
|
|
1133
|
-
|
|
1134
|
-
|
|
1133
|
+
Q,
|
|
1134
|
+
X
|
|
1135
1135
|
] }],
|
|
1136
1136
|
basis: [{ basis: [
|
|
1137
|
-
|
|
1137
|
+
K,
|
|
1138
1138
|
"full",
|
|
1139
1139
|
"auto",
|
|
1140
1140
|
s,
|
|
1141
|
-
...
|
|
1141
|
+
...x()
|
|
1142
1142
|
] }],
|
|
1143
1143
|
"flex-direction": [{ flex: [
|
|
1144
1144
|
"row",
|
|
@@ -1152,41 +1152,41 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1152
1152
|
"wrap-reverse"
|
|
1153
1153
|
] }],
|
|
1154
1154
|
flex: [{ flex: [
|
|
1155
|
+
q,
|
|
1155
1156
|
K,
|
|
1156
|
-
G,
|
|
1157
1157
|
"auto",
|
|
1158
1158
|
"initial",
|
|
1159
1159
|
"none",
|
|
1160
|
-
|
|
1160
|
+
X
|
|
1161
1161
|
] }],
|
|
1162
1162
|
grow: [{ grow: [
|
|
1163
1163
|
"",
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1164
|
+
q,
|
|
1165
|
+
Q,
|
|
1166
|
+
X
|
|
1167
1167
|
] }],
|
|
1168
1168
|
shrink: [{ shrink: [
|
|
1169
1169
|
"",
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1170
|
+
q,
|
|
1171
|
+
Q,
|
|
1172
|
+
X
|
|
1173
1173
|
] }],
|
|
1174
1174
|
order: [{ order: [
|
|
1175
|
-
|
|
1175
|
+
J,
|
|
1176
1176
|
"first",
|
|
1177
1177
|
"last",
|
|
1178
1178
|
"none",
|
|
1179
|
-
|
|
1180
|
-
|
|
1179
|
+
Q,
|
|
1180
|
+
X
|
|
1181
1181
|
] }],
|
|
1182
|
-
"grid-cols": [{ "grid-cols":
|
|
1183
|
-
"col-start-end": [{ col:
|
|
1184
|
-
"col-start": [{ "col-start":
|
|
1185
|
-
"col-end": [{ "col-end":
|
|
1186
|
-
"grid-rows": [{ "grid-rows":
|
|
1187
|
-
"row-start-end": [{ row:
|
|
1188
|
-
"row-start": [{ "row-start":
|
|
1189
|
-
"row-end": [{ "row-end":
|
|
1182
|
+
"grid-cols": [{ "grid-cols": C() }],
|
|
1183
|
+
"col-start-end": [{ col: re() }],
|
|
1184
|
+
"col-start": [{ "col-start": ie() }],
|
|
1185
|
+
"col-end": [{ "col-end": ie() }],
|
|
1186
|
+
"grid-rows": [{ "grid-rows": C() }],
|
|
1187
|
+
"row-start-end": [{ row: re() }],
|
|
1188
|
+
"row-start": [{ "row-start": ie() }],
|
|
1189
|
+
"row-end": [{ "row-end": ie() }],
|
|
1190
1190
|
"grid-flow": [{ "grid-flow": [
|
|
1191
1191
|
"row",
|
|
1192
1192
|
"col",
|
|
@@ -1194,67 +1194,67 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1194
1194
|
"row-dense",
|
|
1195
1195
|
"col-dense"
|
|
1196
1196
|
] }],
|
|
1197
|
-
"auto-cols": [{ "auto-cols":
|
|
1198
|
-
"auto-rows": [{ "auto-rows":
|
|
1199
|
-
gap: [{ gap:
|
|
1200
|
-
"gap-x": [{ "gap-x":
|
|
1201
|
-
"gap-y": [{ "gap-y":
|
|
1202
|
-
"justify-content": [{ justify: [...
|
|
1203
|
-
"justify-items": [{ "justify-items": [...
|
|
1204
|
-
"justify-self": [{ "justify-self": ["auto", ...
|
|
1205
|
-
"align-content": [{ content: ["normal", ...
|
|
1206
|
-
"align-items": [{ items: [...
|
|
1197
|
+
"auto-cols": [{ "auto-cols": w() }],
|
|
1198
|
+
"auto-rows": [{ "auto-rows": w() }],
|
|
1199
|
+
gap: [{ gap: x() }],
|
|
1200
|
+
"gap-x": [{ "gap-x": x() }],
|
|
1201
|
+
"gap-y": [{ "gap-y": x() }],
|
|
1202
|
+
"justify-content": [{ justify: [...T(), "normal"] }],
|
|
1203
|
+
"justify-items": [{ "justify-items": [...E(), "normal"] }],
|
|
1204
|
+
"justify-self": [{ "justify-self": ["auto", ...E()] }],
|
|
1205
|
+
"align-content": [{ content: ["normal", ...T()] }],
|
|
1206
|
+
"align-items": [{ items: [...E(), { baseline: ["", "last"] }] }],
|
|
1207
1207
|
"align-self": [{ self: [
|
|
1208
1208
|
"auto",
|
|
1209
|
-
...
|
|
1209
|
+
...E(),
|
|
1210
1210
|
{ baseline: ["", "last"] }
|
|
1211
1211
|
] }],
|
|
1212
|
-
"place-content": [{ "place-content":
|
|
1213
|
-
"place-items": [{ "place-items": [...
|
|
1214
|
-
"place-self": [{ "place-self": ["auto", ...
|
|
1215
|
-
p: [{ p:
|
|
1216
|
-
px: [{ px:
|
|
1217
|
-
py: [{ py:
|
|
1218
|
-
ps: [{ ps:
|
|
1219
|
-
pe: [{ pe:
|
|
1220
|
-
pbs: [{ pbs:
|
|
1221
|
-
pbe: [{ pbe:
|
|
1222
|
-
pt: [{ pt:
|
|
1223
|
-
pr: [{ pr:
|
|
1224
|
-
pb: [{ pb:
|
|
1225
|
-
pl: [{ pl:
|
|
1226
|
-
m: [{ m:
|
|
1227
|
-
mx: [{ mx:
|
|
1228
|
-
my: [{ my:
|
|
1229
|
-
ms: [{ ms:
|
|
1230
|
-
me: [{ me:
|
|
1231
|
-
mbs: [{ mbs:
|
|
1232
|
-
mbe: [{ mbe:
|
|
1233
|
-
mt: [{ mt:
|
|
1234
|
-
mr: [{ mr:
|
|
1235
|
-
mb: [{ mb:
|
|
1236
|
-
ml: [{ ml:
|
|
1237
|
-
"space-x": [{ "space-x":
|
|
1212
|
+
"place-content": [{ "place-content": T() }],
|
|
1213
|
+
"place-items": [{ "place-items": [...E(), "baseline"] }],
|
|
1214
|
+
"place-self": [{ "place-self": ["auto", ...E()] }],
|
|
1215
|
+
p: [{ p: x() }],
|
|
1216
|
+
px: [{ px: x() }],
|
|
1217
|
+
py: [{ py: x() }],
|
|
1218
|
+
ps: [{ ps: x() }],
|
|
1219
|
+
pe: [{ pe: x() }],
|
|
1220
|
+
pbs: [{ pbs: x() }],
|
|
1221
|
+
pbe: [{ pbe: x() }],
|
|
1222
|
+
pt: [{ pt: x() }],
|
|
1223
|
+
pr: [{ pr: x() }],
|
|
1224
|
+
pb: [{ pb: x() }],
|
|
1225
|
+
pl: [{ pl: x() }],
|
|
1226
|
+
m: [{ m: D() }],
|
|
1227
|
+
mx: [{ mx: D() }],
|
|
1228
|
+
my: [{ my: D() }],
|
|
1229
|
+
ms: [{ ms: D() }],
|
|
1230
|
+
me: [{ me: D() }],
|
|
1231
|
+
mbs: [{ mbs: D() }],
|
|
1232
|
+
mbe: [{ mbe: D() }],
|
|
1233
|
+
mt: [{ mt: D() }],
|
|
1234
|
+
mr: [{ mr: D() }],
|
|
1235
|
+
mb: [{ mb: D() }],
|
|
1236
|
+
ml: [{ ml: D() }],
|
|
1237
|
+
"space-x": [{ "space-x": x() }],
|
|
1238
1238
|
"space-x-reverse": ["space-x-reverse"],
|
|
1239
|
-
"space-y": [{ "space-y":
|
|
1239
|
+
"space-y": [{ "space-y": x() }],
|
|
1240
1240
|
"space-y-reverse": ["space-y-reverse"],
|
|
1241
|
-
size: [{ size:
|
|
1242
|
-
"inline-size": [{ inline: ["auto", ...
|
|
1243
|
-
"min-inline-size": [{ "min-inline": ["auto", ...
|
|
1244
|
-
"max-inline-size": [{ "max-inline": ["none", ...
|
|
1245
|
-
"block-size": [{ block: ["auto", ...
|
|
1246
|
-
"min-block-size": [{ "min-block": ["auto", ...
|
|
1247
|
-
"max-block-size": [{ "max-block": ["none", ...
|
|
1241
|
+
size: [{ size: O() }],
|
|
1242
|
+
"inline-size": [{ inline: ["auto", ...k()] }],
|
|
1243
|
+
"min-inline-size": [{ "min-inline": ["auto", ...k()] }],
|
|
1244
|
+
"max-inline-size": [{ "max-inline": ["none", ...k()] }],
|
|
1245
|
+
"block-size": [{ block: ["auto", ...ae()] }],
|
|
1246
|
+
"min-block-size": [{ "min-block": ["auto", ...ae()] }],
|
|
1247
|
+
"max-block-size": [{ "max-block": ["none", ...ae()] }],
|
|
1248
1248
|
w: [{ w: [
|
|
1249
1249
|
s,
|
|
1250
1250
|
"screen",
|
|
1251
|
-
...
|
|
1251
|
+
...O()
|
|
1252
1252
|
] }],
|
|
1253
1253
|
"min-w": [{ "min-w": [
|
|
1254
1254
|
s,
|
|
1255
1255
|
"screen",
|
|
1256
1256
|
"none",
|
|
1257
|
-
...
|
|
1257
|
+
...O()
|
|
1258
1258
|
] }],
|
|
1259
1259
|
"max-w": [{ "max-w": [
|
|
1260
1260
|
s,
|
|
@@ -1262,36 +1262,36 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1262
1262
|
"none",
|
|
1263
1263
|
"prose",
|
|
1264
1264
|
{ screen: [o] },
|
|
1265
|
-
...
|
|
1265
|
+
...O()
|
|
1266
1266
|
] }],
|
|
1267
1267
|
h: [{ h: [
|
|
1268
1268
|
"screen",
|
|
1269
1269
|
"lh",
|
|
1270
|
-
...
|
|
1270
|
+
...O()
|
|
1271
1271
|
] }],
|
|
1272
1272
|
"min-h": [{ "min-h": [
|
|
1273
1273
|
"screen",
|
|
1274
1274
|
"lh",
|
|
1275
1275
|
"none",
|
|
1276
|
-
...
|
|
1276
|
+
...O()
|
|
1277
1277
|
] }],
|
|
1278
1278
|
"max-h": [{ "max-h": [
|
|
1279
1279
|
"screen",
|
|
1280
1280
|
"lh",
|
|
1281
|
-
...
|
|
1281
|
+
...O()
|
|
1282
1282
|
] }],
|
|
1283
1283
|
"font-size": [{ text: [
|
|
1284
1284
|
"base",
|
|
1285
1285
|
n,
|
|
1286
|
-
|
|
1287
|
-
|
|
1286
|
+
Ft,
|
|
1287
|
+
Z
|
|
1288
1288
|
] }],
|
|
1289
1289
|
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
1290
1290
|
"font-style": ["italic", "not-italic"],
|
|
1291
1291
|
"font-weight": [{ font: [
|
|
1292
1292
|
r,
|
|
1293
|
-
|
|
1294
|
-
|
|
1293
|
+
Vt,
|
|
1294
|
+
At
|
|
1295
1295
|
] }],
|
|
1296
1296
|
"font-stretch": [{ "font-stretch": [
|
|
1297
1297
|
"ultra-condensed",
|
|
@@ -1303,15 +1303,15 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1303
1303
|
"expanded",
|
|
1304
1304
|
"extra-expanded",
|
|
1305
1305
|
"ultra-expanded",
|
|
1306
|
-
|
|
1307
|
-
|
|
1306
|
+
xt,
|
|
1307
|
+
X
|
|
1308
1308
|
] }],
|
|
1309
1309
|
"font-family": [{ font: [
|
|
1310
|
-
|
|
1311
|
-
|
|
1310
|
+
It,
|
|
1311
|
+
jt,
|
|
1312
1312
|
t
|
|
1313
1313
|
] }],
|
|
1314
|
-
"font-features": [{ "font-features": [
|
|
1314
|
+
"font-features": [{ "font-features": [X] }],
|
|
1315
1315
|
"fvn-normal": ["normal-nums"],
|
|
1316
1316
|
"fvn-ordinal": ["ordinal"],
|
|
1317
1317
|
"fvn-slashed-zero": ["slashed-zero"],
|
|
@@ -1320,28 +1320,28 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1320
1320
|
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
1321
1321
|
tracking: [{ tracking: [
|
|
1322
1322
|
i,
|
|
1323
|
-
|
|
1324
|
-
|
|
1323
|
+
Q,
|
|
1324
|
+
X
|
|
1325
1325
|
] }],
|
|
1326
1326
|
"line-clamp": [{ "line-clamp": [
|
|
1327
|
-
|
|
1327
|
+
q,
|
|
1328
1328
|
"none",
|
|
1329
|
-
|
|
1330
|
-
|
|
1329
|
+
Q,
|
|
1330
|
+
kt
|
|
1331
1331
|
] }],
|
|
1332
|
-
leading: [{ leading: [a, ...
|
|
1332
|
+
leading: [{ leading: [a, ...x()] }],
|
|
1333
1333
|
"list-image": [{ "list-image": [
|
|
1334
1334
|
"none",
|
|
1335
|
-
|
|
1336
|
-
|
|
1335
|
+
Q,
|
|
1336
|
+
X
|
|
1337
1337
|
] }],
|
|
1338
1338
|
"list-style-position": [{ list: ["inside", "outside"] }],
|
|
1339
1339
|
"list-style-type": [{ list: [
|
|
1340
1340
|
"disc",
|
|
1341
1341
|
"decimal",
|
|
1342
1342
|
"none",
|
|
1343
|
-
|
|
1344
|
-
|
|
1343
|
+
Q,
|
|
1344
|
+
X
|
|
1345
1345
|
] }],
|
|
1346
1346
|
"text-alignment": [{ text: [
|
|
1347
1347
|
"left",
|
|
@@ -1351,28 +1351,28 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1351
1351
|
"start",
|
|
1352
1352
|
"end"
|
|
1353
1353
|
] }],
|
|
1354
|
-
"placeholder-color": [{ placeholder:
|
|
1355
|
-
"text-color": [{ text:
|
|
1354
|
+
"placeholder-color": [{ placeholder: A() }],
|
|
1355
|
+
"text-color": [{ text: A() }],
|
|
1356
1356
|
"text-decoration": [
|
|
1357
1357
|
"underline",
|
|
1358
1358
|
"overline",
|
|
1359
1359
|
"line-through",
|
|
1360
1360
|
"no-underline"
|
|
1361
1361
|
],
|
|
1362
|
-
"text-decoration-style": [{ decoration: [...
|
|
1362
|
+
"text-decoration-style": [{ decoration: [...L(), "wavy"] }],
|
|
1363
1363
|
"text-decoration-thickness": [{ decoration: [
|
|
1364
|
-
|
|
1364
|
+
q,
|
|
1365
1365
|
"from-font",
|
|
1366
1366
|
"auto",
|
|
1367
|
-
|
|
1368
|
-
|
|
1367
|
+
Q,
|
|
1368
|
+
Z
|
|
1369
1369
|
] }],
|
|
1370
|
-
"text-decoration-color": [{ decoration:
|
|
1370
|
+
"text-decoration-color": [{ decoration: A() }],
|
|
1371
1371
|
"underline-offset": [{ "underline-offset": [
|
|
1372
|
-
|
|
1372
|
+
q,
|
|
1373
1373
|
"auto",
|
|
1374
|
-
|
|
1375
|
-
|
|
1374
|
+
Q,
|
|
1375
|
+
X
|
|
1376
1376
|
] }],
|
|
1377
1377
|
"text-transform": [
|
|
1378
1378
|
"uppercase",
|
|
@@ -1391,7 +1391,7 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1391
1391
|
"balance",
|
|
1392
1392
|
"pretty"
|
|
1393
1393
|
] }],
|
|
1394
|
-
indent: [{ indent:
|
|
1394
|
+
indent: [{ indent: x() }],
|
|
1395
1395
|
"vertical-align": [{ align: [
|
|
1396
1396
|
"baseline",
|
|
1397
1397
|
"top",
|
|
@@ -1401,8 +1401,8 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1401
1401
|
"text-bottom",
|
|
1402
1402
|
"sub",
|
|
1403
1403
|
"super",
|
|
1404
|
-
|
|
1405
|
-
|
|
1404
|
+
Q,
|
|
1405
|
+
X
|
|
1406
1406
|
] }],
|
|
1407
1407
|
whitespace: [{ whitespace: [
|
|
1408
1408
|
"normal",
|
|
@@ -1430,8 +1430,8 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1430
1430
|
] }],
|
|
1431
1431
|
content: [{ content: [
|
|
1432
1432
|
"none",
|
|
1433
|
-
|
|
1434
|
-
|
|
1433
|
+
Q,
|
|
1434
|
+
X
|
|
1435
1435
|
] }],
|
|
1436
1436
|
"bg-attachment": [{ bg: [
|
|
1437
1437
|
"fixed",
|
|
@@ -1449,9 +1449,9 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1449
1449
|
"padding",
|
|
1450
1450
|
"content"
|
|
1451
1451
|
] }],
|
|
1452
|
-
"bg-position": [{ bg:
|
|
1453
|
-
"bg-repeat": [{ bg:
|
|
1454
|
-
"bg-size": [{ bg:
|
|
1452
|
+
"bg-position": [{ bg: j() }],
|
|
1453
|
+
"bg-repeat": [{ bg: M() }],
|
|
1454
|
+
"bg-size": [{ bg: N() }],
|
|
1455
1455
|
"bg-image": [{ bg: [
|
|
1456
1456
|
"none",
|
|
1457
1457
|
{
|
|
@@ -1466,140 +1466,140 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1466
1466
|
"l",
|
|
1467
1467
|
"tl"
|
|
1468
1468
|
] },
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1469
|
+
J,
|
|
1470
|
+
Q,
|
|
1471
|
+
X
|
|
1472
1472
|
],
|
|
1473
1473
|
radial: [
|
|
1474
1474
|
"",
|
|
1475
|
-
|
|
1476
|
-
|
|
1475
|
+
Q,
|
|
1476
|
+
X
|
|
1477
1477
|
],
|
|
1478
1478
|
conic: [
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1479
|
+
J,
|
|
1480
|
+
Q,
|
|
1481
|
+
X
|
|
1482
1482
|
]
|
|
1483
1483
|
},
|
|
1484
|
-
|
|
1485
|
-
|
|
1484
|
+
zt,
|
|
1485
|
+
Nt
|
|
1486
1486
|
] }],
|
|
1487
|
-
"bg-color": [{ bg:
|
|
1488
|
-
"gradient-from-pos": [{ from:
|
|
1489
|
-
"gradient-via-pos": [{ via:
|
|
1490
|
-
"gradient-to-pos": [{ to:
|
|
1491
|
-
"gradient-from": [{ from:
|
|
1492
|
-
"gradient-via": [{ via:
|
|
1493
|
-
"gradient-to": [{ to:
|
|
1494
|
-
rounded: [{ rounded:
|
|
1495
|
-
"rounded-s": [{ "rounded-s":
|
|
1496
|
-
"rounded-e": [{ "rounded-e":
|
|
1497
|
-
"rounded-t": [{ "rounded-t":
|
|
1498
|
-
"rounded-r": [{ "rounded-r":
|
|
1499
|
-
"rounded-b": [{ "rounded-b":
|
|
1500
|
-
"rounded-l": [{ "rounded-l":
|
|
1501
|
-
"rounded-ss": [{ "rounded-ss":
|
|
1502
|
-
"rounded-se": [{ "rounded-se":
|
|
1503
|
-
"rounded-ee": [{ "rounded-ee":
|
|
1504
|
-
"rounded-es": [{ "rounded-es":
|
|
1505
|
-
"rounded-tl": [{ "rounded-tl":
|
|
1506
|
-
"rounded-tr": [{ "rounded-tr":
|
|
1507
|
-
"rounded-br": [{ "rounded-br":
|
|
1508
|
-
"rounded-bl": [{ "rounded-bl":
|
|
1509
|
-
"border-w": [{ border:
|
|
1510
|
-
"border-w-x": [{ "border-x":
|
|
1511
|
-
"border-w-y": [{ "border-y":
|
|
1512
|
-
"border-w-s": [{ "border-s":
|
|
1513
|
-
"border-w-e": [{ "border-e":
|
|
1514
|
-
"border-w-bs": [{ "border-bs":
|
|
1515
|
-
"border-w-be": [{ "border-be":
|
|
1516
|
-
"border-w-t": [{ "border-t":
|
|
1517
|
-
"border-w-r": [{ "border-r":
|
|
1518
|
-
"border-w-b": [{ "border-b":
|
|
1519
|
-
"border-w-l": [{ "border-l":
|
|
1520
|
-
"divide-x": [{ "divide-x":
|
|
1487
|
+
"bg-color": [{ bg: A() }],
|
|
1488
|
+
"gradient-from-pos": [{ from: P() }],
|
|
1489
|
+
"gradient-via-pos": [{ via: P() }],
|
|
1490
|
+
"gradient-to-pos": [{ to: P() }],
|
|
1491
|
+
"gradient-from": [{ from: A() }],
|
|
1492
|
+
"gradient-via": [{ via: A() }],
|
|
1493
|
+
"gradient-to": [{ to: A() }],
|
|
1494
|
+
rounded: [{ rounded: F() }],
|
|
1495
|
+
"rounded-s": [{ "rounded-s": F() }],
|
|
1496
|
+
"rounded-e": [{ "rounded-e": F() }],
|
|
1497
|
+
"rounded-t": [{ "rounded-t": F() }],
|
|
1498
|
+
"rounded-r": [{ "rounded-r": F() }],
|
|
1499
|
+
"rounded-b": [{ "rounded-b": F() }],
|
|
1500
|
+
"rounded-l": [{ "rounded-l": F() }],
|
|
1501
|
+
"rounded-ss": [{ "rounded-ss": F() }],
|
|
1502
|
+
"rounded-se": [{ "rounded-se": F() }],
|
|
1503
|
+
"rounded-ee": [{ "rounded-ee": F() }],
|
|
1504
|
+
"rounded-es": [{ "rounded-es": F() }],
|
|
1505
|
+
"rounded-tl": [{ "rounded-tl": F() }],
|
|
1506
|
+
"rounded-tr": [{ "rounded-tr": F() }],
|
|
1507
|
+
"rounded-br": [{ "rounded-br": F() }],
|
|
1508
|
+
"rounded-bl": [{ "rounded-bl": F() }],
|
|
1509
|
+
"border-w": [{ border: I() }],
|
|
1510
|
+
"border-w-x": [{ "border-x": I() }],
|
|
1511
|
+
"border-w-y": [{ "border-y": I() }],
|
|
1512
|
+
"border-w-s": [{ "border-s": I() }],
|
|
1513
|
+
"border-w-e": [{ "border-e": I() }],
|
|
1514
|
+
"border-w-bs": [{ "border-bs": I() }],
|
|
1515
|
+
"border-w-be": [{ "border-be": I() }],
|
|
1516
|
+
"border-w-t": [{ "border-t": I() }],
|
|
1517
|
+
"border-w-r": [{ "border-r": I() }],
|
|
1518
|
+
"border-w-b": [{ "border-b": I() }],
|
|
1519
|
+
"border-w-l": [{ "border-l": I() }],
|
|
1520
|
+
"divide-x": [{ "divide-x": I() }],
|
|
1521
1521
|
"divide-x-reverse": ["divide-x-reverse"],
|
|
1522
|
-
"divide-y": [{ "divide-y":
|
|
1522
|
+
"divide-y": [{ "divide-y": I() }],
|
|
1523
1523
|
"divide-y-reverse": ["divide-y-reverse"],
|
|
1524
1524
|
"border-style": [{ border: [
|
|
1525
|
-
...
|
|
1525
|
+
...L(),
|
|
1526
1526
|
"hidden",
|
|
1527
1527
|
"none"
|
|
1528
1528
|
] }],
|
|
1529
1529
|
"divide-style": [{ divide: [
|
|
1530
|
-
...
|
|
1530
|
+
...L(),
|
|
1531
1531
|
"hidden",
|
|
1532
1532
|
"none"
|
|
1533
1533
|
] }],
|
|
1534
|
-
"border-color": [{ border:
|
|
1535
|
-
"border-color-x": [{ "border-x":
|
|
1536
|
-
"border-color-y": [{ "border-y":
|
|
1537
|
-
"border-color-s": [{ "border-s":
|
|
1538
|
-
"border-color-e": [{ "border-e":
|
|
1539
|
-
"border-color-bs": [{ "border-bs":
|
|
1540
|
-
"border-color-be": [{ "border-be":
|
|
1541
|
-
"border-color-t": [{ "border-t":
|
|
1542
|
-
"border-color-r": [{ "border-r":
|
|
1543
|
-
"border-color-b": [{ "border-b":
|
|
1544
|
-
"border-color-l": [{ "border-l":
|
|
1545
|
-
"divide-color": [{ divide:
|
|
1534
|
+
"border-color": [{ border: A() }],
|
|
1535
|
+
"border-color-x": [{ "border-x": A() }],
|
|
1536
|
+
"border-color-y": [{ "border-y": A() }],
|
|
1537
|
+
"border-color-s": [{ "border-s": A() }],
|
|
1538
|
+
"border-color-e": [{ "border-e": A() }],
|
|
1539
|
+
"border-color-bs": [{ "border-bs": A() }],
|
|
1540
|
+
"border-color-be": [{ "border-be": A() }],
|
|
1541
|
+
"border-color-t": [{ "border-t": A() }],
|
|
1542
|
+
"border-color-r": [{ "border-r": A() }],
|
|
1543
|
+
"border-color-b": [{ "border-b": A() }],
|
|
1544
|
+
"border-color-l": [{ "border-l": A() }],
|
|
1545
|
+
"divide-color": [{ divide: A() }],
|
|
1546
1546
|
"outline-style": [{ outline: [
|
|
1547
|
-
...
|
|
1547
|
+
...L(),
|
|
1548
1548
|
"none",
|
|
1549
1549
|
"hidden"
|
|
1550
1550
|
] }],
|
|
1551
1551
|
"outline-offset": [{ "outline-offset": [
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1552
|
+
q,
|
|
1553
|
+
Q,
|
|
1554
|
+
X
|
|
1555
1555
|
] }],
|
|
1556
1556
|
"outline-w": [{ outline: [
|
|
1557
1557
|
"",
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1558
|
+
q,
|
|
1559
|
+
Ft,
|
|
1560
|
+
Z
|
|
1561
1561
|
] }],
|
|
1562
|
-
"outline-color": [{ outline:
|
|
1562
|
+
"outline-color": [{ outline: A() }],
|
|
1563
1563
|
shadow: [{ shadow: [
|
|
1564
1564
|
"",
|
|
1565
1565
|
"none",
|
|
1566
1566
|
u,
|
|
1567
|
-
|
|
1568
|
-
|
|
1567
|
+
Bt,
|
|
1568
|
+
Pt
|
|
1569
1569
|
] }],
|
|
1570
|
-
"shadow-color": [{ shadow:
|
|
1570
|
+
"shadow-color": [{ shadow: A() }],
|
|
1571
1571
|
"inset-shadow": [{ "inset-shadow": [
|
|
1572
1572
|
"none",
|
|
1573
1573
|
d,
|
|
1574
|
-
|
|
1575
|
-
|
|
1574
|
+
Bt,
|
|
1575
|
+
Pt
|
|
1576
1576
|
] }],
|
|
1577
|
-
"inset-shadow-color": [{ "inset-shadow":
|
|
1578
|
-
"ring-w": [{ ring:
|
|
1577
|
+
"inset-shadow-color": [{ "inset-shadow": A() }],
|
|
1578
|
+
"ring-w": [{ ring: I() }],
|
|
1579
1579
|
"ring-w-inset": ["ring-inset"],
|
|
1580
|
-
"ring-color": [{ ring:
|
|
1581
|
-
"ring-offset-w": [{ "ring-offset": [
|
|
1582
|
-
"ring-offset-color": [{ "ring-offset":
|
|
1583
|
-
"inset-ring-w": [{ "inset-ring":
|
|
1584
|
-
"inset-ring-color": [{ "inset-ring":
|
|
1580
|
+
"ring-color": [{ ring: A() }],
|
|
1581
|
+
"ring-offset-w": [{ "ring-offset": [q, Z] }],
|
|
1582
|
+
"ring-offset-color": [{ "ring-offset": A() }],
|
|
1583
|
+
"inset-ring-w": [{ "inset-ring": I() }],
|
|
1584
|
+
"inset-ring-color": [{ "inset-ring": A() }],
|
|
1585
1585
|
"text-shadow": [{ "text-shadow": [
|
|
1586
1586
|
"none",
|
|
1587
1587
|
f,
|
|
1588
|
-
|
|
1589
|
-
|
|
1588
|
+
Bt,
|
|
1589
|
+
Pt
|
|
1590
1590
|
] }],
|
|
1591
|
-
"text-shadow-color": [{ "text-shadow":
|
|
1591
|
+
"text-shadow-color": [{ "text-shadow": A() }],
|
|
1592
1592
|
opacity: [{ opacity: [
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1593
|
+
q,
|
|
1594
|
+
Q,
|
|
1595
|
+
X
|
|
1596
1596
|
] }],
|
|
1597
1597
|
"mix-blend": [{ "mix-blend": [
|
|
1598
|
-
...
|
|
1598
|
+
...R(),
|
|
1599
1599
|
"plus-darker",
|
|
1600
1600
|
"plus-lighter"
|
|
1601
1601
|
] }],
|
|
1602
|
-
"bg-blend": [{ "bg-blend":
|
|
1602
|
+
"bg-blend": [{ "bg-blend": R() }],
|
|
1603
1603
|
"mask-clip": [{ "mask-clip": [
|
|
1604
1604
|
"border",
|
|
1605
1605
|
"padding",
|
|
@@ -1614,51 +1614,51 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1614
1614
|
"intersect",
|
|
1615
1615
|
"exclude"
|
|
1616
1616
|
] }],
|
|
1617
|
-
"mask-image-linear-pos": [{ "mask-linear": [
|
|
1618
|
-
"mask-image-linear-from-pos": [{ "mask-linear-from":
|
|
1619
|
-
"mask-image-linear-to-pos": [{ "mask-linear-to":
|
|
1620
|
-
"mask-image-linear-from-color": [{ "mask-linear-from":
|
|
1621
|
-
"mask-image-linear-to-color": [{ "mask-linear-to":
|
|
1622
|
-
"mask-image-t-from-pos": [{ "mask-t-from":
|
|
1623
|
-
"mask-image-t-to-pos": [{ "mask-t-to":
|
|
1624
|
-
"mask-image-t-from-color": [{ "mask-t-from":
|
|
1625
|
-
"mask-image-t-to-color": [{ "mask-t-to":
|
|
1626
|
-
"mask-image-r-from-pos": [{ "mask-r-from":
|
|
1627
|
-
"mask-image-r-to-pos": [{ "mask-r-to":
|
|
1628
|
-
"mask-image-r-from-color": [{ "mask-r-from":
|
|
1629
|
-
"mask-image-r-to-color": [{ "mask-r-to":
|
|
1630
|
-
"mask-image-b-from-pos": [{ "mask-b-from":
|
|
1631
|
-
"mask-image-b-to-pos": [{ "mask-b-to":
|
|
1632
|
-
"mask-image-b-from-color": [{ "mask-b-from":
|
|
1633
|
-
"mask-image-b-to-color": [{ "mask-b-to":
|
|
1634
|
-
"mask-image-l-from-pos": [{ "mask-l-from":
|
|
1635
|
-
"mask-image-l-to-pos": [{ "mask-l-to":
|
|
1636
|
-
"mask-image-l-from-color": [{ "mask-l-from":
|
|
1637
|
-
"mask-image-l-to-color": [{ "mask-l-to":
|
|
1638
|
-
"mask-image-x-from-pos": [{ "mask-x-from":
|
|
1639
|
-
"mask-image-x-to-pos": [{ "mask-x-to":
|
|
1640
|
-
"mask-image-x-from-color": [{ "mask-x-from":
|
|
1641
|
-
"mask-image-x-to-color": [{ "mask-x-to":
|
|
1642
|
-
"mask-image-y-from-pos": [{ "mask-y-from":
|
|
1643
|
-
"mask-image-y-to-pos": [{ "mask-y-to":
|
|
1644
|
-
"mask-image-y-from-color": [{ "mask-y-from":
|
|
1645
|
-
"mask-image-y-to-color": [{ "mask-y-to":
|
|
1646
|
-
"mask-image-radial": [{ "mask-radial": [
|
|
1647
|
-
"mask-image-radial-from-pos": [{ "mask-radial-from":
|
|
1648
|
-
"mask-image-radial-to-pos": [{ "mask-radial-to":
|
|
1649
|
-
"mask-image-radial-from-color": [{ "mask-radial-from":
|
|
1650
|
-
"mask-image-radial-to-color": [{ "mask-radial-to":
|
|
1617
|
+
"mask-image-linear-pos": [{ "mask-linear": [q] }],
|
|
1618
|
+
"mask-image-linear-from-pos": [{ "mask-linear-from": z() }],
|
|
1619
|
+
"mask-image-linear-to-pos": [{ "mask-linear-to": z() }],
|
|
1620
|
+
"mask-image-linear-from-color": [{ "mask-linear-from": A() }],
|
|
1621
|
+
"mask-image-linear-to-color": [{ "mask-linear-to": A() }],
|
|
1622
|
+
"mask-image-t-from-pos": [{ "mask-t-from": z() }],
|
|
1623
|
+
"mask-image-t-to-pos": [{ "mask-t-to": z() }],
|
|
1624
|
+
"mask-image-t-from-color": [{ "mask-t-from": A() }],
|
|
1625
|
+
"mask-image-t-to-color": [{ "mask-t-to": A() }],
|
|
1626
|
+
"mask-image-r-from-pos": [{ "mask-r-from": z() }],
|
|
1627
|
+
"mask-image-r-to-pos": [{ "mask-r-to": z() }],
|
|
1628
|
+
"mask-image-r-from-color": [{ "mask-r-from": A() }],
|
|
1629
|
+
"mask-image-r-to-color": [{ "mask-r-to": A() }],
|
|
1630
|
+
"mask-image-b-from-pos": [{ "mask-b-from": z() }],
|
|
1631
|
+
"mask-image-b-to-pos": [{ "mask-b-to": z() }],
|
|
1632
|
+
"mask-image-b-from-color": [{ "mask-b-from": A() }],
|
|
1633
|
+
"mask-image-b-to-color": [{ "mask-b-to": A() }],
|
|
1634
|
+
"mask-image-l-from-pos": [{ "mask-l-from": z() }],
|
|
1635
|
+
"mask-image-l-to-pos": [{ "mask-l-to": z() }],
|
|
1636
|
+
"mask-image-l-from-color": [{ "mask-l-from": A() }],
|
|
1637
|
+
"mask-image-l-to-color": [{ "mask-l-to": A() }],
|
|
1638
|
+
"mask-image-x-from-pos": [{ "mask-x-from": z() }],
|
|
1639
|
+
"mask-image-x-to-pos": [{ "mask-x-to": z() }],
|
|
1640
|
+
"mask-image-x-from-color": [{ "mask-x-from": A() }],
|
|
1641
|
+
"mask-image-x-to-color": [{ "mask-x-to": A() }],
|
|
1642
|
+
"mask-image-y-from-pos": [{ "mask-y-from": z() }],
|
|
1643
|
+
"mask-image-y-to-pos": [{ "mask-y-to": z() }],
|
|
1644
|
+
"mask-image-y-from-color": [{ "mask-y-from": A() }],
|
|
1645
|
+
"mask-image-y-to-color": [{ "mask-y-to": A() }],
|
|
1646
|
+
"mask-image-radial": [{ "mask-radial": [Q, X] }],
|
|
1647
|
+
"mask-image-radial-from-pos": [{ "mask-radial-from": z() }],
|
|
1648
|
+
"mask-image-radial-to-pos": [{ "mask-radial-to": z() }],
|
|
1649
|
+
"mask-image-radial-from-color": [{ "mask-radial-from": A() }],
|
|
1650
|
+
"mask-image-radial-to-color": [{ "mask-radial-to": A() }],
|
|
1651
1651
|
"mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
|
|
1652
1652
|
"mask-image-radial-size": [{ "mask-radial": [{
|
|
1653
1653
|
closest: ["side", "corner"],
|
|
1654
1654
|
farthest: ["side", "corner"]
|
|
1655
1655
|
}] }],
|
|
1656
1656
|
"mask-image-radial-pos": [{ "mask-radial-at": ne() }],
|
|
1657
|
-
"mask-image-conic-pos": [{ "mask-conic": [
|
|
1658
|
-
"mask-image-conic-from-pos": [{ "mask-conic-from":
|
|
1659
|
-
"mask-image-conic-to-pos": [{ "mask-conic-to":
|
|
1660
|
-
"mask-image-conic-from-color": [{ "mask-conic-from":
|
|
1661
|
-
"mask-image-conic-to-color": [{ "mask-conic-to":
|
|
1657
|
+
"mask-image-conic-pos": [{ "mask-conic": [q] }],
|
|
1658
|
+
"mask-image-conic-from-pos": [{ "mask-conic-from": z() }],
|
|
1659
|
+
"mask-image-conic-to-pos": [{ "mask-conic-to": z() }],
|
|
1660
|
+
"mask-image-conic-from-color": [{ "mask-conic-from": A() }],
|
|
1661
|
+
"mask-image-conic-to-color": [{ "mask-conic-to": A() }],
|
|
1662
1662
|
"mask-mode": [{ mask: [
|
|
1663
1663
|
"alpha",
|
|
1664
1664
|
"luminance",
|
|
@@ -1672,122 +1672,122 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1672
1672
|
"stroke",
|
|
1673
1673
|
"view"
|
|
1674
1674
|
] }],
|
|
1675
|
-
"mask-position": [{ mask:
|
|
1676
|
-
"mask-repeat": [{ mask:
|
|
1677
|
-
"mask-size": [{ mask:
|
|
1675
|
+
"mask-position": [{ mask: j() }],
|
|
1676
|
+
"mask-repeat": [{ mask: M() }],
|
|
1677
|
+
"mask-size": [{ mask: N() }],
|
|
1678
1678
|
"mask-type": [{ "mask-type": ["alpha", "luminance"] }],
|
|
1679
1679
|
"mask-image": [{ mask: [
|
|
1680
1680
|
"none",
|
|
1681
|
-
|
|
1682
|
-
|
|
1681
|
+
Q,
|
|
1682
|
+
X
|
|
1683
1683
|
] }],
|
|
1684
1684
|
filter: [{ filter: [
|
|
1685
1685
|
"",
|
|
1686
1686
|
"none",
|
|
1687
|
-
|
|
1688
|
-
|
|
1687
|
+
Q,
|
|
1688
|
+
X
|
|
1689
1689
|
] }],
|
|
1690
|
-
blur: [{ blur:
|
|
1690
|
+
blur: [{ blur: oe() }],
|
|
1691
1691
|
brightness: [{ brightness: [
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1692
|
+
q,
|
|
1693
|
+
Q,
|
|
1694
|
+
X
|
|
1695
1695
|
] }],
|
|
1696
1696
|
contrast: [{ contrast: [
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1697
|
+
q,
|
|
1698
|
+
Q,
|
|
1699
|
+
X
|
|
1700
1700
|
] }],
|
|
1701
1701
|
"drop-shadow": [{ "drop-shadow": [
|
|
1702
1702
|
"",
|
|
1703
1703
|
"none",
|
|
1704
1704
|
p,
|
|
1705
|
-
|
|
1706
|
-
|
|
1705
|
+
Bt,
|
|
1706
|
+
Pt
|
|
1707
1707
|
] }],
|
|
1708
|
-
"drop-shadow-color": [{ "drop-shadow":
|
|
1708
|
+
"drop-shadow-color": [{ "drop-shadow": A() }],
|
|
1709
1709
|
grayscale: [{ grayscale: [
|
|
1710
1710
|
"",
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1711
|
+
q,
|
|
1712
|
+
Q,
|
|
1713
|
+
X
|
|
1714
1714
|
] }],
|
|
1715
1715
|
"hue-rotate": [{ "hue-rotate": [
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1716
|
+
q,
|
|
1717
|
+
Q,
|
|
1718
|
+
X
|
|
1719
1719
|
] }],
|
|
1720
1720
|
invert: [{ invert: [
|
|
1721
1721
|
"",
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1722
|
+
q,
|
|
1723
|
+
Q,
|
|
1724
|
+
X
|
|
1725
1725
|
] }],
|
|
1726
1726
|
saturate: [{ saturate: [
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1727
|
+
q,
|
|
1728
|
+
Q,
|
|
1729
|
+
X
|
|
1730
1730
|
] }],
|
|
1731
1731
|
sepia: [{ sepia: [
|
|
1732
1732
|
"",
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1733
|
+
q,
|
|
1734
|
+
Q,
|
|
1735
|
+
X
|
|
1736
1736
|
] }],
|
|
1737
1737
|
"backdrop-filter": [{ "backdrop-filter": [
|
|
1738
1738
|
"",
|
|
1739
1739
|
"none",
|
|
1740
|
-
|
|
1741
|
-
|
|
1740
|
+
Q,
|
|
1741
|
+
X
|
|
1742
1742
|
] }],
|
|
1743
|
-
"backdrop-blur": [{ "backdrop-blur":
|
|
1743
|
+
"backdrop-blur": [{ "backdrop-blur": oe() }],
|
|
1744
1744
|
"backdrop-brightness": [{ "backdrop-brightness": [
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1745
|
+
q,
|
|
1746
|
+
Q,
|
|
1747
|
+
X
|
|
1748
1748
|
] }],
|
|
1749
1749
|
"backdrop-contrast": [{ "backdrop-contrast": [
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1750
|
+
q,
|
|
1751
|
+
Q,
|
|
1752
|
+
X
|
|
1753
1753
|
] }],
|
|
1754
1754
|
"backdrop-grayscale": [{ "backdrop-grayscale": [
|
|
1755
1755
|
"",
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1756
|
+
q,
|
|
1757
|
+
Q,
|
|
1758
|
+
X
|
|
1759
1759
|
] }],
|
|
1760
1760
|
"backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1761
|
+
q,
|
|
1762
|
+
Q,
|
|
1763
|
+
X
|
|
1764
1764
|
] }],
|
|
1765
1765
|
"backdrop-invert": [{ "backdrop-invert": [
|
|
1766
1766
|
"",
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1767
|
+
q,
|
|
1768
|
+
Q,
|
|
1769
|
+
X
|
|
1770
1770
|
] }],
|
|
1771
1771
|
"backdrop-opacity": [{ "backdrop-opacity": [
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1772
|
+
q,
|
|
1773
|
+
Q,
|
|
1774
|
+
X
|
|
1775
1775
|
] }],
|
|
1776
1776
|
"backdrop-saturate": [{ "backdrop-saturate": [
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1777
|
+
q,
|
|
1778
|
+
Q,
|
|
1779
|
+
X
|
|
1780
1780
|
] }],
|
|
1781
1781
|
"backdrop-sepia": [{ "backdrop-sepia": [
|
|
1782
1782
|
"",
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1783
|
+
q,
|
|
1784
|
+
Q,
|
|
1785
|
+
X
|
|
1786
1786
|
] }],
|
|
1787
1787
|
"border-collapse": [{ border: ["collapse", "separate"] }],
|
|
1788
|
-
"border-spacing": [{ "border-spacing":
|
|
1789
|
-
"border-spacing-x": [{ "border-spacing-x":
|
|
1790
|
-
"border-spacing-y": [{ "border-spacing-y":
|
|
1788
|
+
"border-spacing": [{ "border-spacing": x() }],
|
|
1789
|
+
"border-spacing-x": [{ "border-spacing-x": x() }],
|
|
1790
|
+
"border-spacing-y": [{ "border-spacing-y": x() }],
|
|
1791
1791
|
"table-layout": [{ table: ["auto", "fixed"] }],
|
|
1792
1792
|
caption: [{ caption: ["top", "bottom"] }],
|
|
1793
1793
|
transition: [{ transition: [
|
|
@@ -1798,56 +1798,56 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1798
1798
|
"shadow",
|
|
1799
1799
|
"transform",
|
|
1800
1800
|
"none",
|
|
1801
|
-
|
|
1802
|
-
|
|
1801
|
+
Q,
|
|
1802
|
+
X
|
|
1803
1803
|
] }],
|
|
1804
1804
|
"transition-behavior": [{ transition: ["normal", "discrete"] }],
|
|
1805
1805
|
duration: [{ duration: [
|
|
1806
|
-
|
|
1806
|
+
q,
|
|
1807
1807
|
"initial",
|
|
1808
|
-
|
|
1809
|
-
|
|
1808
|
+
Q,
|
|
1809
|
+
X
|
|
1810
1810
|
] }],
|
|
1811
1811
|
ease: [{ ease: [
|
|
1812
1812
|
"linear",
|
|
1813
1813
|
"initial",
|
|
1814
1814
|
ee,
|
|
1815
|
-
|
|
1816
|
-
|
|
1815
|
+
Q,
|
|
1816
|
+
X
|
|
1817
1817
|
] }],
|
|
1818
1818
|
delay: [{ delay: [
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1819
|
+
q,
|
|
1820
|
+
Q,
|
|
1821
|
+
X
|
|
1822
1822
|
] }],
|
|
1823
1823
|
animate: [{ animate: [
|
|
1824
1824
|
"none",
|
|
1825
1825
|
_,
|
|
1826
|
-
|
|
1827
|
-
|
|
1826
|
+
Q,
|
|
1827
|
+
X
|
|
1828
1828
|
] }],
|
|
1829
1829
|
backface: [{ backface: ["hidden", "visible"] }],
|
|
1830
1830
|
perspective: [{ perspective: [
|
|
1831
1831
|
h,
|
|
1832
|
-
|
|
1833
|
-
|
|
1832
|
+
Q,
|
|
1833
|
+
X
|
|
1834
1834
|
] }],
|
|
1835
1835
|
"perspective-origin": [{ "perspective-origin": v() }],
|
|
1836
|
-
rotate: [{ rotate:
|
|
1837
|
-
"rotate-x": [{ "rotate-x":
|
|
1838
|
-
"rotate-y": [{ "rotate-y":
|
|
1839
|
-
"rotate-z": [{ "rotate-z":
|
|
1840
|
-
scale: [{ scale:
|
|
1841
|
-
"scale-x": [{ "scale-x":
|
|
1842
|
-
"scale-y": [{ "scale-y":
|
|
1843
|
-
"scale-z": [{ "scale-z":
|
|
1836
|
+
rotate: [{ rotate: B() }],
|
|
1837
|
+
"rotate-x": [{ "rotate-x": B() }],
|
|
1838
|
+
"rotate-y": [{ "rotate-y": B() }],
|
|
1839
|
+
"rotate-z": [{ "rotate-z": B() }],
|
|
1840
|
+
scale: [{ scale: V() }],
|
|
1841
|
+
"scale-x": [{ "scale-x": V() }],
|
|
1842
|
+
"scale-y": [{ "scale-y": V() }],
|
|
1843
|
+
"scale-z": [{ "scale-z": V() }],
|
|
1844
1844
|
"scale-3d": ["scale-3d"],
|
|
1845
|
-
skew: [{ skew:
|
|
1846
|
-
"skew-x": [{ "skew-x":
|
|
1847
|
-
"skew-y": [{ "skew-y":
|
|
1845
|
+
skew: [{ skew: se() }],
|
|
1846
|
+
"skew-x": [{ "skew-x": se() }],
|
|
1847
|
+
"skew-y": [{ "skew-y": se() }],
|
|
1848
1848
|
transform: [{ transform: [
|
|
1849
|
-
|
|
1850
|
-
|
|
1849
|
+
Q,
|
|
1850
|
+
X,
|
|
1851
1851
|
"",
|
|
1852
1852
|
"none",
|
|
1853
1853
|
"gpu",
|
|
@@ -1855,14 +1855,14 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1855
1855
|
] }],
|
|
1856
1856
|
"transform-origin": [{ origin: v() }],
|
|
1857
1857
|
"transform-style": [{ transform: ["3d", "flat"] }],
|
|
1858
|
-
translate: [{ translate:
|
|
1859
|
-
"translate-x": [{ "translate-x":
|
|
1860
|
-
"translate-y": [{ "translate-y":
|
|
1861
|
-
"translate-z": [{ "translate-z":
|
|
1858
|
+
translate: [{ translate: H() }],
|
|
1859
|
+
"translate-x": [{ "translate-x": H() }],
|
|
1860
|
+
"translate-y": [{ "translate-y": H() }],
|
|
1861
|
+
"translate-z": [{ "translate-z": H() }],
|
|
1862
1862
|
"translate-none": ["translate-none"],
|
|
1863
|
-
accent: [{ accent:
|
|
1863
|
+
accent: [{ accent: A() }],
|
|
1864
1864
|
appearance: [{ appearance: ["none", "auto"] }],
|
|
1865
|
-
"caret-color": [{ caret:
|
|
1865
|
+
"caret-color": [{ caret: A() }],
|
|
1866
1866
|
"color-scheme": [{ scheme: [
|
|
1867
1867
|
"normal",
|
|
1868
1868
|
"dark",
|
|
@@ -1908,8 +1908,8 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1908
1908
|
"nwse-resize",
|
|
1909
1909
|
"zoom-in",
|
|
1910
1910
|
"zoom-out",
|
|
1911
|
-
|
|
1912
|
-
|
|
1911
|
+
Q,
|
|
1912
|
+
X
|
|
1913
1913
|
] }],
|
|
1914
1914
|
"field-sizing": [{ "field-sizing": ["fixed", "content"] }],
|
|
1915
1915
|
"pointer-events": [{ "pointer-events": ["auto", "none"] }],
|
|
@@ -1920,28 +1920,28 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1920
1920
|
"x"
|
|
1921
1921
|
] }],
|
|
1922
1922
|
"scroll-behavior": [{ scroll: ["auto", "smooth"] }],
|
|
1923
|
-
"scroll-m": [{ "scroll-m":
|
|
1924
|
-
"scroll-mx": [{ "scroll-mx":
|
|
1925
|
-
"scroll-my": [{ "scroll-my":
|
|
1926
|
-
"scroll-ms": [{ "scroll-ms":
|
|
1927
|
-
"scroll-me": [{ "scroll-me":
|
|
1928
|
-
"scroll-mbs": [{ "scroll-mbs":
|
|
1929
|
-
"scroll-mbe": [{ "scroll-mbe":
|
|
1930
|
-
"scroll-mt": [{ "scroll-mt":
|
|
1931
|
-
"scroll-mr": [{ "scroll-mr":
|
|
1932
|
-
"scroll-mb": [{ "scroll-mb":
|
|
1933
|
-
"scroll-ml": [{ "scroll-ml":
|
|
1934
|
-
"scroll-p": [{ "scroll-p":
|
|
1935
|
-
"scroll-px": [{ "scroll-px":
|
|
1936
|
-
"scroll-py": [{ "scroll-py":
|
|
1937
|
-
"scroll-ps": [{ "scroll-ps":
|
|
1938
|
-
"scroll-pe": [{ "scroll-pe":
|
|
1939
|
-
"scroll-pbs": [{ "scroll-pbs":
|
|
1940
|
-
"scroll-pbe": [{ "scroll-pbe":
|
|
1941
|
-
"scroll-pt": [{ "scroll-pt":
|
|
1942
|
-
"scroll-pr": [{ "scroll-pr":
|
|
1943
|
-
"scroll-pb": [{ "scroll-pb":
|
|
1944
|
-
"scroll-pl": [{ "scroll-pl":
|
|
1923
|
+
"scroll-m": [{ "scroll-m": x() }],
|
|
1924
|
+
"scroll-mx": [{ "scroll-mx": x() }],
|
|
1925
|
+
"scroll-my": [{ "scroll-my": x() }],
|
|
1926
|
+
"scroll-ms": [{ "scroll-ms": x() }],
|
|
1927
|
+
"scroll-me": [{ "scroll-me": x() }],
|
|
1928
|
+
"scroll-mbs": [{ "scroll-mbs": x() }],
|
|
1929
|
+
"scroll-mbe": [{ "scroll-mbe": x() }],
|
|
1930
|
+
"scroll-mt": [{ "scroll-mt": x() }],
|
|
1931
|
+
"scroll-mr": [{ "scroll-mr": x() }],
|
|
1932
|
+
"scroll-mb": [{ "scroll-mb": x() }],
|
|
1933
|
+
"scroll-ml": [{ "scroll-ml": x() }],
|
|
1934
|
+
"scroll-p": [{ "scroll-p": x() }],
|
|
1935
|
+
"scroll-px": [{ "scroll-px": x() }],
|
|
1936
|
+
"scroll-py": [{ "scroll-py": x() }],
|
|
1937
|
+
"scroll-ps": [{ "scroll-ps": x() }],
|
|
1938
|
+
"scroll-pe": [{ "scroll-pe": x() }],
|
|
1939
|
+
"scroll-pbs": [{ "scroll-pbs": x() }],
|
|
1940
|
+
"scroll-pbe": [{ "scroll-pbe": x() }],
|
|
1941
|
+
"scroll-pt": [{ "scroll-pt": x() }],
|
|
1942
|
+
"scroll-pr": [{ "scroll-pr": x() }],
|
|
1943
|
+
"scroll-pb": [{ "scroll-pb": x() }],
|
|
1944
|
+
"scroll-pl": [{ "scroll-pl": x() }],
|
|
1945
1945
|
"snap-align": [{ snap: [
|
|
1946
1946
|
"start",
|
|
1947
1947
|
"end",
|
|
@@ -1983,17 +1983,17 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
1983
1983
|
"scroll",
|
|
1984
1984
|
"contents",
|
|
1985
1985
|
"transform",
|
|
1986
|
-
|
|
1987
|
-
|
|
1986
|
+
Q,
|
|
1987
|
+
X
|
|
1988
1988
|
] }],
|
|
1989
|
-
fill: [{ fill: ["none", ...
|
|
1989
|
+
fill: [{ fill: ["none", ...A()] }],
|
|
1990
1990
|
"stroke-w": [{ stroke: [
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1991
|
+
q,
|
|
1992
|
+
Ft,
|
|
1993
|
+
Z,
|
|
1994
|
+
kt
|
|
1995
1995
|
] }],
|
|
1996
|
-
stroke: [{ stroke: ["none", ...
|
|
1996
|
+
stroke: [{ stroke: ["none", ...A()] }],
|
|
1997
1997
|
"forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
|
|
1998
1998
|
},
|
|
1999
1999
|
conflictingClassGroups: {
|
|
@@ -2181,11 +2181,11 @@ var Ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Pe = Me, Fe
|
|
|
2181
2181
|
//#endregion
|
|
2182
2182
|
//#region src/lib/utils.ts
|
|
2183
2183
|
function Qt(...e) {
|
|
2184
|
-
return Zt(
|
|
2184
|
+
return Zt(je(e));
|
|
2185
2185
|
}
|
|
2186
2186
|
//#endregion
|
|
2187
2187
|
//#region src/components/Button/Button.tsx
|
|
2188
|
-
var $t =
|
|
2188
|
+
var $t = Pe("inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive cursor-pointer font-medium transition-colors", {
|
|
2189
2189
|
variants: {
|
|
2190
2190
|
variant: {
|
|
2191
2191
|
default: "bg-primary text-primary-foreground hover:bg-primary/90",
|
|
@@ -2215,7 +2215,7 @@ var $t = Fe("inline-flex items-center justify-center gap-2 whitespace-nowrap rou
|
|
|
2215
2215
|
}
|
|
2216
2216
|
});
|
|
2217
2217
|
function en({ className: e, variant: t = "default", size: n = "default", ...r }) {
|
|
2218
|
-
return /* @__PURE__ */ o(
|
|
2218
|
+
return /* @__PURE__ */ o(ke, {
|
|
2219
2219
|
"data-slot": "button",
|
|
2220
2220
|
className: Qt($t({
|
|
2221
2221
|
variant: t,
|
|
@@ -10209,12 +10209,46 @@ function ol({ name: e, size: t = 24, className: n, "aria-label": r }) {
|
|
|
10209
10209
|
}));
|
|
10210
10210
|
}
|
|
10211
10211
|
//#endregion
|
|
10212
|
+
//#region node_modules/@base-ui/react/esm/separator/Separator.js
|
|
10213
|
+
var sl = /* @__PURE__ */ t.forwardRef(function(e, t) {
|
|
10214
|
+
let { className: n, render: r, orientation: i = "horizontal", style: a, ...o } = e;
|
|
10215
|
+
return be("div", e, {
|
|
10216
|
+
state: { orientation: i },
|
|
10217
|
+
ref: t,
|
|
10218
|
+
props: [{
|
|
10219
|
+
role: "separator",
|
|
10220
|
+
"aria-orientation": i
|
|
10221
|
+
}, o]
|
|
10222
|
+
});
|
|
10223
|
+
});
|
|
10224
|
+
process.env.NODE_ENV !== "production" && (sl.displayName = "Separator");
|
|
10225
|
+
//#endregion
|
|
10226
|
+
//#region src/components/Separator/Separator.tsx
|
|
10227
|
+
var cl = Pe("shrink-0 bg-border", {
|
|
10228
|
+
variants: { orientation: {
|
|
10229
|
+
horizontal: "h-px w-full",
|
|
10230
|
+
vertical: "h-full w-px"
|
|
10231
|
+
} },
|
|
10232
|
+
defaultVariants: { orientation: "horizontal" }
|
|
10233
|
+
});
|
|
10234
|
+
function ll({ className: e, orientation: t = "horizontal", ...n }) {
|
|
10235
|
+
return /* @__PURE__ */ o(sl, {
|
|
10236
|
+
"data-slot": "separator",
|
|
10237
|
+
orientation: t ?? void 0,
|
|
10238
|
+
className: Qt(cl({
|
|
10239
|
+
orientation: t,
|
|
10240
|
+
className: e
|
|
10241
|
+
})),
|
|
10242
|
+
...n
|
|
10243
|
+
});
|
|
10244
|
+
}
|
|
10245
|
+
//#endregion
|
|
10212
10246
|
//#region node_modules/@base-ui/utils/esm/useControlled.js
|
|
10213
|
-
function
|
|
10247
|
+
function ul({ controlled: e, default: n, name: r, state: i = "value" }) {
|
|
10214
10248
|
let { current: a } = t.useRef(e !== void 0), [o, s] = t.useState(n), c = a ? e : o;
|
|
10215
10249
|
if (process.env.NODE_ENV !== "production") {
|
|
10216
10250
|
t.useEffect(() => {
|
|
10217
|
-
a !== (e !== void 0) &&
|
|
10251
|
+
a !== (e !== void 0) && y([
|
|
10218
10252
|
`A component is changing the ${a ? "" : "un"}controlled ${i} state of ${r} to be ${a ? "un" : ""}controlled.`,
|
|
10219
10253
|
"Elements should not switch from uncontrolled to controlled (or vice versa).",
|
|
10220
10254
|
`Decide between using a controlled or uncontrolled ${r} element for the lifetime of the component.`,
|
|
@@ -10228,14 +10262,14 @@ function sl({ controlled: e, default: n, name: r, state: i = "value" }) {
|
|
|
10228
10262
|
]);
|
|
10229
10263
|
let { current: o } = t.useRef(n);
|
|
10230
10264
|
t.useEffect(() => {
|
|
10231
|
-
!a &&
|
|
10265
|
+
!a && dl(o) !== dl(n) && y([`A component is changing the default ${i} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join("\n"));
|
|
10232
10266
|
}, [n]);
|
|
10233
10267
|
}
|
|
10234
10268
|
return [c, t.useCallback((e) => {
|
|
10235
10269
|
a || s(e);
|
|
10236
10270
|
}, [])];
|
|
10237
10271
|
}
|
|
10238
|
-
function
|
|
10272
|
+
function dl(e) {
|
|
10239
10273
|
let t = 0, n = /* @__PURE__ */ new WeakMap();
|
|
10240
10274
|
try {
|
|
10241
10275
|
return JSON.stringify(e, function(e, r) {
|
|
@@ -10255,7 +10289,7 @@ function cl(e) {
|
|
|
10255
10289
|
}
|
|
10256
10290
|
//#endregion
|
|
10257
10291
|
//#region node_modules/@base-ui/utils/esm/visuallyHidden.js
|
|
10258
|
-
var
|
|
10292
|
+
var fl = {
|
|
10259
10293
|
clipPath: "inset(50%)",
|
|
10260
10294
|
overflow: "hidden",
|
|
10261
10295
|
whiteSpace: "nowrap",
|
|
@@ -10264,48 +10298,48 @@ var ll = {
|
|
|
10264
10298
|
width: 1,
|
|
10265
10299
|
height: 1,
|
|
10266
10300
|
margin: -1
|
|
10267
|
-
},
|
|
10268
|
-
...
|
|
10301
|
+
}, pl = {
|
|
10302
|
+
...fl,
|
|
10269
10303
|
position: "fixed",
|
|
10270
10304
|
top: 0,
|
|
10271
10305
|
left: 0
|
|
10272
|
-
},
|
|
10273
|
-
...
|
|
10306
|
+
}, ml = {
|
|
10307
|
+
...fl,
|
|
10274
10308
|
position: "absolute"
|
|
10275
|
-
},
|
|
10276
|
-
function
|
|
10309
|
+
}, hl = 0;
|
|
10310
|
+
function gl(e, n = "mui") {
|
|
10277
10311
|
let [r, i] = t.useState(e), a = e || r;
|
|
10278
10312
|
return t.useEffect(() => {
|
|
10279
|
-
r ?? (
|
|
10313
|
+
r ?? (hl += 1, i(`${n}-${hl}`));
|
|
10280
10314
|
}, [r, n]), a;
|
|
10281
10315
|
}
|
|
10282
|
-
var
|
|
10283
|
-
function
|
|
10284
|
-
if (
|
|
10285
|
-
let n =
|
|
10316
|
+
var _l = b.useId;
|
|
10317
|
+
function vl(e, t) {
|
|
10318
|
+
if (_l !== void 0) {
|
|
10319
|
+
let n = _l();
|
|
10286
10320
|
return e ?? (t ? `${t}-${n}` : n);
|
|
10287
10321
|
}
|
|
10288
|
-
return
|
|
10322
|
+
return gl(e, t);
|
|
10289
10323
|
}
|
|
10290
10324
|
//#endregion
|
|
10291
10325
|
//#region node_modules/@base-ui/react/esm/internals/useBaseUiId.js
|
|
10292
|
-
function
|
|
10293
|
-
return
|
|
10326
|
+
function yl(e) {
|
|
10327
|
+
return vl(e, "base-ui");
|
|
10294
10328
|
}
|
|
10295
10329
|
//#endregion
|
|
10296
10330
|
//#region node_modules/@base-ui/react/esm/switch/root/SwitchRootContext.js
|
|
10297
|
-
var
|
|
10298
|
-
process.env.NODE_ENV !== "production" && (
|
|
10299
|
-
function
|
|
10300
|
-
let e = t.useContext(
|
|
10301
|
-
if (e === void 0) throw Error(process.env.NODE_ENV === "production" ?
|
|
10331
|
+
var bl = /* @__PURE__ */ t.createContext(void 0);
|
|
10332
|
+
process.env.NODE_ENV !== "production" && (bl.displayName = "SwitchRootContext");
|
|
10333
|
+
function xl() {
|
|
10334
|
+
let e = t.useContext(bl);
|
|
10335
|
+
if (e === void 0) throw Error(process.env.NODE_ENV === "production" ? I(63) : "Base UI: SwitchRootContext is missing. Switch parts must be placed within <Switch.Root>.");
|
|
10302
10336
|
return e;
|
|
10303
10337
|
}
|
|
10304
10338
|
//#endregion
|
|
10305
10339
|
//#region node_modules/@base-ui/react/esm/field/control/FieldControlDataAttributes.js
|
|
10306
|
-
var
|
|
10340
|
+
var Sl = /* @__PURE__ */ function(e) {
|
|
10307
10341
|
return e.disabled = "data-disabled", e.valid = "data-valid", e.invalid = "data-invalid", e.touched = "data-touched", e.dirty = "data-dirty", e.filled = "data-filled", e.focused = "data-focused", e;
|
|
10308
|
-
}({}),
|
|
10342
|
+
}({}), Cl = {
|
|
10309
10343
|
badInput: !1,
|
|
10310
10344
|
customError: !1,
|
|
10311
10345
|
patternMismatch: !1,
|
|
@@ -10317,69 +10351,69 @@ var yl = /* @__PURE__ */ function(e) {
|
|
|
10317
10351
|
typeMismatch: !1,
|
|
10318
10352
|
valid: null,
|
|
10319
10353
|
valueMissing: !1
|
|
10320
|
-
},
|
|
10354
|
+
}, wl = {
|
|
10321
10355
|
valid: null,
|
|
10322
10356
|
touched: !1,
|
|
10323
10357
|
dirty: !1,
|
|
10324
10358
|
filled: !1,
|
|
10325
10359
|
focused: !1
|
|
10326
|
-
},
|
|
10360
|
+
}, Tl = {
|
|
10327
10361
|
disabled: !1,
|
|
10328
|
-
...
|
|
10329
|
-
},
|
|
10330
|
-
return e === null ? null : e ? { [
|
|
10331
|
-
} },
|
|
10362
|
+
...wl
|
|
10363
|
+
}, El = { valid(e) {
|
|
10364
|
+
return e === null ? null : e ? { [Sl.valid]: "" } : { [Sl.invalid]: "" };
|
|
10365
|
+
} }, Dl = /* @__PURE__ */ function(e) {
|
|
10332
10366
|
return e.checked = "data-checked", e.unchecked = "data-unchecked", e.disabled = "data-disabled", e.readonly = "data-readonly", e.required = "data-required", e.valid = "data-valid", e.invalid = "data-invalid", e.touched = "data-touched", e.dirty = "data-dirty", e.filled = "data-filled", e.focused = "data-focused", e;
|
|
10333
|
-
}({}),
|
|
10334
|
-
...
|
|
10367
|
+
}({}), Ol = {
|
|
10368
|
+
...El,
|
|
10335
10369
|
checked(e) {
|
|
10336
|
-
return e ? { [
|
|
10370
|
+
return e ? { [Dl.checked]: "" } : { [Dl.unchecked]: "" };
|
|
10337
10371
|
}
|
|
10338
|
-
},
|
|
10372
|
+
}, kl = /* @__PURE__ */ t.createContext({
|
|
10339
10373
|
invalid: void 0,
|
|
10340
10374
|
name: void 0,
|
|
10341
10375
|
validityData: {
|
|
10342
|
-
state:
|
|
10376
|
+
state: Cl,
|
|
10343
10377
|
errors: [],
|
|
10344
10378
|
error: "",
|
|
10345
10379
|
value: "",
|
|
10346
10380
|
initialValue: null
|
|
10347
10381
|
},
|
|
10348
|
-
setValidityData:
|
|
10382
|
+
setValidityData: U,
|
|
10349
10383
|
disabled: void 0,
|
|
10350
|
-
touched:
|
|
10351
|
-
setTouched:
|
|
10352
|
-
dirty:
|
|
10353
|
-
setDirty:
|
|
10354
|
-
filled:
|
|
10355
|
-
setFilled:
|
|
10356
|
-
focused:
|
|
10357
|
-
setFocused:
|
|
10384
|
+
touched: wl.touched,
|
|
10385
|
+
setTouched: U,
|
|
10386
|
+
dirty: wl.dirty,
|
|
10387
|
+
setDirty: U,
|
|
10388
|
+
filled: wl.filled,
|
|
10389
|
+
setFilled: U,
|
|
10390
|
+
focused: wl.focused,
|
|
10391
|
+
setFocused: U,
|
|
10358
10392
|
validate: () => null,
|
|
10359
10393
|
validationMode: "onSubmit",
|
|
10360
10394
|
validationDebounceTime: 0,
|
|
10361
10395
|
shouldValidateOnChange: () => !1,
|
|
10362
|
-
state:
|
|
10396
|
+
state: Tl,
|
|
10363
10397
|
markedDirtyRef: { current: !1 },
|
|
10364
|
-
registerFieldControl:
|
|
10398
|
+
registerFieldControl: U,
|
|
10365
10399
|
validation: {
|
|
10366
|
-
getValidationProps: (e =
|
|
10367
|
-
getInputValidationProps: (e =
|
|
10400
|
+
getValidationProps: (e = W) => e,
|
|
10401
|
+
getInputValidationProps: (e = W) => e,
|
|
10368
10402
|
inputRef: { current: null },
|
|
10369
10403
|
commit: async () => {}
|
|
10370
10404
|
}
|
|
10371
10405
|
});
|
|
10372
|
-
process.env.NODE_ENV !== "production" && (
|
|
10373
|
-
function
|
|
10374
|
-
let n = t.useContext(
|
|
10375
|
-
if (n.setValidityData ===
|
|
10406
|
+
process.env.NODE_ENV !== "production" && (kl.displayName = "FieldRootContext");
|
|
10407
|
+
function Al(e = !0) {
|
|
10408
|
+
let n = t.useContext(kl);
|
|
10409
|
+
if (n.setValidityData === U && !e) throw Error(process.env.NODE_ENV === "production" ? I(28) : "Base UI: FieldRootContext is missing. Field parts must be placed within <Field.Root>.");
|
|
10376
10410
|
return n;
|
|
10377
10411
|
}
|
|
10378
10412
|
//#endregion
|
|
10379
10413
|
//#region node_modules/@base-ui/react/esm/internals/field-register-control/useRegisterFieldControl.js
|
|
10380
|
-
function
|
|
10381
|
-
let { enabled: r = !0, getValue: i, id: a, value: o } = n, { registerFieldControl: s } =
|
|
10382
|
-
c.current ||= Symbol(),
|
|
10414
|
+
function jl(e, n) {
|
|
10415
|
+
let { enabled: r = !0, getValue: i, id: a, value: o } = n, { registerFieldControl: s } = Al(), c = t.useRef(null);
|
|
10416
|
+
c.current ||= Symbol(), x(() => {
|
|
10383
10417
|
let t = c.current;
|
|
10384
10418
|
if (!(!t || !r)) return s(t, {
|
|
10385
10419
|
controlRef: e,
|
|
@@ -10400,46 +10434,46 @@ function Ol(e, n) {
|
|
|
10400
10434
|
}
|
|
10401
10435
|
//#endregion
|
|
10402
10436
|
//#region node_modules/@base-ui/react/esm/internals/form-context/FormContext.js
|
|
10403
|
-
var
|
|
10437
|
+
var Ml = /* @__PURE__ */ t.createContext({
|
|
10404
10438
|
formRef: { current: { fields: /* @__PURE__ */ new Map() } },
|
|
10405
10439
|
errors: {},
|
|
10406
|
-
clearErrors:
|
|
10440
|
+
clearErrors: U,
|
|
10407
10441
|
validationMode: "onSubmit",
|
|
10408
10442
|
submitAttemptedRef: { current: !1 }
|
|
10409
10443
|
});
|
|
10410
|
-
process.env.NODE_ENV !== "production" && (
|
|
10411
|
-
function
|
|
10412
|
-
return t.useContext(
|
|
10444
|
+
process.env.NODE_ENV !== "production" && (Ml.displayName = "FormContext");
|
|
10445
|
+
function Nl() {
|
|
10446
|
+
return t.useContext(Ml);
|
|
10413
10447
|
}
|
|
10414
10448
|
//#endregion
|
|
10415
10449
|
//#region node_modules/@base-ui/react/esm/internals/labelable-provider/LabelableContext.js
|
|
10416
|
-
var
|
|
10450
|
+
var Pl = /* @__PURE__ */ t.createContext({
|
|
10417
10451
|
controlId: void 0,
|
|
10418
|
-
registerControlId:
|
|
10452
|
+
registerControlId: U,
|
|
10419
10453
|
labelId: void 0,
|
|
10420
|
-
setLabelId:
|
|
10454
|
+
setLabelId: U,
|
|
10421
10455
|
messageIds: [],
|
|
10422
|
-
setMessageIds:
|
|
10456
|
+
setMessageIds: U,
|
|
10423
10457
|
getDescriptionProps: (e) => e
|
|
10424
10458
|
});
|
|
10425
|
-
process.env.NODE_ENV !== "production" && (
|
|
10426
|
-
function
|
|
10427
|
-
return t.useContext(
|
|
10459
|
+
process.env.NODE_ENV !== "production" && (Pl.displayName = "LabelableContext");
|
|
10460
|
+
function Fl() {
|
|
10461
|
+
return t.useContext(Pl);
|
|
10428
10462
|
}
|
|
10429
10463
|
//#endregion
|
|
10430
10464
|
//#region node_modules/@base-ui/react/esm/internals/labelable-provider/useAriaLabelledBy.js
|
|
10431
|
-
function
|
|
10432
|
-
let [o, s] = t.useState(), c =
|
|
10433
|
-
return
|
|
10434
|
-
let t = e || n || !i ? void 0 :
|
|
10465
|
+
function Il(e, n, r, i = !0, a) {
|
|
10466
|
+
let [o, s] = t.useState(), c = yl(a ? `${a}-label` : void 0), l = e ?? n ?? o;
|
|
10467
|
+
return x(() => {
|
|
10468
|
+
let t = e || n || !i ? void 0 : Ll(r.current, c);
|
|
10435
10469
|
o !== t && s(t);
|
|
10436
10470
|
}), l;
|
|
10437
10471
|
}
|
|
10438
|
-
function
|
|
10439
|
-
let n =
|
|
10472
|
+
function Ll(e, t) {
|
|
10473
|
+
let n = Rl(e);
|
|
10440
10474
|
if (n) return !n.id && t && (n.id = t), n.id || void 0;
|
|
10441
10475
|
}
|
|
10442
|
-
function
|
|
10476
|
+
function Rl(e) {
|
|
10443
10477
|
if (!e) return;
|
|
10444
10478
|
let t = e.parentElement;
|
|
10445
10479
|
if (t && t.tagName === "LABEL") return t;
|
|
@@ -10453,12 +10487,12 @@ function Fl(e) {
|
|
|
10453
10487
|
}
|
|
10454
10488
|
//#endregion
|
|
10455
10489
|
//#region node_modules/@base-ui/react/esm/internals/labelable-provider/useLabelableId.js
|
|
10456
|
-
function
|
|
10457
|
-
let { id: n, implicit: r = !1, controlRef: i } = e, { controlId: a, registerControlId: o } =
|
|
10458
|
-
!u.current || o ===
|
|
10490
|
+
function zl(e = {}) {
|
|
10491
|
+
let { id: n, implicit: r = !1, controlRef: i } = e, { controlId: a, registerControlId: o } = Fl(), s = yl(n), c = r ? a : void 0, l = h(() => Symbol("labelable-control")), u = t.useRef(!1), d = t.useRef(n != null), p = _(() => {
|
|
10492
|
+
!u.current || o === U || (u.current = !1, o(l.current, void 0));
|
|
10459
10493
|
});
|
|
10460
|
-
return
|
|
10461
|
-
if (o ===
|
|
10494
|
+
return x(() => {
|
|
10495
|
+
if (o === U) return;
|
|
10462
10496
|
let e;
|
|
10463
10497
|
if (r) {
|
|
10464
10498
|
let t = i?.current;
|
|
@@ -10487,11 +10521,11 @@ function Il(e = {}) {
|
|
|
10487
10521
|
}
|
|
10488
10522
|
//#endregion
|
|
10489
10523
|
//#region node_modules/@base-ui/react/esm/internals/reason-parts.js
|
|
10490
|
-
var
|
|
10524
|
+
var Bl = "none";
|
|
10491
10525
|
//#endregion
|
|
10492
10526
|
//#region node_modules/@base-ui/react/esm/internals/createBaseUIEventDetails.js
|
|
10493
|
-
function
|
|
10494
|
-
let i = !1, a = !1, o = r ??
|
|
10527
|
+
function Vl(e, t, n, r) {
|
|
10528
|
+
let i = !1, a = !1, o = r ?? W;
|
|
10495
10529
|
return {
|
|
10496
10530
|
reason: e,
|
|
10497
10531
|
event: t ?? new Event("base-ui"),
|
|
@@ -10513,54 +10547,54 @@ function Rl(e, t, n, r) {
|
|
|
10513
10547
|
}
|
|
10514
10548
|
//#endregion
|
|
10515
10549
|
//#region node_modules/@base-ui/react/esm/internals/useValueChanged.js
|
|
10516
|
-
function
|
|
10550
|
+
function Hl(e, n) {
|
|
10517
10551
|
let r = t.useRef(e), i = _(n);
|
|
10518
|
-
|
|
10552
|
+
x(() => {
|
|
10519
10553
|
r.current !== e && i(r.current);
|
|
10520
|
-
}, [e, i]),
|
|
10554
|
+
}, [e, i]), x(() => {
|
|
10521
10555
|
r.current = e;
|
|
10522
10556
|
}, [e]);
|
|
10523
10557
|
}
|
|
10524
10558
|
//#endregion
|
|
10525
10559
|
//#region node_modules/@base-ui/react/esm/switch/root/SwitchRoot.js
|
|
10526
|
-
var
|
|
10527
|
-
let { checked: r, className: i, defaultChecked: a, "aria-labelledby": c, form: l, id: u, inputRef: d, name: f, nativeButton: p = !1, onCheckedChange: m, readOnly: h = !1, required: g = !1, disabled: ee = !1, render: te, uncheckedValue: ne, value: v, style:
|
|
10560
|
+
var Ul = /* @__PURE__ */ t.forwardRef(function(e, n) {
|
|
10561
|
+
let { checked: r, className: i, defaultChecked: a, "aria-labelledby": c, form: l, id: u, inputRef: d, name: f, nativeButton: p = !1, onCheckedChange: m, readOnly: h = !1, required: g = !1, disabled: ee = !1, render: te, uncheckedValue: ne, value: v, style: y, ...b } = e, { clearErrors: S } = Nl(), { state: C, setTouched: ie, setDirty: w, validityData: T, setFilled: E, setFocused: D, shouldValidateOnChange: O, validationMode: k, disabled: ae, name: A, validation: j } = Al(), { labelId: M } = Fl(), N = ae || ee, P = A ?? f, F = _(m), I = t.useRef(null), L = se(I, d, j.inputRef), R = t.useRef(null), z = yl(), B = zl({
|
|
10528
10562
|
id: u,
|
|
10529
10563
|
implicit: !1,
|
|
10530
|
-
controlRef:
|
|
10531
|
-
}),
|
|
10564
|
+
controlRef: R
|
|
10565
|
+
}), V = p ? void 0 : B, [H, ce] = ul({
|
|
10532
10566
|
controlled: r,
|
|
10533
10567
|
default: !!a,
|
|
10534
10568
|
name: "Switch",
|
|
10535
10569
|
state: "checked"
|
|
10536
10570
|
});
|
|
10537
|
-
|
|
10538
|
-
id:
|
|
10539
|
-
value:
|
|
10540
|
-
}),
|
|
10541
|
-
|
|
10542
|
-
}, [
|
|
10543
|
-
|
|
10571
|
+
jl(R, {
|
|
10572
|
+
id: z,
|
|
10573
|
+
value: H
|
|
10574
|
+
}), x(() => {
|
|
10575
|
+
I.current && E(I.current.checked);
|
|
10576
|
+
}, [I, E]), Hl(H, () => {
|
|
10577
|
+
S(P), w(H !== T.initialValue), E(H), O() ? j.commit(H) : j.commit(H, !0);
|
|
10544
10578
|
});
|
|
10545
|
-
let { getButtonProps:
|
|
10546
|
-
disabled:
|
|
10579
|
+
let { getButtonProps: le, buttonRef: ue } = oe({
|
|
10580
|
+
disabled: N,
|
|
10547
10581
|
native: p
|
|
10548
|
-
}),
|
|
10549
|
-
id: p ?
|
|
10582
|
+
}), de = Il(c, M, I, !p, V), fe = {
|
|
10583
|
+
id: p ? B : z,
|
|
10550
10584
|
role: "switch",
|
|
10551
|
-
"aria-checked":
|
|
10585
|
+
"aria-checked": H,
|
|
10552
10586
|
"aria-readonly": h || void 0,
|
|
10553
10587
|
"aria-required": g || void 0,
|
|
10554
|
-
"aria-labelledby":
|
|
10588
|
+
"aria-labelledby": de,
|
|
10555
10589
|
onFocus() {
|
|
10556
|
-
|
|
10590
|
+
N || D(!0);
|
|
10557
10591
|
},
|
|
10558
10592
|
onBlur() {
|
|
10559
|
-
let e =
|
|
10560
|
-
!e ||
|
|
10593
|
+
let e = I.current;
|
|
10594
|
+
!e || N || (ie(!0), D(!1), k === "onBlur" && j.commit(e.checked));
|
|
10561
10595
|
},
|
|
10562
10596
|
onClick(e) {
|
|
10563
|
-
h ||
|
|
10597
|
+
h || N || (e.preventDefault(), I.current?.dispatchEvent(new PointerEvent("click", {
|
|
10564
10598
|
bubbles: !0,
|
|
10565
10599
|
shiftKey: e.shiftKey,
|
|
10566
10600
|
ctrlKey: e.ctrlKey,
|
|
@@ -10568,115 +10602,115 @@ var Bl = /* @__PURE__ */ t.forwardRef(function(e, n) {
|
|
|
10568
10602
|
metaKey: e.metaKey
|
|
10569
10603
|
})));
|
|
10570
10604
|
}
|
|
10571
|
-
},
|
|
10572
|
-
checked:
|
|
10573
|
-
disabled:
|
|
10605
|
+
}, pe = t.useMemo(() => re({
|
|
10606
|
+
checked: H,
|
|
10607
|
+
disabled: N,
|
|
10574
10608
|
form: l,
|
|
10575
|
-
id:
|
|
10576
|
-
name:
|
|
10609
|
+
id: V,
|
|
10610
|
+
name: P,
|
|
10577
10611
|
required: g,
|
|
10578
|
-
style:
|
|
10612
|
+
style: P ? ml : pl,
|
|
10579
10613
|
tabIndex: -1,
|
|
10580
10614
|
type: "checkbox",
|
|
10581
10615
|
"aria-hidden": !0,
|
|
10582
|
-
ref:
|
|
10616
|
+
ref: L,
|
|
10583
10617
|
onChange(e) {
|
|
10584
10618
|
if (e.nativeEvent.defaultPrevented) return;
|
|
10585
10619
|
if (h) {
|
|
10586
10620
|
e.preventDefault();
|
|
10587
10621
|
return;
|
|
10588
10622
|
}
|
|
10589
|
-
let t = e.currentTarget.checked, n =
|
|
10590
|
-
|
|
10623
|
+
let t = e.currentTarget.checked, n = Vl(Bl, e.nativeEvent);
|
|
10624
|
+
F?.(t, n), !n.isCanceled && ce(t);
|
|
10591
10625
|
},
|
|
10592
10626
|
onFocus() {
|
|
10593
|
-
|
|
10627
|
+
R.current?.focus();
|
|
10594
10628
|
}
|
|
10595
|
-
},
|
|
10596
|
-
|
|
10597
|
-
M,
|
|
10598
|
-
l,
|
|
10599
|
-
I,
|
|
10600
|
-
B,
|
|
10629
|
+
}, j.getInputValidationProps, v === void 0 ? W : { value: v }), [
|
|
10630
|
+
H,
|
|
10601
10631
|
N,
|
|
10632
|
+
l,
|
|
10633
|
+
L,
|
|
10634
|
+
V,
|
|
10602
10635
|
P,
|
|
10636
|
+
F,
|
|
10603
10637
|
h,
|
|
10604
10638
|
g,
|
|
10605
|
-
|
|
10606
|
-
|
|
10639
|
+
ce,
|
|
10640
|
+
j,
|
|
10607
10641
|
v
|
|
10608
|
-
]),
|
|
10609
|
-
...
|
|
10610
|
-
checked:
|
|
10611
|
-
disabled:
|
|
10642
|
+
]), me = t.useMemo(() => ({
|
|
10643
|
+
...C,
|
|
10644
|
+
checked: H,
|
|
10645
|
+
disabled: N,
|
|
10612
10646
|
readOnly: h,
|
|
10613
10647
|
required: g
|
|
10614
10648
|
}), [
|
|
10615
|
-
|
|
10616
|
-
|
|
10617
|
-
|
|
10649
|
+
C,
|
|
10650
|
+
H,
|
|
10651
|
+
N,
|
|
10618
10652
|
h,
|
|
10619
10653
|
g
|
|
10620
|
-
]),
|
|
10621
|
-
state:
|
|
10654
|
+
]), he = be("span", e, {
|
|
10655
|
+
state: me,
|
|
10622
10656
|
ref: [
|
|
10623
10657
|
n,
|
|
10624
|
-
|
|
10625
|
-
|
|
10658
|
+
R,
|
|
10659
|
+
ue
|
|
10626
10660
|
],
|
|
10627
10661
|
props: [
|
|
10628
|
-
|
|
10629
|
-
|
|
10630
|
-
|
|
10631
|
-
|
|
10662
|
+
fe,
|
|
10663
|
+
j.getValidationProps,
|
|
10664
|
+
b,
|
|
10665
|
+
le
|
|
10632
10666
|
],
|
|
10633
|
-
stateAttributesMapping:
|
|
10667
|
+
stateAttributesMapping: Ol
|
|
10634
10668
|
});
|
|
10635
|
-
return /* @__PURE__ */ s(
|
|
10636
|
-
value:
|
|
10669
|
+
return /* @__PURE__ */ s(bl.Provider, {
|
|
10670
|
+
value: me,
|
|
10637
10671
|
children: [
|
|
10638
|
-
|
|
10639
|
-
!
|
|
10672
|
+
he,
|
|
10673
|
+
!H && P && ne !== void 0 && /* @__PURE__ */ o("input", {
|
|
10640
10674
|
type: "hidden",
|
|
10641
10675
|
form: l,
|
|
10642
|
-
name:
|
|
10676
|
+
name: P,
|
|
10643
10677
|
value: ne
|
|
10644
10678
|
}),
|
|
10645
10679
|
/* @__PURE__ */ o("input", {
|
|
10646
|
-
...
|
|
10680
|
+
...pe,
|
|
10647
10681
|
suppressHydrationWarning: !0
|
|
10648
10682
|
})
|
|
10649
10683
|
]
|
|
10650
10684
|
});
|
|
10651
10685
|
});
|
|
10652
|
-
process.env.NODE_ENV !== "production" && (
|
|
10686
|
+
process.env.NODE_ENV !== "production" && (Ul.displayName = "SwitchRoot");
|
|
10653
10687
|
//#endregion
|
|
10654
10688
|
//#region node_modules/@base-ui/react/esm/switch/thumb/SwitchThumb.js
|
|
10655
|
-
var
|
|
10656
|
-
let { render: n, className: r, style: i, ...a } = e, { state: o } =
|
|
10657
|
-
return
|
|
10689
|
+
var Wl = /* @__PURE__ */ t.forwardRef(function(e, t) {
|
|
10690
|
+
let { render: n, className: r, style: i, ...a } = e, { state: o } = Al(), s = xl();
|
|
10691
|
+
return be("span", e, {
|
|
10658
10692
|
state: {
|
|
10659
10693
|
...o,
|
|
10660
10694
|
...s
|
|
10661
10695
|
},
|
|
10662
10696
|
ref: t,
|
|
10663
|
-
stateAttributesMapping:
|
|
10697
|
+
stateAttributesMapping: Ol,
|
|
10664
10698
|
props: a
|
|
10665
10699
|
});
|
|
10666
10700
|
});
|
|
10667
|
-
process.env.NODE_ENV !== "production" && (
|
|
10701
|
+
process.env.NODE_ENV !== "production" && (Wl.displayName = "SwitchThumb");
|
|
10668
10702
|
//#endregion
|
|
10669
10703
|
//#region src/components/Switch/switch.tsx
|
|
10670
|
-
function
|
|
10671
|
-
return /* @__PURE__ */ o(
|
|
10704
|
+
function Gl({ className: e, ...t }) {
|
|
10705
|
+
return /* @__PURE__ */ o(Ul, {
|
|
10672
10706
|
"data-slot": "switch",
|
|
10673
10707
|
className: Qt("peer inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent shadow-xs transition-all outline-none", "focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]", "disabled:cursor-not-allowed disabled:opacity-50", "data-unchecked:bg-input dark:data-unchecked:bg-input/80", "data-checked:bg-primary", "aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40", e),
|
|
10674
10708
|
...t,
|
|
10675
|
-
children: /* @__PURE__ */ o(
|
|
10709
|
+
children: /* @__PURE__ */ o(Wl, {
|
|
10676
10710
|
"data-slot": "switch-thumb",
|
|
10677
10711
|
className: Qt("bg-background pointer-events-none block size-4 rounded-full shadow-sm ring-0 transition-transform", "data-unchecked:translate-x-0", "data-checked:translate-x-4")
|
|
10678
10712
|
})
|
|
10679
10713
|
});
|
|
10680
10714
|
}
|
|
10681
10715
|
//#endregion
|
|
10682
|
-
export { en as Button, ol as DynamicIcon,
|
|
10716
|
+
export { en as Button, ol as DynamicIcon, ll as Separator, Gl as Switch, $t as buttonVariants, cl as separatorVariants };
|