@sudobility/legal-components 1.1.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +270 -305
- package/dist/index.umd.js +1 -1
- package/package.json +3 -2
- package/dist/signature-pad.d.ts +0 -8
- package/dist/signature-pad.d.ts.map +0 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { cn as
|
|
3
|
-
const
|
|
1
|
+
import { jsx as Q } from "react/jsx-runtime";
|
|
2
|
+
import { cn as ne } from "@sudobility/components";
|
|
3
|
+
const So = ({
|
|
4
4
|
className: e,
|
|
5
5
|
children: t,
|
|
6
6
|
disabled: o
|
|
7
|
-
}) => /* @__PURE__ */
|
|
7
|
+
}) => /* @__PURE__ */ Q(
|
|
8
8
|
"div",
|
|
9
9
|
{
|
|
10
|
-
className:
|
|
10
|
+
className: ne(
|
|
11
11
|
"p-4 rounded-lg border transition-colors",
|
|
12
12
|
"bg-white dark:bg-gray-900",
|
|
13
13
|
"border-gray-200 dark:border-gray-700",
|
|
@@ -20,81 +20,81 @@ const Ro = ({
|
|
|
20
20
|
children: t || "ClaimSubmission Component"
|
|
21
21
|
}
|
|
22
22
|
);
|
|
23
|
-
function
|
|
23
|
+
function ye(e) {
|
|
24
24
|
var t, o, r = "";
|
|
25
25
|
if (typeof e == "string" || typeof e == "number") r += e;
|
|
26
26
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
27
27
|
var i = e.length;
|
|
28
|
-
for (t = 0; t < i; t++) e[t] && (o =
|
|
28
|
+
for (t = 0; t < i; t++) e[t] && (o = ye(e[t])) && (r && (r += " "), r += o);
|
|
29
29
|
} else for (o in e) e[o] && (r && (r += " "), r += o);
|
|
30
30
|
return r;
|
|
31
31
|
}
|
|
32
|
-
function
|
|
33
|
-
for (var e, t, o = 0, r = "", i = arguments.length; o < i; o++) (e = arguments[o]) && (t =
|
|
32
|
+
function Ne() {
|
|
33
|
+
for (var e, t, o = 0, r = "", i = arguments.length; o < i; o++) (e = arguments[o]) && (t = ye(e)) && (r && (r += " "), r += t);
|
|
34
34
|
return r;
|
|
35
35
|
}
|
|
36
|
-
const
|
|
36
|
+
const je = (e, t) => {
|
|
37
37
|
const o = new Array(e.length + t.length);
|
|
38
38
|
for (let r = 0; r < e.length; r++)
|
|
39
39
|
o[r] = e[r];
|
|
40
40
|
for (let r = 0; r < t.length; r++)
|
|
41
41
|
o[e.length + r] = t[r];
|
|
42
42
|
return o;
|
|
43
|
-
},
|
|
43
|
+
}, Oe = (e, t) => ({
|
|
44
44
|
classGroupId: e,
|
|
45
45
|
validator: t
|
|
46
|
-
}),
|
|
46
|
+
}), xe = (e = /* @__PURE__ */ new Map(), t = null, o) => ({
|
|
47
47
|
nextPart: e,
|
|
48
48
|
validators: t,
|
|
49
49
|
classGroupId: o
|
|
50
|
-
}),
|
|
51
|
-
const t =
|
|
50
|
+
}), K = "-", be = [], Le = "arbitrary..", Ve = (e) => {
|
|
51
|
+
const t = Fe(e), {
|
|
52
52
|
conflictingClassGroups: o,
|
|
53
53
|
conflictingClassGroupModifiers: r
|
|
54
54
|
} = e;
|
|
55
55
|
return {
|
|
56
56
|
getClassGroupId: (a) => {
|
|
57
57
|
if (a.startsWith("[") && a.endsWith("]"))
|
|
58
|
-
return
|
|
59
|
-
const u = a.split(
|
|
60
|
-
return
|
|
58
|
+
return Ee(a);
|
|
59
|
+
const u = a.split(K), c = u[0] === "" && u.length > 1 ? 1 : 0;
|
|
60
|
+
return ve(u, c, t);
|
|
61
61
|
},
|
|
62
62
|
getConflictingClassGroupIds: (a, u) => {
|
|
63
63
|
if (u) {
|
|
64
64
|
const c = r[a], g = o[a];
|
|
65
|
-
return c ? g ?
|
|
65
|
+
return c ? g ? je(g, c) : c : g || be;
|
|
66
66
|
}
|
|
67
|
-
return o[a] ||
|
|
67
|
+
return o[a] || be;
|
|
68
68
|
}
|
|
69
69
|
};
|
|
70
|
-
},
|
|
70
|
+
}, ve = (e, t, o) => {
|
|
71
71
|
if (e.length - t === 0)
|
|
72
72
|
return o.classGroupId;
|
|
73
73
|
const i = e[t], d = o.nextPart.get(i);
|
|
74
74
|
if (d) {
|
|
75
|
-
const g =
|
|
75
|
+
const g = ve(e, t + 1, d);
|
|
76
76
|
if (g) return g;
|
|
77
77
|
}
|
|
78
78
|
const a = o.validators;
|
|
79
79
|
if (a === null)
|
|
80
80
|
return;
|
|
81
|
-
const u = t === 0 ? e.join(
|
|
81
|
+
const u = t === 0 ? e.join(K) : e.slice(t).join(K), c = a.length;
|
|
82
82
|
for (let g = 0; g < c; g++) {
|
|
83
83
|
const h = a[g];
|
|
84
84
|
if (h.validator(u))
|
|
85
85
|
return h.classGroupId;
|
|
86
86
|
}
|
|
87
|
-
},
|
|
87
|
+
}, Ee = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
88
88
|
const t = e.slice(1, -1), o = t.indexOf(":"), r = t.slice(0, o);
|
|
89
|
-
return r ?
|
|
90
|
-
})(),
|
|
89
|
+
return r ? Le + r : void 0;
|
|
90
|
+
})(), Fe = (e) => {
|
|
91
91
|
const {
|
|
92
92
|
theme: t,
|
|
93
93
|
classGroups: o
|
|
94
94
|
} = e;
|
|
95
|
-
return
|
|
96
|
-
},
|
|
97
|
-
const o =
|
|
95
|
+
return _e(o, t);
|
|
96
|
+
}, _e = (e, t) => {
|
|
97
|
+
const o = xe();
|
|
98
98
|
for (const r in e) {
|
|
99
99
|
const i = e[r];
|
|
100
100
|
ae(i, o, r, t);
|
|
@@ -104,43 +104,43 @@ const Oe = (e, t) => {
|
|
|
104
104
|
const i = e.length;
|
|
105
105
|
for (let d = 0; d < i; d++) {
|
|
106
106
|
const a = e[d];
|
|
107
|
-
|
|
107
|
+
We(a, t, o, r);
|
|
108
108
|
}
|
|
109
|
-
},
|
|
109
|
+
}, We = (e, t, o, r) => {
|
|
110
110
|
if (typeof e == "string") {
|
|
111
|
-
|
|
111
|
+
Be(e, t, o);
|
|
112
112
|
return;
|
|
113
113
|
}
|
|
114
114
|
if (typeof e == "function") {
|
|
115
|
-
|
|
115
|
+
$e(e, t, o, r);
|
|
116
116
|
return;
|
|
117
117
|
}
|
|
118
|
-
|
|
119
|
-
},
|
|
120
|
-
const r = e === "" ? t :
|
|
118
|
+
Ue(e, t, o, r);
|
|
119
|
+
}, Be = (e, t, o) => {
|
|
120
|
+
const r = e === "" ? t : Ce(t, e);
|
|
121
121
|
r.classGroupId = o;
|
|
122
|
-
},
|
|
123
|
-
if (
|
|
122
|
+
}, $e = (e, t, o, r) => {
|
|
123
|
+
if (De(e)) {
|
|
124
124
|
ae(e(r), t, o, r);
|
|
125
125
|
return;
|
|
126
126
|
}
|
|
127
|
-
t.validators === null && (t.validators = []), t.validators.push(
|
|
128
|
-
},
|
|
127
|
+
t.validators === null && (t.validators = []), t.validators.push(Oe(o, e));
|
|
128
|
+
}, Ue = (e, t, o, r) => {
|
|
129
129
|
const i = Object.entries(e), d = i.length;
|
|
130
130
|
for (let a = 0; a < d; a++) {
|
|
131
131
|
const [u, c] = i[a];
|
|
132
|
-
ae(c,
|
|
132
|
+
ae(c, Ce(t, u), o, r);
|
|
133
133
|
}
|
|
134
|
-
},
|
|
134
|
+
}, Ce = (e, t) => {
|
|
135
135
|
let o = e;
|
|
136
|
-
const r = t.split(
|
|
136
|
+
const r = t.split(K), i = r.length;
|
|
137
137
|
for (let d = 0; d < i; d++) {
|
|
138
138
|
const a = r[d];
|
|
139
139
|
let u = o.nextPart.get(a);
|
|
140
|
-
u || (u =
|
|
140
|
+
u || (u = xe(), o.nextPart.set(a, u)), o = u;
|
|
141
141
|
}
|
|
142
142
|
return o;
|
|
143
|
-
},
|
|
143
|
+
}, De = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Ye = (e) => {
|
|
144
144
|
if (e < 1)
|
|
145
145
|
return {
|
|
146
146
|
get: () => {
|
|
@@ -164,13 +164,13 @@ const Oe = (e, t) => {
|
|
|
164
164
|
d in o ? o[d] = a : i(d, a);
|
|
165
165
|
}
|
|
166
166
|
};
|
|
167
|
-
}, se = "!",
|
|
167
|
+
}, se = "!", fe = ":", qe = [], he = (e, t, o, r, i) => ({
|
|
168
168
|
modifiers: e,
|
|
169
169
|
hasImportantModifier: t,
|
|
170
170
|
baseClassName: o,
|
|
171
171
|
maybePostfixModifierPosition: r,
|
|
172
172
|
isExternal: i
|
|
173
|
-
}),
|
|
173
|
+
}), Xe = (e) => {
|
|
174
174
|
const {
|
|
175
175
|
prefix: t,
|
|
176
176
|
experimentalParseClassName: o
|
|
@@ -180,18 +180,18 @@ const Oe = (e, t) => {
|
|
|
180
180
|
let a = 0, u = 0, c = 0, g;
|
|
181
181
|
const h = i.length;
|
|
182
182
|
for (let v = 0; v < h; v++) {
|
|
183
|
-
const
|
|
183
|
+
const k = i[v];
|
|
184
184
|
if (a === 0 && u === 0) {
|
|
185
|
-
if (
|
|
185
|
+
if (k === fe) {
|
|
186
186
|
d.push(i.slice(c, v)), c = v + 1;
|
|
187
187
|
continue;
|
|
188
188
|
}
|
|
189
|
-
if (
|
|
189
|
+
if (k === "/") {
|
|
190
190
|
g = v;
|
|
191
191
|
continue;
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
|
-
|
|
194
|
+
k === "[" ? a++ : k === "]" ? a-- : k === "(" ? u++ : k === ")" && u--;
|
|
195
195
|
}
|
|
196
196
|
const x = d.length === 0 ? i : i.slice(c);
|
|
197
197
|
let C = x, M = !1;
|
|
@@ -202,12 +202,12 @@ const Oe = (e, t) => {
|
|
|
202
202
|
*/
|
|
203
203
|
x.startsWith(se) && (C = x.slice(1), M = !0)
|
|
204
204
|
);
|
|
205
|
-
const
|
|
206
|
-
return
|
|
205
|
+
const I = g && g > c ? g - c : void 0;
|
|
206
|
+
return he(d, M, C, I);
|
|
207
207
|
};
|
|
208
208
|
if (t) {
|
|
209
|
-
const i = t +
|
|
210
|
-
r = (a) => a.startsWith(i) ? d(a.slice(i.length)) :
|
|
209
|
+
const i = t + fe, d = r;
|
|
210
|
+
r = (a) => a.startsWith(i) ? d(a.slice(i.length)) : he(qe, !1, a, void 0, !0);
|
|
211
211
|
}
|
|
212
212
|
if (o) {
|
|
213
213
|
const i = r;
|
|
@@ -217,7 +217,7 @@ const Oe = (e, t) => {
|
|
|
217
217
|
});
|
|
218
218
|
}
|
|
219
219
|
return r;
|
|
220
|
-
},
|
|
220
|
+
}, Je = (e) => {
|
|
221
221
|
const t = /* @__PURE__ */ new Map();
|
|
222
222
|
return e.orderSensitiveModifiers.forEach((o, r) => {
|
|
223
223
|
t.set(o, 1e6 + r);
|
|
@@ -230,96 +230,96 @@ const Oe = (e, t) => {
|
|
|
230
230
|
}
|
|
231
231
|
return i.length > 0 && (i.sort(), r.push(...i)), r;
|
|
232
232
|
};
|
|
233
|
-
},
|
|
234
|
-
cache:
|
|
235
|
-
parseClassName:
|
|
236
|
-
sortModifiers:
|
|
237
|
-
...
|
|
238
|
-
}),
|
|
233
|
+
}, He = (e) => ({
|
|
234
|
+
cache: Ye(e.cacheSize),
|
|
235
|
+
parseClassName: Xe(e),
|
|
236
|
+
sortModifiers: Je(e),
|
|
237
|
+
...Ve(e)
|
|
238
|
+
}), Ke = /\s+/, Qe = (e, t) => {
|
|
239
239
|
const {
|
|
240
240
|
parseClassName: o,
|
|
241
241
|
getClassGroupId: r,
|
|
242
242
|
getConflictingClassGroupIds: i,
|
|
243
243
|
sortModifiers: d
|
|
244
|
-
} = t, a = [], u = e.trim().split(
|
|
244
|
+
} = t, a = [], u = e.trim().split(Ke);
|
|
245
245
|
let c = "";
|
|
246
246
|
for (let g = u.length - 1; g >= 0; g -= 1) {
|
|
247
247
|
const h = u[g], {
|
|
248
248
|
isExternal: x,
|
|
249
249
|
modifiers: C,
|
|
250
250
|
hasImportantModifier: M,
|
|
251
|
-
baseClassName:
|
|
251
|
+
baseClassName: I,
|
|
252
252
|
maybePostfixModifierPosition: v
|
|
253
253
|
} = o(h);
|
|
254
254
|
if (x) {
|
|
255
255
|
c = h + (c.length > 0 ? " " + c : c);
|
|
256
256
|
continue;
|
|
257
257
|
}
|
|
258
|
-
let
|
|
259
|
-
if (!
|
|
260
|
-
if (!
|
|
258
|
+
let k = !!v, P = r(k ? I.substring(0, v) : I);
|
|
259
|
+
if (!P) {
|
|
260
|
+
if (!k) {
|
|
261
261
|
c = h + (c.length > 0 ? " " + c : c);
|
|
262
262
|
continue;
|
|
263
263
|
}
|
|
264
|
-
if (
|
|
264
|
+
if (P = r(I), !P) {
|
|
265
265
|
c = h + (c.length > 0 ? " " + c : c);
|
|
266
266
|
continue;
|
|
267
267
|
}
|
|
268
|
-
|
|
268
|
+
k = !1;
|
|
269
269
|
}
|
|
270
|
-
const
|
|
271
|
-
if (a.indexOf(
|
|
270
|
+
const $ = C.length === 0 ? "" : C.length === 1 ? C[0] : d(C).join(":"), _ = M ? $ + se : $, j = _ + P;
|
|
271
|
+
if (a.indexOf(j) > -1)
|
|
272
272
|
continue;
|
|
273
|
-
a.push(
|
|
274
|
-
const
|
|
275
|
-
for (let G = 0; G <
|
|
276
|
-
const
|
|
277
|
-
a.push(
|
|
273
|
+
a.push(j);
|
|
274
|
+
const O = i(P, k);
|
|
275
|
+
for (let G = 0; G < O.length; ++G) {
|
|
276
|
+
const W = O[G];
|
|
277
|
+
a.push(_ + W);
|
|
278
278
|
}
|
|
279
279
|
c = h + (c.length > 0 ? " " + c : c);
|
|
280
280
|
}
|
|
281
281
|
return c;
|
|
282
|
-
},
|
|
282
|
+
}, Ze = (...e) => {
|
|
283
283
|
let t = 0, o, r, i = "";
|
|
284
284
|
for (; t < e.length; )
|
|
285
|
-
(o = e[t++]) && (r =
|
|
285
|
+
(o = e[t++]) && (r = ze(o)) && (i && (i += " "), i += r);
|
|
286
286
|
return i;
|
|
287
|
-
},
|
|
287
|
+
}, ze = (e) => {
|
|
288
288
|
if (typeof e == "string")
|
|
289
289
|
return e;
|
|
290
290
|
let t, o = "";
|
|
291
291
|
for (let r = 0; r < e.length; r++)
|
|
292
|
-
e[r] && (t =
|
|
292
|
+
e[r] && (t = ze(e[r])) && (o && (o += " "), o += t);
|
|
293
293
|
return o;
|
|
294
|
-
},
|
|
294
|
+
}, eo = (e, ...t) => {
|
|
295
295
|
let o, r, i, d;
|
|
296
296
|
const a = (c) => {
|
|
297
297
|
const g = t.reduce((h, x) => x(h), e());
|
|
298
|
-
return o =
|
|
298
|
+
return o = He(g), r = o.cache.get, i = o.cache.set, d = u, u(c);
|
|
299
299
|
}, u = (c) => {
|
|
300
300
|
const g = r(c);
|
|
301
301
|
if (g)
|
|
302
302
|
return g;
|
|
303
|
-
const h =
|
|
303
|
+
const h = Qe(c, o);
|
|
304
304
|
return i(c, h), h;
|
|
305
305
|
};
|
|
306
|
-
return d = a, (...c) => d(
|
|
307
|
-
},
|
|
308
|
-
const t = (o) => o[e] ||
|
|
306
|
+
return d = a, (...c) => d(Ze(...c));
|
|
307
|
+
}, oo = [], b = (e) => {
|
|
308
|
+
const t = (o) => o[e] || oo;
|
|
309
309
|
return t.isThemeGetter = !0, t;
|
|
310
|
-
}, Ae = /^\[(?:(\w[\w-]*):)?(.+)\]$/i,
|
|
310
|
+
}, Ae = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Se = /^\((?:(\w[\w-]*):)?(.+)\)$/i, ro = /^\d+\/\d+$/, to = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, so = /\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$/, no = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, ao = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, io = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, V = (e) => ro.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), R = (e) => !!e && Number.isInteger(Number(e)), re = (e) => e.endsWith("%") && p(e.slice(0, -1)), S = (e) => to.test(e), lo = () => !0, co = (e) => (
|
|
311
311
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
312
312
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
313
313
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
314
|
-
so.test(e) && !
|
|
315
|
-
),
|
|
314
|
+
so.test(e) && !no.test(e)
|
|
315
|
+
), Re = () => !1, mo = (e) => ao.test(e), po = (e) => io.test(e), uo = (e) => !s(e) && !n(e), go = (e) => E(e, Pe, Re), s = (e) => Ae.test(e), N = (e) => E(e, Ge, co), te = (e) => E(e, ko, p), we = (e) => E(e, Me, Re), bo = (e) => E(e, Ie, po), J = (e) => E(e, Te, mo), n = (e) => Se.test(e), B = (e) => F(e, Ge), fo = (e) => F(e, yo), ke = (e) => F(e, Me), ho = (e) => F(e, Pe), wo = (e) => F(e, Ie), H = (e) => F(e, Te, !0), E = (e, t, o) => {
|
|
316
316
|
const r = Ae.exec(e);
|
|
317
317
|
return r ? r[1] ? t(r[1]) : o(r[2]) : !1;
|
|
318
|
-
},
|
|
319
|
-
const r =
|
|
318
|
+
}, F = (e, t, o = !1) => {
|
|
319
|
+
const r = Se.exec(e);
|
|
320
320
|
return r ? r[1] ? t(r[1]) : o : !1;
|
|
321
|
-
},
|
|
322
|
-
const e = b("color"), t = b("font"), o = b("text"), r = b("font-weight"), i = b("tracking"), d = b("leading"), a = b("breakpoint"), u = b("container"), c = b("spacing"), g = b("radius"), h = b("shadow"), x = b("inset-shadow"), C = b("text-shadow"), M = b("drop-shadow"),
|
|
321
|
+
}, Me = (e) => e === "position" || e === "percentage", Ie = (e) => e === "image" || e === "url", Pe = (e) => e === "length" || e === "size" || e === "bg-size", Ge = (e) => e === "length", ko = (e) => e === "number", yo = (e) => e === "family-name", Te = (e) => e === "shadow", xo = () => {
|
|
322
|
+
const e = b("color"), t = b("font"), o = b("text"), r = b("font-weight"), i = b("tracking"), d = b("leading"), a = b("breakpoint"), u = b("container"), c = b("spacing"), g = b("radius"), h = b("shadow"), x = b("inset-shadow"), C = b("text-shadow"), M = b("drop-shadow"), I = b("blur"), v = b("perspective"), k = b("aspect"), P = b("ease"), $ = b("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], j = () => [
|
|
323
323
|
"center",
|
|
324
324
|
"top",
|
|
325
325
|
"bottom",
|
|
@@ -337,51 +337,51 @@ const Oe = (e, t) => {
|
|
|
337
337
|
"bottom-left",
|
|
338
338
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
339
339
|
"left-bottom"
|
|
340
|
-
],
|
|
341
|
-
span: ["full", R,
|
|
342
|
-
}, R,
|
|
343
|
-
position: [
|
|
340
|
+
], O = () => [...j(), n, s], G = () => ["auto", "hidden", "clip", "visible", "scroll"], W = () => ["auto", "contain", "none"], m = () => [n, s, c], z = () => [V, "full", "auto", ...m()], ie = () => [R, "none", "subgrid", n, s], le = () => ["auto", {
|
|
341
|
+
span: ["full", R, n, s]
|
|
342
|
+
}, R, n, s], U = () => [R, "auto", n, s], ce = () => ["auto", "min", "max", "fr", n, s], Z = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], L = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], A = () => ["auto", ...m()], T = () => [V, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], l = () => [e, n, s], de = () => [...j(), ke, we, {
|
|
343
|
+
position: [n, s]
|
|
344
344
|
}], me = () => ["no-repeat", {
|
|
345
345
|
repeat: ["", "x", "y", "space", "round"]
|
|
346
|
-
}], pe = () => ["auto", "cover", "contain",
|
|
347
|
-
size: [
|
|
348
|
-
}],
|
|
346
|
+
}], pe = () => ["auto", "cover", "contain", ho, go, {
|
|
347
|
+
size: [n, s]
|
|
348
|
+
}], ee = () => [re, B, N], w = () => [
|
|
349
349
|
// Deprecated since Tailwind CSS v4.0.0
|
|
350
350
|
"",
|
|
351
351
|
"none",
|
|
352
352
|
"full",
|
|
353
353
|
g,
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
],
|
|
354
|
+
n,
|
|
355
|
+
s
|
|
356
|
+
], y = () => ["", p, B, N], D = () => ["solid", "dashed", "dotted", "double"], ue = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], f = () => [p, re, ke, we], ge = () => [
|
|
357
357
|
// Deprecated since Tailwind CSS v4.0.0
|
|
358
358
|
"",
|
|
359
359
|
"none",
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
],
|
|
360
|
+
I,
|
|
361
|
+
n,
|
|
362
|
+
s
|
|
363
|
+
], Y = () => ["none", p, n, s], q = () => ["none", p, n, s], oe = () => [p, n, s], X = () => [V, "full", ...m()];
|
|
364
364
|
return {
|
|
365
365
|
cacheSize: 500,
|
|
366
366
|
theme: {
|
|
367
367
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
368
368
|
aspect: ["video"],
|
|
369
|
-
blur: [
|
|
370
|
-
breakpoint: [
|
|
371
|
-
color: [
|
|
372
|
-
container: [
|
|
373
|
-
"drop-shadow": [
|
|
369
|
+
blur: [S],
|
|
370
|
+
breakpoint: [S],
|
|
371
|
+
color: [lo],
|
|
372
|
+
container: [S],
|
|
373
|
+
"drop-shadow": [S],
|
|
374
374
|
ease: ["in", "out", "in-out"],
|
|
375
|
-
font: [
|
|
375
|
+
font: [uo],
|
|
376
376
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
377
|
-
"inset-shadow": [
|
|
377
|
+
"inset-shadow": [S],
|
|
378
378
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
379
379
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
380
|
-
radius: [
|
|
381
|
-
shadow: [
|
|
380
|
+
radius: [S],
|
|
381
|
+
shadow: [S],
|
|
382
382
|
spacing: ["px", p],
|
|
383
|
-
text: [
|
|
384
|
-
"text-shadow": [
|
|
383
|
+
text: [S],
|
|
384
|
+
"text-shadow": [S],
|
|
385
385
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
386
386
|
},
|
|
387
387
|
classGroups: {
|
|
@@ -393,7 +393,7 @@ const Oe = (e, t) => {
|
|
|
393
393
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
394
394
|
*/
|
|
395
395
|
aspect: [{
|
|
396
|
-
aspect: ["auto", "square",
|
|
396
|
+
aspect: ["auto", "square", V, s, n, k]
|
|
397
397
|
}],
|
|
398
398
|
/**
|
|
399
399
|
* Container
|
|
@@ -406,21 +406,21 @@ const Oe = (e, t) => {
|
|
|
406
406
|
* @see https://tailwindcss.com/docs/columns
|
|
407
407
|
*/
|
|
408
408
|
columns: [{
|
|
409
|
-
columns: [p,
|
|
409
|
+
columns: [p, s, n, u]
|
|
410
410
|
}],
|
|
411
411
|
/**
|
|
412
412
|
* Break After
|
|
413
413
|
* @see https://tailwindcss.com/docs/break-after
|
|
414
414
|
*/
|
|
415
415
|
"break-after": [{
|
|
416
|
-
"break-after":
|
|
416
|
+
"break-after": _()
|
|
417
417
|
}],
|
|
418
418
|
/**
|
|
419
419
|
* Break Before
|
|
420
420
|
* @see https://tailwindcss.com/docs/break-before
|
|
421
421
|
*/
|
|
422
422
|
"break-before": [{
|
|
423
|
-
"break-before":
|
|
423
|
+
"break-before": _()
|
|
424
424
|
}],
|
|
425
425
|
/**
|
|
426
426
|
* Break Inside
|
|
@@ -484,7 +484,7 @@ const Oe = (e, t) => {
|
|
|
484
484
|
* @see https://tailwindcss.com/docs/object-position
|
|
485
485
|
*/
|
|
486
486
|
"object-position": [{
|
|
487
|
-
object:
|
|
487
|
+
object: O()
|
|
488
488
|
}],
|
|
489
489
|
/**
|
|
490
490
|
* Overflow
|
|
@@ -512,21 +512,21 @@ const Oe = (e, t) => {
|
|
|
512
512
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
513
513
|
*/
|
|
514
514
|
overscroll: [{
|
|
515
|
-
overscroll:
|
|
515
|
+
overscroll: W()
|
|
516
516
|
}],
|
|
517
517
|
/**
|
|
518
518
|
* Overscroll Behavior X
|
|
519
519
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
520
520
|
*/
|
|
521
521
|
"overscroll-x": [{
|
|
522
|
-
"overscroll-x":
|
|
522
|
+
"overscroll-x": W()
|
|
523
523
|
}],
|
|
524
524
|
/**
|
|
525
525
|
* Overscroll Behavior Y
|
|
526
526
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
527
527
|
*/
|
|
528
528
|
"overscroll-y": [{
|
|
529
|
-
"overscroll-y":
|
|
529
|
+
"overscroll-y": W()
|
|
530
530
|
}],
|
|
531
531
|
/**
|
|
532
532
|
* Position
|
|
@@ -606,7 +606,7 @@ const Oe = (e, t) => {
|
|
|
606
606
|
* @see https://tailwindcss.com/docs/z-index
|
|
607
607
|
*/
|
|
608
608
|
z: [{
|
|
609
|
-
z: [R, "auto",
|
|
609
|
+
z: [R, "auto", n, s]
|
|
610
610
|
}],
|
|
611
611
|
// ------------------------
|
|
612
612
|
// --- Flexbox and Grid ---
|
|
@@ -616,7 +616,7 @@ const Oe = (e, t) => {
|
|
|
616
616
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
617
617
|
*/
|
|
618
618
|
basis: [{
|
|
619
|
-
basis: [
|
|
619
|
+
basis: [V, "full", "auto", u, ...m()]
|
|
620
620
|
}],
|
|
621
621
|
/**
|
|
622
622
|
* Flex Direction
|
|
@@ -637,28 +637,28 @@ const Oe = (e, t) => {
|
|
|
637
637
|
* @see https://tailwindcss.com/docs/flex
|
|
638
638
|
*/
|
|
639
639
|
flex: [{
|
|
640
|
-
flex: [p,
|
|
640
|
+
flex: [p, V, "auto", "initial", "none", s]
|
|
641
641
|
}],
|
|
642
642
|
/**
|
|
643
643
|
* Flex Grow
|
|
644
644
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
645
645
|
*/
|
|
646
646
|
grow: [{
|
|
647
|
-
grow: ["", p,
|
|
647
|
+
grow: ["", p, n, s]
|
|
648
648
|
}],
|
|
649
649
|
/**
|
|
650
650
|
* Flex Shrink
|
|
651
651
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
652
652
|
*/
|
|
653
653
|
shrink: [{
|
|
654
|
-
shrink: ["", p,
|
|
654
|
+
shrink: ["", p, n, s]
|
|
655
655
|
}],
|
|
656
656
|
/**
|
|
657
657
|
* Order
|
|
658
658
|
* @see https://tailwindcss.com/docs/order
|
|
659
659
|
*/
|
|
660
660
|
order: [{
|
|
661
|
-
order: [R, "first", "last", "none",
|
|
661
|
+
order: [R, "first", "last", "none", n, s]
|
|
662
662
|
}],
|
|
663
663
|
/**
|
|
664
664
|
* Grid Template Columns
|
|
@@ -679,14 +679,14 @@ const Oe = (e, t) => {
|
|
|
679
679
|
* @see https://tailwindcss.com/docs/grid-column
|
|
680
680
|
*/
|
|
681
681
|
"col-start": [{
|
|
682
|
-
"col-start":
|
|
682
|
+
"col-start": U()
|
|
683
683
|
}],
|
|
684
684
|
/**
|
|
685
685
|
* Grid Column End
|
|
686
686
|
* @see https://tailwindcss.com/docs/grid-column
|
|
687
687
|
*/
|
|
688
688
|
"col-end": [{
|
|
689
|
-
"col-end":
|
|
689
|
+
"col-end": U()
|
|
690
690
|
}],
|
|
691
691
|
/**
|
|
692
692
|
* Grid Template Rows
|
|
@@ -707,14 +707,14 @@ const Oe = (e, t) => {
|
|
|
707
707
|
* @see https://tailwindcss.com/docs/grid-row
|
|
708
708
|
*/
|
|
709
709
|
"row-start": [{
|
|
710
|
-
"row-start":
|
|
710
|
+
"row-start": U()
|
|
711
711
|
}],
|
|
712
712
|
/**
|
|
713
713
|
* Grid Row End
|
|
714
714
|
* @see https://tailwindcss.com/docs/grid-row
|
|
715
715
|
*/
|
|
716
716
|
"row-end": [{
|
|
717
|
-
"row-end":
|
|
717
|
+
"row-end": U()
|
|
718
718
|
}],
|
|
719
719
|
/**
|
|
720
720
|
* Grid Auto Flow
|
|
@@ -763,35 +763,35 @@ const Oe = (e, t) => {
|
|
|
763
763
|
* @see https://tailwindcss.com/docs/justify-content
|
|
764
764
|
*/
|
|
765
765
|
"justify-content": [{
|
|
766
|
-
justify: [...
|
|
766
|
+
justify: [...Z(), "normal"]
|
|
767
767
|
}],
|
|
768
768
|
/**
|
|
769
769
|
* Justify Items
|
|
770
770
|
* @see https://tailwindcss.com/docs/justify-items
|
|
771
771
|
*/
|
|
772
772
|
"justify-items": [{
|
|
773
|
-
"justify-items": [...
|
|
773
|
+
"justify-items": [...L(), "normal"]
|
|
774
774
|
}],
|
|
775
775
|
/**
|
|
776
776
|
* Justify Self
|
|
777
777
|
* @see https://tailwindcss.com/docs/justify-self
|
|
778
778
|
*/
|
|
779
779
|
"justify-self": [{
|
|
780
|
-
"justify-self": ["auto", ...
|
|
780
|
+
"justify-self": ["auto", ...L()]
|
|
781
781
|
}],
|
|
782
782
|
/**
|
|
783
783
|
* Align Content
|
|
784
784
|
* @see https://tailwindcss.com/docs/align-content
|
|
785
785
|
*/
|
|
786
786
|
"align-content": [{
|
|
787
|
-
content: ["normal", ...
|
|
787
|
+
content: ["normal", ...Z()]
|
|
788
788
|
}],
|
|
789
789
|
/**
|
|
790
790
|
* Align Items
|
|
791
791
|
* @see https://tailwindcss.com/docs/align-items
|
|
792
792
|
*/
|
|
793
793
|
"align-items": [{
|
|
794
|
-
items: [...
|
|
794
|
+
items: [...L(), {
|
|
795
795
|
baseline: ["", "last"]
|
|
796
796
|
}]
|
|
797
797
|
}],
|
|
@@ -800,7 +800,7 @@ const Oe = (e, t) => {
|
|
|
800
800
|
* @see https://tailwindcss.com/docs/align-self
|
|
801
801
|
*/
|
|
802
802
|
"align-self": [{
|
|
803
|
-
self: ["auto", ...
|
|
803
|
+
self: ["auto", ...L(), {
|
|
804
804
|
baseline: ["", "last"]
|
|
805
805
|
}]
|
|
806
806
|
}],
|
|
@@ -809,21 +809,21 @@ const Oe = (e, t) => {
|
|
|
809
809
|
* @see https://tailwindcss.com/docs/place-content
|
|
810
810
|
*/
|
|
811
811
|
"place-content": [{
|
|
812
|
-
"place-content":
|
|
812
|
+
"place-content": Z()
|
|
813
813
|
}],
|
|
814
814
|
/**
|
|
815
815
|
* Place Items
|
|
816
816
|
* @see https://tailwindcss.com/docs/place-items
|
|
817
817
|
*/
|
|
818
818
|
"place-items": [{
|
|
819
|
-
"place-items": [...
|
|
819
|
+
"place-items": [...L(), "baseline"]
|
|
820
820
|
}],
|
|
821
821
|
/**
|
|
822
822
|
* Place Self
|
|
823
823
|
* @see https://tailwindcss.com/docs/place-self
|
|
824
824
|
*/
|
|
825
825
|
"place-self": [{
|
|
826
|
-
"place-self": ["auto", ...
|
|
826
|
+
"place-self": ["auto", ...L()]
|
|
827
827
|
}],
|
|
828
828
|
// Spacing
|
|
829
829
|
/**
|
|
@@ -894,63 +894,63 @@ const Oe = (e, t) => {
|
|
|
894
894
|
* @see https://tailwindcss.com/docs/margin
|
|
895
895
|
*/
|
|
896
896
|
m: [{
|
|
897
|
-
m:
|
|
897
|
+
m: A()
|
|
898
898
|
}],
|
|
899
899
|
/**
|
|
900
900
|
* Margin X
|
|
901
901
|
* @see https://tailwindcss.com/docs/margin
|
|
902
902
|
*/
|
|
903
903
|
mx: [{
|
|
904
|
-
mx:
|
|
904
|
+
mx: A()
|
|
905
905
|
}],
|
|
906
906
|
/**
|
|
907
907
|
* Margin Y
|
|
908
908
|
* @see https://tailwindcss.com/docs/margin
|
|
909
909
|
*/
|
|
910
910
|
my: [{
|
|
911
|
-
my:
|
|
911
|
+
my: A()
|
|
912
912
|
}],
|
|
913
913
|
/**
|
|
914
914
|
* Margin Start
|
|
915
915
|
* @see https://tailwindcss.com/docs/margin
|
|
916
916
|
*/
|
|
917
917
|
ms: [{
|
|
918
|
-
ms:
|
|
918
|
+
ms: A()
|
|
919
919
|
}],
|
|
920
920
|
/**
|
|
921
921
|
* Margin End
|
|
922
922
|
* @see https://tailwindcss.com/docs/margin
|
|
923
923
|
*/
|
|
924
924
|
me: [{
|
|
925
|
-
me:
|
|
925
|
+
me: A()
|
|
926
926
|
}],
|
|
927
927
|
/**
|
|
928
928
|
* Margin Top
|
|
929
929
|
* @see https://tailwindcss.com/docs/margin
|
|
930
930
|
*/
|
|
931
931
|
mt: [{
|
|
932
|
-
mt:
|
|
932
|
+
mt: A()
|
|
933
933
|
}],
|
|
934
934
|
/**
|
|
935
935
|
* Margin Right
|
|
936
936
|
* @see https://tailwindcss.com/docs/margin
|
|
937
937
|
*/
|
|
938
938
|
mr: [{
|
|
939
|
-
mr:
|
|
939
|
+
mr: A()
|
|
940
940
|
}],
|
|
941
941
|
/**
|
|
942
942
|
* Margin Bottom
|
|
943
943
|
* @see https://tailwindcss.com/docs/margin
|
|
944
944
|
*/
|
|
945
945
|
mb: [{
|
|
946
|
-
mb:
|
|
946
|
+
mb: A()
|
|
947
947
|
}],
|
|
948
948
|
/**
|
|
949
949
|
* Margin Left
|
|
950
950
|
* @see https://tailwindcss.com/docs/margin
|
|
951
951
|
*/
|
|
952
952
|
ml: [{
|
|
953
|
-
ml:
|
|
953
|
+
ml: A()
|
|
954
954
|
}],
|
|
955
955
|
/**
|
|
956
956
|
* Space Between X
|
|
@@ -984,14 +984,14 @@ const Oe = (e, t) => {
|
|
|
984
984
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
985
985
|
*/
|
|
986
986
|
size: [{
|
|
987
|
-
size:
|
|
987
|
+
size: T()
|
|
988
988
|
}],
|
|
989
989
|
/**
|
|
990
990
|
* Width
|
|
991
991
|
* @see https://tailwindcss.com/docs/width
|
|
992
992
|
*/
|
|
993
993
|
w: [{
|
|
994
|
-
w: [u, "screen", ...
|
|
994
|
+
w: [u, "screen", ...T()]
|
|
995
995
|
}],
|
|
996
996
|
/**
|
|
997
997
|
* Min-Width
|
|
@@ -1003,7 +1003,7 @@ const Oe = (e, t) => {
|
|
|
1003
1003
|
"screen",
|
|
1004
1004
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1005
1005
|
"none",
|
|
1006
|
-
...
|
|
1006
|
+
...T()
|
|
1007
1007
|
]
|
|
1008
1008
|
}],
|
|
1009
1009
|
/**
|
|
@@ -1021,7 +1021,7 @@ const Oe = (e, t) => {
|
|
|
1021
1021
|
{
|
|
1022
1022
|
screen: [a]
|
|
1023
1023
|
},
|
|
1024
|
-
...
|
|
1024
|
+
...T()
|
|
1025
1025
|
]
|
|
1026
1026
|
}],
|
|
1027
1027
|
/**
|
|
@@ -1029,21 +1029,21 @@ const Oe = (e, t) => {
|
|
|
1029
1029
|
* @see https://tailwindcss.com/docs/height
|
|
1030
1030
|
*/
|
|
1031
1031
|
h: [{
|
|
1032
|
-
h: ["screen", "lh", ...
|
|
1032
|
+
h: ["screen", "lh", ...T()]
|
|
1033
1033
|
}],
|
|
1034
1034
|
/**
|
|
1035
1035
|
* Min-Height
|
|
1036
1036
|
* @see https://tailwindcss.com/docs/min-height
|
|
1037
1037
|
*/
|
|
1038
1038
|
"min-h": [{
|
|
1039
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1039
|
+
"min-h": ["screen", "lh", "none", ...T()]
|
|
1040
1040
|
}],
|
|
1041
1041
|
/**
|
|
1042
1042
|
* Max-Height
|
|
1043
1043
|
* @see https://tailwindcss.com/docs/max-height
|
|
1044
1044
|
*/
|
|
1045
1045
|
"max-h": [{
|
|
1046
|
-
"max-h": ["screen", "lh", ...
|
|
1046
|
+
"max-h": ["screen", "lh", ...T()]
|
|
1047
1047
|
}],
|
|
1048
1048
|
// ------------------
|
|
1049
1049
|
// --- Typography ---
|
|
@@ -1053,7 +1053,7 @@ const Oe = (e, t) => {
|
|
|
1053
1053
|
* @see https://tailwindcss.com/docs/font-size
|
|
1054
1054
|
*/
|
|
1055
1055
|
"font-size": [{
|
|
1056
|
-
text: ["base", o,
|
|
1056
|
+
text: ["base", o, B, N]
|
|
1057
1057
|
}],
|
|
1058
1058
|
/**
|
|
1059
1059
|
* Font Smoothing
|
|
@@ -1070,21 +1070,21 @@ const Oe = (e, t) => {
|
|
|
1070
1070
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1071
1071
|
*/
|
|
1072
1072
|
"font-weight": [{
|
|
1073
|
-
font: [r,
|
|
1073
|
+
font: [r, n, te]
|
|
1074
1074
|
}],
|
|
1075
1075
|
/**
|
|
1076
1076
|
* Font Stretch
|
|
1077
1077
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1078
1078
|
*/
|
|
1079
1079
|
"font-stretch": [{
|
|
1080
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1080
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", re, s]
|
|
1081
1081
|
}],
|
|
1082
1082
|
/**
|
|
1083
1083
|
* Font Family
|
|
1084
1084
|
* @see https://tailwindcss.com/docs/font-family
|
|
1085
1085
|
*/
|
|
1086
1086
|
"font-family": [{
|
|
1087
|
-
font: [
|
|
1087
|
+
font: [fo, s, t]
|
|
1088
1088
|
}],
|
|
1089
1089
|
/**
|
|
1090
1090
|
* Font Variant Numeric
|
|
@@ -1121,14 +1121,14 @@ const Oe = (e, t) => {
|
|
|
1121
1121
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1122
1122
|
*/
|
|
1123
1123
|
tracking: [{
|
|
1124
|
-
tracking: [i,
|
|
1124
|
+
tracking: [i, n, s]
|
|
1125
1125
|
}],
|
|
1126
1126
|
/**
|
|
1127
1127
|
* Line Clamp
|
|
1128
1128
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1129
1129
|
*/
|
|
1130
1130
|
"line-clamp": [{
|
|
1131
|
-
"line-clamp": [p, "none",
|
|
1131
|
+
"line-clamp": [p, "none", n, te]
|
|
1132
1132
|
}],
|
|
1133
1133
|
/**
|
|
1134
1134
|
* Line Height
|
|
@@ -1146,7 +1146,7 @@ const Oe = (e, t) => {
|
|
|
1146
1146
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1147
1147
|
*/
|
|
1148
1148
|
"list-image": [{
|
|
1149
|
-
"list-image": ["none",
|
|
1149
|
+
"list-image": ["none", n, s]
|
|
1150
1150
|
}],
|
|
1151
1151
|
/**
|
|
1152
1152
|
* List Style Position
|
|
@@ -1160,7 +1160,7 @@ const Oe = (e, t) => {
|
|
|
1160
1160
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1161
1161
|
*/
|
|
1162
1162
|
"list-style-type": [{
|
|
1163
|
-
list: ["disc", "decimal", "none",
|
|
1163
|
+
list: ["disc", "decimal", "none", n, s]
|
|
1164
1164
|
}],
|
|
1165
1165
|
/**
|
|
1166
1166
|
* Text Alignment
|
|
@@ -1194,14 +1194,14 @@ const Oe = (e, t) => {
|
|
|
1194
1194
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1195
1195
|
*/
|
|
1196
1196
|
"text-decoration-style": [{
|
|
1197
|
-
decoration: [...
|
|
1197
|
+
decoration: [...D(), "wavy"]
|
|
1198
1198
|
}],
|
|
1199
1199
|
/**
|
|
1200
1200
|
* Text Decoration Thickness
|
|
1201
1201
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1202
1202
|
*/
|
|
1203
1203
|
"text-decoration-thickness": [{
|
|
1204
|
-
decoration: [p, "from-font", "auto",
|
|
1204
|
+
decoration: [p, "from-font", "auto", n, N]
|
|
1205
1205
|
}],
|
|
1206
1206
|
/**
|
|
1207
1207
|
* Text Decoration Color
|
|
@@ -1215,7 +1215,7 @@ const Oe = (e, t) => {
|
|
|
1215
1215
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1216
1216
|
*/
|
|
1217
1217
|
"underline-offset": [{
|
|
1218
|
-
"underline-offset": [p, "auto",
|
|
1218
|
+
"underline-offset": [p, "auto", n, s]
|
|
1219
1219
|
}],
|
|
1220
1220
|
/**
|
|
1221
1221
|
* Text Transform
|
|
@@ -1246,7 +1246,7 @@ const Oe = (e, t) => {
|
|
|
1246
1246
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1247
1247
|
*/
|
|
1248
1248
|
"vertical-align": [{
|
|
1249
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1249
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", n, s]
|
|
1250
1250
|
}],
|
|
1251
1251
|
/**
|
|
1252
1252
|
* Whitespace
|
|
@@ -1281,7 +1281,7 @@ const Oe = (e, t) => {
|
|
|
1281
1281
|
* @see https://tailwindcss.com/docs/content
|
|
1282
1282
|
*/
|
|
1283
1283
|
content: [{
|
|
1284
|
-
content: ["none",
|
|
1284
|
+
content: ["none", n, s]
|
|
1285
1285
|
}],
|
|
1286
1286
|
// -------------------
|
|
1287
1287
|
// --- Backgrounds ---
|
|
@@ -1336,10 +1336,10 @@ const Oe = (e, t) => {
|
|
|
1336
1336
|
bg: ["none", {
|
|
1337
1337
|
linear: [{
|
|
1338
1338
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1339
|
-
}, R,
|
|
1340
|
-
radial: ["",
|
|
1341
|
-
conic: [R,
|
|
1342
|
-
},
|
|
1339
|
+
}, R, n, s],
|
|
1340
|
+
radial: ["", n, s],
|
|
1341
|
+
conic: [R, n, s]
|
|
1342
|
+
}, wo, bo]
|
|
1343
1343
|
}],
|
|
1344
1344
|
/**
|
|
1345
1345
|
* Background Color
|
|
@@ -1353,21 +1353,21 @@ const Oe = (e, t) => {
|
|
|
1353
1353
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1354
1354
|
*/
|
|
1355
1355
|
"gradient-from-pos": [{
|
|
1356
|
-
from:
|
|
1356
|
+
from: ee()
|
|
1357
1357
|
}],
|
|
1358
1358
|
/**
|
|
1359
1359
|
* Gradient Color Stops Via Position
|
|
1360
1360
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1361
1361
|
*/
|
|
1362
1362
|
"gradient-via-pos": [{
|
|
1363
|
-
via:
|
|
1363
|
+
via: ee()
|
|
1364
1364
|
}],
|
|
1365
1365
|
/**
|
|
1366
1366
|
* Gradient Color Stops To Position
|
|
1367
1367
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1368
1368
|
*/
|
|
1369
1369
|
"gradient-to-pos": [{
|
|
1370
|
-
to:
|
|
1370
|
+
to: ee()
|
|
1371
1371
|
}],
|
|
1372
1372
|
/**
|
|
1373
1373
|
* Gradient Color Stops From
|
|
@@ -1503,70 +1503,70 @@ const Oe = (e, t) => {
|
|
|
1503
1503
|
* @see https://tailwindcss.com/docs/border-width
|
|
1504
1504
|
*/
|
|
1505
1505
|
"border-w": [{
|
|
1506
|
-
border:
|
|
1506
|
+
border: y()
|
|
1507
1507
|
}],
|
|
1508
1508
|
/**
|
|
1509
1509
|
* Border Width X
|
|
1510
1510
|
* @see https://tailwindcss.com/docs/border-width
|
|
1511
1511
|
*/
|
|
1512
1512
|
"border-w-x": [{
|
|
1513
|
-
"border-x":
|
|
1513
|
+
"border-x": y()
|
|
1514
1514
|
}],
|
|
1515
1515
|
/**
|
|
1516
1516
|
* Border Width Y
|
|
1517
1517
|
* @see https://tailwindcss.com/docs/border-width
|
|
1518
1518
|
*/
|
|
1519
1519
|
"border-w-y": [{
|
|
1520
|
-
"border-y":
|
|
1520
|
+
"border-y": y()
|
|
1521
1521
|
}],
|
|
1522
1522
|
/**
|
|
1523
1523
|
* Border Width Start
|
|
1524
1524
|
* @see https://tailwindcss.com/docs/border-width
|
|
1525
1525
|
*/
|
|
1526
1526
|
"border-w-s": [{
|
|
1527
|
-
"border-s":
|
|
1527
|
+
"border-s": y()
|
|
1528
1528
|
}],
|
|
1529
1529
|
/**
|
|
1530
1530
|
* Border Width End
|
|
1531
1531
|
* @see https://tailwindcss.com/docs/border-width
|
|
1532
1532
|
*/
|
|
1533
1533
|
"border-w-e": [{
|
|
1534
|
-
"border-e":
|
|
1534
|
+
"border-e": y()
|
|
1535
1535
|
}],
|
|
1536
1536
|
/**
|
|
1537
1537
|
* Border Width Top
|
|
1538
1538
|
* @see https://tailwindcss.com/docs/border-width
|
|
1539
1539
|
*/
|
|
1540
1540
|
"border-w-t": [{
|
|
1541
|
-
"border-t":
|
|
1541
|
+
"border-t": y()
|
|
1542
1542
|
}],
|
|
1543
1543
|
/**
|
|
1544
1544
|
* Border Width Right
|
|
1545
1545
|
* @see https://tailwindcss.com/docs/border-width
|
|
1546
1546
|
*/
|
|
1547
1547
|
"border-w-r": [{
|
|
1548
|
-
"border-r":
|
|
1548
|
+
"border-r": y()
|
|
1549
1549
|
}],
|
|
1550
1550
|
/**
|
|
1551
1551
|
* Border Width Bottom
|
|
1552
1552
|
* @see https://tailwindcss.com/docs/border-width
|
|
1553
1553
|
*/
|
|
1554
1554
|
"border-w-b": [{
|
|
1555
|
-
"border-b":
|
|
1555
|
+
"border-b": y()
|
|
1556
1556
|
}],
|
|
1557
1557
|
/**
|
|
1558
1558
|
* Border Width Left
|
|
1559
1559
|
* @see https://tailwindcss.com/docs/border-width
|
|
1560
1560
|
*/
|
|
1561
1561
|
"border-w-l": [{
|
|
1562
|
-
"border-l":
|
|
1562
|
+
"border-l": y()
|
|
1563
1563
|
}],
|
|
1564
1564
|
/**
|
|
1565
1565
|
* Divide Width X
|
|
1566
1566
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1567
1567
|
*/
|
|
1568
1568
|
"divide-x": [{
|
|
1569
|
-
"divide-x":
|
|
1569
|
+
"divide-x": y()
|
|
1570
1570
|
}],
|
|
1571
1571
|
/**
|
|
1572
1572
|
* Divide Width X Reverse
|
|
@@ -1578,7 +1578,7 @@ const Oe = (e, t) => {
|
|
|
1578
1578
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1579
1579
|
*/
|
|
1580
1580
|
"divide-y": [{
|
|
1581
|
-
"divide-y":
|
|
1581
|
+
"divide-y": y()
|
|
1582
1582
|
}],
|
|
1583
1583
|
/**
|
|
1584
1584
|
* Divide Width Y Reverse
|
|
@@ -1590,14 +1590,14 @@ const Oe = (e, t) => {
|
|
|
1590
1590
|
* @see https://tailwindcss.com/docs/border-style
|
|
1591
1591
|
*/
|
|
1592
1592
|
"border-style": [{
|
|
1593
|
-
border: [...
|
|
1593
|
+
border: [...D(), "hidden", "none"]
|
|
1594
1594
|
}],
|
|
1595
1595
|
/**
|
|
1596
1596
|
* Divide Style
|
|
1597
1597
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1598
1598
|
*/
|
|
1599
1599
|
"divide-style": [{
|
|
1600
|
-
divide: [...
|
|
1600
|
+
divide: [...D(), "hidden", "none"]
|
|
1601
1601
|
}],
|
|
1602
1602
|
/**
|
|
1603
1603
|
* Border Color
|
|
@@ -1674,21 +1674,21 @@ const Oe = (e, t) => {
|
|
|
1674
1674
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1675
1675
|
*/
|
|
1676
1676
|
"outline-style": [{
|
|
1677
|
-
outline: [...
|
|
1677
|
+
outline: [...D(), "none", "hidden"]
|
|
1678
1678
|
}],
|
|
1679
1679
|
/**
|
|
1680
1680
|
* Outline Offset
|
|
1681
1681
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1682
1682
|
*/
|
|
1683
1683
|
"outline-offset": [{
|
|
1684
|
-
"outline-offset": [p,
|
|
1684
|
+
"outline-offset": [p, n, s]
|
|
1685
1685
|
}],
|
|
1686
1686
|
/**
|
|
1687
1687
|
* Outline Width
|
|
1688
1688
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1689
1689
|
*/
|
|
1690
1690
|
"outline-w": [{
|
|
1691
|
-
outline: ["", p,
|
|
1691
|
+
outline: ["", p, B, N]
|
|
1692
1692
|
}],
|
|
1693
1693
|
/**
|
|
1694
1694
|
* Outline Color
|
|
@@ -1710,8 +1710,8 @@ const Oe = (e, t) => {
|
|
|
1710
1710
|
"",
|
|
1711
1711
|
"none",
|
|
1712
1712
|
h,
|
|
1713
|
-
|
|
1714
|
-
|
|
1713
|
+
H,
|
|
1714
|
+
J
|
|
1715
1715
|
]
|
|
1716
1716
|
}],
|
|
1717
1717
|
/**
|
|
@@ -1726,7 +1726,7 @@ const Oe = (e, t) => {
|
|
|
1726
1726
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1727
1727
|
*/
|
|
1728
1728
|
"inset-shadow": [{
|
|
1729
|
-
"inset-shadow": ["none", x,
|
|
1729
|
+
"inset-shadow": ["none", x, H, J]
|
|
1730
1730
|
}],
|
|
1731
1731
|
/**
|
|
1732
1732
|
* Inset Box Shadow Color
|
|
@@ -1740,7 +1740,7 @@ const Oe = (e, t) => {
|
|
|
1740
1740
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1741
1741
|
*/
|
|
1742
1742
|
"ring-w": [{
|
|
1743
|
-
ring:
|
|
1743
|
+
ring: y()
|
|
1744
1744
|
}],
|
|
1745
1745
|
/**
|
|
1746
1746
|
* Ring Width Inset
|
|
@@ -1763,7 +1763,7 @@ const Oe = (e, t) => {
|
|
|
1763
1763
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1764
1764
|
*/
|
|
1765
1765
|
"ring-offset-w": [{
|
|
1766
|
-
"ring-offset": [p,
|
|
1766
|
+
"ring-offset": [p, N]
|
|
1767
1767
|
}],
|
|
1768
1768
|
/**
|
|
1769
1769
|
* Ring Offset Color
|
|
@@ -1779,7 +1779,7 @@ const Oe = (e, t) => {
|
|
|
1779
1779
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1780
1780
|
*/
|
|
1781
1781
|
"inset-ring-w": [{
|
|
1782
|
-
"inset-ring":
|
|
1782
|
+
"inset-ring": y()
|
|
1783
1783
|
}],
|
|
1784
1784
|
/**
|
|
1785
1785
|
* Inset Ring Color
|
|
@@ -1793,7 +1793,7 @@ const Oe = (e, t) => {
|
|
|
1793
1793
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1794
1794
|
*/
|
|
1795
1795
|
"text-shadow": [{
|
|
1796
|
-
"text-shadow": ["none", C,
|
|
1796
|
+
"text-shadow": ["none", C, H, J]
|
|
1797
1797
|
}],
|
|
1798
1798
|
/**
|
|
1799
1799
|
* Text Shadow Color
|
|
@@ -1807,7 +1807,7 @@ const Oe = (e, t) => {
|
|
|
1807
1807
|
* @see https://tailwindcss.com/docs/opacity
|
|
1808
1808
|
*/
|
|
1809
1809
|
opacity: [{
|
|
1810
|
-
opacity: [p,
|
|
1810
|
+
opacity: [p, n, s]
|
|
1811
1811
|
}],
|
|
1812
1812
|
/**
|
|
1813
1813
|
* Mix Blend Mode
|
|
@@ -1929,7 +1929,7 @@ const Oe = (e, t) => {
|
|
|
1929
1929
|
"mask-y-to": l()
|
|
1930
1930
|
}],
|
|
1931
1931
|
"mask-image-radial": [{
|
|
1932
|
-
"mask-radial": [
|
|
1932
|
+
"mask-radial": [n, s]
|
|
1933
1933
|
}],
|
|
1934
1934
|
"mask-image-radial-from-pos": [{
|
|
1935
1935
|
"mask-radial-from": f()
|
|
@@ -1953,7 +1953,7 @@ const Oe = (e, t) => {
|
|
|
1953
1953
|
}]
|
|
1954
1954
|
}],
|
|
1955
1955
|
"mask-image-radial-pos": [{
|
|
1956
|
-
"mask-radial-at":
|
|
1956
|
+
"mask-radial-at": j()
|
|
1957
1957
|
}],
|
|
1958
1958
|
"mask-image-conic-pos": [{
|
|
1959
1959
|
"mask-conic": [p]
|
|
@@ -2017,7 +2017,7 @@ const Oe = (e, t) => {
|
|
|
2017
2017
|
* @see https://tailwindcss.com/docs/mask-image
|
|
2018
2018
|
*/
|
|
2019
2019
|
"mask-image": [{
|
|
2020
|
-
mask: ["none",
|
|
2020
|
+
mask: ["none", n, s]
|
|
2021
2021
|
}],
|
|
2022
2022
|
// ---------------
|
|
2023
2023
|
// --- Filters ---
|
|
@@ -2031,8 +2031,8 @@ const Oe = (e, t) => {
|
|
|
2031
2031
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2032
2032
|
"",
|
|
2033
2033
|
"none",
|
|
2034
|
-
|
|
2035
|
-
|
|
2034
|
+
n,
|
|
2035
|
+
s
|
|
2036
2036
|
]
|
|
2037
2037
|
}],
|
|
2038
2038
|
/**
|
|
@@ -2047,14 +2047,14 @@ const Oe = (e, t) => {
|
|
|
2047
2047
|
* @see https://tailwindcss.com/docs/brightness
|
|
2048
2048
|
*/
|
|
2049
2049
|
brightness: [{
|
|
2050
|
-
brightness: [p,
|
|
2050
|
+
brightness: [p, n, s]
|
|
2051
2051
|
}],
|
|
2052
2052
|
/**
|
|
2053
2053
|
* Contrast
|
|
2054
2054
|
* @see https://tailwindcss.com/docs/contrast
|
|
2055
2055
|
*/
|
|
2056
2056
|
contrast: [{
|
|
2057
|
-
contrast: [p,
|
|
2057
|
+
contrast: [p, n, s]
|
|
2058
2058
|
}],
|
|
2059
2059
|
/**
|
|
2060
2060
|
* Drop Shadow
|
|
@@ -2066,8 +2066,8 @@ const Oe = (e, t) => {
|
|
|
2066
2066
|
"",
|
|
2067
2067
|
"none",
|
|
2068
2068
|
M,
|
|
2069
|
-
|
|
2070
|
-
|
|
2069
|
+
H,
|
|
2070
|
+
J
|
|
2071
2071
|
]
|
|
2072
2072
|
}],
|
|
2073
2073
|
/**
|
|
@@ -2082,35 +2082,35 @@ const Oe = (e, t) => {
|
|
|
2082
2082
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2083
2083
|
*/
|
|
2084
2084
|
grayscale: [{
|
|
2085
|
-
grayscale: ["", p,
|
|
2085
|
+
grayscale: ["", p, n, s]
|
|
2086
2086
|
}],
|
|
2087
2087
|
/**
|
|
2088
2088
|
* Hue Rotate
|
|
2089
2089
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2090
2090
|
*/
|
|
2091
2091
|
"hue-rotate": [{
|
|
2092
|
-
"hue-rotate": [p,
|
|
2092
|
+
"hue-rotate": [p, n, s]
|
|
2093
2093
|
}],
|
|
2094
2094
|
/**
|
|
2095
2095
|
* Invert
|
|
2096
2096
|
* @see https://tailwindcss.com/docs/invert
|
|
2097
2097
|
*/
|
|
2098
2098
|
invert: [{
|
|
2099
|
-
invert: ["", p,
|
|
2099
|
+
invert: ["", p, n, s]
|
|
2100
2100
|
}],
|
|
2101
2101
|
/**
|
|
2102
2102
|
* Saturate
|
|
2103
2103
|
* @see https://tailwindcss.com/docs/saturate
|
|
2104
2104
|
*/
|
|
2105
2105
|
saturate: [{
|
|
2106
|
-
saturate: [p,
|
|
2106
|
+
saturate: [p, n, s]
|
|
2107
2107
|
}],
|
|
2108
2108
|
/**
|
|
2109
2109
|
* Sepia
|
|
2110
2110
|
* @see https://tailwindcss.com/docs/sepia
|
|
2111
2111
|
*/
|
|
2112
2112
|
sepia: [{
|
|
2113
|
-
sepia: ["", p,
|
|
2113
|
+
sepia: ["", p, n, s]
|
|
2114
2114
|
}],
|
|
2115
2115
|
/**
|
|
2116
2116
|
* Backdrop Filter
|
|
@@ -2121,8 +2121,8 @@ const Oe = (e, t) => {
|
|
|
2121
2121
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2122
2122
|
"",
|
|
2123
2123
|
"none",
|
|
2124
|
-
|
|
2125
|
-
|
|
2124
|
+
n,
|
|
2125
|
+
s
|
|
2126
2126
|
]
|
|
2127
2127
|
}],
|
|
2128
2128
|
/**
|
|
@@ -2137,56 +2137,56 @@ const Oe = (e, t) => {
|
|
|
2137
2137
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2138
2138
|
*/
|
|
2139
2139
|
"backdrop-brightness": [{
|
|
2140
|
-
"backdrop-brightness": [p,
|
|
2140
|
+
"backdrop-brightness": [p, n, s]
|
|
2141
2141
|
}],
|
|
2142
2142
|
/**
|
|
2143
2143
|
* Backdrop Contrast
|
|
2144
2144
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2145
2145
|
*/
|
|
2146
2146
|
"backdrop-contrast": [{
|
|
2147
|
-
"backdrop-contrast": [p,
|
|
2147
|
+
"backdrop-contrast": [p, n, s]
|
|
2148
2148
|
}],
|
|
2149
2149
|
/**
|
|
2150
2150
|
* Backdrop Grayscale
|
|
2151
2151
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2152
2152
|
*/
|
|
2153
2153
|
"backdrop-grayscale": [{
|
|
2154
|
-
"backdrop-grayscale": ["", p,
|
|
2154
|
+
"backdrop-grayscale": ["", p, n, s]
|
|
2155
2155
|
}],
|
|
2156
2156
|
/**
|
|
2157
2157
|
* Backdrop Hue Rotate
|
|
2158
2158
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2159
2159
|
*/
|
|
2160
2160
|
"backdrop-hue-rotate": [{
|
|
2161
|
-
"backdrop-hue-rotate": [p,
|
|
2161
|
+
"backdrop-hue-rotate": [p, n, s]
|
|
2162
2162
|
}],
|
|
2163
2163
|
/**
|
|
2164
2164
|
* Backdrop Invert
|
|
2165
2165
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2166
2166
|
*/
|
|
2167
2167
|
"backdrop-invert": [{
|
|
2168
|
-
"backdrop-invert": ["", p,
|
|
2168
|
+
"backdrop-invert": ["", p, n, s]
|
|
2169
2169
|
}],
|
|
2170
2170
|
/**
|
|
2171
2171
|
* Backdrop Opacity
|
|
2172
2172
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2173
2173
|
*/
|
|
2174
2174
|
"backdrop-opacity": [{
|
|
2175
|
-
"backdrop-opacity": [p,
|
|
2175
|
+
"backdrop-opacity": [p, n, s]
|
|
2176
2176
|
}],
|
|
2177
2177
|
/**
|
|
2178
2178
|
* Backdrop Saturate
|
|
2179
2179
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2180
2180
|
*/
|
|
2181
2181
|
"backdrop-saturate": [{
|
|
2182
|
-
"backdrop-saturate": [p,
|
|
2182
|
+
"backdrop-saturate": [p, n, s]
|
|
2183
2183
|
}],
|
|
2184
2184
|
/**
|
|
2185
2185
|
* Backdrop Sepia
|
|
2186
2186
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2187
2187
|
*/
|
|
2188
2188
|
"backdrop-sepia": [{
|
|
2189
|
-
"backdrop-sepia": ["", p,
|
|
2189
|
+
"backdrop-sepia": ["", p, n, s]
|
|
2190
2190
|
}],
|
|
2191
2191
|
// --------------
|
|
2192
2192
|
// --- Tables ---
|
|
@@ -2241,7 +2241,7 @@ const Oe = (e, t) => {
|
|
|
2241
2241
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2242
2242
|
*/
|
|
2243
2243
|
transition: [{
|
|
2244
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2244
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", n, s]
|
|
2245
2245
|
}],
|
|
2246
2246
|
/**
|
|
2247
2247
|
* Transition Behavior
|
|
@@ -2255,28 +2255,28 @@ const Oe = (e, t) => {
|
|
|
2255
2255
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2256
2256
|
*/
|
|
2257
2257
|
duration: [{
|
|
2258
|
-
duration: [p, "initial",
|
|
2258
|
+
duration: [p, "initial", n, s]
|
|
2259
2259
|
}],
|
|
2260
2260
|
/**
|
|
2261
2261
|
* Transition Timing Function
|
|
2262
2262
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2263
2263
|
*/
|
|
2264
2264
|
ease: [{
|
|
2265
|
-
ease: ["linear", "initial",
|
|
2265
|
+
ease: ["linear", "initial", P, n, s]
|
|
2266
2266
|
}],
|
|
2267
2267
|
/**
|
|
2268
2268
|
* Transition Delay
|
|
2269
2269
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2270
2270
|
*/
|
|
2271
2271
|
delay: [{
|
|
2272
|
-
delay: [p,
|
|
2272
|
+
delay: [p, n, s]
|
|
2273
2273
|
}],
|
|
2274
2274
|
/**
|
|
2275
2275
|
* Animation
|
|
2276
2276
|
* @see https://tailwindcss.com/docs/animation
|
|
2277
2277
|
*/
|
|
2278
2278
|
animate: [{
|
|
2279
|
-
animate: ["none",
|
|
2279
|
+
animate: ["none", $, n, s]
|
|
2280
2280
|
}],
|
|
2281
2281
|
// ------------------
|
|
2282
2282
|
// --- Transforms ---
|
|
@@ -2293,70 +2293,70 @@ const Oe = (e, t) => {
|
|
|
2293
2293
|
* @see https://tailwindcss.com/docs/perspective
|
|
2294
2294
|
*/
|
|
2295
2295
|
perspective: [{
|
|
2296
|
-
perspective: [v,
|
|
2296
|
+
perspective: [v, n, s]
|
|
2297
2297
|
}],
|
|
2298
2298
|
/**
|
|
2299
2299
|
* Perspective Origin
|
|
2300
2300
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2301
2301
|
*/
|
|
2302
2302
|
"perspective-origin": [{
|
|
2303
|
-
"perspective-origin":
|
|
2303
|
+
"perspective-origin": O()
|
|
2304
2304
|
}],
|
|
2305
2305
|
/**
|
|
2306
2306
|
* Rotate
|
|
2307
2307
|
* @see https://tailwindcss.com/docs/rotate
|
|
2308
2308
|
*/
|
|
2309
2309
|
rotate: [{
|
|
2310
|
-
rotate:
|
|
2310
|
+
rotate: Y()
|
|
2311
2311
|
}],
|
|
2312
2312
|
/**
|
|
2313
2313
|
* Rotate X
|
|
2314
2314
|
* @see https://tailwindcss.com/docs/rotate
|
|
2315
2315
|
*/
|
|
2316
2316
|
"rotate-x": [{
|
|
2317
|
-
"rotate-x":
|
|
2317
|
+
"rotate-x": Y()
|
|
2318
2318
|
}],
|
|
2319
2319
|
/**
|
|
2320
2320
|
* Rotate Y
|
|
2321
2321
|
* @see https://tailwindcss.com/docs/rotate
|
|
2322
2322
|
*/
|
|
2323
2323
|
"rotate-y": [{
|
|
2324
|
-
"rotate-y":
|
|
2324
|
+
"rotate-y": Y()
|
|
2325
2325
|
}],
|
|
2326
2326
|
/**
|
|
2327
2327
|
* Rotate Z
|
|
2328
2328
|
* @see https://tailwindcss.com/docs/rotate
|
|
2329
2329
|
*/
|
|
2330
2330
|
"rotate-z": [{
|
|
2331
|
-
"rotate-z":
|
|
2331
|
+
"rotate-z": Y()
|
|
2332
2332
|
}],
|
|
2333
2333
|
/**
|
|
2334
2334
|
* Scale
|
|
2335
2335
|
* @see https://tailwindcss.com/docs/scale
|
|
2336
2336
|
*/
|
|
2337
2337
|
scale: [{
|
|
2338
|
-
scale:
|
|
2338
|
+
scale: q()
|
|
2339
2339
|
}],
|
|
2340
2340
|
/**
|
|
2341
2341
|
* Scale X
|
|
2342
2342
|
* @see https://tailwindcss.com/docs/scale
|
|
2343
2343
|
*/
|
|
2344
2344
|
"scale-x": [{
|
|
2345
|
-
"scale-x":
|
|
2345
|
+
"scale-x": q()
|
|
2346
2346
|
}],
|
|
2347
2347
|
/**
|
|
2348
2348
|
* Scale Y
|
|
2349
2349
|
* @see https://tailwindcss.com/docs/scale
|
|
2350
2350
|
*/
|
|
2351
2351
|
"scale-y": [{
|
|
2352
|
-
"scale-y":
|
|
2352
|
+
"scale-y": q()
|
|
2353
2353
|
}],
|
|
2354
2354
|
/**
|
|
2355
2355
|
* Scale Z
|
|
2356
2356
|
* @see https://tailwindcss.com/docs/scale
|
|
2357
2357
|
*/
|
|
2358
2358
|
"scale-z": [{
|
|
2359
|
-
"scale-z":
|
|
2359
|
+
"scale-z": q()
|
|
2360
2360
|
}],
|
|
2361
2361
|
/**
|
|
2362
2362
|
* Scale 3D
|
|
@@ -2368,35 +2368,35 @@ const Oe = (e, t) => {
|
|
|
2368
2368
|
* @see https://tailwindcss.com/docs/skew
|
|
2369
2369
|
*/
|
|
2370
2370
|
skew: [{
|
|
2371
|
-
skew:
|
|
2371
|
+
skew: oe()
|
|
2372
2372
|
}],
|
|
2373
2373
|
/**
|
|
2374
2374
|
* Skew X
|
|
2375
2375
|
* @see https://tailwindcss.com/docs/skew
|
|
2376
2376
|
*/
|
|
2377
2377
|
"skew-x": [{
|
|
2378
|
-
"skew-x":
|
|
2378
|
+
"skew-x": oe()
|
|
2379
2379
|
}],
|
|
2380
2380
|
/**
|
|
2381
2381
|
* Skew Y
|
|
2382
2382
|
* @see https://tailwindcss.com/docs/skew
|
|
2383
2383
|
*/
|
|
2384
2384
|
"skew-y": [{
|
|
2385
|
-
"skew-y":
|
|
2385
|
+
"skew-y": oe()
|
|
2386
2386
|
}],
|
|
2387
2387
|
/**
|
|
2388
2388
|
* Transform
|
|
2389
2389
|
* @see https://tailwindcss.com/docs/transform
|
|
2390
2390
|
*/
|
|
2391
2391
|
transform: [{
|
|
2392
|
-
transform: [
|
|
2392
|
+
transform: [n, s, "", "none", "gpu", "cpu"]
|
|
2393
2393
|
}],
|
|
2394
2394
|
/**
|
|
2395
2395
|
* Transform Origin
|
|
2396
2396
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2397
2397
|
*/
|
|
2398
2398
|
"transform-origin": [{
|
|
2399
|
-
origin:
|
|
2399
|
+
origin: O()
|
|
2400
2400
|
}],
|
|
2401
2401
|
/**
|
|
2402
2402
|
* Transform Style
|
|
@@ -2410,28 +2410,28 @@ const Oe = (e, t) => {
|
|
|
2410
2410
|
* @see https://tailwindcss.com/docs/translate
|
|
2411
2411
|
*/
|
|
2412
2412
|
translate: [{
|
|
2413
|
-
translate:
|
|
2413
|
+
translate: X()
|
|
2414
2414
|
}],
|
|
2415
2415
|
/**
|
|
2416
2416
|
* Translate X
|
|
2417
2417
|
* @see https://tailwindcss.com/docs/translate
|
|
2418
2418
|
*/
|
|
2419
2419
|
"translate-x": [{
|
|
2420
|
-
"translate-x":
|
|
2420
|
+
"translate-x": X()
|
|
2421
2421
|
}],
|
|
2422
2422
|
/**
|
|
2423
2423
|
* Translate Y
|
|
2424
2424
|
* @see https://tailwindcss.com/docs/translate
|
|
2425
2425
|
*/
|
|
2426
2426
|
"translate-y": [{
|
|
2427
|
-
"translate-y":
|
|
2427
|
+
"translate-y": X()
|
|
2428
2428
|
}],
|
|
2429
2429
|
/**
|
|
2430
2430
|
* Translate Z
|
|
2431
2431
|
* @see https://tailwindcss.com/docs/translate
|
|
2432
2432
|
*/
|
|
2433
2433
|
"translate-z": [{
|
|
2434
|
-
"translate-z":
|
|
2434
|
+
"translate-z": X()
|
|
2435
2435
|
}],
|
|
2436
2436
|
/**
|
|
2437
2437
|
* Translate None
|
|
@@ -2474,7 +2474,7 @@ const Oe = (e, t) => {
|
|
|
2474
2474
|
* @see https://tailwindcss.com/docs/cursor
|
|
2475
2475
|
*/
|
|
2476
2476
|
cursor: [{
|
|
2477
|
-
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",
|
|
2477
|
+
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", n, s]
|
|
2478
2478
|
}],
|
|
2479
2479
|
/**
|
|
2480
2480
|
* Field Sizing
|
|
@@ -2696,7 +2696,7 @@ const Oe = (e, t) => {
|
|
|
2696
2696
|
* @see https://tailwindcss.com/docs/will-change
|
|
2697
2697
|
*/
|
|
2698
2698
|
"will-change": [{
|
|
2699
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2699
|
+
"will-change": ["auto", "scroll", "contents", "transform", n, s]
|
|
2700
2700
|
}],
|
|
2701
2701
|
// -----------
|
|
2702
2702
|
// --- SVG ---
|
|
@@ -2713,7 +2713,7 @@ const Oe = (e, t) => {
|
|
|
2713
2713
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2714
2714
|
*/
|
|
2715
2715
|
"stroke-w": [{
|
|
2716
|
-
stroke: [p,
|
|
2716
|
+
stroke: [p, B, N, te]
|
|
2717
2717
|
}],
|
|
2718
2718
|
/**
|
|
2719
2719
|
* Stroke
|
|
@@ -2788,18 +2788,18 @@ const Oe = (e, t) => {
|
|
|
2788
2788
|
},
|
|
2789
2789
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2790
2790
|
};
|
|
2791
|
-
},
|
|
2792
|
-
function
|
|
2793
|
-
return
|
|
2791
|
+
}, vo = /* @__PURE__ */ eo(xo);
|
|
2792
|
+
function Co(...e) {
|
|
2793
|
+
return vo(Ne(e));
|
|
2794
2794
|
}
|
|
2795
|
-
const
|
|
2795
|
+
const Ro = ({
|
|
2796
2796
|
className: e,
|
|
2797
2797
|
children: t,
|
|
2798
2798
|
disabled: o
|
|
2799
|
-
}) => /* @__PURE__ */
|
|
2799
|
+
}) => /* @__PURE__ */ Q(
|
|
2800
2800
|
"div",
|
|
2801
2801
|
{
|
|
2802
|
-
className:
|
|
2802
|
+
className: Co(
|
|
2803
2803
|
"p-4 rounded-lg border transition-colors",
|
|
2804
2804
|
"bg-white dark:bg-gray-900",
|
|
2805
2805
|
"border-gray-200 dark:border-gray-700",
|
|
@@ -2811,14 +2811,14 @@ const Mo = ({
|
|
|
2811
2811
|
"aria-label": "ComplianceChecker",
|
|
2812
2812
|
children: t || "ComplianceChecker Component"
|
|
2813
2813
|
}
|
|
2814
|
-
),
|
|
2814
|
+
), Mo = ({
|
|
2815
2815
|
className: e,
|
|
2816
2816
|
children: t,
|
|
2817
2817
|
disabled: o
|
|
2818
|
-
}) => /* @__PURE__ */
|
|
2818
|
+
}) => /* @__PURE__ */ Q(
|
|
2819
2819
|
"div",
|
|
2820
2820
|
{
|
|
2821
|
-
className:
|
|
2821
|
+
className: ne(
|
|
2822
2822
|
"p-4 rounded-lg border transition-colors",
|
|
2823
2823
|
"bg-white dark:bg-gray-900",
|
|
2824
2824
|
"border-gray-200 dark:border-gray-700",
|
|
@@ -2834,10 +2834,10 @@ const Mo = ({
|
|
|
2834
2834
|
className: e,
|
|
2835
2835
|
children: t,
|
|
2836
2836
|
disabled: o
|
|
2837
|
-
}) => /* @__PURE__ */
|
|
2837
|
+
}) => /* @__PURE__ */ Q(
|
|
2838
2838
|
"div",
|
|
2839
2839
|
{
|
|
2840
|
-
className:
|
|
2840
|
+
className: ne(
|
|
2841
2841
|
"p-4 rounded-lg border transition-colors",
|
|
2842
2842
|
"bg-white dark:bg-gray-900",
|
|
2843
2843
|
"border-gray-200 dark:border-gray-700",
|
|
@@ -2849,45 +2849,10 @@ const Mo = ({
|
|
|
2849
2849
|
"aria-label": "PolicyManager",
|
|
2850
2850
|
children: t || "PolicyManager Component"
|
|
2851
2851
|
}
|
|
2852
|
-
), Go = ({
|
|
2853
|
-
onSave: e,
|
|
2854
|
-
width: t = 400,
|
|
2855
|
-
height: o = 200,
|
|
2856
|
-
className: r
|
|
2857
|
-
}) => /* @__PURE__ */ be(
|
|
2858
|
-
"div",
|
|
2859
|
-
{
|
|
2860
|
-
className: Z(
|
|
2861
|
-
"border border-gray-300 dark:border-gray-700 rounded-lg",
|
|
2862
|
-
r
|
|
2863
|
-
),
|
|
2864
|
-
children: [
|
|
2865
|
-
/* @__PURE__ */ j(
|
|
2866
|
-
"canvas",
|
|
2867
|
-
{
|
|
2868
|
-
width: t,
|
|
2869
|
-
height: o,
|
|
2870
|
-
className: "bg-white dark:bg-gray-900"
|
|
2871
|
-
}
|
|
2872
|
-
),
|
|
2873
|
-
/* @__PURE__ */ be("div", { className: "flex gap-2 p-2", children: [
|
|
2874
|
-
/* @__PURE__ */ j("button", { className: "px-3 py-1 bg-blue-500 text-white rounded hover:bg-blue-600", children: "Clear" }),
|
|
2875
|
-
/* @__PURE__ */ j(
|
|
2876
|
-
"button",
|
|
2877
|
-
{
|
|
2878
|
-
onClick: () => e?.(""),
|
|
2879
|
-
className: "px-3 py-1 bg-green-500 text-white rounded hover:bg-green-600",
|
|
2880
|
-
children: "Save"
|
|
2881
|
-
}
|
|
2882
|
-
)
|
|
2883
|
-
] })
|
|
2884
|
-
]
|
|
2885
|
-
}
|
|
2886
2852
|
);
|
|
2887
2853
|
export {
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
Io as PolicyManager
|
|
2892
|
-
Go as SignaturePad
|
|
2854
|
+
So as ClaimSubmission,
|
|
2855
|
+
Ro as ComplianceChecker,
|
|
2856
|
+
Mo as ContractViewer,
|
|
2857
|
+
Io as PolicyManager
|
|
2893
2858
|
};
|