tvuikit 0.2.1 → 0.3.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/tvuikit.es.js +3405 -636
- package/dist/tvuikit.umd.js +3 -3
- package/dist/utils/cn.d.ts +2 -0
- package/package.json +10 -2
package/dist/tvuikit.es.js
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import
|
|
2
|
-
const
|
|
1
|
+
import we, { Activity as Ze, useState as Ie, useRef as _e, useEffect as Qe } from "react";
|
|
2
|
+
const er = {
|
|
3
3
|
default: "#0A0A0A",
|
|
4
4
|
component: "#00000065",
|
|
5
5
|
smooth: "#111111"
|
|
6
|
-
},
|
|
6
|
+
}, Le = {
|
|
7
7
|
default: "#EDEDED",
|
|
8
8
|
text: "#EDEDED",
|
|
9
9
|
miniText: "#EDEDED40",
|
|
10
10
|
card: "#27272780",
|
|
11
11
|
component: "#272727"
|
|
12
|
-
},
|
|
13
|
-
default:
|
|
12
|
+
}, ze = {
|
|
13
|
+
default: Le.default,
|
|
14
14
|
primary: "#2AFF6A",
|
|
15
15
|
danger: "#FF0000",
|
|
16
16
|
secondary: "#000000",
|
|
17
17
|
tetriary: "#000000"
|
|
18
|
-
},
|
|
18
|
+
}, rr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
19
19
|
__proto__: null,
|
|
20
|
-
BACKGROUND:
|
|
21
|
-
BUTTONS:
|
|
22
|
-
FOREGROUND:
|
|
20
|
+
BACKGROUND: er,
|
|
21
|
+
BUTTONS: ze,
|
|
22
|
+
FOREGROUND: Le
|
|
23
23
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
24
|
-
var
|
|
25
|
-
const
|
|
24
|
+
var F = /* @__PURE__ */ ((e) => (e.h1 = "36px", e.h2 = "32px", e.h3 = "24px", e.h4 = "20px", e.h5 = "18px", e.base = "16px", e.mini = "14px", e))(F || {});
|
|
25
|
+
const tr = {
|
|
26
26
|
h1: "36px",
|
|
27
27
|
h2: "32px",
|
|
28
28
|
h3: "24px",
|
|
@@ -31,330 +31,3099 @@ const he = {
|
|
|
31
31
|
base: "16px",
|
|
32
32
|
mini: "14px"
|
|
33
33
|
/* mini */
|
|
34
|
-
},
|
|
34
|
+
}, or = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
35
35
|
__proto__: null,
|
|
36
|
-
FONT_SIZE:
|
|
37
|
-
FontSize:
|
|
38
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
36
|
+
FONT_SIZE: tr,
|
|
37
|
+
FontSize: F
|
|
38
|
+
}, Symbol.toStringTag, { value: "Module" })), ut = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
39
39
|
__proto__: null,
|
|
40
|
-
COLORS:
|
|
41
|
-
FONTS:
|
|
40
|
+
COLORS: rr,
|
|
41
|
+
FONTS: or
|
|
42
42
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
43
|
-
var
|
|
44
|
-
var
|
|
45
|
-
function
|
|
46
|
-
if (
|
|
47
|
-
|
|
48
|
-
var
|
|
49
|
-
function
|
|
50
|
-
var
|
|
51
|
-
if (
|
|
52
|
-
|
|
53
|
-
for (var
|
|
54
|
-
|
|
55
|
-
} else
|
|
56
|
-
return
|
|
57
|
-
$$typeof:
|
|
58
|
-
type:
|
|
59
|
-
key:
|
|
60
|
-
ref:
|
|
61
|
-
props:
|
|
43
|
+
var fe = { exports: {} }, ae = {};
|
|
44
|
+
var Oe;
|
|
45
|
+
function nr() {
|
|
46
|
+
if (Oe) return ae;
|
|
47
|
+
Oe = 1;
|
|
48
|
+
var e = /* @__PURE__ */ Symbol.for("react.transitional.element"), s = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
49
|
+
function n(t, c, u) {
|
|
50
|
+
var d = null;
|
|
51
|
+
if (u !== void 0 && (d = "" + u), c.key !== void 0 && (d = "" + c.key), "key" in c) {
|
|
52
|
+
u = {};
|
|
53
|
+
for (var g in c)
|
|
54
|
+
g !== "key" && (u[g] = c[g]);
|
|
55
|
+
} else u = c;
|
|
56
|
+
return c = u.ref, {
|
|
57
|
+
$$typeof: e,
|
|
58
|
+
type: t,
|
|
59
|
+
key: d,
|
|
60
|
+
ref: c !== void 0 ? c : null,
|
|
61
|
+
props: u
|
|
62
62
|
};
|
|
63
63
|
}
|
|
64
|
-
return
|
|
64
|
+
return ae.Fragment = s, ae.jsx = n, ae.jsxs = n, ae;
|
|
65
65
|
}
|
|
66
|
-
var
|
|
67
|
-
var
|
|
68
|
-
function
|
|
69
|
-
return
|
|
70
|
-
function
|
|
71
|
-
if (
|
|
72
|
-
if (typeof
|
|
73
|
-
return
|
|
74
|
-
if (typeof
|
|
75
|
-
switch (
|
|
76
|
-
case
|
|
66
|
+
var ie = {};
|
|
67
|
+
var Ee;
|
|
68
|
+
function sr() {
|
|
69
|
+
return Ee || (Ee = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
70
|
+
function e(l) {
|
|
71
|
+
if (l == null) return null;
|
|
72
|
+
if (typeof l == "function")
|
|
73
|
+
return l.$$typeof === de ? null : l.displayName || l.name || null;
|
|
74
|
+
if (typeof l == "string") return l;
|
|
75
|
+
switch (l) {
|
|
76
|
+
case R:
|
|
77
77
|
return "Fragment";
|
|
78
|
-
case
|
|
78
|
+
case J:
|
|
79
79
|
return "Profiler";
|
|
80
|
-
case
|
|
80
|
+
case M:
|
|
81
81
|
return "StrictMode";
|
|
82
|
-
case
|
|
82
|
+
case I:
|
|
83
83
|
return "Suspense";
|
|
84
|
-
case
|
|
84
|
+
case H:
|
|
85
85
|
return "SuspenseList";
|
|
86
|
-
case
|
|
86
|
+
case ce:
|
|
87
87
|
return "Activity";
|
|
88
88
|
}
|
|
89
|
-
if (typeof
|
|
90
|
-
switch (typeof
|
|
89
|
+
if (typeof l == "object")
|
|
90
|
+
switch (typeof l.tag == "number" && console.error(
|
|
91
91
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
92
|
-
),
|
|
93
|
-
case
|
|
92
|
+
), l.$$typeof) {
|
|
93
|
+
case S:
|
|
94
94
|
return "Portal";
|
|
95
|
-
case
|
|
96
|
-
return
|
|
97
|
-
case
|
|
98
|
-
return (
|
|
99
|
-
case
|
|
100
|
-
var
|
|
101
|
-
return
|
|
102
|
-
case
|
|
103
|
-
return
|
|
104
|
-
case
|
|
105
|
-
|
|
95
|
+
case $:
|
|
96
|
+
return l.displayName || "Context";
|
|
97
|
+
case W:
|
|
98
|
+
return (l._context.displayName || "Context") + ".Consumer";
|
|
99
|
+
case V:
|
|
100
|
+
var x = l.render;
|
|
101
|
+
return l = l.displayName, l || (l = x.displayName || x.name || "", l = l !== "" ? "ForwardRef(" + l + ")" : "ForwardRef"), l;
|
|
102
|
+
case v:
|
|
103
|
+
return x = l.displayName || null, x !== null ? x : e(l.type) || "Memo";
|
|
104
|
+
case C:
|
|
105
|
+
x = l._payload, l = l._init;
|
|
106
106
|
try {
|
|
107
|
-
return
|
|
107
|
+
return e(l(x));
|
|
108
108
|
} catch {
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
return null;
|
|
112
112
|
}
|
|
113
|
-
function
|
|
114
|
-
return "" +
|
|
113
|
+
function s(l) {
|
|
114
|
+
return "" + l;
|
|
115
115
|
}
|
|
116
|
-
function
|
|
116
|
+
function n(l) {
|
|
117
117
|
try {
|
|
118
|
-
|
|
119
|
-
var
|
|
118
|
+
s(l);
|
|
119
|
+
var x = !1;
|
|
120
120
|
} catch {
|
|
121
|
-
|
|
121
|
+
x = !0;
|
|
122
122
|
}
|
|
123
|
-
if (
|
|
124
|
-
|
|
125
|
-
var
|
|
126
|
-
return
|
|
127
|
-
|
|
123
|
+
if (x) {
|
|
124
|
+
x = console;
|
|
125
|
+
var k = x.error, O = typeof Symbol == "function" && Symbol.toStringTag && l[Symbol.toStringTag] || l.constructor.name || "Object";
|
|
126
|
+
return k.call(
|
|
127
|
+
x,
|
|
128
128
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
129
|
-
|
|
130
|
-
),
|
|
129
|
+
O
|
|
130
|
+
), s(l);
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
-
function
|
|
134
|
-
if (
|
|
135
|
-
if (typeof
|
|
133
|
+
function t(l) {
|
|
134
|
+
if (l === R) return "<>";
|
|
135
|
+
if (typeof l == "object" && l !== null && l.$$typeof === C)
|
|
136
136
|
return "<...>";
|
|
137
137
|
try {
|
|
138
|
-
var
|
|
139
|
-
return
|
|
138
|
+
var x = e(l);
|
|
139
|
+
return x ? "<" + x + ">" : "<...>";
|
|
140
140
|
} catch {
|
|
141
141
|
return "<...>";
|
|
142
142
|
}
|
|
143
143
|
}
|
|
144
|
-
function
|
|
145
|
-
var
|
|
146
|
-
return
|
|
144
|
+
function c() {
|
|
145
|
+
var l = U.A;
|
|
146
|
+
return l === null ? null : l.getOwner();
|
|
147
147
|
}
|
|
148
|
-
function
|
|
148
|
+
function u() {
|
|
149
149
|
return Error("react-stack-top-frame");
|
|
150
150
|
}
|
|
151
|
-
function
|
|
152
|
-
if (
|
|
153
|
-
var
|
|
154
|
-
if (
|
|
151
|
+
function d(l) {
|
|
152
|
+
if (te.call(l, "key")) {
|
|
153
|
+
var x = Object.getOwnPropertyDescriptor(l, "key").get;
|
|
154
|
+
if (x && x.isReactWarning) return !1;
|
|
155
155
|
}
|
|
156
|
-
return
|
|
156
|
+
return l.key !== void 0;
|
|
157
157
|
}
|
|
158
|
-
function
|
|
159
|
-
function
|
|
160
|
-
|
|
158
|
+
function g(l, x) {
|
|
159
|
+
function k() {
|
|
160
|
+
N || (N = !0, console.error(
|
|
161
161
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
162
|
-
|
|
162
|
+
x
|
|
163
163
|
));
|
|
164
164
|
}
|
|
165
|
-
|
|
166
|
-
get:
|
|
165
|
+
k.isReactWarning = !0, Object.defineProperty(l, "key", {
|
|
166
|
+
get: k,
|
|
167
167
|
configurable: !0
|
|
168
168
|
});
|
|
169
169
|
}
|
|
170
|
-
function
|
|
171
|
-
var
|
|
172
|
-
return
|
|
170
|
+
function i() {
|
|
171
|
+
var l = e(this.type);
|
|
172
|
+
return P[l] || (P[l] = !0, console.error(
|
|
173
173
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
174
|
-
)),
|
|
175
|
-
}
|
|
176
|
-
function
|
|
177
|
-
var _ =
|
|
178
|
-
return
|
|
179
|
-
$$typeof:
|
|
180
|
-
type:
|
|
181
|
-
key:
|
|
182
|
-
props:
|
|
183
|
-
_owner:
|
|
184
|
-
}, (_ !== void 0 ? _ : null) !== null ? Object.defineProperty(
|
|
174
|
+
)), l = this.props.ref, l !== void 0 ? l : null;
|
|
175
|
+
}
|
|
176
|
+
function o(l, x, k, O, L, K) {
|
|
177
|
+
var _ = k.ref;
|
|
178
|
+
return l = {
|
|
179
|
+
$$typeof: E,
|
|
180
|
+
type: l,
|
|
181
|
+
key: x,
|
|
182
|
+
props: k,
|
|
183
|
+
_owner: O
|
|
184
|
+
}, (_ !== void 0 ? _ : null) !== null ? Object.defineProperty(l, "ref", {
|
|
185
185
|
enumerable: !1,
|
|
186
|
-
get:
|
|
187
|
-
}) : Object.defineProperty(
|
|
186
|
+
get: i
|
|
187
|
+
}) : Object.defineProperty(l, "ref", { enumerable: !1, value: null }), l._store = {}, Object.defineProperty(l._store, "validated", {
|
|
188
188
|
configurable: !1,
|
|
189
189
|
enumerable: !1,
|
|
190
190
|
writable: !0,
|
|
191
191
|
value: 0
|
|
192
|
-
}), Object.defineProperty(
|
|
192
|
+
}), Object.defineProperty(l, "_debugInfo", {
|
|
193
193
|
configurable: !1,
|
|
194
194
|
enumerable: !1,
|
|
195
195
|
writable: !0,
|
|
196
196
|
value: null
|
|
197
|
-
}), Object.defineProperty(
|
|
197
|
+
}), Object.defineProperty(l, "_debugStack", {
|
|
198
198
|
configurable: !1,
|
|
199
199
|
enumerable: !1,
|
|
200
200
|
writable: !0,
|
|
201
|
-
value:
|
|
202
|
-
}), Object.defineProperty(
|
|
201
|
+
value: L
|
|
202
|
+
}), Object.defineProperty(l, "_debugTask", {
|
|
203
203
|
configurable: !1,
|
|
204
204
|
enumerable: !1,
|
|
205
205
|
writable: !0,
|
|
206
|
-
value:
|
|
207
|
-
}), Object.freeze && (Object.freeze(
|
|
206
|
+
value: K
|
|
207
|
+
}), Object.freeze && (Object.freeze(l.props), Object.freeze(l)), l;
|
|
208
208
|
}
|
|
209
|
-
function
|
|
210
|
-
var _ =
|
|
209
|
+
function b(l, x, k, O, L, K) {
|
|
210
|
+
var _ = x.children;
|
|
211
211
|
if (_ !== void 0)
|
|
212
|
-
if (
|
|
213
|
-
if (
|
|
214
|
-
for (
|
|
215
|
-
|
|
212
|
+
if (O)
|
|
213
|
+
if (oe(_)) {
|
|
214
|
+
for (O = 0; O < _.length; O++)
|
|
215
|
+
a(_[O]);
|
|
216
216
|
Object.freeze && Object.freeze(_);
|
|
217
217
|
} else
|
|
218
218
|
console.error(
|
|
219
219
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
220
220
|
);
|
|
221
|
-
else
|
|
222
|
-
if (
|
|
223
|
-
_ =
|
|
224
|
-
var
|
|
225
|
-
return
|
|
221
|
+
else a(_);
|
|
222
|
+
if (te.call(x, "key")) {
|
|
223
|
+
_ = e(l);
|
|
224
|
+
var z = Object.keys(x).filter(function(Z) {
|
|
225
|
+
return Z !== "key";
|
|
226
226
|
});
|
|
227
|
-
|
|
227
|
+
O = 0 < z.length ? "{key: someKey, " + z.join(": ..., ") + ": ...}" : "{key: someKey}", se[_ + O] || (z = 0 < z.length ? "{" + z.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
228
228
|
`A props object containing a "key" prop is being spread into JSX:
|
|
229
229
|
let props = %s;
|
|
230
230
|
<%s {...props} />
|
|
231
231
|
React keys must be passed directly to JSX without using spread:
|
|
232
232
|
let props = %s;
|
|
233
233
|
<%s key={someKey} {...props} />`,
|
|
234
|
-
|
|
234
|
+
O,
|
|
235
235
|
_,
|
|
236
|
-
|
|
236
|
+
z,
|
|
237
237
|
_
|
|
238
|
-
),
|
|
238
|
+
), se[_ + O] = !0);
|
|
239
239
|
}
|
|
240
|
-
if (_ = null,
|
|
241
|
-
|
|
242
|
-
for (var
|
|
243
|
-
|
|
244
|
-
} else
|
|
245
|
-
return _ &&
|
|
246
|
-
|
|
247
|
-
typeof
|
|
248
|
-
),
|
|
249
|
-
|
|
240
|
+
if (_ = null, k !== void 0 && (n(k), _ = "" + k), d(x) && (n(x.key), _ = "" + x.key), "key" in x) {
|
|
241
|
+
k = {};
|
|
242
|
+
for (var B in x)
|
|
243
|
+
B !== "key" && (k[B] = x[B]);
|
|
244
|
+
} else k = x;
|
|
245
|
+
return _ && g(
|
|
246
|
+
k,
|
|
247
|
+
typeof l == "function" ? l.displayName || l.name || "Unknown" : l
|
|
248
|
+
), o(
|
|
249
|
+
l,
|
|
250
250
|
_,
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
251
|
+
k,
|
|
252
|
+
c(),
|
|
253
|
+
L,
|
|
254
|
+
K
|
|
255
255
|
);
|
|
256
256
|
}
|
|
257
|
-
function
|
|
258
|
-
|
|
257
|
+
function a(l) {
|
|
258
|
+
r(l) ? l._store && (l._store.validated = 1) : typeof l == "object" && l !== null && l.$$typeof === C && (l._payload.status === "fulfilled" ? r(l._payload.value) && l._payload.value._store && (l._payload.value._store.validated = 1) : l._store && (l._store.validated = 1));
|
|
259
259
|
}
|
|
260
|
-
function
|
|
261
|
-
return typeof
|
|
260
|
+
function r(l) {
|
|
261
|
+
return typeof l == "object" && l !== null && l.$$typeof === E;
|
|
262
262
|
}
|
|
263
|
-
var
|
|
263
|
+
var p = we, E = /* @__PURE__ */ Symbol.for("react.transitional.element"), S = /* @__PURE__ */ Symbol.for("react.portal"), R = /* @__PURE__ */ Symbol.for("react.fragment"), M = /* @__PURE__ */ Symbol.for("react.strict_mode"), J = /* @__PURE__ */ Symbol.for("react.profiler"), W = /* @__PURE__ */ Symbol.for("react.consumer"), $ = /* @__PURE__ */ Symbol.for("react.context"), V = /* @__PURE__ */ Symbol.for("react.forward_ref"), I = /* @__PURE__ */ Symbol.for("react.suspense"), H = /* @__PURE__ */ Symbol.for("react.suspense_list"), v = /* @__PURE__ */ Symbol.for("react.memo"), C = /* @__PURE__ */ Symbol.for("react.lazy"), ce = /* @__PURE__ */ Symbol.for("react.activity"), de = /* @__PURE__ */ Symbol.for("react.client.reference"), U = p.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, te = Object.prototype.hasOwnProperty, oe = Array.isArray, D = console.createTask ? console.createTask : function() {
|
|
264
264
|
return null;
|
|
265
265
|
};
|
|
266
|
-
|
|
267
|
-
react_stack_bottom_frame: function(
|
|
268
|
-
return
|
|
266
|
+
p = {
|
|
267
|
+
react_stack_bottom_frame: function(l) {
|
|
268
|
+
return l();
|
|
269
269
|
}
|
|
270
270
|
};
|
|
271
|
-
var
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
)(),
|
|
275
|
-
|
|
276
|
-
var
|
|
277
|
-
return
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
271
|
+
var N, P = {}, h = p.react_stack_bottom_frame.bind(
|
|
272
|
+
p,
|
|
273
|
+
u
|
|
274
|
+
)(), ne = D(t(u)), se = {};
|
|
275
|
+
ie.Fragment = R, ie.jsx = function(l, x, k) {
|
|
276
|
+
var O = 1e4 > U.recentlyCreatedOwnerStacks++;
|
|
277
|
+
return b(
|
|
278
|
+
l,
|
|
279
|
+
x,
|
|
280
|
+
k,
|
|
281
281
|
!1,
|
|
282
|
-
|
|
283
|
-
|
|
282
|
+
O ? Error("react-stack-top-frame") : h,
|
|
283
|
+
O ? D(t(l)) : ne
|
|
284
284
|
);
|
|
285
|
-
},
|
|
286
|
-
var
|
|
287
|
-
return
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
285
|
+
}, ie.jsxs = function(l, x, k) {
|
|
286
|
+
var O = 1e4 > U.recentlyCreatedOwnerStacks++;
|
|
287
|
+
return b(
|
|
288
|
+
l,
|
|
289
|
+
x,
|
|
290
|
+
k,
|
|
291
291
|
!0,
|
|
292
|
-
|
|
293
|
-
|
|
292
|
+
O ? Error("react-stack-top-frame") : h,
|
|
293
|
+
O ? D(t(l)) : ne
|
|
294
294
|
);
|
|
295
295
|
};
|
|
296
|
-
})()),
|
|
296
|
+
})()), ie;
|
|
297
|
+
}
|
|
298
|
+
var Re;
|
|
299
|
+
function ar() {
|
|
300
|
+
return Re || (Re = 1, process.env.NODE_ENV === "production" ? fe.exports = nr() : fe.exports = sr()), fe.exports;
|
|
301
|
+
}
|
|
302
|
+
var y = ar();
|
|
303
|
+
const ft = ({ actived: e, children: s, name: n }) => /* @__PURE__ */ y.jsx(Ze, { name: n, mode: e ? "visible" : "hidden", children: s });
|
|
304
|
+
function Ge(e) {
|
|
305
|
+
var s, n, t = "";
|
|
306
|
+
if (typeof e == "string" || typeof e == "number") t += e;
|
|
307
|
+
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
308
|
+
var c = e.length;
|
|
309
|
+
for (s = 0; s < c; s++) e[s] && (n = Ge(e[s])) && (t && (t += " "), t += n);
|
|
310
|
+
} else for (n in e) e[n] && (t && (t += " "), t += n);
|
|
311
|
+
return t;
|
|
297
312
|
}
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
return
|
|
313
|
+
function ir() {
|
|
314
|
+
for (var e, s, n = 0, t = "", c = arguments.length; n < c; n++) (e = arguments[n]) && (s = Ge(e)) && (t && (t += " "), t += s);
|
|
315
|
+
return t;
|
|
301
316
|
}
|
|
302
|
-
|
|
303
|
-
const
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
317
|
+
const lr = (e, s) => {
|
|
318
|
+
const n = new Array(e.length + s.length);
|
|
319
|
+
for (let t = 0; t < e.length; t++)
|
|
320
|
+
n[t] = e[t];
|
|
321
|
+
for (let t = 0; t < s.length; t++)
|
|
322
|
+
n[e.length + t] = s[t];
|
|
323
|
+
return n;
|
|
324
|
+
}, cr = (e, s) => ({
|
|
325
|
+
classGroupId: e,
|
|
326
|
+
validator: s
|
|
327
|
+
}), Fe = (e = /* @__PURE__ */ new Map(), s = null, n) => ({
|
|
328
|
+
nextPart: e,
|
|
329
|
+
validators: s,
|
|
330
|
+
classGroupId: n
|
|
331
|
+
}), be = "-", Se = [], dr = "arbitrary..", ur = (e) => {
|
|
332
|
+
const s = mr(e), {
|
|
333
|
+
conflictingClassGroups: n,
|
|
334
|
+
conflictingClassGroupModifiers: t
|
|
335
|
+
} = e;
|
|
336
|
+
return {
|
|
337
|
+
getClassGroupId: (d) => {
|
|
338
|
+
if (d.startsWith("[") && d.endsWith("]"))
|
|
339
|
+
return fr(d);
|
|
340
|
+
const g = d.split(be), i = g[0] === "" && g.length > 1 ? 1 : 0;
|
|
341
|
+
return $e(g, i, s);
|
|
342
|
+
},
|
|
343
|
+
getConflictingClassGroupIds: (d, g) => {
|
|
344
|
+
if (g) {
|
|
345
|
+
const i = t[d], o = n[d];
|
|
346
|
+
return i ? o ? lr(o, i) : i : o || Se;
|
|
347
|
+
}
|
|
348
|
+
return n[d] || Se;
|
|
349
|
+
}
|
|
350
|
+
};
|
|
351
|
+
}, $e = (e, s, n) => {
|
|
352
|
+
if (e.length - s === 0)
|
|
353
|
+
return n.classGroupId;
|
|
354
|
+
const c = e[s], u = n.nextPart.get(c);
|
|
355
|
+
if (u) {
|
|
356
|
+
const o = $e(e, s + 1, u);
|
|
357
|
+
if (o) return o;
|
|
358
|
+
}
|
|
359
|
+
const d = n.validators;
|
|
360
|
+
if (d === null)
|
|
361
|
+
return;
|
|
362
|
+
const g = s === 0 ? e.join(be) : e.slice(s).join(be), i = d.length;
|
|
363
|
+
for (let o = 0; o < i; o++) {
|
|
364
|
+
const b = d[o];
|
|
365
|
+
if (b.validator(g))
|
|
366
|
+
return b.classGroupId;
|
|
367
|
+
}
|
|
368
|
+
}, fr = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
369
|
+
const s = e.slice(1, -1), n = s.indexOf(":"), t = s.slice(0, n);
|
|
370
|
+
return t ? dr + t : void 0;
|
|
371
|
+
})(), mr = (e) => {
|
|
372
|
+
const {
|
|
373
|
+
theme: s,
|
|
374
|
+
classGroups: n
|
|
375
|
+
} = e;
|
|
376
|
+
return pr(n, s);
|
|
377
|
+
}, pr = (e, s) => {
|
|
378
|
+
const n = Fe();
|
|
379
|
+
for (const t in e) {
|
|
380
|
+
const c = e[t];
|
|
381
|
+
ke(c, n, t, s);
|
|
382
|
+
}
|
|
383
|
+
return n;
|
|
384
|
+
}, ke = (e, s, n, t) => {
|
|
385
|
+
const c = e.length;
|
|
386
|
+
for (let u = 0; u < c; u++) {
|
|
387
|
+
const d = e[u];
|
|
388
|
+
gr(d, s, n, t);
|
|
389
|
+
}
|
|
390
|
+
}, gr = (e, s, n, t) => {
|
|
391
|
+
if (typeof e == "string") {
|
|
392
|
+
br(e, s, n);
|
|
393
|
+
return;
|
|
394
|
+
}
|
|
395
|
+
if (typeof e == "function") {
|
|
396
|
+
hr(e, s, n, t);
|
|
397
|
+
return;
|
|
398
|
+
}
|
|
399
|
+
yr(e, s, n, t);
|
|
400
|
+
}, br = (e, s, n) => {
|
|
401
|
+
const t = e === "" ? s : Ve(s, e);
|
|
402
|
+
t.classGroupId = n;
|
|
403
|
+
}, hr = (e, s, n, t) => {
|
|
404
|
+
if (vr(e)) {
|
|
405
|
+
ke(e(t), s, n, t);
|
|
406
|
+
return;
|
|
407
|
+
}
|
|
408
|
+
s.validators === null && (s.validators = []), s.validators.push(cr(n, e));
|
|
409
|
+
}, yr = (e, s, n, t) => {
|
|
410
|
+
const c = Object.entries(e), u = c.length;
|
|
411
|
+
for (let d = 0; d < u; d++) {
|
|
412
|
+
const [g, i] = c[d];
|
|
413
|
+
ke(i, Ve(s, g), n, t);
|
|
414
|
+
}
|
|
415
|
+
}, Ve = (e, s) => {
|
|
416
|
+
let n = e;
|
|
417
|
+
const t = s.split(be), c = t.length;
|
|
418
|
+
for (let u = 0; u < c; u++) {
|
|
419
|
+
const d = t[u];
|
|
420
|
+
let g = n.nextPart.get(d);
|
|
421
|
+
g || (g = Fe(), n.nextPart.set(d, g)), n = g;
|
|
422
|
+
}
|
|
423
|
+
return n;
|
|
424
|
+
}, vr = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, xr = (e) => {
|
|
425
|
+
if (e < 1)
|
|
426
|
+
return {
|
|
427
|
+
get: () => {
|
|
428
|
+
},
|
|
429
|
+
set: () => {
|
|
430
|
+
}
|
|
431
|
+
};
|
|
432
|
+
let s = 0, n = /* @__PURE__ */ Object.create(null), t = /* @__PURE__ */ Object.create(null);
|
|
433
|
+
const c = (u, d) => {
|
|
434
|
+
n[u] = d, s++, s > e && (s = 0, t = n, n = /* @__PURE__ */ Object.create(null));
|
|
435
|
+
};
|
|
436
|
+
return {
|
|
437
|
+
get(u) {
|
|
438
|
+
let d = n[u];
|
|
439
|
+
if (d !== void 0)
|
|
440
|
+
return d;
|
|
441
|
+
if ((d = t[u]) !== void 0)
|
|
442
|
+
return c(u, d), d;
|
|
443
|
+
},
|
|
444
|
+
set(u, d) {
|
|
445
|
+
u in n ? n[u] = d : c(u, d);
|
|
446
|
+
}
|
|
447
|
+
};
|
|
448
|
+
}, xe = "!", Te = ":", wr = [], Ae = (e, s, n, t, c) => ({
|
|
449
|
+
modifiers: e,
|
|
450
|
+
hasImportantModifier: s,
|
|
451
|
+
baseClassName: n,
|
|
452
|
+
maybePostfixModifierPosition: t,
|
|
453
|
+
isExternal: c
|
|
454
|
+
}), kr = (e) => {
|
|
455
|
+
const {
|
|
456
|
+
prefix: s,
|
|
457
|
+
experimentalParseClassName: n
|
|
458
|
+
} = e;
|
|
459
|
+
let t = (c) => {
|
|
460
|
+
const u = [];
|
|
461
|
+
let d = 0, g = 0, i = 0, o;
|
|
462
|
+
const b = c.length;
|
|
463
|
+
for (let S = 0; S < b; S++) {
|
|
464
|
+
const R = c[S];
|
|
465
|
+
if (d === 0 && g === 0) {
|
|
466
|
+
if (R === Te) {
|
|
467
|
+
u.push(c.slice(i, S)), i = S + 1;
|
|
468
|
+
continue;
|
|
469
|
+
}
|
|
470
|
+
if (R === "/") {
|
|
471
|
+
o = S;
|
|
472
|
+
continue;
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
R === "[" ? d++ : R === "]" ? d-- : R === "(" ? g++ : R === ")" && g--;
|
|
476
|
+
}
|
|
477
|
+
const a = u.length === 0 ? c : c.slice(i);
|
|
478
|
+
let r = a, p = !1;
|
|
479
|
+
a.endsWith(xe) ? (r = a.slice(0, -1), p = !0) : (
|
|
480
|
+
/**
|
|
481
|
+
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
482
|
+
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
483
|
+
*/
|
|
484
|
+
a.startsWith(xe) && (r = a.slice(1), p = !0)
|
|
485
|
+
);
|
|
486
|
+
const E = o && o > i ? o - i : void 0;
|
|
487
|
+
return Ae(u, p, r, E);
|
|
488
|
+
};
|
|
489
|
+
if (s) {
|
|
490
|
+
const c = s + Te, u = t;
|
|
491
|
+
t = (d) => d.startsWith(c) ? u(d.slice(c.length)) : Ae(wr, !1, d, void 0, !0);
|
|
492
|
+
}
|
|
493
|
+
if (n) {
|
|
494
|
+
const c = t;
|
|
495
|
+
t = (u) => n({
|
|
496
|
+
className: u,
|
|
497
|
+
parseClassName: c
|
|
498
|
+
});
|
|
499
|
+
}
|
|
500
|
+
return t;
|
|
501
|
+
}, _r = (e) => {
|
|
502
|
+
const s = /* @__PURE__ */ new Map();
|
|
503
|
+
return e.orderSensitiveModifiers.forEach((n, t) => {
|
|
504
|
+
s.set(n, 1e6 + t);
|
|
505
|
+
}), (n) => {
|
|
506
|
+
const t = [];
|
|
507
|
+
let c = [];
|
|
508
|
+
for (let u = 0; u < n.length; u++) {
|
|
509
|
+
const d = n[u], g = d[0] === "[", i = s.has(d);
|
|
510
|
+
g || i ? (c.length > 0 && (c.sort(), t.push(...c), c = []), t.push(d)) : c.push(d);
|
|
511
|
+
}
|
|
512
|
+
return c.length > 0 && (c.sort(), t.push(...c)), t;
|
|
513
|
+
};
|
|
514
|
+
}, Or = (e) => ({
|
|
515
|
+
cache: xr(e.cacheSize),
|
|
516
|
+
parseClassName: kr(e),
|
|
517
|
+
sortModifiers: _r(e),
|
|
518
|
+
...ur(e)
|
|
519
|
+
}), Er = /\s+/, Rr = (e, s) => {
|
|
520
|
+
const {
|
|
521
|
+
parseClassName: n,
|
|
522
|
+
getClassGroupId: t,
|
|
523
|
+
getConflictingClassGroupIds: c,
|
|
524
|
+
sortModifiers: u
|
|
525
|
+
} = s, d = [], g = e.trim().split(Er);
|
|
526
|
+
let i = "";
|
|
527
|
+
for (let o = g.length - 1; o >= 0; o -= 1) {
|
|
528
|
+
const b = g[o], {
|
|
529
|
+
isExternal: a,
|
|
530
|
+
modifiers: r,
|
|
531
|
+
hasImportantModifier: p,
|
|
532
|
+
baseClassName: E,
|
|
533
|
+
maybePostfixModifierPosition: S
|
|
534
|
+
} = n(b);
|
|
535
|
+
if (a) {
|
|
536
|
+
i = b + (i.length > 0 ? " " + i : i);
|
|
537
|
+
continue;
|
|
538
|
+
}
|
|
539
|
+
let R = !!S, M = t(R ? E.substring(0, S) : E);
|
|
540
|
+
if (!M) {
|
|
541
|
+
if (!R) {
|
|
542
|
+
i = b + (i.length > 0 ? " " + i : i);
|
|
543
|
+
continue;
|
|
544
|
+
}
|
|
545
|
+
if (M = t(E), !M) {
|
|
546
|
+
i = b + (i.length > 0 ? " " + i : i);
|
|
547
|
+
continue;
|
|
548
|
+
}
|
|
549
|
+
R = !1;
|
|
550
|
+
}
|
|
551
|
+
const J = r.length === 0 ? "" : r.length === 1 ? r[0] : u(r).join(":"), W = p ? J + xe : J, $ = W + M;
|
|
552
|
+
if (d.indexOf($) > -1)
|
|
553
|
+
continue;
|
|
554
|
+
d.push($);
|
|
555
|
+
const V = c(M, R);
|
|
556
|
+
for (let I = 0; I < V.length; ++I) {
|
|
557
|
+
const H = V[I];
|
|
558
|
+
d.push(W + H);
|
|
559
|
+
}
|
|
560
|
+
i = b + (i.length > 0 ? " " + i : i);
|
|
561
|
+
}
|
|
562
|
+
return i;
|
|
563
|
+
}, Sr = (...e) => {
|
|
564
|
+
let s = 0, n, t, c = "";
|
|
565
|
+
for (; s < e.length; )
|
|
566
|
+
(n = e[s++]) && (t = Ue(n)) && (c && (c += " "), c += t);
|
|
567
|
+
return c;
|
|
568
|
+
}, Ue = (e) => {
|
|
569
|
+
if (typeof e == "string")
|
|
570
|
+
return e;
|
|
571
|
+
let s, n = "";
|
|
572
|
+
for (let t = 0; t < e.length; t++)
|
|
573
|
+
e[t] && (s = Ue(e[t])) && (n && (n += " "), n += s);
|
|
574
|
+
return n;
|
|
575
|
+
}, Tr = (e, ...s) => {
|
|
576
|
+
let n, t, c, u;
|
|
577
|
+
const d = (i) => {
|
|
578
|
+
const o = s.reduce((b, a) => a(b), e());
|
|
579
|
+
return n = Or(o), t = n.cache.get, c = n.cache.set, u = g, g(i);
|
|
580
|
+
}, g = (i) => {
|
|
581
|
+
const o = t(i);
|
|
582
|
+
if (o)
|
|
583
|
+
return o;
|
|
584
|
+
const b = Rr(i, n);
|
|
585
|
+
return c(i, b), b;
|
|
586
|
+
};
|
|
587
|
+
return u = d, (...i) => u(Sr(...i));
|
|
588
|
+
}, Ar = [], T = (e) => {
|
|
589
|
+
const s = (n) => n[e] || Ar;
|
|
590
|
+
return s.isThemeGetter = !0, s;
|
|
591
|
+
}, Be = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ye = /^\((?:(\w[\w-]*):)?(.+)\)$/i, jr = /^\d+\/\d+$/, Cr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Nr = /\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$/, Dr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Pr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Mr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, Q = (e) => jr.test(e), w = (e) => !!e && !Number.isNaN(Number(e)), Y = (e) => !!e && Number.isInteger(Number(e)), ye = (e) => e.endsWith("%") && w(e.slice(0, -1)), G = (e) => Cr.test(e), Ir = () => !0, Lr = (e) => (
|
|
592
|
+
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
593
|
+
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
594
|
+
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
595
|
+
Nr.test(e) && !Dr.test(e)
|
|
596
|
+
), We = () => !1, zr = (e) => Pr.test(e), Gr = (e) => Mr.test(e), Fr = (e) => !f(e) && !m(e), $r = (e) => ee(e, Xe, We), f = (e) => Be.test(e), q = (e) => ee(e, Je, Lr), ve = (e) => ee(e, Wr, w), je = (e) => ee(e, He, We), Vr = (e) => ee(e, qe, Gr), me = (e) => ee(e, Ke, zr), m = (e) => Ye.test(e), le = (e) => re(e, Je), Ur = (e) => re(e, Hr), Ce = (e) => re(e, He), Br = (e) => re(e, Xe), Yr = (e) => re(e, qe), pe = (e) => re(e, Ke, !0), ee = (e, s, n) => {
|
|
597
|
+
const t = Be.exec(e);
|
|
598
|
+
return t ? t[1] ? s(t[1]) : n(t[2]) : !1;
|
|
599
|
+
}, re = (e, s, n = !1) => {
|
|
600
|
+
const t = Ye.exec(e);
|
|
601
|
+
return t ? t[1] ? s(t[1]) : n : !1;
|
|
602
|
+
}, He = (e) => e === "position" || e === "percentage", qe = (e) => e === "image" || e === "url", Xe = (e) => e === "length" || e === "size" || e === "bg-size", Je = (e) => e === "length", Wr = (e) => e === "number", Hr = (e) => e === "family-name", Ke = (e) => e === "shadow", qr = () => {
|
|
603
|
+
const e = T("color"), s = T("font"), n = T("text"), t = T("font-weight"), c = T("tracking"), u = T("leading"), d = T("breakpoint"), g = T("container"), i = T("spacing"), o = T("radius"), b = T("shadow"), a = T("inset-shadow"), r = T("text-shadow"), p = T("drop-shadow"), E = T("blur"), S = T("perspective"), R = T("aspect"), M = T("ease"), J = T("animate"), W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], $ = () => [
|
|
604
|
+
"center",
|
|
605
|
+
"top",
|
|
606
|
+
"bottom",
|
|
607
|
+
"left",
|
|
608
|
+
"right",
|
|
609
|
+
"top-left",
|
|
610
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
611
|
+
"left-top",
|
|
612
|
+
"top-right",
|
|
613
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
614
|
+
"right-top",
|
|
615
|
+
"bottom-right",
|
|
616
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
617
|
+
"right-bottom",
|
|
618
|
+
"bottom-left",
|
|
619
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
620
|
+
"left-bottom"
|
|
621
|
+
], V = () => [...$(), m, f], I = () => ["auto", "hidden", "clip", "visible", "scroll"], H = () => ["auto", "contain", "none"], v = () => [m, f, i], C = () => [Q, "full", "auto", ...v()], ce = () => [Y, "none", "subgrid", m, f], de = () => ["auto", {
|
|
622
|
+
span: ["full", Y, m, f]
|
|
623
|
+
}, Y, m, f], U = () => [Y, "auto", m, f], te = () => ["auto", "min", "max", "fr", m, f], oe = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], D = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], N = () => ["auto", ...v()], P = () => [Q, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...v()], h = () => [e, m, f], ne = () => [...$(), Ce, je, {
|
|
624
|
+
position: [m, f]
|
|
625
|
+
}], se = () => ["no-repeat", {
|
|
626
|
+
repeat: ["", "x", "y", "space", "round"]
|
|
627
|
+
}], l = () => ["auto", "cover", "contain", Br, $r, {
|
|
628
|
+
size: [m, f]
|
|
629
|
+
}], x = () => [ye, le, q], k = () => [
|
|
630
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
631
|
+
"",
|
|
632
|
+
"none",
|
|
633
|
+
"full",
|
|
634
|
+
o,
|
|
635
|
+
m,
|
|
636
|
+
f
|
|
637
|
+
], O = () => ["", w, le, q], L = () => ["solid", "dashed", "dotted", "double"], K = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], _ = () => [w, ye, Ce, je], z = () => [
|
|
638
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
639
|
+
"",
|
|
640
|
+
"none",
|
|
641
|
+
E,
|
|
642
|
+
m,
|
|
643
|
+
f
|
|
644
|
+
], B = () => ["none", w, m, f], Z = () => ["none", w, m, f], he = () => [w, m, f], ue = () => [Q, "full", ...v()];
|
|
645
|
+
return {
|
|
646
|
+
cacheSize: 500,
|
|
647
|
+
theme: {
|
|
648
|
+
animate: ["spin", "ping", "pulse", "bounce"],
|
|
649
|
+
aspect: ["video"],
|
|
650
|
+
blur: [G],
|
|
651
|
+
breakpoint: [G],
|
|
652
|
+
color: [Ir],
|
|
653
|
+
container: [G],
|
|
654
|
+
"drop-shadow": [G],
|
|
655
|
+
ease: ["in", "out", "in-out"],
|
|
656
|
+
font: [Fr],
|
|
657
|
+
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
658
|
+
"inset-shadow": [G],
|
|
659
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
660
|
+
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
661
|
+
radius: [G],
|
|
662
|
+
shadow: [G],
|
|
663
|
+
spacing: ["px", w],
|
|
664
|
+
text: [G],
|
|
665
|
+
"text-shadow": [G],
|
|
666
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
667
|
+
},
|
|
668
|
+
classGroups: {
|
|
669
|
+
// --------------
|
|
670
|
+
// --- Layout ---
|
|
671
|
+
// --------------
|
|
672
|
+
/**
|
|
673
|
+
* Aspect Ratio
|
|
674
|
+
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
675
|
+
*/
|
|
676
|
+
aspect: [{
|
|
677
|
+
aspect: ["auto", "square", Q, f, m, R]
|
|
678
|
+
}],
|
|
679
|
+
/**
|
|
680
|
+
* Container
|
|
681
|
+
* @see https://tailwindcss.com/docs/container
|
|
682
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
683
|
+
*/
|
|
684
|
+
container: ["container"],
|
|
685
|
+
/**
|
|
686
|
+
* Columns
|
|
687
|
+
* @see https://tailwindcss.com/docs/columns
|
|
688
|
+
*/
|
|
689
|
+
columns: [{
|
|
690
|
+
columns: [w, f, m, g]
|
|
691
|
+
}],
|
|
692
|
+
/**
|
|
693
|
+
* Break After
|
|
694
|
+
* @see https://tailwindcss.com/docs/break-after
|
|
695
|
+
*/
|
|
696
|
+
"break-after": [{
|
|
697
|
+
"break-after": W()
|
|
698
|
+
}],
|
|
699
|
+
/**
|
|
700
|
+
* Break Before
|
|
701
|
+
* @see https://tailwindcss.com/docs/break-before
|
|
702
|
+
*/
|
|
703
|
+
"break-before": [{
|
|
704
|
+
"break-before": W()
|
|
705
|
+
}],
|
|
706
|
+
/**
|
|
707
|
+
* Break Inside
|
|
708
|
+
* @see https://tailwindcss.com/docs/break-inside
|
|
709
|
+
*/
|
|
710
|
+
"break-inside": [{
|
|
711
|
+
"break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
|
|
712
|
+
}],
|
|
713
|
+
/**
|
|
714
|
+
* Box Decoration Break
|
|
715
|
+
* @see https://tailwindcss.com/docs/box-decoration-break
|
|
716
|
+
*/
|
|
717
|
+
"box-decoration": [{
|
|
718
|
+
"box-decoration": ["slice", "clone"]
|
|
719
|
+
}],
|
|
720
|
+
/**
|
|
721
|
+
* Box Sizing
|
|
722
|
+
* @see https://tailwindcss.com/docs/box-sizing
|
|
723
|
+
*/
|
|
724
|
+
box: [{
|
|
725
|
+
box: ["border", "content"]
|
|
726
|
+
}],
|
|
727
|
+
/**
|
|
728
|
+
* Display
|
|
729
|
+
* @see https://tailwindcss.com/docs/display
|
|
730
|
+
*/
|
|
731
|
+
display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
|
|
732
|
+
/**
|
|
733
|
+
* Screen Reader Only
|
|
734
|
+
* @see https://tailwindcss.com/docs/display#screen-reader-only
|
|
735
|
+
*/
|
|
736
|
+
sr: ["sr-only", "not-sr-only"],
|
|
737
|
+
/**
|
|
738
|
+
* Floats
|
|
739
|
+
* @see https://tailwindcss.com/docs/float
|
|
740
|
+
*/
|
|
741
|
+
float: [{
|
|
742
|
+
float: ["right", "left", "none", "start", "end"]
|
|
743
|
+
}],
|
|
744
|
+
/**
|
|
745
|
+
* Clear
|
|
746
|
+
* @see https://tailwindcss.com/docs/clear
|
|
747
|
+
*/
|
|
748
|
+
clear: [{
|
|
749
|
+
clear: ["left", "right", "both", "none", "start", "end"]
|
|
750
|
+
}],
|
|
751
|
+
/**
|
|
752
|
+
* Isolation
|
|
753
|
+
* @see https://tailwindcss.com/docs/isolation
|
|
754
|
+
*/
|
|
755
|
+
isolation: ["isolate", "isolation-auto"],
|
|
756
|
+
/**
|
|
757
|
+
* Object Fit
|
|
758
|
+
* @see https://tailwindcss.com/docs/object-fit
|
|
759
|
+
*/
|
|
760
|
+
"object-fit": [{
|
|
761
|
+
object: ["contain", "cover", "fill", "none", "scale-down"]
|
|
762
|
+
}],
|
|
763
|
+
/**
|
|
764
|
+
* Object Position
|
|
765
|
+
* @see https://tailwindcss.com/docs/object-position
|
|
766
|
+
*/
|
|
767
|
+
"object-position": [{
|
|
768
|
+
object: V()
|
|
769
|
+
}],
|
|
770
|
+
/**
|
|
771
|
+
* Overflow
|
|
772
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
773
|
+
*/
|
|
774
|
+
overflow: [{
|
|
775
|
+
overflow: I()
|
|
776
|
+
}],
|
|
777
|
+
/**
|
|
778
|
+
* Overflow X
|
|
779
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
780
|
+
*/
|
|
781
|
+
"overflow-x": [{
|
|
782
|
+
"overflow-x": I()
|
|
783
|
+
}],
|
|
784
|
+
/**
|
|
785
|
+
* Overflow Y
|
|
786
|
+
* @see https://tailwindcss.com/docs/overflow
|
|
787
|
+
*/
|
|
788
|
+
"overflow-y": [{
|
|
789
|
+
"overflow-y": I()
|
|
790
|
+
}],
|
|
791
|
+
/**
|
|
792
|
+
* Overscroll Behavior
|
|
793
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
794
|
+
*/
|
|
795
|
+
overscroll: [{
|
|
796
|
+
overscroll: H()
|
|
797
|
+
}],
|
|
798
|
+
/**
|
|
799
|
+
* Overscroll Behavior X
|
|
800
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
801
|
+
*/
|
|
802
|
+
"overscroll-x": [{
|
|
803
|
+
"overscroll-x": H()
|
|
804
|
+
}],
|
|
805
|
+
/**
|
|
806
|
+
* Overscroll Behavior Y
|
|
807
|
+
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
808
|
+
*/
|
|
809
|
+
"overscroll-y": [{
|
|
810
|
+
"overscroll-y": H()
|
|
811
|
+
}],
|
|
812
|
+
/**
|
|
813
|
+
* Position
|
|
814
|
+
* @see https://tailwindcss.com/docs/position
|
|
815
|
+
*/
|
|
816
|
+
position: ["static", "fixed", "absolute", "relative", "sticky"],
|
|
817
|
+
/**
|
|
818
|
+
* Top / Right / Bottom / Left
|
|
819
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
820
|
+
*/
|
|
821
|
+
inset: [{
|
|
822
|
+
inset: C()
|
|
823
|
+
}],
|
|
824
|
+
/**
|
|
825
|
+
* Right / Left
|
|
826
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
827
|
+
*/
|
|
828
|
+
"inset-x": [{
|
|
829
|
+
"inset-x": C()
|
|
830
|
+
}],
|
|
831
|
+
/**
|
|
832
|
+
* Top / Bottom
|
|
833
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
834
|
+
*/
|
|
835
|
+
"inset-y": [{
|
|
836
|
+
"inset-y": C()
|
|
837
|
+
}],
|
|
838
|
+
/**
|
|
839
|
+
* Start
|
|
840
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
841
|
+
*/
|
|
842
|
+
start: [{
|
|
843
|
+
start: C()
|
|
844
|
+
}],
|
|
845
|
+
/**
|
|
846
|
+
* End
|
|
847
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
848
|
+
*/
|
|
849
|
+
end: [{
|
|
850
|
+
end: C()
|
|
851
|
+
}],
|
|
852
|
+
/**
|
|
853
|
+
* Top
|
|
854
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
855
|
+
*/
|
|
856
|
+
top: [{
|
|
857
|
+
top: C()
|
|
858
|
+
}],
|
|
859
|
+
/**
|
|
860
|
+
* Right
|
|
861
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
862
|
+
*/
|
|
863
|
+
right: [{
|
|
864
|
+
right: C()
|
|
865
|
+
}],
|
|
866
|
+
/**
|
|
867
|
+
* Bottom
|
|
868
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
869
|
+
*/
|
|
870
|
+
bottom: [{
|
|
871
|
+
bottom: C()
|
|
872
|
+
}],
|
|
873
|
+
/**
|
|
874
|
+
* Left
|
|
875
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
876
|
+
*/
|
|
877
|
+
left: [{
|
|
878
|
+
left: C()
|
|
879
|
+
}],
|
|
880
|
+
/**
|
|
881
|
+
* Visibility
|
|
882
|
+
* @see https://tailwindcss.com/docs/visibility
|
|
883
|
+
*/
|
|
884
|
+
visibility: ["visible", "invisible", "collapse"],
|
|
885
|
+
/**
|
|
886
|
+
* Z-Index
|
|
887
|
+
* @see https://tailwindcss.com/docs/z-index
|
|
888
|
+
*/
|
|
889
|
+
z: [{
|
|
890
|
+
z: [Y, "auto", m, f]
|
|
891
|
+
}],
|
|
892
|
+
// ------------------------
|
|
893
|
+
// --- Flexbox and Grid ---
|
|
894
|
+
// ------------------------
|
|
895
|
+
/**
|
|
896
|
+
* Flex Basis
|
|
897
|
+
* @see https://tailwindcss.com/docs/flex-basis
|
|
898
|
+
*/
|
|
899
|
+
basis: [{
|
|
900
|
+
basis: [Q, "full", "auto", g, ...v()]
|
|
901
|
+
}],
|
|
902
|
+
/**
|
|
903
|
+
* Flex Direction
|
|
904
|
+
* @see https://tailwindcss.com/docs/flex-direction
|
|
905
|
+
*/
|
|
906
|
+
"flex-direction": [{
|
|
907
|
+
flex: ["row", "row-reverse", "col", "col-reverse"]
|
|
908
|
+
}],
|
|
909
|
+
/**
|
|
910
|
+
* Flex Wrap
|
|
911
|
+
* @see https://tailwindcss.com/docs/flex-wrap
|
|
912
|
+
*/
|
|
913
|
+
"flex-wrap": [{
|
|
914
|
+
flex: ["nowrap", "wrap", "wrap-reverse"]
|
|
915
|
+
}],
|
|
916
|
+
/**
|
|
917
|
+
* Flex
|
|
918
|
+
* @see https://tailwindcss.com/docs/flex
|
|
919
|
+
*/
|
|
920
|
+
flex: [{
|
|
921
|
+
flex: [w, Q, "auto", "initial", "none", f]
|
|
922
|
+
}],
|
|
923
|
+
/**
|
|
924
|
+
* Flex Grow
|
|
925
|
+
* @see https://tailwindcss.com/docs/flex-grow
|
|
926
|
+
*/
|
|
927
|
+
grow: [{
|
|
928
|
+
grow: ["", w, m, f]
|
|
929
|
+
}],
|
|
930
|
+
/**
|
|
931
|
+
* Flex Shrink
|
|
932
|
+
* @see https://tailwindcss.com/docs/flex-shrink
|
|
933
|
+
*/
|
|
934
|
+
shrink: [{
|
|
935
|
+
shrink: ["", w, m, f]
|
|
936
|
+
}],
|
|
937
|
+
/**
|
|
938
|
+
* Order
|
|
939
|
+
* @see https://tailwindcss.com/docs/order
|
|
940
|
+
*/
|
|
941
|
+
order: [{
|
|
942
|
+
order: [Y, "first", "last", "none", m, f]
|
|
943
|
+
}],
|
|
944
|
+
/**
|
|
945
|
+
* Grid Template Columns
|
|
946
|
+
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
947
|
+
*/
|
|
948
|
+
"grid-cols": [{
|
|
949
|
+
"grid-cols": ce()
|
|
950
|
+
}],
|
|
951
|
+
/**
|
|
952
|
+
* Grid Column Start / End
|
|
953
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
954
|
+
*/
|
|
955
|
+
"col-start-end": [{
|
|
956
|
+
col: de()
|
|
957
|
+
}],
|
|
958
|
+
/**
|
|
959
|
+
* Grid Column Start
|
|
960
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
961
|
+
*/
|
|
962
|
+
"col-start": [{
|
|
963
|
+
"col-start": U()
|
|
964
|
+
}],
|
|
965
|
+
/**
|
|
966
|
+
* Grid Column End
|
|
967
|
+
* @see https://tailwindcss.com/docs/grid-column
|
|
968
|
+
*/
|
|
969
|
+
"col-end": [{
|
|
970
|
+
"col-end": U()
|
|
971
|
+
}],
|
|
972
|
+
/**
|
|
973
|
+
* Grid Template Rows
|
|
974
|
+
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
975
|
+
*/
|
|
976
|
+
"grid-rows": [{
|
|
977
|
+
"grid-rows": ce()
|
|
978
|
+
}],
|
|
979
|
+
/**
|
|
980
|
+
* Grid Row Start / End
|
|
981
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
982
|
+
*/
|
|
983
|
+
"row-start-end": [{
|
|
984
|
+
row: de()
|
|
985
|
+
}],
|
|
986
|
+
/**
|
|
987
|
+
* Grid Row Start
|
|
988
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
989
|
+
*/
|
|
990
|
+
"row-start": [{
|
|
991
|
+
"row-start": U()
|
|
992
|
+
}],
|
|
993
|
+
/**
|
|
994
|
+
* Grid Row End
|
|
995
|
+
* @see https://tailwindcss.com/docs/grid-row
|
|
996
|
+
*/
|
|
997
|
+
"row-end": [{
|
|
998
|
+
"row-end": U()
|
|
999
|
+
}],
|
|
1000
|
+
/**
|
|
1001
|
+
* Grid Auto Flow
|
|
1002
|
+
* @see https://tailwindcss.com/docs/grid-auto-flow
|
|
1003
|
+
*/
|
|
1004
|
+
"grid-flow": [{
|
|
1005
|
+
"grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
|
|
1006
|
+
}],
|
|
1007
|
+
/**
|
|
1008
|
+
* Grid Auto Columns
|
|
1009
|
+
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
1010
|
+
*/
|
|
1011
|
+
"auto-cols": [{
|
|
1012
|
+
"auto-cols": te()
|
|
1013
|
+
}],
|
|
1014
|
+
/**
|
|
1015
|
+
* Grid Auto Rows
|
|
1016
|
+
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
1017
|
+
*/
|
|
1018
|
+
"auto-rows": [{
|
|
1019
|
+
"auto-rows": te()
|
|
1020
|
+
}],
|
|
1021
|
+
/**
|
|
1022
|
+
* Gap
|
|
1023
|
+
* @see https://tailwindcss.com/docs/gap
|
|
1024
|
+
*/
|
|
1025
|
+
gap: [{
|
|
1026
|
+
gap: v()
|
|
1027
|
+
}],
|
|
1028
|
+
/**
|
|
1029
|
+
* Gap X
|
|
1030
|
+
* @see https://tailwindcss.com/docs/gap
|
|
1031
|
+
*/
|
|
1032
|
+
"gap-x": [{
|
|
1033
|
+
"gap-x": v()
|
|
1034
|
+
}],
|
|
1035
|
+
/**
|
|
1036
|
+
* Gap Y
|
|
1037
|
+
* @see https://tailwindcss.com/docs/gap
|
|
1038
|
+
*/
|
|
1039
|
+
"gap-y": [{
|
|
1040
|
+
"gap-y": v()
|
|
1041
|
+
}],
|
|
1042
|
+
/**
|
|
1043
|
+
* Justify Content
|
|
1044
|
+
* @see https://tailwindcss.com/docs/justify-content
|
|
1045
|
+
*/
|
|
1046
|
+
"justify-content": [{
|
|
1047
|
+
justify: [...oe(), "normal"]
|
|
1048
|
+
}],
|
|
1049
|
+
/**
|
|
1050
|
+
* Justify Items
|
|
1051
|
+
* @see https://tailwindcss.com/docs/justify-items
|
|
1052
|
+
*/
|
|
1053
|
+
"justify-items": [{
|
|
1054
|
+
"justify-items": [...D(), "normal"]
|
|
1055
|
+
}],
|
|
1056
|
+
/**
|
|
1057
|
+
* Justify Self
|
|
1058
|
+
* @see https://tailwindcss.com/docs/justify-self
|
|
1059
|
+
*/
|
|
1060
|
+
"justify-self": [{
|
|
1061
|
+
"justify-self": ["auto", ...D()]
|
|
1062
|
+
}],
|
|
1063
|
+
/**
|
|
1064
|
+
* Align Content
|
|
1065
|
+
* @see https://tailwindcss.com/docs/align-content
|
|
1066
|
+
*/
|
|
1067
|
+
"align-content": [{
|
|
1068
|
+
content: ["normal", ...oe()]
|
|
1069
|
+
}],
|
|
1070
|
+
/**
|
|
1071
|
+
* Align Items
|
|
1072
|
+
* @see https://tailwindcss.com/docs/align-items
|
|
1073
|
+
*/
|
|
1074
|
+
"align-items": [{
|
|
1075
|
+
items: [...D(), {
|
|
1076
|
+
baseline: ["", "last"]
|
|
1077
|
+
}]
|
|
1078
|
+
}],
|
|
1079
|
+
/**
|
|
1080
|
+
* Align Self
|
|
1081
|
+
* @see https://tailwindcss.com/docs/align-self
|
|
1082
|
+
*/
|
|
1083
|
+
"align-self": [{
|
|
1084
|
+
self: ["auto", ...D(), {
|
|
1085
|
+
baseline: ["", "last"]
|
|
1086
|
+
}]
|
|
1087
|
+
}],
|
|
1088
|
+
/**
|
|
1089
|
+
* Place Content
|
|
1090
|
+
* @see https://tailwindcss.com/docs/place-content
|
|
1091
|
+
*/
|
|
1092
|
+
"place-content": [{
|
|
1093
|
+
"place-content": oe()
|
|
1094
|
+
}],
|
|
1095
|
+
/**
|
|
1096
|
+
* Place Items
|
|
1097
|
+
* @see https://tailwindcss.com/docs/place-items
|
|
1098
|
+
*/
|
|
1099
|
+
"place-items": [{
|
|
1100
|
+
"place-items": [...D(), "baseline"]
|
|
1101
|
+
}],
|
|
1102
|
+
/**
|
|
1103
|
+
* Place Self
|
|
1104
|
+
* @see https://tailwindcss.com/docs/place-self
|
|
1105
|
+
*/
|
|
1106
|
+
"place-self": [{
|
|
1107
|
+
"place-self": ["auto", ...D()]
|
|
1108
|
+
}],
|
|
1109
|
+
// Spacing
|
|
1110
|
+
/**
|
|
1111
|
+
* Padding
|
|
1112
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1113
|
+
*/
|
|
1114
|
+
p: [{
|
|
1115
|
+
p: v()
|
|
1116
|
+
}],
|
|
1117
|
+
/**
|
|
1118
|
+
* Padding X
|
|
1119
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1120
|
+
*/
|
|
1121
|
+
px: [{
|
|
1122
|
+
px: v()
|
|
1123
|
+
}],
|
|
1124
|
+
/**
|
|
1125
|
+
* Padding Y
|
|
1126
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1127
|
+
*/
|
|
1128
|
+
py: [{
|
|
1129
|
+
py: v()
|
|
1130
|
+
}],
|
|
1131
|
+
/**
|
|
1132
|
+
* Padding Start
|
|
1133
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1134
|
+
*/
|
|
1135
|
+
ps: [{
|
|
1136
|
+
ps: v()
|
|
1137
|
+
}],
|
|
1138
|
+
/**
|
|
1139
|
+
* Padding End
|
|
1140
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1141
|
+
*/
|
|
1142
|
+
pe: [{
|
|
1143
|
+
pe: v()
|
|
1144
|
+
}],
|
|
1145
|
+
/**
|
|
1146
|
+
* Padding Top
|
|
1147
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1148
|
+
*/
|
|
1149
|
+
pt: [{
|
|
1150
|
+
pt: v()
|
|
1151
|
+
}],
|
|
1152
|
+
/**
|
|
1153
|
+
* Padding Right
|
|
1154
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1155
|
+
*/
|
|
1156
|
+
pr: [{
|
|
1157
|
+
pr: v()
|
|
1158
|
+
}],
|
|
1159
|
+
/**
|
|
1160
|
+
* Padding Bottom
|
|
1161
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1162
|
+
*/
|
|
1163
|
+
pb: [{
|
|
1164
|
+
pb: v()
|
|
1165
|
+
}],
|
|
1166
|
+
/**
|
|
1167
|
+
* Padding Left
|
|
1168
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1169
|
+
*/
|
|
1170
|
+
pl: [{
|
|
1171
|
+
pl: v()
|
|
1172
|
+
}],
|
|
1173
|
+
/**
|
|
1174
|
+
* Margin
|
|
1175
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1176
|
+
*/
|
|
1177
|
+
m: [{
|
|
1178
|
+
m: N()
|
|
1179
|
+
}],
|
|
1180
|
+
/**
|
|
1181
|
+
* Margin X
|
|
1182
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1183
|
+
*/
|
|
1184
|
+
mx: [{
|
|
1185
|
+
mx: N()
|
|
1186
|
+
}],
|
|
1187
|
+
/**
|
|
1188
|
+
* Margin Y
|
|
1189
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1190
|
+
*/
|
|
1191
|
+
my: [{
|
|
1192
|
+
my: N()
|
|
1193
|
+
}],
|
|
1194
|
+
/**
|
|
1195
|
+
* Margin Start
|
|
1196
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1197
|
+
*/
|
|
1198
|
+
ms: [{
|
|
1199
|
+
ms: N()
|
|
1200
|
+
}],
|
|
1201
|
+
/**
|
|
1202
|
+
* Margin End
|
|
1203
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1204
|
+
*/
|
|
1205
|
+
me: [{
|
|
1206
|
+
me: N()
|
|
1207
|
+
}],
|
|
1208
|
+
/**
|
|
1209
|
+
* Margin Top
|
|
1210
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1211
|
+
*/
|
|
1212
|
+
mt: [{
|
|
1213
|
+
mt: N()
|
|
1214
|
+
}],
|
|
1215
|
+
/**
|
|
1216
|
+
* Margin Right
|
|
1217
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1218
|
+
*/
|
|
1219
|
+
mr: [{
|
|
1220
|
+
mr: N()
|
|
1221
|
+
}],
|
|
1222
|
+
/**
|
|
1223
|
+
* Margin Bottom
|
|
1224
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1225
|
+
*/
|
|
1226
|
+
mb: [{
|
|
1227
|
+
mb: N()
|
|
1228
|
+
}],
|
|
1229
|
+
/**
|
|
1230
|
+
* Margin Left
|
|
1231
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1232
|
+
*/
|
|
1233
|
+
ml: [{
|
|
1234
|
+
ml: N()
|
|
1235
|
+
}],
|
|
1236
|
+
/**
|
|
1237
|
+
* Space Between X
|
|
1238
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1239
|
+
*/
|
|
1240
|
+
"space-x": [{
|
|
1241
|
+
"space-x": v()
|
|
1242
|
+
}],
|
|
1243
|
+
/**
|
|
1244
|
+
* Space Between X Reverse
|
|
1245
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1246
|
+
*/
|
|
1247
|
+
"space-x-reverse": ["space-x-reverse"],
|
|
1248
|
+
/**
|
|
1249
|
+
* Space Between Y
|
|
1250
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1251
|
+
*/
|
|
1252
|
+
"space-y": [{
|
|
1253
|
+
"space-y": v()
|
|
1254
|
+
}],
|
|
1255
|
+
/**
|
|
1256
|
+
* Space Between Y Reverse
|
|
1257
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1258
|
+
*/
|
|
1259
|
+
"space-y-reverse": ["space-y-reverse"],
|
|
1260
|
+
// --------------
|
|
1261
|
+
// --- Sizing ---
|
|
1262
|
+
// --------------
|
|
1263
|
+
/**
|
|
1264
|
+
* Size
|
|
1265
|
+
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
1266
|
+
*/
|
|
1267
|
+
size: [{
|
|
1268
|
+
size: P()
|
|
1269
|
+
}],
|
|
1270
|
+
/**
|
|
1271
|
+
* Width
|
|
1272
|
+
* @see https://tailwindcss.com/docs/width
|
|
1273
|
+
*/
|
|
1274
|
+
w: [{
|
|
1275
|
+
w: [g, "screen", ...P()]
|
|
1276
|
+
}],
|
|
1277
|
+
/**
|
|
1278
|
+
* Min-Width
|
|
1279
|
+
* @see https://tailwindcss.com/docs/min-width
|
|
1280
|
+
*/
|
|
1281
|
+
"min-w": [{
|
|
1282
|
+
"min-w": [
|
|
1283
|
+
g,
|
|
1284
|
+
"screen",
|
|
1285
|
+
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1286
|
+
"none",
|
|
1287
|
+
...P()
|
|
1288
|
+
]
|
|
1289
|
+
}],
|
|
1290
|
+
/**
|
|
1291
|
+
* Max-Width
|
|
1292
|
+
* @see https://tailwindcss.com/docs/max-width
|
|
1293
|
+
*/
|
|
1294
|
+
"max-w": [{
|
|
1295
|
+
"max-w": [
|
|
1296
|
+
g,
|
|
1297
|
+
"screen",
|
|
1298
|
+
"none",
|
|
1299
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1300
|
+
"prose",
|
|
1301
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1302
|
+
{
|
|
1303
|
+
screen: [d]
|
|
1304
|
+
},
|
|
1305
|
+
...P()
|
|
1306
|
+
]
|
|
1307
|
+
}],
|
|
1308
|
+
/**
|
|
1309
|
+
* Height
|
|
1310
|
+
* @see https://tailwindcss.com/docs/height
|
|
1311
|
+
*/
|
|
1312
|
+
h: [{
|
|
1313
|
+
h: ["screen", "lh", ...P()]
|
|
1314
|
+
}],
|
|
1315
|
+
/**
|
|
1316
|
+
* Min-Height
|
|
1317
|
+
* @see https://tailwindcss.com/docs/min-height
|
|
1318
|
+
*/
|
|
1319
|
+
"min-h": [{
|
|
1320
|
+
"min-h": ["screen", "lh", "none", ...P()]
|
|
1321
|
+
}],
|
|
1322
|
+
/**
|
|
1323
|
+
* Max-Height
|
|
1324
|
+
* @see https://tailwindcss.com/docs/max-height
|
|
1325
|
+
*/
|
|
1326
|
+
"max-h": [{
|
|
1327
|
+
"max-h": ["screen", "lh", ...P()]
|
|
1328
|
+
}],
|
|
1329
|
+
// ------------------
|
|
1330
|
+
// --- Typography ---
|
|
1331
|
+
// ------------------
|
|
1332
|
+
/**
|
|
1333
|
+
* Font Size
|
|
1334
|
+
* @see https://tailwindcss.com/docs/font-size
|
|
1335
|
+
*/
|
|
1336
|
+
"font-size": [{
|
|
1337
|
+
text: ["base", n, le, q]
|
|
1338
|
+
}],
|
|
1339
|
+
/**
|
|
1340
|
+
* Font Smoothing
|
|
1341
|
+
* @see https://tailwindcss.com/docs/font-smoothing
|
|
1342
|
+
*/
|
|
1343
|
+
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
1344
|
+
/**
|
|
1345
|
+
* Font Style
|
|
1346
|
+
* @see https://tailwindcss.com/docs/font-style
|
|
1347
|
+
*/
|
|
1348
|
+
"font-style": ["italic", "not-italic"],
|
|
1349
|
+
/**
|
|
1350
|
+
* Font Weight
|
|
1351
|
+
* @see https://tailwindcss.com/docs/font-weight
|
|
1352
|
+
*/
|
|
1353
|
+
"font-weight": [{
|
|
1354
|
+
font: [t, m, ve]
|
|
1355
|
+
}],
|
|
1356
|
+
/**
|
|
1357
|
+
* Font Stretch
|
|
1358
|
+
* @see https://tailwindcss.com/docs/font-stretch
|
|
1359
|
+
*/
|
|
1360
|
+
"font-stretch": [{
|
|
1361
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ye, f]
|
|
1362
|
+
}],
|
|
1363
|
+
/**
|
|
1364
|
+
* Font Family
|
|
1365
|
+
* @see https://tailwindcss.com/docs/font-family
|
|
1366
|
+
*/
|
|
1367
|
+
"font-family": [{
|
|
1368
|
+
font: [Ur, f, s]
|
|
1369
|
+
}],
|
|
1370
|
+
/**
|
|
1371
|
+
* Font Variant Numeric
|
|
1372
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1373
|
+
*/
|
|
1374
|
+
"fvn-normal": ["normal-nums"],
|
|
1375
|
+
/**
|
|
1376
|
+
* Font Variant Numeric
|
|
1377
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1378
|
+
*/
|
|
1379
|
+
"fvn-ordinal": ["ordinal"],
|
|
1380
|
+
/**
|
|
1381
|
+
* Font Variant Numeric
|
|
1382
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1383
|
+
*/
|
|
1384
|
+
"fvn-slashed-zero": ["slashed-zero"],
|
|
1385
|
+
/**
|
|
1386
|
+
* Font Variant Numeric
|
|
1387
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1388
|
+
*/
|
|
1389
|
+
"fvn-figure": ["lining-nums", "oldstyle-nums"],
|
|
1390
|
+
/**
|
|
1391
|
+
* Font Variant Numeric
|
|
1392
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1393
|
+
*/
|
|
1394
|
+
"fvn-spacing": ["proportional-nums", "tabular-nums"],
|
|
1395
|
+
/**
|
|
1396
|
+
* Font Variant Numeric
|
|
1397
|
+
* @see https://tailwindcss.com/docs/font-variant-numeric
|
|
1398
|
+
*/
|
|
1399
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
1400
|
+
/**
|
|
1401
|
+
* Letter Spacing
|
|
1402
|
+
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1403
|
+
*/
|
|
1404
|
+
tracking: [{
|
|
1405
|
+
tracking: [c, m, f]
|
|
1406
|
+
}],
|
|
1407
|
+
/**
|
|
1408
|
+
* Line Clamp
|
|
1409
|
+
* @see https://tailwindcss.com/docs/line-clamp
|
|
1410
|
+
*/
|
|
1411
|
+
"line-clamp": [{
|
|
1412
|
+
"line-clamp": [w, "none", m, ve]
|
|
1413
|
+
}],
|
|
1414
|
+
/**
|
|
1415
|
+
* Line Height
|
|
1416
|
+
* @see https://tailwindcss.com/docs/line-height
|
|
1417
|
+
*/
|
|
1418
|
+
leading: [{
|
|
1419
|
+
leading: [
|
|
1420
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1421
|
+
u,
|
|
1422
|
+
...v()
|
|
1423
|
+
]
|
|
1424
|
+
}],
|
|
1425
|
+
/**
|
|
1426
|
+
* List Style Image
|
|
1427
|
+
* @see https://tailwindcss.com/docs/list-style-image
|
|
1428
|
+
*/
|
|
1429
|
+
"list-image": [{
|
|
1430
|
+
"list-image": ["none", m, f]
|
|
1431
|
+
}],
|
|
1432
|
+
/**
|
|
1433
|
+
* List Style Position
|
|
1434
|
+
* @see https://tailwindcss.com/docs/list-style-position
|
|
1435
|
+
*/
|
|
1436
|
+
"list-style-position": [{
|
|
1437
|
+
list: ["inside", "outside"]
|
|
1438
|
+
}],
|
|
1439
|
+
/**
|
|
1440
|
+
* List Style Type
|
|
1441
|
+
* @see https://tailwindcss.com/docs/list-style-type
|
|
1442
|
+
*/
|
|
1443
|
+
"list-style-type": [{
|
|
1444
|
+
list: ["disc", "decimal", "none", m, f]
|
|
1445
|
+
}],
|
|
1446
|
+
/**
|
|
1447
|
+
* Text Alignment
|
|
1448
|
+
* @see https://tailwindcss.com/docs/text-align
|
|
1449
|
+
*/
|
|
1450
|
+
"text-alignment": [{
|
|
1451
|
+
text: ["left", "center", "right", "justify", "start", "end"]
|
|
1452
|
+
}],
|
|
1453
|
+
/**
|
|
1454
|
+
* Placeholder Color
|
|
1455
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1456
|
+
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1457
|
+
*/
|
|
1458
|
+
"placeholder-color": [{
|
|
1459
|
+
placeholder: h()
|
|
1460
|
+
}],
|
|
1461
|
+
/**
|
|
1462
|
+
* Text Color
|
|
1463
|
+
* @see https://tailwindcss.com/docs/text-color
|
|
1464
|
+
*/
|
|
1465
|
+
"text-color": [{
|
|
1466
|
+
text: h()
|
|
1467
|
+
}],
|
|
1468
|
+
/**
|
|
1469
|
+
* Text Decoration
|
|
1470
|
+
* @see https://tailwindcss.com/docs/text-decoration
|
|
1471
|
+
*/
|
|
1472
|
+
"text-decoration": ["underline", "overline", "line-through", "no-underline"],
|
|
1473
|
+
/**
|
|
1474
|
+
* Text Decoration Style
|
|
1475
|
+
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1476
|
+
*/
|
|
1477
|
+
"text-decoration-style": [{
|
|
1478
|
+
decoration: [...L(), "wavy"]
|
|
1479
|
+
}],
|
|
1480
|
+
/**
|
|
1481
|
+
* Text Decoration Thickness
|
|
1482
|
+
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1483
|
+
*/
|
|
1484
|
+
"text-decoration-thickness": [{
|
|
1485
|
+
decoration: [w, "from-font", "auto", m, q]
|
|
1486
|
+
}],
|
|
1487
|
+
/**
|
|
1488
|
+
* Text Decoration Color
|
|
1489
|
+
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1490
|
+
*/
|
|
1491
|
+
"text-decoration-color": [{
|
|
1492
|
+
decoration: h()
|
|
1493
|
+
}],
|
|
1494
|
+
/**
|
|
1495
|
+
* Text Underline Offset
|
|
1496
|
+
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1497
|
+
*/
|
|
1498
|
+
"underline-offset": [{
|
|
1499
|
+
"underline-offset": [w, "auto", m, f]
|
|
1500
|
+
}],
|
|
1501
|
+
/**
|
|
1502
|
+
* Text Transform
|
|
1503
|
+
* @see https://tailwindcss.com/docs/text-transform
|
|
1504
|
+
*/
|
|
1505
|
+
"text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
|
|
1506
|
+
/**
|
|
1507
|
+
* Text Overflow
|
|
1508
|
+
* @see https://tailwindcss.com/docs/text-overflow
|
|
1509
|
+
*/
|
|
1510
|
+
"text-overflow": ["truncate", "text-ellipsis", "text-clip"],
|
|
1511
|
+
/**
|
|
1512
|
+
* Text Wrap
|
|
1513
|
+
* @see https://tailwindcss.com/docs/text-wrap
|
|
1514
|
+
*/
|
|
1515
|
+
"text-wrap": [{
|
|
1516
|
+
text: ["wrap", "nowrap", "balance", "pretty"]
|
|
1517
|
+
}],
|
|
1518
|
+
/**
|
|
1519
|
+
* Text Indent
|
|
1520
|
+
* @see https://tailwindcss.com/docs/text-indent
|
|
1521
|
+
*/
|
|
1522
|
+
indent: [{
|
|
1523
|
+
indent: v()
|
|
1524
|
+
}],
|
|
1525
|
+
/**
|
|
1526
|
+
* Vertical Alignment
|
|
1527
|
+
* @see https://tailwindcss.com/docs/vertical-align
|
|
1528
|
+
*/
|
|
1529
|
+
"vertical-align": [{
|
|
1530
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", m, f]
|
|
1531
|
+
}],
|
|
1532
|
+
/**
|
|
1533
|
+
* Whitespace
|
|
1534
|
+
* @see https://tailwindcss.com/docs/whitespace
|
|
1535
|
+
*/
|
|
1536
|
+
whitespace: [{
|
|
1537
|
+
whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
|
|
1538
|
+
}],
|
|
1539
|
+
/**
|
|
1540
|
+
* Word Break
|
|
1541
|
+
* @see https://tailwindcss.com/docs/word-break
|
|
1542
|
+
*/
|
|
1543
|
+
break: [{
|
|
1544
|
+
break: ["normal", "words", "all", "keep"]
|
|
1545
|
+
}],
|
|
1546
|
+
/**
|
|
1547
|
+
* Overflow Wrap
|
|
1548
|
+
* @see https://tailwindcss.com/docs/overflow-wrap
|
|
1549
|
+
*/
|
|
1550
|
+
wrap: [{
|
|
1551
|
+
wrap: ["break-word", "anywhere", "normal"]
|
|
1552
|
+
}],
|
|
1553
|
+
/**
|
|
1554
|
+
* Hyphens
|
|
1555
|
+
* @see https://tailwindcss.com/docs/hyphens
|
|
1556
|
+
*/
|
|
1557
|
+
hyphens: [{
|
|
1558
|
+
hyphens: ["none", "manual", "auto"]
|
|
1559
|
+
}],
|
|
1560
|
+
/**
|
|
1561
|
+
* Content
|
|
1562
|
+
* @see https://tailwindcss.com/docs/content
|
|
1563
|
+
*/
|
|
1564
|
+
content: [{
|
|
1565
|
+
content: ["none", m, f]
|
|
1566
|
+
}],
|
|
1567
|
+
// -------------------
|
|
1568
|
+
// --- Backgrounds ---
|
|
1569
|
+
// -------------------
|
|
1570
|
+
/**
|
|
1571
|
+
* Background Attachment
|
|
1572
|
+
* @see https://tailwindcss.com/docs/background-attachment
|
|
1573
|
+
*/
|
|
1574
|
+
"bg-attachment": [{
|
|
1575
|
+
bg: ["fixed", "local", "scroll"]
|
|
1576
|
+
}],
|
|
1577
|
+
/**
|
|
1578
|
+
* Background Clip
|
|
1579
|
+
* @see https://tailwindcss.com/docs/background-clip
|
|
1580
|
+
*/
|
|
1581
|
+
"bg-clip": [{
|
|
1582
|
+
"bg-clip": ["border", "padding", "content", "text"]
|
|
1583
|
+
}],
|
|
1584
|
+
/**
|
|
1585
|
+
* Background Origin
|
|
1586
|
+
* @see https://tailwindcss.com/docs/background-origin
|
|
1587
|
+
*/
|
|
1588
|
+
"bg-origin": [{
|
|
1589
|
+
"bg-origin": ["border", "padding", "content"]
|
|
1590
|
+
}],
|
|
1591
|
+
/**
|
|
1592
|
+
* Background Position
|
|
1593
|
+
* @see https://tailwindcss.com/docs/background-position
|
|
1594
|
+
*/
|
|
1595
|
+
"bg-position": [{
|
|
1596
|
+
bg: ne()
|
|
1597
|
+
}],
|
|
1598
|
+
/**
|
|
1599
|
+
* Background Repeat
|
|
1600
|
+
* @see https://tailwindcss.com/docs/background-repeat
|
|
1601
|
+
*/
|
|
1602
|
+
"bg-repeat": [{
|
|
1603
|
+
bg: se()
|
|
1604
|
+
}],
|
|
1605
|
+
/**
|
|
1606
|
+
* Background Size
|
|
1607
|
+
* @see https://tailwindcss.com/docs/background-size
|
|
1608
|
+
*/
|
|
1609
|
+
"bg-size": [{
|
|
1610
|
+
bg: l()
|
|
1611
|
+
}],
|
|
1612
|
+
/**
|
|
1613
|
+
* Background Image
|
|
1614
|
+
* @see https://tailwindcss.com/docs/background-image
|
|
1615
|
+
*/
|
|
1616
|
+
"bg-image": [{
|
|
1617
|
+
bg: ["none", {
|
|
1618
|
+
linear: [{
|
|
1619
|
+
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1620
|
+
}, Y, m, f],
|
|
1621
|
+
radial: ["", m, f],
|
|
1622
|
+
conic: [Y, m, f]
|
|
1623
|
+
}, Yr, Vr]
|
|
1624
|
+
}],
|
|
1625
|
+
/**
|
|
1626
|
+
* Background Color
|
|
1627
|
+
* @see https://tailwindcss.com/docs/background-color
|
|
1628
|
+
*/
|
|
1629
|
+
"bg-color": [{
|
|
1630
|
+
bg: h()
|
|
1631
|
+
}],
|
|
1632
|
+
/**
|
|
1633
|
+
* Gradient Color Stops From Position
|
|
1634
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1635
|
+
*/
|
|
1636
|
+
"gradient-from-pos": [{
|
|
1637
|
+
from: x()
|
|
1638
|
+
}],
|
|
1639
|
+
/**
|
|
1640
|
+
* Gradient Color Stops Via Position
|
|
1641
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1642
|
+
*/
|
|
1643
|
+
"gradient-via-pos": [{
|
|
1644
|
+
via: x()
|
|
1645
|
+
}],
|
|
1646
|
+
/**
|
|
1647
|
+
* Gradient Color Stops To Position
|
|
1648
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1649
|
+
*/
|
|
1650
|
+
"gradient-to-pos": [{
|
|
1651
|
+
to: x()
|
|
1652
|
+
}],
|
|
1653
|
+
/**
|
|
1654
|
+
* Gradient Color Stops From
|
|
1655
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1656
|
+
*/
|
|
1657
|
+
"gradient-from": [{
|
|
1658
|
+
from: h()
|
|
1659
|
+
}],
|
|
1660
|
+
/**
|
|
1661
|
+
* Gradient Color Stops Via
|
|
1662
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1663
|
+
*/
|
|
1664
|
+
"gradient-via": [{
|
|
1665
|
+
via: h()
|
|
1666
|
+
}],
|
|
1667
|
+
/**
|
|
1668
|
+
* Gradient Color Stops To
|
|
1669
|
+
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1670
|
+
*/
|
|
1671
|
+
"gradient-to": [{
|
|
1672
|
+
to: h()
|
|
1673
|
+
}],
|
|
1674
|
+
// ---------------
|
|
1675
|
+
// --- Borders ---
|
|
1676
|
+
// ---------------
|
|
1677
|
+
/**
|
|
1678
|
+
* Border Radius
|
|
1679
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1680
|
+
*/
|
|
1681
|
+
rounded: [{
|
|
1682
|
+
rounded: k()
|
|
1683
|
+
}],
|
|
1684
|
+
/**
|
|
1685
|
+
* Border Radius Start
|
|
1686
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1687
|
+
*/
|
|
1688
|
+
"rounded-s": [{
|
|
1689
|
+
"rounded-s": k()
|
|
1690
|
+
}],
|
|
1691
|
+
/**
|
|
1692
|
+
* Border Radius End
|
|
1693
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1694
|
+
*/
|
|
1695
|
+
"rounded-e": [{
|
|
1696
|
+
"rounded-e": k()
|
|
1697
|
+
}],
|
|
1698
|
+
/**
|
|
1699
|
+
* Border Radius Top
|
|
1700
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1701
|
+
*/
|
|
1702
|
+
"rounded-t": [{
|
|
1703
|
+
"rounded-t": k()
|
|
1704
|
+
}],
|
|
1705
|
+
/**
|
|
1706
|
+
* Border Radius Right
|
|
1707
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1708
|
+
*/
|
|
1709
|
+
"rounded-r": [{
|
|
1710
|
+
"rounded-r": k()
|
|
1711
|
+
}],
|
|
1712
|
+
/**
|
|
1713
|
+
* Border Radius Bottom
|
|
1714
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1715
|
+
*/
|
|
1716
|
+
"rounded-b": [{
|
|
1717
|
+
"rounded-b": k()
|
|
1718
|
+
}],
|
|
1719
|
+
/**
|
|
1720
|
+
* Border Radius Left
|
|
1721
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1722
|
+
*/
|
|
1723
|
+
"rounded-l": [{
|
|
1724
|
+
"rounded-l": k()
|
|
1725
|
+
}],
|
|
1726
|
+
/**
|
|
1727
|
+
* Border Radius Start Start
|
|
1728
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1729
|
+
*/
|
|
1730
|
+
"rounded-ss": [{
|
|
1731
|
+
"rounded-ss": k()
|
|
1732
|
+
}],
|
|
1733
|
+
/**
|
|
1734
|
+
* Border Radius Start End
|
|
1735
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1736
|
+
*/
|
|
1737
|
+
"rounded-se": [{
|
|
1738
|
+
"rounded-se": k()
|
|
1739
|
+
}],
|
|
1740
|
+
/**
|
|
1741
|
+
* Border Radius End End
|
|
1742
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1743
|
+
*/
|
|
1744
|
+
"rounded-ee": [{
|
|
1745
|
+
"rounded-ee": k()
|
|
1746
|
+
}],
|
|
1747
|
+
/**
|
|
1748
|
+
* Border Radius End Start
|
|
1749
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1750
|
+
*/
|
|
1751
|
+
"rounded-es": [{
|
|
1752
|
+
"rounded-es": k()
|
|
1753
|
+
}],
|
|
1754
|
+
/**
|
|
1755
|
+
* Border Radius Top Left
|
|
1756
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1757
|
+
*/
|
|
1758
|
+
"rounded-tl": [{
|
|
1759
|
+
"rounded-tl": k()
|
|
1760
|
+
}],
|
|
1761
|
+
/**
|
|
1762
|
+
* Border Radius Top Right
|
|
1763
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1764
|
+
*/
|
|
1765
|
+
"rounded-tr": [{
|
|
1766
|
+
"rounded-tr": k()
|
|
1767
|
+
}],
|
|
1768
|
+
/**
|
|
1769
|
+
* Border Radius Bottom Right
|
|
1770
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1771
|
+
*/
|
|
1772
|
+
"rounded-br": [{
|
|
1773
|
+
"rounded-br": k()
|
|
1774
|
+
}],
|
|
1775
|
+
/**
|
|
1776
|
+
* Border Radius Bottom Left
|
|
1777
|
+
* @see https://tailwindcss.com/docs/border-radius
|
|
1778
|
+
*/
|
|
1779
|
+
"rounded-bl": [{
|
|
1780
|
+
"rounded-bl": k()
|
|
1781
|
+
}],
|
|
1782
|
+
/**
|
|
1783
|
+
* Border Width
|
|
1784
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1785
|
+
*/
|
|
1786
|
+
"border-w": [{
|
|
1787
|
+
border: O()
|
|
1788
|
+
}],
|
|
1789
|
+
/**
|
|
1790
|
+
* Border Width X
|
|
1791
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1792
|
+
*/
|
|
1793
|
+
"border-w-x": [{
|
|
1794
|
+
"border-x": O()
|
|
1795
|
+
}],
|
|
1796
|
+
/**
|
|
1797
|
+
* Border Width Y
|
|
1798
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1799
|
+
*/
|
|
1800
|
+
"border-w-y": [{
|
|
1801
|
+
"border-y": O()
|
|
1802
|
+
}],
|
|
1803
|
+
/**
|
|
1804
|
+
* Border Width Start
|
|
1805
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1806
|
+
*/
|
|
1807
|
+
"border-w-s": [{
|
|
1808
|
+
"border-s": O()
|
|
1809
|
+
}],
|
|
1810
|
+
/**
|
|
1811
|
+
* Border Width End
|
|
1812
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1813
|
+
*/
|
|
1814
|
+
"border-w-e": [{
|
|
1815
|
+
"border-e": O()
|
|
1816
|
+
}],
|
|
1817
|
+
/**
|
|
1818
|
+
* Border Width Top
|
|
1819
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1820
|
+
*/
|
|
1821
|
+
"border-w-t": [{
|
|
1822
|
+
"border-t": O()
|
|
1823
|
+
}],
|
|
1824
|
+
/**
|
|
1825
|
+
* Border Width Right
|
|
1826
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1827
|
+
*/
|
|
1828
|
+
"border-w-r": [{
|
|
1829
|
+
"border-r": O()
|
|
1830
|
+
}],
|
|
1831
|
+
/**
|
|
1832
|
+
* Border Width Bottom
|
|
1833
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1834
|
+
*/
|
|
1835
|
+
"border-w-b": [{
|
|
1836
|
+
"border-b": O()
|
|
1837
|
+
}],
|
|
1838
|
+
/**
|
|
1839
|
+
* Border Width Left
|
|
1840
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1841
|
+
*/
|
|
1842
|
+
"border-w-l": [{
|
|
1843
|
+
"border-l": O()
|
|
1844
|
+
}],
|
|
1845
|
+
/**
|
|
1846
|
+
* Divide Width X
|
|
1847
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1848
|
+
*/
|
|
1849
|
+
"divide-x": [{
|
|
1850
|
+
"divide-x": O()
|
|
1851
|
+
}],
|
|
1852
|
+
/**
|
|
1853
|
+
* Divide Width X Reverse
|
|
1854
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1855
|
+
*/
|
|
1856
|
+
"divide-x-reverse": ["divide-x-reverse"],
|
|
1857
|
+
/**
|
|
1858
|
+
* Divide Width Y
|
|
1859
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1860
|
+
*/
|
|
1861
|
+
"divide-y": [{
|
|
1862
|
+
"divide-y": O()
|
|
1863
|
+
}],
|
|
1864
|
+
/**
|
|
1865
|
+
* Divide Width Y Reverse
|
|
1866
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1867
|
+
*/
|
|
1868
|
+
"divide-y-reverse": ["divide-y-reverse"],
|
|
1869
|
+
/**
|
|
1870
|
+
* Border Style
|
|
1871
|
+
* @see https://tailwindcss.com/docs/border-style
|
|
1872
|
+
*/
|
|
1873
|
+
"border-style": [{
|
|
1874
|
+
border: [...L(), "hidden", "none"]
|
|
1875
|
+
}],
|
|
1876
|
+
/**
|
|
1877
|
+
* Divide Style
|
|
1878
|
+
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1879
|
+
*/
|
|
1880
|
+
"divide-style": [{
|
|
1881
|
+
divide: [...L(), "hidden", "none"]
|
|
1882
|
+
}],
|
|
1883
|
+
/**
|
|
1884
|
+
* Border Color
|
|
1885
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1886
|
+
*/
|
|
1887
|
+
"border-color": [{
|
|
1888
|
+
border: h()
|
|
1889
|
+
}],
|
|
1890
|
+
/**
|
|
1891
|
+
* Border Color X
|
|
1892
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1893
|
+
*/
|
|
1894
|
+
"border-color-x": [{
|
|
1895
|
+
"border-x": h()
|
|
1896
|
+
}],
|
|
1897
|
+
/**
|
|
1898
|
+
* Border Color Y
|
|
1899
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1900
|
+
*/
|
|
1901
|
+
"border-color-y": [{
|
|
1902
|
+
"border-y": h()
|
|
1903
|
+
}],
|
|
1904
|
+
/**
|
|
1905
|
+
* Border Color S
|
|
1906
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1907
|
+
*/
|
|
1908
|
+
"border-color-s": [{
|
|
1909
|
+
"border-s": h()
|
|
1910
|
+
}],
|
|
1911
|
+
/**
|
|
1912
|
+
* Border Color E
|
|
1913
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1914
|
+
*/
|
|
1915
|
+
"border-color-e": [{
|
|
1916
|
+
"border-e": h()
|
|
1917
|
+
}],
|
|
1918
|
+
/**
|
|
1919
|
+
* Border Color Top
|
|
1920
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1921
|
+
*/
|
|
1922
|
+
"border-color-t": [{
|
|
1923
|
+
"border-t": h()
|
|
1924
|
+
}],
|
|
1925
|
+
/**
|
|
1926
|
+
* Border Color Right
|
|
1927
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1928
|
+
*/
|
|
1929
|
+
"border-color-r": [{
|
|
1930
|
+
"border-r": h()
|
|
1931
|
+
}],
|
|
1932
|
+
/**
|
|
1933
|
+
* Border Color Bottom
|
|
1934
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1935
|
+
*/
|
|
1936
|
+
"border-color-b": [{
|
|
1937
|
+
"border-b": h()
|
|
1938
|
+
}],
|
|
1939
|
+
/**
|
|
1940
|
+
* Border Color Left
|
|
1941
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1942
|
+
*/
|
|
1943
|
+
"border-color-l": [{
|
|
1944
|
+
"border-l": h()
|
|
1945
|
+
}],
|
|
1946
|
+
/**
|
|
1947
|
+
* Divide Color
|
|
1948
|
+
* @see https://tailwindcss.com/docs/divide-color
|
|
1949
|
+
*/
|
|
1950
|
+
"divide-color": [{
|
|
1951
|
+
divide: h()
|
|
1952
|
+
}],
|
|
1953
|
+
/**
|
|
1954
|
+
* Outline Style
|
|
1955
|
+
* @see https://tailwindcss.com/docs/outline-style
|
|
1956
|
+
*/
|
|
1957
|
+
"outline-style": [{
|
|
1958
|
+
outline: [...L(), "none", "hidden"]
|
|
1959
|
+
}],
|
|
1960
|
+
/**
|
|
1961
|
+
* Outline Offset
|
|
1962
|
+
* @see https://tailwindcss.com/docs/outline-offset
|
|
1963
|
+
*/
|
|
1964
|
+
"outline-offset": [{
|
|
1965
|
+
"outline-offset": [w, m, f]
|
|
1966
|
+
}],
|
|
1967
|
+
/**
|
|
1968
|
+
* Outline Width
|
|
1969
|
+
* @see https://tailwindcss.com/docs/outline-width
|
|
1970
|
+
*/
|
|
1971
|
+
"outline-w": [{
|
|
1972
|
+
outline: ["", w, le, q]
|
|
1973
|
+
}],
|
|
1974
|
+
/**
|
|
1975
|
+
* Outline Color
|
|
1976
|
+
* @see https://tailwindcss.com/docs/outline-color
|
|
1977
|
+
*/
|
|
1978
|
+
"outline-color": [{
|
|
1979
|
+
outline: h()
|
|
1980
|
+
}],
|
|
1981
|
+
// ---------------
|
|
1982
|
+
// --- Effects ---
|
|
1983
|
+
// ---------------
|
|
1984
|
+
/**
|
|
1985
|
+
* Box Shadow
|
|
1986
|
+
* @see https://tailwindcss.com/docs/box-shadow
|
|
1987
|
+
*/
|
|
1988
|
+
shadow: [{
|
|
1989
|
+
shadow: [
|
|
1990
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
1991
|
+
"",
|
|
1992
|
+
"none",
|
|
1993
|
+
b,
|
|
1994
|
+
pe,
|
|
1995
|
+
me
|
|
1996
|
+
]
|
|
1997
|
+
}],
|
|
1998
|
+
/**
|
|
1999
|
+
* Box Shadow Color
|
|
2000
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
2001
|
+
*/
|
|
2002
|
+
"shadow-color": [{
|
|
2003
|
+
shadow: h()
|
|
2004
|
+
}],
|
|
2005
|
+
/**
|
|
2006
|
+
* Inset Box Shadow
|
|
2007
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
2008
|
+
*/
|
|
2009
|
+
"inset-shadow": [{
|
|
2010
|
+
"inset-shadow": ["none", a, pe, me]
|
|
2011
|
+
}],
|
|
2012
|
+
/**
|
|
2013
|
+
* Inset Box Shadow Color
|
|
2014
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
2015
|
+
*/
|
|
2016
|
+
"inset-shadow-color": [{
|
|
2017
|
+
"inset-shadow": h()
|
|
2018
|
+
}],
|
|
2019
|
+
/**
|
|
2020
|
+
* Ring Width
|
|
2021
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
2022
|
+
*/
|
|
2023
|
+
"ring-w": [{
|
|
2024
|
+
ring: O()
|
|
2025
|
+
}],
|
|
2026
|
+
/**
|
|
2027
|
+
* Ring Width Inset
|
|
2028
|
+
* @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
|
|
2029
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
2030
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2031
|
+
*/
|
|
2032
|
+
"ring-w-inset": ["ring-inset"],
|
|
2033
|
+
/**
|
|
2034
|
+
* Ring Color
|
|
2035
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
2036
|
+
*/
|
|
2037
|
+
"ring-color": [{
|
|
2038
|
+
ring: h()
|
|
2039
|
+
}],
|
|
2040
|
+
/**
|
|
2041
|
+
* Ring Offset Width
|
|
2042
|
+
* @see https://v3.tailwindcss.com/docs/ring-offset-width
|
|
2043
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
2044
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2045
|
+
*/
|
|
2046
|
+
"ring-offset-w": [{
|
|
2047
|
+
"ring-offset": [w, q]
|
|
2048
|
+
}],
|
|
2049
|
+
/**
|
|
2050
|
+
* Ring Offset Color
|
|
2051
|
+
* @see https://v3.tailwindcss.com/docs/ring-offset-color
|
|
2052
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
2053
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2054
|
+
*/
|
|
2055
|
+
"ring-offset-color": [{
|
|
2056
|
+
"ring-offset": h()
|
|
2057
|
+
}],
|
|
2058
|
+
/**
|
|
2059
|
+
* Inset Ring Width
|
|
2060
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
2061
|
+
*/
|
|
2062
|
+
"inset-ring-w": [{
|
|
2063
|
+
"inset-ring": O()
|
|
2064
|
+
}],
|
|
2065
|
+
/**
|
|
2066
|
+
* Inset Ring Color
|
|
2067
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
2068
|
+
*/
|
|
2069
|
+
"inset-ring-color": [{
|
|
2070
|
+
"inset-ring": h()
|
|
2071
|
+
}],
|
|
2072
|
+
/**
|
|
2073
|
+
* Text Shadow
|
|
2074
|
+
* @see https://tailwindcss.com/docs/text-shadow
|
|
2075
|
+
*/
|
|
2076
|
+
"text-shadow": [{
|
|
2077
|
+
"text-shadow": ["none", r, pe, me]
|
|
2078
|
+
}],
|
|
2079
|
+
/**
|
|
2080
|
+
* Text Shadow Color
|
|
2081
|
+
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
2082
|
+
*/
|
|
2083
|
+
"text-shadow-color": [{
|
|
2084
|
+
"text-shadow": h()
|
|
2085
|
+
}],
|
|
2086
|
+
/**
|
|
2087
|
+
* Opacity
|
|
2088
|
+
* @see https://tailwindcss.com/docs/opacity
|
|
2089
|
+
*/
|
|
2090
|
+
opacity: [{
|
|
2091
|
+
opacity: [w, m, f]
|
|
2092
|
+
}],
|
|
2093
|
+
/**
|
|
2094
|
+
* Mix Blend Mode
|
|
2095
|
+
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2096
|
+
*/
|
|
2097
|
+
"mix-blend": [{
|
|
2098
|
+
"mix-blend": [...K(), "plus-darker", "plus-lighter"]
|
|
2099
|
+
}],
|
|
2100
|
+
/**
|
|
2101
|
+
* Background Blend Mode
|
|
2102
|
+
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2103
|
+
*/
|
|
2104
|
+
"bg-blend": [{
|
|
2105
|
+
"bg-blend": K()
|
|
2106
|
+
}],
|
|
2107
|
+
/**
|
|
2108
|
+
* Mask Clip
|
|
2109
|
+
* @see https://tailwindcss.com/docs/mask-clip
|
|
2110
|
+
*/
|
|
2111
|
+
"mask-clip": [{
|
|
2112
|
+
"mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
2113
|
+
}, "mask-no-clip"],
|
|
2114
|
+
/**
|
|
2115
|
+
* Mask Composite
|
|
2116
|
+
* @see https://tailwindcss.com/docs/mask-composite
|
|
2117
|
+
*/
|
|
2118
|
+
"mask-composite": [{
|
|
2119
|
+
mask: ["add", "subtract", "intersect", "exclude"]
|
|
2120
|
+
}],
|
|
2121
|
+
/**
|
|
2122
|
+
* Mask Image
|
|
2123
|
+
* @see https://tailwindcss.com/docs/mask-image
|
|
2124
|
+
*/
|
|
2125
|
+
"mask-image-linear-pos": [{
|
|
2126
|
+
"mask-linear": [w]
|
|
2127
|
+
}],
|
|
2128
|
+
"mask-image-linear-from-pos": [{
|
|
2129
|
+
"mask-linear-from": _()
|
|
2130
|
+
}],
|
|
2131
|
+
"mask-image-linear-to-pos": [{
|
|
2132
|
+
"mask-linear-to": _()
|
|
2133
|
+
}],
|
|
2134
|
+
"mask-image-linear-from-color": [{
|
|
2135
|
+
"mask-linear-from": h()
|
|
2136
|
+
}],
|
|
2137
|
+
"mask-image-linear-to-color": [{
|
|
2138
|
+
"mask-linear-to": h()
|
|
2139
|
+
}],
|
|
2140
|
+
"mask-image-t-from-pos": [{
|
|
2141
|
+
"mask-t-from": _()
|
|
2142
|
+
}],
|
|
2143
|
+
"mask-image-t-to-pos": [{
|
|
2144
|
+
"mask-t-to": _()
|
|
2145
|
+
}],
|
|
2146
|
+
"mask-image-t-from-color": [{
|
|
2147
|
+
"mask-t-from": h()
|
|
2148
|
+
}],
|
|
2149
|
+
"mask-image-t-to-color": [{
|
|
2150
|
+
"mask-t-to": h()
|
|
2151
|
+
}],
|
|
2152
|
+
"mask-image-r-from-pos": [{
|
|
2153
|
+
"mask-r-from": _()
|
|
2154
|
+
}],
|
|
2155
|
+
"mask-image-r-to-pos": [{
|
|
2156
|
+
"mask-r-to": _()
|
|
2157
|
+
}],
|
|
2158
|
+
"mask-image-r-from-color": [{
|
|
2159
|
+
"mask-r-from": h()
|
|
2160
|
+
}],
|
|
2161
|
+
"mask-image-r-to-color": [{
|
|
2162
|
+
"mask-r-to": h()
|
|
2163
|
+
}],
|
|
2164
|
+
"mask-image-b-from-pos": [{
|
|
2165
|
+
"mask-b-from": _()
|
|
2166
|
+
}],
|
|
2167
|
+
"mask-image-b-to-pos": [{
|
|
2168
|
+
"mask-b-to": _()
|
|
2169
|
+
}],
|
|
2170
|
+
"mask-image-b-from-color": [{
|
|
2171
|
+
"mask-b-from": h()
|
|
2172
|
+
}],
|
|
2173
|
+
"mask-image-b-to-color": [{
|
|
2174
|
+
"mask-b-to": h()
|
|
2175
|
+
}],
|
|
2176
|
+
"mask-image-l-from-pos": [{
|
|
2177
|
+
"mask-l-from": _()
|
|
2178
|
+
}],
|
|
2179
|
+
"mask-image-l-to-pos": [{
|
|
2180
|
+
"mask-l-to": _()
|
|
2181
|
+
}],
|
|
2182
|
+
"mask-image-l-from-color": [{
|
|
2183
|
+
"mask-l-from": h()
|
|
2184
|
+
}],
|
|
2185
|
+
"mask-image-l-to-color": [{
|
|
2186
|
+
"mask-l-to": h()
|
|
2187
|
+
}],
|
|
2188
|
+
"mask-image-x-from-pos": [{
|
|
2189
|
+
"mask-x-from": _()
|
|
2190
|
+
}],
|
|
2191
|
+
"mask-image-x-to-pos": [{
|
|
2192
|
+
"mask-x-to": _()
|
|
2193
|
+
}],
|
|
2194
|
+
"mask-image-x-from-color": [{
|
|
2195
|
+
"mask-x-from": h()
|
|
2196
|
+
}],
|
|
2197
|
+
"mask-image-x-to-color": [{
|
|
2198
|
+
"mask-x-to": h()
|
|
2199
|
+
}],
|
|
2200
|
+
"mask-image-y-from-pos": [{
|
|
2201
|
+
"mask-y-from": _()
|
|
2202
|
+
}],
|
|
2203
|
+
"mask-image-y-to-pos": [{
|
|
2204
|
+
"mask-y-to": _()
|
|
2205
|
+
}],
|
|
2206
|
+
"mask-image-y-from-color": [{
|
|
2207
|
+
"mask-y-from": h()
|
|
2208
|
+
}],
|
|
2209
|
+
"mask-image-y-to-color": [{
|
|
2210
|
+
"mask-y-to": h()
|
|
2211
|
+
}],
|
|
2212
|
+
"mask-image-radial": [{
|
|
2213
|
+
"mask-radial": [m, f]
|
|
2214
|
+
}],
|
|
2215
|
+
"mask-image-radial-from-pos": [{
|
|
2216
|
+
"mask-radial-from": _()
|
|
2217
|
+
}],
|
|
2218
|
+
"mask-image-radial-to-pos": [{
|
|
2219
|
+
"mask-radial-to": _()
|
|
2220
|
+
}],
|
|
2221
|
+
"mask-image-radial-from-color": [{
|
|
2222
|
+
"mask-radial-from": h()
|
|
2223
|
+
}],
|
|
2224
|
+
"mask-image-radial-to-color": [{
|
|
2225
|
+
"mask-radial-to": h()
|
|
2226
|
+
}],
|
|
2227
|
+
"mask-image-radial-shape": [{
|
|
2228
|
+
"mask-radial": ["circle", "ellipse"]
|
|
2229
|
+
}],
|
|
2230
|
+
"mask-image-radial-size": [{
|
|
2231
|
+
"mask-radial": [{
|
|
2232
|
+
closest: ["side", "corner"],
|
|
2233
|
+
farthest: ["side", "corner"]
|
|
2234
|
+
}]
|
|
2235
|
+
}],
|
|
2236
|
+
"mask-image-radial-pos": [{
|
|
2237
|
+
"mask-radial-at": $()
|
|
2238
|
+
}],
|
|
2239
|
+
"mask-image-conic-pos": [{
|
|
2240
|
+
"mask-conic": [w]
|
|
2241
|
+
}],
|
|
2242
|
+
"mask-image-conic-from-pos": [{
|
|
2243
|
+
"mask-conic-from": _()
|
|
2244
|
+
}],
|
|
2245
|
+
"mask-image-conic-to-pos": [{
|
|
2246
|
+
"mask-conic-to": _()
|
|
2247
|
+
}],
|
|
2248
|
+
"mask-image-conic-from-color": [{
|
|
2249
|
+
"mask-conic-from": h()
|
|
2250
|
+
}],
|
|
2251
|
+
"mask-image-conic-to-color": [{
|
|
2252
|
+
"mask-conic-to": h()
|
|
2253
|
+
}],
|
|
2254
|
+
/**
|
|
2255
|
+
* Mask Mode
|
|
2256
|
+
* @see https://tailwindcss.com/docs/mask-mode
|
|
2257
|
+
*/
|
|
2258
|
+
"mask-mode": [{
|
|
2259
|
+
mask: ["alpha", "luminance", "match"]
|
|
2260
|
+
}],
|
|
2261
|
+
/**
|
|
2262
|
+
* Mask Origin
|
|
2263
|
+
* @see https://tailwindcss.com/docs/mask-origin
|
|
2264
|
+
*/
|
|
2265
|
+
"mask-origin": [{
|
|
2266
|
+
"mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
2267
|
+
}],
|
|
2268
|
+
/**
|
|
2269
|
+
* Mask Position
|
|
2270
|
+
* @see https://tailwindcss.com/docs/mask-position
|
|
2271
|
+
*/
|
|
2272
|
+
"mask-position": [{
|
|
2273
|
+
mask: ne()
|
|
2274
|
+
}],
|
|
2275
|
+
/**
|
|
2276
|
+
* Mask Repeat
|
|
2277
|
+
* @see https://tailwindcss.com/docs/mask-repeat
|
|
2278
|
+
*/
|
|
2279
|
+
"mask-repeat": [{
|
|
2280
|
+
mask: se()
|
|
2281
|
+
}],
|
|
2282
|
+
/**
|
|
2283
|
+
* Mask Size
|
|
2284
|
+
* @see https://tailwindcss.com/docs/mask-size
|
|
2285
|
+
*/
|
|
2286
|
+
"mask-size": [{
|
|
2287
|
+
mask: l()
|
|
2288
|
+
}],
|
|
2289
|
+
/**
|
|
2290
|
+
* Mask Type
|
|
2291
|
+
* @see https://tailwindcss.com/docs/mask-type
|
|
2292
|
+
*/
|
|
2293
|
+
"mask-type": [{
|
|
2294
|
+
"mask-type": ["alpha", "luminance"]
|
|
2295
|
+
}],
|
|
2296
|
+
/**
|
|
2297
|
+
* Mask Image
|
|
2298
|
+
* @see https://tailwindcss.com/docs/mask-image
|
|
2299
|
+
*/
|
|
2300
|
+
"mask-image": [{
|
|
2301
|
+
mask: ["none", m, f]
|
|
2302
|
+
}],
|
|
2303
|
+
// ---------------
|
|
2304
|
+
// --- Filters ---
|
|
2305
|
+
// ---------------
|
|
2306
|
+
/**
|
|
2307
|
+
* Filter
|
|
2308
|
+
* @see https://tailwindcss.com/docs/filter
|
|
2309
|
+
*/
|
|
2310
|
+
filter: [{
|
|
2311
|
+
filter: [
|
|
2312
|
+
// Deprecated since Tailwind CSS v3.0.0
|
|
2313
|
+
"",
|
|
2314
|
+
"none",
|
|
2315
|
+
m,
|
|
2316
|
+
f
|
|
2317
|
+
]
|
|
2318
|
+
}],
|
|
2319
|
+
/**
|
|
2320
|
+
* Blur
|
|
2321
|
+
* @see https://tailwindcss.com/docs/blur
|
|
2322
|
+
*/
|
|
2323
|
+
blur: [{
|
|
2324
|
+
blur: z()
|
|
2325
|
+
}],
|
|
2326
|
+
/**
|
|
2327
|
+
* Brightness
|
|
2328
|
+
* @see https://tailwindcss.com/docs/brightness
|
|
2329
|
+
*/
|
|
2330
|
+
brightness: [{
|
|
2331
|
+
brightness: [w, m, f]
|
|
2332
|
+
}],
|
|
2333
|
+
/**
|
|
2334
|
+
* Contrast
|
|
2335
|
+
* @see https://tailwindcss.com/docs/contrast
|
|
2336
|
+
*/
|
|
2337
|
+
contrast: [{
|
|
2338
|
+
contrast: [w, m, f]
|
|
2339
|
+
}],
|
|
2340
|
+
/**
|
|
2341
|
+
* Drop Shadow
|
|
2342
|
+
* @see https://tailwindcss.com/docs/drop-shadow
|
|
2343
|
+
*/
|
|
2344
|
+
"drop-shadow": [{
|
|
2345
|
+
"drop-shadow": [
|
|
2346
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
2347
|
+
"",
|
|
2348
|
+
"none",
|
|
2349
|
+
p,
|
|
2350
|
+
pe,
|
|
2351
|
+
me
|
|
2352
|
+
]
|
|
2353
|
+
}],
|
|
2354
|
+
/**
|
|
2355
|
+
* Drop Shadow Color
|
|
2356
|
+
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2357
|
+
*/
|
|
2358
|
+
"drop-shadow-color": [{
|
|
2359
|
+
"drop-shadow": h()
|
|
2360
|
+
}],
|
|
2361
|
+
/**
|
|
2362
|
+
* Grayscale
|
|
2363
|
+
* @see https://tailwindcss.com/docs/grayscale
|
|
2364
|
+
*/
|
|
2365
|
+
grayscale: [{
|
|
2366
|
+
grayscale: ["", w, m, f]
|
|
2367
|
+
}],
|
|
2368
|
+
/**
|
|
2369
|
+
* Hue Rotate
|
|
2370
|
+
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2371
|
+
*/
|
|
2372
|
+
"hue-rotate": [{
|
|
2373
|
+
"hue-rotate": [w, m, f]
|
|
2374
|
+
}],
|
|
2375
|
+
/**
|
|
2376
|
+
* Invert
|
|
2377
|
+
* @see https://tailwindcss.com/docs/invert
|
|
2378
|
+
*/
|
|
2379
|
+
invert: [{
|
|
2380
|
+
invert: ["", w, m, f]
|
|
2381
|
+
}],
|
|
2382
|
+
/**
|
|
2383
|
+
* Saturate
|
|
2384
|
+
* @see https://tailwindcss.com/docs/saturate
|
|
2385
|
+
*/
|
|
2386
|
+
saturate: [{
|
|
2387
|
+
saturate: [w, m, f]
|
|
2388
|
+
}],
|
|
2389
|
+
/**
|
|
2390
|
+
* Sepia
|
|
2391
|
+
* @see https://tailwindcss.com/docs/sepia
|
|
2392
|
+
*/
|
|
2393
|
+
sepia: [{
|
|
2394
|
+
sepia: ["", w, m, f]
|
|
2395
|
+
}],
|
|
2396
|
+
/**
|
|
2397
|
+
* Backdrop Filter
|
|
2398
|
+
* @see https://tailwindcss.com/docs/backdrop-filter
|
|
2399
|
+
*/
|
|
2400
|
+
"backdrop-filter": [{
|
|
2401
|
+
"backdrop-filter": [
|
|
2402
|
+
// Deprecated since Tailwind CSS v3.0.0
|
|
2403
|
+
"",
|
|
2404
|
+
"none",
|
|
2405
|
+
m,
|
|
2406
|
+
f
|
|
2407
|
+
]
|
|
2408
|
+
}],
|
|
2409
|
+
/**
|
|
2410
|
+
* Backdrop Blur
|
|
2411
|
+
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2412
|
+
*/
|
|
2413
|
+
"backdrop-blur": [{
|
|
2414
|
+
"backdrop-blur": z()
|
|
2415
|
+
}],
|
|
2416
|
+
/**
|
|
2417
|
+
* Backdrop Brightness
|
|
2418
|
+
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2419
|
+
*/
|
|
2420
|
+
"backdrop-brightness": [{
|
|
2421
|
+
"backdrop-brightness": [w, m, f]
|
|
2422
|
+
}],
|
|
2423
|
+
/**
|
|
2424
|
+
* Backdrop Contrast
|
|
2425
|
+
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2426
|
+
*/
|
|
2427
|
+
"backdrop-contrast": [{
|
|
2428
|
+
"backdrop-contrast": [w, m, f]
|
|
2429
|
+
}],
|
|
2430
|
+
/**
|
|
2431
|
+
* Backdrop Grayscale
|
|
2432
|
+
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2433
|
+
*/
|
|
2434
|
+
"backdrop-grayscale": [{
|
|
2435
|
+
"backdrop-grayscale": ["", w, m, f]
|
|
2436
|
+
}],
|
|
2437
|
+
/**
|
|
2438
|
+
* Backdrop Hue Rotate
|
|
2439
|
+
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2440
|
+
*/
|
|
2441
|
+
"backdrop-hue-rotate": [{
|
|
2442
|
+
"backdrop-hue-rotate": [w, m, f]
|
|
2443
|
+
}],
|
|
2444
|
+
/**
|
|
2445
|
+
* Backdrop Invert
|
|
2446
|
+
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2447
|
+
*/
|
|
2448
|
+
"backdrop-invert": [{
|
|
2449
|
+
"backdrop-invert": ["", w, m, f]
|
|
2450
|
+
}],
|
|
2451
|
+
/**
|
|
2452
|
+
* Backdrop Opacity
|
|
2453
|
+
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2454
|
+
*/
|
|
2455
|
+
"backdrop-opacity": [{
|
|
2456
|
+
"backdrop-opacity": [w, m, f]
|
|
2457
|
+
}],
|
|
2458
|
+
/**
|
|
2459
|
+
* Backdrop Saturate
|
|
2460
|
+
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2461
|
+
*/
|
|
2462
|
+
"backdrop-saturate": [{
|
|
2463
|
+
"backdrop-saturate": [w, m, f]
|
|
2464
|
+
}],
|
|
2465
|
+
/**
|
|
2466
|
+
* Backdrop Sepia
|
|
2467
|
+
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2468
|
+
*/
|
|
2469
|
+
"backdrop-sepia": [{
|
|
2470
|
+
"backdrop-sepia": ["", w, m, f]
|
|
2471
|
+
}],
|
|
2472
|
+
// --------------
|
|
2473
|
+
// --- Tables ---
|
|
2474
|
+
// --------------
|
|
2475
|
+
/**
|
|
2476
|
+
* Border Collapse
|
|
2477
|
+
* @see https://tailwindcss.com/docs/border-collapse
|
|
2478
|
+
*/
|
|
2479
|
+
"border-collapse": [{
|
|
2480
|
+
border: ["collapse", "separate"]
|
|
2481
|
+
}],
|
|
2482
|
+
/**
|
|
2483
|
+
* Border Spacing
|
|
2484
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
2485
|
+
*/
|
|
2486
|
+
"border-spacing": [{
|
|
2487
|
+
"border-spacing": v()
|
|
2488
|
+
}],
|
|
2489
|
+
/**
|
|
2490
|
+
* Border Spacing X
|
|
2491
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
2492
|
+
*/
|
|
2493
|
+
"border-spacing-x": [{
|
|
2494
|
+
"border-spacing-x": v()
|
|
2495
|
+
}],
|
|
2496
|
+
/**
|
|
2497
|
+
* Border Spacing Y
|
|
2498
|
+
* @see https://tailwindcss.com/docs/border-spacing
|
|
2499
|
+
*/
|
|
2500
|
+
"border-spacing-y": [{
|
|
2501
|
+
"border-spacing-y": v()
|
|
2502
|
+
}],
|
|
2503
|
+
/**
|
|
2504
|
+
* Table Layout
|
|
2505
|
+
* @see https://tailwindcss.com/docs/table-layout
|
|
2506
|
+
*/
|
|
2507
|
+
"table-layout": [{
|
|
2508
|
+
table: ["auto", "fixed"]
|
|
2509
|
+
}],
|
|
2510
|
+
/**
|
|
2511
|
+
* Caption Side
|
|
2512
|
+
* @see https://tailwindcss.com/docs/caption-side
|
|
2513
|
+
*/
|
|
2514
|
+
caption: [{
|
|
2515
|
+
caption: ["top", "bottom"]
|
|
2516
|
+
}],
|
|
2517
|
+
// ---------------------------------
|
|
2518
|
+
// --- Transitions and Animation ---
|
|
2519
|
+
// ---------------------------------
|
|
2520
|
+
/**
|
|
2521
|
+
* Transition Property
|
|
2522
|
+
* @see https://tailwindcss.com/docs/transition-property
|
|
2523
|
+
*/
|
|
2524
|
+
transition: [{
|
|
2525
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", m, f]
|
|
2526
|
+
}],
|
|
2527
|
+
/**
|
|
2528
|
+
* Transition Behavior
|
|
2529
|
+
* @see https://tailwindcss.com/docs/transition-behavior
|
|
2530
|
+
*/
|
|
2531
|
+
"transition-behavior": [{
|
|
2532
|
+
transition: ["normal", "discrete"]
|
|
2533
|
+
}],
|
|
2534
|
+
/**
|
|
2535
|
+
* Transition Duration
|
|
2536
|
+
* @see https://tailwindcss.com/docs/transition-duration
|
|
2537
|
+
*/
|
|
2538
|
+
duration: [{
|
|
2539
|
+
duration: [w, "initial", m, f]
|
|
2540
|
+
}],
|
|
2541
|
+
/**
|
|
2542
|
+
* Transition Timing Function
|
|
2543
|
+
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2544
|
+
*/
|
|
2545
|
+
ease: [{
|
|
2546
|
+
ease: ["linear", "initial", M, m, f]
|
|
2547
|
+
}],
|
|
2548
|
+
/**
|
|
2549
|
+
* Transition Delay
|
|
2550
|
+
* @see https://tailwindcss.com/docs/transition-delay
|
|
2551
|
+
*/
|
|
2552
|
+
delay: [{
|
|
2553
|
+
delay: [w, m, f]
|
|
2554
|
+
}],
|
|
2555
|
+
/**
|
|
2556
|
+
* Animation
|
|
2557
|
+
* @see https://tailwindcss.com/docs/animation
|
|
2558
|
+
*/
|
|
2559
|
+
animate: [{
|
|
2560
|
+
animate: ["none", J, m, f]
|
|
2561
|
+
}],
|
|
2562
|
+
// ------------------
|
|
2563
|
+
// --- Transforms ---
|
|
2564
|
+
// ------------------
|
|
2565
|
+
/**
|
|
2566
|
+
* Backface Visibility
|
|
2567
|
+
* @see https://tailwindcss.com/docs/backface-visibility
|
|
2568
|
+
*/
|
|
2569
|
+
backface: [{
|
|
2570
|
+
backface: ["hidden", "visible"]
|
|
2571
|
+
}],
|
|
2572
|
+
/**
|
|
2573
|
+
* Perspective
|
|
2574
|
+
* @see https://tailwindcss.com/docs/perspective
|
|
2575
|
+
*/
|
|
2576
|
+
perspective: [{
|
|
2577
|
+
perspective: [S, m, f]
|
|
2578
|
+
}],
|
|
2579
|
+
/**
|
|
2580
|
+
* Perspective Origin
|
|
2581
|
+
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2582
|
+
*/
|
|
2583
|
+
"perspective-origin": [{
|
|
2584
|
+
"perspective-origin": V()
|
|
2585
|
+
}],
|
|
2586
|
+
/**
|
|
2587
|
+
* Rotate
|
|
2588
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2589
|
+
*/
|
|
2590
|
+
rotate: [{
|
|
2591
|
+
rotate: B()
|
|
2592
|
+
}],
|
|
2593
|
+
/**
|
|
2594
|
+
* Rotate X
|
|
2595
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2596
|
+
*/
|
|
2597
|
+
"rotate-x": [{
|
|
2598
|
+
"rotate-x": B()
|
|
2599
|
+
}],
|
|
2600
|
+
/**
|
|
2601
|
+
* Rotate Y
|
|
2602
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2603
|
+
*/
|
|
2604
|
+
"rotate-y": [{
|
|
2605
|
+
"rotate-y": B()
|
|
2606
|
+
}],
|
|
2607
|
+
/**
|
|
2608
|
+
* Rotate Z
|
|
2609
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2610
|
+
*/
|
|
2611
|
+
"rotate-z": [{
|
|
2612
|
+
"rotate-z": B()
|
|
2613
|
+
}],
|
|
2614
|
+
/**
|
|
2615
|
+
* Scale
|
|
2616
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2617
|
+
*/
|
|
2618
|
+
scale: [{
|
|
2619
|
+
scale: Z()
|
|
2620
|
+
}],
|
|
2621
|
+
/**
|
|
2622
|
+
* Scale X
|
|
2623
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2624
|
+
*/
|
|
2625
|
+
"scale-x": [{
|
|
2626
|
+
"scale-x": Z()
|
|
2627
|
+
}],
|
|
2628
|
+
/**
|
|
2629
|
+
* Scale Y
|
|
2630
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2631
|
+
*/
|
|
2632
|
+
"scale-y": [{
|
|
2633
|
+
"scale-y": Z()
|
|
2634
|
+
}],
|
|
2635
|
+
/**
|
|
2636
|
+
* Scale Z
|
|
2637
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2638
|
+
*/
|
|
2639
|
+
"scale-z": [{
|
|
2640
|
+
"scale-z": Z()
|
|
2641
|
+
}],
|
|
2642
|
+
/**
|
|
2643
|
+
* Scale 3D
|
|
2644
|
+
* @see https://tailwindcss.com/docs/scale
|
|
2645
|
+
*/
|
|
2646
|
+
"scale-3d": ["scale-3d"],
|
|
2647
|
+
/**
|
|
2648
|
+
* Skew
|
|
2649
|
+
* @see https://tailwindcss.com/docs/skew
|
|
2650
|
+
*/
|
|
2651
|
+
skew: [{
|
|
2652
|
+
skew: he()
|
|
2653
|
+
}],
|
|
2654
|
+
/**
|
|
2655
|
+
* Skew X
|
|
2656
|
+
* @see https://tailwindcss.com/docs/skew
|
|
2657
|
+
*/
|
|
2658
|
+
"skew-x": [{
|
|
2659
|
+
"skew-x": he()
|
|
2660
|
+
}],
|
|
2661
|
+
/**
|
|
2662
|
+
* Skew Y
|
|
2663
|
+
* @see https://tailwindcss.com/docs/skew
|
|
2664
|
+
*/
|
|
2665
|
+
"skew-y": [{
|
|
2666
|
+
"skew-y": he()
|
|
2667
|
+
}],
|
|
2668
|
+
/**
|
|
2669
|
+
* Transform
|
|
2670
|
+
* @see https://tailwindcss.com/docs/transform
|
|
2671
|
+
*/
|
|
2672
|
+
transform: [{
|
|
2673
|
+
transform: [m, f, "", "none", "gpu", "cpu"]
|
|
2674
|
+
}],
|
|
2675
|
+
/**
|
|
2676
|
+
* Transform Origin
|
|
2677
|
+
* @see https://tailwindcss.com/docs/transform-origin
|
|
2678
|
+
*/
|
|
2679
|
+
"transform-origin": [{
|
|
2680
|
+
origin: V()
|
|
2681
|
+
}],
|
|
2682
|
+
/**
|
|
2683
|
+
* Transform Style
|
|
2684
|
+
* @see https://tailwindcss.com/docs/transform-style
|
|
2685
|
+
*/
|
|
2686
|
+
"transform-style": [{
|
|
2687
|
+
transform: ["3d", "flat"]
|
|
2688
|
+
}],
|
|
2689
|
+
/**
|
|
2690
|
+
* Translate
|
|
2691
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2692
|
+
*/
|
|
2693
|
+
translate: [{
|
|
2694
|
+
translate: ue()
|
|
2695
|
+
}],
|
|
2696
|
+
/**
|
|
2697
|
+
* Translate X
|
|
2698
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2699
|
+
*/
|
|
2700
|
+
"translate-x": [{
|
|
2701
|
+
"translate-x": ue()
|
|
2702
|
+
}],
|
|
2703
|
+
/**
|
|
2704
|
+
* Translate Y
|
|
2705
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2706
|
+
*/
|
|
2707
|
+
"translate-y": [{
|
|
2708
|
+
"translate-y": ue()
|
|
2709
|
+
}],
|
|
2710
|
+
/**
|
|
2711
|
+
* Translate Z
|
|
2712
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2713
|
+
*/
|
|
2714
|
+
"translate-z": [{
|
|
2715
|
+
"translate-z": ue()
|
|
2716
|
+
}],
|
|
2717
|
+
/**
|
|
2718
|
+
* Translate None
|
|
2719
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2720
|
+
*/
|
|
2721
|
+
"translate-none": ["translate-none"],
|
|
2722
|
+
// ---------------------
|
|
2723
|
+
// --- Interactivity ---
|
|
2724
|
+
// ---------------------
|
|
2725
|
+
/**
|
|
2726
|
+
* Accent Color
|
|
2727
|
+
* @see https://tailwindcss.com/docs/accent-color
|
|
2728
|
+
*/
|
|
2729
|
+
accent: [{
|
|
2730
|
+
accent: h()
|
|
2731
|
+
}],
|
|
2732
|
+
/**
|
|
2733
|
+
* Appearance
|
|
2734
|
+
* @see https://tailwindcss.com/docs/appearance
|
|
2735
|
+
*/
|
|
2736
|
+
appearance: [{
|
|
2737
|
+
appearance: ["none", "auto"]
|
|
2738
|
+
}],
|
|
2739
|
+
/**
|
|
2740
|
+
* Caret Color
|
|
2741
|
+
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2742
|
+
*/
|
|
2743
|
+
"caret-color": [{
|
|
2744
|
+
caret: h()
|
|
2745
|
+
}],
|
|
2746
|
+
/**
|
|
2747
|
+
* Color Scheme
|
|
2748
|
+
* @see https://tailwindcss.com/docs/color-scheme
|
|
2749
|
+
*/
|
|
2750
|
+
"color-scheme": [{
|
|
2751
|
+
scheme: ["normal", "dark", "light", "light-dark", "only-dark", "only-light"]
|
|
2752
|
+
}],
|
|
2753
|
+
/**
|
|
2754
|
+
* Cursor
|
|
2755
|
+
* @see https://tailwindcss.com/docs/cursor
|
|
2756
|
+
*/
|
|
2757
|
+
cursor: [{
|
|
2758
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", m, f]
|
|
2759
|
+
}],
|
|
2760
|
+
/**
|
|
2761
|
+
* Field Sizing
|
|
2762
|
+
* @see https://tailwindcss.com/docs/field-sizing
|
|
2763
|
+
*/
|
|
2764
|
+
"field-sizing": [{
|
|
2765
|
+
"field-sizing": ["fixed", "content"]
|
|
2766
|
+
}],
|
|
2767
|
+
/**
|
|
2768
|
+
* Pointer Events
|
|
2769
|
+
* @see https://tailwindcss.com/docs/pointer-events
|
|
2770
|
+
*/
|
|
2771
|
+
"pointer-events": [{
|
|
2772
|
+
"pointer-events": ["auto", "none"]
|
|
2773
|
+
}],
|
|
2774
|
+
/**
|
|
2775
|
+
* Resize
|
|
2776
|
+
* @see https://tailwindcss.com/docs/resize
|
|
2777
|
+
*/
|
|
2778
|
+
resize: [{
|
|
2779
|
+
resize: ["none", "", "y", "x"]
|
|
2780
|
+
}],
|
|
2781
|
+
/**
|
|
2782
|
+
* Scroll Behavior
|
|
2783
|
+
* @see https://tailwindcss.com/docs/scroll-behavior
|
|
2784
|
+
*/
|
|
2785
|
+
"scroll-behavior": [{
|
|
2786
|
+
scroll: ["auto", "smooth"]
|
|
2787
|
+
}],
|
|
2788
|
+
/**
|
|
2789
|
+
* Scroll Margin
|
|
2790
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2791
|
+
*/
|
|
2792
|
+
"scroll-m": [{
|
|
2793
|
+
"scroll-m": v()
|
|
2794
|
+
}],
|
|
2795
|
+
/**
|
|
2796
|
+
* Scroll Margin X
|
|
2797
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2798
|
+
*/
|
|
2799
|
+
"scroll-mx": [{
|
|
2800
|
+
"scroll-mx": v()
|
|
2801
|
+
}],
|
|
2802
|
+
/**
|
|
2803
|
+
* Scroll Margin Y
|
|
2804
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2805
|
+
*/
|
|
2806
|
+
"scroll-my": [{
|
|
2807
|
+
"scroll-my": v()
|
|
2808
|
+
}],
|
|
2809
|
+
/**
|
|
2810
|
+
* Scroll Margin Start
|
|
2811
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2812
|
+
*/
|
|
2813
|
+
"scroll-ms": [{
|
|
2814
|
+
"scroll-ms": v()
|
|
2815
|
+
}],
|
|
2816
|
+
/**
|
|
2817
|
+
* Scroll Margin End
|
|
2818
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2819
|
+
*/
|
|
2820
|
+
"scroll-me": [{
|
|
2821
|
+
"scroll-me": v()
|
|
2822
|
+
}],
|
|
2823
|
+
/**
|
|
2824
|
+
* Scroll Margin Top
|
|
2825
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2826
|
+
*/
|
|
2827
|
+
"scroll-mt": [{
|
|
2828
|
+
"scroll-mt": v()
|
|
2829
|
+
}],
|
|
2830
|
+
/**
|
|
2831
|
+
* Scroll Margin Right
|
|
2832
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2833
|
+
*/
|
|
2834
|
+
"scroll-mr": [{
|
|
2835
|
+
"scroll-mr": v()
|
|
2836
|
+
}],
|
|
2837
|
+
/**
|
|
2838
|
+
* Scroll Margin Bottom
|
|
2839
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2840
|
+
*/
|
|
2841
|
+
"scroll-mb": [{
|
|
2842
|
+
"scroll-mb": v()
|
|
2843
|
+
}],
|
|
2844
|
+
/**
|
|
2845
|
+
* Scroll Margin Left
|
|
2846
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2847
|
+
*/
|
|
2848
|
+
"scroll-ml": [{
|
|
2849
|
+
"scroll-ml": v()
|
|
2850
|
+
}],
|
|
2851
|
+
/**
|
|
2852
|
+
* Scroll Padding
|
|
2853
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2854
|
+
*/
|
|
2855
|
+
"scroll-p": [{
|
|
2856
|
+
"scroll-p": v()
|
|
2857
|
+
}],
|
|
2858
|
+
/**
|
|
2859
|
+
* Scroll Padding X
|
|
2860
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2861
|
+
*/
|
|
2862
|
+
"scroll-px": [{
|
|
2863
|
+
"scroll-px": v()
|
|
2864
|
+
}],
|
|
2865
|
+
/**
|
|
2866
|
+
* Scroll Padding Y
|
|
2867
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2868
|
+
*/
|
|
2869
|
+
"scroll-py": [{
|
|
2870
|
+
"scroll-py": v()
|
|
2871
|
+
}],
|
|
2872
|
+
/**
|
|
2873
|
+
* Scroll Padding Start
|
|
2874
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2875
|
+
*/
|
|
2876
|
+
"scroll-ps": [{
|
|
2877
|
+
"scroll-ps": v()
|
|
2878
|
+
}],
|
|
2879
|
+
/**
|
|
2880
|
+
* Scroll Padding End
|
|
2881
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2882
|
+
*/
|
|
2883
|
+
"scroll-pe": [{
|
|
2884
|
+
"scroll-pe": v()
|
|
2885
|
+
}],
|
|
2886
|
+
/**
|
|
2887
|
+
* Scroll Padding Top
|
|
2888
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2889
|
+
*/
|
|
2890
|
+
"scroll-pt": [{
|
|
2891
|
+
"scroll-pt": v()
|
|
2892
|
+
}],
|
|
2893
|
+
/**
|
|
2894
|
+
* Scroll Padding Right
|
|
2895
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2896
|
+
*/
|
|
2897
|
+
"scroll-pr": [{
|
|
2898
|
+
"scroll-pr": v()
|
|
2899
|
+
}],
|
|
2900
|
+
/**
|
|
2901
|
+
* Scroll Padding Bottom
|
|
2902
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2903
|
+
*/
|
|
2904
|
+
"scroll-pb": [{
|
|
2905
|
+
"scroll-pb": v()
|
|
2906
|
+
}],
|
|
2907
|
+
/**
|
|
2908
|
+
* Scroll Padding Left
|
|
2909
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2910
|
+
*/
|
|
2911
|
+
"scroll-pl": [{
|
|
2912
|
+
"scroll-pl": v()
|
|
2913
|
+
}],
|
|
2914
|
+
/**
|
|
2915
|
+
* Scroll Snap Align
|
|
2916
|
+
* @see https://tailwindcss.com/docs/scroll-snap-align
|
|
2917
|
+
*/
|
|
2918
|
+
"snap-align": [{
|
|
2919
|
+
snap: ["start", "end", "center", "align-none"]
|
|
2920
|
+
}],
|
|
2921
|
+
/**
|
|
2922
|
+
* Scroll Snap Stop
|
|
2923
|
+
* @see https://tailwindcss.com/docs/scroll-snap-stop
|
|
2924
|
+
*/
|
|
2925
|
+
"snap-stop": [{
|
|
2926
|
+
snap: ["normal", "always"]
|
|
2927
|
+
}],
|
|
2928
|
+
/**
|
|
2929
|
+
* Scroll Snap Type
|
|
2930
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2931
|
+
*/
|
|
2932
|
+
"snap-type": [{
|
|
2933
|
+
snap: ["none", "x", "y", "both"]
|
|
2934
|
+
}],
|
|
2935
|
+
/**
|
|
2936
|
+
* Scroll Snap Type Strictness
|
|
2937
|
+
* @see https://tailwindcss.com/docs/scroll-snap-type
|
|
2938
|
+
*/
|
|
2939
|
+
"snap-strictness": [{
|
|
2940
|
+
snap: ["mandatory", "proximity"]
|
|
2941
|
+
}],
|
|
2942
|
+
/**
|
|
2943
|
+
* Touch Action
|
|
2944
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2945
|
+
*/
|
|
2946
|
+
touch: [{
|
|
2947
|
+
touch: ["auto", "none", "manipulation"]
|
|
2948
|
+
}],
|
|
2949
|
+
/**
|
|
2950
|
+
* Touch Action X
|
|
2951
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2952
|
+
*/
|
|
2953
|
+
"touch-x": [{
|
|
2954
|
+
"touch-pan": ["x", "left", "right"]
|
|
2955
|
+
}],
|
|
2956
|
+
/**
|
|
2957
|
+
* Touch Action Y
|
|
2958
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2959
|
+
*/
|
|
2960
|
+
"touch-y": [{
|
|
2961
|
+
"touch-pan": ["y", "up", "down"]
|
|
2962
|
+
}],
|
|
2963
|
+
/**
|
|
2964
|
+
* Touch Action Pinch Zoom
|
|
2965
|
+
* @see https://tailwindcss.com/docs/touch-action
|
|
2966
|
+
*/
|
|
2967
|
+
"touch-pz": ["touch-pinch-zoom"],
|
|
2968
|
+
/**
|
|
2969
|
+
* User Select
|
|
2970
|
+
* @see https://tailwindcss.com/docs/user-select
|
|
2971
|
+
*/
|
|
2972
|
+
select: [{
|
|
2973
|
+
select: ["none", "text", "all", "auto"]
|
|
2974
|
+
}],
|
|
2975
|
+
/**
|
|
2976
|
+
* Will Change
|
|
2977
|
+
* @see https://tailwindcss.com/docs/will-change
|
|
2978
|
+
*/
|
|
2979
|
+
"will-change": [{
|
|
2980
|
+
"will-change": ["auto", "scroll", "contents", "transform", m, f]
|
|
2981
|
+
}],
|
|
2982
|
+
// -----------
|
|
2983
|
+
// --- SVG ---
|
|
2984
|
+
// -----------
|
|
2985
|
+
/**
|
|
2986
|
+
* Fill
|
|
2987
|
+
* @see https://tailwindcss.com/docs/fill
|
|
2988
|
+
*/
|
|
2989
|
+
fill: [{
|
|
2990
|
+
fill: ["none", ...h()]
|
|
2991
|
+
}],
|
|
2992
|
+
/**
|
|
2993
|
+
* Stroke Width
|
|
2994
|
+
* @see https://tailwindcss.com/docs/stroke-width
|
|
2995
|
+
*/
|
|
2996
|
+
"stroke-w": [{
|
|
2997
|
+
stroke: [w, le, q, ve]
|
|
2998
|
+
}],
|
|
2999
|
+
/**
|
|
3000
|
+
* Stroke
|
|
3001
|
+
* @see https://tailwindcss.com/docs/stroke
|
|
3002
|
+
*/
|
|
3003
|
+
stroke: [{
|
|
3004
|
+
stroke: ["none", ...h()]
|
|
3005
|
+
}],
|
|
3006
|
+
// ---------------------
|
|
3007
|
+
// --- Accessibility ---
|
|
3008
|
+
// ---------------------
|
|
3009
|
+
/**
|
|
3010
|
+
* Forced Color Adjust
|
|
3011
|
+
* @see https://tailwindcss.com/docs/forced-color-adjust
|
|
3012
|
+
*/
|
|
3013
|
+
"forced-color-adjust": [{
|
|
3014
|
+
"forced-color-adjust": ["auto", "none"]
|
|
3015
|
+
}]
|
|
3016
|
+
},
|
|
3017
|
+
conflictingClassGroups: {
|
|
3018
|
+
overflow: ["overflow-x", "overflow-y"],
|
|
3019
|
+
overscroll: ["overscroll-x", "overscroll-y"],
|
|
3020
|
+
inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
|
|
3021
|
+
"inset-x": ["right", "left"],
|
|
3022
|
+
"inset-y": ["top", "bottom"],
|
|
3023
|
+
flex: ["basis", "grow", "shrink"],
|
|
3024
|
+
gap: ["gap-x", "gap-y"],
|
|
3025
|
+
p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
|
|
3026
|
+
px: ["pr", "pl"],
|
|
3027
|
+
py: ["pt", "pb"],
|
|
3028
|
+
m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
|
|
3029
|
+
mx: ["mr", "ml"],
|
|
3030
|
+
my: ["mt", "mb"],
|
|
3031
|
+
size: ["w", "h"],
|
|
3032
|
+
"font-size": ["leading"],
|
|
3033
|
+
"fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
|
|
3034
|
+
"fvn-ordinal": ["fvn-normal"],
|
|
3035
|
+
"fvn-slashed-zero": ["fvn-normal"],
|
|
3036
|
+
"fvn-figure": ["fvn-normal"],
|
|
3037
|
+
"fvn-spacing": ["fvn-normal"],
|
|
3038
|
+
"fvn-fraction": ["fvn-normal"],
|
|
3039
|
+
"line-clamp": ["display", "overflow"],
|
|
3040
|
+
rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
|
|
3041
|
+
"rounded-s": ["rounded-ss", "rounded-es"],
|
|
3042
|
+
"rounded-e": ["rounded-se", "rounded-ee"],
|
|
3043
|
+
"rounded-t": ["rounded-tl", "rounded-tr"],
|
|
3044
|
+
"rounded-r": ["rounded-tr", "rounded-br"],
|
|
3045
|
+
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
3046
|
+
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
3047
|
+
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
3048
|
+
"border-w": ["border-w-x", "border-w-y", "border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
3049
|
+
"border-w-x": ["border-w-r", "border-w-l"],
|
|
3050
|
+
"border-w-y": ["border-w-t", "border-w-b"],
|
|
3051
|
+
"border-color": ["border-color-x", "border-color-y", "border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
3052
|
+
"border-color-x": ["border-color-r", "border-color-l"],
|
|
3053
|
+
"border-color-y": ["border-color-t", "border-color-b"],
|
|
3054
|
+
translate: ["translate-x", "translate-y", "translate-none"],
|
|
3055
|
+
"translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
|
|
3056
|
+
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
|
3057
|
+
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
3058
|
+
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
3059
|
+
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
|
3060
|
+
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
3061
|
+
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
3062
|
+
touch: ["touch-x", "touch-y", "touch-pz"],
|
|
3063
|
+
"touch-x": ["touch"],
|
|
3064
|
+
"touch-y": ["touch"],
|
|
3065
|
+
"touch-pz": ["touch"]
|
|
3066
|
+
},
|
|
3067
|
+
conflictingClassGroupModifiers: {
|
|
3068
|
+
"font-size": ["leading"]
|
|
3069
|
+
},
|
|
3070
|
+
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3071
|
+
};
|
|
3072
|
+
}, Xr = /* @__PURE__ */ Tr(qr), X = (...e) => Xr(ir(e)), mt = ({
|
|
3073
|
+
style: e,
|
|
3074
|
+
imageVar: s,
|
|
3075
|
+
className: n = "",
|
|
3076
|
+
...t
|
|
308
3077
|
}) => {
|
|
309
|
-
const
|
|
310
|
-
return /* @__PURE__ */
|
|
3078
|
+
const c = `bg-(image:${s})`;
|
|
3079
|
+
return /* @__PURE__ */ y.jsx(
|
|
311
3080
|
"div",
|
|
312
3081
|
{
|
|
313
|
-
...
|
|
314
|
-
className:
|
|
3082
|
+
...t,
|
|
3083
|
+
className: X(n, c),
|
|
315
3084
|
style: {
|
|
316
|
-
...
|
|
3085
|
+
...e,
|
|
317
3086
|
backgroundSize: "cover",
|
|
318
3087
|
backgroundRepeat: "no-repeat"
|
|
319
3088
|
}
|
|
320
3089
|
}
|
|
321
3090
|
);
|
|
322
|
-
},
|
|
323
|
-
variant:
|
|
324
|
-
children:
|
|
325
|
-
className:
|
|
326
|
-
...
|
|
3091
|
+
}, Ne = ({
|
|
3092
|
+
variant: e = "default",
|
|
3093
|
+
children: s,
|
|
3094
|
+
className: n,
|
|
3095
|
+
...t
|
|
327
3096
|
}) => {
|
|
328
|
-
const
|
|
329
|
-
diabled:
|
|
330
|
-
"hover:disabled":
|
|
331
|
-
"active:disabled":
|
|
3097
|
+
const c = {
|
|
3098
|
+
diabled: t.disabled ? "bg-(--bg-smooth) text-(--fg-mini-text)" : `bg-(--bg-card) color-${e} cursor-pointer`,
|
|
3099
|
+
"hover:disabled": t.disabled ? "" : "hover:px-5 hover:py-3",
|
|
3100
|
+
"active:disabled": t.disabled ? "" : "active:px-3 active:py-1 active:bg-(--fg-component) active:opacity-[0.7]"
|
|
332
3101
|
};
|
|
333
|
-
return /* @__PURE__ */
|
|
3102
|
+
return /* @__PURE__ */ y.jsx(
|
|
334
3103
|
"button",
|
|
335
3104
|
{
|
|
336
|
-
className:
|
|
3105
|
+
className: X(
|
|
337
3106
|
"px-4 py-2 w-fit rounded-lg page duration-200",
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
...
|
|
344
|
-
children:
|
|
3107
|
+
c.diabled,
|
|
3108
|
+
c["hover:disabled"],
|
|
3109
|
+
c["active:disabled"],
|
|
3110
|
+
n
|
|
3111
|
+
),
|
|
3112
|
+
...t,
|
|
3113
|
+
children: s
|
|
345
3114
|
}
|
|
346
3115
|
);
|
|
347
|
-
},
|
|
3116
|
+
}, Jr = ({ size: e, ref: s, className: n }) => /* @__PURE__ */ y.jsx(
|
|
348
3117
|
"svg",
|
|
349
3118
|
{
|
|
350
|
-
ref:
|
|
351
|
-
width:
|
|
352
|
-
height:
|
|
3119
|
+
ref: s,
|
|
3120
|
+
width: e,
|
|
3121
|
+
height: e,
|
|
353
3122
|
viewBox: "0 0 24 24",
|
|
354
3123
|
fill: "none",
|
|
355
|
-
className:
|
|
3124
|
+
className: n,
|
|
356
3125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
357
|
-
children: /* @__PURE__ */
|
|
3126
|
+
children: /* @__PURE__ */ y.jsx("g", { transform: "translate(4 6)", children: /* @__PURE__ */ y.jsx(
|
|
358
3127
|
"path",
|
|
359
3128
|
{
|
|
360
3129
|
d: "M1 6L6 11L16 1",
|
|
@@ -365,60 +3134,60 @@ const Fe = ({ actived: a, children: d, name: f }) => /* @__PURE__ */ s.jsx(ge, {
|
|
|
365
3134
|
}
|
|
366
3135
|
) })
|
|
367
3136
|
}
|
|
368
|
-
),
|
|
3137
|
+
), Kr = ({ size: e, ref: s, className: n }) => /* @__PURE__ */ y.jsx(
|
|
369
3138
|
"svg",
|
|
370
3139
|
{
|
|
371
|
-
ref:
|
|
372
|
-
width:
|
|
373
|
-
height:
|
|
3140
|
+
ref: s,
|
|
3141
|
+
width: e,
|
|
3142
|
+
height: e,
|
|
374
3143
|
viewBox: "0 0 12 12",
|
|
375
3144
|
fill: "none",
|
|
376
|
-
className:
|
|
3145
|
+
className: n,
|
|
377
3146
|
xmlns: "http://www.w3.org/2000/svg",
|
|
378
|
-
children: /* @__PURE__ */
|
|
3147
|
+
children: /* @__PURE__ */ y.jsx("circle", { cx: "6", cy: "6", r: "6", fill: "#EDEDED" })
|
|
379
3148
|
}
|
|
380
|
-
),
|
|
381
|
-
inputName:
|
|
382
|
-
inputId:
|
|
383
|
-
className:
|
|
384
|
-
style:
|
|
385
|
-
onClick:
|
|
386
|
-
size:
|
|
387
|
-
checked:
|
|
388
|
-
type:
|
|
389
|
-
...
|
|
3149
|
+
), Zr = 8, Qr = 1, et = (Zr + Qr) * 2, rt = ({
|
|
3150
|
+
inputName: e,
|
|
3151
|
+
inputId: s,
|
|
3152
|
+
className: n,
|
|
3153
|
+
style: t,
|
|
3154
|
+
onClick: c,
|
|
3155
|
+
size: u = 24,
|
|
3156
|
+
checked: d = !1,
|
|
3157
|
+
type: g,
|
|
3158
|
+
...i
|
|
390
3159
|
}) => {
|
|
391
|
-
const [
|
|
392
|
-
return
|
|
393
|
-
|
|
394
|
-
|
|
3160
|
+
const [o, b] = Ie(d), a = _e(null), r = _e(null), p = `${u + et}px`;
|
|
3161
|
+
return Qe(() => {
|
|
3162
|
+
a.current && (r.current && (r.current.checked = o), o ? a.current.style.display = t?.display || "block" : a.current.style.opacity = "0", setTimeout(() => {
|
|
3163
|
+
a.current && (o ? a.current.style.opacity = "1" : a.current.style.display = "none");
|
|
395
3164
|
}, 100));
|
|
396
|
-
}, [
|
|
3165
|
+
}, [o, t?.display]), /* @__PURE__ */ y.jsxs(
|
|
397
3166
|
"div",
|
|
398
3167
|
{
|
|
399
3168
|
className: [
|
|
400
3169
|
"bg-(--bg-card) border-(--fg-mini-text) border-1 p-[8px] cursor-pointer duration-300",
|
|
401
|
-
|
|
3170
|
+
g === "checkbox" ? "rounded-[20%]" : "rounded-[100%]",
|
|
402
3171
|
"hover:bg-(--fg-card)",
|
|
403
|
-
|
|
3172
|
+
n
|
|
404
3173
|
].join(" "),
|
|
405
3174
|
style: {
|
|
406
|
-
height:
|
|
407
|
-
width:
|
|
408
|
-
...
|
|
3175
|
+
height: p,
|
|
3176
|
+
width: p,
|
|
3177
|
+
...t
|
|
409
3178
|
},
|
|
410
|
-
onClick: (
|
|
411
|
-
|
|
3179
|
+
onClick: (E) => {
|
|
3180
|
+
c?.(E), b(!o);
|
|
412
3181
|
},
|
|
413
|
-
...
|
|
3182
|
+
...i,
|
|
414
3183
|
children: [
|
|
415
|
-
|
|
416
|
-
/* @__PURE__ */
|
|
3184
|
+
g === "checkbox" ? /* @__PURE__ */ y.jsx(Jr, { className: "duration-300", ref: a, size: u }) : /* @__PURE__ */ y.jsx(Kr, { className: "duration-300", ref: a, size: u }),
|
|
3185
|
+
/* @__PURE__ */ y.jsx(
|
|
417
3186
|
"input",
|
|
418
3187
|
{
|
|
419
|
-
ref:
|
|
420
|
-
name:
|
|
421
|
-
id:
|
|
3188
|
+
ref: r,
|
|
3189
|
+
name: e,
|
|
3190
|
+
id: s,
|
|
422
3191
|
type: "checkbox",
|
|
423
3192
|
style: { display: "none" }
|
|
424
3193
|
}
|
|
@@ -426,467 +3195,467 @@ const Fe = ({ actived: a, children: d, name: f }) => /* @__PURE__ */ s.jsx(ge, {
|
|
|
426
3195
|
]
|
|
427
3196
|
}
|
|
428
3197
|
);
|
|
429
|
-
},
|
|
3198
|
+
}, pt = (e) => /* @__PURE__ */ y.jsx(rt, { type: "checkbox", ...e }), gt = ({ className: e, ...s }) => /* @__PURE__ */ y.jsx(
|
|
430
3199
|
"input",
|
|
431
3200
|
{
|
|
432
3201
|
placeholder: "input here...",
|
|
433
|
-
...
|
|
434
|
-
className:
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
3202
|
+
...s,
|
|
3203
|
+
className: X(
|
|
3204
|
+
"bg-(--bg-card) px-4 py-2 rounded-lg min-w-30 max-w-60",
|
|
3205
|
+
e
|
|
3206
|
+
)
|
|
438
3207
|
}
|
|
439
|
-
),
|
|
3208
|
+
), bt = ({ className: e, ...s }) => /* @__PURE__ */ y.jsx(
|
|
440
3209
|
"textarea",
|
|
441
3210
|
{
|
|
442
3211
|
placeholder: "write here...",
|
|
443
|
-
...
|
|
444
|
-
className:
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
3212
|
+
...s,
|
|
3213
|
+
className: X(
|
|
3214
|
+
"bg-(--bg-card) px-4 py-2 rounded-lg min-w-30 max-w-150 min-h-10 resize",
|
|
3215
|
+
e
|
|
3216
|
+
)
|
|
448
3217
|
}
|
|
449
3218
|
);
|
|
450
|
-
var
|
|
451
|
-
var
|
|
452
|
-
function
|
|
453
|
-
if (
|
|
454
|
-
|
|
455
|
-
var
|
|
456
|
-
function
|
|
457
|
-
var
|
|
3219
|
+
var ge = { exports: {} }, A = {};
|
|
3220
|
+
var De;
|
|
3221
|
+
function tt() {
|
|
3222
|
+
if (De) return A;
|
|
3223
|
+
De = 1;
|
|
3224
|
+
var e = we;
|
|
3225
|
+
function s(i) {
|
|
3226
|
+
var o = "https://react.dev/errors/" + i;
|
|
458
3227
|
if (1 < arguments.length) {
|
|
459
|
-
|
|
460
|
-
for (var
|
|
461
|
-
|
|
3228
|
+
o += "?args[]=" + encodeURIComponent(arguments[1]);
|
|
3229
|
+
for (var b = 2; b < arguments.length; b++)
|
|
3230
|
+
o += "&args[]=" + encodeURIComponent(arguments[b]);
|
|
462
3231
|
}
|
|
463
|
-
return "Minified React error #" +
|
|
3232
|
+
return "Minified React error #" + i + "; visit " + o + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
|
|
464
3233
|
}
|
|
465
|
-
function
|
|
3234
|
+
function n() {
|
|
466
3235
|
}
|
|
467
|
-
var
|
|
3236
|
+
var t = {
|
|
468
3237
|
d: {
|
|
469
|
-
f,
|
|
3238
|
+
f: n,
|
|
470
3239
|
r: function() {
|
|
471
|
-
throw Error(
|
|
3240
|
+
throw Error(s(522));
|
|
472
3241
|
},
|
|
473
|
-
D:
|
|
474
|
-
C:
|
|
475
|
-
L:
|
|
476
|
-
m:
|
|
477
|
-
X:
|
|
478
|
-
S:
|
|
479
|
-
M:
|
|
3242
|
+
D: n,
|
|
3243
|
+
C: n,
|
|
3244
|
+
L: n,
|
|
3245
|
+
m: n,
|
|
3246
|
+
X: n,
|
|
3247
|
+
S: n,
|
|
3248
|
+
M: n
|
|
480
3249
|
},
|
|
481
3250
|
p: 0,
|
|
482
3251
|
findDOMNode: null
|
|
483
|
-
},
|
|
484
|
-
function
|
|
485
|
-
var
|
|
3252
|
+
}, c = /* @__PURE__ */ Symbol.for("react.portal");
|
|
3253
|
+
function u(i, o, b) {
|
|
3254
|
+
var a = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
|
|
486
3255
|
return {
|
|
487
|
-
$$typeof:
|
|
488
|
-
key:
|
|
489
|
-
children:
|
|
490
|
-
containerInfo:
|
|
491
|
-
implementation:
|
|
3256
|
+
$$typeof: c,
|
|
3257
|
+
key: a == null ? null : "" + a,
|
|
3258
|
+
children: i,
|
|
3259
|
+
containerInfo: o,
|
|
3260
|
+
implementation: b
|
|
492
3261
|
};
|
|
493
3262
|
}
|
|
494
|
-
var
|
|
495
|
-
function
|
|
496
|
-
if (
|
|
497
|
-
if (typeof
|
|
498
|
-
return
|
|
3263
|
+
var d = e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
3264
|
+
function g(i, o) {
|
|
3265
|
+
if (i === "font") return "";
|
|
3266
|
+
if (typeof o == "string")
|
|
3267
|
+
return o === "use-credentials" ? o : "";
|
|
499
3268
|
}
|
|
500
|
-
return
|
|
501
|
-
var
|
|
502
|
-
if (!
|
|
503
|
-
throw Error(
|
|
504
|
-
return
|
|
505
|
-
},
|
|
506
|
-
var
|
|
3269
|
+
return A.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = t, A.createPortal = function(i, o) {
|
|
3270
|
+
var b = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
|
|
3271
|
+
if (!o || o.nodeType !== 1 && o.nodeType !== 9 && o.nodeType !== 11)
|
|
3272
|
+
throw Error(s(299));
|
|
3273
|
+
return u(i, o, null, b);
|
|
3274
|
+
}, A.flushSync = function(i) {
|
|
3275
|
+
var o = d.T, b = t.p;
|
|
507
3276
|
try {
|
|
508
|
-
if (
|
|
3277
|
+
if (d.T = null, t.p = 2, i) return i();
|
|
509
3278
|
} finally {
|
|
510
|
-
|
|
511
|
-
}
|
|
512
|
-
},
|
|
513
|
-
typeof
|
|
514
|
-
},
|
|
515
|
-
typeof
|
|
516
|
-
},
|
|
517
|
-
if (typeof
|
|
518
|
-
var
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
typeof
|
|
3279
|
+
d.T = o, t.p = b, t.d.f();
|
|
3280
|
+
}
|
|
3281
|
+
}, A.preconnect = function(i, o) {
|
|
3282
|
+
typeof i == "string" && (o ? (o = o.crossOrigin, o = typeof o == "string" ? o === "use-credentials" ? o : "" : void 0) : o = null, t.d.C(i, o));
|
|
3283
|
+
}, A.prefetchDNS = function(i) {
|
|
3284
|
+
typeof i == "string" && t.d.D(i);
|
|
3285
|
+
}, A.preinit = function(i, o) {
|
|
3286
|
+
if (typeof i == "string" && o && typeof o.as == "string") {
|
|
3287
|
+
var b = o.as, a = g(b, o.crossOrigin), r = typeof o.integrity == "string" ? o.integrity : void 0, p = typeof o.fetchPriority == "string" ? o.fetchPriority : void 0;
|
|
3288
|
+
b === "style" ? t.d.S(
|
|
3289
|
+
i,
|
|
3290
|
+
typeof o.precedence == "string" ? o.precedence : void 0,
|
|
522
3291
|
{
|
|
523
|
-
crossOrigin:
|
|
524
|
-
integrity:
|
|
525
|
-
fetchPriority:
|
|
3292
|
+
crossOrigin: a,
|
|
3293
|
+
integrity: r,
|
|
3294
|
+
fetchPriority: p
|
|
526
3295
|
}
|
|
527
|
-
) :
|
|
528
|
-
crossOrigin:
|
|
529
|
-
integrity:
|
|
530
|
-
fetchPriority:
|
|
531
|
-
nonce: typeof
|
|
3296
|
+
) : b === "script" && t.d.X(i, {
|
|
3297
|
+
crossOrigin: a,
|
|
3298
|
+
integrity: r,
|
|
3299
|
+
fetchPriority: p,
|
|
3300
|
+
nonce: typeof o.nonce == "string" ? o.nonce : void 0
|
|
532
3301
|
});
|
|
533
3302
|
}
|
|
534
|
-
},
|
|
535
|
-
if (typeof
|
|
536
|
-
if (typeof
|
|
537
|
-
if (
|
|
538
|
-
var
|
|
539
|
-
|
|
540
|
-
|
|
3303
|
+
}, A.preinitModule = function(i, o) {
|
|
3304
|
+
if (typeof i == "string")
|
|
3305
|
+
if (typeof o == "object" && o !== null) {
|
|
3306
|
+
if (o.as == null || o.as === "script") {
|
|
3307
|
+
var b = g(
|
|
3308
|
+
o.as,
|
|
3309
|
+
o.crossOrigin
|
|
541
3310
|
);
|
|
542
|
-
|
|
543
|
-
crossOrigin:
|
|
544
|
-
integrity: typeof
|
|
545
|
-
nonce: typeof
|
|
3311
|
+
t.d.M(i, {
|
|
3312
|
+
crossOrigin: b,
|
|
3313
|
+
integrity: typeof o.integrity == "string" ? o.integrity : void 0,
|
|
3314
|
+
nonce: typeof o.nonce == "string" ? o.nonce : void 0
|
|
546
3315
|
});
|
|
547
3316
|
}
|
|
548
|
-
} else
|
|
549
|
-
},
|
|
550
|
-
if (typeof
|
|
551
|
-
var
|
|
552
|
-
|
|
553
|
-
crossOrigin:
|
|
554
|
-
integrity: typeof
|
|
555
|
-
nonce: typeof
|
|
556
|
-
type: typeof
|
|
557
|
-
fetchPriority: typeof
|
|
558
|
-
referrerPolicy: typeof
|
|
559
|
-
imageSrcSet: typeof
|
|
560
|
-
imageSizes: typeof
|
|
561
|
-
media: typeof
|
|
3317
|
+
} else o == null && t.d.M(i);
|
|
3318
|
+
}, A.preload = function(i, o) {
|
|
3319
|
+
if (typeof i == "string" && typeof o == "object" && o !== null && typeof o.as == "string") {
|
|
3320
|
+
var b = o.as, a = g(b, o.crossOrigin);
|
|
3321
|
+
t.d.L(i, b, {
|
|
3322
|
+
crossOrigin: a,
|
|
3323
|
+
integrity: typeof o.integrity == "string" ? o.integrity : void 0,
|
|
3324
|
+
nonce: typeof o.nonce == "string" ? o.nonce : void 0,
|
|
3325
|
+
type: typeof o.type == "string" ? o.type : void 0,
|
|
3326
|
+
fetchPriority: typeof o.fetchPriority == "string" ? o.fetchPriority : void 0,
|
|
3327
|
+
referrerPolicy: typeof o.referrerPolicy == "string" ? o.referrerPolicy : void 0,
|
|
3328
|
+
imageSrcSet: typeof o.imageSrcSet == "string" ? o.imageSrcSet : void 0,
|
|
3329
|
+
imageSizes: typeof o.imageSizes == "string" ? o.imageSizes : void 0,
|
|
3330
|
+
media: typeof o.media == "string" ? o.media : void 0
|
|
562
3331
|
});
|
|
563
3332
|
}
|
|
564
|
-
},
|
|
565
|
-
if (typeof
|
|
566
|
-
if (
|
|
567
|
-
var
|
|
568
|
-
|
|
569
|
-
as: typeof
|
|
570
|
-
crossOrigin:
|
|
571
|
-
integrity: typeof
|
|
3333
|
+
}, A.preloadModule = function(i, o) {
|
|
3334
|
+
if (typeof i == "string")
|
|
3335
|
+
if (o) {
|
|
3336
|
+
var b = g(o.as, o.crossOrigin);
|
|
3337
|
+
t.d.m(i, {
|
|
3338
|
+
as: typeof o.as == "string" && o.as !== "script" ? o.as : void 0,
|
|
3339
|
+
crossOrigin: b,
|
|
3340
|
+
integrity: typeof o.integrity == "string" ? o.integrity : void 0
|
|
572
3341
|
});
|
|
573
|
-
} else
|
|
574
|
-
},
|
|
575
|
-
|
|
576
|
-
},
|
|
577
|
-
return o
|
|
578
|
-
},
|
|
579
|
-
return
|
|
580
|
-
},
|
|
581
|
-
return
|
|
582
|
-
},
|
|
3342
|
+
} else t.d.m(i);
|
|
3343
|
+
}, A.requestFormReset = function(i) {
|
|
3344
|
+
t.d.r(i);
|
|
3345
|
+
}, A.unstable_batchedUpdates = function(i, o) {
|
|
3346
|
+
return i(o);
|
|
3347
|
+
}, A.useFormState = function(i, o, b) {
|
|
3348
|
+
return d.H.useFormState(i, o, b);
|
|
3349
|
+
}, A.useFormStatus = function() {
|
|
3350
|
+
return d.H.useHostTransitionStatus();
|
|
3351
|
+
}, A.version = "19.2.3", A;
|
|
583
3352
|
}
|
|
584
|
-
var
|
|
585
|
-
var
|
|
586
|
-
function
|
|
587
|
-
return
|
|
588
|
-
function
|
|
3353
|
+
var j = {};
|
|
3354
|
+
var Pe;
|
|
3355
|
+
function ot() {
|
|
3356
|
+
return Pe || (Pe = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
3357
|
+
function e() {
|
|
589
3358
|
}
|
|
590
|
-
function
|
|
591
|
-
return "" +
|
|
3359
|
+
function s(a) {
|
|
3360
|
+
return "" + a;
|
|
592
3361
|
}
|
|
593
|
-
function
|
|
594
|
-
var
|
|
3362
|
+
function n(a, r, p) {
|
|
3363
|
+
var E = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
|
|
595
3364
|
try {
|
|
596
|
-
|
|
597
|
-
var
|
|
3365
|
+
s(E);
|
|
3366
|
+
var S = !1;
|
|
598
3367
|
} catch {
|
|
599
|
-
|
|
3368
|
+
S = !0;
|
|
600
3369
|
}
|
|
601
|
-
return
|
|
3370
|
+
return S && (console.error(
|
|
602
3371
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
603
|
-
typeof Symbol == "function" && Symbol.toStringTag &&
|
|
604
|
-
),
|
|
605
|
-
$$typeof:
|
|
606
|
-
key:
|
|
607
|
-
children:
|
|
608
|
-
containerInfo:
|
|
609
|
-
implementation:
|
|
3372
|
+
typeof Symbol == "function" && Symbol.toStringTag && E[Symbol.toStringTag] || E.constructor.name || "Object"
|
|
3373
|
+
), s(E)), {
|
|
3374
|
+
$$typeof: o,
|
|
3375
|
+
key: E == null ? null : "" + E,
|
|
3376
|
+
children: a,
|
|
3377
|
+
containerInfo: r,
|
|
3378
|
+
implementation: p
|
|
610
3379
|
};
|
|
611
3380
|
}
|
|
612
|
-
function
|
|
613
|
-
if (
|
|
614
|
-
if (typeof
|
|
615
|
-
return
|
|
3381
|
+
function t(a, r) {
|
|
3382
|
+
if (a === "font") return "";
|
|
3383
|
+
if (typeof r == "string")
|
|
3384
|
+
return r === "use-credentials" ? r : "";
|
|
616
3385
|
}
|
|
617
|
-
function
|
|
618
|
-
return
|
|
3386
|
+
function c(a) {
|
|
3387
|
+
return a === null ? "`null`" : a === void 0 ? "`undefined`" : a === "" ? "an empty string" : 'something with type "' + typeof a + '"';
|
|
619
3388
|
}
|
|
620
|
-
function
|
|
621
|
-
return
|
|
3389
|
+
function u(a) {
|
|
3390
|
+
return a === null ? "`null`" : a === void 0 ? "`undefined`" : a === "" ? "an empty string" : typeof a == "string" ? JSON.stringify(a) : typeof a == "number" ? "`" + a + "`" : 'something with type "' + typeof a + '"';
|
|
622
3391
|
}
|
|
623
|
-
function
|
|
624
|
-
var
|
|
625
|
-
return
|
|
3392
|
+
function d() {
|
|
3393
|
+
var a = b.H;
|
|
3394
|
+
return a === null && console.error(
|
|
626
3395
|
`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
627
3396
|
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
628
3397
|
2. You might be breaking the Rules of Hooks
|
|
629
3398
|
3. You might have more than one copy of React in the same app
|
|
630
3399
|
See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem.`
|
|
631
|
-
),
|
|
3400
|
+
), a;
|
|
632
3401
|
}
|
|
633
3402
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());
|
|
634
|
-
var
|
|
3403
|
+
var g = we, i = {
|
|
635
3404
|
d: {
|
|
636
|
-
f:
|
|
3405
|
+
f: e,
|
|
637
3406
|
r: function() {
|
|
638
3407
|
throw Error(
|
|
639
3408
|
"Invalid form element. requestFormReset must be passed a form that was rendered by React."
|
|
640
3409
|
);
|
|
641
3410
|
},
|
|
642
|
-
D:
|
|
643
|
-
C:
|
|
644
|
-
L:
|
|
645
|
-
m:
|
|
646
|
-
X:
|
|
647
|
-
S:
|
|
648
|
-
M:
|
|
3411
|
+
D: e,
|
|
3412
|
+
C: e,
|
|
3413
|
+
L: e,
|
|
3414
|
+
m: e,
|
|
3415
|
+
X: e,
|
|
3416
|
+
S: e,
|
|
3417
|
+
M: e
|
|
649
3418
|
},
|
|
650
3419
|
p: 0,
|
|
651
3420
|
findDOMNode: null
|
|
652
|
-
},
|
|
3421
|
+
}, o = /* @__PURE__ */ Symbol.for("react.portal"), b = g.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
|
|
653
3422
|
typeof Map == "function" && Map.prototype != null && typeof Map.prototype.forEach == "function" && typeof Set == "function" && Set.prototype != null && typeof Set.prototype.clear == "function" && typeof Set.prototype.forEach == "function" || console.error(
|
|
654
3423
|
"React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"
|
|
655
|
-
),
|
|
656
|
-
var
|
|
657
|
-
if (!
|
|
3424
|
+
), j.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = i, j.createPortal = function(a, r) {
|
|
3425
|
+
var p = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
|
|
3426
|
+
if (!r || r.nodeType !== 1 && r.nodeType !== 9 && r.nodeType !== 11)
|
|
658
3427
|
throw Error("Target container is not a DOM element.");
|
|
659
|
-
return
|
|
660
|
-
},
|
|
661
|
-
var
|
|
3428
|
+
return n(a, r, null, p);
|
|
3429
|
+
}, j.flushSync = function(a) {
|
|
3430
|
+
var r = b.T, p = i.p;
|
|
662
3431
|
try {
|
|
663
|
-
if (
|
|
664
|
-
return
|
|
3432
|
+
if (b.T = null, i.p = 2, a)
|
|
3433
|
+
return a();
|
|
665
3434
|
} finally {
|
|
666
|
-
|
|
3435
|
+
b.T = r, i.p = p, i.d.f() && console.error(
|
|
667
3436
|
"flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."
|
|
668
3437
|
);
|
|
669
3438
|
}
|
|
670
|
-
},
|
|
671
|
-
typeof
|
|
3439
|
+
}, j.preconnect = function(a, r) {
|
|
3440
|
+
typeof a == "string" && a ? r != null && typeof r != "object" ? console.error(
|
|
672
3441
|
"ReactDOM.preconnect(): Expected the `options` argument (second) to be an object but encountered %s instead. The only supported option at this time is `crossOrigin` which accepts a string.",
|
|
673
|
-
|
|
674
|
-
) :
|
|
3442
|
+
u(r)
|
|
3443
|
+
) : r != null && typeof r.crossOrigin != "string" && console.error(
|
|
675
3444
|
"ReactDOM.preconnect(): Expected the `crossOrigin` option (second argument) to be a string but encountered %s instead. Try removing this option or passing a string value instead.",
|
|
676
|
-
|
|
3445
|
+
c(r.crossOrigin)
|
|
677
3446
|
) : console.error(
|
|
678
3447
|
"ReactDOM.preconnect(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
|
|
679
|
-
|
|
680
|
-
), typeof
|
|
681
|
-
},
|
|
682
|
-
if (typeof
|
|
3448
|
+
c(a)
|
|
3449
|
+
), typeof a == "string" && (r ? (r = r.crossOrigin, r = typeof r == "string" ? r === "use-credentials" ? r : "" : void 0) : r = null, i.d.C(a, r));
|
|
3450
|
+
}, j.prefetchDNS = function(a) {
|
|
3451
|
+
if (typeof a != "string" || !a)
|
|
683
3452
|
console.error(
|
|
684
3453
|
"ReactDOM.prefetchDNS(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
|
|
685
|
-
|
|
3454
|
+
c(a)
|
|
686
3455
|
);
|
|
687
3456
|
else if (1 < arguments.length) {
|
|
688
|
-
var
|
|
689
|
-
typeof
|
|
3457
|
+
var r = arguments[1];
|
|
3458
|
+
typeof r == "object" && r.hasOwnProperty("crossOrigin") ? console.error(
|
|
690
3459
|
"ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. It looks like the you are attempting to set a crossOrigin property for this DNS lookup hint. Browsers do not perform DNS queries using CORS and setting this attribute on the resource hint has no effect. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",
|
|
691
|
-
|
|
3460
|
+
u(r)
|
|
692
3461
|
) : console.error(
|
|
693
3462
|
"ReactDOM.prefetchDNS(): Expected only one argument, `href`, but encountered %s as a second argument instead. This argument is reserved for future options and is currently disallowed. Try calling ReactDOM.prefetchDNS() with just a single string argument, `href`.",
|
|
694
|
-
|
|
3463
|
+
u(r)
|
|
695
3464
|
);
|
|
696
3465
|
}
|
|
697
|
-
typeof
|
|
698
|
-
},
|
|
699
|
-
if (typeof
|
|
3466
|
+
typeof a == "string" && i.d.D(a);
|
|
3467
|
+
}, j.preinit = function(a, r) {
|
|
3468
|
+
if (typeof a == "string" && a ? r == null || typeof r != "object" ? console.error(
|
|
700
3469
|
"ReactDOM.preinit(): Expected the `options` argument (second) to be an object with an `as` property describing the type of resource to be preinitialized but encountered %s instead.",
|
|
701
|
-
|
|
702
|
-
) :
|
|
3470
|
+
u(r)
|
|
3471
|
+
) : r.as !== "style" && r.as !== "script" && console.error(
|
|
703
3472
|
'ReactDOM.preinit(): Expected the `as` property in the `options` argument (second) to contain a valid value describing the type of resource to be preinitialized but encountered %s instead. Valid values for `as` are "style" and "script".',
|
|
704
|
-
|
|
3473
|
+
u(r.as)
|
|
705
3474
|
) : console.error(
|
|
706
3475
|
"ReactDOM.preinit(): Expected the `href` argument (first) to be a non-empty string but encountered %s instead.",
|
|
707
|
-
|
|
708
|
-
), typeof
|
|
709
|
-
var
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
typeof
|
|
3476
|
+
c(a)
|
|
3477
|
+
), typeof a == "string" && r && typeof r.as == "string") {
|
|
3478
|
+
var p = r.as, E = t(p, r.crossOrigin), S = typeof r.integrity == "string" ? r.integrity : void 0, R = typeof r.fetchPriority == "string" ? r.fetchPriority : void 0;
|
|
3479
|
+
p === "style" ? i.d.S(
|
|
3480
|
+
a,
|
|
3481
|
+
typeof r.precedence == "string" ? r.precedence : void 0,
|
|
713
3482
|
{
|
|
714
|
-
crossOrigin:
|
|
715
|
-
integrity:
|
|
716
|
-
fetchPriority:
|
|
3483
|
+
crossOrigin: E,
|
|
3484
|
+
integrity: S,
|
|
3485
|
+
fetchPriority: R
|
|
717
3486
|
}
|
|
718
|
-
) :
|
|
719
|
-
crossOrigin:
|
|
720
|
-
integrity:
|
|
721
|
-
fetchPriority:
|
|
722
|
-
nonce: typeof
|
|
3487
|
+
) : p === "script" && i.d.X(a, {
|
|
3488
|
+
crossOrigin: E,
|
|
3489
|
+
integrity: S,
|
|
3490
|
+
fetchPriority: R,
|
|
3491
|
+
nonce: typeof r.nonce == "string" ? r.nonce : void 0
|
|
723
3492
|
});
|
|
724
3493
|
}
|
|
725
|
-
},
|
|
726
|
-
var
|
|
727
|
-
typeof
|
|
3494
|
+
}, j.preinitModule = function(a, r) {
|
|
3495
|
+
var p = "";
|
|
3496
|
+
typeof a == "string" && a || (p += " The `href` argument encountered was " + c(a) + "."), r !== void 0 && typeof r != "object" ? p += " The `options` argument encountered was " + c(r) + "." : r && "as" in r && r.as !== "script" && (p += " The `as` option encountered was " + u(r.as) + "."), p ? console.error(
|
|
728
3497
|
"ReactDOM.preinitModule(): Expected up to two arguments, a non-empty `href` string and, optionally, an `options` object with a valid `as` property.%s",
|
|
729
|
-
|
|
730
|
-
) : (
|
|
3498
|
+
p
|
|
3499
|
+
) : (p = r && typeof r.as == "string" ? r.as : "script", p) === "script" || (p = u(p), console.error(
|
|
731
3500
|
'ReactDOM.preinitModule(): Currently the only supported "as" type for this function is "script" but received "%s" instead. This warning was generated for `href` "%s". In the future other module types will be supported, aligning with the import-attributes proposal. Learn more here: (https://github.com/tc39/proposal-import-attributes)',
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
)), typeof
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
),
|
|
738
|
-
crossOrigin:
|
|
739
|
-
integrity: typeof
|
|
740
|
-
nonce: typeof
|
|
741
|
-
})) :
|
|
742
|
-
},
|
|
743
|
-
var
|
|
744
|
-
if (typeof
|
|
3501
|
+
p,
|
|
3502
|
+
a
|
|
3503
|
+
)), typeof a == "string" && (typeof r == "object" && r !== null ? (r.as == null || r.as === "script") && (p = t(
|
|
3504
|
+
r.as,
|
|
3505
|
+
r.crossOrigin
|
|
3506
|
+
), i.d.M(a, {
|
|
3507
|
+
crossOrigin: p,
|
|
3508
|
+
integrity: typeof r.integrity == "string" ? r.integrity : void 0,
|
|
3509
|
+
nonce: typeof r.nonce == "string" ? r.nonce : void 0
|
|
3510
|
+
})) : r == null && i.d.M(a));
|
|
3511
|
+
}, j.preload = function(a, r) {
|
|
3512
|
+
var p = "";
|
|
3513
|
+
if (typeof a == "string" && a || (p += " The `href` argument encountered was " + c(a) + "."), r == null || typeof r != "object" ? p += " The `options` argument encountered was " + c(r) + "." : typeof r.as == "string" && r.as || (p += " The `as` option encountered was " + c(r.as) + "."), p && console.error(
|
|
745
3514
|
'ReactDOM.preload(): Expected two arguments, a non-empty `href` string and an `options` object with an `as` property valid for a `<link rel="preload" as="..." />` tag.%s',
|
|
746
|
-
|
|
747
|
-
), typeof
|
|
748
|
-
|
|
749
|
-
var
|
|
750
|
-
|
|
751
|
-
|
|
3515
|
+
p
|
|
3516
|
+
), typeof a == "string" && typeof r == "object" && r !== null && typeof r.as == "string") {
|
|
3517
|
+
p = r.as;
|
|
3518
|
+
var E = t(
|
|
3519
|
+
p,
|
|
3520
|
+
r.crossOrigin
|
|
752
3521
|
);
|
|
753
|
-
|
|
754
|
-
crossOrigin:
|
|
755
|
-
integrity: typeof
|
|
756
|
-
nonce: typeof
|
|
757
|
-
type: typeof
|
|
758
|
-
fetchPriority: typeof
|
|
759
|
-
referrerPolicy: typeof
|
|
760
|
-
imageSrcSet: typeof
|
|
761
|
-
imageSizes: typeof
|
|
762
|
-
media: typeof
|
|
3522
|
+
i.d.L(a, p, {
|
|
3523
|
+
crossOrigin: E,
|
|
3524
|
+
integrity: typeof r.integrity == "string" ? r.integrity : void 0,
|
|
3525
|
+
nonce: typeof r.nonce == "string" ? r.nonce : void 0,
|
|
3526
|
+
type: typeof r.type == "string" ? r.type : void 0,
|
|
3527
|
+
fetchPriority: typeof r.fetchPriority == "string" ? r.fetchPriority : void 0,
|
|
3528
|
+
referrerPolicy: typeof r.referrerPolicy == "string" ? r.referrerPolicy : void 0,
|
|
3529
|
+
imageSrcSet: typeof r.imageSrcSet == "string" ? r.imageSrcSet : void 0,
|
|
3530
|
+
imageSizes: typeof r.imageSizes == "string" ? r.imageSizes : void 0,
|
|
3531
|
+
media: typeof r.media == "string" ? r.media : void 0
|
|
763
3532
|
});
|
|
764
3533
|
}
|
|
765
|
-
},
|
|
766
|
-
var
|
|
767
|
-
typeof
|
|
3534
|
+
}, j.preloadModule = function(a, r) {
|
|
3535
|
+
var p = "";
|
|
3536
|
+
typeof a == "string" && a || (p += " The `href` argument encountered was " + c(a) + "."), r !== void 0 && typeof r != "object" ? p += " The `options` argument encountered was " + c(r) + "." : r && "as" in r && typeof r.as != "string" && (p += " The `as` option encountered was " + c(r.as) + "."), p && console.error(
|
|
768
3537
|
'ReactDOM.preloadModule(): Expected two arguments, a non-empty `href` string and, optionally, an `options` object with an `as` property valid for a `<link rel="modulepreload" as="..." />` tag.%s',
|
|
769
|
-
|
|
770
|
-
), typeof
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
),
|
|
774
|
-
as: typeof
|
|
775
|
-
crossOrigin:
|
|
776
|
-
integrity: typeof
|
|
777
|
-
})) :
|
|
778
|
-
},
|
|
779
|
-
|
|
780
|
-
},
|
|
781
|
-
return
|
|
782
|
-
},
|
|
783
|
-
return
|
|
784
|
-
},
|
|
785
|
-
return
|
|
786
|
-
},
|
|
787
|
-
})()),
|
|
3538
|
+
p
|
|
3539
|
+
), typeof a == "string" && (r ? (p = t(
|
|
3540
|
+
r.as,
|
|
3541
|
+
r.crossOrigin
|
|
3542
|
+
), i.d.m(a, {
|
|
3543
|
+
as: typeof r.as == "string" && r.as !== "script" ? r.as : void 0,
|
|
3544
|
+
crossOrigin: p,
|
|
3545
|
+
integrity: typeof r.integrity == "string" ? r.integrity : void 0
|
|
3546
|
+
})) : i.d.m(a));
|
|
3547
|
+
}, j.requestFormReset = function(a) {
|
|
3548
|
+
i.d.r(a);
|
|
3549
|
+
}, j.unstable_batchedUpdates = function(a, r) {
|
|
3550
|
+
return a(r);
|
|
3551
|
+
}, j.useFormState = function(a, r, p) {
|
|
3552
|
+
return d().useFormState(a, r, p);
|
|
3553
|
+
}, j.useFormStatus = function() {
|
|
3554
|
+
return d().useHostTransitionStatus();
|
|
3555
|
+
}, j.version = "19.2.3", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
3556
|
+
})()), j;
|
|
788
3557
|
}
|
|
789
|
-
var
|
|
790
|
-
function
|
|
791
|
-
if (
|
|
792
|
-
|
|
793
|
-
function
|
|
3558
|
+
var Me;
|
|
3559
|
+
function nt() {
|
|
3560
|
+
if (Me) return ge.exports;
|
|
3561
|
+
Me = 1;
|
|
3562
|
+
function e() {
|
|
794
3563
|
if (!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ > "u" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE != "function")) {
|
|
795
3564
|
if (process.env.NODE_ENV !== "production")
|
|
796
3565
|
throw new Error("^_^");
|
|
797
3566
|
try {
|
|
798
|
-
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(
|
|
799
|
-
} catch (
|
|
800
|
-
console.error(
|
|
3567
|
+
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e);
|
|
3568
|
+
} catch (s) {
|
|
3569
|
+
console.error(s);
|
|
801
3570
|
}
|
|
802
3571
|
}
|
|
803
3572
|
}
|
|
804
|
-
return process.env.NODE_ENV === "production" ? (
|
|
3573
|
+
return process.env.NODE_ENV === "production" ? (e(), ge.exports = tt()) : ge.exports = ot(), ge.exports;
|
|
805
3574
|
}
|
|
806
|
-
var
|
|
807
|
-
const
|
|
808
|
-
container:
|
|
809
|
-
children:
|
|
810
|
-
portalKey:
|
|
811
|
-
className:
|
|
812
|
-
zIndex:
|
|
813
|
-
style:
|
|
814
|
-
...
|
|
3575
|
+
var st = nt();
|
|
3576
|
+
const ht = ({
|
|
3577
|
+
container: e,
|
|
3578
|
+
children: s,
|
|
3579
|
+
portalKey: n,
|
|
3580
|
+
className: t = "",
|
|
3581
|
+
zIndex: c,
|
|
3582
|
+
style: u,
|
|
3583
|
+
...d
|
|
815
3584
|
}) => {
|
|
816
|
-
const
|
|
817
|
-
return
|
|
818
|
-
/* @__PURE__ */
|
|
3585
|
+
const g = c ? "" : "z-100";
|
|
3586
|
+
return st.createPortal(
|
|
3587
|
+
/* @__PURE__ */ y.jsx(
|
|
819
3588
|
"div",
|
|
820
3589
|
{
|
|
821
|
-
className:
|
|
3590
|
+
className: X(
|
|
822
3591
|
"fixed top-0 h-screen w-screen",
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
...
|
|
3592
|
+
g,
|
|
3593
|
+
t
|
|
3594
|
+
),
|
|
3595
|
+
...d,
|
|
827
3596
|
style: {
|
|
828
|
-
zIndex:
|
|
829
|
-
...
|
|
3597
|
+
zIndex: c,
|
|
3598
|
+
...u
|
|
830
3599
|
},
|
|
831
|
-
children:
|
|
3600
|
+
children: s
|
|
832
3601
|
}
|
|
833
3602
|
),
|
|
834
|
-
|
|
835
|
-
|
|
3603
|
+
e,
|
|
3604
|
+
n
|
|
836
3605
|
);
|
|
837
|
-
},
|
|
838
|
-
inputId:
|
|
839
|
-
inputName:
|
|
840
|
-
dangerousDisableError:
|
|
841
|
-
style:
|
|
842
|
-
className:
|
|
843
|
-
onClick:
|
|
844
|
-
radioSize:
|
|
845
|
-
checked:
|
|
846
|
-
...
|
|
3606
|
+
}, at = 12, it = 8, yt = ({
|
|
3607
|
+
inputId: e,
|
|
3608
|
+
inputName: s,
|
|
3609
|
+
dangerousDisableError: n = !1,
|
|
3610
|
+
style: t,
|
|
3611
|
+
className: c,
|
|
3612
|
+
onClick: u,
|
|
3613
|
+
radioSize: d = 24,
|
|
3614
|
+
checked: g = !1,
|
|
3615
|
+
...i
|
|
847
3616
|
}) => {
|
|
848
|
-
const [
|
|
849
|
-
|
|
3617
|
+
const [o, b] = Ie(g);
|
|
3618
|
+
d < at && !n && console.error(
|
|
850
3619
|
"radio size less than minimal, set radioSize = 12 or more too resolve"
|
|
851
3620
|
);
|
|
852
|
-
const
|
|
853
|
-
return /* @__PURE__ */
|
|
3621
|
+
const a = d * 4, r = a - it * 2 - d, p = o ? "bg-(--bg-card)" : "bg-(--bg-section)", E = o ? "bg-(--fg-default)" : "bg-(--fg-mini-text)", S = o ? r : 0;
|
|
3622
|
+
return /* @__PURE__ */ y.jsxs(
|
|
854
3623
|
"div",
|
|
855
3624
|
{
|
|
856
3625
|
style: {
|
|
857
|
-
width: `${
|
|
858
|
-
...
|
|
3626
|
+
width: `${a}px`,
|
|
3627
|
+
...t
|
|
859
3628
|
},
|
|
860
|
-
className:
|
|
3629
|
+
className: X(
|
|
861
3630
|
"rounded-[200px] py-[6px] px-[8px] cursor-pointer duration-300",
|
|
862
|
-
|
|
3631
|
+
p,
|
|
863
3632
|
"hover:bg-(--fg-card)",
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
onClick: (
|
|
867
|
-
|
|
3633
|
+
c
|
|
3634
|
+
),
|
|
3635
|
+
onClick: (R) => {
|
|
3636
|
+
b(!o), u?.(R);
|
|
868
3637
|
},
|
|
869
|
-
...
|
|
3638
|
+
...i,
|
|
870
3639
|
children: [
|
|
871
|
-
/* @__PURE__ */
|
|
3640
|
+
/* @__PURE__ */ y.jsx(
|
|
872
3641
|
"div",
|
|
873
3642
|
{
|
|
874
3643
|
className: [
|
|
875
3644
|
"relative duration-300 rounded-[100%]",
|
|
876
|
-
|
|
3645
|
+
E
|
|
877
3646
|
].join(" "),
|
|
878
3647
|
style: {
|
|
879
|
-
height: `${
|
|
880
|
-
width: `${
|
|
881
|
-
left: `${
|
|
3648
|
+
height: `${d}px`,
|
|
3649
|
+
width: `${d}px`,
|
|
3650
|
+
left: `${S}px`
|
|
882
3651
|
}
|
|
883
3652
|
}
|
|
884
3653
|
),
|
|
885
|
-
/* @__PURE__ */
|
|
3654
|
+
/* @__PURE__ */ y.jsx(
|
|
886
3655
|
"input",
|
|
887
3656
|
{
|
|
888
|
-
name:
|
|
889
|
-
id:
|
|
3657
|
+
name: s,
|
|
3658
|
+
id: e,
|
|
890
3659
|
type: "checkbox",
|
|
891
3660
|
style: { display: "none" }
|
|
892
3661
|
}
|
|
@@ -894,94 +3663,94 @@ const Be = ({
|
|
|
894
3663
|
]
|
|
895
3664
|
}
|
|
896
3665
|
);
|
|
897
|
-
},
|
|
898
|
-
flexDirection:
|
|
899
|
-
className:
|
|
900
|
-
...
|
|
3666
|
+
}, vt = ({
|
|
3667
|
+
flexDirection: e = "row",
|
|
3668
|
+
className: s,
|
|
3669
|
+
...n
|
|
901
3670
|
}) => {
|
|
902
|
-
const
|
|
903
|
-
return /* @__PURE__ */
|
|
3671
|
+
const t = e === "col" ? "flex-col" : "flex-row";
|
|
3672
|
+
return /* @__PURE__ */ y.jsx(
|
|
904
3673
|
"div",
|
|
905
3674
|
{
|
|
906
|
-
...
|
|
907
|
-
className:
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
3675
|
+
...n,
|
|
3676
|
+
className: X(
|
|
3677
|
+
"bg-(image:--image-bg) flex gap-8 px-12 py-4 rounded-lg page",
|
|
3678
|
+
t,
|
|
3679
|
+
s
|
|
3680
|
+
)
|
|
912
3681
|
}
|
|
913
3682
|
);
|
|
914
|
-
},
|
|
915
|
-
Object.keys(
|
|
3683
|
+
}, lt = () => /* @__PURE__ */ y.jsxs("div", { className: "flex flex-col justify-center gap-4", children: [
|
|
3684
|
+
Object.keys(ze).map((e) => /* @__PURE__ */ y.jsxs(Ne, { variant: e, children: [
|
|
916
3685
|
"Button ",
|
|
917
|
-
|
|
918
|
-
] },
|
|
919
|
-
/* @__PURE__ */
|
|
920
|
-
] }),
|
|
921
|
-
/* @__PURE__ */
|
|
922
|
-
/* @__PURE__ */
|
|
3686
|
+
e
|
|
3687
|
+
] }, e)),
|
|
3688
|
+
/* @__PURE__ */ y.jsx(Ne, { disabled: !0, children: "Button Disabled" })
|
|
3689
|
+
] }), ct = () => /* @__PURE__ */ y.jsxs("div", { className: "flex flex-col gap-2 rounded-lg", children: [
|
|
3690
|
+
/* @__PURE__ */ y.jsxs("div", { children: [
|
|
3691
|
+
/* @__PURE__ */ y.jsxs("h1", { children: [
|
|
923
3692
|
"H1 text, ",
|
|
924
|
-
|
|
3693
|
+
F.h1
|
|
925
3694
|
] }),
|
|
926
|
-
/* @__PURE__ */
|
|
3695
|
+
/* @__PURE__ */ y.jsx("span", { children: "Пока не знаю" })
|
|
927
3696
|
] }),
|
|
928
|
-
/* @__PURE__ */
|
|
929
|
-
/* @__PURE__ */
|
|
3697
|
+
/* @__PURE__ */ y.jsxs("div", { children: [
|
|
3698
|
+
/* @__PURE__ */ y.jsxs("h2", { children: [
|
|
930
3699
|
"H2 text, ",
|
|
931
|
-
|
|
3700
|
+
F.h2
|
|
932
3701
|
] }),
|
|
933
|
-
/* @__PURE__ */
|
|
3702
|
+
/* @__PURE__ */ y.jsx("span", { children: "Пока не знаю" })
|
|
934
3703
|
] }),
|
|
935
|
-
/* @__PURE__ */
|
|
936
|
-
/* @__PURE__ */
|
|
3704
|
+
/* @__PURE__ */ y.jsxs("div", { children: [
|
|
3705
|
+
/* @__PURE__ */ y.jsxs("h3", { children: [
|
|
937
3706
|
"H3 text, ",
|
|
938
|
-
|
|
3707
|
+
F.h3
|
|
939
3708
|
] }),
|
|
940
|
-
/* @__PURE__ */
|
|
3709
|
+
/* @__PURE__ */ y.jsx("span", { children: "Пока не знаю" })
|
|
941
3710
|
] }),
|
|
942
|
-
/* @__PURE__ */
|
|
943
|
-
/* @__PURE__ */
|
|
3711
|
+
/* @__PURE__ */ y.jsxs("div", { children: [
|
|
3712
|
+
/* @__PURE__ */ y.jsxs("h4", { children: [
|
|
944
3713
|
"H4 text, ",
|
|
945
|
-
|
|
3714
|
+
F.h4
|
|
946
3715
|
] }),
|
|
947
|
-
/* @__PURE__ */
|
|
3716
|
+
/* @__PURE__ */ y.jsx("span", { children: "Пока не знаю" })
|
|
948
3717
|
] }),
|
|
949
|
-
/* @__PURE__ */
|
|
950
|
-
/* @__PURE__ */
|
|
3718
|
+
/* @__PURE__ */ y.jsxs("div", { children: [
|
|
3719
|
+
/* @__PURE__ */ y.jsxs("h5", { children: [
|
|
951
3720
|
"H5 text, ",
|
|
952
|
-
|
|
3721
|
+
F.h5
|
|
953
3722
|
] }),
|
|
954
|
-
/* @__PURE__ */
|
|
3723
|
+
/* @__PURE__ */ y.jsx("span", { children: "Пока не знаю" })
|
|
955
3724
|
] }),
|
|
956
|
-
/* @__PURE__ */
|
|
957
|
-
/* @__PURE__ */
|
|
3725
|
+
/* @__PURE__ */ y.jsxs("div", { className: "flex flex-col", children: [
|
|
3726
|
+
/* @__PURE__ */ y.jsxs("span", { children: [
|
|
958
3727
|
"Base text, ",
|
|
959
|
-
|
|
3728
|
+
F.base
|
|
960
3729
|
] }),
|
|
961
|
-
/* @__PURE__ */
|
|
3730
|
+
/* @__PURE__ */ y.jsx("span", { children: "Пока не знаю" })
|
|
962
3731
|
] }),
|
|
963
|
-
/* @__PURE__ */
|
|
964
|
-
/* @__PURE__ */
|
|
3732
|
+
/* @__PURE__ */ y.jsxs("div", { className: "flex flex-col", children: [
|
|
3733
|
+
/* @__PURE__ */ y.jsxs("span", { className: "text-mini", children: [
|
|
965
3734
|
"Mini text, ",
|
|
966
|
-
|
|
3735
|
+
F.mini
|
|
967
3736
|
] }),
|
|
968
|
-
/* @__PURE__ */
|
|
3737
|
+
/* @__PURE__ */ y.jsx("span", { children: "Пока не знаю" })
|
|
969
3738
|
] })
|
|
970
|
-
] }),
|
|
3739
|
+
] }), xt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
971
3740
|
__proto__: null,
|
|
972
|
-
Button:
|
|
973
|
-
Text:
|
|
3741
|
+
Button: lt,
|
|
3742
|
+
Text: ct
|
|
974
3743
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
975
3744
|
export {
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
3745
|
+
ft as Active,
|
|
3746
|
+
mt as Background,
|
|
3747
|
+
Ne as Button,
|
|
3748
|
+
pt as Checkbox,
|
|
3749
|
+
xt as Guildline,
|
|
3750
|
+
gt as Input,
|
|
3751
|
+
ht as Modal,
|
|
3752
|
+
yt as Switch,
|
|
3753
|
+
bt as Textarea,
|
|
3754
|
+
ut as VARIABLES,
|
|
3755
|
+
vt as Wrapper
|
|
987
3756
|
};
|