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