@konstructio/ui 0.0.12-alpha.9 → 0.0.13-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Modal-B-E9uaA6.js → Modal-i7eolhYH.js} +311 -307
- package/dist/components/Alert/Alert.js +24 -29
- package/dist/components/Alert/Alert.variants.js +9 -15
- package/dist/components/AlertDialog/AlertDialog.js +59 -46
- package/dist/components/AlertDialog/components/AlertDialogTrigger.js +2 -2
- package/dist/components/AlertDialog/components/index.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +76 -72
- package/dist/components/Autocomplete/Autocomplete.variants.js +11 -20
- package/dist/components/Autocomplete/components/List/List.js +28 -30
- package/dist/components/Autocomplete/components/List/List.variants.js +34 -40
- package/dist/components/Breadcrumb/Breadcrumb.js +47 -56
- package/dist/components/Breadcrumb/Breadcrumb.variants.js +6 -26
- package/dist/components/Breadcrumb/components/Item/Item.js +29 -41
- package/dist/components/Breadcrumb/components/Item/Item.variants.js +2 -20
- package/dist/components/Button/Button.js +33 -37
- package/dist/components/Button/Button.variants.js +138 -195
- package/dist/components/Card/Card.js +32 -37
- package/dist/components/Card/Card.variants.js +18 -53
- package/dist/components/Checkbox/Checkbox.js +65 -68
- package/dist/components/Checkbox/Checkbox.variants.js +11 -35
- package/dist/components/Command/Command.js +33 -25
- package/dist/components/Command/Command.variants.js +47 -94
- package/dist/components/Command/components/Command.js +1 -1
- package/dist/components/Command/components/CommandEmpty.js +1 -1
- package/dist/components/Command/components/CommandGroup.js +1 -1
- package/dist/components/Command/components/CommandInput.js +1 -1
- package/dist/components/Command/components/CommandItem.js +1 -1
- package/dist/components/Command/components/CommandList.js +1 -1
- package/dist/components/Command/components/CommandSeparator.js +1 -1
- package/dist/components/Command/components/DialogContent.js +1 -1
- package/dist/components/Command/components/DialogOverlay.js +8 -8
- package/dist/components/Divider/Divider.js +3 -2
- package/dist/components/Divider/Divider.variants.js +12 -9
- package/dist/components/Dropdown/Dropdown.js +6 -6
- package/dist/components/Dropdown/Dropdown.variants.js +31 -38
- package/dist/components/Dropdown/components/List/List.js +17 -15
- package/dist/components/Dropdown/components/List/List.variants.js +22 -32
- package/dist/components/Dropdown/components/ListItem/ListItem.js +20 -19
- package/dist/components/Dropdown/components/ListItem/ListItem.variants.js +18 -30
- package/dist/components/Dropdown/components/Wrapper.js +127 -90
- package/dist/components/Dropdown/contexts/dropdown.context.js +1 -1
- package/dist/components/Dropdown/contexts/dropdown.provider.js +9 -9
- package/dist/components/Input/Input.js +37 -37
- package/dist/components/Input/Input.variants.js +8 -13
- package/dist/components/Loading/Loading.js +60 -58
- package/dist/components/Loading/Loading.variants.js +9 -15
- package/dist/components/Modal/Modal.js +2 -2
- package/dist/components/Modal/components/Body/Body.js +1 -1
- package/dist/components/Modal/components/Footer/Footer.js +2 -2
- package/dist/components/Modal/components/Header/Header.js +3 -3
- package/dist/components/Modal/components/Wrapper/Wrapper.js +3 -4
- package/dist/components/Modal/components/Wrapper/Wrapper.variants.js +32 -46
- package/dist/components/Modal/components/index.js +1 -1
- package/dist/components/NumberInput/NumberInput.js +93 -111
- package/dist/components/NumberInput/NumberInput.variants.js +30 -51
- package/dist/components/ProgressBar/ProgressBar.js +25 -29
- package/dist/components/ProgressBar/ProgressBar.variants.js +10 -31
- package/dist/components/Radio/Radio.js +45 -46
- package/dist/components/Radio/Radio.variants.js +4 -13
- package/dist/components/RadioCard/RadioCard.js +31 -37
- package/dist/components/RadioCard/RadioCard.variants.js +8 -17
- package/dist/components/RadioCardGroup/RadioCardGroup.js +22 -23
- package/dist/components/RadioCardGroup/RadioCardGroup.variants.js +3 -9
- package/dist/components/RadioGroup/RadioGroup.js +30 -31
- package/dist/components/RadioGroup/RadioGroup.variants.js +2 -8
- package/dist/components/Range/Range.js +28 -34
- package/dist/components/Range/Range.variants.js +21 -53
- package/dist/components/Sidebar/Sidebar.js +12 -13
- package/dist/components/Sidebar/Sidebar.variants.js +30 -56
- package/dist/components/Sidebar/components/Footer/Footer.js +5 -17
- package/dist/components/Sidebar/components/Footer/Footer.variants.js +9 -16
- package/dist/components/Sidebar/components/Logo/Logo.js +5 -15
- package/dist/components/Sidebar/components/Logo/Logo.variants.js +20 -36
- package/dist/components/Sidebar/components/Navigation/Navigation.js +15 -28
- package/dist/components/Sidebar/components/Navigation/Navigation.variants.js +3 -17
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.js +21 -34
- package/dist/components/Sidebar/components/NavigationGroup/NavigationGroup.variants.js +2 -13
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.js +21 -27
- package/dist/components/Sidebar/components/NavigationOption/NavigationOption.variants.js +7 -17
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.js +7 -19
- package/dist/components/Sidebar/components/NavigationSeparator/NavigationSeparator.variants.js +6 -16
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.js +8 -21
- package/dist/components/Sidebar/components/NavigationTitle/NavigationTitle.variants.js +11 -20
- package/dist/components/Sidebar/components/Wrapper/Wrapper.js +41 -44
- package/dist/components/Slider/Slider.js +26 -27
- package/dist/components/Slider/Slider.variants.js +22 -34
- package/dist/components/Switch/Switch.js +103 -106
- package/dist/components/Switch/Switch.variants.js +28 -53
- package/dist/components/Table/Table.js +27 -0
- package/dist/components/Table/Table.variants.js +40 -0
- package/dist/components/Table/components/Body.js +18 -0
- package/dist/components/Table/components/Filter.js +9 -0
- package/dist/components/Table/components/Head.js +18 -0
- package/dist/components/Table/components/Row.js +28 -0
- package/dist/components/Table/components/index.js +10 -0
- package/dist/components/Tag/Tag.js +1 -1
- package/dist/components/TagSelect/TagSelect.variants.js +23 -55
- package/dist/components/TagSelect/components/Item/Item.js +12 -14
- package/dist/components/TagSelect/components/Item/Item.variants.js +11 -10
- package/dist/components/TagSelect/components/List/List.js +9 -10
- package/dist/components/TagSelect/components/List/List.variants.js +21 -35
- package/dist/components/TagSelect/components/Wrapper/Wrapper.js +46 -48
- package/dist/components/TextArea/TextArea.js +20 -23
- package/dist/components/TextArea/TextArea.variants.js +19 -31
- package/dist/components/Toast/Toast.js +110 -116
- package/dist/components/Toast/Toast.variants.js +42 -70
- package/dist/components/Tooltip/Tooltip.js +21 -27
- package/dist/components/Tooltip/Tooltip.variants.js +61 -62
- package/dist/components/Typography/Typography.js +23 -19
- package/dist/components/Typography/Typography.variants.js +1 -7
- package/dist/components/index.js +22 -20
- package/dist/contexts/theme.provider.js +37 -39
- package/dist/domain/theme.js +0 -0
- package/dist/index-AM3avohj.js +133 -0
- package/dist/{index-BzaHYXkt.js → index-BOx5P4tS.js} +5 -5
- package/dist/index-Bk324h27.js +82 -0
- package/dist/{index-4ecjw_Aj.js → index-Bry5AFQ2.js} +1 -1
- package/dist/{index-CbTU3cnP.js → index-CWKdynYu.js} +1 -1
- package/dist/index-D9BbbgUq.js +47 -0
- package/dist/{index-DyKo5ZJT.js → index-DvFiic6N.js} +45 -45
- package/dist/{index-Dj1pom3_.js → index-G_6jG4Qc.js} +2 -2
- package/dist/{index-D_76wh4w.js → index-YaQrdkGE.js} +3 -3
- package/dist/{index-Cva-e5M4.js → index-bYyfdsls.js} +9 -9
- package/dist/index-dRxIWVBr.js +313 -0
- package/dist/{index-D7QNmo_D.js → index-g-TFwd6Y.js} +41 -41
- package/dist/index.d.ts +115 -98
- package/dist/index.js +30 -30
- package/dist/package.json +37 -36
- package/dist/styles.css +1 -1
- package/dist/ui/kubefirst-theme.css +296 -0
- package/dist/ui/theme.css +6 -0
- package/dist/ui/utilities.css +165 -0
- package/dist/utils/index.js +675 -424
- package/package.json +37 -36
- package/dist/components/AlertDialog/AlertDialog.variants.js +0 -15
- package/dist/index-B_6_jmOO.js +0 -68
- package/dist/index-BbsJ0VIJ.js +0 -47
- package/dist/index-CzSBQN5S.js +0 -432
- package/dist/index-DUA6Y_AE.js +0 -126
- package/dist/plugins/index.js +0 -4
- package/dist/plugins/konstruct.js +0 -118
- package/dist/plugins/utils/animation.styles.js +0 -162
- package/dist/plugins/utils/colors.js +0 -331
- package/dist/plugins/utils/index.js +0 -7
package/dist/utils/index.js
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
import { c as
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
conflictingClassGroups:
|
|
5
|
-
conflictingClassGroupModifiers:
|
|
1
|
+
import { c as Ie } from "../clsx-OuTLNxxd.js";
|
|
2
|
+
const ne = "-", Re = (e) => {
|
|
3
|
+
const n = Ge(e), {
|
|
4
|
+
conflictingClassGroups: s,
|
|
5
|
+
conflictingClassGroupModifiers: t
|
|
6
6
|
} = e;
|
|
7
7
|
return {
|
|
8
|
-
getClassGroupId: (
|
|
9
|
-
const
|
|
10
|
-
return
|
|
8
|
+
getClassGroupId: (i) => {
|
|
9
|
+
const u = i.split(ne);
|
|
10
|
+
return u[0] === "" && u.length !== 1 && u.shift(), we(u, n) || Pe(i);
|
|
11
11
|
},
|
|
12
|
-
getConflictingClassGroupIds: (
|
|
13
|
-
const
|
|
14
|
-
return
|
|
12
|
+
getConflictingClassGroupIds: (i, u) => {
|
|
13
|
+
const p = s[i] || [];
|
|
14
|
+
return u && t[i] ? [...p, ...t[i]] : p;
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
},
|
|
18
|
-
var
|
|
17
|
+
}, we = (e, n) => {
|
|
18
|
+
var i;
|
|
19
19
|
if (e.length === 0)
|
|
20
|
-
return
|
|
21
|
-
const
|
|
22
|
-
if (
|
|
23
|
-
return
|
|
24
|
-
if (
|
|
20
|
+
return n.classGroupId;
|
|
21
|
+
const s = e[0], t = n.nextPart.get(s), c = t ? we(e.slice(1), t) : void 0;
|
|
22
|
+
if (c)
|
|
23
|
+
return c;
|
|
24
|
+
if (n.validators.length === 0)
|
|
25
25
|
return;
|
|
26
|
-
const
|
|
27
|
-
return (
|
|
28
|
-
validator:
|
|
29
|
-
}) =>
|
|
30
|
-
},
|
|
31
|
-
if (
|
|
32
|
-
const
|
|
33
|
-
if (
|
|
34
|
-
return "arbitrary.." +
|
|
26
|
+
const m = e.join(ne);
|
|
27
|
+
return (i = n.validators.find(({
|
|
28
|
+
validator: u
|
|
29
|
+
}) => u(m))) == null ? void 0 : i.classGroupId;
|
|
30
|
+
}, fe = /^\[(.+)\]$/, Pe = (e) => {
|
|
31
|
+
if (fe.test(e)) {
|
|
32
|
+
const n = fe.exec(e)[1], s = n == null ? void 0 : n.substring(0, n.indexOf(":"));
|
|
33
|
+
if (s)
|
|
34
|
+
return "arbitrary.." + s;
|
|
35
35
|
}
|
|
36
|
-
},
|
|
36
|
+
}, Ge = (e) => {
|
|
37
37
|
const {
|
|
38
|
-
theme:
|
|
39
|
-
classGroups:
|
|
40
|
-
} = e,
|
|
38
|
+
theme: n,
|
|
39
|
+
classGroups: s
|
|
40
|
+
} = e, t = {
|
|
41
41
|
nextPart: /* @__PURE__ */ new Map(),
|
|
42
42
|
validators: []
|
|
43
43
|
};
|
|
44
|
-
for (const
|
|
45
|
-
|
|
46
|
-
return
|
|
47
|
-
},
|
|
48
|
-
e.forEach((
|
|
49
|
-
if (typeof
|
|
50
|
-
const
|
|
51
|
-
|
|
44
|
+
for (const c in s)
|
|
45
|
+
re(s[c], t, c, n);
|
|
46
|
+
return t;
|
|
47
|
+
}, re = (e, n, s, t) => {
|
|
48
|
+
e.forEach((c) => {
|
|
49
|
+
if (typeof c == "string") {
|
|
50
|
+
const m = c === "" ? n : be(n, c);
|
|
51
|
+
m.classGroupId = s;
|
|
52
52
|
return;
|
|
53
53
|
}
|
|
54
|
-
if (typeof
|
|
55
|
-
if (
|
|
56
|
-
|
|
54
|
+
if (typeof c == "function") {
|
|
55
|
+
if (Te(c)) {
|
|
56
|
+
re(c(t), n, s, t);
|
|
57
57
|
return;
|
|
58
58
|
}
|
|
59
|
-
|
|
60
|
-
validator:
|
|
61
|
-
classGroupId:
|
|
59
|
+
n.validators.push({
|
|
60
|
+
validator: c,
|
|
61
|
+
classGroupId: s
|
|
62
62
|
});
|
|
63
63
|
return;
|
|
64
64
|
}
|
|
65
|
-
Object.entries(
|
|
66
|
-
|
|
65
|
+
Object.entries(c).forEach(([m, i]) => {
|
|
66
|
+
re(i, be(n, m), s, t);
|
|
67
67
|
});
|
|
68
68
|
});
|
|
69
|
-
},
|
|
70
|
-
let
|
|
71
|
-
return
|
|
72
|
-
|
|
69
|
+
}, be = (e, n) => {
|
|
70
|
+
let s = e;
|
|
71
|
+
return n.split(ne).forEach((t) => {
|
|
72
|
+
s.nextPart.has(t) || s.nextPart.set(t, {
|
|
73
73
|
nextPart: /* @__PURE__ */ new Map(),
|
|
74
74
|
validators: []
|
|
75
|
-
}),
|
|
76
|
-
}),
|
|
77
|
-
},
|
|
75
|
+
}), s = s.nextPart.get(t);
|
|
76
|
+
}), s;
|
|
77
|
+
}, Te = (e) => e.isThemeGetter, Ee = (e) => {
|
|
78
78
|
if (e < 1)
|
|
79
79
|
return {
|
|
80
80
|
get: () => {
|
|
@@ -82,195 +82,219 @@ const Z = "-", xe = (e) => {
|
|
|
82
82
|
set: () => {
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
|
-
let
|
|
86
|
-
const
|
|
87
|
-
|
|
85
|
+
let n = 0, s = /* @__PURE__ */ new Map(), t = /* @__PURE__ */ new Map();
|
|
86
|
+
const c = (m, i) => {
|
|
87
|
+
s.set(m, i), n++, n > e && (n = 0, t = s, s = /* @__PURE__ */ new Map());
|
|
88
88
|
};
|
|
89
89
|
return {
|
|
90
|
-
get(
|
|
91
|
-
let
|
|
92
|
-
if (
|
|
93
|
-
return
|
|
94
|
-
if ((
|
|
95
|
-
return
|
|
90
|
+
get(m) {
|
|
91
|
+
let i = s.get(m);
|
|
92
|
+
if (i !== void 0)
|
|
93
|
+
return i;
|
|
94
|
+
if ((i = t.get(m)) !== void 0)
|
|
95
|
+
return c(m, i), i;
|
|
96
96
|
},
|
|
97
|
-
set(
|
|
98
|
-
|
|
97
|
+
set(m, i) {
|
|
98
|
+
s.has(m) ? s.set(m, i) : c(m, i);
|
|
99
99
|
}
|
|
100
100
|
};
|
|
101
|
-
},
|
|
101
|
+
}, te = "!", se = ":", Le = se.length, Ne = (e) => {
|
|
102
102
|
const {
|
|
103
|
-
prefix:
|
|
104
|
-
experimentalParseClassName:
|
|
103
|
+
prefix: n,
|
|
104
|
+
experimentalParseClassName: s
|
|
105
105
|
} = e;
|
|
106
|
-
let
|
|
107
|
-
const
|
|
108
|
-
let
|
|
109
|
-
for (let
|
|
110
|
-
let y =
|
|
111
|
-
if (
|
|
112
|
-
if (y ===
|
|
113
|
-
|
|
106
|
+
let t = (c) => {
|
|
107
|
+
const m = [];
|
|
108
|
+
let i = 0, u = 0, p = 0, g;
|
|
109
|
+
for (let k = 0; k < c.length; k++) {
|
|
110
|
+
let y = c[k];
|
|
111
|
+
if (i === 0 && u === 0) {
|
|
112
|
+
if (y === se) {
|
|
113
|
+
m.push(c.slice(p, k)), p = k + Le;
|
|
114
114
|
continue;
|
|
115
115
|
}
|
|
116
116
|
if (y === "/") {
|
|
117
|
-
g =
|
|
117
|
+
g = k;
|
|
118
118
|
continue;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
|
-
y === "[" ?
|
|
121
|
+
y === "[" ? i++ : y === "]" ? i-- : y === "(" ? u++ : y === ")" && u--;
|
|
122
122
|
}
|
|
123
|
-
const
|
|
123
|
+
const h = m.length === 0 ? c : c.substring(p), M = Ve(h), O = M !== h, F = g && g > p ? g - p : void 0;
|
|
124
124
|
return {
|
|
125
|
-
modifiers:
|
|
126
|
-
hasImportantModifier:
|
|
127
|
-
baseClassName:
|
|
128
|
-
maybePostfixModifierPosition:
|
|
125
|
+
modifiers: m,
|
|
126
|
+
hasImportantModifier: O,
|
|
127
|
+
baseClassName: M,
|
|
128
|
+
maybePostfixModifierPosition: F
|
|
129
129
|
};
|
|
130
130
|
};
|
|
131
|
-
if (
|
|
132
|
-
const
|
|
133
|
-
|
|
131
|
+
if (n) {
|
|
132
|
+
const c = n + se, m = t;
|
|
133
|
+
t = (i) => i.startsWith(c) ? m(i.substring(c.length)) : {
|
|
134
134
|
isExternal: !0,
|
|
135
135
|
modifiers: [],
|
|
136
136
|
hasImportantModifier: !1,
|
|
137
|
-
baseClassName:
|
|
137
|
+
baseClassName: i,
|
|
138
138
|
maybePostfixModifierPosition: void 0
|
|
139
139
|
};
|
|
140
140
|
}
|
|
141
|
-
if (
|
|
142
|
-
const
|
|
143
|
-
|
|
144
|
-
className:
|
|
145
|
-
parseClassName:
|
|
141
|
+
if (s) {
|
|
142
|
+
const c = t;
|
|
143
|
+
t = (m) => s({
|
|
144
|
+
className: m,
|
|
145
|
+
parseClassName: c
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
|
-
return
|
|
149
|
-
},
|
|
150
|
-
const
|
|
151
|
-
return (
|
|
152
|
-
if (
|
|
153
|
-
return
|
|
154
|
-
const
|
|
155
|
-
let
|
|
156
|
-
return
|
|
157
|
-
|
|
158
|
-
}),
|
|
148
|
+
return t;
|
|
149
|
+
}, Ve = (e) => e.endsWith(te) ? e.substring(0, e.length - 1) : e.startsWith(te) ? e.substring(1) : e, je = (e) => {
|
|
150
|
+
const n = Object.fromEntries(e.orderSensitiveModifiers.map((t) => [t, !0]));
|
|
151
|
+
return (t) => {
|
|
152
|
+
if (t.length <= 1)
|
|
153
|
+
return t;
|
|
154
|
+
const c = [];
|
|
155
|
+
let m = [];
|
|
156
|
+
return t.forEach((i) => {
|
|
157
|
+
i[0] === "[" || n[i] ? (c.push(...m.sort(), i), m = []) : m.push(i);
|
|
158
|
+
}), c.push(...m.sort()), c;
|
|
159
159
|
};
|
|
160
|
-
},
|
|
161
|
-
cache:
|
|
162
|
-
parseClassName:
|
|
163
|
-
sortModifiers:
|
|
164
|
-
...
|
|
165
|
-
}),
|
|
160
|
+
}, Oe = (e) => ({
|
|
161
|
+
cache: Ee(e.cacheSize),
|
|
162
|
+
parseClassName: Ne(e),
|
|
163
|
+
sortModifiers: je(e),
|
|
164
|
+
...Re(e)
|
|
165
|
+
}), Fe = /\s+/, Be = (e, n) => {
|
|
166
166
|
const {
|
|
167
|
-
parseClassName:
|
|
168
|
-
getClassGroupId:
|
|
169
|
-
getConflictingClassGroupIds:
|
|
170
|
-
sortModifiers:
|
|
171
|
-
} =
|
|
172
|
-
let
|
|
173
|
-
for (let g =
|
|
174
|
-
const
|
|
175
|
-
isExternal:
|
|
176
|
-
modifiers:
|
|
177
|
-
hasImportantModifier:
|
|
178
|
-
baseClassName:
|
|
167
|
+
parseClassName: s,
|
|
168
|
+
getClassGroupId: t,
|
|
169
|
+
getConflictingClassGroupIds: c,
|
|
170
|
+
sortModifiers: m
|
|
171
|
+
} = n, i = [], u = e.trim().split(Fe);
|
|
172
|
+
let p = "";
|
|
173
|
+
for (let g = u.length - 1; g >= 0; g -= 1) {
|
|
174
|
+
const h = u[g], {
|
|
175
|
+
isExternal: M,
|
|
176
|
+
modifiers: O,
|
|
177
|
+
hasImportantModifier: F,
|
|
178
|
+
baseClassName: k,
|
|
179
179
|
maybePostfixModifierPosition: y
|
|
180
|
-
} =
|
|
181
|
-
if (
|
|
182
|
-
|
|
180
|
+
} = s(h);
|
|
181
|
+
if (M) {
|
|
182
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
183
183
|
continue;
|
|
184
184
|
}
|
|
185
|
-
let
|
|
186
|
-
if (!
|
|
187
|
-
if (!
|
|
188
|
-
|
|
185
|
+
let G = !!y, A = t(G ? k.substring(0, y) : k);
|
|
186
|
+
if (!A) {
|
|
187
|
+
if (!G) {
|
|
188
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
189
189
|
continue;
|
|
190
190
|
}
|
|
191
|
-
if (
|
|
192
|
-
|
|
191
|
+
if (A = t(k), !A) {
|
|
192
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
193
193
|
continue;
|
|
194
194
|
}
|
|
195
|
-
|
|
195
|
+
G = !1;
|
|
196
196
|
}
|
|
197
|
-
const
|
|
198
|
-
if (
|
|
197
|
+
const $ = m(O).join(":"), B = F ? $ + te : $, T = B + A;
|
|
198
|
+
if (i.includes(T))
|
|
199
199
|
continue;
|
|
200
|
-
|
|
201
|
-
const
|
|
202
|
-
for (let
|
|
203
|
-
const
|
|
204
|
-
|
|
200
|
+
i.push(T);
|
|
201
|
+
const E = c(A, G);
|
|
202
|
+
for (let I = 0; I < E.length; ++I) {
|
|
203
|
+
const _ = E[I];
|
|
204
|
+
i.push(B + _);
|
|
205
205
|
}
|
|
206
|
-
|
|
206
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
207
207
|
}
|
|
208
|
-
return
|
|
208
|
+
return p;
|
|
209
209
|
};
|
|
210
|
-
function
|
|
211
|
-
let e = 0,
|
|
210
|
+
function _e() {
|
|
211
|
+
let e = 0, n, s, t = "";
|
|
212
212
|
for (; e < arguments.length; )
|
|
213
|
-
(
|
|
214
|
-
return
|
|
213
|
+
(n = arguments[e++]) && (s = xe(n)) && (t && (t += " "), t += s);
|
|
214
|
+
return t;
|
|
215
215
|
}
|
|
216
|
-
const
|
|
216
|
+
const xe = (e) => {
|
|
217
217
|
if (typeof e == "string")
|
|
218
218
|
return e;
|
|
219
|
-
let
|
|
220
|
-
for (let
|
|
221
|
-
e[
|
|
222
|
-
return
|
|
219
|
+
let n, s = "";
|
|
220
|
+
for (let t = 0; t < e.length; t++)
|
|
221
|
+
e[t] && (n = xe(e[t])) && (s && (s += " "), s += n);
|
|
222
|
+
return s;
|
|
223
223
|
};
|
|
224
|
-
function
|
|
225
|
-
let
|
|
226
|
-
function
|
|
227
|
-
const g =
|
|
228
|
-
return
|
|
224
|
+
function We(e, ...n) {
|
|
225
|
+
let s, t, c, m = i;
|
|
226
|
+
function i(p) {
|
|
227
|
+
const g = n.reduce((h, M) => M(h), e());
|
|
228
|
+
return s = Oe(g), t = s.cache.get, c = s.cache.set, m = u, u(p);
|
|
229
229
|
}
|
|
230
|
-
function
|
|
231
|
-
const g =
|
|
230
|
+
function u(p) {
|
|
231
|
+
const g = t(p);
|
|
232
232
|
if (g)
|
|
233
233
|
return g;
|
|
234
|
-
const
|
|
235
|
-
return
|
|
234
|
+
const h = Be(p, s);
|
|
235
|
+
return c(p, h), h;
|
|
236
236
|
}
|
|
237
237
|
return function() {
|
|
238
|
-
return
|
|
238
|
+
return m(_e.apply(null, arguments));
|
|
239
239
|
};
|
|
240
240
|
}
|
|
241
241
|
const f = (e) => {
|
|
242
|
-
const
|
|
243
|
-
return
|
|
244
|
-
},
|
|
242
|
+
const n = (s) => s[e] || [];
|
|
243
|
+
return n.isThemeGetter = !0, n;
|
|
244
|
+
}, ke = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ye = /^\((?:(\w[\w-]*):)?(.+)\)$/i, $e = /^\d+\/\d+$/, Ue = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, qe = /\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$/, He = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Je = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Xe = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, N = (e) => $e.test(e), d = (e) => !!e && !Number.isNaN(Number(e)), S = (e) => !!e && Number.isInteger(Number(e)), ee = (e) => e.endsWith("%") && d(e.slice(0, -1)), C = (e) => Ue.test(e), De = () => !0, Ke = (e) => (
|
|
245
245
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
246
246
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
247
247
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
248
|
-
|
|
249
|
-
),
|
|
250
|
-
const
|
|
251
|
-
return
|
|
252
|
-
},
|
|
253
|
-
const
|
|
254
|
-
return
|
|
255
|
-
},
|
|
256
|
-
const e = f("color"),
|
|
257
|
-
|
|
258
|
-
|
|
248
|
+
qe.test(e) && !He.test(e)
|
|
249
|
+
), ve = () => !1, Qe = (e) => Je.test(e), Ye = (e) => Xe.test(e), Ze = (e) => !o(e) && !r(e), eo = (e) => V(e, Me, ve), o = (e) => ke.test(e), P = (e) => V(e, Se, Ke), oe = (e) => V(e, no, d), ge = (e) => V(e, ze, ve), oo = (e) => V(e, Ce, Ye), D = (e) => V(e, Ae, Qe), r = (e) => ye.test(e), W = (e) => j(e, Se), ro = (e) => j(e, ao), he = (e) => j(e, ze), to = (e) => j(e, Me), so = (e) => j(e, Ce), K = (e) => j(e, Ae, !0), V = (e, n, s) => {
|
|
250
|
+
const t = ke.exec(e);
|
|
251
|
+
return t ? t[1] ? n(t[1]) : s(t[2]) : !1;
|
|
252
|
+
}, j = (e, n, s = !1) => {
|
|
253
|
+
const t = ye.exec(e);
|
|
254
|
+
return t ? t[1] ? n(t[1]) : s : !1;
|
|
255
|
+
}, ze = (e) => e === "position" || e === "percentage", Ce = (e) => e === "image" || e === "url", Me = (e) => e === "length" || e === "size" || e === "bg-size", Se = (e) => e === "length", no = (e) => e === "number", ao = (e) => e === "family-name", Ae = (e) => e === "shadow", io = () => {
|
|
256
|
+
const e = f("color"), n = f("font"), s = f("text"), t = f("font-weight"), c = f("tracking"), m = f("leading"), i = f("breakpoint"), u = f("container"), p = f("spacing"), g = f("radius"), h = f("shadow"), M = f("inset-shadow"), O = f("text-shadow"), F = f("drop-shadow"), k = f("blur"), y = f("perspective"), G = f("aspect"), A = f("ease"), $ = f("animate"), B = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], T = () => [
|
|
257
|
+
"center",
|
|
258
|
+
"top",
|
|
259
|
+
"bottom",
|
|
260
|
+
"left",
|
|
261
|
+
"right",
|
|
262
|
+
"top-left",
|
|
263
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
264
|
+
"left-top",
|
|
265
|
+
"top-right",
|
|
266
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
267
|
+
"right-top",
|
|
268
|
+
"bottom-right",
|
|
269
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
270
|
+
"right-bottom",
|
|
271
|
+
"bottom-left",
|
|
272
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
273
|
+
"left-bottom"
|
|
274
|
+
], E = () => [...T(), r, o], I = () => ["auto", "hidden", "clip", "visible", "scroll"], _ = () => ["auto", "contain", "none"], l = () => [r, o, p], v = () => [N, "full", "auto", ...l()], ae = () => [S, "none", "subgrid", r, o], ie = () => ["auto", {
|
|
275
|
+
span: ["full", S, r, o]
|
|
276
|
+
}, S, r, o], U = () => [S, "auto", r, o], le = () => ["auto", "min", "max", "fr", r, o], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], L = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...l()], R = () => [N, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...l()], a = () => [e, r, o], ce = () => [...T(), he, ge, {
|
|
277
|
+
position: [r, o]
|
|
278
|
+
}], de = () => ["no-repeat", {
|
|
279
|
+
repeat: ["", "x", "y", "space", "round"]
|
|
280
|
+
}], me = () => ["auto", "cover", "contain", to, eo, {
|
|
281
|
+
size: [r, o]
|
|
282
|
+
}], Y = () => [ee, W, P], w = () => [
|
|
259
283
|
// Deprecated since Tailwind CSS v4.0.0
|
|
260
284
|
"",
|
|
261
285
|
"none",
|
|
262
286
|
"full",
|
|
263
287
|
g,
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
],
|
|
288
|
+
r,
|
|
289
|
+
o
|
|
290
|
+
], x = () => ["", d, W, P], q = () => ["solid", "dashed", "dotted", "double"], pe = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], b = () => [d, ee, he, ge], ue = () => [
|
|
267
291
|
// Deprecated since Tailwind CSS v4.0.0
|
|
268
292
|
"",
|
|
269
293
|
"none",
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
],
|
|
294
|
+
k,
|
|
295
|
+
r,
|
|
296
|
+
o
|
|
297
|
+
], H = () => ["none", d, r, o], J = () => ["none", d, r, o], Z = () => [d, r, o], X = () => [N, "full", ...l()];
|
|
274
298
|
return {
|
|
275
299
|
cacheSize: 500,
|
|
276
300
|
theme: {
|
|
@@ -278,11 +302,11 @@ const f = (e) => {
|
|
|
278
302
|
aspect: ["video"],
|
|
279
303
|
blur: [C],
|
|
280
304
|
breakpoint: [C],
|
|
281
|
-
color: [
|
|
305
|
+
color: [De],
|
|
282
306
|
container: [C],
|
|
283
307
|
"drop-shadow": [C],
|
|
284
308
|
ease: ["in", "out", "in-out"],
|
|
285
|
-
font: [
|
|
309
|
+
font: [Ze],
|
|
286
310
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
287
311
|
"inset-shadow": [C],
|
|
288
312
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
@@ -291,6 +315,7 @@ const f = (e) => {
|
|
|
291
315
|
shadow: [C],
|
|
292
316
|
spacing: ["px", d],
|
|
293
317
|
text: [C],
|
|
318
|
+
"text-shadow": [C],
|
|
294
319
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
295
320
|
},
|
|
296
321
|
classGroups: {
|
|
@@ -302,7 +327,7 @@ const f = (e) => {
|
|
|
302
327
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
303
328
|
*/
|
|
304
329
|
aspect: [{
|
|
305
|
-
aspect: ["auto", "square",
|
|
330
|
+
aspect: ["auto", "square", N, o, r, G]
|
|
306
331
|
}],
|
|
307
332
|
/**
|
|
308
333
|
* Container
|
|
@@ -315,21 +340,21 @@ const f = (e) => {
|
|
|
315
340
|
* @see https://tailwindcss.com/docs/columns
|
|
316
341
|
*/
|
|
317
342
|
columns: [{
|
|
318
|
-
columns: [d,
|
|
343
|
+
columns: [d, o, r, u]
|
|
319
344
|
}],
|
|
320
345
|
/**
|
|
321
346
|
* Break After
|
|
322
347
|
* @see https://tailwindcss.com/docs/break-after
|
|
323
348
|
*/
|
|
324
349
|
"break-after": [{
|
|
325
|
-
"break-after":
|
|
350
|
+
"break-after": B()
|
|
326
351
|
}],
|
|
327
352
|
/**
|
|
328
353
|
* Break Before
|
|
329
354
|
* @see https://tailwindcss.com/docs/break-before
|
|
330
355
|
*/
|
|
331
356
|
"break-before": [{
|
|
332
|
-
"break-before":
|
|
357
|
+
"break-before": B()
|
|
333
358
|
}],
|
|
334
359
|
/**
|
|
335
360
|
* Break Inside
|
|
@@ -393,49 +418,49 @@ const f = (e) => {
|
|
|
393
418
|
* @see https://tailwindcss.com/docs/object-position
|
|
394
419
|
*/
|
|
395
420
|
"object-position": [{
|
|
396
|
-
object:
|
|
421
|
+
object: E()
|
|
397
422
|
}],
|
|
398
423
|
/**
|
|
399
424
|
* Overflow
|
|
400
425
|
* @see https://tailwindcss.com/docs/overflow
|
|
401
426
|
*/
|
|
402
427
|
overflow: [{
|
|
403
|
-
overflow:
|
|
428
|
+
overflow: I()
|
|
404
429
|
}],
|
|
405
430
|
/**
|
|
406
431
|
* Overflow X
|
|
407
432
|
* @see https://tailwindcss.com/docs/overflow
|
|
408
433
|
*/
|
|
409
434
|
"overflow-x": [{
|
|
410
|
-
"overflow-x":
|
|
435
|
+
"overflow-x": I()
|
|
411
436
|
}],
|
|
412
437
|
/**
|
|
413
438
|
* Overflow Y
|
|
414
439
|
* @see https://tailwindcss.com/docs/overflow
|
|
415
440
|
*/
|
|
416
441
|
"overflow-y": [{
|
|
417
|
-
"overflow-y":
|
|
442
|
+
"overflow-y": I()
|
|
418
443
|
}],
|
|
419
444
|
/**
|
|
420
445
|
* Overscroll Behavior
|
|
421
446
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
422
447
|
*/
|
|
423
448
|
overscroll: [{
|
|
424
|
-
overscroll:
|
|
449
|
+
overscroll: _()
|
|
425
450
|
}],
|
|
426
451
|
/**
|
|
427
452
|
* Overscroll Behavior X
|
|
428
453
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
429
454
|
*/
|
|
430
455
|
"overscroll-x": [{
|
|
431
|
-
"overscroll-x":
|
|
456
|
+
"overscroll-x": _()
|
|
432
457
|
}],
|
|
433
458
|
/**
|
|
434
459
|
* Overscroll Behavior Y
|
|
435
460
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
436
461
|
*/
|
|
437
462
|
"overscroll-y": [{
|
|
438
|
-
"overscroll-y":
|
|
463
|
+
"overscroll-y": _()
|
|
439
464
|
}],
|
|
440
465
|
/**
|
|
441
466
|
* Position
|
|
@@ -515,7 +540,7 @@ const f = (e) => {
|
|
|
515
540
|
* @see https://tailwindcss.com/docs/z-index
|
|
516
541
|
*/
|
|
517
542
|
z: [{
|
|
518
|
-
z: [
|
|
543
|
+
z: [S, "auto", r, o]
|
|
519
544
|
}],
|
|
520
545
|
// ------------------------
|
|
521
546
|
// --- Flexbox and Grid ---
|
|
@@ -525,7 +550,7 @@ const f = (e) => {
|
|
|
525
550
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
526
551
|
*/
|
|
527
552
|
basis: [{
|
|
528
|
-
basis: [
|
|
553
|
+
basis: [N, "full", "auto", u, ...l()]
|
|
529
554
|
}],
|
|
530
555
|
/**
|
|
531
556
|
* Flex Direction
|
|
@@ -546,84 +571,84 @@ const f = (e) => {
|
|
|
546
571
|
* @see https://tailwindcss.com/docs/flex
|
|
547
572
|
*/
|
|
548
573
|
flex: [{
|
|
549
|
-
flex: [d,
|
|
574
|
+
flex: [d, N, "auto", "initial", "none", o]
|
|
550
575
|
}],
|
|
551
576
|
/**
|
|
552
577
|
* Flex Grow
|
|
553
578
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
554
579
|
*/
|
|
555
580
|
grow: [{
|
|
556
|
-
grow: ["", d,
|
|
581
|
+
grow: ["", d, r, o]
|
|
557
582
|
}],
|
|
558
583
|
/**
|
|
559
584
|
* Flex Shrink
|
|
560
585
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
561
586
|
*/
|
|
562
587
|
shrink: [{
|
|
563
|
-
shrink: ["", d,
|
|
588
|
+
shrink: ["", d, r, o]
|
|
564
589
|
}],
|
|
565
590
|
/**
|
|
566
591
|
* Order
|
|
567
592
|
* @see https://tailwindcss.com/docs/order
|
|
568
593
|
*/
|
|
569
594
|
order: [{
|
|
570
|
-
order: [
|
|
595
|
+
order: [S, "first", "last", "none", r, o]
|
|
571
596
|
}],
|
|
572
597
|
/**
|
|
573
598
|
* Grid Template Columns
|
|
574
599
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
575
600
|
*/
|
|
576
601
|
"grid-cols": [{
|
|
577
|
-
"grid-cols":
|
|
602
|
+
"grid-cols": ae()
|
|
578
603
|
}],
|
|
579
604
|
/**
|
|
580
605
|
* Grid Column Start / End
|
|
581
606
|
* @see https://tailwindcss.com/docs/grid-column
|
|
582
607
|
*/
|
|
583
608
|
"col-start-end": [{
|
|
584
|
-
col:
|
|
609
|
+
col: ie()
|
|
585
610
|
}],
|
|
586
611
|
/**
|
|
587
612
|
* Grid Column Start
|
|
588
613
|
* @see https://tailwindcss.com/docs/grid-column
|
|
589
614
|
*/
|
|
590
615
|
"col-start": [{
|
|
591
|
-
"col-start":
|
|
616
|
+
"col-start": U()
|
|
592
617
|
}],
|
|
593
618
|
/**
|
|
594
619
|
* Grid Column End
|
|
595
620
|
* @see https://tailwindcss.com/docs/grid-column
|
|
596
621
|
*/
|
|
597
622
|
"col-end": [{
|
|
598
|
-
"col-end":
|
|
623
|
+
"col-end": U()
|
|
599
624
|
}],
|
|
600
625
|
/**
|
|
601
626
|
* Grid Template Rows
|
|
602
627
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
603
628
|
*/
|
|
604
629
|
"grid-rows": [{
|
|
605
|
-
"grid-rows":
|
|
630
|
+
"grid-rows": ae()
|
|
606
631
|
}],
|
|
607
632
|
/**
|
|
608
633
|
* Grid Row Start / End
|
|
609
634
|
* @see https://tailwindcss.com/docs/grid-row
|
|
610
635
|
*/
|
|
611
636
|
"row-start-end": [{
|
|
612
|
-
row:
|
|
637
|
+
row: ie()
|
|
613
638
|
}],
|
|
614
639
|
/**
|
|
615
640
|
* Grid Row Start
|
|
616
641
|
* @see https://tailwindcss.com/docs/grid-row
|
|
617
642
|
*/
|
|
618
643
|
"row-start": [{
|
|
619
|
-
"row-start":
|
|
644
|
+
"row-start": U()
|
|
620
645
|
}],
|
|
621
646
|
/**
|
|
622
647
|
* Grid Row End
|
|
623
648
|
* @see https://tailwindcss.com/docs/grid-row
|
|
624
649
|
*/
|
|
625
650
|
"row-end": [{
|
|
626
|
-
"row-end":
|
|
651
|
+
"row-end": U()
|
|
627
652
|
}],
|
|
628
653
|
/**
|
|
629
654
|
* Grid Auto Flow
|
|
@@ -637,42 +662,42 @@ const f = (e) => {
|
|
|
637
662
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
638
663
|
*/
|
|
639
664
|
"auto-cols": [{
|
|
640
|
-
"auto-cols":
|
|
665
|
+
"auto-cols": le()
|
|
641
666
|
}],
|
|
642
667
|
/**
|
|
643
668
|
* Grid Auto Rows
|
|
644
669
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
645
670
|
*/
|
|
646
671
|
"auto-rows": [{
|
|
647
|
-
"auto-rows":
|
|
672
|
+
"auto-rows": le()
|
|
648
673
|
}],
|
|
649
674
|
/**
|
|
650
675
|
* Gap
|
|
651
676
|
* @see https://tailwindcss.com/docs/gap
|
|
652
677
|
*/
|
|
653
678
|
gap: [{
|
|
654
|
-
gap:
|
|
679
|
+
gap: l()
|
|
655
680
|
}],
|
|
656
681
|
/**
|
|
657
682
|
* Gap X
|
|
658
683
|
* @see https://tailwindcss.com/docs/gap
|
|
659
684
|
*/
|
|
660
685
|
"gap-x": [{
|
|
661
|
-
"gap-x":
|
|
686
|
+
"gap-x": l()
|
|
662
687
|
}],
|
|
663
688
|
/**
|
|
664
689
|
* Gap Y
|
|
665
690
|
* @see https://tailwindcss.com/docs/gap
|
|
666
691
|
*/
|
|
667
692
|
"gap-y": [{
|
|
668
|
-
"gap-y":
|
|
693
|
+
"gap-y": l()
|
|
669
694
|
}],
|
|
670
695
|
/**
|
|
671
696
|
* Justify Content
|
|
672
697
|
* @see https://tailwindcss.com/docs/justify-content
|
|
673
698
|
*/
|
|
674
699
|
"justify-content": [{
|
|
675
|
-
justify: [...
|
|
700
|
+
justify: [...Q(), "normal"]
|
|
676
701
|
}],
|
|
677
702
|
/**
|
|
678
703
|
* Justify Items
|
|
@@ -693,28 +718,32 @@ const f = (e) => {
|
|
|
693
718
|
* @see https://tailwindcss.com/docs/align-content
|
|
694
719
|
*/
|
|
695
720
|
"align-content": [{
|
|
696
|
-
content: ["normal", ...
|
|
721
|
+
content: ["normal", ...Q()]
|
|
697
722
|
}],
|
|
698
723
|
/**
|
|
699
724
|
* Align Items
|
|
700
725
|
* @see https://tailwindcss.com/docs/align-items
|
|
701
726
|
*/
|
|
702
727
|
"align-items": [{
|
|
703
|
-
items: [...L(),
|
|
728
|
+
items: [...L(), {
|
|
729
|
+
baseline: ["", "last"]
|
|
730
|
+
}]
|
|
704
731
|
}],
|
|
705
732
|
/**
|
|
706
733
|
* Align Self
|
|
707
734
|
* @see https://tailwindcss.com/docs/align-self
|
|
708
735
|
*/
|
|
709
736
|
"align-self": [{
|
|
710
|
-
self: ["auto", ...L(),
|
|
737
|
+
self: ["auto", ...L(), {
|
|
738
|
+
baseline: ["", "last"]
|
|
739
|
+
}]
|
|
711
740
|
}],
|
|
712
741
|
/**
|
|
713
742
|
* Place Content
|
|
714
743
|
* @see https://tailwindcss.com/docs/place-content
|
|
715
744
|
*/
|
|
716
745
|
"place-content": [{
|
|
717
|
-
"place-content":
|
|
746
|
+
"place-content": Q()
|
|
718
747
|
}],
|
|
719
748
|
/**
|
|
720
749
|
* Place Items
|
|
@@ -736,133 +765,133 @@ const f = (e) => {
|
|
|
736
765
|
* @see https://tailwindcss.com/docs/padding
|
|
737
766
|
*/
|
|
738
767
|
p: [{
|
|
739
|
-
p:
|
|
768
|
+
p: l()
|
|
740
769
|
}],
|
|
741
770
|
/**
|
|
742
771
|
* Padding X
|
|
743
772
|
* @see https://tailwindcss.com/docs/padding
|
|
744
773
|
*/
|
|
745
774
|
px: [{
|
|
746
|
-
px:
|
|
775
|
+
px: l()
|
|
747
776
|
}],
|
|
748
777
|
/**
|
|
749
778
|
* Padding Y
|
|
750
779
|
* @see https://tailwindcss.com/docs/padding
|
|
751
780
|
*/
|
|
752
781
|
py: [{
|
|
753
|
-
py:
|
|
782
|
+
py: l()
|
|
754
783
|
}],
|
|
755
784
|
/**
|
|
756
785
|
* Padding Start
|
|
757
786
|
* @see https://tailwindcss.com/docs/padding
|
|
758
787
|
*/
|
|
759
788
|
ps: [{
|
|
760
|
-
ps:
|
|
789
|
+
ps: l()
|
|
761
790
|
}],
|
|
762
791
|
/**
|
|
763
792
|
* Padding End
|
|
764
793
|
* @see https://tailwindcss.com/docs/padding
|
|
765
794
|
*/
|
|
766
795
|
pe: [{
|
|
767
|
-
pe:
|
|
796
|
+
pe: l()
|
|
768
797
|
}],
|
|
769
798
|
/**
|
|
770
799
|
* Padding Top
|
|
771
800
|
* @see https://tailwindcss.com/docs/padding
|
|
772
801
|
*/
|
|
773
802
|
pt: [{
|
|
774
|
-
pt:
|
|
803
|
+
pt: l()
|
|
775
804
|
}],
|
|
776
805
|
/**
|
|
777
806
|
* Padding Right
|
|
778
807
|
* @see https://tailwindcss.com/docs/padding
|
|
779
808
|
*/
|
|
780
809
|
pr: [{
|
|
781
|
-
pr:
|
|
810
|
+
pr: l()
|
|
782
811
|
}],
|
|
783
812
|
/**
|
|
784
813
|
* Padding Bottom
|
|
785
814
|
* @see https://tailwindcss.com/docs/padding
|
|
786
815
|
*/
|
|
787
816
|
pb: [{
|
|
788
|
-
pb:
|
|
817
|
+
pb: l()
|
|
789
818
|
}],
|
|
790
819
|
/**
|
|
791
820
|
* Padding Left
|
|
792
821
|
* @see https://tailwindcss.com/docs/padding
|
|
793
822
|
*/
|
|
794
823
|
pl: [{
|
|
795
|
-
pl:
|
|
824
|
+
pl: l()
|
|
796
825
|
}],
|
|
797
826
|
/**
|
|
798
827
|
* Margin
|
|
799
828
|
* @see https://tailwindcss.com/docs/margin
|
|
800
829
|
*/
|
|
801
830
|
m: [{
|
|
802
|
-
m:
|
|
831
|
+
m: z()
|
|
803
832
|
}],
|
|
804
833
|
/**
|
|
805
834
|
* Margin X
|
|
806
835
|
* @see https://tailwindcss.com/docs/margin
|
|
807
836
|
*/
|
|
808
837
|
mx: [{
|
|
809
|
-
mx:
|
|
838
|
+
mx: z()
|
|
810
839
|
}],
|
|
811
840
|
/**
|
|
812
841
|
* Margin Y
|
|
813
842
|
* @see https://tailwindcss.com/docs/margin
|
|
814
843
|
*/
|
|
815
844
|
my: [{
|
|
816
|
-
my:
|
|
845
|
+
my: z()
|
|
817
846
|
}],
|
|
818
847
|
/**
|
|
819
848
|
* Margin Start
|
|
820
849
|
* @see https://tailwindcss.com/docs/margin
|
|
821
850
|
*/
|
|
822
851
|
ms: [{
|
|
823
|
-
ms:
|
|
852
|
+
ms: z()
|
|
824
853
|
}],
|
|
825
854
|
/**
|
|
826
855
|
* Margin End
|
|
827
856
|
* @see https://tailwindcss.com/docs/margin
|
|
828
857
|
*/
|
|
829
858
|
me: [{
|
|
830
|
-
me:
|
|
859
|
+
me: z()
|
|
831
860
|
}],
|
|
832
861
|
/**
|
|
833
862
|
* Margin Top
|
|
834
863
|
* @see https://tailwindcss.com/docs/margin
|
|
835
864
|
*/
|
|
836
865
|
mt: [{
|
|
837
|
-
mt:
|
|
866
|
+
mt: z()
|
|
838
867
|
}],
|
|
839
868
|
/**
|
|
840
869
|
* Margin Right
|
|
841
870
|
* @see https://tailwindcss.com/docs/margin
|
|
842
871
|
*/
|
|
843
872
|
mr: [{
|
|
844
|
-
mr:
|
|
873
|
+
mr: z()
|
|
845
874
|
}],
|
|
846
875
|
/**
|
|
847
876
|
* Margin Bottom
|
|
848
877
|
* @see https://tailwindcss.com/docs/margin
|
|
849
878
|
*/
|
|
850
879
|
mb: [{
|
|
851
|
-
mb:
|
|
880
|
+
mb: z()
|
|
852
881
|
}],
|
|
853
882
|
/**
|
|
854
883
|
* Margin Left
|
|
855
884
|
* @see https://tailwindcss.com/docs/margin
|
|
856
885
|
*/
|
|
857
886
|
ml: [{
|
|
858
|
-
ml:
|
|
887
|
+
ml: z()
|
|
859
888
|
}],
|
|
860
889
|
/**
|
|
861
890
|
* Space Between X
|
|
862
891
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
863
892
|
*/
|
|
864
893
|
"space-x": [{
|
|
865
|
-
"space-x":
|
|
894
|
+
"space-x": l()
|
|
866
895
|
}],
|
|
867
896
|
/**
|
|
868
897
|
* Space Between X Reverse
|
|
@@ -874,7 +903,7 @@ const f = (e) => {
|
|
|
874
903
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
875
904
|
*/
|
|
876
905
|
"space-y": [{
|
|
877
|
-
"space-y":
|
|
906
|
+
"space-y": l()
|
|
878
907
|
}],
|
|
879
908
|
/**
|
|
880
909
|
* Space Between Y Reverse
|
|
@@ -889,14 +918,14 @@ const f = (e) => {
|
|
|
889
918
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
890
919
|
*/
|
|
891
920
|
size: [{
|
|
892
|
-
size:
|
|
921
|
+
size: R()
|
|
893
922
|
}],
|
|
894
923
|
/**
|
|
895
924
|
* Width
|
|
896
925
|
* @see https://tailwindcss.com/docs/width
|
|
897
926
|
*/
|
|
898
927
|
w: [{
|
|
899
|
-
w: [
|
|
928
|
+
w: [u, "screen", ...R()]
|
|
900
929
|
}],
|
|
901
930
|
/**
|
|
902
931
|
* Min-Width
|
|
@@ -904,11 +933,11 @@ const f = (e) => {
|
|
|
904
933
|
*/
|
|
905
934
|
"min-w": [{
|
|
906
935
|
"min-w": [
|
|
907
|
-
|
|
936
|
+
u,
|
|
908
937
|
"screen",
|
|
909
938
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
910
939
|
"none",
|
|
911
|
-
...
|
|
940
|
+
...R()
|
|
912
941
|
]
|
|
913
942
|
}],
|
|
914
943
|
/**
|
|
@@ -917,16 +946,16 @@ const f = (e) => {
|
|
|
917
946
|
*/
|
|
918
947
|
"max-w": [{
|
|
919
948
|
"max-w": [
|
|
920
|
-
|
|
949
|
+
u,
|
|
921
950
|
"screen",
|
|
922
951
|
"none",
|
|
923
952
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
924
953
|
"prose",
|
|
925
954
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
926
955
|
{
|
|
927
|
-
screen: [
|
|
956
|
+
screen: [i]
|
|
928
957
|
},
|
|
929
|
-
...
|
|
958
|
+
...R()
|
|
930
959
|
]
|
|
931
960
|
}],
|
|
932
961
|
/**
|
|
@@ -934,21 +963,21 @@ const f = (e) => {
|
|
|
934
963
|
* @see https://tailwindcss.com/docs/height
|
|
935
964
|
*/
|
|
936
965
|
h: [{
|
|
937
|
-
h: ["screen", ...
|
|
966
|
+
h: ["screen", ...R()]
|
|
938
967
|
}],
|
|
939
968
|
/**
|
|
940
969
|
* Min-Height
|
|
941
970
|
* @see https://tailwindcss.com/docs/min-height
|
|
942
971
|
*/
|
|
943
972
|
"min-h": [{
|
|
944
|
-
"min-h": ["screen", "none", ...
|
|
973
|
+
"min-h": ["screen", "none", ...R()]
|
|
945
974
|
}],
|
|
946
975
|
/**
|
|
947
976
|
* Max-Height
|
|
948
977
|
* @see https://tailwindcss.com/docs/max-height
|
|
949
978
|
*/
|
|
950
979
|
"max-h": [{
|
|
951
|
-
"max-h": ["screen", ...
|
|
980
|
+
"max-h": ["screen", ...R()]
|
|
952
981
|
}],
|
|
953
982
|
// ------------------
|
|
954
983
|
// --- Typography ---
|
|
@@ -958,7 +987,7 @@ const f = (e) => {
|
|
|
958
987
|
* @see https://tailwindcss.com/docs/font-size
|
|
959
988
|
*/
|
|
960
989
|
"font-size": [{
|
|
961
|
-
text: ["base",
|
|
990
|
+
text: ["base", s, W, P]
|
|
962
991
|
}],
|
|
963
992
|
/**
|
|
964
993
|
* Font Smoothing
|
|
@@ -975,21 +1004,21 @@ const f = (e) => {
|
|
|
975
1004
|
* @see https://tailwindcss.com/docs/font-weight
|
|
976
1005
|
*/
|
|
977
1006
|
"font-weight": [{
|
|
978
|
-
font: [
|
|
1007
|
+
font: [t, r, oe]
|
|
979
1008
|
}],
|
|
980
1009
|
/**
|
|
981
1010
|
* Font Stretch
|
|
982
1011
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
983
1012
|
*/
|
|
984
1013
|
"font-stretch": [{
|
|
985
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1014
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, o]
|
|
986
1015
|
}],
|
|
987
1016
|
/**
|
|
988
1017
|
* Font Family
|
|
989
1018
|
* @see https://tailwindcss.com/docs/font-family
|
|
990
1019
|
*/
|
|
991
1020
|
"font-family": [{
|
|
992
|
-
font: [
|
|
1021
|
+
font: [ro, o, n]
|
|
993
1022
|
}],
|
|
994
1023
|
/**
|
|
995
1024
|
* Font Variant Numeric
|
|
@@ -1026,14 +1055,14 @@ const f = (e) => {
|
|
|
1026
1055
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1027
1056
|
*/
|
|
1028
1057
|
tracking: [{
|
|
1029
|
-
tracking: [
|
|
1058
|
+
tracking: [c, r, o]
|
|
1030
1059
|
}],
|
|
1031
1060
|
/**
|
|
1032
1061
|
* Line Clamp
|
|
1033
1062
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1034
1063
|
*/
|
|
1035
1064
|
"line-clamp": [{
|
|
1036
|
-
"line-clamp": [d, "none",
|
|
1065
|
+
"line-clamp": [d, "none", r, oe]
|
|
1037
1066
|
}],
|
|
1038
1067
|
/**
|
|
1039
1068
|
* Line Height
|
|
@@ -1042,8 +1071,8 @@ const f = (e) => {
|
|
|
1042
1071
|
leading: [{
|
|
1043
1072
|
leading: [
|
|
1044
1073
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1045
|
-
|
|
1046
|
-
...
|
|
1074
|
+
m,
|
|
1075
|
+
...l()
|
|
1047
1076
|
]
|
|
1048
1077
|
}],
|
|
1049
1078
|
/**
|
|
@@ -1051,7 +1080,7 @@ const f = (e) => {
|
|
|
1051
1080
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1052
1081
|
*/
|
|
1053
1082
|
"list-image": [{
|
|
1054
|
-
"list-image": ["none",
|
|
1083
|
+
"list-image": ["none", r, o]
|
|
1055
1084
|
}],
|
|
1056
1085
|
/**
|
|
1057
1086
|
* List Style Position
|
|
@@ -1065,7 +1094,7 @@ const f = (e) => {
|
|
|
1065
1094
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1066
1095
|
*/
|
|
1067
1096
|
"list-style-type": [{
|
|
1068
|
-
list: ["disc", "decimal", "none",
|
|
1097
|
+
list: ["disc", "decimal", "none", r, o]
|
|
1069
1098
|
}],
|
|
1070
1099
|
/**
|
|
1071
1100
|
* Text Alignment
|
|
@@ -1080,14 +1109,14 @@ const f = (e) => {
|
|
|
1080
1109
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1081
1110
|
*/
|
|
1082
1111
|
"placeholder-color": [{
|
|
1083
|
-
placeholder:
|
|
1112
|
+
placeholder: a()
|
|
1084
1113
|
}],
|
|
1085
1114
|
/**
|
|
1086
1115
|
* Text Color
|
|
1087
1116
|
* @see https://tailwindcss.com/docs/text-color
|
|
1088
1117
|
*/
|
|
1089
1118
|
"text-color": [{
|
|
1090
|
-
text:
|
|
1119
|
+
text: a()
|
|
1091
1120
|
}],
|
|
1092
1121
|
/**
|
|
1093
1122
|
* Text Decoration
|
|
@@ -1099,28 +1128,28 @@ const f = (e) => {
|
|
|
1099
1128
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1100
1129
|
*/
|
|
1101
1130
|
"text-decoration-style": [{
|
|
1102
|
-
decoration: [...
|
|
1131
|
+
decoration: [...q(), "wavy"]
|
|
1103
1132
|
}],
|
|
1104
1133
|
/**
|
|
1105
1134
|
* Text Decoration Thickness
|
|
1106
1135
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1107
1136
|
*/
|
|
1108
1137
|
"text-decoration-thickness": [{
|
|
1109
|
-
decoration: [d, "from-font", "auto",
|
|
1138
|
+
decoration: [d, "from-font", "auto", r, P]
|
|
1110
1139
|
}],
|
|
1111
1140
|
/**
|
|
1112
1141
|
* Text Decoration Color
|
|
1113
1142
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1114
1143
|
*/
|
|
1115
1144
|
"text-decoration-color": [{
|
|
1116
|
-
decoration:
|
|
1145
|
+
decoration: a()
|
|
1117
1146
|
}],
|
|
1118
1147
|
/**
|
|
1119
1148
|
* Text Underline Offset
|
|
1120
1149
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1121
1150
|
*/
|
|
1122
1151
|
"underline-offset": [{
|
|
1123
|
-
"underline-offset": [d, "auto",
|
|
1152
|
+
"underline-offset": [d, "auto", r, o]
|
|
1124
1153
|
}],
|
|
1125
1154
|
/**
|
|
1126
1155
|
* Text Transform
|
|
@@ -1144,14 +1173,14 @@ const f = (e) => {
|
|
|
1144
1173
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1145
1174
|
*/
|
|
1146
1175
|
indent: [{
|
|
1147
|
-
indent:
|
|
1176
|
+
indent: l()
|
|
1148
1177
|
}],
|
|
1149
1178
|
/**
|
|
1150
1179
|
* Vertical Alignment
|
|
1151
1180
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1152
1181
|
*/
|
|
1153
1182
|
"vertical-align": [{
|
|
1154
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1183
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", r, o]
|
|
1155
1184
|
}],
|
|
1156
1185
|
/**
|
|
1157
1186
|
* Whitespace
|
|
@@ -1167,6 +1196,13 @@ const f = (e) => {
|
|
|
1167
1196
|
break: [{
|
|
1168
1197
|
break: ["normal", "words", "all", "keep"]
|
|
1169
1198
|
}],
|
|
1199
|
+
/**
|
|
1200
|
+
* Overflow Wrap
|
|
1201
|
+
* @see https://tailwindcss.com/docs/overflow-wrap
|
|
1202
|
+
*/
|
|
1203
|
+
wrap: [{
|
|
1204
|
+
wrap: ["break-word", "anywhere", "normal"]
|
|
1205
|
+
}],
|
|
1170
1206
|
/**
|
|
1171
1207
|
* Hyphens
|
|
1172
1208
|
* @see https://tailwindcss.com/docs/hyphens
|
|
@@ -1179,7 +1215,7 @@ const f = (e) => {
|
|
|
1179
1215
|
* @see https://tailwindcss.com/docs/content
|
|
1180
1216
|
*/
|
|
1181
1217
|
content: [{
|
|
1182
|
-
content: ["none",
|
|
1218
|
+
content: ["none", r, o]
|
|
1183
1219
|
}],
|
|
1184
1220
|
// -------------------
|
|
1185
1221
|
// --- Backgrounds ---
|
|
@@ -1210,23 +1246,21 @@ const f = (e) => {
|
|
|
1210
1246
|
* @see https://tailwindcss.com/docs/background-position
|
|
1211
1247
|
*/
|
|
1212
1248
|
"bg-position": [{
|
|
1213
|
-
bg:
|
|
1249
|
+
bg: ce()
|
|
1214
1250
|
}],
|
|
1215
1251
|
/**
|
|
1216
1252
|
* Background Repeat
|
|
1217
1253
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1218
1254
|
*/
|
|
1219
1255
|
"bg-repeat": [{
|
|
1220
|
-
bg:
|
|
1221
|
-
repeat: ["", "x", "y", "space", "round"]
|
|
1222
|
-
}]
|
|
1256
|
+
bg: de()
|
|
1223
1257
|
}],
|
|
1224
1258
|
/**
|
|
1225
1259
|
* Background Size
|
|
1226
1260
|
* @see https://tailwindcss.com/docs/background-size
|
|
1227
1261
|
*/
|
|
1228
1262
|
"bg-size": [{
|
|
1229
|
-
bg:
|
|
1263
|
+
bg: me()
|
|
1230
1264
|
}],
|
|
1231
1265
|
/**
|
|
1232
1266
|
* Background Image
|
|
@@ -1236,59 +1270,59 @@ const f = (e) => {
|
|
|
1236
1270
|
bg: ["none", {
|
|
1237
1271
|
linear: [{
|
|
1238
1272
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1239
|
-
},
|
|
1240
|
-
radial: ["",
|
|
1241
|
-
conic: [
|
|
1242
|
-
},
|
|
1273
|
+
}, S, r, o],
|
|
1274
|
+
radial: ["", r, o],
|
|
1275
|
+
conic: [S, r, o]
|
|
1276
|
+
}, so, oo]
|
|
1243
1277
|
}],
|
|
1244
1278
|
/**
|
|
1245
1279
|
* Background Color
|
|
1246
1280
|
* @see https://tailwindcss.com/docs/background-color
|
|
1247
1281
|
*/
|
|
1248
1282
|
"bg-color": [{
|
|
1249
|
-
bg:
|
|
1283
|
+
bg: a()
|
|
1250
1284
|
}],
|
|
1251
1285
|
/**
|
|
1252
1286
|
* Gradient Color Stops From Position
|
|
1253
1287
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1254
1288
|
*/
|
|
1255
1289
|
"gradient-from-pos": [{
|
|
1256
|
-
from:
|
|
1290
|
+
from: Y()
|
|
1257
1291
|
}],
|
|
1258
1292
|
/**
|
|
1259
1293
|
* Gradient Color Stops Via Position
|
|
1260
1294
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1261
1295
|
*/
|
|
1262
1296
|
"gradient-via-pos": [{
|
|
1263
|
-
via:
|
|
1297
|
+
via: Y()
|
|
1264
1298
|
}],
|
|
1265
1299
|
/**
|
|
1266
1300
|
* Gradient Color Stops To Position
|
|
1267
1301
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1268
1302
|
*/
|
|
1269
1303
|
"gradient-to-pos": [{
|
|
1270
|
-
to:
|
|
1304
|
+
to: Y()
|
|
1271
1305
|
}],
|
|
1272
1306
|
/**
|
|
1273
1307
|
* Gradient Color Stops From
|
|
1274
1308
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1275
1309
|
*/
|
|
1276
1310
|
"gradient-from": [{
|
|
1277
|
-
from:
|
|
1311
|
+
from: a()
|
|
1278
1312
|
}],
|
|
1279
1313
|
/**
|
|
1280
1314
|
* Gradient Color Stops Via
|
|
1281
1315
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1282
1316
|
*/
|
|
1283
1317
|
"gradient-via": [{
|
|
1284
|
-
via:
|
|
1318
|
+
via: a()
|
|
1285
1319
|
}],
|
|
1286
1320
|
/**
|
|
1287
1321
|
* Gradient Color Stops To
|
|
1288
1322
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1289
1323
|
*/
|
|
1290
1324
|
"gradient-to": [{
|
|
1291
|
-
to:
|
|
1325
|
+
to: a()
|
|
1292
1326
|
}],
|
|
1293
1327
|
// ---------------
|
|
1294
1328
|
// --- Borders ---
|
|
@@ -1298,175 +1332,175 @@ const f = (e) => {
|
|
|
1298
1332
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1299
1333
|
*/
|
|
1300
1334
|
rounded: [{
|
|
1301
|
-
rounded:
|
|
1335
|
+
rounded: w()
|
|
1302
1336
|
}],
|
|
1303
1337
|
/**
|
|
1304
1338
|
* Border Radius Start
|
|
1305
1339
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1306
1340
|
*/
|
|
1307
1341
|
"rounded-s": [{
|
|
1308
|
-
"rounded-s":
|
|
1342
|
+
"rounded-s": w()
|
|
1309
1343
|
}],
|
|
1310
1344
|
/**
|
|
1311
1345
|
* Border Radius End
|
|
1312
1346
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1313
1347
|
*/
|
|
1314
1348
|
"rounded-e": [{
|
|
1315
|
-
"rounded-e":
|
|
1349
|
+
"rounded-e": w()
|
|
1316
1350
|
}],
|
|
1317
1351
|
/**
|
|
1318
1352
|
* Border Radius Top
|
|
1319
1353
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1320
1354
|
*/
|
|
1321
1355
|
"rounded-t": [{
|
|
1322
|
-
"rounded-t":
|
|
1356
|
+
"rounded-t": w()
|
|
1323
1357
|
}],
|
|
1324
1358
|
/**
|
|
1325
1359
|
* Border Radius Right
|
|
1326
1360
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1327
1361
|
*/
|
|
1328
1362
|
"rounded-r": [{
|
|
1329
|
-
"rounded-r":
|
|
1363
|
+
"rounded-r": w()
|
|
1330
1364
|
}],
|
|
1331
1365
|
/**
|
|
1332
1366
|
* Border Radius Bottom
|
|
1333
1367
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1334
1368
|
*/
|
|
1335
1369
|
"rounded-b": [{
|
|
1336
|
-
"rounded-b":
|
|
1370
|
+
"rounded-b": w()
|
|
1337
1371
|
}],
|
|
1338
1372
|
/**
|
|
1339
1373
|
* Border Radius Left
|
|
1340
1374
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1341
1375
|
*/
|
|
1342
1376
|
"rounded-l": [{
|
|
1343
|
-
"rounded-l":
|
|
1377
|
+
"rounded-l": w()
|
|
1344
1378
|
}],
|
|
1345
1379
|
/**
|
|
1346
1380
|
* Border Radius Start Start
|
|
1347
1381
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1348
1382
|
*/
|
|
1349
1383
|
"rounded-ss": [{
|
|
1350
|
-
"rounded-ss":
|
|
1384
|
+
"rounded-ss": w()
|
|
1351
1385
|
}],
|
|
1352
1386
|
/**
|
|
1353
1387
|
* Border Radius Start End
|
|
1354
1388
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1355
1389
|
*/
|
|
1356
1390
|
"rounded-se": [{
|
|
1357
|
-
"rounded-se":
|
|
1391
|
+
"rounded-se": w()
|
|
1358
1392
|
}],
|
|
1359
1393
|
/**
|
|
1360
1394
|
* Border Radius End End
|
|
1361
1395
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1362
1396
|
*/
|
|
1363
1397
|
"rounded-ee": [{
|
|
1364
|
-
"rounded-ee":
|
|
1398
|
+
"rounded-ee": w()
|
|
1365
1399
|
}],
|
|
1366
1400
|
/**
|
|
1367
1401
|
* Border Radius End Start
|
|
1368
1402
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1369
1403
|
*/
|
|
1370
1404
|
"rounded-es": [{
|
|
1371
|
-
"rounded-es":
|
|
1405
|
+
"rounded-es": w()
|
|
1372
1406
|
}],
|
|
1373
1407
|
/**
|
|
1374
1408
|
* Border Radius Top Left
|
|
1375
1409
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1376
1410
|
*/
|
|
1377
1411
|
"rounded-tl": [{
|
|
1378
|
-
"rounded-tl":
|
|
1412
|
+
"rounded-tl": w()
|
|
1379
1413
|
}],
|
|
1380
1414
|
/**
|
|
1381
1415
|
* Border Radius Top Right
|
|
1382
1416
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1383
1417
|
*/
|
|
1384
1418
|
"rounded-tr": [{
|
|
1385
|
-
"rounded-tr":
|
|
1419
|
+
"rounded-tr": w()
|
|
1386
1420
|
}],
|
|
1387
1421
|
/**
|
|
1388
1422
|
* Border Radius Bottom Right
|
|
1389
1423
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1390
1424
|
*/
|
|
1391
1425
|
"rounded-br": [{
|
|
1392
|
-
"rounded-br":
|
|
1426
|
+
"rounded-br": w()
|
|
1393
1427
|
}],
|
|
1394
1428
|
/**
|
|
1395
1429
|
* Border Radius Bottom Left
|
|
1396
1430
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1397
1431
|
*/
|
|
1398
1432
|
"rounded-bl": [{
|
|
1399
|
-
"rounded-bl":
|
|
1433
|
+
"rounded-bl": w()
|
|
1400
1434
|
}],
|
|
1401
1435
|
/**
|
|
1402
1436
|
* Border Width
|
|
1403
1437
|
* @see https://tailwindcss.com/docs/border-width
|
|
1404
1438
|
*/
|
|
1405
1439
|
"border-w": [{
|
|
1406
|
-
border:
|
|
1440
|
+
border: x()
|
|
1407
1441
|
}],
|
|
1408
1442
|
/**
|
|
1409
1443
|
* Border Width X
|
|
1410
1444
|
* @see https://tailwindcss.com/docs/border-width
|
|
1411
1445
|
*/
|
|
1412
1446
|
"border-w-x": [{
|
|
1413
|
-
"border-x":
|
|
1447
|
+
"border-x": x()
|
|
1414
1448
|
}],
|
|
1415
1449
|
/**
|
|
1416
1450
|
* Border Width Y
|
|
1417
1451
|
* @see https://tailwindcss.com/docs/border-width
|
|
1418
1452
|
*/
|
|
1419
1453
|
"border-w-y": [{
|
|
1420
|
-
"border-y":
|
|
1454
|
+
"border-y": x()
|
|
1421
1455
|
}],
|
|
1422
1456
|
/**
|
|
1423
1457
|
* Border Width Start
|
|
1424
1458
|
* @see https://tailwindcss.com/docs/border-width
|
|
1425
1459
|
*/
|
|
1426
1460
|
"border-w-s": [{
|
|
1427
|
-
"border-s":
|
|
1461
|
+
"border-s": x()
|
|
1428
1462
|
}],
|
|
1429
1463
|
/**
|
|
1430
1464
|
* Border Width End
|
|
1431
1465
|
* @see https://tailwindcss.com/docs/border-width
|
|
1432
1466
|
*/
|
|
1433
1467
|
"border-w-e": [{
|
|
1434
|
-
"border-e":
|
|
1468
|
+
"border-e": x()
|
|
1435
1469
|
}],
|
|
1436
1470
|
/**
|
|
1437
1471
|
* Border Width Top
|
|
1438
1472
|
* @see https://tailwindcss.com/docs/border-width
|
|
1439
1473
|
*/
|
|
1440
1474
|
"border-w-t": [{
|
|
1441
|
-
"border-t":
|
|
1475
|
+
"border-t": x()
|
|
1442
1476
|
}],
|
|
1443
1477
|
/**
|
|
1444
1478
|
* Border Width Right
|
|
1445
1479
|
* @see https://tailwindcss.com/docs/border-width
|
|
1446
1480
|
*/
|
|
1447
1481
|
"border-w-r": [{
|
|
1448
|
-
"border-r":
|
|
1482
|
+
"border-r": x()
|
|
1449
1483
|
}],
|
|
1450
1484
|
/**
|
|
1451
1485
|
* Border Width Bottom
|
|
1452
1486
|
* @see https://tailwindcss.com/docs/border-width
|
|
1453
1487
|
*/
|
|
1454
1488
|
"border-w-b": [{
|
|
1455
|
-
"border-b":
|
|
1489
|
+
"border-b": x()
|
|
1456
1490
|
}],
|
|
1457
1491
|
/**
|
|
1458
1492
|
* Border Width Left
|
|
1459
1493
|
* @see https://tailwindcss.com/docs/border-width
|
|
1460
1494
|
*/
|
|
1461
1495
|
"border-w-l": [{
|
|
1462
|
-
"border-l":
|
|
1496
|
+
"border-l": x()
|
|
1463
1497
|
}],
|
|
1464
1498
|
/**
|
|
1465
1499
|
* Divide Width X
|
|
1466
1500
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1467
1501
|
*/
|
|
1468
1502
|
"divide-x": [{
|
|
1469
|
-
"divide-x":
|
|
1503
|
+
"divide-x": x()
|
|
1470
1504
|
}],
|
|
1471
1505
|
/**
|
|
1472
1506
|
* Divide Width X Reverse
|
|
@@ -1478,7 +1512,7 @@ const f = (e) => {
|
|
|
1478
1512
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1479
1513
|
*/
|
|
1480
1514
|
"divide-y": [{
|
|
1481
|
-
"divide-y":
|
|
1515
|
+
"divide-y": x()
|
|
1482
1516
|
}],
|
|
1483
1517
|
/**
|
|
1484
1518
|
* Divide Width Y Reverse
|
|
@@ -1490,112 +1524,112 @@ const f = (e) => {
|
|
|
1490
1524
|
* @see https://tailwindcss.com/docs/border-style
|
|
1491
1525
|
*/
|
|
1492
1526
|
"border-style": [{
|
|
1493
|
-
border: [...
|
|
1527
|
+
border: [...q(), "hidden", "none"]
|
|
1494
1528
|
}],
|
|
1495
1529
|
/**
|
|
1496
1530
|
* Divide Style
|
|
1497
1531
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1498
1532
|
*/
|
|
1499
1533
|
"divide-style": [{
|
|
1500
|
-
divide: [...
|
|
1534
|
+
divide: [...q(), "hidden", "none"]
|
|
1501
1535
|
}],
|
|
1502
1536
|
/**
|
|
1503
1537
|
* Border Color
|
|
1504
1538
|
* @see https://tailwindcss.com/docs/border-color
|
|
1505
1539
|
*/
|
|
1506
1540
|
"border-color": [{
|
|
1507
|
-
border:
|
|
1541
|
+
border: a()
|
|
1508
1542
|
}],
|
|
1509
1543
|
/**
|
|
1510
1544
|
* Border Color X
|
|
1511
1545
|
* @see https://tailwindcss.com/docs/border-color
|
|
1512
1546
|
*/
|
|
1513
1547
|
"border-color-x": [{
|
|
1514
|
-
"border-x":
|
|
1548
|
+
"border-x": a()
|
|
1515
1549
|
}],
|
|
1516
1550
|
/**
|
|
1517
1551
|
* Border Color Y
|
|
1518
1552
|
* @see https://tailwindcss.com/docs/border-color
|
|
1519
1553
|
*/
|
|
1520
1554
|
"border-color-y": [{
|
|
1521
|
-
"border-y":
|
|
1555
|
+
"border-y": a()
|
|
1522
1556
|
}],
|
|
1523
1557
|
/**
|
|
1524
1558
|
* Border Color S
|
|
1525
1559
|
* @see https://tailwindcss.com/docs/border-color
|
|
1526
1560
|
*/
|
|
1527
1561
|
"border-color-s": [{
|
|
1528
|
-
"border-s":
|
|
1562
|
+
"border-s": a()
|
|
1529
1563
|
}],
|
|
1530
1564
|
/**
|
|
1531
1565
|
* Border Color E
|
|
1532
1566
|
* @see https://tailwindcss.com/docs/border-color
|
|
1533
1567
|
*/
|
|
1534
1568
|
"border-color-e": [{
|
|
1535
|
-
"border-e":
|
|
1569
|
+
"border-e": a()
|
|
1536
1570
|
}],
|
|
1537
1571
|
/**
|
|
1538
1572
|
* Border Color Top
|
|
1539
1573
|
* @see https://tailwindcss.com/docs/border-color
|
|
1540
1574
|
*/
|
|
1541
1575
|
"border-color-t": [{
|
|
1542
|
-
"border-t":
|
|
1576
|
+
"border-t": a()
|
|
1543
1577
|
}],
|
|
1544
1578
|
/**
|
|
1545
1579
|
* Border Color Right
|
|
1546
1580
|
* @see https://tailwindcss.com/docs/border-color
|
|
1547
1581
|
*/
|
|
1548
1582
|
"border-color-r": [{
|
|
1549
|
-
"border-r":
|
|
1583
|
+
"border-r": a()
|
|
1550
1584
|
}],
|
|
1551
1585
|
/**
|
|
1552
1586
|
* Border Color Bottom
|
|
1553
1587
|
* @see https://tailwindcss.com/docs/border-color
|
|
1554
1588
|
*/
|
|
1555
1589
|
"border-color-b": [{
|
|
1556
|
-
"border-b":
|
|
1590
|
+
"border-b": a()
|
|
1557
1591
|
}],
|
|
1558
1592
|
/**
|
|
1559
1593
|
* Border Color Left
|
|
1560
1594
|
* @see https://tailwindcss.com/docs/border-color
|
|
1561
1595
|
*/
|
|
1562
1596
|
"border-color-l": [{
|
|
1563
|
-
"border-l":
|
|
1597
|
+
"border-l": a()
|
|
1564
1598
|
}],
|
|
1565
1599
|
/**
|
|
1566
1600
|
* Divide Color
|
|
1567
1601
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1568
1602
|
*/
|
|
1569
1603
|
"divide-color": [{
|
|
1570
|
-
divide:
|
|
1604
|
+
divide: a()
|
|
1571
1605
|
}],
|
|
1572
1606
|
/**
|
|
1573
1607
|
* Outline Style
|
|
1574
1608
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1575
1609
|
*/
|
|
1576
1610
|
"outline-style": [{
|
|
1577
|
-
outline: [...
|
|
1611
|
+
outline: [...q(), "none", "hidden"]
|
|
1578
1612
|
}],
|
|
1579
1613
|
/**
|
|
1580
1614
|
* Outline Offset
|
|
1581
1615
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1582
1616
|
*/
|
|
1583
1617
|
"outline-offset": [{
|
|
1584
|
-
"outline-offset": [d,
|
|
1618
|
+
"outline-offset": [d, r, o]
|
|
1585
1619
|
}],
|
|
1586
1620
|
/**
|
|
1587
1621
|
* Outline Width
|
|
1588
1622
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1589
1623
|
*/
|
|
1590
1624
|
"outline-w": [{
|
|
1591
|
-
outline: ["", d,
|
|
1625
|
+
outline: ["", d, W, P]
|
|
1592
1626
|
}],
|
|
1593
1627
|
/**
|
|
1594
1628
|
* Outline Color
|
|
1595
1629
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1596
1630
|
*/
|
|
1597
1631
|
"outline-color": [{
|
|
1598
|
-
outline:
|
|
1632
|
+
outline: a()
|
|
1599
1633
|
}],
|
|
1600
1634
|
// ---------------
|
|
1601
1635
|
// --- Effects ---
|
|
@@ -1609,9 +1643,9 @@ const f = (e) => {
|
|
|
1609
1643
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1610
1644
|
"",
|
|
1611
1645
|
"none",
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1646
|
+
h,
|
|
1647
|
+
K,
|
|
1648
|
+
D
|
|
1615
1649
|
]
|
|
1616
1650
|
}],
|
|
1617
1651
|
/**
|
|
@@ -1619,28 +1653,28 @@ const f = (e) => {
|
|
|
1619
1653
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1620
1654
|
*/
|
|
1621
1655
|
"shadow-color": [{
|
|
1622
|
-
shadow:
|
|
1656
|
+
shadow: a()
|
|
1623
1657
|
}],
|
|
1624
1658
|
/**
|
|
1625
1659
|
* Inset Box Shadow
|
|
1626
1660
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1627
1661
|
*/
|
|
1628
1662
|
"inset-shadow": [{
|
|
1629
|
-
"inset-shadow": ["none",
|
|
1663
|
+
"inset-shadow": ["none", M, K, D]
|
|
1630
1664
|
}],
|
|
1631
1665
|
/**
|
|
1632
1666
|
* Inset Box Shadow Color
|
|
1633
1667
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1634
1668
|
*/
|
|
1635
1669
|
"inset-shadow-color": [{
|
|
1636
|
-
"inset-shadow":
|
|
1670
|
+
"inset-shadow": a()
|
|
1637
1671
|
}],
|
|
1638
1672
|
/**
|
|
1639
1673
|
* Ring Width
|
|
1640
1674
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1641
1675
|
*/
|
|
1642
1676
|
"ring-w": [{
|
|
1643
|
-
ring:
|
|
1677
|
+
ring: x()
|
|
1644
1678
|
}],
|
|
1645
1679
|
/**
|
|
1646
1680
|
* Ring Width Inset
|
|
@@ -1654,7 +1688,7 @@ const f = (e) => {
|
|
|
1654
1688
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1655
1689
|
*/
|
|
1656
1690
|
"ring-color": [{
|
|
1657
|
-
ring:
|
|
1691
|
+
ring: a()
|
|
1658
1692
|
}],
|
|
1659
1693
|
/**
|
|
1660
1694
|
* Ring Offset Width
|
|
@@ -1663,7 +1697,7 @@ const f = (e) => {
|
|
|
1663
1697
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1664
1698
|
*/
|
|
1665
1699
|
"ring-offset-w": [{
|
|
1666
|
-
"ring-offset": [d,
|
|
1700
|
+
"ring-offset": [d, P]
|
|
1667
1701
|
}],
|
|
1668
1702
|
/**
|
|
1669
1703
|
* Ring Offset Color
|
|
@@ -1672,42 +1706,252 @@ const f = (e) => {
|
|
|
1672
1706
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1673
1707
|
*/
|
|
1674
1708
|
"ring-offset-color": [{
|
|
1675
|
-
"ring-offset":
|
|
1709
|
+
"ring-offset": a()
|
|
1676
1710
|
}],
|
|
1677
1711
|
/**
|
|
1678
1712
|
* Inset Ring Width
|
|
1679
1713
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1680
1714
|
*/
|
|
1681
1715
|
"inset-ring-w": [{
|
|
1682
|
-
"inset-ring":
|
|
1716
|
+
"inset-ring": x()
|
|
1683
1717
|
}],
|
|
1684
1718
|
/**
|
|
1685
1719
|
* Inset Ring Color
|
|
1686
1720
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1687
1721
|
*/
|
|
1688
1722
|
"inset-ring-color": [{
|
|
1689
|
-
"inset-ring":
|
|
1723
|
+
"inset-ring": a()
|
|
1724
|
+
}],
|
|
1725
|
+
/**
|
|
1726
|
+
* Text Shadow
|
|
1727
|
+
* @see https://tailwindcss.com/docs/text-shadow
|
|
1728
|
+
*/
|
|
1729
|
+
"text-shadow": [{
|
|
1730
|
+
"text-shadow": ["none", O, K, D]
|
|
1731
|
+
}],
|
|
1732
|
+
/**
|
|
1733
|
+
* Text Shadow Color
|
|
1734
|
+
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
1735
|
+
*/
|
|
1736
|
+
"text-shadow-color": [{
|
|
1737
|
+
"text-shadow": a()
|
|
1690
1738
|
}],
|
|
1691
1739
|
/**
|
|
1692
1740
|
* Opacity
|
|
1693
1741
|
* @see https://tailwindcss.com/docs/opacity
|
|
1694
1742
|
*/
|
|
1695
1743
|
opacity: [{
|
|
1696
|
-
opacity: [d,
|
|
1744
|
+
opacity: [d, r, o]
|
|
1697
1745
|
}],
|
|
1698
1746
|
/**
|
|
1699
1747
|
* Mix Blend Mode
|
|
1700
1748
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1701
1749
|
*/
|
|
1702
1750
|
"mix-blend": [{
|
|
1703
|
-
"mix-blend": [...
|
|
1751
|
+
"mix-blend": [...pe(), "plus-darker", "plus-lighter"]
|
|
1704
1752
|
}],
|
|
1705
1753
|
/**
|
|
1706
1754
|
* Background Blend Mode
|
|
1707
1755
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1708
1756
|
*/
|
|
1709
1757
|
"bg-blend": [{
|
|
1710
|
-
"bg-blend":
|
|
1758
|
+
"bg-blend": pe()
|
|
1759
|
+
}],
|
|
1760
|
+
/**
|
|
1761
|
+
* Mask Clip
|
|
1762
|
+
* @see https://tailwindcss.com/docs/mask-clip
|
|
1763
|
+
*/
|
|
1764
|
+
"mask-clip": [{
|
|
1765
|
+
"mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
1766
|
+
}, "mask-no-clip"],
|
|
1767
|
+
/**
|
|
1768
|
+
* Mask Composite
|
|
1769
|
+
* @see https://tailwindcss.com/docs/mask-composite
|
|
1770
|
+
*/
|
|
1771
|
+
"mask-composite": [{
|
|
1772
|
+
mask: ["add", "subtract", "intersect", "exclude"]
|
|
1773
|
+
}],
|
|
1774
|
+
/**
|
|
1775
|
+
* Mask Image
|
|
1776
|
+
* @see https://tailwindcss.com/docs/mask-image
|
|
1777
|
+
*/
|
|
1778
|
+
"mask-image-linear-pos": [{
|
|
1779
|
+
"mask-linear": [d]
|
|
1780
|
+
}],
|
|
1781
|
+
"mask-image-linear-from-pos": [{
|
|
1782
|
+
"mask-linear-from": b()
|
|
1783
|
+
}],
|
|
1784
|
+
"mask-image-linear-to-pos": [{
|
|
1785
|
+
"mask-linear-to": b()
|
|
1786
|
+
}],
|
|
1787
|
+
"mask-image-linear-from-color": [{
|
|
1788
|
+
"mask-linear-from": a()
|
|
1789
|
+
}],
|
|
1790
|
+
"mask-image-linear-to-color": [{
|
|
1791
|
+
"mask-linear-to": a()
|
|
1792
|
+
}],
|
|
1793
|
+
"mask-image-t-from-pos": [{
|
|
1794
|
+
"mask-t-from": b()
|
|
1795
|
+
}],
|
|
1796
|
+
"mask-image-t-to-pos": [{
|
|
1797
|
+
"mask-t-to": b()
|
|
1798
|
+
}],
|
|
1799
|
+
"mask-image-t-from-color": [{
|
|
1800
|
+
"mask-t-from": a()
|
|
1801
|
+
}],
|
|
1802
|
+
"mask-image-t-to-color": [{
|
|
1803
|
+
"mask-t-to": a()
|
|
1804
|
+
}],
|
|
1805
|
+
"mask-image-r-from-pos": [{
|
|
1806
|
+
"mask-r-from": b()
|
|
1807
|
+
}],
|
|
1808
|
+
"mask-image-r-to-pos": [{
|
|
1809
|
+
"mask-r-to": b()
|
|
1810
|
+
}],
|
|
1811
|
+
"mask-image-r-from-color": [{
|
|
1812
|
+
"mask-r-from": a()
|
|
1813
|
+
}],
|
|
1814
|
+
"mask-image-r-to-color": [{
|
|
1815
|
+
"mask-r-to": a()
|
|
1816
|
+
}],
|
|
1817
|
+
"mask-image-b-from-pos": [{
|
|
1818
|
+
"mask-b-from": b()
|
|
1819
|
+
}],
|
|
1820
|
+
"mask-image-b-to-pos": [{
|
|
1821
|
+
"mask-b-to": b()
|
|
1822
|
+
}],
|
|
1823
|
+
"mask-image-b-from-color": [{
|
|
1824
|
+
"mask-b-from": a()
|
|
1825
|
+
}],
|
|
1826
|
+
"mask-image-b-to-color": [{
|
|
1827
|
+
"mask-b-to": a()
|
|
1828
|
+
}],
|
|
1829
|
+
"mask-image-l-from-pos": [{
|
|
1830
|
+
"mask-l-from": b()
|
|
1831
|
+
}],
|
|
1832
|
+
"mask-image-l-to-pos": [{
|
|
1833
|
+
"mask-l-to": b()
|
|
1834
|
+
}],
|
|
1835
|
+
"mask-image-l-from-color": [{
|
|
1836
|
+
"mask-l-from": a()
|
|
1837
|
+
}],
|
|
1838
|
+
"mask-image-l-to-color": [{
|
|
1839
|
+
"mask-l-to": a()
|
|
1840
|
+
}],
|
|
1841
|
+
"mask-image-x-from-pos": [{
|
|
1842
|
+
"mask-x-from": b()
|
|
1843
|
+
}],
|
|
1844
|
+
"mask-image-x-to-pos": [{
|
|
1845
|
+
"mask-x-to": b()
|
|
1846
|
+
}],
|
|
1847
|
+
"mask-image-x-from-color": [{
|
|
1848
|
+
"mask-x-from": a()
|
|
1849
|
+
}],
|
|
1850
|
+
"mask-image-x-to-color": [{
|
|
1851
|
+
"mask-x-to": a()
|
|
1852
|
+
}],
|
|
1853
|
+
"mask-image-y-from-pos": [{
|
|
1854
|
+
"mask-y-from": b()
|
|
1855
|
+
}],
|
|
1856
|
+
"mask-image-y-to-pos": [{
|
|
1857
|
+
"mask-y-to": b()
|
|
1858
|
+
}],
|
|
1859
|
+
"mask-image-y-from-color": [{
|
|
1860
|
+
"mask-y-from": a()
|
|
1861
|
+
}],
|
|
1862
|
+
"mask-image-y-to-color": [{
|
|
1863
|
+
"mask-y-to": a()
|
|
1864
|
+
}],
|
|
1865
|
+
"mask-image-radial": [{
|
|
1866
|
+
"mask-radial": [r, o]
|
|
1867
|
+
}],
|
|
1868
|
+
"mask-image-radial-from-pos": [{
|
|
1869
|
+
"mask-radial-from": b()
|
|
1870
|
+
}],
|
|
1871
|
+
"mask-image-radial-to-pos": [{
|
|
1872
|
+
"mask-radial-to": b()
|
|
1873
|
+
}],
|
|
1874
|
+
"mask-image-radial-from-color": [{
|
|
1875
|
+
"mask-radial-from": a()
|
|
1876
|
+
}],
|
|
1877
|
+
"mask-image-radial-to-color": [{
|
|
1878
|
+
"mask-radial-to": a()
|
|
1879
|
+
}],
|
|
1880
|
+
"mask-image-radial-shape": [{
|
|
1881
|
+
"mask-radial": ["circle", "ellipse"]
|
|
1882
|
+
}],
|
|
1883
|
+
"mask-image-radial-size": [{
|
|
1884
|
+
"mask-radial": [{
|
|
1885
|
+
closest: ["side", "corner"],
|
|
1886
|
+
farthest: ["side", "corner"]
|
|
1887
|
+
}]
|
|
1888
|
+
}],
|
|
1889
|
+
"mask-image-radial-pos": [{
|
|
1890
|
+
"mask-radial-at": T()
|
|
1891
|
+
}],
|
|
1892
|
+
"mask-image-conic-pos": [{
|
|
1893
|
+
"mask-conic": [d]
|
|
1894
|
+
}],
|
|
1895
|
+
"mask-image-conic-from-pos": [{
|
|
1896
|
+
"mask-conic-from": b()
|
|
1897
|
+
}],
|
|
1898
|
+
"mask-image-conic-to-pos": [{
|
|
1899
|
+
"mask-conic-to": b()
|
|
1900
|
+
}],
|
|
1901
|
+
"mask-image-conic-from-color": [{
|
|
1902
|
+
"mask-conic-from": a()
|
|
1903
|
+
}],
|
|
1904
|
+
"mask-image-conic-to-color": [{
|
|
1905
|
+
"mask-conic-to": a()
|
|
1906
|
+
}],
|
|
1907
|
+
/**
|
|
1908
|
+
* Mask Mode
|
|
1909
|
+
* @see https://tailwindcss.com/docs/mask-mode
|
|
1910
|
+
*/
|
|
1911
|
+
"mask-mode": [{
|
|
1912
|
+
mask: ["alpha", "luminance", "match"]
|
|
1913
|
+
}],
|
|
1914
|
+
/**
|
|
1915
|
+
* Mask Origin
|
|
1916
|
+
* @see https://tailwindcss.com/docs/mask-origin
|
|
1917
|
+
*/
|
|
1918
|
+
"mask-origin": [{
|
|
1919
|
+
"mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
1920
|
+
}],
|
|
1921
|
+
/**
|
|
1922
|
+
* Mask Position
|
|
1923
|
+
* @see https://tailwindcss.com/docs/mask-position
|
|
1924
|
+
*/
|
|
1925
|
+
"mask-position": [{
|
|
1926
|
+
mask: ce()
|
|
1927
|
+
}],
|
|
1928
|
+
/**
|
|
1929
|
+
* Mask Repeat
|
|
1930
|
+
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1931
|
+
*/
|
|
1932
|
+
"mask-repeat": [{
|
|
1933
|
+
mask: de()
|
|
1934
|
+
}],
|
|
1935
|
+
/**
|
|
1936
|
+
* Mask Size
|
|
1937
|
+
* @see https://tailwindcss.com/docs/mask-size
|
|
1938
|
+
*/
|
|
1939
|
+
"mask-size": [{
|
|
1940
|
+
mask: me()
|
|
1941
|
+
}],
|
|
1942
|
+
/**
|
|
1943
|
+
* Mask Type
|
|
1944
|
+
* @see https://tailwindcss.com/docs/mask-type
|
|
1945
|
+
*/
|
|
1946
|
+
"mask-type": [{
|
|
1947
|
+
"mask-type": ["alpha", "luminance"]
|
|
1948
|
+
}],
|
|
1949
|
+
/**
|
|
1950
|
+
* Mask Image
|
|
1951
|
+
* @see https://tailwindcss.com/docs/mask-image
|
|
1952
|
+
*/
|
|
1953
|
+
"mask-image": [{
|
|
1954
|
+
mask: ["none", r, o]
|
|
1711
1955
|
}],
|
|
1712
1956
|
// ---------------
|
|
1713
1957
|
// --- Filters ---
|
|
@@ -1721,8 +1965,8 @@ const f = (e) => {
|
|
|
1721
1965
|
// Deprecated since Tailwind CSS v3.0.0
|
|
1722
1966
|
"",
|
|
1723
1967
|
"none",
|
|
1724
|
-
|
|
1725
|
-
|
|
1968
|
+
r,
|
|
1969
|
+
o
|
|
1726
1970
|
]
|
|
1727
1971
|
}],
|
|
1728
1972
|
/**
|
|
@@ -1730,21 +1974,21 @@ const f = (e) => {
|
|
|
1730
1974
|
* @see https://tailwindcss.com/docs/blur
|
|
1731
1975
|
*/
|
|
1732
1976
|
blur: [{
|
|
1733
|
-
blur:
|
|
1977
|
+
blur: ue()
|
|
1734
1978
|
}],
|
|
1735
1979
|
/**
|
|
1736
1980
|
* Brightness
|
|
1737
1981
|
* @see https://tailwindcss.com/docs/brightness
|
|
1738
1982
|
*/
|
|
1739
1983
|
brightness: [{
|
|
1740
|
-
brightness: [d,
|
|
1984
|
+
brightness: [d, r, o]
|
|
1741
1985
|
}],
|
|
1742
1986
|
/**
|
|
1743
1987
|
* Contrast
|
|
1744
1988
|
* @see https://tailwindcss.com/docs/contrast
|
|
1745
1989
|
*/
|
|
1746
1990
|
contrast: [{
|
|
1747
|
-
contrast: [d,
|
|
1991
|
+
contrast: [d, r, o]
|
|
1748
1992
|
}],
|
|
1749
1993
|
/**
|
|
1750
1994
|
* Drop Shadow
|
|
@@ -1755,45 +1999,52 @@ const f = (e) => {
|
|
|
1755
1999
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1756
2000
|
"",
|
|
1757
2001
|
"none",
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
2002
|
+
F,
|
|
2003
|
+
K,
|
|
2004
|
+
D
|
|
1761
2005
|
]
|
|
1762
2006
|
}],
|
|
2007
|
+
/**
|
|
2008
|
+
* Drop Shadow Color
|
|
2009
|
+
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2010
|
+
*/
|
|
2011
|
+
"drop-shadow-color": [{
|
|
2012
|
+
"drop-shadow": a()
|
|
2013
|
+
}],
|
|
1763
2014
|
/**
|
|
1764
2015
|
* Grayscale
|
|
1765
2016
|
* @see https://tailwindcss.com/docs/grayscale
|
|
1766
2017
|
*/
|
|
1767
2018
|
grayscale: [{
|
|
1768
|
-
grayscale: ["", d,
|
|
2019
|
+
grayscale: ["", d, r, o]
|
|
1769
2020
|
}],
|
|
1770
2021
|
/**
|
|
1771
2022
|
* Hue Rotate
|
|
1772
2023
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
1773
2024
|
*/
|
|
1774
2025
|
"hue-rotate": [{
|
|
1775
|
-
"hue-rotate": [d,
|
|
2026
|
+
"hue-rotate": [d, r, o]
|
|
1776
2027
|
}],
|
|
1777
2028
|
/**
|
|
1778
2029
|
* Invert
|
|
1779
2030
|
* @see https://tailwindcss.com/docs/invert
|
|
1780
2031
|
*/
|
|
1781
2032
|
invert: [{
|
|
1782
|
-
invert: ["", d,
|
|
2033
|
+
invert: ["", d, r, o]
|
|
1783
2034
|
}],
|
|
1784
2035
|
/**
|
|
1785
2036
|
* Saturate
|
|
1786
2037
|
* @see https://tailwindcss.com/docs/saturate
|
|
1787
2038
|
*/
|
|
1788
2039
|
saturate: [{
|
|
1789
|
-
saturate: [d,
|
|
2040
|
+
saturate: [d, r, o]
|
|
1790
2041
|
}],
|
|
1791
2042
|
/**
|
|
1792
2043
|
* Sepia
|
|
1793
2044
|
* @see https://tailwindcss.com/docs/sepia
|
|
1794
2045
|
*/
|
|
1795
2046
|
sepia: [{
|
|
1796
|
-
sepia: ["", d,
|
|
2047
|
+
sepia: ["", d, r, o]
|
|
1797
2048
|
}],
|
|
1798
2049
|
/**
|
|
1799
2050
|
* Backdrop Filter
|
|
@@ -1804,8 +2055,8 @@ const f = (e) => {
|
|
|
1804
2055
|
// Deprecated since Tailwind CSS v3.0.0
|
|
1805
2056
|
"",
|
|
1806
2057
|
"none",
|
|
1807
|
-
|
|
1808
|
-
|
|
2058
|
+
r,
|
|
2059
|
+
o
|
|
1809
2060
|
]
|
|
1810
2061
|
}],
|
|
1811
2062
|
/**
|
|
@@ -1813,63 +2064,63 @@ const f = (e) => {
|
|
|
1813
2064
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
1814
2065
|
*/
|
|
1815
2066
|
"backdrop-blur": [{
|
|
1816
|
-
"backdrop-blur":
|
|
2067
|
+
"backdrop-blur": ue()
|
|
1817
2068
|
}],
|
|
1818
2069
|
/**
|
|
1819
2070
|
* Backdrop Brightness
|
|
1820
2071
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
1821
2072
|
*/
|
|
1822
2073
|
"backdrop-brightness": [{
|
|
1823
|
-
"backdrop-brightness": [d,
|
|
2074
|
+
"backdrop-brightness": [d, r, o]
|
|
1824
2075
|
}],
|
|
1825
2076
|
/**
|
|
1826
2077
|
* Backdrop Contrast
|
|
1827
2078
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
1828
2079
|
*/
|
|
1829
2080
|
"backdrop-contrast": [{
|
|
1830
|
-
"backdrop-contrast": [d,
|
|
2081
|
+
"backdrop-contrast": [d, r, o]
|
|
1831
2082
|
}],
|
|
1832
2083
|
/**
|
|
1833
2084
|
* Backdrop Grayscale
|
|
1834
2085
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
1835
2086
|
*/
|
|
1836
2087
|
"backdrop-grayscale": [{
|
|
1837
|
-
"backdrop-grayscale": ["", d,
|
|
2088
|
+
"backdrop-grayscale": ["", d, r, o]
|
|
1838
2089
|
}],
|
|
1839
2090
|
/**
|
|
1840
2091
|
* Backdrop Hue Rotate
|
|
1841
2092
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
1842
2093
|
*/
|
|
1843
2094
|
"backdrop-hue-rotate": [{
|
|
1844
|
-
"backdrop-hue-rotate": [d,
|
|
2095
|
+
"backdrop-hue-rotate": [d, r, o]
|
|
1845
2096
|
}],
|
|
1846
2097
|
/**
|
|
1847
2098
|
* Backdrop Invert
|
|
1848
2099
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
1849
2100
|
*/
|
|
1850
2101
|
"backdrop-invert": [{
|
|
1851
|
-
"backdrop-invert": ["", d,
|
|
2102
|
+
"backdrop-invert": ["", d, r, o]
|
|
1852
2103
|
}],
|
|
1853
2104
|
/**
|
|
1854
2105
|
* Backdrop Opacity
|
|
1855
2106
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
1856
2107
|
*/
|
|
1857
2108
|
"backdrop-opacity": [{
|
|
1858
|
-
"backdrop-opacity": [d,
|
|
2109
|
+
"backdrop-opacity": [d, r, o]
|
|
1859
2110
|
}],
|
|
1860
2111
|
/**
|
|
1861
2112
|
* Backdrop Saturate
|
|
1862
2113
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
1863
2114
|
*/
|
|
1864
2115
|
"backdrop-saturate": [{
|
|
1865
|
-
"backdrop-saturate": [d,
|
|
2116
|
+
"backdrop-saturate": [d, r, o]
|
|
1866
2117
|
}],
|
|
1867
2118
|
/**
|
|
1868
2119
|
* Backdrop Sepia
|
|
1869
2120
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
1870
2121
|
*/
|
|
1871
2122
|
"backdrop-sepia": [{
|
|
1872
|
-
"backdrop-sepia": ["", d,
|
|
2123
|
+
"backdrop-sepia": ["", d, r, o]
|
|
1873
2124
|
}],
|
|
1874
2125
|
// --------------
|
|
1875
2126
|
// --- Tables ---
|
|
@@ -1886,21 +2137,21 @@ const f = (e) => {
|
|
|
1886
2137
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1887
2138
|
*/
|
|
1888
2139
|
"border-spacing": [{
|
|
1889
|
-
"border-spacing":
|
|
2140
|
+
"border-spacing": l()
|
|
1890
2141
|
}],
|
|
1891
2142
|
/**
|
|
1892
2143
|
* Border Spacing X
|
|
1893
2144
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1894
2145
|
*/
|
|
1895
2146
|
"border-spacing-x": [{
|
|
1896
|
-
"border-spacing-x":
|
|
2147
|
+
"border-spacing-x": l()
|
|
1897
2148
|
}],
|
|
1898
2149
|
/**
|
|
1899
2150
|
* Border Spacing Y
|
|
1900
2151
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1901
2152
|
*/
|
|
1902
2153
|
"border-spacing-y": [{
|
|
1903
|
-
"border-spacing-y":
|
|
2154
|
+
"border-spacing-y": l()
|
|
1904
2155
|
}],
|
|
1905
2156
|
/**
|
|
1906
2157
|
* Table Layout
|
|
@@ -1924,7 +2175,7 @@ const f = (e) => {
|
|
|
1924
2175
|
* @see https://tailwindcss.com/docs/transition-property
|
|
1925
2176
|
*/
|
|
1926
2177
|
transition: [{
|
|
1927
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2178
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", r, o]
|
|
1928
2179
|
}],
|
|
1929
2180
|
/**
|
|
1930
2181
|
* Transition Behavior
|
|
@@ -1938,28 +2189,28 @@ const f = (e) => {
|
|
|
1938
2189
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
1939
2190
|
*/
|
|
1940
2191
|
duration: [{
|
|
1941
|
-
duration: [d, "initial",
|
|
2192
|
+
duration: [d, "initial", r, o]
|
|
1942
2193
|
}],
|
|
1943
2194
|
/**
|
|
1944
2195
|
* Transition Timing Function
|
|
1945
2196
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
1946
2197
|
*/
|
|
1947
2198
|
ease: [{
|
|
1948
|
-
ease: ["linear", "initial",
|
|
2199
|
+
ease: ["linear", "initial", A, r, o]
|
|
1949
2200
|
}],
|
|
1950
2201
|
/**
|
|
1951
2202
|
* Transition Delay
|
|
1952
2203
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
1953
2204
|
*/
|
|
1954
2205
|
delay: [{
|
|
1955
|
-
delay: [d,
|
|
2206
|
+
delay: [d, r, o]
|
|
1956
2207
|
}],
|
|
1957
2208
|
/**
|
|
1958
2209
|
* Animation
|
|
1959
2210
|
* @see https://tailwindcss.com/docs/animation
|
|
1960
2211
|
*/
|
|
1961
2212
|
animate: [{
|
|
1962
|
-
animate: ["none",
|
|
2213
|
+
animate: ["none", $, r, o]
|
|
1963
2214
|
}],
|
|
1964
2215
|
// ------------------
|
|
1965
2216
|
// --- Transforms ---
|
|
@@ -1976,70 +2227,70 @@ const f = (e) => {
|
|
|
1976
2227
|
* @see https://tailwindcss.com/docs/perspective
|
|
1977
2228
|
*/
|
|
1978
2229
|
perspective: [{
|
|
1979
|
-
perspective: [
|
|
2230
|
+
perspective: [y, r, o]
|
|
1980
2231
|
}],
|
|
1981
2232
|
/**
|
|
1982
2233
|
* Perspective Origin
|
|
1983
2234
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
1984
2235
|
*/
|
|
1985
2236
|
"perspective-origin": [{
|
|
1986
|
-
"perspective-origin":
|
|
2237
|
+
"perspective-origin": E()
|
|
1987
2238
|
}],
|
|
1988
2239
|
/**
|
|
1989
2240
|
* Rotate
|
|
1990
2241
|
* @see https://tailwindcss.com/docs/rotate
|
|
1991
2242
|
*/
|
|
1992
2243
|
rotate: [{
|
|
1993
|
-
rotate:
|
|
2244
|
+
rotate: H()
|
|
1994
2245
|
}],
|
|
1995
2246
|
/**
|
|
1996
2247
|
* Rotate X
|
|
1997
2248
|
* @see https://tailwindcss.com/docs/rotate
|
|
1998
2249
|
*/
|
|
1999
2250
|
"rotate-x": [{
|
|
2000
|
-
"rotate-x":
|
|
2251
|
+
"rotate-x": H()
|
|
2001
2252
|
}],
|
|
2002
2253
|
/**
|
|
2003
2254
|
* Rotate Y
|
|
2004
2255
|
* @see https://tailwindcss.com/docs/rotate
|
|
2005
2256
|
*/
|
|
2006
2257
|
"rotate-y": [{
|
|
2007
|
-
"rotate-y":
|
|
2258
|
+
"rotate-y": H()
|
|
2008
2259
|
}],
|
|
2009
2260
|
/**
|
|
2010
2261
|
* Rotate Z
|
|
2011
2262
|
* @see https://tailwindcss.com/docs/rotate
|
|
2012
2263
|
*/
|
|
2013
2264
|
"rotate-z": [{
|
|
2014
|
-
"rotate-z":
|
|
2265
|
+
"rotate-z": H()
|
|
2015
2266
|
}],
|
|
2016
2267
|
/**
|
|
2017
2268
|
* Scale
|
|
2018
2269
|
* @see https://tailwindcss.com/docs/scale
|
|
2019
2270
|
*/
|
|
2020
2271
|
scale: [{
|
|
2021
|
-
scale:
|
|
2272
|
+
scale: J()
|
|
2022
2273
|
}],
|
|
2023
2274
|
/**
|
|
2024
2275
|
* Scale X
|
|
2025
2276
|
* @see https://tailwindcss.com/docs/scale
|
|
2026
2277
|
*/
|
|
2027
2278
|
"scale-x": [{
|
|
2028
|
-
"scale-x":
|
|
2279
|
+
"scale-x": J()
|
|
2029
2280
|
}],
|
|
2030
2281
|
/**
|
|
2031
2282
|
* Scale Y
|
|
2032
2283
|
* @see https://tailwindcss.com/docs/scale
|
|
2033
2284
|
*/
|
|
2034
2285
|
"scale-y": [{
|
|
2035
|
-
"scale-y":
|
|
2286
|
+
"scale-y": J()
|
|
2036
2287
|
}],
|
|
2037
2288
|
/**
|
|
2038
2289
|
* Scale Z
|
|
2039
2290
|
* @see https://tailwindcss.com/docs/scale
|
|
2040
2291
|
*/
|
|
2041
2292
|
"scale-z": [{
|
|
2042
|
-
"scale-z":
|
|
2293
|
+
"scale-z": J()
|
|
2043
2294
|
}],
|
|
2044
2295
|
/**
|
|
2045
2296
|
* Scale 3D
|
|
@@ -2051,35 +2302,35 @@ const f = (e) => {
|
|
|
2051
2302
|
* @see https://tailwindcss.com/docs/skew
|
|
2052
2303
|
*/
|
|
2053
2304
|
skew: [{
|
|
2054
|
-
skew:
|
|
2305
|
+
skew: Z()
|
|
2055
2306
|
}],
|
|
2056
2307
|
/**
|
|
2057
2308
|
* Skew X
|
|
2058
2309
|
* @see https://tailwindcss.com/docs/skew
|
|
2059
2310
|
*/
|
|
2060
2311
|
"skew-x": [{
|
|
2061
|
-
"skew-x":
|
|
2312
|
+
"skew-x": Z()
|
|
2062
2313
|
}],
|
|
2063
2314
|
/**
|
|
2064
2315
|
* Skew Y
|
|
2065
2316
|
* @see https://tailwindcss.com/docs/skew
|
|
2066
2317
|
*/
|
|
2067
2318
|
"skew-y": [{
|
|
2068
|
-
"skew-y":
|
|
2319
|
+
"skew-y": Z()
|
|
2069
2320
|
}],
|
|
2070
2321
|
/**
|
|
2071
2322
|
* Transform
|
|
2072
2323
|
* @see https://tailwindcss.com/docs/transform
|
|
2073
2324
|
*/
|
|
2074
2325
|
transform: [{
|
|
2075
|
-
transform: [
|
|
2326
|
+
transform: [r, o, "", "none", "gpu", "cpu"]
|
|
2076
2327
|
}],
|
|
2077
2328
|
/**
|
|
2078
2329
|
* Transform Origin
|
|
2079
2330
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2080
2331
|
*/
|
|
2081
2332
|
"transform-origin": [{
|
|
2082
|
-
origin:
|
|
2333
|
+
origin: E()
|
|
2083
2334
|
}],
|
|
2084
2335
|
/**
|
|
2085
2336
|
* Transform Style
|
|
@@ -2093,28 +2344,28 @@ const f = (e) => {
|
|
|
2093
2344
|
* @see https://tailwindcss.com/docs/translate
|
|
2094
2345
|
*/
|
|
2095
2346
|
translate: [{
|
|
2096
|
-
translate:
|
|
2347
|
+
translate: X()
|
|
2097
2348
|
}],
|
|
2098
2349
|
/**
|
|
2099
2350
|
* Translate X
|
|
2100
2351
|
* @see https://tailwindcss.com/docs/translate
|
|
2101
2352
|
*/
|
|
2102
2353
|
"translate-x": [{
|
|
2103
|
-
"translate-x":
|
|
2354
|
+
"translate-x": X()
|
|
2104
2355
|
}],
|
|
2105
2356
|
/**
|
|
2106
2357
|
* Translate Y
|
|
2107
2358
|
* @see https://tailwindcss.com/docs/translate
|
|
2108
2359
|
*/
|
|
2109
2360
|
"translate-y": [{
|
|
2110
|
-
"translate-y":
|
|
2361
|
+
"translate-y": X()
|
|
2111
2362
|
}],
|
|
2112
2363
|
/**
|
|
2113
2364
|
* Translate Z
|
|
2114
2365
|
* @see https://tailwindcss.com/docs/translate
|
|
2115
2366
|
*/
|
|
2116
2367
|
"translate-z": [{
|
|
2117
|
-
"translate-z":
|
|
2368
|
+
"translate-z": X()
|
|
2118
2369
|
}],
|
|
2119
2370
|
/**
|
|
2120
2371
|
* Translate None
|
|
@@ -2129,7 +2380,7 @@ const f = (e) => {
|
|
|
2129
2380
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2130
2381
|
*/
|
|
2131
2382
|
accent: [{
|
|
2132
|
-
accent:
|
|
2383
|
+
accent: a()
|
|
2133
2384
|
}],
|
|
2134
2385
|
/**
|
|
2135
2386
|
* Appearance
|
|
@@ -2143,7 +2394,7 @@ const f = (e) => {
|
|
|
2143
2394
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2144
2395
|
*/
|
|
2145
2396
|
"caret-color": [{
|
|
2146
|
-
caret:
|
|
2397
|
+
caret: a()
|
|
2147
2398
|
}],
|
|
2148
2399
|
/**
|
|
2149
2400
|
* Color Scheme
|
|
@@ -2157,7 +2408,7 @@ const f = (e) => {
|
|
|
2157
2408
|
* @see https://tailwindcss.com/docs/cursor
|
|
2158
2409
|
*/
|
|
2159
2410
|
cursor: [{
|
|
2160
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
2411
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", r, o]
|
|
2161
2412
|
}],
|
|
2162
2413
|
/**
|
|
2163
2414
|
* Field Sizing
|
|
@@ -2192,126 +2443,126 @@ const f = (e) => {
|
|
|
2192
2443
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2193
2444
|
*/
|
|
2194
2445
|
"scroll-m": [{
|
|
2195
|
-
"scroll-m":
|
|
2446
|
+
"scroll-m": l()
|
|
2196
2447
|
}],
|
|
2197
2448
|
/**
|
|
2198
2449
|
* Scroll Margin X
|
|
2199
2450
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2200
2451
|
*/
|
|
2201
2452
|
"scroll-mx": [{
|
|
2202
|
-
"scroll-mx":
|
|
2453
|
+
"scroll-mx": l()
|
|
2203
2454
|
}],
|
|
2204
2455
|
/**
|
|
2205
2456
|
* Scroll Margin Y
|
|
2206
2457
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2207
2458
|
*/
|
|
2208
2459
|
"scroll-my": [{
|
|
2209
|
-
"scroll-my":
|
|
2460
|
+
"scroll-my": l()
|
|
2210
2461
|
}],
|
|
2211
2462
|
/**
|
|
2212
2463
|
* Scroll Margin Start
|
|
2213
2464
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2214
2465
|
*/
|
|
2215
2466
|
"scroll-ms": [{
|
|
2216
|
-
"scroll-ms":
|
|
2467
|
+
"scroll-ms": l()
|
|
2217
2468
|
}],
|
|
2218
2469
|
/**
|
|
2219
2470
|
* Scroll Margin End
|
|
2220
2471
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2221
2472
|
*/
|
|
2222
2473
|
"scroll-me": [{
|
|
2223
|
-
"scroll-me":
|
|
2474
|
+
"scroll-me": l()
|
|
2224
2475
|
}],
|
|
2225
2476
|
/**
|
|
2226
2477
|
* Scroll Margin Top
|
|
2227
2478
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2228
2479
|
*/
|
|
2229
2480
|
"scroll-mt": [{
|
|
2230
|
-
"scroll-mt":
|
|
2481
|
+
"scroll-mt": l()
|
|
2231
2482
|
}],
|
|
2232
2483
|
/**
|
|
2233
2484
|
* Scroll Margin Right
|
|
2234
2485
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2235
2486
|
*/
|
|
2236
2487
|
"scroll-mr": [{
|
|
2237
|
-
"scroll-mr":
|
|
2488
|
+
"scroll-mr": l()
|
|
2238
2489
|
}],
|
|
2239
2490
|
/**
|
|
2240
2491
|
* Scroll Margin Bottom
|
|
2241
2492
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2242
2493
|
*/
|
|
2243
2494
|
"scroll-mb": [{
|
|
2244
|
-
"scroll-mb":
|
|
2495
|
+
"scroll-mb": l()
|
|
2245
2496
|
}],
|
|
2246
2497
|
/**
|
|
2247
2498
|
* Scroll Margin Left
|
|
2248
2499
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2249
2500
|
*/
|
|
2250
2501
|
"scroll-ml": [{
|
|
2251
|
-
"scroll-ml":
|
|
2502
|
+
"scroll-ml": l()
|
|
2252
2503
|
}],
|
|
2253
2504
|
/**
|
|
2254
2505
|
* Scroll Padding
|
|
2255
2506
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2256
2507
|
*/
|
|
2257
2508
|
"scroll-p": [{
|
|
2258
|
-
"scroll-p":
|
|
2509
|
+
"scroll-p": l()
|
|
2259
2510
|
}],
|
|
2260
2511
|
/**
|
|
2261
2512
|
* Scroll Padding X
|
|
2262
2513
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2263
2514
|
*/
|
|
2264
2515
|
"scroll-px": [{
|
|
2265
|
-
"scroll-px":
|
|
2516
|
+
"scroll-px": l()
|
|
2266
2517
|
}],
|
|
2267
2518
|
/**
|
|
2268
2519
|
* Scroll Padding Y
|
|
2269
2520
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2270
2521
|
*/
|
|
2271
2522
|
"scroll-py": [{
|
|
2272
|
-
"scroll-py":
|
|
2523
|
+
"scroll-py": l()
|
|
2273
2524
|
}],
|
|
2274
2525
|
/**
|
|
2275
2526
|
* Scroll Padding Start
|
|
2276
2527
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2277
2528
|
*/
|
|
2278
2529
|
"scroll-ps": [{
|
|
2279
|
-
"scroll-ps":
|
|
2530
|
+
"scroll-ps": l()
|
|
2280
2531
|
}],
|
|
2281
2532
|
/**
|
|
2282
2533
|
* Scroll Padding End
|
|
2283
2534
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2284
2535
|
*/
|
|
2285
2536
|
"scroll-pe": [{
|
|
2286
|
-
"scroll-pe":
|
|
2537
|
+
"scroll-pe": l()
|
|
2287
2538
|
}],
|
|
2288
2539
|
/**
|
|
2289
2540
|
* Scroll Padding Top
|
|
2290
2541
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2291
2542
|
*/
|
|
2292
2543
|
"scroll-pt": [{
|
|
2293
|
-
"scroll-pt":
|
|
2544
|
+
"scroll-pt": l()
|
|
2294
2545
|
}],
|
|
2295
2546
|
/**
|
|
2296
2547
|
* Scroll Padding Right
|
|
2297
2548
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2298
2549
|
*/
|
|
2299
2550
|
"scroll-pr": [{
|
|
2300
|
-
"scroll-pr":
|
|
2551
|
+
"scroll-pr": l()
|
|
2301
2552
|
}],
|
|
2302
2553
|
/**
|
|
2303
2554
|
* Scroll Padding Bottom
|
|
2304
2555
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2305
2556
|
*/
|
|
2306
2557
|
"scroll-pb": [{
|
|
2307
|
-
"scroll-pb":
|
|
2558
|
+
"scroll-pb": l()
|
|
2308
2559
|
}],
|
|
2309
2560
|
/**
|
|
2310
2561
|
* Scroll Padding Left
|
|
2311
2562
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2312
2563
|
*/
|
|
2313
2564
|
"scroll-pl": [{
|
|
2314
|
-
"scroll-pl":
|
|
2565
|
+
"scroll-pl": l()
|
|
2315
2566
|
}],
|
|
2316
2567
|
/**
|
|
2317
2568
|
* Scroll Snap Align
|
|
@@ -2379,7 +2630,7 @@ const f = (e) => {
|
|
|
2379
2630
|
* @see https://tailwindcss.com/docs/will-change
|
|
2380
2631
|
*/
|
|
2381
2632
|
"will-change": [{
|
|
2382
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2633
|
+
"will-change": ["auto", "scroll", "contents", "transform", r, o]
|
|
2383
2634
|
}],
|
|
2384
2635
|
// -----------
|
|
2385
2636
|
// --- SVG ---
|
|
@@ -2389,21 +2640,21 @@ const f = (e) => {
|
|
|
2389
2640
|
* @see https://tailwindcss.com/docs/fill
|
|
2390
2641
|
*/
|
|
2391
2642
|
fill: [{
|
|
2392
|
-
fill: ["none", ...
|
|
2643
|
+
fill: ["none", ...a()]
|
|
2393
2644
|
}],
|
|
2394
2645
|
/**
|
|
2395
2646
|
* Stroke Width
|
|
2396
2647
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2397
2648
|
*/
|
|
2398
2649
|
"stroke-w": [{
|
|
2399
|
-
stroke: [d,
|
|
2650
|
+
stroke: [d, W, P, oe]
|
|
2400
2651
|
}],
|
|
2401
2652
|
/**
|
|
2402
2653
|
* Stroke
|
|
2403
2654
|
* @see https://tailwindcss.com/docs/stroke
|
|
2404
2655
|
*/
|
|
2405
2656
|
stroke: [{
|
|
2406
|
-
stroke: ["none", ...
|
|
2657
|
+
stroke: ["none", ...a()]
|
|
2407
2658
|
}],
|
|
2408
2659
|
// ---------------------
|
|
2409
2660
|
// --- Accessibility ---
|
|
@@ -2447,10 +2698,10 @@ const f = (e) => {
|
|
|
2447
2698
|
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
2448
2699
|
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
2449
2700
|
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
2450
|
-
"border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
2701
|
+
"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"],
|
|
2451
2702
|
"border-w-x": ["border-w-r", "border-w-l"],
|
|
2452
2703
|
"border-w-y": ["border-w-t", "border-w-b"],
|
|
2453
|
-
"border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
2704
|
+
"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"],
|
|
2454
2705
|
"border-color-x": ["border-color-r", "border-color-l"],
|
|
2455
2706
|
"border-color-y": ["border-color-t", "border-color-b"],
|
|
2456
2707
|
translate: ["translate-x", "translate-y", "translate-none"],
|
|
@@ -2469,13 +2720,13 @@ const f = (e) => {
|
|
|
2469
2720
|
conflictingClassGroupModifiers: {
|
|
2470
2721
|
"font-size": ["leading"]
|
|
2471
2722
|
},
|
|
2472
|
-
orderSensitiveModifiers: ["
|
|
2723
|
+
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2473
2724
|
};
|
|
2474
|
-
},
|
|
2475
|
-
(
|
|
2476
|
-
),
|
|
2725
|
+
}, lo = /* @__PURE__ */ We(io), mo = (...e) => lo(Ie(e)), po = (e, n) => e.filter(
|
|
2726
|
+
(s) => s.toLocaleLowerCase().indexOf(n.toLocaleLowerCase()) > -1
|
|
2727
|
+
), uo = !!(typeof window < "u" && window.document && window.document.createElement);
|
|
2477
2728
|
export {
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2729
|
+
mo as cn,
|
|
2730
|
+
po as filterByValue,
|
|
2731
|
+
uo as isClient
|
|
2481
2732
|
};
|