@clasing/ui 2.6.0 → 2.7.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/badge-DK9gdPpu.cjs +91 -0
- package/dist/badge-aFyTFGVU.js +173 -0
- package/dist/button-2VesFn_C.js +256 -0
- package/dist/button-DWBp81pk.cjs +70 -0
- package/dist/card-DkYKwjsA.cjs +12 -0
- package/dist/{card-Cv2M4wv8.js → card-aAzRmGVH.js} +19 -5
- package/dist/chip-BlWb6w16.cjs +17 -0
- package/dist/chip-BmqvnZuy.js +116 -0
- package/dist/{clasing-icon-Bym32_-4.cjs → clasing-icon-CHt2Otn8.cjs} +1 -1
- package/dist/{clasing-icon-BIYMLc8o.js → clasing-icon-CJQQN554.js} +1 -1
- package/dist/command-FBkK3fzE.cjs +36 -0
- package/dist/{command-CGrOI2Z9.js → command-Vk11GgqU.js} +67 -26
- package/dist/components/accordion.cjs.js +20 -1
- package/dist/components/accordion.es.js +38 -16
- package/dist/components/alert-dialog.cjs.js +17 -1
- package/dist/components/alert-dialog.es.js +23 -7
- package/dist/components/alert.cjs.js +6 -1
- package/dist/components/alert.d.ts +1 -2
- package/dist/components/alert.es.js +54 -50
- package/dist/components/avatar.cjs.js +1 -1
- package/dist/components/avatar.es.js +1 -1
- package/dist/components/badge.cjs.js +1 -1
- package/dist/components/badge.d.ts +1 -1
- package/dist/components/badge.es.js +1 -1
- package/dist/components/blocks/interactive-card.cjs.js +5 -1
- package/dist/components/blocks/interactive-card.es.js +60 -56
- package/dist/components/blocks/selectable-chips.cjs.js +1 -1
- package/dist/components/blocks/selectable-chips.d.ts +6 -6
- package/dist/components/blocks/selectable-chips.es.js +88 -55
- package/dist/components/breadcrumb.cjs.js +1 -1
- package/dist/components/breadcrumb.es.js +1 -1
- package/dist/components/button-group.cjs.js +1 -1
- package/dist/components/button-group.es.js +3 -3
- package/dist/components/button.cjs.js +1 -1
- package/dist/components/button.d.ts +8 -17
- package/dist/components/button.es.js +2 -4
- package/dist/components/calendar.cjs.js +73 -1
- package/dist/components/calendar.es.js +120 -42
- package/dist/components/card.cjs.js +1 -1
- package/dist/components/card.es.js +1 -1
- package/dist/components/chart.cjs.js +27 -2
- package/dist/components/chart.es.js +38 -7
- package/dist/components/checkbox.cjs.js +15 -1
- package/dist/components/checkbox.es.js +28 -14
- package/dist/components/chip.cjs.js +1 -1
- package/dist/components/chip.d.ts +3 -3
- package/dist/components/chip.es.js +1 -1
- package/dist/components/clasing-icon.cjs.js +1 -1
- package/dist/components/clasing-icon.es.js +1 -1
- package/dist/components/collapsible.cjs.js +10 -1
- package/dist/components/collapsible.es.js +17 -8
- package/dist/components/command.cjs.js +1 -1
- package/dist/components/command.es.js +1 -1
- package/dist/components/context-menu.cjs.js +71 -1
- package/dist/components/context-menu.es.js +94 -12
- package/dist/components/dialog.cjs.js +1 -1
- package/dist/components/dialog.es.js +1 -1
- package/dist/components/divider.cjs.js +1 -1
- package/dist/components/divider.es.js +1 -1
- package/dist/components/drawer.cjs.js +42 -1
- package/dist/components/drawer.es.js +63 -17
- package/dist/components/dropdown-menu.cjs.js +69 -1
- package/dist/components/dropdown-menu.es.js +101 -21
- package/dist/components/form.cjs.js +1 -1
- package/dist/components/form.es.js +21 -21
- package/dist/components/hover-card.cjs.js +13 -1
- package/dist/components/hover-card.es.js +14 -2
- package/dist/components/input-otp.cjs.js +19 -1
- package/dist/components/input-otp.es.js +49 -25
- package/dist/components/input.cjs.js +1 -1
- package/dist/components/input.es.js +1 -1
- package/dist/components/kbd.cjs.js +9 -1
- package/dist/components/kbd.es.js +11 -3
- package/dist/components/label.cjs.js +1 -1
- package/dist/components/label.es.js +1 -1
- package/dist/components/menubar.cjs.js +75 -1
- package/dist/components/menubar.es.js +118 -32
- package/dist/components/multi-select.cjs.js +24 -1
- package/dist/components/multi-select.es.js +61 -27
- package/dist/components/navigation-menu.cjs.js +71 -1
- package/dist/components/navigation-menu.es.js +86 -11
- package/dist/components/phone-input.cjs.js +21 -1
- package/dist/components/phone-input.es.js +267 -174
- package/dist/components/popover.cjs.js +1 -1
- package/dist/components/popover.es.js +1 -1
- package/dist/components/progress.cjs.js +1 -1
- package/dist/components/progress.es.js +3 -3
- package/dist/components/resizable.cjs.js +22 -1
- package/dist/components/resizable.d.ts +1 -1
- package/dist/components/resizable.es.js +52 -17
- package/dist/components/scroll-area.cjs.js +1 -1
- package/dist/components/scroll-area.es.js +1 -1
- package/dist/components/select.cjs.js +57 -1
- package/dist/components/select.d.ts +2 -1
- package/dist/components/select.es.js +83 -23
- package/dist/components/sheet.cjs.js +36 -1
- package/dist/components/sheet.es.js +75 -34
- package/dist/components/skeleton.cjs.js +1 -1
- package/dist/components/skeleton.es.js +1 -1
- package/dist/components/slider.cjs.js +23 -1
- package/dist/components/slider.es.js +46 -24
- package/dist/components/sonner.cjs.js +15 -1
- package/dist/components/sonner.es.js +67 -41
- package/dist/components/switch.cjs.js +19 -1
- package/dist/components/switch.es.js +29 -11
- package/dist/components/table.cjs.js +20 -1
- package/dist/components/table.es.js +56 -34
- package/dist/components/textarea.cjs.js +22 -1
- package/dist/components/textarea.es.js +46 -25
- package/dist/components/toggle-group.cjs.js +12 -1
- package/dist/components/toggle-group.es.js +15 -4
- package/dist/components/toggle.cjs.js +1 -1
- package/dist/components/toggle.es.js +1 -1
- package/dist/components/tooltip.cjs.js +1 -1
- package/dist/components/tooltip.es.js +1 -1
- package/dist/dialog-BUaX7IId.cjs +28 -0
- package/dist/{dialog-CH4VxKX4.js → dialog-CdmsVmRe.js} +41 -14
- package/dist/divider-D4EfIlt3.cjs +1 -0
- package/dist/{divider-BMxVoyPg.js → divider-DumyhJI_.js} +6 -6
- package/dist/entries/button.d.ts +2 -2
- package/dist/index-Bfismeyo.cjs +6 -0
- package/dist/{index-ECyCsPX0.cjs → index-BmhzhLcV.cjs} +1 -1
- package/dist/{index-DEha_UuN.js → index-CnqageB2.js} +1 -1
- package/dist/{index-BCEGphus.js → index-CwFDnnd3.js} +678 -519
- package/dist/input-kOA9xJIa.js +122 -0
- package/dist/input-u-OTHOPe.cjs +28 -0
- package/dist/label-BteX4MEt.js +27 -0
- package/dist/label-O3mSiGyx.cjs +7 -0
- package/dist/popover-A1-x5q-F.cjs +13 -0
- package/dist/{popover-BzUZg2od.js → popover-eQq2Is-I.js} +14 -2
- package/dist/{scroll-area-CxpVQq0v.js → scroll-area-CJy_EOqT.js} +10 -5
- package/dist/scroll-area-DFyIQG6Z.cjs +6 -0
- package/dist/toggle-BdWGPLza.cjs +21 -0
- package/dist/toggle-DuhnqdDT.js +63 -0
- package/dist/tooltip-BYeLeBei.js +74 -0
- package/dist/tooltip-BZWEHWmU.cjs +14 -0
- package/dist/ui.css +209 -209
- package/package.json +32 -27
- package/dist/badge-C29hQNIG.js +0 -84
- package/dist/badge-Da_xHgvC.cjs +0 -1
- package/dist/button-BIGg5o8m.js +0 -213
- package/dist/button-BsQuxg6u.cjs +0 -1
- package/dist/card-COFAc2zN.cjs +0 -1
- package/dist/chip-C_Uh7fe6.cjs +0 -1
- package/dist/chip-ZryYiiU1.js +0 -89
- package/dist/command-CrtCQpi_.cjs +0 -1
- package/dist/dialog-DHZARK1o.cjs +0 -1
- package/dist/divider-BcIwJzm7.cjs +0 -1
- package/dist/index-9HRzXEQf.cjs +0 -6
- package/dist/input-BdGPpUZ8.js +0 -82
- package/dist/input-DDgYyRSP.cjs +0 -1
- package/dist/label-Bl6V6esj.js +0 -21
- package/dist/label-D3iN3bzS.cjs +0 -1
- package/dist/popover-Cj78cvz1.cjs +0 -1
- package/dist/scroll-area-D74XszlE.cjs +0 -1
- package/dist/toggle-99EXLQgX.js +0 -43
- package/dist/toggle-CtoQhQby.cjs +0 -1
- package/dist/tooltip-CHBabriJ.js +0 -56
- package/dist/tooltip-Dd6ylN0m.cjs +0 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
function
|
|
5
|
-
if (
|
|
6
|
-
|
|
1
|
+
import Ye from "react";
|
|
2
|
+
var ce = { exports: {} }, ee = {};
|
|
3
|
+
var ke;
|
|
4
|
+
function $e() {
|
|
5
|
+
if (ke) return ee;
|
|
6
|
+
ke = 1;
|
|
7
7
|
var e = /* @__PURE__ */ Symbol.for("react.transitional.element"), n = /* @__PURE__ */ Symbol.for("react.fragment");
|
|
8
8
|
function t(o, s, c) {
|
|
9
9
|
var i = null;
|
|
@@ -20,45 +20,45 @@ function Le() {
|
|
|
20
20
|
props: c
|
|
21
21
|
};
|
|
22
22
|
}
|
|
23
|
-
return
|
|
23
|
+
return ee.Fragment = n, ee.jsx = t, ee.jsxs = t, ee;
|
|
24
24
|
}
|
|
25
|
-
var
|
|
26
|
-
var
|
|
27
|
-
function
|
|
28
|
-
return
|
|
25
|
+
var re = {};
|
|
26
|
+
var we;
|
|
27
|
+
function De() {
|
|
28
|
+
return we || (we = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
29
29
|
function e(r) {
|
|
30
30
|
if (r == null) return null;
|
|
31
31
|
if (typeof r == "function")
|
|
32
|
-
return r.$$typeof ===
|
|
32
|
+
return r.$$typeof === ne ? null : r.displayName || r.name || null;
|
|
33
33
|
if (typeof r == "string") return r;
|
|
34
34
|
switch (r) {
|
|
35
|
-
case
|
|
35
|
+
case _:
|
|
36
36
|
return "Fragment";
|
|
37
|
-
case
|
|
37
|
+
case X:
|
|
38
38
|
return "Profiler";
|
|
39
|
-
case
|
|
39
|
+
case N:
|
|
40
40
|
return "StrictMode";
|
|
41
|
-
case
|
|
41
|
+
case M:
|
|
42
42
|
return "Suspense";
|
|
43
|
-
case
|
|
43
|
+
case B:
|
|
44
44
|
return "SuspenseList";
|
|
45
|
-
case
|
|
45
|
+
case te:
|
|
46
46
|
return "Activity";
|
|
47
47
|
}
|
|
48
48
|
if (typeof r == "object")
|
|
49
49
|
switch (typeof r.tag == "number" && console.error(
|
|
50
50
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
51
51
|
), r.$$typeof) {
|
|
52
|
-
case
|
|
52
|
+
case z:
|
|
53
53
|
return "Portal";
|
|
54
|
-
case
|
|
54
|
+
case F:
|
|
55
55
|
return r.displayName || "Context";
|
|
56
|
-
case
|
|
56
|
+
case U:
|
|
57
57
|
return (r._context.displayName || "Context") + ".Consumer";
|
|
58
|
-
case
|
|
58
|
+
case V:
|
|
59
59
|
var f = r.render;
|
|
60
60
|
return r = r.displayName, r || (r = f.displayName || f.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
|
|
61
|
-
case
|
|
61
|
+
case d:
|
|
62
62
|
return f = r.displayName || null, f !== null ? f : e(r.type) || "Memo";
|
|
63
63
|
case A:
|
|
64
64
|
f = r._payload, r = r._init;
|
|
@@ -81,16 +81,16 @@ function Fe() {
|
|
|
81
81
|
}
|
|
82
82
|
if (f) {
|
|
83
83
|
f = console;
|
|
84
|
-
var
|
|
85
|
-
return
|
|
84
|
+
var h = f.error, w = typeof Symbol == "function" && Symbol.toStringTag && r[Symbol.toStringTag] || r.constructor.name || "Object";
|
|
85
|
+
return h.call(
|
|
86
86
|
f,
|
|
87
87
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
88
|
-
|
|
88
|
+
w
|
|
89
89
|
), n(r);
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
92
|
function o(r) {
|
|
93
|
-
if (r ===
|
|
93
|
+
if (r === _) return "<>";
|
|
94
94
|
if (typeof r == "object" && r !== null && r.$$typeof === A)
|
|
95
95
|
return "<...>";
|
|
96
96
|
try {
|
|
@@ -101,48 +101,48 @@ function Fe() {
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
function s() {
|
|
104
|
-
var r =
|
|
104
|
+
var r = W.A;
|
|
105
105
|
return r === null ? null : r.getOwner();
|
|
106
106
|
}
|
|
107
107
|
function c() {
|
|
108
108
|
return Error("react-stack-top-frame");
|
|
109
109
|
}
|
|
110
110
|
function i(r) {
|
|
111
|
-
if (
|
|
111
|
+
if (Q.call(r, "key")) {
|
|
112
112
|
var f = Object.getOwnPropertyDescriptor(r, "key").get;
|
|
113
113
|
if (f && f.isReactWarning) return !1;
|
|
114
114
|
}
|
|
115
115
|
return r.key !== void 0;
|
|
116
116
|
}
|
|
117
117
|
function b(r, f) {
|
|
118
|
-
function
|
|
118
|
+
function h() {
|
|
119
119
|
S || (S = !0, console.error(
|
|
120
120
|
"%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)",
|
|
121
121
|
f
|
|
122
122
|
));
|
|
123
123
|
}
|
|
124
|
-
|
|
125
|
-
get:
|
|
124
|
+
h.isReactWarning = !0, Object.defineProperty(r, "key", {
|
|
125
|
+
get: h,
|
|
126
126
|
configurable: !0
|
|
127
127
|
});
|
|
128
128
|
}
|
|
129
|
-
function
|
|
129
|
+
function m() {
|
|
130
130
|
var r = e(this.type);
|
|
131
|
-
return
|
|
131
|
+
return I[r] || (I[r] = !0, console.error(
|
|
132
132
|
"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."
|
|
133
133
|
)), r = this.props.ref, r !== void 0 ? r : null;
|
|
134
134
|
}
|
|
135
|
-
function
|
|
136
|
-
var
|
|
135
|
+
function g(r, f, h, w, v, R) {
|
|
136
|
+
var k = h.ref;
|
|
137
137
|
return r = {
|
|
138
|
-
$$typeof:
|
|
138
|
+
$$typeof: O,
|
|
139
139
|
type: r,
|
|
140
140
|
key: f,
|
|
141
|
-
props:
|
|
142
|
-
_owner:
|
|
143
|
-
}, (
|
|
141
|
+
props: h,
|
|
142
|
+
_owner: w
|
|
143
|
+
}, (k !== void 0 ? k : null) !== null ? Object.defineProperty(r, "ref", {
|
|
144
144
|
enumerable: !1,
|
|
145
|
-
get:
|
|
145
|
+
get: m
|
|
146
146
|
}) : Object.defineProperty(r, "ref", { enumerable: !1, value: null }), r._store = {}, Object.defineProperty(r._store, "validated", {
|
|
147
147
|
configurable: !1,
|
|
148
148
|
enumerable: !1,
|
|
@@ -157,229 +157,229 @@ function Fe() {
|
|
|
157
157
|
configurable: !1,
|
|
158
158
|
enumerable: !1,
|
|
159
159
|
writable: !0,
|
|
160
|
-
value:
|
|
160
|
+
value: v
|
|
161
161
|
}), Object.defineProperty(r, "_debugTask", {
|
|
162
162
|
configurable: !1,
|
|
163
163
|
enumerable: !1,
|
|
164
164
|
writable: !0,
|
|
165
|
-
value:
|
|
165
|
+
value: R
|
|
166
166
|
}), Object.freeze && (Object.freeze(r.props), Object.freeze(r)), r;
|
|
167
167
|
}
|
|
168
|
-
function
|
|
169
|
-
var
|
|
170
|
-
if (
|
|
171
|
-
if (
|
|
172
|
-
if (
|
|
173
|
-
for (
|
|
174
|
-
|
|
175
|
-
Object.freeze && Object.freeze(
|
|
168
|
+
function y(r, f, h, w, v, R) {
|
|
169
|
+
var k = f.children;
|
|
170
|
+
if (k !== void 0)
|
|
171
|
+
if (w)
|
|
172
|
+
if (K(k)) {
|
|
173
|
+
for (w = 0; w < k.length; w++)
|
|
174
|
+
T(k[w]);
|
|
175
|
+
Object.freeze && Object.freeze(k);
|
|
176
176
|
} else
|
|
177
177
|
console.error(
|
|
178
178
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
179
179
|
);
|
|
180
|
-
else
|
|
181
|
-
if (
|
|
182
|
-
|
|
183
|
-
var
|
|
184
|
-
return
|
|
180
|
+
else T(k);
|
|
181
|
+
if (Q.call(f, "key")) {
|
|
182
|
+
k = e(r);
|
|
183
|
+
var G = Object.keys(f).filter(function(se) {
|
|
184
|
+
return se !== "key";
|
|
185
185
|
});
|
|
186
|
-
|
|
186
|
+
w = 0 < G.length ? "{key: someKey, " + G.join(": ..., ") + ": ...}" : "{key: someKey}", u[k + w] || (G = 0 < G.length ? "{" + G.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
187
187
|
`A props object containing a "key" prop is being spread into JSX:
|
|
188
188
|
let props = %s;
|
|
189
189
|
<%s {...props} />
|
|
190
190
|
React keys must be passed directly to JSX without using spread:
|
|
191
191
|
let props = %s;
|
|
192
192
|
<%s key={someKey} {...props} />`,
|
|
193
|
+
w,
|
|
193
194
|
k,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
), ee[h + k] = !0);
|
|
195
|
+
G,
|
|
196
|
+
k
|
|
197
|
+
), u[k + w] = !0);
|
|
198
198
|
}
|
|
199
|
-
if (
|
|
200
|
-
|
|
201
|
-
for (var
|
|
202
|
-
|
|
203
|
-
} else
|
|
204
|
-
return
|
|
205
|
-
|
|
199
|
+
if (k = null, h !== void 0 && (t(h), k = "" + h), i(f) && (t(f.key), k = "" + f.key), "key" in f) {
|
|
200
|
+
h = {};
|
|
201
|
+
for (var x in f)
|
|
202
|
+
x !== "key" && (h[x] = f[x]);
|
|
203
|
+
} else h = f;
|
|
204
|
+
return k && b(
|
|
205
|
+
h,
|
|
206
206
|
typeof r == "function" ? r.displayName || r.name || "Unknown" : r
|
|
207
|
-
),
|
|
207
|
+
), g(
|
|
208
208
|
r,
|
|
209
|
+
k,
|
|
209
210
|
h,
|
|
210
|
-
g,
|
|
211
211
|
s(),
|
|
212
|
-
|
|
213
|
-
|
|
212
|
+
v,
|
|
213
|
+
R
|
|
214
214
|
);
|
|
215
215
|
}
|
|
216
|
-
function
|
|
217
|
-
|
|
216
|
+
function T(r) {
|
|
217
|
+
C(r) ? r._store && (r._store.validated = 1) : typeof r == "object" && r !== null && r.$$typeof === A && (r._payload.status === "fulfilled" ? C(r._payload.value) && r._payload.value._store && (r._payload.value._store.validated = 1) : r._store && (r._store.validated = 1));
|
|
218
218
|
}
|
|
219
|
-
function
|
|
220
|
-
return typeof r == "object" && r !== null && r.$$typeof ===
|
|
219
|
+
function C(r) {
|
|
220
|
+
return typeof r == "object" && r !== null && r.$$typeof === O;
|
|
221
221
|
}
|
|
222
|
-
var
|
|
222
|
+
var P = Ye, O = /* @__PURE__ */ Symbol.for("react.transitional.element"), z = /* @__PURE__ */ Symbol.for("react.portal"), _ = /* @__PURE__ */ Symbol.for("react.fragment"), N = /* @__PURE__ */ Symbol.for("react.strict_mode"), X = /* @__PURE__ */ Symbol.for("react.profiler"), U = /* @__PURE__ */ Symbol.for("react.consumer"), F = /* @__PURE__ */ Symbol.for("react.context"), V = /* @__PURE__ */ Symbol.for("react.forward_ref"), M = /* @__PURE__ */ Symbol.for("react.suspense"), B = /* @__PURE__ */ Symbol.for("react.suspense_list"), d = /* @__PURE__ */ Symbol.for("react.memo"), A = /* @__PURE__ */ Symbol.for("react.lazy"), te = /* @__PURE__ */ Symbol.for("react.activity"), ne = /* @__PURE__ */ Symbol.for("react.client.reference"), W = P.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Q = Object.prototype.hasOwnProperty, K = Array.isArray, j = console.createTask ? console.createTask : function() {
|
|
223
223
|
return null;
|
|
224
224
|
};
|
|
225
|
-
|
|
225
|
+
P = {
|
|
226
226
|
react_stack_bottom_frame: function(r) {
|
|
227
227
|
return r();
|
|
228
228
|
}
|
|
229
229
|
};
|
|
230
|
-
var S,
|
|
231
|
-
|
|
230
|
+
var S, I = {}, H = P.react_stack_bottom_frame.bind(
|
|
231
|
+
P,
|
|
232
232
|
c
|
|
233
|
-
)(),
|
|
234
|
-
|
|
235
|
-
var
|
|
236
|
-
return
|
|
233
|
+
)(), Z = j(o(c)), u = {};
|
|
234
|
+
re.Fragment = _, re.jsx = function(r, f, h) {
|
|
235
|
+
var w = 1e4 > W.recentlyCreatedOwnerStacks++;
|
|
236
|
+
return y(
|
|
237
237
|
r,
|
|
238
238
|
f,
|
|
239
|
-
|
|
239
|
+
h,
|
|
240
240
|
!1,
|
|
241
|
-
|
|
242
|
-
|
|
241
|
+
w ? Error("react-stack-top-frame") : H,
|
|
242
|
+
w ? j(o(r)) : Z
|
|
243
243
|
);
|
|
244
|
-
},
|
|
245
|
-
var
|
|
246
|
-
return
|
|
244
|
+
}, re.jsxs = function(r, f, h) {
|
|
245
|
+
var w = 1e4 > W.recentlyCreatedOwnerStacks++;
|
|
246
|
+
return y(
|
|
247
247
|
r,
|
|
248
248
|
f,
|
|
249
|
-
|
|
249
|
+
h,
|
|
250
250
|
!0,
|
|
251
|
-
|
|
252
|
-
|
|
251
|
+
w ? Error("react-stack-top-frame") : H,
|
|
252
|
+
w ? j(o(r)) : Z
|
|
253
253
|
);
|
|
254
254
|
};
|
|
255
|
-
})()),
|
|
255
|
+
})()), re;
|
|
256
256
|
}
|
|
257
|
-
var
|
|
258
|
-
function
|
|
259
|
-
return
|
|
257
|
+
var xe;
|
|
258
|
+
function Ue() {
|
|
259
|
+
return xe || (xe = 1, process.env.NODE_ENV === "production" ? ce.exports = $e() : ce.exports = De()), ce.exports;
|
|
260
260
|
}
|
|
261
|
-
var
|
|
262
|
-
function
|
|
261
|
+
var Gr = Ue();
|
|
262
|
+
function Te(e) {
|
|
263
263
|
var n, t, o = "";
|
|
264
264
|
if (typeof e == "string" || typeof e == "number") o += e;
|
|
265
265
|
else if (typeof e == "object") if (Array.isArray(e)) {
|
|
266
266
|
var s = e.length;
|
|
267
|
-
for (n = 0; n < s; n++) e[n] && (t =
|
|
267
|
+
for (n = 0; n < s; n++) e[n] && (t = Te(e[n])) && (o && (o += " "), o += t);
|
|
268
268
|
} else for (t in e) e[t] && (o && (o += " "), o += t);
|
|
269
269
|
return o;
|
|
270
270
|
}
|
|
271
|
-
function
|
|
272
|
-
for (var e, n, t = 0, o = "", s = arguments.length; t < s; t++) (e = arguments[t]) && (n =
|
|
271
|
+
function Be() {
|
|
272
|
+
for (var e, n, t = 0, o = "", s = arguments.length; t < s; t++) (e = arguments[t]) && (n = Te(e)) && (o && (o += " "), o += n);
|
|
273
273
|
return o;
|
|
274
274
|
}
|
|
275
|
-
const
|
|
275
|
+
const qe = (e, n) => {
|
|
276
276
|
const t = new Array(e.length + n.length);
|
|
277
277
|
for (let o = 0; o < e.length; o++)
|
|
278
278
|
t[o] = e[o];
|
|
279
279
|
for (let o = 0; o < n.length; o++)
|
|
280
280
|
t[e.length + o] = n[o];
|
|
281
281
|
return t;
|
|
282
|
-
},
|
|
282
|
+
}, Je = (e, n) => ({
|
|
283
283
|
classGroupId: e,
|
|
284
284
|
validator: n
|
|
285
|
-
}),
|
|
285
|
+
}), Se = (e = /* @__PURE__ */ new Map(), n = null, t) => ({
|
|
286
286
|
nextPart: e,
|
|
287
287
|
validators: n,
|
|
288
288
|
classGroupId: t
|
|
289
|
-
}),
|
|
290
|
-
const n =
|
|
289
|
+
}), me = "-", ye = [], Xe = "arbitrary..", He = (e) => {
|
|
290
|
+
const n = Qe(e), {
|
|
291
291
|
conflictingClassGroups: t,
|
|
292
292
|
conflictingClassGroupModifiers: o
|
|
293
293
|
} = e;
|
|
294
294
|
return {
|
|
295
295
|
getClassGroupId: (i) => {
|
|
296
296
|
if (i.startsWith("[") && i.endsWith("]"))
|
|
297
|
-
return
|
|
298
|
-
const b = i.split(
|
|
299
|
-
return
|
|
297
|
+
return Ze(i);
|
|
298
|
+
const b = i.split(me), m = b[0] === "" && b.length > 1 ? 1 : 0;
|
|
299
|
+
return Ce(b, m, n);
|
|
300
300
|
},
|
|
301
301
|
getConflictingClassGroupIds: (i, b) => {
|
|
302
302
|
if (b) {
|
|
303
|
-
const
|
|
304
|
-
return
|
|
303
|
+
const m = o[i], g = t[i];
|
|
304
|
+
return m ? g ? qe(g, m) : m : g || ye;
|
|
305
305
|
}
|
|
306
|
-
return t[i] ||
|
|
306
|
+
return t[i] || ye;
|
|
307
307
|
}
|
|
308
308
|
};
|
|
309
|
-
},
|
|
309
|
+
}, Ce = (e, n, t) => {
|
|
310
310
|
if (e.length - n === 0)
|
|
311
311
|
return t.classGroupId;
|
|
312
312
|
const s = e[n], c = t.nextPart.get(s);
|
|
313
313
|
if (c) {
|
|
314
|
-
const
|
|
315
|
-
if (
|
|
314
|
+
const g = Ce(e, n + 1, c);
|
|
315
|
+
if (g) return g;
|
|
316
316
|
}
|
|
317
317
|
const i = t.validators;
|
|
318
318
|
if (i === null)
|
|
319
319
|
return;
|
|
320
|
-
const b = n === 0 ? e.join(
|
|
321
|
-
for (let
|
|
322
|
-
const
|
|
323
|
-
if (
|
|
324
|
-
return
|
|
320
|
+
const b = n === 0 ? e.join(me) : e.slice(n).join(me), m = i.length;
|
|
321
|
+
for (let g = 0; g < m; g++) {
|
|
322
|
+
const y = i[g];
|
|
323
|
+
if (y.validator(b))
|
|
324
|
+
return y.classGroupId;
|
|
325
325
|
}
|
|
326
|
-
},
|
|
326
|
+
}, Ze = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
327
327
|
const n = e.slice(1, -1), t = n.indexOf(":"), o = n.slice(0, t);
|
|
328
|
-
return o ?
|
|
329
|
-
})(),
|
|
328
|
+
return o ? Xe + o : void 0;
|
|
329
|
+
})(), Qe = (e) => {
|
|
330
330
|
const {
|
|
331
331
|
theme: n,
|
|
332
332
|
classGroups: t
|
|
333
333
|
} = e;
|
|
334
|
-
return
|
|
335
|
-
},
|
|
336
|
-
const t =
|
|
334
|
+
return Ke(t, n);
|
|
335
|
+
}, Ke = (e, n) => {
|
|
336
|
+
const t = Se();
|
|
337
337
|
for (const o in e) {
|
|
338
338
|
const s = e[o];
|
|
339
|
-
|
|
339
|
+
ge(s, t, o, n);
|
|
340
340
|
}
|
|
341
341
|
return t;
|
|
342
|
-
},
|
|
342
|
+
}, ge = (e, n, t, o) => {
|
|
343
343
|
const s = e.length;
|
|
344
344
|
for (let c = 0; c < s; c++) {
|
|
345
345
|
const i = e[c];
|
|
346
|
-
|
|
346
|
+
er(i, n, t, o);
|
|
347
347
|
}
|
|
348
|
-
},
|
|
348
|
+
}, er = (e, n, t, o) => {
|
|
349
349
|
if (typeof e == "string") {
|
|
350
|
-
|
|
350
|
+
rr(e, n, t);
|
|
351
351
|
return;
|
|
352
352
|
}
|
|
353
353
|
if (typeof e == "function") {
|
|
354
|
-
|
|
354
|
+
or(e, n, t, o);
|
|
355
355
|
return;
|
|
356
356
|
}
|
|
357
|
-
|
|
358
|
-
},
|
|
359
|
-
const o = e === "" ? n :
|
|
357
|
+
tr(e, n, t, o);
|
|
358
|
+
}, rr = (e, n, t) => {
|
|
359
|
+
const o = e === "" ? n : ze(n, e);
|
|
360
360
|
o.classGroupId = t;
|
|
361
|
-
},
|
|
362
|
-
if (
|
|
363
|
-
|
|
361
|
+
}, or = (e, n, t, o) => {
|
|
362
|
+
if (nr(e)) {
|
|
363
|
+
ge(e(o), n, t, o);
|
|
364
364
|
return;
|
|
365
365
|
}
|
|
366
|
-
n.validators === null && (n.validators = []), n.validators.push(
|
|
367
|
-
},
|
|
366
|
+
n.validators === null && (n.validators = []), n.validators.push(Je(t, e));
|
|
367
|
+
}, tr = (e, n, t, o) => {
|
|
368
368
|
const s = Object.entries(e), c = s.length;
|
|
369
369
|
for (let i = 0; i < c; i++) {
|
|
370
|
-
const [b,
|
|
371
|
-
|
|
370
|
+
const [b, m] = s[i];
|
|
371
|
+
ge(m, ze(n, b), t, o);
|
|
372
372
|
}
|
|
373
|
-
},
|
|
373
|
+
}, ze = (e, n) => {
|
|
374
374
|
let t = e;
|
|
375
|
-
const o = n.split(
|
|
375
|
+
const o = n.split(me), s = o.length;
|
|
376
376
|
for (let c = 0; c < s; c++) {
|
|
377
377
|
const i = o[c];
|
|
378
378
|
let b = t.nextPart.get(i);
|
|
379
|
-
b || (b =
|
|
379
|
+
b || (b = Se(), t.nextPart.set(i, b)), t = b;
|
|
380
380
|
}
|
|
381
381
|
return t;
|
|
382
|
-
},
|
|
382
|
+
}, nr = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, sr = (e) => {
|
|
383
383
|
if (e < 1)
|
|
384
384
|
return {
|
|
385
385
|
get: () => {
|
|
@@ -403,50 +403,50 @@ const We = (e, n) => {
|
|
|
403
403
|
c in t ? t[c] = i : s(c, i);
|
|
404
404
|
}
|
|
405
405
|
};
|
|
406
|
-
},
|
|
406
|
+
}, be = "!", ve = ":", ar = [], Re = (e, n, t, o, s) => ({
|
|
407
407
|
modifiers: e,
|
|
408
408
|
hasImportantModifier: n,
|
|
409
409
|
baseClassName: t,
|
|
410
410
|
maybePostfixModifierPosition: o,
|
|
411
411
|
isExternal: s
|
|
412
|
-
}),
|
|
412
|
+
}), lr = (e) => {
|
|
413
413
|
const {
|
|
414
414
|
prefix: n,
|
|
415
415
|
experimentalParseClassName: t
|
|
416
416
|
} = e;
|
|
417
417
|
let o = (s) => {
|
|
418
418
|
const c = [];
|
|
419
|
-
let i = 0, b = 0,
|
|
420
|
-
const
|
|
421
|
-
for (let
|
|
422
|
-
const
|
|
419
|
+
let i = 0, b = 0, m = 0, g;
|
|
420
|
+
const y = s.length;
|
|
421
|
+
for (let z = 0; z < y; z++) {
|
|
422
|
+
const _ = s[z];
|
|
423
423
|
if (i === 0 && b === 0) {
|
|
424
|
-
if (
|
|
425
|
-
c.push(s.slice(
|
|
424
|
+
if (_ === ve) {
|
|
425
|
+
c.push(s.slice(m, z)), m = z + 1;
|
|
426
426
|
continue;
|
|
427
427
|
}
|
|
428
|
-
if (
|
|
429
|
-
|
|
428
|
+
if (_ === "/") {
|
|
429
|
+
g = z;
|
|
430
430
|
continue;
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
|
-
|
|
433
|
+
_ === "[" ? i++ : _ === "]" ? i-- : _ === "(" ? b++ : _ === ")" && b--;
|
|
434
434
|
}
|
|
435
|
-
const
|
|
436
|
-
let
|
|
437
|
-
|
|
435
|
+
const T = c.length === 0 ? s : s.slice(m);
|
|
436
|
+
let C = T, P = !1;
|
|
437
|
+
T.endsWith(be) ? (C = T.slice(0, -1), P = !0) : (
|
|
438
438
|
/**
|
|
439
439
|
* In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
|
|
440
440
|
* @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
|
|
441
441
|
*/
|
|
442
|
-
|
|
442
|
+
T.startsWith(be) && (C = T.slice(1), P = !0)
|
|
443
443
|
);
|
|
444
|
-
const
|
|
445
|
-
return
|
|
444
|
+
const O = g && g > m ? g - m : void 0;
|
|
445
|
+
return Re(c, P, C, O);
|
|
446
446
|
};
|
|
447
447
|
if (n) {
|
|
448
|
-
const s = n +
|
|
449
|
-
o = (i) => i.startsWith(s) ? c(i.slice(s.length)) :
|
|
448
|
+
const s = n + ve, c = o;
|
|
449
|
+
o = (i) => i.startsWith(s) ? c(i.slice(s.length)) : Re(ar, !1, i, void 0, !0);
|
|
450
450
|
}
|
|
451
451
|
if (t) {
|
|
452
452
|
const s = o;
|
|
@@ -456,7 +456,7 @@ const We = (e, n) => {
|
|
|
456
456
|
});
|
|
457
457
|
}
|
|
458
458
|
return o;
|
|
459
|
-
},
|
|
459
|
+
}, ir = (e) => {
|
|
460
460
|
const n = /* @__PURE__ */ new Map();
|
|
461
461
|
return e.orderSensitiveModifiers.forEach((t, o) => {
|
|
462
462
|
n.set(t, 1e6 + o);
|
|
@@ -464,101 +464,101 @@ const We = (e, n) => {
|
|
|
464
464
|
const o = [];
|
|
465
465
|
let s = [];
|
|
466
466
|
for (let c = 0; c < t.length; c++) {
|
|
467
|
-
const i = t[c], b = i[0] === "[",
|
|
468
|
-
b ||
|
|
467
|
+
const i = t[c], b = i[0] === "[", m = n.has(i);
|
|
468
|
+
b || m ? (s.length > 0 && (s.sort(), o.push(...s), s = []), o.push(i)) : s.push(i);
|
|
469
469
|
}
|
|
470
470
|
return s.length > 0 && (s.sort(), o.push(...s)), o;
|
|
471
471
|
};
|
|
472
|
-
},
|
|
473
|
-
cache:
|
|
474
|
-
parseClassName:
|
|
475
|
-
sortModifiers:
|
|
476
|
-
...
|
|
477
|
-
}),
|
|
472
|
+
}, cr = (e) => ({
|
|
473
|
+
cache: sr(e.cacheSize),
|
|
474
|
+
parseClassName: lr(e),
|
|
475
|
+
sortModifiers: ir(e),
|
|
476
|
+
...He(e)
|
|
477
|
+
}), dr = /\s+/, ur = (e, n) => {
|
|
478
478
|
const {
|
|
479
479
|
parseClassName: t,
|
|
480
480
|
getClassGroupId: o,
|
|
481
481
|
getConflictingClassGroupIds: s,
|
|
482
482
|
sortModifiers: c
|
|
483
|
-
} = n, i = [], b = e.trim().split(
|
|
484
|
-
let
|
|
485
|
-
for (let
|
|
486
|
-
const
|
|
487
|
-
isExternal:
|
|
488
|
-
modifiers:
|
|
489
|
-
hasImportantModifier:
|
|
490
|
-
baseClassName:
|
|
491
|
-
maybePostfixModifierPosition:
|
|
492
|
-
} = t(
|
|
493
|
-
if (
|
|
494
|
-
|
|
483
|
+
} = n, i = [], b = e.trim().split(dr);
|
|
484
|
+
let m = "";
|
|
485
|
+
for (let g = b.length - 1; g >= 0; g -= 1) {
|
|
486
|
+
const y = b[g], {
|
|
487
|
+
isExternal: T,
|
|
488
|
+
modifiers: C,
|
|
489
|
+
hasImportantModifier: P,
|
|
490
|
+
baseClassName: O,
|
|
491
|
+
maybePostfixModifierPosition: z
|
|
492
|
+
} = t(y);
|
|
493
|
+
if (T) {
|
|
494
|
+
m = y + (m.length > 0 ? " " + m : m);
|
|
495
495
|
continue;
|
|
496
496
|
}
|
|
497
|
-
let
|
|
498
|
-
if (!
|
|
499
|
-
if (!
|
|
500
|
-
|
|
497
|
+
let _ = !!z, N = o(_ ? O.substring(0, z) : O);
|
|
498
|
+
if (!N) {
|
|
499
|
+
if (!_) {
|
|
500
|
+
m = y + (m.length > 0 ? " " + m : m);
|
|
501
501
|
continue;
|
|
502
502
|
}
|
|
503
|
-
if (
|
|
504
|
-
|
|
503
|
+
if (N = o(O), !N) {
|
|
504
|
+
m = y + (m.length > 0 ? " " + m : m);
|
|
505
505
|
continue;
|
|
506
506
|
}
|
|
507
|
-
|
|
507
|
+
_ = !1;
|
|
508
508
|
}
|
|
509
|
-
const
|
|
510
|
-
if (i.indexOf(
|
|
509
|
+
const X = C.length === 0 ? "" : C.length === 1 ? C[0] : c(C).join(":"), U = P ? X + be : X, F = U + N;
|
|
510
|
+
if (i.indexOf(F) > -1)
|
|
511
511
|
continue;
|
|
512
|
-
i.push(
|
|
513
|
-
const
|
|
514
|
-
for (let
|
|
515
|
-
const
|
|
516
|
-
i.push(
|
|
512
|
+
i.push(F);
|
|
513
|
+
const V = s(N, _);
|
|
514
|
+
for (let M = 0; M < V.length; ++M) {
|
|
515
|
+
const B = V[M];
|
|
516
|
+
i.push(U + B);
|
|
517
517
|
}
|
|
518
|
-
|
|
518
|
+
m = y + (m.length > 0 ? " " + m : m);
|
|
519
519
|
}
|
|
520
|
-
return
|
|
521
|
-
},
|
|
520
|
+
return m;
|
|
521
|
+
}, mr = (...e) => {
|
|
522
522
|
let n = 0, t, o, s = "";
|
|
523
523
|
for (; n < e.length; )
|
|
524
|
-
(t = e[n++]) && (o =
|
|
524
|
+
(t = e[n++]) && (o = Pe(t)) && (s && (s += " "), s += o);
|
|
525
525
|
return s;
|
|
526
|
-
},
|
|
526
|
+
}, Pe = (e) => {
|
|
527
527
|
if (typeof e == "string")
|
|
528
528
|
return e;
|
|
529
529
|
let n, t = "";
|
|
530
530
|
for (let o = 0; o < e.length; o++)
|
|
531
|
-
e[o] && (n =
|
|
531
|
+
e[o] && (n = Pe(e[o])) && (t && (t += " "), t += n);
|
|
532
532
|
return t;
|
|
533
|
-
},
|
|
533
|
+
}, fr = (e, ...n) => {
|
|
534
534
|
let t, o, s, c;
|
|
535
|
-
const i = (
|
|
536
|
-
const
|
|
537
|
-
return t =
|
|
538
|
-
}, b = (
|
|
539
|
-
const
|
|
540
|
-
if (
|
|
541
|
-
return
|
|
542
|
-
const
|
|
543
|
-
return s(
|
|
535
|
+
const i = (m) => {
|
|
536
|
+
const g = n.reduce((y, T) => T(y), e());
|
|
537
|
+
return t = cr(g), o = t.cache.get, s = t.cache.set, c = b, b(m);
|
|
538
|
+
}, b = (m) => {
|
|
539
|
+
const g = o(m);
|
|
540
|
+
if (g)
|
|
541
|
+
return g;
|
|
542
|
+
const y = ur(m, t);
|
|
543
|
+
return s(m, y), y;
|
|
544
544
|
};
|
|
545
|
-
return c = i, (...
|
|
546
|
-
},
|
|
547
|
-
const n = (t) => t[e] ||
|
|
545
|
+
return c = i, (...m) => c(mr(...m));
|
|
546
|
+
}, pr = [], E = (e) => {
|
|
547
|
+
const n = (t) => t[e] || pr;
|
|
548
548
|
return n.isThemeGetter = !0, n;
|
|
549
|
-
},
|
|
549
|
+
}, Oe = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, je = /^\((?:(\w[\w-]*):)?(.+)\)$/i, br = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, gr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, hr = /\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$/, kr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, wr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, xr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, Y = (e) => br.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), $ = (e) => !!e && Number.isInteger(Number(e)), pe = (e) => e.endsWith("%") && p(e.slice(0, -1)), L = (e) => gr.test(e), Ie = () => !0, yr = (e) => (
|
|
550
550
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
551
551
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
552
552
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
553
|
-
|
|
554
|
-
),
|
|
555
|
-
const o =
|
|
553
|
+
hr.test(e) && !kr.test(e)
|
|
554
|
+
), he = () => !1, vr = (e) => wr.test(e), Rr = (e) => xr.test(e), Er = (e) => !a(e) && !l(e), _r = (e) => D(e, Ge, he), a = (e) => Oe.test(e), q = (e) => D(e, Le, yr), Ee = (e) => D(e, jr, p), Ar = (e) => D(e, Ve, Ie), Tr = (e) => D(e, Fe, he), _e = (e) => D(e, Ne, he), Sr = (e) => D(e, Me, Rr), de = (e) => D(e, We, vr), l = (e) => je.test(e), oe = (e) => J(e, Le), Cr = (e) => J(e, Fe), Ae = (e) => J(e, Ne), zr = (e) => J(e, Ge), Pr = (e) => J(e, Me), ue = (e) => J(e, We, !0), Or = (e) => J(e, Ve, !0), D = (e, n, t) => {
|
|
555
|
+
const o = Oe.exec(e);
|
|
556
556
|
return o ? o[1] ? n(o[1]) : t(o[2]) : !1;
|
|
557
|
-
},
|
|
558
|
-
const o =
|
|
557
|
+
}, J = (e, n, t = !1) => {
|
|
558
|
+
const o = je.exec(e);
|
|
559
559
|
return o ? o[1] ? n(o[1]) : t : !1;
|
|
560
|
-
},
|
|
561
|
-
const e =
|
|
560
|
+
}, Ne = (e) => e === "position" || e === "percentage", Me = (e) => e === "image" || e === "url", Ge = (e) => e === "length" || e === "size" || e === "bg-size", Le = (e) => e === "length", jr = (e) => e === "number", Fe = (e) => e === "family-name", Ve = (e) => e === "number" || e === "weight", We = (e) => e === "shadow", Ir = () => {
|
|
561
|
+
const e = E("color"), n = E("font"), t = E("text"), o = E("font-weight"), s = E("tracking"), c = E("leading"), i = E("breakpoint"), b = E("container"), m = E("spacing"), g = E("radius"), y = E("shadow"), T = E("inset-shadow"), C = E("text-shadow"), P = E("drop-shadow"), O = E("blur"), z = E("perspective"), _ = E("aspect"), N = E("ease"), X = E("animate"), U = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], F = () => [
|
|
562
562
|
"center",
|
|
563
563
|
"top",
|
|
564
564
|
"bottom",
|
|
@@ -576,51 +576,51 @@ const We = (e, n) => {
|
|
|
576
576
|
"bottom-left",
|
|
577
577
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
578
578
|
"left-bottom"
|
|
579
|
-
],
|
|
580
|
-
span: ["full",
|
|
581
|
-
},
|
|
579
|
+
], V = () => [...F(), l, a], M = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], d = () => [l, a, m], A = () => [Y, "full", "auto", ...d()], te = () => [$, "none", "subgrid", l, a], ne = () => ["auto", {
|
|
580
|
+
span: ["full", $, l, a]
|
|
581
|
+
}, $, l, a], W = () => [$, "auto", l, a], Q = () => ["auto", "min", "max", "fr", l, a], K = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], j = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], S = () => ["auto", ...d()], I = () => [Y, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...d()], H = () => [Y, "screen", "full", "dvw", "lvw", "svw", "min", "max", "fit", ...d()], Z = () => [Y, "screen", "full", "lh", "dvh", "lvh", "svh", "min", "max", "fit", ...d()], u = () => [e, l, a], r = () => [...F(), Ae, _e, {
|
|
582
582
|
position: [l, a]
|
|
583
|
-
}],
|
|
583
|
+
}], f = () => ["no-repeat", {
|
|
584
584
|
repeat: ["", "x", "y", "space", "round"]
|
|
585
|
-
}],
|
|
585
|
+
}], h = () => ["auto", "cover", "contain", zr, _r, {
|
|
586
586
|
size: [l, a]
|
|
587
|
-
}],
|
|
587
|
+
}], w = () => [pe, oe, q], v = () => [
|
|
588
588
|
// Deprecated since Tailwind CSS v4.0.0
|
|
589
589
|
"",
|
|
590
590
|
"none",
|
|
591
591
|
"full",
|
|
592
|
-
|
|
592
|
+
g,
|
|
593
593
|
l,
|
|
594
594
|
a
|
|
595
|
-
],
|
|
595
|
+
], R = () => ["", p, oe, q], k = () => ["solid", "dashed", "dotted", "double"], G = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], x = () => [p, pe, Ae, _e], se = () => [
|
|
596
596
|
// Deprecated since Tailwind CSS v4.0.0
|
|
597
597
|
"",
|
|
598
598
|
"none",
|
|
599
|
-
|
|
599
|
+
O,
|
|
600
600
|
l,
|
|
601
601
|
a
|
|
602
|
-
],
|
|
602
|
+
], ae = () => ["none", p, l, a], le = () => ["none", p, l, a], fe = () => [p, l, a], ie = () => [Y, "full", ...d()];
|
|
603
603
|
return {
|
|
604
604
|
cacheSize: 500,
|
|
605
605
|
theme: {
|
|
606
606
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
607
607
|
aspect: ["video"],
|
|
608
|
-
blur: [
|
|
609
|
-
breakpoint: [
|
|
610
|
-
color: [
|
|
611
|
-
container: [
|
|
612
|
-
"drop-shadow": [
|
|
608
|
+
blur: [L],
|
|
609
|
+
breakpoint: [L],
|
|
610
|
+
color: [Ie],
|
|
611
|
+
container: [L],
|
|
612
|
+
"drop-shadow": [L],
|
|
613
613
|
ease: ["in", "out", "in-out"],
|
|
614
|
-
font: [
|
|
614
|
+
font: [Er],
|
|
615
615
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
616
|
-
"inset-shadow": [
|
|
616
|
+
"inset-shadow": [L],
|
|
617
617
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
618
618
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
619
|
-
radius: [
|
|
620
|
-
shadow: [
|
|
619
|
+
radius: [L],
|
|
620
|
+
shadow: [L],
|
|
621
621
|
spacing: ["px", p],
|
|
622
|
-
text: [
|
|
623
|
-
"text-shadow": [
|
|
622
|
+
text: [L],
|
|
623
|
+
"text-shadow": [L],
|
|
624
624
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
625
625
|
},
|
|
626
626
|
classGroups: {
|
|
@@ -632,7 +632,7 @@ const We = (e, n) => {
|
|
|
632
632
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
633
633
|
*/
|
|
634
634
|
aspect: [{
|
|
635
|
-
aspect: ["auto", "square",
|
|
635
|
+
aspect: ["auto", "square", Y, a, l, _]
|
|
636
636
|
}],
|
|
637
637
|
/**
|
|
638
638
|
* Container
|
|
@@ -652,14 +652,14 @@ const We = (e, n) => {
|
|
|
652
652
|
* @see https://tailwindcss.com/docs/break-after
|
|
653
653
|
*/
|
|
654
654
|
"break-after": [{
|
|
655
|
-
"break-after":
|
|
655
|
+
"break-after": U()
|
|
656
656
|
}],
|
|
657
657
|
/**
|
|
658
658
|
* Break Before
|
|
659
659
|
* @see https://tailwindcss.com/docs/break-before
|
|
660
660
|
*/
|
|
661
661
|
"break-before": [{
|
|
662
|
-
"break-before":
|
|
662
|
+
"break-before": U()
|
|
663
663
|
}],
|
|
664
664
|
/**
|
|
665
665
|
* Break Inside
|
|
@@ -723,49 +723,49 @@ const We = (e, n) => {
|
|
|
723
723
|
* @see https://tailwindcss.com/docs/object-position
|
|
724
724
|
*/
|
|
725
725
|
"object-position": [{
|
|
726
|
-
object:
|
|
726
|
+
object: V()
|
|
727
727
|
}],
|
|
728
728
|
/**
|
|
729
729
|
* Overflow
|
|
730
730
|
* @see https://tailwindcss.com/docs/overflow
|
|
731
731
|
*/
|
|
732
732
|
overflow: [{
|
|
733
|
-
overflow:
|
|
733
|
+
overflow: M()
|
|
734
734
|
}],
|
|
735
735
|
/**
|
|
736
736
|
* Overflow X
|
|
737
737
|
* @see https://tailwindcss.com/docs/overflow
|
|
738
738
|
*/
|
|
739
739
|
"overflow-x": [{
|
|
740
|
-
"overflow-x":
|
|
740
|
+
"overflow-x": M()
|
|
741
741
|
}],
|
|
742
742
|
/**
|
|
743
743
|
* Overflow Y
|
|
744
744
|
* @see https://tailwindcss.com/docs/overflow
|
|
745
745
|
*/
|
|
746
746
|
"overflow-y": [{
|
|
747
|
-
"overflow-y":
|
|
747
|
+
"overflow-y": M()
|
|
748
748
|
}],
|
|
749
749
|
/**
|
|
750
750
|
* Overscroll Behavior
|
|
751
751
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
752
752
|
*/
|
|
753
753
|
overscroll: [{
|
|
754
|
-
overscroll:
|
|
754
|
+
overscroll: B()
|
|
755
755
|
}],
|
|
756
756
|
/**
|
|
757
757
|
* Overscroll Behavior X
|
|
758
758
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
759
759
|
*/
|
|
760
760
|
"overscroll-x": [{
|
|
761
|
-
"overscroll-x":
|
|
761
|
+
"overscroll-x": B()
|
|
762
762
|
}],
|
|
763
763
|
/**
|
|
764
764
|
* Overscroll Behavior Y
|
|
765
765
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
766
766
|
*/
|
|
767
767
|
"overscroll-y": [{
|
|
768
|
-
"overscroll-y":
|
|
768
|
+
"overscroll-y": B()
|
|
769
769
|
}],
|
|
770
770
|
/**
|
|
771
771
|
* Position
|
|
@@ -773,40 +773,66 @@ const We = (e, n) => {
|
|
|
773
773
|
*/
|
|
774
774
|
position: ["static", "fixed", "absolute", "relative", "sticky"],
|
|
775
775
|
/**
|
|
776
|
-
*
|
|
776
|
+
* Inset
|
|
777
777
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
778
778
|
*/
|
|
779
779
|
inset: [{
|
|
780
780
|
inset: A()
|
|
781
781
|
}],
|
|
782
782
|
/**
|
|
783
|
-
*
|
|
783
|
+
* Inset Inline
|
|
784
784
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
785
785
|
*/
|
|
786
786
|
"inset-x": [{
|
|
787
787
|
"inset-x": A()
|
|
788
788
|
}],
|
|
789
789
|
/**
|
|
790
|
-
*
|
|
790
|
+
* Inset Block
|
|
791
791
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
792
792
|
*/
|
|
793
793
|
"inset-y": [{
|
|
794
794
|
"inset-y": A()
|
|
795
795
|
}],
|
|
796
796
|
/**
|
|
797
|
-
* Start
|
|
797
|
+
* Inset Inline Start
|
|
798
798
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
799
|
+
* @todo class group will be renamed to `inset-s` in next major release
|
|
799
800
|
*/
|
|
800
801
|
start: [{
|
|
802
|
+
"inset-s": A(),
|
|
803
|
+
/**
|
|
804
|
+
* @deprecated since Tailwind CSS v4.2.0 in favor of `inset-s-*` utilities.
|
|
805
|
+
* @see https://github.com/tailwindlabs/tailwindcss/pull/19613
|
|
806
|
+
*/
|
|
801
807
|
start: A()
|
|
802
808
|
}],
|
|
803
809
|
/**
|
|
804
|
-
* End
|
|
810
|
+
* Inset Inline End
|
|
805
811
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
812
|
+
* @todo class group will be renamed to `inset-e` in next major release
|
|
806
813
|
*/
|
|
807
814
|
end: [{
|
|
815
|
+
"inset-e": A(),
|
|
816
|
+
/**
|
|
817
|
+
* @deprecated since Tailwind CSS v4.2.0 in favor of `inset-e-*` utilities.
|
|
818
|
+
* @see https://github.com/tailwindlabs/tailwindcss/pull/19613
|
|
819
|
+
*/
|
|
808
820
|
end: A()
|
|
809
821
|
}],
|
|
822
|
+
/**
|
|
823
|
+
* Inset Block Start
|
|
824
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
825
|
+
*/
|
|
826
|
+
"inset-bs": [{
|
|
827
|
+
"inset-bs": A()
|
|
828
|
+
}],
|
|
829
|
+
/**
|
|
830
|
+
* Inset Block End
|
|
831
|
+
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
832
|
+
*/
|
|
833
|
+
"inset-be": [{
|
|
834
|
+
"inset-be": A()
|
|
835
|
+
}],
|
|
810
836
|
/**
|
|
811
837
|
* Top
|
|
812
838
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
@@ -845,7 +871,7 @@ const We = (e, n) => {
|
|
|
845
871
|
* @see https://tailwindcss.com/docs/z-index
|
|
846
872
|
*/
|
|
847
873
|
z: [{
|
|
848
|
-
z: [
|
|
874
|
+
z: [$, "auto", l, a]
|
|
849
875
|
}],
|
|
850
876
|
// ------------------------
|
|
851
877
|
// --- Flexbox and Grid ---
|
|
@@ -855,7 +881,7 @@ const We = (e, n) => {
|
|
|
855
881
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
856
882
|
*/
|
|
857
883
|
basis: [{
|
|
858
|
-
basis: [
|
|
884
|
+
basis: [Y, "full", "auto", b, ...d()]
|
|
859
885
|
}],
|
|
860
886
|
/**
|
|
861
887
|
* Flex Direction
|
|
@@ -876,7 +902,7 @@ const We = (e, n) => {
|
|
|
876
902
|
* @see https://tailwindcss.com/docs/flex
|
|
877
903
|
*/
|
|
878
904
|
flex: [{
|
|
879
|
-
flex: [p,
|
|
905
|
+
flex: [p, Y, "auto", "initial", "none", a]
|
|
880
906
|
}],
|
|
881
907
|
/**
|
|
882
908
|
* Flex Grow
|
|
@@ -897,63 +923,63 @@ const We = (e, n) => {
|
|
|
897
923
|
* @see https://tailwindcss.com/docs/order
|
|
898
924
|
*/
|
|
899
925
|
order: [{
|
|
900
|
-
order: [
|
|
926
|
+
order: [$, "first", "last", "none", l, a]
|
|
901
927
|
}],
|
|
902
928
|
/**
|
|
903
929
|
* Grid Template Columns
|
|
904
930
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
905
931
|
*/
|
|
906
932
|
"grid-cols": [{
|
|
907
|
-
"grid-cols":
|
|
933
|
+
"grid-cols": te()
|
|
908
934
|
}],
|
|
909
935
|
/**
|
|
910
936
|
* Grid Column Start / End
|
|
911
937
|
* @see https://tailwindcss.com/docs/grid-column
|
|
912
938
|
*/
|
|
913
939
|
"col-start-end": [{
|
|
914
|
-
col:
|
|
940
|
+
col: ne()
|
|
915
941
|
}],
|
|
916
942
|
/**
|
|
917
943
|
* Grid Column Start
|
|
918
944
|
* @see https://tailwindcss.com/docs/grid-column
|
|
919
945
|
*/
|
|
920
946
|
"col-start": [{
|
|
921
|
-
"col-start":
|
|
947
|
+
"col-start": W()
|
|
922
948
|
}],
|
|
923
949
|
/**
|
|
924
950
|
* Grid Column End
|
|
925
951
|
* @see https://tailwindcss.com/docs/grid-column
|
|
926
952
|
*/
|
|
927
953
|
"col-end": [{
|
|
928
|
-
"col-end":
|
|
954
|
+
"col-end": W()
|
|
929
955
|
}],
|
|
930
956
|
/**
|
|
931
957
|
* Grid Template Rows
|
|
932
958
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
933
959
|
*/
|
|
934
960
|
"grid-rows": [{
|
|
935
|
-
"grid-rows":
|
|
961
|
+
"grid-rows": te()
|
|
936
962
|
}],
|
|
937
963
|
/**
|
|
938
964
|
* Grid Row Start / End
|
|
939
965
|
* @see https://tailwindcss.com/docs/grid-row
|
|
940
966
|
*/
|
|
941
967
|
"row-start-end": [{
|
|
942
|
-
row:
|
|
968
|
+
row: ne()
|
|
943
969
|
}],
|
|
944
970
|
/**
|
|
945
971
|
* Grid Row Start
|
|
946
972
|
* @see https://tailwindcss.com/docs/grid-row
|
|
947
973
|
*/
|
|
948
974
|
"row-start": [{
|
|
949
|
-
"row-start":
|
|
975
|
+
"row-start": W()
|
|
950
976
|
}],
|
|
951
977
|
/**
|
|
952
978
|
* Grid Row End
|
|
953
979
|
* @see https://tailwindcss.com/docs/grid-row
|
|
954
980
|
*/
|
|
955
981
|
"row-end": [{
|
|
956
|
-
"row-end":
|
|
982
|
+
"row-end": W()
|
|
957
983
|
}],
|
|
958
984
|
/**
|
|
959
985
|
* Grid Auto Flow
|
|
@@ -967,70 +993,70 @@ const We = (e, n) => {
|
|
|
967
993
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
968
994
|
*/
|
|
969
995
|
"auto-cols": [{
|
|
970
|
-
"auto-cols":
|
|
996
|
+
"auto-cols": Q()
|
|
971
997
|
}],
|
|
972
998
|
/**
|
|
973
999
|
* Grid Auto Rows
|
|
974
1000
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
975
1001
|
*/
|
|
976
1002
|
"auto-rows": [{
|
|
977
|
-
"auto-rows":
|
|
1003
|
+
"auto-rows": Q()
|
|
978
1004
|
}],
|
|
979
1005
|
/**
|
|
980
1006
|
* Gap
|
|
981
1007
|
* @see https://tailwindcss.com/docs/gap
|
|
982
1008
|
*/
|
|
983
1009
|
gap: [{
|
|
984
|
-
gap:
|
|
1010
|
+
gap: d()
|
|
985
1011
|
}],
|
|
986
1012
|
/**
|
|
987
1013
|
* Gap X
|
|
988
1014
|
* @see https://tailwindcss.com/docs/gap
|
|
989
1015
|
*/
|
|
990
1016
|
"gap-x": [{
|
|
991
|
-
"gap-x":
|
|
1017
|
+
"gap-x": d()
|
|
992
1018
|
}],
|
|
993
1019
|
/**
|
|
994
1020
|
* Gap Y
|
|
995
1021
|
* @see https://tailwindcss.com/docs/gap
|
|
996
1022
|
*/
|
|
997
1023
|
"gap-y": [{
|
|
998
|
-
"gap-y":
|
|
1024
|
+
"gap-y": d()
|
|
999
1025
|
}],
|
|
1000
1026
|
/**
|
|
1001
1027
|
* Justify Content
|
|
1002
1028
|
* @see https://tailwindcss.com/docs/justify-content
|
|
1003
1029
|
*/
|
|
1004
1030
|
"justify-content": [{
|
|
1005
|
-
justify: [...
|
|
1031
|
+
justify: [...K(), "normal"]
|
|
1006
1032
|
}],
|
|
1007
1033
|
/**
|
|
1008
1034
|
* Justify Items
|
|
1009
1035
|
* @see https://tailwindcss.com/docs/justify-items
|
|
1010
1036
|
*/
|
|
1011
1037
|
"justify-items": [{
|
|
1012
|
-
"justify-items": [...
|
|
1038
|
+
"justify-items": [...j(), "normal"]
|
|
1013
1039
|
}],
|
|
1014
1040
|
/**
|
|
1015
1041
|
* Justify Self
|
|
1016
1042
|
* @see https://tailwindcss.com/docs/justify-self
|
|
1017
1043
|
*/
|
|
1018
1044
|
"justify-self": [{
|
|
1019
|
-
"justify-self": ["auto", ...
|
|
1045
|
+
"justify-self": ["auto", ...j()]
|
|
1020
1046
|
}],
|
|
1021
1047
|
/**
|
|
1022
1048
|
* Align Content
|
|
1023
1049
|
* @see https://tailwindcss.com/docs/align-content
|
|
1024
1050
|
*/
|
|
1025
1051
|
"align-content": [{
|
|
1026
|
-
content: ["normal", ...
|
|
1052
|
+
content: ["normal", ...K()]
|
|
1027
1053
|
}],
|
|
1028
1054
|
/**
|
|
1029
1055
|
* Align Items
|
|
1030
1056
|
* @see https://tailwindcss.com/docs/align-items
|
|
1031
1057
|
*/
|
|
1032
1058
|
"align-items": [{
|
|
1033
|
-
items: [...
|
|
1059
|
+
items: [...j(), {
|
|
1034
1060
|
baseline: ["", "last"]
|
|
1035
1061
|
}]
|
|
1036
1062
|
}],
|
|
@@ -1039,7 +1065,7 @@ const We = (e, n) => {
|
|
|
1039
1065
|
* @see https://tailwindcss.com/docs/align-self
|
|
1040
1066
|
*/
|
|
1041
1067
|
"align-self": [{
|
|
1042
|
-
self: ["auto", ...
|
|
1068
|
+
self: ["auto", ...j(), {
|
|
1043
1069
|
baseline: ["", "last"]
|
|
1044
1070
|
}]
|
|
1045
1071
|
}],
|
|
@@ -1048,21 +1074,21 @@ const We = (e, n) => {
|
|
|
1048
1074
|
* @see https://tailwindcss.com/docs/place-content
|
|
1049
1075
|
*/
|
|
1050
1076
|
"place-content": [{
|
|
1051
|
-
"place-content":
|
|
1077
|
+
"place-content": K()
|
|
1052
1078
|
}],
|
|
1053
1079
|
/**
|
|
1054
1080
|
* Place Items
|
|
1055
1081
|
* @see https://tailwindcss.com/docs/place-items
|
|
1056
1082
|
*/
|
|
1057
1083
|
"place-items": [{
|
|
1058
|
-
"place-items": [...
|
|
1084
|
+
"place-items": [...j(), "baseline"]
|
|
1059
1085
|
}],
|
|
1060
1086
|
/**
|
|
1061
1087
|
* Place Self
|
|
1062
1088
|
* @see https://tailwindcss.com/docs/place-self
|
|
1063
1089
|
*/
|
|
1064
1090
|
"place-self": [{
|
|
1065
|
-
"place-self": ["auto", ...
|
|
1091
|
+
"place-self": ["auto", ...j()]
|
|
1066
1092
|
}],
|
|
1067
1093
|
// Spacing
|
|
1068
1094
|
/**
|
|
@@ -1070,63 +1096,77 @@ const We = (e, n) => {
|
|
|
1070
1096
|
* @see https://tailwindcss.com/docs/padding
|
|
1071
1097
|
*/
|
|
1072
1098
|
p: [{
|
|
1073
|
-
p:
|
|
1099
|
+
p: d()
|
|
1074
1100
|
}],
|
|
1075
1101
|
/**
|
|
1076
|
-
* Padding
|
|
1102
|
+
* Padding Inline
|
|
1077
1103
|
* @see https://tailwindcss.com/docs/padding
|
|
1078
1104
|
*/
|
|
1079
1105
|
px: [{
|
|
1080
|
-
px:
|
|
1106
|
+
px: d()
|
|
1081
1107
|
}],
|
|
1082
1108
|
/**
|
|
1083
|
-
* Padding
|
|
1109
|
+
* Padding Block
|
|
1084
1110
|
* @see https://tailwindcss.com/docs/padding
|
|
1085
1111
|
*/
|
|
1086
1112
|
py: [{
|
|
1087
|
-
py:
|
|
1113
|
+
py: d()
|
|
1088
1114
|
}],
|
|
1089
1115
|
/**
|
|
1090
|
-
* Padding Start
|
|
1116
|
+
* Padding Inline Start
|
|
1091
1117
|
* @see https://tailwindcss.com/docs/padding
|
|
1092
1118
|
*/
|
|
1093
1119
|
ps: [{
|
|
1094
|
-
ps:
|
|
1120
|
+
ps: d()
|
|
1095
1121
|
}],
|
|
1096
1122
|
/**
|
|
1097
|
-
* Padding End
|
|
1123
|
+
* Padding Inline End
|
|
1098
1124
|
* @see https://tailwindcss.com/docs/padding
|
|
1099
1125
|
*/
|
|
1100
1126
|
pe: [{
|
|
1101
|
-
pe:
|
|
1127
|
+
pe: d()
|
|
1128
|
+
}],
|
|
1129
|
+
/**
|
|
1130
|
+
* Padding Block Start
|
|
1131
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1132
|
+
*/
|
|
1133
|
+
pbs: [{
|
|
1134
|
+
pbs: d()
|
|
1135
|
+
}],
|
|
1136
|
+
/**
|
|
1137
|
+
* Padding Block End
|
|
1138
|
+
* @see https://tailwindcss.com/docs/padding
|
|
1139
|
+
*/
|
|
1140
|
+
pbe: [{
|
|
1141
|
+
pbe: d()
|
|
1102
1142
|
}],
|
|
1103
1143
|
/**
|
|
1104
1144
|
* Padding Top
|
|
1105
1145
|
* @see https://tailwindcss.com/docs/padding
|
|
1106
1146
|
*/
|
|
1107
1147
|
pt: [{
|
|
1108
|
-
pt:
|
|
1148
|
+
pt: d()
|
|
1109
1149
|
}],
|
|
1110
1150
|
/**
|
|
1111
1151
|
* Padding Right
|
|
1112
1152
|
* @see https://tailwindcss.com/docs/padding
|
|
1113
1153
|
*/
|
|
1114
1154
|
pr: [{
|
|
1115
|
-
pr:
|
|
1155
|
+
pr: d()
|
|
1116
1156
|
}],
|
|
1117
1157
|
/**
|
|
1118
1158
|
* Padding Bottom
|
|
1119
1159
|
* @see https://tailwindcss.com/docs/padding
|
|
1120
1160
|
*/
|
|
1121
1161
|
pb: [{
|
|
1122
|
-
pb:
|
|
1162
|
+
pb: d()
|
|
1123
1163
|
}],
|
|
1124
1164
|
/**
|
|
1125
1165
|
* Padding Left
|
|
1126
1166
|
* @see https://tailwindcss.com/docs/padding
|
|
1127
1167
|
*/
|
|
1128
1168
|
pl: [{
|
|
1129
|
-
pl:
|
|
1169
|
+
pl: d()
|
|
1130
1170
|
}],
|
|
1131
1171
|
/**
|
|
1132
1172
|
* Margin
|
|
@@ -1136,33 +1176,47 @@ const We = (e, n) => {
|
|
|
1136
1176
|
m: S()
|
|
1137
1177
|
}],
|
|
1138
1178
|
/**
|
|
1139
|
-
* Margin
|
|
1179
|
+
* Margin Inline
|
|
1140
1180
|
* @see https://tailwindcss.com/docs/margin
|
|
1141
1181
|
*/
|
|
1142
1182
|
mx: [{
|
|
1143
1183
|
mx: S()
|
|
1144
1184
|
}],
|
|
1145
1185
|
/**
|
|
1146
|
-
* Margin
|
|
1186
|
+
* Margin Block
|
|
1147
1187
|
* @see https://tailwindcss.com/docs/margin
|
|
1148
1188
|
*/
|
|
1149
1189
|
my: [{
|
|
1150
1190
|
my: S()
|
|
1151
1191
|
}],
|
|
1152
1192
|
/**
|
|
1153
|
-
* Margin Start
|
|
1193
|
+
* Margin Inline Start
|
|
1154
1194
|
* @see https://tailwindcss.com/docs/margin
|
|
1155
1195
|
*/
|
|
1156
1196
|
ms: [{
|
|
1157
1197
|
ms: S()
|
|
1158
1198
|
}],
|
|
1159
1199
|
/**
|
|
1160
|
-
* Margin End
|
|
1200
|
+
* Margin Inline End
|
|
1161
1201
|
* @see https://tailwindcss.com/docs/margin
|
|
1162
1202
|
*/
|
|
1163
1203
|
me: [{
|
|
1164
1204
|
me: S()
|
|
1165
1205
|
}],
|
|
1206
|
+
/**
|
|
1207
|
+
* Margin Block Start
|
|
1208
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1209
|
+
*/
|
|
1210
|
+
mbs: [{
|
|
1211
|
+
mbs: S()
|
|
1212
|
+
}],
|
|
1213
|
+
/**
|
|
1214
|
+
* Margin Block End
|
|
1215
|
+
* @see https://tailwindcss.com/docs/margin
|
|
1216
|
+
*/
|
|
1217
|
+
mbe: [{
|
|
1218
|
+
mbe: S()
|
|
1219
|
+
}],
|
|
1166
1220
|
/**
|
|
1167
1221
|
* Margin Top
|
|
1168
1222
|
* @see https://tailwindcss.com/docs/margin
|
|
@@ -1196,7 +1250,7 @@ const We = (e, n) => {
|
|
|
1196
1250
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1197
1251
|
*/
|
|
1198
1252
|
"space-x": [{
|
|
1199
|
-
"space-x":
|
|
1253
|
+
"space-x": d()
|
|
1200
1254
|
}],
|
|
1201
1255
|
/**
|
|
1202
1256
|
* Space Between X Reverse
|
|
@@ -1208,7 +1262,7 @@ const We = (e, n) => {
|
|
|
1208
1262
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
1209
1263
|
*/
|
|
1210
1264
|
"space-y": [{
|
|
1211
|
-
"space-y":
|
|
1265
|
+
"space-y": d()
|
|
1212
1266
|
}],
|
|
1213
1267
|
/**
|
|
1214
1268
|
* Space Between Y Reverse
|
|
@@ -1223,14 +1277,56 @@ const We = (e, n) => {
|
|
|
1223
1277
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
1224
1278
|
*/
|
|
1225
1279
|
size: [{
|
|
1226
|
-
size:
|
|
1280
|
+
size: I()
|
|
1281
|
+
}],
|
|
1282
|
+
/**
|
|
1283
|
+
* Inline Size
|
|
1284
|
+
* @see https://tailwindcss.com/docs/width
|
|
1285
|
+
*/
|
|
1286
|
+
"inline-size": [{
|
|
1287
|
+
inline: ["auto", ...H()]
|
|
1288
|
+
}],
|
|
1289
|
+
/**
|
|
1290
|
+
* Min-Inline Size
|
|
1291
|
+
* @see https://tailwindcss.com/docs/min-width
|
|
1292
|
+
*/
|
|
1293
|
+
"min-inline-size": [{
|
|
1294
|
+
"min-inline": ["auto", ...H()]
|
|
1295
|
+
}],
|
|
1296
|
+
/**
|
|
1297
|
+
* Max-Inline Size
|
|
1298
|
+
* @see https://tailwindcss.com/docs/max-width
|
|
1299
|
+
*/
|
|
1300
|
+
"max-inline-size": [{
|
|
1301
|
+
"max-inline": ["none", ...H()]
|
|
1302
|
+
}],
|
|
1303
|
+
/**
|
|
1304
|
+
* Block Size
|
|
1305
|
+
* @see https://tailwindcss.com/docs/height
|
|
1306
|
+
*/
|
|
1307
|
+
"block-size": [{
|
|
1308
|
+
block: ["auto", ...Z()]
|
|
1309
|
+
}],
|
|
1310
|
+
/**
|
|
1311
|
+
* Min-Block Size
|
|
1312
|
+
* @see https://tailwindcss.com/docs/min-height
|
|
1313
|
+
*/
|
|
1314
|
+
"min-block-size": [{
|
|
1315
|
+
"min-block": ["auto", ...Z()]
|
|
1316
|
+
}],
|
|
1317
|
+
/**
|
|
1318
|
+
* Max-Block Size
|
|
1319
|
+
* @see https://tailwindcss.com/docs/max-height
|
|
1320
|
+
*/
|
|
1321
|
+
"max-block-size": [{
|
|
1322
|
+
"max-block": ["none", ...Z()]
|
|
1227
1323
|
}],
|
|
1228
1324
|
/**
|
|
1229
1325
|
* Width
|
|
1230
1326
|
* @see https://tailwindcss.com/docs/width
|
|
1231
1327
|
*/
|
|
1232
1328
|
w: [{
|
|
1233
|
-
w: [b, "screen", ...
|
|
1329
|
+
w: [b, "screen", ...I()]
|
|
1234
1330
|
}],
|
|
1235
1331
|
/**
|
|
1236
1332
|
* Min-Width
|
|
@@ -1242,7 +1338,7 @@ const We = (e, n) => {
|
|
|
1242
1338
|
"screen",
|
|
1243
1339
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1244
1340
|
"none",
|
|
1245
|
-
...
|
|
1341
|
+
...I()
|
|
1246
1342
|
]
|
|
1247
1343
|
}],
|
|
1248
1344
|
/**
|
|
@@ -1260,7 +1356,7 @@ const We = (e, n) => {
|
|
|
1260
1356
|
{
|
|
1261
1357
|
screen: [i]
|
|
1262
1358
|
},
|
|
1263
|
-
...
|
|
1359
|
+
...I()
|
|
1264
1360
|
]
|
|
1265
1361
|
}],
|
|
1266
1362
|
/**
|
|
@@ -1268,21 +1364,21 @@ const We = (e, n) => {
|
|
|
1268
1364
|
* @see https://tailwindcss.com/docs/height
|
|
1269
1365
|
*/
|
|
1270
1366
|
h: [{
|
|
1271
|
-
h: ["screen", "lh", ...
|
|
1367
|
+
h: ["screen", "lh", ...I()]
|
|
1272
1368
|
}],
|
|
1273
1369
|
/**
|
|
1274
1370
|
* Min-Height
|
|
1275
1371
|
* @see https://tailwindcss.com/docs/min-height
|
|
1276
1372
|
*/
|
|
1277
1373
|
"min-h": [{
|
|
1278
|
-
"min-h": ["screen", "lh", "none", ...
|
|
1374
|
+
"min-h": ["screen", "lh", "none", ...I()]
|
|
1279
1375
|
}],
|
|
1280
1376
|
/**
|
|
1281
1377
|
* Max-Height
|
|
1282
1378
|
* @see https://tailwindcss.com/docs/max-height
|
|
1283
1379
|
*/
|
|
1284
1380
|
"max-h": [{
|
|
1285
|
-
"max-h": ["screen", "lh", ...
|
|
1381
|
+
"max-h": ["screen", "lh", ...I()]
|
|
1286
1382
|
}],
|
|
1287
1383
|
// ------------------
|
|
1288
1384
|
// --- Typography ---
|
|
@@ -1292,7 +1388,7 @@ const We = (e, n) => {
|
|
|
1292
1388
|
* @see https://tailwindcss.com/docs/font-size
|
|
1293
1389
|
*/
|
|
1294
1390
|
"font-size": [{
|
|
1295
|
-
text: ["base", t,
|
|
1391
|
+
text: ["base", t, oe, q]
|
|
1296
1392
|
}],
|
|
1297
1393
|
/**
|
|
1298
1394
|
* Font Smoothing
|
|
@@ -1309,21 +1405,28 @@ const We = (e, n) => {
|
|
|
1309
1405
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1310
1406
|
*/
|
|
1311
1407
|
"font-weight": [{
|
|
1312
|
-
font: [o,
|
|
1408
|
+
font: [o, Or, Ar]
|
|
1313
1409
|
}],
|
|
1314
1410
|
/**
|
|
1315
1411
|
* Font Stretch
|
|
1316
1412
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1317
1413
|
*/
|
|
1318
1414
|
"font-stretch": [{
|
|
1319
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1415
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", pe, a]
|
|
1320
1416
|
}],
|
|
1321
1417
|
/**
|
|
1322
1418
|
* Font Family
|
|
1323
1419
|
* @see https://tailwindcss.com/docs/font-family
|
|
1324
1420
|
*/
|
|
1325
1421
|
"font-family": [{
|
|
1326
|
-
font: [
|
|
1422
|
+
font: [Cr, Tr, n]
|
|
1423
|
+
}],
|
|
1424
|
+
/**
|
|
1425
|
+
* Font Feature Settings
|
|
1426
|
+
* @see https://tailwindcss.com/docs/font-feature-settings
|
|
1427
|
+
*/
|
|
1428
|
+
"font-features": [{
|
|
1429
|
+
"font-features": [a]
|
|
1327
1430
|
}],
|
|
1328
1431
|
/**
|
|
1329
1432
|
* Font Variant Numeric
|
|
@@ -1367,7 +1470,7 @@ const We = (e, n) => {
|
|
|
1367
1470
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1368
1471
|
*/
|
|
1369
1472
|
"line-clamp": [{
|
|
1370
|
-
"line-clamp": [p, "none", l,
|
|
1473
|
+
"line-clamp": [p, "none", l, Ee]
|
|
1371
1474
|
}],
|
|
1372
1475
|
/**
|
|
1373
1476
|
* Line Height
|
|
@@ -1377,7 +1480,7 @@ const We = (e, n) => {
|
|
|
1377
1480
|
leading: [
|
|
1378
1481
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1379
1482
|
c,
|
|
1380
|
-
...
|
|
1483
|
+
...d()
|
|
1381
1484
|
]
|
|
1382
1485
|
}],
|
|
1383
1486
|
/**
|
|
@@ -1414,14 +1517,14 @@ const We = (e, n) => {
|
|
|
1414
1517
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1415
1518
|
*/
|
|
1416
1519
|
"placeholder-color": [{
|
|
1417
|
-
placeholder:
|
|
1520
|
+
placeholder: u()
|
|
1418
1521
|
}],
|
|
1419
1522
|
/**
|
|
1420
1523
|
* Text Color
|
|
1421
1524
|
* @see https://tailwindcss.com/docs/text-color
|
|
1422
1525
|
*/
|
|
1423
1526
|
"text-color": [{
|
|
1424
|
-
text:
|
|
1527
|
+
text: u()
|
|
1425
1528
|
}],
|
|
1426
1529
|
/**
|
|
1427
1530
|
* Text Decoration
|
|
@@ -1433,21 +1536,21 @@ const We = (e, n) => {
|
|
|
1433
1536
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1434
1537
|
*/
|
|
1435
1538
|
"text-decoration-style": [{
|
|
1436
|
-
decoration: [...
|
|
1539
|
+
decoration: [...k(), "wavy"]
|
|
1437
1540
|
}],
|
|
1438
1541
|
/**
|
|
1439
1542
|
* Text Decoration Thickness
|
|
1440
1543
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1441
1544
|
*/
|
|
1442
1545
|
"text-decoration-thickness": [{
|
|
1443
|
-
decoration: [p, "from-font", "auto", l,
|
|
1546
|
+
decoration: [p, "from-font", "auto", l, q]
|
|
1444
1547
|
}],
|
|
1445
1548
|
/**
|
|
1446
1549
|
* Text Decoration Color
|
|
1447
1550
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1448
1551
|
*/
|
|
1449
1552
|
"text-decoration-color": [{
|
|
1450
|
-
decoration:
|
|
1553
|
+
decoration: u()
|
|
1451
1554
|
}],
|
|
1452
1555
|
/**
|
|
1453
1556
|
* Text Underline Offset
|
|
@@ -1478,7 +1581,7 @@ const We = (e, n) => {
|
|
|
1478
1581
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1479
1582
|
*/
|
|
1480
1583
|
indent: [{
|
|
1481
|
-
indent:
|
|
1584
|
+
indent: d()
|
|
1482
1585
|
}],
|
|
1483
1586
|
/**
|
|
1484
1587
|
* Vertical Alignment
|
|
@@ -1551,21 +1654,21 @@ const We = (e, n) => {
|
|
|
1551
1654
|
* @see https://tailwindcss.com/docs/background-position
|
|
1552
1655
|
*/
|
|
1553
1656
|
"bg-position": [{
|
|
1554
|
-
bg:
|
|
1657
|
+
bg: r()
|
|
1555
1658
|
}],
|
|
1556
1659
|
/**
|
|
1557
1660
|
* Background Repeat
|
|
1558
1661
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1559
1662
|
*/
|
|
1560
1663
|
"bg-repeat": [{
|
|
1561
|
-
bg:
|
|
1664
|
+
bg: f()
|
|
1562
1665
|
}],
|
|
1563
1666
|
/**
|
|
1564
1667
|
* Background Size
|
|
1565
1668
|
* @see https://tailwindcss.com/docs/background-size
|
|
1566
1669
|
*/
|
|
1567
1670
|
"bg-size": [{
|
|
1568
|
-
bg:
|
|
1671
|
+
bg: h()
|
|
1569
1672
|
}],
|
|
1570
1673
|
/**
|
|
1571
1674
|
* Background Image
|
|
@@ -1575,59 +1678,59 @@ const We = (e, n) => {
|
|
|
1575
1678
|
bg: ["none", {
|
|
1576
1679
|
linear: [{
|
|
1577
1680
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1578
|
-
},
|
|
1681
|
+
}, $, l, a],
|
|
1579
1682
|
radial: ["", l, a],
|
|
1580
|
-
conic: [
|
|
1581
|
-
},
|
|
1683
|
+
conic: [$, l, a]
|
|
1684
|
+
}, Pr, Sr]
|
|
1582
1685
|
}],
|
|
1583
1686
|
/**
|
|
1584
1687
|
* Background Color
|
|
1585
1688
|
* @see https://tailwindcss.com/docs/background-color
|
|
1586
1689
|
*/
|
|
1587
1690
|
"bg-color": [{
|
|
1588
|
-
bg:
|
|
1691
|
+
bg: u()
|
|
1589
1692
|
}],
|
|
1590
1693
|
/**
|
|
1591
1694
|
* Gradient Color Stops From Position
|
|
1592
1695
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1593
1696
|
*/
|
|
1594
1697
|
"gradient-from-pos": [{
|
|
1595
|
-
from:
|
|
1698
|
+
from: w()
|
|
1596
1699
|
}],
|
|
1597
1700
|
/**
|
|
1598
1701
|
* Gradient Color Stops Via Position
|
|
1599
1702
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1600
1703
|
*/
|
|
1601
1704
|
"gradient-via-pos": [{
|
|
1602
|
-
via:
|
|
1705
|
+
via: w()
|
|
1603
1706
|
}],
|
|
1604
1707
|
/**
|
|
1605
1708
|
* Gradient Color Stops To Position
|
|
1606
1709
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1607
1710
|
*/
|
|
1608
1711
|
"gradient-to-pos": [{
|
|
1609
|
-
to:
|
|
1712
|
+
to: w()
|
|
1610
1713
|
}],
|
|
1611
1714
|
/**
|
|
1612
1715
|
* Gradient Color Stops From
|
|
1613
1716
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1614
1717
|
*/
|
|
1615
1718
|
"gradient-from": [{
|
|
1616
|
-
from:
|
|
1719
|
+
from: u()
|
|
1617
1720
|
}],
|
|
1618
1721
|
/**
|
|
1619
1722
|
* Gradient Color Stops Via
|
|
1620
1723
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1621
1724
|
*/
|
|
1622
1725
|
"gradient-via": [{
|
|
1623
|
-
via:
|
|
1726
|
+
via: u()
|
|
1624
1727
|
}],
|
|
1625
1728
|
/**
|
|
1626
1729
|
* Gradient Color Stops To
|
|
1627
1730
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1628
1731
|
*/
|
|
1629
1732
|
"gradient-to": [{
|
|
1630
|
-
to:
|
|
1733
|
+
to: u()
|
|
1631
1734
|
}],
|
|
1632
1735
|
// ---------------
|
|
1633
1736
|
// --- Borders ---
|
|
@@ -1637,175 +1740,189 @@ const We = (e, n) => {
|
|
|
1637
1740
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1638
1741
|
*/
|
|
1639
1742
|
rounded: [{
|
|
1640
|
-
rounded:
|
|
1743
|
+
rounded: v()
|
|
1641
1744
|
}],
|
|
1642
1745
|
/**
|
|
1643
1746
|
* Border Radius Start
|
|
1644
1747
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1645
1748
|
*/
|
|
1646
1749
|
"rounded-s": [{
|
|
1647
|
-
"rounded-s":
|
|
1750
|
+
"rounded-s": v()
|
|
1648
1751
|
}],
|
|
1649
1752
|
/**
|
|
1650
1753
|
* Border Radius End
|
|
1651
1754
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1652
1755
|
*/
|
|
1653
1756
|
"rounded-e": [{
|
|
1654
|
-
"rounded-e":
|
|
1757
|
+
"rounded-e": v()
|
|
1655
1758
|
}],
|
|
1656
1759
|
/**
|
|
1657
1760
|
* Border Radius Top
|
|
1658
1761
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1659
1762
|
*/
|
|
1660
1763
|
"rounded-t": [{
|
|
1661
|
-
"rounded-t":
|
|
1764
|
+
"rounded-t": v()
|
|
1662
1765
|
}],
|
|
1663
1766
|
/**
|
|
1664
1767
|
* Border Radius Right
|
|
1665
1768
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1666
1769
|
*/
|
|
1667
1770
|
"rounded-r": [{
|
|
1668
|
-
"rounded-r":
|
|
1771
|
+
"rounded-r": v()
|
|
1669
1772
|
}],
|
|
1670
1773
|
/**
|
|
1671
1774
|
* Border Radius Bottom
|
|
1672
1775
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1673
1776
|
*/
|
|
1674
1777
|
"rounded-b": [{
|
|
1675
|
-
"rounded-b":
|
|
1778
|
+
"rounded-b": v()
|
|
1676
1779
|
}],
|
|
1677
1780
|
/**
|
|
1678
1781
|
* Border Radius Left
|
|
1679
1782
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1680
1783
|
*/
|
|
1681
1784
|
"rounded-l": [{
|
|
1682
|
-
"rounded-l":
|
|
1785
|
+
"rounded-l": v()
|
|
1683
1786
|
}],
|
|
1684
1787
|
/**
|
|
1685
1788
|
* Border Radius Start Start
|
|
1686
1789
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1687
1790
|
*/
|
|
1688
1791
|
"rounded-ss": [{
|
|
1689
|
-
"rounded-ss":
|
|
1792
|
+
"rounded-ss": v()
|
|
1690
1793
|
}],
|
|
1691
1794
|
/**
|
|
1692
1795
|
* Border Radius Start End
|
|
1693
1796
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1694
1797
|
*/
|
|
1695
1798
|
"rounded-se": [{
|
|
1696
|
-
"rounded-se":
|
|
1799
|
+
"rounded-se": v()
|
|
1697
1800
|
}],
|
|
1698
1801
|
/**
|
|
1699
1802
|
* Border Radius End End
|
|
1700
1803
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1701
1804
|
*/
|
|
1702
1805
|
"rounded-ee": [{
|
|
1703
|
-
"rounded-ee":
|
|
1806
|
+
"rounded-ee": v()
|
|
1704
1807
|
}],
|
|
1705
1808
|
/**
|
|
1706
1809
|
* Border Radius End Start
|
|
1707
1810
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1708
1811
|
*/
|
|
1709
1812
|
"rounded-es": [{
|
|
1710
|
-
"rounded-es":
|
|
1813
|
+
"rounded-es": v()
|
|
1711
1814
|
}],
|
|
1712
1815
|
/**
|
|
1713
1816
|
* Border Radius Top Left
|
|
1714
1817
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1715
1818
|
*/
|
|
1716
1819
|
"rounded-tl": [{
|
|
1717
|
-
"rounded-tl":
|
|
1820
|
+
"rounded-tl": v()
|
|
1718
1821
|
}],
|
|
1719
1822
|
/**
|
|
1720
1823
|
* Border Radius Top Right
|
|
1721
1824
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1722
1825
|
*/
|
|
1723
1826
|
"rounded-tr": [{
|
|
1724
|
-
"rounded-tr":
|
|
1827
|
+
"rounded-tr": v()
|
|
1725
1828
|
}],
|
|
1726
1829
|
/**
|
|
1727
1830
|
* Border Radius Bottom Right
|
|
1728
1831
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1729
1832
|
*/
|
|
1730
1833
|
"rounded-br": [{
|
|
1731
|
-
"rounded-br":
|
|
1834
|
+
"rounded-br": v()
|
|
1732
1835
|
}],
|
|
1733
1836
|
/**
|
|
1734
1837
|
* Border Radius Bottom Left
|
|
1735
1838
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1736
1839
|
*/
|
|
1737
1840
|
"rounded-bl": [{
|
|
1738
|
-
"rounded-bl":
|
|
1841
|
+
"rounded-bl": v()
|
|
1739
1842
|
}],
|
|
1740
1843
|
/**
|
|
1741
1844
|
* Border Width
|
|
1742
1845
|
* @see https://tailwindcss.com/docs/border-width
|
|
1743
1846
|
*/
|
|
1744
1847
|
"border-w": [{
|
|
1745
|
-
border:
|
|
1848
|
+
border: R()
|
|
1746
1849
|
}],
|
|
1747
1850
|
/**
|
|
1748
|
-
* Border Width
|
|
1851
|
+
* Border Width Inline
|
|
1749
1852
|
* @see https://tailwindcss.com/docs/border-width
|
|
1750
1853
|
*/
|
|
1751
1854
|
"border-w-x": [{
|
|
1752
|
-
"border-x":
|
|
1855
|
+
"border-x": R()
|
|
1753
1856
|
}],
|
|
1754
1857
|
/**
|
|
1755
|
-
* Border Width
|
|
1858
|
+
* Border Width Block
|
|
1756
1859
|
* @see https://tailwindcss.com/docs/border-width
|
|
1757
1860
|
*/
|
|
1758
1861
|
"border-w-y": [{
|
|
1759
|
-
"border-y":
|
|
1862
|
+
"border-y": R()
|
|
1760
1863
|
}],
|
|
1761
1864
|
/**
|
|
1762
|
-
* Border Width Start
|
|
1865
|
+
* Border Width Inline Start
|
|
1763
1866
|
* @see https://tailwindcss.com/docs/border-width
|
|
1764
1867
|
*/
|
|
1765
1868
|
"border-w-s": [{
|
|
1766
|
-
"border-s":
|
|
1869
|
+
"border-s": R()
|
|
1767
1870
|
}],
|
|
1768
1871
|
/**
|
|
1769
|
-
* Border Width End
|
|
1872
|
+
* Border Width Inline End
|
|
1770
1873
|
* @see https://tailwindcss.com/docs/border-width
|
|
1771
1874
|
*/
|
|
1772
1875
|
"border-w-e": [{
|
|
1773
|
-
"border-e":
|
|
1876
|
+
"border-e": R()
|
|
1877
|
+
}],
|
|
1878
|
+
/**
|
|
1879
|
+
* Border Width Block Start
|
|
1880
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1881
|
+
*/
|
|
1882
|
+
"border-w-bs": [{
|
|
1883
|
+
"border-bs": R()
|
|
1884
|
+
}],
|
|
1885
|
+
/**
|
|
1886
|
+
* Border Width Block End
|
|
1887
|
+
* @see https://tailwindcss.com/docs/border-width
|
|
1888
|
+
*/
|
|
1889
|
+
"border-w-be": [{
|
|
1890
|
+
"border-be": R()
|
|
1774
1891
|
}],
|
|
1775
1892
|
/**
|
|
1776
1893
|
* Border Width Top
|
|
1777
1894
|
* @see https://tailwindcss.com/docs/border-width
|
|
1778
1895
|
*/
|
|
1779
1896
|
"border-w-t": [{
|
|
1780
|
-
"border-t":
|
|
1897
|
+
"border-t": R()
|
|
1781
1898
|
}],
|
|
1782
1899
|
/**
|
|
1783
1900
|
* Border Width Right
|
|
1784
1901
|
* @see https://tailwindcss.com/docs/border-width
|
|
1785
1902
|
*/
|
|
1786
1903
|
"border-w-r": [{
|
|
1787
|
-
"border-r":
|
|
1904
|
+
"border-r": R()
|
|
1788
1905
|
}],
|
|
1789
1906
|
/**
|
|
1790
1907
|
* Border Width Bottom
|
|
1791
1908
|
* @see https://tailwindcss.com/docs/border-width
|
|
1792
1909
|
*/
|
|
1793
1910
|
"border-w-b": [{
|
|
1794
|
-
"border-b":
|
|
1911
|
+
"border-b": R()
|
|
1795
1912
|
}],
|
|
1796
1913
|
/**
|
|
1797
1914
|
* Border Width Left
|
|
1798
1915
|
* @see https://tailwindcss.com/docs/border-width
|
|
1799
1916
|
*/
|
|
1800
1917
|
"border-w-l": [{
|
|
1801
|
-
"border-l":
|
|
1918
|
+
"border-l": R()
|
|
1802
1919
|
}],
|
|
1803
1920
|
/**
|
|
1804
1921
|
* Divide Width X
|
|
1805
1922
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1806
1923
|
*/
|
|
1807
1924
|
"divide-x": [{
|
|
1808
|
-
"divide-x":
|
|
1925
|
+
"divide-x": R()
|
|
1809
1926
|
}],
|
|
1810
1927
|
/**
|
|
1811
1928
|
* Divide Width X Reverse
|
|
@@ -1817,7 +1934,7 @@ const We = (e, n) => {
|
|
|
1817
1934
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1818
1935
|
*/
|
|
1819
1936
|
"divide-y": [{
|
|
1820
|
-
"divide-y":
|
|
1937
|
+
"divide-y": R()
|
|
1821
1938
|
}],
|
|
1822
1939
|
/**
|
|
1823
1940
|
* Divide Width Y Reverse
|
|
@@ -1829,91 +1946,105 @@ const We = (e, n) => {
|
|
|
1829
1946
|
* @see https://tailwindcss.com/docs/border-style
|
|
1830
1947
|
*/
|
|
1831
1948
|
"border-style": [{
|
|
1832
|
-
border: [...
|
|
1949
|
+
border: [...k(), "hidden", "none"]
|
|
1833
1950
|
}],
|
|
1834
1951
|
/**
|
|
1835
1952
|
* Divide Style
|
|
1836
1953
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1837
1954
|
*/
|
|
1838
1955
|
"divide-style": [{
|
|
1839
|
-
divide: [...
|
|
1956
|
+
divide: [...k(), "hidden", "none"]
|
|
1840
1957
|
}],
|
|
1841
1958
|
/**
|
|
1842
1959
|
* Border Color
|
|
1843
1960
|
* @see https://tailwindcss.com/docs/border-color
|
|
1844
1961
|
*/
|
|
1845
1962
|
"border-color": [{
|
|
1846
|
-
border:
|
|
1963
|
+
border: u()
|
|
1847
1964
|
}],
|
|
1848
1965
|
/**
|
|
1849
|
-
* Border Color
|
|
1966
|
+
* Border Color Inline
|
|
1850
1967
|
* @see https://tailwindcss.com/docs/border-color
|
|
1851
1968
|
*/
|
|
1852
1969
|
"border-color-x": [{
|
|
1853
|
-
"border-x":
|
|
1970
|
+
"border-x": u()
|
|
1854
1971
|
}],
|
|
1855
1972
|
/**
|
|
1856
|
-
* Border Color
|
|
1973
|
+
* Border Color Block
|
|
1857
1974
|
* @see https://tailwindcss.com/docs/border-color
|
|
1858
1975
|
*/
|
|
1859
1976
|
"border-color-y": [{
|
|
1860
|
-
"border-y":
|
|
1977
|
+
"border-y": u()
|
|
1861
1978
|
}],
|
|
1862
1979
|
/**
|
|
1863
|
-
* Border Color
|
|
1980
|
+
* Border Color Inline Start
|
|
1864
1981
|
* @see https://tailwindcss.com/docs/border-color
|
|
1865
1982
|
*/
|
|
1866
1983
|
"border-color-s": [{
|
|
1867
|
-
"border-s":
|
|
1984
|
+
"border-s": u()
|
|
1868
1985
|
}],
|
|
1869
1986
|
/**
|
|
1870
|
-
* Border Color
|
|
1987
|
+
* Border Color Inline End
|
|
1871
1988
|
* @see https://tailwindcss.com/docs/border-color
|
|
1872
1989
|
*/
|
|
1873
1990
|
"border-color-e": [{
|
|
1874
|
-
"border-e":
|
|
1991
|
+
"border-e": u()
|
|
1992
|
+
}],
|
|
1993
|
+
/**
|
|
1994
|
+
* Border Color Block Start
|
|
1995
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
1996
|
+
*/
|
|
1997
|
+
"border-color-bs": [{
|
|
1998
|
+
"border-bs": u()
|
|
1999
|
+
}],
|
|
2000
|
+
/**
|
|
2001
|
+
* Border Color Block End
|
|
2002
|
+
* @see https://tailwindcss.com/docs/border-color
|
|
2003
|
+
*/
|
|
2004
|
+
"border-color-be": [{
|
|
2005
|
+
"border-be": u()
|
|
1875
2006
|
}],
|
|
1876
2007
|
/**
|
|
1877
2008
|
* Border Color Top
|
|
1878
2009
|
* @see https://tailwindcss.com/docs/border-color
|
|
1879
2010
|
*/
|
|
1880
2011
|
"border-color-t": [{
|
|
1881
|
-
"border-t":
|
|
2012
|
+
"border-t": u()
|
|
1882
2013
|
}],
|
|
1883
2014
|
/**
|
|
1884
2015
|
* Border Color Right
|
|
1885
2016
|
* @see https://tailwindcss.com/docs/border-color
|
|
1886
2017
|
*/
|
|
1887
2018
|
"border-color-r": [{
|
|
1888
|
-
"border-r":
|
|
2019
|
+
"border-r": u()
|
|
1889
2020
|
}],
|
|
1890
2021
|
/**
|
|
1891
2022
|
* Border Color Bottom
|
|
1892
2023
|
* @see https://tailwindcss.com/docs/border-color
|
|
1893
2024
|
*/
|
|
1894
2025
|
"border-color-b": [{
|
|
1895
|
-
"border-b":
|
|
2026
|
+
"border-b": u()
|
|
1896
2027
|
}],
|
|
1897
2028
|
/**
|
|
1898
2029
|
* Border Color Left
|
|
1899
2030
|
* @see https://tailwindcss.com/docs/border-color
|
|
1900
2031
|
*/
|
|
1901
2032
|
"border-color-l": [{
|
|
1902
|
-
"border-l":
|
|
2033
|
+
"border-l": u()
|
|
1903
2034
|
}],
|
|
1904
2035
|
/**
|
|
1905
2036
|
* Divide Color
|
|
1906
2037
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1907
2038
|
*/
|
|
1908
2039
|
"divide-color": [{
|
|
1909
|
-
divide:
|
|
2040
|
+
divide: u()
|
|
1910
2041
|
}],
|
|
1911
2042
|
/**
|
|
1912
2043
|
* Outline Style
|
|
1913
2044
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1914
2045
|
*/
|
|
1915
2046
|
"outline-style": [{
|
|
1916
|
-
outline: [...
|
|
2047
|
+
outline: [...k(), "none", "hidden"]
|
|
1917
2048
|
}],
|
|
1918
2049
|
/**
|
|
1919
2050
|
* Outline Offset
|
|
@@ -1927,14 +2058,14 @@ const We = (e, n) => {
|
|
|
1927
2058
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1928
2059
|
*/
|
|
1929
2060
|
"outline-w": [{
|
|
1930
|
-
outline: ["", p,
|
|
2061
|
+
outline: ["", p, oe, q]
|
|
1931
2062
|
}],
|
|
1932
2063
|
/**
|
|
1933
2064
|
* Outline Color
|
|
1934
2065
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1935
2066
|
*/
|
|
1936
2067
|
"outline-color": [{
|
|
1937
|
-
outline:
|
|
2068
|
+
outline: u()
|
|
1938
2069
|
}],
|
|
1939
2070
|
// ---------------
|
|
1940
2071
|
// --- Effects ---
|
|
@@ -1948,9 +2079,9 @@ const We = (e, n) => {
|
|
|
1948
2079
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1949
2080
|
"",
|
|
1950
2081
|
"none",
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
2082
|
+
y,
|
|
2083
|
+
ue,
|
|
2084
|
+
de
|
|
1954
2085
|
]
|
|
1955
2086
|
}],
|
|
1956
2087
|
/**
|
|
@@ -1958,28 +2089,28 @@ const We = (e, n) => {
|
|
|
1958
2089
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1959
2090
|
*/
|
|
1960
2091
|
"shadow-color": [{
|
|
1961
|
-
shadow:
|
|
2092
|
+
shadow: u()
|
|
1962
2093
|
}],
|
|
1963
2094
|
/**
|
|
1964
2095
|
* Inset Box Shadow
|
|
1965
2096
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1966
2097
|
*/
|
|
1967
2098
|
"inset-shadow": [{
|
|
1968
|
-
"inset-shadow": ["none",
|
|
2099
|
+
"inset-shadow": ["none", T, ue, de]
|
|
1969
2100
|
}],
|
|
1970
2101
|
/**
|
|
1971
2102
|
* Inset Box Shadow Color
|
|
1972
2103
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1973
2104
|
*/
|
|
1974
2105
|
"inset-shadow-color": [{
|
|
1975
|
-
"inset-shadow":
|
|
2106
|
+
"inset-shadow": u()
|
|
1976
2107
|
}],
|
|
1977
2108
|
/**
|
|
1978
2109
|
* Ring Width
|
|
1979
2110
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1980
2111
|
*/
|
|
1981
2112
|
"ring-w": [{
|
|
1982
|
-
ring:
|
|
2113
|
+
ring: R()
|
|
1983
2114
|
}],
|
|
1984
2115
|
/**
|
|
1985
2116
|
* Ring Width Inset
|
|
@@ -1993,7 +2124,7 @@ const We = (e, n) => {
|
|
|
1993
2124
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1994
2125
|
*/
|
|
1995
2126
|
"ring-color": [{
|
|
1996
|
-
ring:
|
|
2127
|
+
ring: u()
|
|
1997
2128
|
}],
|
|
1998
2129
|
/**
|
|
1999
2130
|
* Ring Offset Width
|
|
@@ -2002,7 +2133,7 @@ const We = (e, n) => {
|
|
|
2002
2133
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2003
2134
|
*/
|
|
2004
2135
|
"ring-offset-w": [{
|
|
2005
|
-
"ring-offset": [p,
|
|
2136
|
+
"ring-offset": [p, q]
|
|
2006
2137
|
}],
|
|
2007
2138
|
/**
|
|
2008
2139
|
* Ring Offset Color
|
|
@@ -2011,35 +2142,35 @@ const We = (e, n) => {
|
|
|
2011
2142
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
2012
2143
|
*/
|
|
2013
2144
|
"ring-offset-color": [{
|
|
2014
|
-
"ring-offset":
|
|
2145
|
+
"ring-offset": u()
|
|
2015
2146
|
}],
|
|
2016
2147
|
/**
|
|
2017
2148
|
* Inset Ring Width
|
|
2018
2149
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
2019
2150
|
*/
|
|
2020
2151
|
"inset-ring-w": [{
|
|
2021
|
-
"inset-ring":
|
|
2152
|
+
"inset-ring": R()
|
|
2022
2153
|
}],
|
|
2023
2154
|
/**
|
|
2024
2155
|
* Inset Ring Color
|
|
2025
2156
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
2026
2157
|
*/
|
|
2027
2158
|
"inset-ring-color": [{
|
|
2028
|
-
"inset-ring":
|
|
2159
|
+
"inset-ring": u()
|
|
2029
2160
|
}],
|
|
2030
2161
|
/**
|
|
2031
2162
|
* Text Shadow
|
|
2032
2163
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
2033
2164
|
*/
|
|
2034
2165
|
"text-shadow": [{
|
|
2035
|
-
"text-shadow": ["none",
|
|
2166
|
+
"text-shadow": ["none", C, ue, de]
|
|
2036
2167
|
}],
|
|
2037
2168
|
/**
|
|
2038
2169
|
* Text Shadow Color
|
|
2039
2170
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
2040
2171
|
*/
|
|
2041
2172
|
"text-shadow-color": [{
|
|
2042
|
-
"text-shadow":
|
|
2173
|
+
"text-shadow": u()
|
|
2043
2174
|
}],
|
|
2044
2175
|
/**
|
|
2045
2176
|
* Opacity
|
|
@@ -2053,14 +2184,14 @@ const We = (e, n) => {
|
|
|
2053
2184
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
2054
2185
|
*/
|
|
2055
2186
|
"mix-blend": [{
|
|
2056
|
-
"mix-blend": [...
|
|
2187
|
+
"mix-blend": [...G(), "plus-darker", "plus-lighter"]
|
|
2057
2188
|
}],
|
|
2058
2189
|
/**
|
|
2059
2190
|
* Background Blend Mode
|
|
2060
2191
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
2061
2192
|
*/
|
|
2062
2193
|
"bg-blend": [{
|
|
2063
|
-
"bg-blend":
|
|
2194
|
+
"bg-blend": G()
|
|
2064
2195
|
}],
|
|
2065
2196
|
/**
|
|
2066
2197
|
* Mask Clip
|
|
@@ -2084,103 +2215,103 @@ const We = (e, n) => {
|
|
|
2084
2215
|
"mask-linear": [p]
|
|
2085
2216
|
}],
|
|
2086
2217
|
"mask-image-linear-from-pos": [{
|
|
2087
|
-
"mask-linear-from":
|
|
2218
|
+
"mask-linear-from": x()
|
|
2088
2219
|
}],
|
|
2089
2220
|
"mask-image-linear-to-pos": [{
|
|
2090
|
-
"mask-linear-to":
|
|
2221
|
+
"mask-linear-to": x()
|
|
2091
2222
|
}],
|
|
2092
2223
|
"mask-image-linear-from-color": [{
|
|
2093
|
-
"mask-linear-from":
|
|
2224
|
+
"mask-linear-from": u()
|
|
2094
2225
|
}],
|
|
2095
2226
|
"mask-image-linear-to-color": [{
|
|
2096
|
-
"mask-linear-to":
|
|
2227
|
+
"mask-linear-to": u()
|
|
2097
2228
|
}],
|
|
2098
2229
|
"mask-image-t-from-pos": [{
|
|
2099
|
-
"mask-t-from":
|
|
2230
|
+
"mask-t-from": x()
|
|
2100
2231
|
}],
|
|
2101
2232
|
"mask-image-t-to-pos": [{
|
|
2102
|
-
"mask-t-to":
|
|
2233
|
+
"mask-t-to": x()
|
|
2103
2234
|
}],
|
|
2104
2235
|
"mask-image-t-from-color": [{
|
|
2105
|
-
"mask-t-from":
|
|
2236
|
+
"mask-t-from": u()
|
|
2106
2237
|
}],
|
|
2107
2238
|
"mask-image-t-to-color": [{
|
|
2108
|
-
"mask-t-to":
|
|
2239
|
+
"mask-t-to": u()
|
|
2109
2240
|
}],
|
|
2110
2241
|
"mask-image-r-from-pos": [{
|
|
2111
|
-
"mask-r-from":
|
|
2242
|
+
"mask-r-from": x()
|
|
2112
2243
|
}],
|
|
2113
2244
|
"mask-image-r-to-pos": [{
|
|
2114
|
-
"mask-r-to":
|
|
2245
|
+
"mask-r-to": x()
|
|
2115
2246
|
}],
|
|
2116
2247
|
"mask-image-r-from-color": [{
|
|
2117
|
-
"mask-r-from":
|
|
2248
|
+
"mask-r-from": u()
|
|
2118
2249
|
}],
|
|
2119
2250
|
"mask-image-r-to-color": [{
|
|
2120
|
-
"mask-r-to":
|
|
2251
|
+
"mask-r-to": u()
|
|
2121
2252
|
}],
|
|
2122
2253
|
"mask-image-b-from-pos": [{
|
|
2123
|
-
"mask-b-from":
|
|
2254
|
+
"mask-b-from": x()
|
|
2124
2255
|
}],
|
|
2125
2256
|
"mask-image-b-to-pos": [{
|
|
2126
|
-
"mask-b-to":
|
|
2257
|
+
"mask-b-to": x()
|
|
2127
2258
|
}],
|
|
2128
2259
|
"mask-image-b-from-color": [{
|
|
2129
|
-
"mask-b-from":
|
|
2260
|
+
"mask-b-from": u()
|
|
2130
2261
|
}],
|
|
2131
2262
|
"mask-image-b-to-color": [{
|
|
2132
|
-
"mask-b-to":
|
|
2263
|
+
"mask-b-to": u()
|
|
2133
2264
|
}],
|
|
2134
2265
|
"mask-image-l-from-pos": [{
|
|
2135
|
-
"mask-l-from":
|
|
2266
|
+
"mask-l-from": x()
|
|
2136
2267
|
}],
|
|
2137
2268
|
"mask-image-l-to-pos": [{
|
|
2138
|
-
"mask-l-to":
|
|
2269
|
+
"mask-l-to": x()
|
|
2139
2270
|
}],
|
|
2140
2271
|
"mask-image-l-from-color": [{
|
|
2141
|
-
"mask-l-from":
|
|
2272
|
+
"mask-l-from": u()
|
|
2142
2273
|
}],
|
|
2143
2274
|
"mask-image-l-to-color": [{
|
|
2144
|
-
"mask-l-to":
|
|
2275
|
+
"mask-l-to": u()
|
|
2145
2276
|
}],
|
|
2146
2277
|
"mask-image-x-from-pos": [{
|
|
2147
|
-
"mask-x-from":
|
|
2278
|
+
"mask-x-from": x()
|
|
2148
2279
|
}],
|
|
2149
2280
|
"mask-image-x-to-pos": [{
|
|
2150
|
-
"mask-x-to":
|
|
2281
|
+
"mask-x-to": x()
|
|
2151
2282
|
}],
|
|
2152
2283
|
"mask-image-x-from-color": [{
|
|
2153
|
-
"mask-x-from":
|
|
2284
|
+
"mask-x-from": u()
|
|
2154
2285
|
}],
|
|
2155
2286
|
"mask-image-x-to-color": [{
|
|
2156
|
-
"mask-x-to":
|
|
2287
|
+
"mask-x-to": u()
|
|
2157
2288
|
}],
|
|
2158
2289
|
"mask-image-y-from-pos": [{
|
|
2159
|
-
"mask-y-from":
|
|
2290
|
+
"mask-y-from": x()
|
|
2160
2291
|
}],
|
|
2161
2292
|
"mask-image-y-to-pos": [{
|
|
2162
|
-
"mask-y-to":
|
|
2293
|
+
"mask-y-to": x()
|
|
2163
2294
|
}],
|
|
2164
2295
|
"mask-image-y-from-color": [{
|
|
2165
|
-
"mask-y-from":
|
|
2296
|
+
"mask-y-from": u()
|
|
2166
2297
|
}],
|
|
2167
2298
|
"mask-image-y-to-color": [{
|
|
2168
|
-
"mask-y-to":
|
|
2299
|
+
"mask-y-to": u()
|
|
2169
2300
|
}],
|
|
2170
2301
|
"mask-image-radial": [{
|
|
2171
2302
|
"mask-radial": [l, a]
|
|
2172
2303
|
}],
|
|
2173
2304
|
"mask-image-radial-from-pos": [{
|
|
2174
|
-
"mask-radial-from":
|
|
2305
|
+
"mask-radial-from": x()
|
|
2175
2306
|
}],
|
|
2176
2307
|
"mask-image-radial-to-pos": [{
|
|
2177
|
-
"mask-radial-to":
|
|
2308
|
+
"mask-radial-to": x()
|
|
2178
2309
|
}],
|
|
2179
2310
|
"mask-image-radial-from-color": [{
|
|
2180
|
-
"mask-radial-from":
|
|
2311
|
+
"mask-radial-from": u()
|
|
2181
2312
|
}],
|
|
2182
2313
|
"mask-image-radial-to-color": [{
|
|
2183
|
-
"mask-radial-to":
|
|
2314
|
+
"mask-radial-to": u()
|
|
2184
2315
|
}],
|
|
2185
2316
|
"mask-image-radial-shape": [{
|
|
2186
2317
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -2192,22 +2323,22 @@ const We = (e, n) => {
|
|
|
2192
2323
|
}]
|
|
2193
2324
|
}],
|
|
2194
2325
|
"mask-image-radial-pos": [{
|
|
2195
|
-
"mask-radial-at":
|
|
2326
|
+
"mask-radial-at": F()
|
|
2196
2327
|
}],
|
|
2197
2328
|
"mask-image-conic-pos": [{
|
|
2198
2329
|
"mask-conic": [p]
|
|
2199
2330
|
}],
|
|
2200
2331
|
"mask-image-conic-from-pos": [{
|
|
2201
|
-
"mask-conic-from":
|
|
2332
|
+
"mask-conic-from": x()
|
|
2202
2333
|
}],
|
|
2203
2334
|
"mask-image-conic-to-pos": [{
|
|
2204
|
-
"mask-conic-to":
|
|
2335
|
+
"mask-conic-to": x()
|
|
2205
2336
|
}],
|
|
2206
2337
|
"mask-image-conic-from-color": [{
|
|
2207
|
-
"mask-conic-from":
|
|
2338
|
+
"mask-conic-from": u()
|
|
2208
2339
|
}],
|
|
2209
2340
|
"mask-image-conic-to-color": [{
|
|
2210
|
-
"mask-conic-to":
|
|
2341
|
+
"mask-conic-to": u()
|
|
2211
2342
|
}],
|
|
2212
2343
|
/**
|
|
2213
2344
|
* Mask Mode
|
|
@@ -2228,21 +2359,21 @@ const We = (e, n) => {
|
|
|
2228
2359
|
* @see https://tailwindcss.com/docs/mask-position
|
|
2229
2360
|
*/
|
|
2230
2361
|
"mask-position": [{
|
|
2231
|
-
mask:
|
|
2362
|
+
mask: r()
|
|
2232
2363
|
}],
|
|
2233
2364
|
/**
|
|
2234
2365
|
* Mask Repeat
|
|
2235
2366
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
2236
2367
|
*/
|
|
2237
2368
|
"mask-repeat": [{
|
|
2238
|
-
mask:
|
|
2369
|
+
mask: f()
|
|
2239
2370
|
}],
|
|
2240
2371
|
/**
|
|
2241
2372
|
* Mask Size
|
|
2242
2373
|
* @see https://tailwindcss.com/docs/mask-size
|
|
2243
2374
|
*/
|
|
2244
2375
|
"mask-size": [{
|
|
2245
|
-
mask:
|
|
2376
|
+
mask: h()
|
|
2246
2377
|
}],
|
|
2247
2378
|
/**
|
|
2248
2379
|
* Mask Type
|
|
@@ -2279,7 +2410,7 @@ const We = (e, n) => {
|
|
|
2279
2410
|
* @see https://tailwindcss.com/docs/blur
|
|
2280
2411
|
*/
|
|
2281
2412
|
blur: [{
|
|
2282
|
-
blur:
|
|
2413
|
+
blur: se()
|
|
2283
2414
|
}],
|
|
2284
2415
|
/**
|
|
2285
2416
|
* Brightness
|
|
@@ -2304,9 +2435,9 @@ const We = (e, n) => {
|
|
|
2304
2435
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2305
2436
|
"",
|
|
2306
2437
|
"none",
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2438
|
+
P,
|
|
2439
|
+
ue,
|
|
2440
|
+
de
|
|
2310
2441
|
]
|
|
2311
2442
|
}],
|
|
2312
2443
|
/**
|
|
@@ -2314,7 +2445,7 @@ const We = (e, n) => {
|
|
|
2314
2445
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2315
2446
|
*/
|
|
2316
2447
|
"drop-shadow-color": [{
|
|
2317
|
-
"drop-shadow":
|
|
2448
|
+
"drop-shadow": u()
|
|
2318
2449
|
}],
|
|
2319
2450
|
/**
|
|
2320
2451
|
* Grayscale
|
|
@@ -2369,7 +2500,7 @@ const We = (e, n) => {
|
|
|
2369
2500
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2370
2501
|
*/
|
|
2371
2502
|
"backdrop-blur": [{
|
|
2372
|
-
"backdrop-blur":
|
|
2503
|
+
"backdrop-blur": se()
|
|
2373
2504
|
}],
|
|
2374
2505
|
/**
|
|
2375
2506
|
* Backdrop Brightness
|
|
@@ -2442,21 +2573,21 @@ const We = (e, n) => {
|
|
|
2442
2573
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2443
2574
|
*/
|
|
2444
2575
|
"border-spacing": [{
|
|
2445
|
-
"border-spacing":
|
|
2576
|
+
"border-spacing": d()
|
|
2446
2577
|
}],
|
|
2447
2578
|
/**
|
|
2448
2579
|
* Border Spacing X
|
|
2449
2580
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2450
2581
|
*/
|
|
2451
2582
|
"border-spacing-x": [{
|
|
2452
|
-
"border-spacing-x":
|
|
2583
|
+
"border-spacing-x": d()
|
|
2453
2584
|
}],
|
|
2454
2585
|
/**
|
|
2455
2586
|
* Border Spacing Y
|
|
2456
2587
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2457
2588
|
*/
|
|
2458
2589
|
"border-spacing-y": [{
|
|
2459
|
-
"border-spacing-y":
|
|
2590
|
+
"border-spacing-y": d()
|
|
2460
2591
|
}],
|
|
2461
2592
|
/**
|
|
2462
2593
|
* Table Layout
|
|
@@ -2501,7 +2632,7 @@ const We = (e, n) => {
|
|
|
2501
2632
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2502
2633
|
*/
|
|
2503
2634
|
ease: [{
|
|
2504
|
-
ease: ["linear", "initial",
|
|
2635
|
+
ease: ["linear", "initial", N, l, a]
|
|
2505
2636
|
}],
|
|
2506
2637
|
/**
|
|
2507
2638
|
* Transition Delay
|
|
@@ -2515,7 +2646,7 @@ const We = (e, n) => {
|
|
|
2515
2646
|
* @see https://tailwindcss.com/docs/animation
|
|
2516
2647
|
*/
|
|
2517
2648
|
animate: [{
|
|
2518
|
-
animate: ["none",
|
|
2649
|
+
animate: ["none", X, l, a]
|
|
2519
2650
|
}],
|
|
2520
2651
|
// ------------------
|
|
2521
2652
|
// --- Transforms ---
|
|
@@ -2532,70 +2663,70 @@ const We = (e, n) => {
|
|
|
2532
2663
|
* @see https://tailwindcss.com/docs/perspective
|
|
2533
2664
|
*/
|
|
2534
2665
|
perspective: [{
|
|
2535
|
-
perspective: [
|
|
2666
|
+
perspective: [z, l, a]
|
|
2536
2667
|
}],
|
|
2537
2668
|
/**
|
|
2538
2669
|
* Perspective Origin
|
|
2539
2670
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2540
2671
|
*/
|
|
2541
2672
|
"perspective-origin": [{
|
|
2542
|
-
"perspective-origin":
|
|
2673
|
+
"perspective-origin": V()
|
|
2543
2674
|
}],
|
|
2544
2675
|
/**
|
|
2545
2676
|
* Rotate
|
|
2546
2677
|
* @see https://tailwindcss.com/docs/rotate
|
|
2547
2678
|
*/
|
|
2548
2679
|
rotate: [{
|
|
2549
|
-
rotate:
|
|
2680
|
+
rotate: ae()
|
|
2550
2681
|
}],
|
|
2551
2682
|
/**
|
|
2552
2683
|
* Rotate X
|
|
2553
2684
|
* @see https://tailwindcss.com/docs/rotate
|
|
2554
2685
|
*/
|
|
2555
2686
|
"rotate-x": [{
|
|
2556
|
-
"rotate-x":
|
|
2687
|
+
"rotate-x": ae()
|
|
2557
2688
|
}],
|
|
2558
2689
|
/**
|
|
2559
2690
|
* Rotate Y
|
|
2560
2691
|
* @see https://tailwindcss.com/docs/rotate
|
|
2561
2692
|
*/
|
|
2562
2693
|
"rotate-y": [{
|
|
2563
|
-
"rotate-y":
|
|
2694
|
+
"rotate-y": ae()
|
|
2564
2695
|
}],
|
|
2565
2696
|
/**
|
|
2566
2697
|
* Rotate Z
|
|
2567
2698
|
* @see https://tailwindcss.com/docs/rotate
|
|
2568
2699
|
*/
|
|
2569
2700
|
"rotate-z": [{
|
|
2570
|
-
"rotate-z":
|
|
2701
|
+
"rotate-z": ae()
|
|
2571
2702
|
}],
|
|
2572
2703
|
/**
|
|
2573
2704
|
* Scale
|
|
2574
2705
|
* @see https://tailwindcss.com/docs/scale
|
|
2575
2706
|
*/
|
|
2576
2707
|
scale: [{
|
|
2577
|
-
scale:
|
|
2708
|
+
scale: le()
|
|
2578
2709
|
}],
|
|
2579
2710
|
/**
|
|
2580
2711
|
* Scale X
|
|
2581
2712
|
* @see https://tailwindcss.com/docs/scale
|
|
2582
2713
|
*/
|
|
2583
2714
|
"scale-x": [{
|
|
2584
|
-
"scale-x":
|
|
2715
|
+
"scale-x": le()
|
|
2585
2716
|
}],
|
|
2586
2717
|
/**
|
|
2587
2718
|
* Scale Y
|
|
2588
2719
|
* @see https://tailwindcss.com/docs/scale
|
|
2589
2720
|
*/
|
|
2590
2721
|
"scale-y": [{
|
|
2591
|
-
"scale-y":
|
|
2722
|
+
"scale-y": le()
|
|
2592
2723
|
}],
|
|
2593
2724
|
/**
|
|
2594
2725
|
* Scale Z
|
|
2595
2726
|
* @see https://tailwindcss.com/docs/scale
|
|
2596
2727
|
*/
|
|
2597
2728
|
"scale-z": [{
|
|
2598
|
-
"scale-z":
|
|
2729
|
+
"scale-z": le()
|
|
2599
2730
|
}],
|
|
2600
2731
|
/**
|
|
2601
2732
|
* Scale 3D
|
|
@@ -2607,21 +2738,21 @@ const We = (e, n) => {
|
|
|
2607
2738
|
* @see https://tailwindcss.com/docs/skew
|
|
2608
2739
|
*/
|
|
2609
2740
|
skew: [{
|
|
2610
|
-
skew:
|
|
2741
|
+
skew: fe()
|
|
2611
2742
|
}],
|
|
2612
2743
|
/**
|
|
2613
2744
|
* Skew X
|
|
2614
2745
|
* @see https://tailwindcss.com/docs/skew
|
|
2615
2746
|
*/
|
|
2616
2747
|
"skew-x": [{
|
|
2617
|
-
"skew-x":
|
|
2748
|
+
"skew-x": fe()
|
|
2618
2749
|
}],
|
|
2619
2750
|
/**
|
|
2620
2751
|
* Skew Y
|
|
2621
2752
|
* @see https://tailwindcss.com/docs/skew
|
|
2622
2753
|
*/
|
|
2623
2754
|
"skew-y": [{
|
|
2624
|
-
"skew-y":
|
|
2755
|
+
"skew-y": fe()
|
|
2625
2756
|
}],
|
|
2626
2757
|
/**
|
|
2627
2758
|
* Transform
|
|
@@ -2635,7 +2766,7 @@ const We = (e, n) => {
|
|
|
2635
2766
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2636
2767
|
*/
|
|
2637
2768
|
"transform-origin": [{
|
|
2638
|
-
origin:
|
|
2769
|
+
origin: V()
|
|
2639
2770
|
}],
|
|
2640
2771
|
/**
|
|
2641
2772
|
* Transform Style
|
|
@@ -2649,28 +2780,28 @@ const We = (e, n) => {
|
|
|
2649
2780
|
* @see https://tailwindcss.com/docs/translate
|
|
2650
2781
|
*/
|
|
2651
2782
|
translate: [{
|
|
2652
|
-
translate:
|
|
2783
|
+
translate: ie()
|
|
2653
2784
|
}],
|
|
2654
2785
|
/**
|
|
2655
2786
|
* Translate X
|
|
2656
2787
|
* @see https://tailwindcss.com/docs/translate
|
|
2657
2788
|
*/
|
|
2658
2789
|
"translate-x": [{
|
|
2659
|
-
"translate-x":
|
|
2790
|
+
"translate-x": ie()
|
|
2660
2791
|
}],
|
|
2661
2792
|
/**
|
|
2662
2793
|
* Translate Y
|
|
2663
2794
|
* @see https://tailwindcss.com/docs/translate
|
|
2664
2795
|
*/
|
|
2665
2796
|
"translate-y": [{
|
|
2666
|
-
"translate-y":
|
|
2797
|
+
"translate-y": ie()
|
|
2667
2798
|
}],
|
|
2668
2799
|
/**
|
|
2669
2800
|
* Translate Z
|
|
2670
2801
|
* @see https://tailwindcss.com/docs/translate
|
|
2671
2802
|
*/
|
|
2672
2803
|
"translate-z": [{
|
|
2673
|
-
"translate-z":
|
|
2804
|
+
"translate-z": ie()
|
|
2674
2805
|
}],
|
|
2675
2806
|
/**
|
|
2676
2807
|
* Translate None
|
|
@@ -2685,7 +2816,7 @@ const We = (e, n) => {
|
|
|
2685
2816
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2686
2817
|
*/
|
|
2687
2818
|
accent: [{
|
|
2688
|
-
accent:
|
|
2819
|
+
accent: u()
|
|
2689
2820
|
}],
|
|
2690
2821
|
/**
|
|
2691
2822
|
* Appearance
|
|
@@ -2699,7 +2830,7 @@ const We = (e, n) => {
|
|
|
2699
2830
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2700
2831
|
*/
|
|
2701
2832
|
"caret-color": [{
|
|
2702
|
-
caret:
|
|
2833
|
+
caret: u()
|
|
2703
2834
|
}],
|
|
2704
2835
|
/**
|
|
2705
2836
|
* Color Scheme
|
|
@@ -2748,126 +2879,154 @@ const We = (e, n) => {
|
|
|
2748
2879
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2749
2880
|
*/
|
|
2750
2881
|
"scroll-m": [{
|
|
2751
|
-
"scroll-m":
|
|
2882
|
+
"scroll-m": d()
|
|
2752
2883
|
}],
|
|
2753
2884
|
/**
|
|
2754
|
-
* Scroll Margin
|
|
2885
|
+
* Scroll Margin Inline
|
|
2755
2886
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2756
2887
|
*/
|
|
2757
2888
|
"scroll-mx": [{
|
|
2758
|
-
"scroll-mx":
|
|
2889
|
+
"scroll-mx": d()
|
|
2759
2890
|
}],
|
|
2760
2891
|
/**
|
|
2761
|
-
* Scroll Margin
|
|
2892
|
+
* Scroll Margin Block
|
|
2762
2893
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2763
2894
|
*/
|
|
2764
2895
|
"scroll-my": [{
|
|
2765
|
-
"scroll-my":
|
|
2896
|
+
"scroll-my": d()
|
|
2766
2897
|
}],
|
|
2767
2898
|
/**
|
|
2768
|
-
* Scroll Margin Start
|
|
2899
|
+
* Scroll Margin Inline Start
|
|
2769
2900
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2770
2901
|
*/
|
|
2771
2902
|
"scroll-ms": [{
|
|
2772
|
-
"scroll-ms":
|
|
2903
|
+
"scroll-ms": d()
|
|
2773
2904
|
}],
|
|
2774
2905
|
/**
|
|
2775
|
-
* Scroll Margin End
|
|
2906
|
+
* Scroll Margin Inline End
|
|
2776
2907
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2777
2908
|
*/
|
|
2778
2909
|
"scroll-me": [{
|
|
2779
|
-
"scroll-me":
|
|
2910
|
+
"scroll-me": d()
|
|
2911
|
+
}],
|
|
2912
|
+
/**
|
|
2913
|
+
* Scroll Margin Block Start
|
|
2914
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2915
|
+
*/
|
|
2916
|
+
"scroll-mbs": [{
|
|
2917
|
+
"scroll-mbs": d()
|
|
2918
|
+
}],
|
|
2919
|
+
/**
|
|
2920
|
+
* Scroll Margin Block End
|
|
2921
|
+
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2922
|
+
*/
|
|
2923
|
+
"scroll-mbe": [{
|
|
2924
|
+
"scroll-mbe": d()
|
|
2780
2925
|
}],
|
|
2781
2926
|
/**
|
|
2782
2927
|
* Scroll Margin Top
|
|
2783
2928
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2784
2929
|
*/
|
|
2785
2930
|
"scroll-mt": [{
|
|
2786
|
-
"scroll-mt":
|
|
2931
|
+
"scroll-mt": d()
|
|
2787
2932
|
}],
|
|
2788
2933
|
/**
|
|
2789
2934
|
* Scroll Margin Right
|
|
2790
2935
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2791
2936
|
*/
|
|
2792
2937
|
"scroll-mr": [{
|
|
2793
|
-
"scroll-mr":
|
|
2938
|
+
"scroll-mr": d()
|
|
2794
2939
|
}],
|
|
2795
2940
|
/**
|
|
2796
2941
|
* Scroll Margin Bottom
|
|
2797
2942
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2798
2943
|
*/
|
|
2799
2944
|
"scroll-mb": [{
|
|
2800
|
-
"scroll-mb":
|
|
2945
|
+
"scroll-mb": d()
|
|
2801
2946
|
}],
|
|
2802
2947
|
/**
|
|
2803
2948
|
* Scroll Margin Left
|
|
2804
2949
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2805
2950
|
*/
|
|
2806
2951
|
"scroll-ml": [{
|
|
2807
|
-
"scroll-ml":
|
|
2952
|
+
"scroll-ml": d()
|
|
2808
2953
|
}],
|
|
2809
2954
|
/**
|
|
2810
2955
|
* Scroll Padding
|
|
2811
2956
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2812
2957
|
*/
|
|
2813
2958
|
"scroll-p": [{
|
|
2814
|
-
"scroll-p":
|
|
2959
|
+
"scroll-p": d()
|
|
2815
2960
|
}],
|
|
2816
2961
|
/**
|
|
2817
|
-
* Scroll Padding
|
|
2962
|
+
* Scroll Padding Inline
|
|
2818
2963
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2819
2964
|
*/
|
|
2820
2965
|
"scroll-px": [{
|
|
2821
|
-
"scroll-px":
|
|
2966
|
+
"scroll-px": d()
|
|
2822
2967
|
}],
|
|
2823
2968
|
/**
|
|
2824
|
-
* Scroll Padding
|
|
2969
|
+
* Scroll Padding Block
|
|
2825
2970
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2826
2971
|
*/
|
|
2827
2972
|
"scroll-py": [{
|
|
2828
|
-
"scroll-py":
|
|
2973
|
+
"scroll-py": d()
|
|
2829
2974
|
}],
|
|
2830
2975
|
/**
|
|
2831
|
-
* Scroll Padding Start
|
|
2976
|
+
* Scroll Padding Inline Start
|
|
2832
2977
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2833
2978
|
*/
|
|
2834
2979
|
"scroll-ps": [{
|
|
2835
|
-
"scroll-ps":
|
|
2980
|
+
"scroll-ps": d()
|
|
2836
2981
|
}],
|
|
2837
2982
|
/**
|
|
2838
|
-
* Scroll Padding End
|
|
2983
|
+
* Scroll Padding Inline End
|
|
2839
2984
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2840
2985
|
*/
|
|
2841
2986
|
"scroll-pe": [{
|
|
2842
|
-
"scroll-pe":
|
|
2987
|
+
"scroll-pe": d()
|
|
2988
|
+
}],
|
|
2989
|
+
/**
|
|
2990
|
+
* Scroll Padding Block Start
|
|
2991
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2992
|
+
*/
|
|
2993
|
+
"scroll-pbs": [{
|
|
2994
|
+
"scroll-pbs": d()
|
|
2995
|
+
}],
|
|
2996
|
+
/**
|
|
2997
|
+
* Scroll Padding Block End
|
|
2998
|
+
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2999
|
+
*/
|
|
3000
|
+
"scroll-pbe": [{
|
|
3001
|
+
"scroll-pbe": d()
|
|
2843
3002
|
}],
|
|
2844
3003
|
/**
|
|
2845
3004
|
* Scroll Padding Top
|
|
2846
3005
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2847
3006
|
*/
|
|
2848
3007
|
"scroll-pt": [{
|
|
2849
|
-
"scroll-pt":
|
|
3008
|
+
"scroll-pt": d()
|
|
2850
3009
|
}],
|
|
2851
3010
|
/**
|
|
2852
3011
|
* Scroll Padding Right
|
|
2853
3012
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2854
3013
|
*/
|
|
2855
3014
|
"scroll-pr": [{
|
|
2856
|
-
"scroll-pr":
|
|
3015
|
+
"scroll-pr": d()
|
|
2857
3016
|
}],
|
|
2858
3017
|
/**
|
|
2859
3018
|
* Scroll Padding Bottom
|
|
2860
3019
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2861
3020
|
*/
|
|
2862
3021
|
"scroll-pb": [{
|
|
2863
|
-
"scroll-pb":
|
|
3022
|
+
"scroll-pb": d()
|
|
2864
3023
|
}],
|
|
2865
3024
|
/**
|
|
2866
3025
|
* Scroll Padding Left
|
|
2867
3026
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2868
3027
|
*/
|
|
2869
3028
|
"scroll-pl": [{
|
|
2870
|
-
"scroll-pl":
|
|
3029
|
+
"scroll-pl": d()
|
|
2871
3030
|
}],
|
|
2872
3031
|
/**
|
|
2873
3032
|
* Scroll Snap Align
|
|
@@ -2945,21 +3104,21 @@ const We = (e, n) => {
|
|
|
2945
3104
|
* @see https://tailwindcss.com/docs/fill
|
|
2946
3105
|
*/
|
|
2947
3106
|
fill: [{
|
|
2948
|
-
fill: ["none", ...
|
|
3107
|
+
fill: ["none", ...u()]
|
|
2949
3108
|
}],
|
|
2950
3109
|
/**
|
|
2951
3110
|
* Stroke Width
|
|
2952
3111
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2953
3112
|
*/
|
|
2954
3113
|
"stroke-w": [{
|
|
2955
|
-
stroke: [p,
|
|
3114
|
+
stroke: [p, oe, q, Ee]
|
|
2956
3115
|
}],
|
|
2957
3116
|
/**
|
|
2958
3117
|
* Stroke
|
|
2959
3118
|
* @see https://tailwindcss.com/docs/stroke
|
|
2960
3119
|
*/
|
|
2961
3120
|
stroke: [{
|
|
2962
|
-
stroke: ["none", ...
|
|
3121
|
+
stroke: ["none", ...u()]
|
|
2963
3122
|
}],
|
|
2964
3123
|
// ---------------------
|
|
2965
3124
|
// --- Accessibility ---
|
|
@@ -2975,15 +3134,15 @@ const We = (e, n) => {
|
|
|
2975
3134
|
conflictingClassGroups: {
|
|
2976
3135
|
overflow: ["overflow-x", "overflow-y"],
|
|
2977
3136
|
overscroll: ["overscroll-x", "overscroll-y"],
|
|
2978
|
-
inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
|
|
3137
|
+
inset: ["inset-x", "inset-y", "inset-bs", "inset-be", "start", "end", "top", "right", "bottom", "left"],
|
|
2979
3138
|
"inset-x": ["right", "left"],
|
|
2980
3139
|
"inset-y": ["top", "bottom"],
|
|
2981
3140
|
flex: ["basis", "grow", "shrink"],
|
|
2982
3141
|
gap: ["gap-x", "gap-y"],
|
|
2983
|
-
p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
|
|
3142
|
+
p: ["px", "py", "ps", "pe", "pbs", "pbe", "pt", "pr", "pb", "pl"],
|
|
2984
3143
|
px: ["pr", "pl"],
|
|
2985
3144
|
py: ["pt", "pb"],
|
|
2986
|
-
m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
|
|
3145
|
+
m: ["mx", "my", "ms", "me", "mbs", "mbe", "mt", "mr", "mb", "ml"],
|
|
2987
3146
|
mx: ["mr", "ml"],
|
|
2988
3147
|
my: ["mt", "mb"],
|
|
2989
3148
|
size: ["w", "h"],
|
|
@@ -3003,18 +3162,18 @@ const We = (e, n) => {
|
|
|
3003
3162
|
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
3004
3163
|
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
3005
3164
|
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
3006
|
-
"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"],
|
|
3165
|
+
"border-w": ["border-w-x", "border-w-y", "border-w-s", "border-w-e", "border-w-bs", "border-w-be", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
3007
3166
|
"border-w-x": ["border-w-r", "border-w-l"],
|
|
3008
3167
|
"border-w-y": ["border-w-t", "border-w-b"],
|
|
3009
|
-
"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"],
|
|
3168
|
+
"border-color": ["border-color-x", "border-color-y", "border-color-s", "border-color-e", "border-color-bs", "border-color-be", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
3010
3169
|
"border-color-x": ["border-color-r", "border-color-l"],
|
|
3011
3170
|
"border-color-y": ["border-color-t", "border-color-b"],
|
|
3012
3171
|
translate: ["translate-x", "translate-y", "translate-none"],
|
|
3013
3172
|
"translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
|
|
3014
|
-
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
|
3173
|
+
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mbs", "scroll-mbe", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
|
3015
3174
|
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
3016
3175
|
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
3017
|
-
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
|
3176
|
+
"scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pbs", "scroll-pbe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
|
|
3018
3177
|
"scroll-px": ["scroll-pr", "scroll-pl"],
|
|
3019
3178
|
"scroll-py": ["scroll-pt", "scroll-pb"],
|
|
3020
3179
|
touch: ["touch-x", "touch-y", "touch-pz"],
|
|
@@ -3027,12 +3186,12 @@ const We = (e, n) => {
|
|
|
3027
3186
|
},
|
|
3028
3187
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
3029
3188
|
};
|
|
3030
|
-
},
|
|
3031
|
-
function
|
|
3032
|
-
return
|
|
3189
|
+
}, Nr = /* @__PURE__ */ fr(Ir);
|
|
3190
|
+
function Lr(...e) {
|
|
3191
|
+
return Nr(Be(e));
|
|
3033
3192
|
}
|
|
3034
3193
|
export {
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3194
|
+
Be as a,
|
|
3195
|
+
Lr as c,
|
|
3196
|
+
Gr as j
|
|
3038
3197
|
};
|