@plyaz/ui 0.7.1 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Skeleton-Bnjvq2Rm.cjs +62 -0
- package/dist/{constant-BgZiatEy.js → Skeleton-De31tq_k.js} +1234 -615
- package/dist/client.cjs.js +73 -31
- package/dist/client.es.js +18976 -4034
- package/dist/index.cjs.js +6 -30
- package/dist/index.es.js +963 -604
- package/dist/types/components/Accordion/Accordion.d.ts +8 -0
- package/dist/types/components/Accordion/Accordion.d.ts.map +1 -0
- package/dist/types/components/Accordion/Accordion.stories.d.ts +44 -0
- package/dist/types/components/Accordion/Accordion.stories.d.ts.map +1 -0
- package/dist/types/components/Alert/Alert.d.ts +10 -0
- package/dist/types/components/Alert/Alert.d.ts.map +1 -0
- package/dist/types/components/Alert/Alert.stories.d.ts +33 -0
- package/dist/types/components/Alert/Alert.stories.d.ts.map +1 -0
- package/dist/types/components/AlertDialog/AlertDialog.stories.d.ts.map +1 -1
- package/dist/types/components/Avatar/Avatar.d.ts +7 -0
- package/dist/types/components/Avatar/Avatar.d.ts.map +1 -0
- package/dist/types/components/Avatar/Avatar.stories.d.ts +22 -0
- package/dist/types/components/Avatar/Avatar.stories.d.ts.map +1 -0
- package/dist/types/components/Badge/Badge.d.ts +3 -1
- package/dist/types/components/Badge/Badge.d.ts.map +1 -1
- package/dist/types/components/Badge/Badge.stories.d.ts +7 -12
- package/dist/types/components/Badge/Badge.stories.d.ts.map +1 -1
- package/dist/types/components/Breadcrumb/Breadcrumb.d.ts +12 -0
- package/dist/types/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/types/components/Breadcrumb/Breadcrumb.stories.d.ts +27 -0
- package/dist/types/components/Breadcrumb/Breadcrumb.stories.d.ts.map +1 -0
- package/dist/types/components/Button/Button.d.ts +4 -1
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/Button/Button.stories.d.ts +7 -0
- package/dist/types/components/Button/Button.stories.d.ts.map +1 -1
- package/dist/types/components/Calendar/Calendar.d.ts +9 -0
- package/dist/types/components/Calendar/Calendar.d.ts.map +1 -0
- package/dist/types/components/Calendar/Calendar.stories.d.ts +21 -0
- package/dist/types/components/Calendar/Calendar.stories.d.ts.map +1 -0
- package/dist/types/components/Carousel/Carousel.d.ts +20 -0
- package/dist/types/components/Carousel/Carousel.d.ts.map +1 -0
- package/dist/types/components/Carousel/Carousel.stories.d.ts +18 -0
- package/dist/types/components/Carousel/Carousel.stories.d.ts.map +1 -0
- package/dist/types/components/Checkbox/Checkbox.d.ts +5 -0
- package/dist/types/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/types/components/Checkbox/Checkbox.stories.d.ts +18 -0
- package/dist/types/components/Checkbox/Checkbox.stories.d.ts.map +1 -0
- package/dist/types/components/Combobox/Combobox.d.ts +24 -0
- package/dist/types/components/Combobox/Combobox.d.ts.map +1 -0
- package/dist/types/components/Combobox/Combobox.stories.d.ts +17 -0
- package/dist/types/components/Combobox/Combobox.stories.d.ts.map +1 -0
- package/dist/types/components/Command/Command.d.ts +19 -0
- package/dist/types/components/Command/Command.d.ts.map +1 -0
- package/dist/types/components/Command/Command.stories.d.ts +42 -0
- package/dist/types/components/Command/Command.stories.d.ts.map +1 -0
- package/dist/types/components/ContextMenu/ContextMenu.d.ts +26 -0
- package/dist/types/components/ContextMenu/ContextMenu.d.ts.map +1 -0
- package/dist/types/components/ContextMenu/ContextMenu.stories.d.ts +41 -0
- package/dist/types/components/ContextMenu/ContextMenu.stories.d.ts.map +1 -0
- package/dist/types/components/Dialog/Dialog.d.ts +16 -0
- package/dist/types/components/Dialog/Dialog.d.ts.map +1 -0
- package/dist/types/components/Dialog/Dialog.stories.d.ts +26 -0
- package/dist/types/components/Dialog/Dialog.stories.d.ts.map +1 -0
- package/dist/types/components/Drawer/Drawer.d.ts +14 -0
- package/dist/types/components/Drawer/Drawer.d.ts.map +1 -0
- package/dist/types/components/Drawer/Drawer.stories.d.ts +15 -0
- package/dist/types/components/Drawer/Drawer.stories.d.ts.map +1 -0
- package/dist/types/components/DropdownMenu/DropdownMenu.d.ts +26 -0
- package/dist/types/components/DropdownMenu/DropdownMenu.d.ts.map +1 -0
- package/dist/types/components/DropdownMenu/DropdownMenu.stories.d.ts +40 -0
- package/dist/types/components/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -0
- package/dist/types/components/HoverCard/HoverCard.d.ts +7 -0
- package/dist/types/components/HoverCard/HoverCard.d.ts.map +1 -0
- package/dist/types/components/HoverCard/HoverCard.stories.d.ts +29 -0
- package/dist/types/components/HoverCard/HoverCard.stories.d.ts.map +1 -0
- package/dist/types/components/Input/Input.d.ts.map +1 -1
- package/dist/types/components/InputGroup/InputGroup.d.ts +17 -0
- package/dist/types/components/InputGroup/InputGroup.d.ts.map +1 -0
- package/dist/types/components/InputGroup/InputGroup.stories.d.ts +45 -0
- package/dist/types/components/InputGroup/InputGroup.stories.d.ts.map +1 -0
- package/dist/types/components/InputOTP/InputOTP.d.ts +12 -0
- package/dist/types/components/InputOTP/InputOTP.d.ts.map +1 -0
- package/dist/types/components/InputOTP/InputOTP.stories.d.ts +20 -0
- package/dist/types/components/InputOTP/InputOTP.stories.d.ts.map +1 -0
- package/dist/types/components/Label/Label.d.ts +5 -0
- package/dist/types/components/Label/Label.d.ts.map +1 -0
- package/dist/types/components/Label/Label.stories.d.ts +32 -0
- package/dist/types/components/Label/Label.stories.d.ts.map +1 -0
- package/dist/types/components/MenuBar/Menubar.stories.d.ts +30 -6
- package/dist/types/components/MenuBar/Menubar.stories.d.ts.map +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts +14 -0
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -0
- package/dist/types/components/Pagination/Pagination.stories.d.ts +22 -0
- package/dist/types/components/Pagination/Pagination.stories.d.ts.map +1 -0
- package/dist/types/components/Popover/Popover.d.ts +8 -0
- package/dist/types/components/Popover/Popover.d.ts.map +1 -0
- package/dist/types/components/Popover/Popover.stories.d.ts +23 -0
- package/dist/types/components/Popover/Popover.stories.d.ts.map +1 -0
- package/dist/types/components/Progress/Progress.d.ts +5 -0
- package/dist/types/components/Progress/Progress.d.ts.map +1 -0
- package/dist/types/components/Progress/Progress.stories.d.ts +32 -0
- package/dist/types/components/Progress/Progress.stories.d.ts.map +1 -0
- package/dist/types/components/RadioGroup/RadioGroup.d.ts +6 -0
- package/dist/types/components/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/dist/types/components/RadioGroup/RadioGroup.stories.d.ts +25 -0
- package/dist/types/components/RadioGroup/RadioGroup.stories.d.ts.map +1 -0
- package/dist/types/components/ScrollArea/ScrollArea.d.ts +6 -0
- package/dist/types/components/ScrollArea/ScrollArea.d.ts.map +1 -0
- package/dist/types/components/ScrollArea/ScrollArea.stories.d.ts +42 -0
- package/dist/types/components/ScrollArea/ScrollArea.stories.d.ts.map +1 -0
- package/dist/types/components/Separator/Separator.d.ts +5 -0
- package/dist/types/components/Separator/Separator.d.ts.map +1 -0
- package/dist/types/components/Separator/Separator.stories.d.ts +22 -0
- package/dist/types/components/Separator/Separator.stories.d.ts.map +1 -0
- package/dist/types/components/Sheet/Sheet.d.ts +14 -0
- package/dist/types/components/Sheet/Sheet.d.ts.map +1 -0
- package/dist/types/components/Sheet/Sheet.stories.d.ts +17 -0
- package/dist/types/components/Sheet/Sheet.stories.d.ts.map +1 -0
- package/dist/types/components/Sidebar/Sidebar.d.ts +69 -0
- package/dist/types/components/Sidebar/Sidebar.d.ts.map +1 -0
- package/dist/types/components/Sidebar/Sidebar.stories.d.ts +337 -0
- package/dist/types/components/Sidebar/Sidebar.stories.d.ts.map +1 -0
- package/dist/types/components/Skeleton/Skeleton.d.ts +4 -0
- package/dist/types/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/dist/types/components/Skeleton/Skeleton.stories.d.ts +21 -0
- package/dist/types/components/Skeleton/Skeleton.stories.d.ts.map +1 -0
- package/dist/types/components/Slider/Slider.d.ts +5 -0
- package/dist/types/components/Slider/Slider.d.ts.map +1 -0
- package/dist/types/components/Slider/Slider.stories.d.ts +18 -0
- package/dist/types/components/Slider/Slider.stories.d.ts.map +1 -0
- package/dist/types/components/Switch/Switch.d.ts +5 -0
- package/dist/types/components/Switch/Switch.d.ts.map +1 -0
- package/dist/types/components/Switch/Switch.stories.d.ts +27 -0
- package/dist/types/components/Switch/Switch.stories.d.ts.map +1 -0
- package/dist/types/components/Table/Table.d.ts +11 -0
- package/dist/types/components/Table/Table.d.ts.map +1 -0
- package/dist/types/components/Table/Table.stories.d.ts +19 -0
- package/dist/types/components/Table/Table.stories.d.ts.map +1 -0
- package/dist/types/components/Tabs/Tabs.d.ts +8 -0
- package/dist/types/components/Tabs/Tabs.d.ts.map +1 -0
- package/dist/types/components/Tabs/Tabs.stories.d.ts +28 -0
- package/dist/types/components/Tabs/Tabs.stories.d.ts.map +1 -0
- package/dist/types/components/Textarea/Textarea.d.ts +4 -0
- package/dist/types/components/Textarea/Textarea.d.ts.map +1 -0
- package/dist/types/components/Textarea/Textarea.stories.d.ts +41 -0
- package/dist/types/components/Textarea/Textarea.stories.d.ts.map +1 -0
- package/dist/types/components/Toaster/Toaster.d.ts +4 -0
- package/dist/types/components/Toaster/Toaster.d.ts.map +1 -0
- package/dist/types/components/Toaster/Toaster.stories.d.ts +15 -0
- package/dist/types/components/Toaster/Toaster.stories.d.ts.map +1 -0
- package/dist/types/components/Toggle/Toggle.d.ts +10 -0
- package/dist/types/components/Toggle/Toggle.d.ts.map +1 -0
- package/dist/types/components/Toggle/Toggle.stories.d.ts +36 -0
- package/dist/types/components/Toggle/Toggle.stories.d.ts.map +1 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts +8 -0
- package/dist/types/components/Tooltip/Tooltip.d.ts.map +1 -0
- package/dist/types/components/Tooltip/Tooltip.stories.d.ts +27 -0
- package/dist/types/components/Tooltip/Tooltip.stories.d.ts.map +1 -0
- package/dist/types/components/client.d.ts +26 -0
- package/dist/types/components/client.d.ts.map +1 -1
- package/dist/types/components/index.d.ts +11 -0
- package/dist/types/components/index.d.ts.map +1 -1
- package/dist/types/constants/constant.d.ts +3 -7
- package/dist/types/constants/constant.d.ts.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +31 -3
- package/styles/main.css +71 -33
- package/styles/utilities.css +3 -0
- package/dist/constant-B-tpIxtm.cjs +0 -31
|
@@ -1,80 +1,88 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
var Et = Object.defineProperty;
|
|
2
|
+
var St = (e, t, r) => t in e ? Et(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
|
+
var E = (e, t, r) => St(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
|
+
import { jsx as L, jsxs as Nt } from "react/jsx-runtime";
|
|
5
|
+
import { Slot as It, createSlot as Ot } from "@radix-ui/react-slot";
|
|
6
|
+
import { clsx as at } from "clsx";
|
|
7
|
+
import * as nt from "react";
|
|
8
|
+
import { memo as Ct } from "react";
|
|
9
|
+
import * as Tt from "react-dom";
|
|
10
|
+
const Ne = "-", Lt = (e) => {
|
|
11
|
+
const t = Mt(e), {
|
|
12
|
+
conflictingClassGroups: r,
|
|
13
|
+
conflictingClassGroupModifiers: o
|
|
6
14
|
} = e;
|
|
7
15
|
return {
|
|
8
|
-
getClassGroupId: (
|
|
9
|
-
const
|
|
10
|
-
return
|
|
16
|
+
getClassGroupId: (l) => {
|
|
17
|
+
const m = l.split(Ne);
|
|
18
|
+
return m[0] === "" && m.length !== 1 && m.shift(), st(m, t) || zt(l);
|
|
11
19
|
},
|
|
12
|
-
getConflictingClassGroupIds: (
|
|
13
|
-
const
|
|
14
|
-
return
|
|
20
|
+
getConflictingClassGroupIds: (l, m) => {
|
|
21
|
+
const d = r[l] || [];
|
|
22
|
+
return m && o[l] ? [...d, ...o[l]] : d;
|
|
15
23
|
}
|
|
16
24
|
};
|
|
17
|
-
},
|
|
18
|
-
var
|
|
25
|
+
}, st = (e, t) => {
|
|
26
|
+
var l;
|
|
19
27
|
if (e.length === 0)
|
|
20
|
-
return
|
|
21
|
-
const
|
|
22
|
-
if (
|
|
23
|
-
return
|
|
24
|
-
if (
|
|
28
|
+
return t.classGroupId;
|
|
29
|
+
const r = e[0], o = t.nextPart.get(r), a = o ? st(e.slice(1), o) : void 0;
|
|
30
|
+
if (a)
|
|
31
|
+
return a;
|
|
32
|
+
if (t.validators.length === 0)
|
|
25
33
|
return;
|
|
26
|
-
const
|
|
27
|
-
return (
|
|
28
|
-
validator:
|
|
29
|
-
}) =>
|
|
30
|
-
},
|
|
31
|
-
if (
|
|
32
|
-
const
|
|
33
|
-
if (
|
|
34
|
-
return "arbitrary.." +
|
|
34
|
+
const n = e.join(Ne);
|
|
35
|
+
return (l = t.validators.find(({
|
|
36
|
+
validator: m
|
|
37
|
+
}) => m(n))) == null ? void 0 : l.classGroupId;
|
|
38
|
+
}, Ue = /^\[(.+)\]$/, zt = (e) => {
|
|
39
|
+
if (Ue.test(e)) {
|
|
40
|
+
const t = Ue.exec(e)[1], r = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
41
|
+
if (r)
|
|
42
|
+
return "arbitrary.." + r;
|
|
35
43
|
}
|
|
36
|
-
},
|
|
44
|
+
}, Mt = (e) => {
|
|
37
45
|
const {
|
|
38
|
-
theme:
|
|
39
|
-
classGroups:
|
|
40
|
-
} = e,
|
|
46
|
+
theme: t,
|
|
47
|
+
classGroups: r
|
|
48
|
+
} = e, o = {
|
|
41
49
|
nextPart: /* @__PURE__ */ new Map(),
|
|
42
50
|
validators: []
|
|
43
51
|
};
|
|
44
|
-
for (const
|
|
45
|
-
|
|
46
|
-
return
|
|
47
|
-
},
|
|
48
|
-
e.forEach((
|
|
49
|
-
if (typeof
|
|
50
|
-
const
|
|
51
|
-
|
|
52
|
+
for (const a in r)
|
|
53
|
+
we(r[a], o, a, t);
|
|
54
|
+
return o;
|
|
55
|
+
}, we = (e, t, r, o) => {
|
|
56
|
+
e.forEach((a) => {
|
|
57
|
+
if (typeof a == "string") {
|
|
58
|
+
const n = a === "" ? t : Ge(t, a);
|
|
59
|
+
n.classGroupId = r;
|
|
52
60
|
return;
|
|
53
61
|
}
|
|
54
|
-
if (typeof
|
|
55
|
-
if (
|
|
56
|
-
|
|
62
|
+
if (typeof a == "function") {
|
|
63
|
+
if (Pt(a)) {
|
|
64
|
+
we(a(o), t, r, o);
|
|
57
65
|
return;
|
|
58
66
|
}
|
|
59
|
-
|
|
60
|
-
validator:
|
|
61
|
-
classGroupId:
|
|
67
|
+
t.validators.push({
|
|
68
|
+
validator: a,
|
|
69
|
+
classGroupId: r
|
|
62
70
|
});
|
|
63
71
|
return;
|
|
64
72
|
}
|
|
65
|
-
Object.entries(
|
|
66
|
-
|
|
73
|
+
Object.entries(a).forEach(([n, l]) => {
|
|
74
|
+
we(l, Ge(t, n), r, o);
|
|
67
75
|
});
|
|
68
76
|
});
|
|
69
|
-
},
|
|
70
|
-
let
|
|
71
|
-
return
|
|
72
|
-
|
|
77
|
+
}, Ge = (e, t) => {
|
|
78
|
+
let r = e;
|
|
79
|
+
return t.split(Ne).forEach((o) => {
|
|
80
|
+
r.nextPart.has(o) || r.nextPart.set(o, {
|
|
73
81
|
nextPart: /* @__PURE__ */ new Map(),
|
|
74
82
|
validators: []
|
|
75
|
-
}),
|
|
76
|
-
}),
|
|
77
|
-
},
|
|
83
|
+
}), r = r.nextPart.get(o);
|
|
84
|
+
}), r;
|
|
85
|
+
}, Pt = (e) => e.isThemeGetter, Dt = (e) => {
|
|
78
86
|
if (e < 1)
|
|
79
87
|
return {
|
|
80
88
|
get: () => {
|
|
@@ -82,178 +90,178 @@ const ne = "-", Ge = (e) => {
|
|
|
82
90
|
set: () => {
|
|
83
91
|
}
|
|
84
92
|
};
|
|
85
|
-
let
|
|
86
|
-
const
|
|
87
|
-
|
|
93
|
+
let t = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
|
94
|
+
const a = (n, l) => {
|
|
95
|
+
r.set(n, l), t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ new Map());
|
|
88
96
|
};
|
|
89
97
|
return {
|
|
90
|
-
get(
|
|
91
|
-
let
|
|
92
|
-
if (
|
|
93
|
-
return
|
|
94
|
-
if ((
|
|
95
|
-
return
|
|
98
|
+
get(n) {
|
|
99
|
+
let l = r.get(n);
|
|
100
|
+
if (l !== void 0)
|
|
101
|
+
return l;
|
|
102
|
+
if ((l = o.get(n)) !== void 0)
|
|
103
|
+
return a(n, l), l;
|
|
96
104
|
},
|
|
97
|
-
set(
|
|
98
|
-
|
|
105
|
+
set(n, l) {
|
|
106
|
+
r.has(n) ? r.set(n, l) : a(n, l);
|
|
99
107
|
}
|
|
100
108
|
};
|
|
101
|
-
},
|
|
109
|
+
}, ye = "!", Re = ":", Vt = Re.length, Ft = (e) => {
|
|
102
110
|
const {
|
|
103
|
-
prefix:
|
|
104
|
-
experimentalParseClassName:
|
|
111
|
+
prefix: t,
|
|
112
|
+
experimentalParseClassName: r
|
|
105
113
|
} = e;
|
|
106
|
-
let
|
|
107
|
-
const
|
|
108
|
-
let
|
|
109
|
-
for (let
|
|
110
|
-
let
|
|
111
|
-
if (
|
|
112
|
-
if (
|
|
113
|
-
|
|
114
|
+
let o = (a) => {
|
|
115
|
+
const n = [];
|
|
116
|
+
let l = 0, m = 0, d = 0, g;
|
|
117
|
+
for (let x = 0; x < a.length; x++) {
|
|
118
|
+
let w = a[x];
|
|
119
|
+
if (l === 0 && m === 0) {
|
|
120
|
+
if (w === Re) {
|
|
121
|
+
n.push(a.slice(d, x)), d = x + Vt;
|
|
114
122
|
continue;
|
|
115
123
|
}
|
|
116
|
-
if (
|
|
117
|
-
g =
|
|
124
|
+
if (w === "/") {
|
|
125
|
+
g = x;
|
|
118
126
|
continue;
|
|
119
127
|
}
|
|
120
128
|
}
|
|
121
|
-
|
|
129
|
+
w === "[" ? l++ : w === "]" ? l-- : w === "(" ? m++ : w === ")" && m--;
|
|
122
130
|
}
|
|
123
|
-
const
|
|
131
|
+
const b = n.length === 0 ? a : a.substring(d), k = Ut(b), A = k !== b, z = g && g > d ? g - d : void 0;
|
|
124
132
|
return {
|
|
125
|
-
modifiers:
|
|
126
|
-
hasImportantModifier:
|
|
127
|
-
baseClassName:
|
|
128
|
-
maybePostfixModifierPosition:
|
|
133
|
+
modifiers: n,
|
|
134
|
+
hasImportantModifier: A,
|
|
135
|
+
baseClassName: k,
|
|
136
|
+
maybePostfixModifierPosition: z
|
|
129
137
|
};
|
|
130
138
|
};
|
|
131
|
-
if (
|
|
132
|
-
const
|
|
133
|
-
|
|
139
|
+
if (t) {
|
|
140
|
+
const a = t + Re, n = o;
|
|
141
|
+
o = (l) => l.startsWith(a) ? n(l.substring(a.length)) : {
|
|
134
142
|
isExternal: !0,
|
|
135
143
|
modifiers: [],
|
|
136
144
|
hasImportantModifier: !1,
|
|
137
|
-
baseClassName:
|
|
145
|
+
baseClassName: l,
|
|
138
146
|
maybePostfixModifierPosition: void 0
|
|
139
147
|
};
|
|
140
148
|
}
|
|
141
|
-
if (
|
|
142
|
-
const
|
|
143
|
-
|
|
144
|
-
className:
|
|
145
|
-
parseClassName:
|
|
149
|
+
if (r) {
|
|
150
|
+
const a = o;
|
|
151
|
+
o = (n) => r({
|
|
152
|
+
className: n,
|
|
153
|
+
parseClassName: a
|
|
146
154
|
});
|
|
147
155
|
}
|
|
148
|
-
return
|
|
149
|
-
},
|
|
150
|
-
const
|
|
151
|
-
return (
|
|
152
|
-
if (
|
|
153
|
-
return
|
|
154
|
-
const
|
|
155
|
-
let
|
|
156
|
-
return
|
|
157
|
-
|
|
158
|
-
}),
|
|
156
|
+
return o;
|
|
157
|
+
}, Ut = (e) => e.endsWith(ye) ? e.substring(0, e.length - 1) : e.startsWith(ye) ? e.substring(1) : e, Gt = (e) => {
|
|
158
|
+
const t = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
|
|
159
|
+
return (o) => {
|
|
160
|
+
if (o.length <= 1)
|
|
161
|
+
return o;
|
|
162
|
+
const a = [];
|
|
163
|
+
let n = [];
|
|
164
|
+
return o.forEach((l) => {
|
|
165
|
+
l[0] === "[" || t[l] ? (a.push(...n.sort(), l), n = []) : n.push(l);
|
|
166
|
+
}), a.push(...n.sort()), a;
|
|
159
167
|
};
|
|
160
|
-
},
|
|
161
|
-
cache:
|
|
162
|
-
parseClassName:
|
|
163
|
-
sortModifiers:
|
|
164
|
-
...
|
|
165
|
-
}),
|
|
168
|
+
}, Bt = (e) => ({
|
|
169
|
+
cache: Dt(e.cacheSize),
|
|
170
|
+
parseClassName: Ft(e),
|
|
171
|
+
sortModifiers: Gt(e),
|
|
172
|
+
...Lt(e)
|
|
173
|
+
}), jt = /\s+/, Kt = (e, t) => {
|
|
166
174
|
const {
|
|
167
|
-
parseClassName:
|
|
168
|
-
getClassGroupId:
|
|
169
|
-
getConflictingClassGroupIds:
|
|
170
|
-
sortModifiers:
|
|
171
|
-
} =
|
|
172
|
-
let
|
|
173
|
-
for (let g =
|
|
174
|
-
const
|
|
175
|
-
isExternal:
|
|
176
|
-
modifiers:
|
|
177
|
-
hasImportantModifier:
|
|
178
|
-
baseClassName:
|
|
179
|
-
maybePostfixModifierPosition:
|
|
180
|
-
} =
|
|
181
|
-
if (
|
|
182
|
-
|
|
175
|
+
parseClassName: r,
|
|
176
|
+
getClassGroupId: o,
|
|
177
|
+
getConflictingClassGroupIds: a,
|
|
178
|
+
sortModifiers: n
|
|
179
|
+
} = t, l = [], m = e.trim().split(jt);
|
|
180
|
+
let d = "";
|
|
181
|
+
for (let g = m.length - 1; g >= 0; g -= 1) {
|
|
182
|
+
const b = m[g], {
|
|
183
|
+
isExternal: k,
|
|
184
|
+
modifiers: A,
|
|
185
|
+
hasImportantModifier: z,
|
|
186
|
+
baseClassName: x,
|
|
187
|
+
maybePostfixModifierPosition: w
|
|
188
|
+
} = r(b);
|
|
189
|
+
if (k) {
|
|
190
|
+
d = b + (d.length > 0 ? " " + d : d);
|
|
183
191
|
continue;
|
|
184
192
|
}
|
|
185
|
-
let
|
|
186
|
-
if (!
|
|
187
|
-
if (!
|
|
188
|
-
|
|
193
|
+
let N = !!w, M = o(N ? x.substring(0, w) : x);
|
|
194
|
+
if (!M) {
|
|
195
|
+
if (!N) {
|
|
196
|
+
d = b + (d.length > 0 ? " " + d : d);
|
|
189
197
|
continue;
|
|
190
198
|
}
|
|
191
|
-
if (
|
|
192
|
-
|
|
199
|
+
if (M = o(x), !M) {
|
|
200
|
+
d = b + (d.length > 0 ? " " + d : d);
|
|
193
201
|
continue;
|
|
194
202
|
}
|
|
195
|
-
|
|
203
|
+
N = !1;
|
|
196
204
|
}
|
|
197
|
-
const
|
|
198
|
-
if (
|
|
205
|
+
const oe = n(A).join(":"), ee = z ? oe + ye : oe, G = ee + M;
|
|
206
|
+
if (l.includes(G))
|
|
199
207
|
continue;
|
|
200
|
-
|
|
201
|
-
const
|
|
202
|
-
for (let
|
|
203
|
-
const
|
|
204
|
-
|
|
208
|
+
l.push(G);
|
|
209
|
+
const B = a(M, N);
|
|
210
|
+
for (let P = 0; P < B.length; ++P) {
|
|
211
|
+
const te = B[P];
|
|
212
|
+
l.push(ee + te);
|
|
205
213
|
}
|
|
206
|
-
|
|
214
|
+
d = b + (d.length > 0 ? " " + d : d);
|
|
207
215
|
}
|
|
208
|
-
return
|
|
216
|
+
return d;
|
|
209
217
|
};
|
|
210
|
-
function
|
|
211
|
-
let e = 0,
|
|
218
|
+
function $t() {
|
|
219
|
+
let e = 0, t, r, o = "";
|
|
212
220
|
for (; e < arguments.length; )
|
|
213
|
-
(
|
|
214
|
-
return
|
|
221
|
+
(t = arguments[e++]) && (r = it(t)) && (o && (o += " "), o += r);
|
|
222
|
+
return o;
|
|
215
223
|
}
|
|
216
|
-
const
|
|
224
|
+
const it = (e) => {
|
|
217
225
|
if (typeof e == "string")
|
|
218
226
|
return e;
|
|
219
|
-
let
|
|
220
|
-
for (let
|
|
221
|
-
e[
|
|
222
|
-
return
|
|
227
|
+
let t, r = "";
|
|
228
|
+
for (let o = 0; o < e.length; o++)
|
|
229
|
+
e[o] && (t = it(e[o])) && (r && (r += " "), r += t);
|
|
230
|
+
return r;
|
|
223
231
|
};
|
|
224
|
-
function
|
|
225
|
-
let
|
|
226
|
-
function
|
|
227
|
-
const g =
|
|
228
|
-
return
|
|
232
|
+
function Ht(e, ...t) {
|
|
233
|
+
let r, o, a, n = l;
|
|
234
|
+
function l(d) {
|
|
235
|
+
const g = t.reduce((b, k) => k(b), e());
|
|
236
|
+
return r = Bt(g), o = r.cache.get, a = r.cache.set, n = m, m(d);
|
|
229
237
|
}
|
|
230
|
-
function
|
|
231
|
-
const g =
|
|
238
|
+
function m(d) {
|
|
239
|
+
const g = o(d);
|
|
232
240
|
if (g)
|
|
233
241
|
return g;
|
|
234
|
-
const
|
|
235
|
-
return
|
|
242
|
+
const b = Kt(d, r);
|
|
243
|
+
return a(d, b), b;
|
|
236
244
|
}
|
|
237
245
|
return function() {
|
|
238
|
-
return
|
|
246
|
+
return n($t.apply(null, arguments));
|
|
239
247
|
};
|
|
240
248
|
}
|
|
241
|
-
const
|
|
242
|
-
const
|
|
243
|
-
return
|
|
244
|
-
},
|
|
249
|
+
const h = (e) => {
|
|
250
|
+
const t = (r) => r[e] || [];
|
|
251
|
+
return t.isThemeGetter = !0, t;
|
|
252
|
+
}, lt = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ct = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Wt = /^\d+\/\d+$/, Yt = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, qt = /\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$/, Jt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Xt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Qt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, K = (e) => Wt.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), T = (e) => !!e && Number.isInteger(Number(e)), he = (e) => e.endsWith("%") && p(e.slice(0, -1)), C = (e) => Yt.test(e), Zt = () => !0, er = (e) => (
|
|
245
253
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
246
254
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
247
255
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
248
|
-
|
|
249
|
-
),
|
|
250
|
-
const
|
|
251
|
-
return
|
|
252
|
-
},
|
|
253
|
-
const
|
|
254
|
-
return
|
|
255
|
-
},
|
|
256
|
-
const e =
|
|
256
|
+
qt.test(e) && !Jt.test(e)
|
|
257
|
+
), dt = () => !1, tr = (e) => Xt.test(e), rr = (e) => Qt.test(e), or = (e) => !s(e) && !i(e), ar = (e) => Q(e, ft, dt), s = (e) => lt.test(e), V = (e) => Q(e, pt, er), ve = (e) => Q(e, cr, p), Be = (e) => Q(e, ut, dt), nr = (e) => Q(e, mt, rr), ce = (e) => Q(e, gt, tr), i = (e) => ct.test(e), re = (e) => Z(e, pt), sr = (e) => Z(e, dr), je = (e) => Z(e, ut), ir = (e) => Z(e, ft), lr = (e) => Z(e, mt), de = (e) => Z(e, gt, !0), Q = (e, t, r) => {
|
|
258
|
+
const o = lt.exec(e);
|
|
259
|
+
return o ? o[1] ? t(o[1]) : r(o[2]) : !1;
|
|
260
|
+
}, Z = (e, t, r = !1) => {
|
|
261
|
+
const o = ct.exec(e);
|
|
262
|
+
return o ? o[1] ? t(o[1]) : r : !1;
|
|
263
|
+
}, ut = (e) => e === "position" || e === "percentage", mt = (e) => e === "image" || e === "url", ft = (e) => e === "length" || e === "size" || e === "bg-size", pt = (e) => e === "length", cr = (e) => e === "number", dr = (e) => e === "family-name", gt = (e) => e === "shadow", ur = () => {
|
|
264
|
+
const e = h("color"), t = h("font"), r = h("text"), o = h("font-weight"), a = h("tracking"), n = h("leading"), l = h("breakpoint"), m = h("container"), d = h("spacing"), g = h("radius"), b = h("shadow"), k = h("inset-shadow"), A = h("text-shadow"), z = h("drop-shadow"), x = h("blur"), w = h("perspective"), N = h("aspect"), M = h("ease"), oe = h("animate"), ee = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], G = () => [
|
|
257
265
|
"center",
|
|
258
266
|
"top",
|
|
259
267
|
"bottom",
|
|
@@ -271,51 +279,51 @@ const b = (e) => {
|
|
|
271
279
|
"bottom-left",
|
|
272
280
|
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
273
281
|
"left-bottom"
|
|
274
|
-
],
|
|
275
|
-
span: ["full",
|
|
276
|
-
},
|
|
277
|
-
position: [
|
|
278
|
-
}],
|
|
282
|
+
], B = () => [...G(), i, s], P = () => ["auto", "hidden", "clip", "visible", "scroll"], te = () => ["auto", "contain", "none"], u = () => [i, s, d], I = () => [K, "full", "auto", ...u()], Te = () => [T, "none", "subgrid", i, s], Le = () => ["auto", {
|
|
283
|
+
span: ["full", T, i, s]
|
|
284
|
+
}, T, i, s], ae = () => [T, "auto", i, s], ze = () => ["auto", "min", "max", "fr", i, s], pe = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], j = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], O = () => ["auto", ...u()], D = () => [K, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...u()], c = () => [e, i, s], Me = () => [...G(), je, Be, {
|
|
285
|
+
position: [i, s]
|
|
286
|
+
}], Pe = () => ["no-repeat", {
|
|
279
287
|
repeat: ["", "x", "y", "space", "round"]
|
|
280
|
-
}],
|
|
281
|
-
size: [
|
|
282
|
-
}],
|
|
288
|
+
}], De = () => ["auto", "cover", "contain", ir, ar, {
|
|
289
|
+
size: [i, s]
|
|
290
|
+
}], ge = () => [he, re, V], _ = () => [
|
|
283
291
|
// Deprecated since Tailwind CSS v4.0.0
|
|
284
292
|
"",
|
|
285
293
|
"none",
|
|
286
294
|
"full",
|
|
287
295
|
g,
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
],
|
|
296
|
+
i,
|
|
297
|
+
s
|
|
298
|
+
], y = () => ["", p, re, V], ne = () => ["solid", "dashed", "dotted", "double"], Ve = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], v = () => [p, he, je, Be], Fe = () => [
|
|
291
299
|
// Deprecated since Tailwind CSS v4.0.0
|
|
292
300
|
"",
|
|
293
301
|
"none",
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
],
|
|
302
|
+
x,
|
|
303
|
+
i,
|
|
304
|
+
s
|
|
305
|
+
], se = () => ["none", p, i, s], ie = () => ["none", p, i, s], be = () => [p, i, s], le = () => [K, "full", ...u()];
|
|
298
306
|
return {
|
|
299
307
|
cacheSize: 500,
|
|
300
308
|
theme: {
|
|
301
309
|
animate: ["spin", "ping", "pulse", "bounce"],
|
|
302
310
|
aspect: ["video"],
|
|
303
|
-
blur: [
|
|
304
|
-
breakpoint: [
|
|
305
|
-
color: [
|
|
306
|
-
container: [
|
|
307
|
-
"drop-shadow": [
|
|
311
|
+
blur: [C],
|
|
312
|
+
breakpoint: [C],
|
|
313
|
+
color: [Zt],
|
|
314
|
+
container: [C],
|
|
315
|
+
"drop-shadow": [C],
|
|
308
316
|
ease: ["in", "out", "in-out"],
|
|
309
|
-
font: [
|
|
317
|
+
font: [or],
|
|
310
318
|
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
311
|
-
"inset-shadow": [
|
|
319
|
+
"inset-shadow": [C],
|
|
312
320
|
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
313
321
|
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
314
|
-
radius: [
|
|
315
|
-
shadow: [
|
|
316
|
-
spacing: ["px",
|
|
317
|
-
text: [
|
|
318
|
-
"text-shadow": [
|
|
322
|
+
radius: [C],
|
|
323
|
+
shadow: [C],
|
|
324
|
+
spacing: ["px", p],
|
|
325
|
+
text: [C],
|
|
326
|
+
"text-shadow": [C],
|
|
319
327
|
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
320
328
|
},
|
|
321
329
|
classGroups: {
|
|
@@ -327,7 +335,7 @@ const b = (e) => {
|
|
|
327
335
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
328
336
|
*/
|
|
329
337
|
aspect: [{
|
|
330
|
-
aspect: ["auto", "square",
|
|
338
|
+
aspect: ["auto", "square", K, s, i, N]
|
|
331
339
|
}],
|
|
332
340
|
/**
|
|
333
341
|
* Container
|
|
@@ -340,21 +348,21 @@ const b = (e) => {
|
|
|
340
348
|
* @see https://tailwindcss.com/docs/columns
|
|
341
349
|
*/
|
|
342
350
|
columns: [{
|
|
343
|
-
columns: [
|
|
351
|
+
columns: [p, s, i, m]
|
|
344
352
|
}],
|
|
345
353
|
/**
|
|
346
354
|
* Break After
|
|
347
355
|
* @see https://tailwindcss.com/docs/break-after
|
|
348
356
|
*/
|
|
349
357
|
"break-after": [{
|
|
350
|
-
"break-after":
|
|
358
|
+
"break-after": ee()
|
|
351
359
|
}],
|
|
352
360
|
/**
|
|
353
361
|
* Break Before
|
|
354
362
|
* @see https://tailwindcss.com/docs/break-before
|
|
355
363
|
*/
|
|
356
364
|
"break-before": [{
|
|
357
|
-
"break-before":
|
|
365
|
+
"break-before": ee()
|
|
358
366
|
}],
|
|
359
367
|
/**
|
|
360
368
|
* Break Inside
|
|
@@ -418,49 +426,49 @@ const b = (e) => {
|
|
|
418
426
|
* @see https://tailwindcss.com/docs/object-position
|
|
419
427
|
*/
|
|
420
428
|
"object-position": [{
|
|
421
|
-
object:
|
|
429
|
+
object: B()
|
|
422
430
|
}],
|
|
423
431
|
/**
|
|
424
432
|
* Overflow
|
|
425
433
|
* @see https://tailwindcss.com/docs/overflow
|
|
426
434
|
*/
|
|
427
435
|
overflow: [{
|
|
428
|
-
overflow:
|
|
436
|
+
overflow: P()
|
|
429
437
|
}],
|
|
430
438
|
/**
|
|
431
439
|
* Overflow X
|
|
432
440
|
* @see https://tailwindcss.com/docs/overflow
|
|
433
441
|
*/
|
|
434
442
|
"overflow-x": [{
|
|
435
|
-
"overflow-x":
|
|
443
|
+
"overflow-x": P()
|
|
436
444
|
}],
|
|
437
445
|
/**
|
|
438
446
|
* Overflow Y
|
|
439
447
|
* @see https://tailwindcss.com/docs/overflow
|
|
440
448
|
*/
|
|
441
449
|
"overflow-y": [{
|
|
442
|
-
"overflow-y":
|
|
450
|
+
"overflow-y": P()
|
|
443
451
|
}],
|
|
444
452
|
/**
|
|
445
453
|
* Overscroll Behavior
|
|
446
454
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
447
455
|
*/
|
|
448
456
|
overscroll: [{
|
|
449
|
-
overscroll:
|
|
457
|
+
overscroll: te()
|
|
450
458
|
}],
|
|
451
459
|
/**
|
|
452
460
|
* Overscroll Behavior X
|
|
453
461
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
454
462
|
*/
|
|
455
463
|
"overscroll-x": [{
|
|
456
|
-
"overscroll-x":
|
|
464
|
+
"overscroll-x": te()
|
|
457
465
|
}],
|
|
458
466
|
/**
|
|
459
467
|
* Overscroll Behavior Y
|
|
460
468
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
461
469
|
*/
|
|
462
470
|
"overscroll-y": [{
|
|
463
|
-
"overscroll-y":
|
|
471
|
+
"overscroll-y": te()
|
|
464
472
|
}],
|
|
465
473
|
/**
|
|
466
474
|
* Position
|
|
@@ -472,63 +480,63 @@ const b = (e) => {
|
|
|
472
480
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
473
481
|
*/
|
|
474
482
|
inset: [{
|
|
475
|
-
inset:
|
|
483
|
+
inset: I()
|
|
476
484
|
}],
|
|
477
485
|
/**
|
|
478
486
|
* Right / Left
|
|
479
487
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
480
488
|
*/
|
|
481
489
|
"inset-x": [{
|
|
482
|
-
"inset-x":
|
|
490
|
+
"inset-x": I()
|
|
483
491
|
}],
|
|
484
492
|
/**
|
|
485
493
|
* Top / Bottom
|
|
486
494
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
487
495
|
*/
|
|
488
496
|
"inset-y": [{
|
|
489
|
-
"inset-y":
|
|
497
|
+
"inset-y": I()
|
|
490
498
|
}],
|
|
491
499
|
/**
|
|
492
500
|
* Start
|
|
493
501
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
494
502
|
*/
|
|
495
503
|
start: [{
|
|
496
|
-
start:
|
|
504
|
+
start: I()
|
|
497
505
|
}],
|
|
498
506
|
/**
|
|
499
507
|
* End
|
|
500
508
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
501
509
|
*/
|
|
502
510
|
end: [{
|
|
503
|
-
end:
|
|
511
|
+
end: I()
|
|
504
512
|
}],
|
|
505
513
|
/**
|
|
506
514
|
* Top
|
|
507
515
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
508
516
|
*/
|
|
509
517
|
top: [{
|
|
510
|
-
top:
|
|
518
|
+
top: I()
|
|
511
519
|
}],
|
|
512
520
|
/**
|
|
513
521
|
* Right
|
|
514
522
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
515
523
|
*/
|
|
516
524
|
right: [{
|
|
517
|
-
right:
|
|
525
|
+
right: I()
|
|
518
526
|
}],
|
|
519
527
|
/**
|
|
520
528
|
* Bottom
|
|
521
529
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
522
530
|
*/
|
|
523
531
|
bottom: [{
|
|
524
|
-
bottom:
|
|
532
|
+
bottom: I()
|
|
525
533
|
}],
|
|
526
534
|
/**
|
|
527
535
|
* Left
|
|
528
536
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
529
537
|
*/
|
|
530
538
|
left: [{
|
|
531
|
-
left:
|
|
539
|
+
left: I()
|
|
532
540
|
}],
|
|
533
541
|
/**
|
|
534
542
|
* Visibility
|
|
@@ -540,7 +548,7 @@ const b = (e) => {
|
|
|
540
548
|
* @see https://tailwindcss.com/docs/z-index
|
|
541
549
|
*/
|
|
542
550
|
z: [{
|
|
543
|
-
z: [
|
|
551
|
+
z: [T, "auto", i, s]
|
|
544
552
|
}],
|
|
545
553
|
// ------------------------
|
|
546
554
|
// --- Flexbox and Grid ---
|
|
@@ -550,7 +558,7 @@ const b = (e) => {
|
|
|
550
558
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
551
559
|
*/
|
|
552
560
|
basis: [{
|
|
553
|
-
basis: [
|
|
561
|
+
basis: [K, "full", "auto", m, ...u()]
|
|
554
562
|
}],
|
|
555
563
|
/**
|
|
556
564
|
* Flex Direction
|
|
@@ -571,84 +579,84 @@ const b = (e) => {
|
|
|
571
579
|
* @see https://tailwindcss.com/docs/flex
|
|
572
580
|
*/
|
|
573
581
|
flex: [{
|
|
574
|
-
flex: [
|
|
582
|
+
flex: [p, K, "auto", "initial", "none", s]
|
|
575
583
|
}],
|
|
576
584
|
/**
|
|
577
585
|
* Flex Grow
|
|
578
586
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
579
587
|
*/
|
|
580
588
|
grow: [{
|
|
581
|
-
grow: ["",
|
|
589
|
+
grow: ["", p, i, s]
|
|
582
590
|
}],
|
|
583
591
|
/**
|
|
584
592
|
* Flex Shrink
|
|
585
593
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
586
594
|
*/
|
|
587
595
|
shrink: [{
|
|
588
|
-
shrink: ["",
|
|
596
|
+
shrink: ["", p, i, s]
|
|
589
597
|
}],
|
|
590
598
|
/**
|
|
591
599
|
* Order
|
|
592
600
|
* @see https://tailwindcss.com/docs/order
|
|
593
601
|
*/
|
|
594
602
|
order: [{
|
|
595
|
-
order: [
|
|
603
|
+
order: [T, "first", "last", "none", i, s]
|
|
596
604
|
}],
|
|
597
605
|
/**
|
|
598
606
|
* Grid Template Columns
|
|
599
607
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
600
608
|
*/
|
|
601
609
|
"grid-cols": [{
|
|
602
|
-
"grid-cols":
|
|
610
|
+
"grid-cols": Te()
|
|
603
611
|
}],
|
|
604
612
|
/**
|
|
605
613
|
* Grid Column Start / End
|
|
606
614
|
* @see https://tailwindcss.com/docs/grid-column
|
|
607
615
|
*/
|
|
608
616
|
"col-start-end": [{
|
|
609
|
-
col:
|
|
617
|
+
col: Le()
|
|
610
618
|
}],
|
|
611
619
|
/**
|
|
612
620
|
* Grid Column Start
|
|
613
621
|
* @see https://tailwindcss.com/docs/grid-column
|
|
614
622
|
*/
|
|
615
623
|
"col-start": [{
|
|
616
|
-
"col-start":
|
|
624
|
+
"col-start": ae()
|
|
617
625
|
}],
|
|
618
626
|
/**
|
|
619
627
|
* Grid Column End
|
|
620
628
|
* @see https://tailwindcss.com/docs/grid-column
|
|
621
629
|
*/
|
|
622
630
|
"col-end": [{
|
|
623
|
-
"col-end":
|
|
631
|
+
"col-end": ae()
|
|
624
632
|
}],
|
|
625
633
|
/**
|
|
626
634
|
* Grid Template Rows
|
|
627
635
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
628
636
|
*/
|
|
629
637
|
"grid-rows": [{
|
|
630
|
-
"grid-rows":
|
|
638
|
+
"grid-rows": Te()
|
|
631
639
|
}],
|
|
632
640
|
/**
|
|
633
641
|
* Grid Row Start / End
|
|
634
642
|
* @see https://tailwindcss.com/docs/grid-row
|
|
635
643
|
*/
|
|
636
644
|
"row-start-end": [{
|
|
637
|
-
row:
|
|
645
|
+
row: Le()
|
|
638
646
|
}],
|
|
639
647
|
/**
|
|
640
648
|
* Grid Row Start
|
|
641
649
|
* @see https://tailwindcss.com/docs/grid-row
|
|
642
650
|
*/
|
|
643
651
|
"row-start": [{
|
|
644
|
-
"row-start":
|
|
652
|
+
"row-start": ae()
|
|
645
653
|
}],
|
|
646
654
|
/**
|
|
647
655
|
* Grid Row End
|
|
648
656
|
* @see https://tailwindcss.com/docs/grid-row
|
|
649
657
|
*/
|
|
650
658
|
"row-end": [{
|
|
651
|
-
"row-end":
|
|
659
|
+
"row-end": ae()
|
|
652
660
|
}],
|
|
653
661
|
/**
|
|
654
662
|
* Grid Auto Flow
|
|
@@ -662,42 +670,42 @@ const b = (e) => {
|
|
|
662
670
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
663
671
|
*/
|
|
664
672
|
"auto-cols": [{
|
|
665
|
-
"auto-cols":
|
|
673
|
+
"auto-cols": ze()
|
|
666
674
|
}],
|
|
667
675
|
/**
|
|
668
676
|
* Grid Auto Rows
|
|
669
677
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
670
678
|
*/
|
|
671
679
|
"auto-rows": [{
|
|
672
|
-
"auto-rows":
|
|
680
|
+
"auto-rows": ze()
|
|
673
681
|
}],
|
|
674
682
|
/**
|
|
675
683
|
* Gap
|
|
676
684
|
* @see https://tailwindcss.com/docs/gap
|
|
677
685
|
*/
|
|
678
686
|
gap: [{
|
|
679
|
-
gap:
|
|
687
|
+
gap: u()
|
|
680
688
|
}],
|
|
681
689
|
/**
|
|
682
690
|
* Gap X
|
|
683
691
|
* @see https://tailwindcss.com/docs/gap
|
|
684
692
|
*/
|
|
685
693
|
"gap-x": [{
|
|
686
|
-
"gap-x":
|
|
694
|
+
"gap-x": u()
|
|
687
695
|
}],
|
|
688
696
|
/**
|
|
689
697
|
* Gap Y
|
|
690
698
|
* @see https://tailwindcss.com/docs/gap
|
|
691
699
|
*/
|
|
692
700
|
"gap-y": [{
|
|
693
|
-
"gap-y":
|
|
701
|
+
"gap-y": u()
|
|
694
702
|
}],
|
|
695
703
|
/**
|
|
696
704
|
* Justify Content
|
|
697
705
|
* @see https://tailwindcss.com/docs/justify-content
|
|
698
706
|
*/
|
|
699
707
|
"justify-content": [{
|
|
700
|
-
justify: [...
|
|
708
|
+
justify: [...pe(), "normal"]
|
|
701
709
|
}],
|
|
702
710
|
/**
|
|
703
711
|
* Justify Items
|
|
@@ -718,7 +726,7 @@ const b = (e) => {
|
|
|
718
726
|
* @see https://tailwindcss.com/docs/align-content
|
|
719
727
|
*/
|
|
720
728
|
"align-content": [{
|
|
721
|
-
content: ["normal", ...
|
|
729
|
+
content: ["normal", ...pe()]
|
|
722
730
|
}],
|
|
723
731
|
/**
|
|
724
732
|
* Align Items
|
|
@@ -743,7 +751,7 @@ const b = (e) => {
|
|
|
743
751
|
* @see https://tailwindcss.com/docs/place-content
|
|
744
752
|
*/
|
|
745
753
|
"place-content": [{
|
|
746
|
-
"place-content":
|
|
754
|
+
"place-content": pe()
|
|
747
755
|
}],
|
|
748
756
|
/**
|
|
749
757
|
* Place Items
|
|
@@ -765,133 +773,133 @@ const b = (e) => {
|
|
|
765
773
|
* @see https://tailwindcss.com/docs/padding
|
|
766
774
|
*/
|
|
767
775
|
p: [{
|
|
768
|
-
p:
|
|
776
|
+
p: u()
|
|
769
777
|
}],
|
|
770
778
|
/**
|
|
771
779
|
* Padding X
|
|
772
780
|
* @see https://tailwindcss.com/docs/padding
|
|
773
781
|
*/
|
|
774
782
|
px: [{
|
|
775
|
-
px:
|
|
783
|
+
px: u()
|
|
776
784
|
}],
|
|
777
785
|
/**
|
|
778
786
|
* Padding Y
|
|
779
787
|
* @see https://tailwindcss.com/docs/padding
|
|
780
788
|
*/
|
|
781
789
|
py: [{
|
|
782
|
-
py:
|
|
790
|
+
py: u()
|
|
783
791
|
}],
|
|
784
792
|
/**
|
|
785
793
|
* Padding Start
|
|
786
794
|
* @see https://tailwindcss.com/docs/padding
|
|
787
795
|
*/
|
|
788
796
|
ps: [{
|
|
789
|
-
ps:
|
|
797
|
+
ps: u()
|
|
790
798
|
}],
|
|
791
799
|
/**
|
|
792
800
|
* Padding End
|
|
793
801
|
* @see https://tailwindcss.com/docs/padding
|
|
794
802
|
*/
|
|
795
803
|
pe: [{
|
|
796
|
-
pe:
|
|
804
|
+
pe: u()
|
|
797
805
|
}],
|
|
798
806
|
/**
|
|
799
807
|
* Padding Top
|
|
800
808
|
* @see https://tailwindcss.com/docs/padding
|
|
801
809
|
*/
|
|
802
810
|
pt: [{
|
|
803
|
-
pt:
|
|
811
|
+
pt: u()
|
|
804
812
|
}],
|
|
805
813
|
/**
|
|
806
814
|
* Padding Right
|
|
807
815
|
* @see https://tailwindcss.com/docs/padding
|
|
808
816
|
*/
|
|
809
817
|
pr: [{
|
|
810
|
-
pr:
|
|
818
|
+
pr: u()
|
|
811
819
|
}],
|
|
812
820
|
/**
|
|
813
821
|
* Padding Bottom
|
|
814
822
|
* @see https://tailwindcss.com/docs/padding
|
|
815
823
|
*/
|
|
816
824
|
pb: [{
|
|
817
|
-
pb:
|
|
825
|
+
pb: u()
|
|
818
826
|
}],
|
|
819
827
|
/**
|
|
820
828
|
* Padding Left
|
|
821
829
|
* @see https://tailwindcss.com/docs/padding
|
|
822
830
|
*/
|
|
823
831
|
pl: [{
|
|
824
|
-
pl:
|
|
832
|
+
pl: u()
|
|
825
833
|
}],
|
|
826
834
|
/**
|
|
827
835
|
* Margin
|
|
828
836
|
* @see https://tailwindcss.com/docs/margin
|
|
829
837
|
*/
|
|
830
838
|
m: [{
|
|
831
|
-
m:
|
|
839
|
+
m: O()
|
|
832
840
|
}],
|
|
833
841
|
/**
|
|
834
842
|
* Margin X
|
|
835
843
|
* @see https://tailwindcss.com/docs/margin
|
|
836
844
|
*/
|
|
837
845
|
mx: [{
|
|
838
|
-
mx:
|
|
846
|
+
mx: O()
|
|
839
847
|
}],
|
|
840
848
|
/**
|
|
841
849
|
* Margin Y
|
|
842
850
|
* @see https://tailwindcss.com/docs/margin
|
|
843
851
|
*/
|
|
844
852
|
my: [{
|
|
845
|
-
my:
|
|
853
|
+
my: O()
|
|
846
854
|
}],
|
|
847
855
|
/**
|
|
848
856
|
* Margin Start
|
|
849
857
|
* @see https://tailwindcss.com/docs/margin
|
|
850
858
|
*/
|
|
851
859
|
ms: [{
|
|
852
|
-
ms:
|
|
860
|
+
ms: O()
|
|
853
861
|
}],
|
|
854
862
|
/**
|
|
855
863
|
* Margin End
|
|
856
864
|
* @see https://tailwindcss.com/docs/margin
|
|
857
865
|
*/
|
|
858
866
|
me: [{
|
|
859
|
-
me:
|
|
867
|
+
me: O()
|
|
860
868
|
}],
|
|
861
869
|
/**
|
|
862
870
|
* Margin Top
|
|
863
871
|
* @see https://tailwindcss.com/docs/margin
|
|
864
872
|
*/
|
|
865
873
|
mt: [{
|
|
866
|
-
mt:
|
|
874
|
+
mt: O()
|
|
867
875
|
}],
|
|
868
876
|
/**
|
|
869
877
|
* Margin Right
|
|
870
878
|
* @see https://tailwindcss.com/docs/margin
|
|
871
879
|
*/
|
|
872
880
|
mr: [{
|
|
873
|
-
mr:
|
|
881
|
+
mr: O()
|
|
874
882
|
}],
|
|
875
883
|
/**
|
|
876
884
|
* Margin Bottom
|
|
877
885
|
* @see https://tailwindcss.com/docs/margin
|
|
878
886
|
*/
|
|
879
887
|
mb: [{
|
|
880
|
-
mb:
|
|
888
|
+
mb: O()
|
|
881
889
|
}],
|
|
882
890
|
/**
|
|
883
891
|
* Margin Left
|
|
884
892
|
* @see https://tailwindcss.com/docs/margin
|
|
885
893
|
*/
|
|
886
894
|
ml: [{
|
|
887
|
-
ml:
|
|
895
|
+
ml: O()
|
|
888
896
|
}],
|
|
889
897
|
/**
|
|
890
898
|
* Space Between X
|
|
891
899
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
892
900
|
*/
|
|
893
901
|
"space-x": [{
|
|
894
|
-
"space-x":
|
|
902
|
+
"space-x": u()
|
|
895
903
|
}],
|
|
896
904
|
/**
|
|
897
905
|
* Space Between X Reverse
|
|
@@ -903,7 +911,7 @@ const b = (e) => {
|
|
|
903
911
|
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
904
912
|
*/
|
|
905
913
|
"space-y": [{
|
|
906
|
-
"space-y":
|
|
914
|
+
"space-y": u()
|
|
907
915
|
}],
|
|
908
916
|
/**
|
|
909
917
|
* Space Between Y Reverse
|
|
@@ -918,14 +926,14 @@ const b = (e) => {
|
|
|
918
926
|
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
919
927
|
*/
|
|
920
928
|
size: [{
|
|
921
|
-
size:
|
|
929
|
+
size: D()
|
|
922
930
|
}],
|
|
923
931
|
/**
|
|
924
932
|
* Width
|
|
925
933
|
* @see https://tailwindcss.com/docs/width
|
|
926
934
|
*/
|
|
927
935
|
w: [{
|
|
928
|
-
w: [
|
|
936
|
+
w: [m, "screen", ...D()]
|
|
929
937
|
}],
|
|
930
938
|
/**
|
|
931
939
|
* Min-Width
|
|
@@ -933,11 +941,11 @@ const b = (e) => {
|
|
|
933
941
|
*/
|
|
934
942
|
"min-w": [{
|
|
935
943
|
"min-w": [
|
|
936
|
-
|
|
944
|
+
m,
|
|
937
945
|
"screen",
|
|
938
946
|
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
939
947
|
"none",
|
|
940
|
-
...
|
|
948
|
+
...D()
|
|
941
949
|
]
|
|
942
950
|
}],
|
|
943
951
|
/**
|
|
@@ -946,16 +954,16 @@ const b = (e) => {
|
|
|
946
954
|
*/
|
|
947
955
|
"max-w": [{
|
|
948
956
|
"max-w": [
|
|
949
|
-
|
|
957
|
+
m,
|
|
950
958
|
"screen",
|
|
951
959
|
"none",
|
|
952
960
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
953
961
|
"prose",
|
|
954
962
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
955
963
|
{
|
|
956
|
-
screen: [
|
|
964
|
+
screen: [l]
|
|
957
965
|
},
|
|
958
|
-
...
|
|
966
|
+
...D()
|
|
959
967
|
]
|
|
960
968
|
}],
|
|
961
969
|
/**
|
|
@@ -963,21 +971,21 @@ const b = (e) => {
|
|
|
963
971
|
* @see https://tailwindcss.com/docs/height
|
|
964
972
|
*/
|
|
965
973
|
h: [{
|
|
966
|
-
h: ["screen", "lh", ...
|
|
974
|
+
h: ["screen", "lh", ...D()]
|
|
967
975
|
}],
|
|
968
976
|
/**
|
|
969
977
|
* Min-Height
|
|
970
978
|
* @see https://tailwindcss.com/docs/min-height
|
|
971
979
|
*/
|
|
972
980
|
"min-h": [{
|
|
973
|
-
"min-h": ["screen", "lh", "none", ...
|
|
981
|
+
"min-h": ["screen", "lh", "none", ...D()]
|
|
974
982
|
}],
|
|
975
983
|
/**
|
|
976
984
|
* Max-Height
|
|
977
985
|
* @see https://tailwindcss.com/docs/max-height
|
|
978
986
|
*/
|
|
979
987
|
"max-h": [{
|
|
980
|
-
"max-h": ["screen", "lh", ...
|
|
988
|
+
"max-h": ["screen", "lh", ...D()]
|
|
981
989
|
}],
|
|
982
990
|
// ------------------
|
|
983
991
|
// --- Typography ---
|
|
@@ -987,7 +995,7 @@ const b = (e) => {
|
|
|
987
995
|
* @see https://tailwindcss.com/docs/font-size
|
|
988
996
|
*/
|
|
989
997
|
"font-size": [{
|
|
990
|
-
text: ["base",
|
|
998
|
+
text: ["base", r, re, V]
|
|
991
999
|
}],
|
|
992
1000
|
/**
|
|
993
1001
|
* Font Smoothing
|
|
@@ -1004,21 +1012,21 @@ const b = (e) => {
|
|
|
1004
1012
|
* @see https://tailwindcss.com/docs/font-weight
|
|
1005
1013
|
*/
|
|
1006
1014
|
"font-weight": [{
|
|
1007
|
-
font: [
|
|
1015
|
+
font: [o, i, ve]
|
|
1008
1016
|
}],
|
|
1009
1017
|
/**
|
|
1010
1018
|
* Font Stretch
|
|
1011
1019
|
* @see https://tailwindcss.com/docs/font-stretch
|
|
1012
1020
|
*/
|
|
1013
1021
|
"font-stretch": [{
|
|
1014
|
-
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded",
|
|
1022
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", he, s]
|
|
1015
1023
|
}],
|
|
1016
1024
|
/**
|
|
1017
1025
|
* Font Family
|
|
1018
1026
|
* @see https://tailwindcss.com/docs/font-family
|
|
1019
1027
|
*/
|
|
1020
1028
|
"font-family": [{
|
|
1021
|
-
font: [
|
|
1029
|
+
font: [sr, s, t]
|
|
1022
1030
|
}],
|
|
1023
1031
|
/**
|
|
1024
1032
|
* Font Variant Numeric
|
|
@@ -1055,14 +1063,14 @@ const b = (e) => {
|
|
|
1055
1063
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
1056
1064
|
*/
|
|
1057
1065
|
tracking: [{
|
|
1058
|
-
tracking: [
|
|
1066
|
+
tracking: [a, i, s]
|
|
1059
1067
|
}],
|
|
1060
1068
|
/**
|
|
1061
1069
|
* Line Clamp
|
|
1062
1070
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
1063
1071
|
*/
|
|
1064
1072
|
"line-clamp": [{
|
|
1065
|
-
"line-clamp": [
|
|
1073
|
+
"line-clamp": [p, "none", i, ve]
|
|
1066
1074
|
}],
|
|
1067
1075
|
/**
|
|
1068
1076
|
* Line Height
|
|
@@ -1071,8 +1079,8 @@ const b = (e) => {
|
|
|
1071
1079
|
leading: [{
|
|
1072
1080
|
leading: [
|
|
1073
1081
|
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1074
|
-
|
|
1075
|
-
...
|
|
1082
|
+
n,
|
|
1083
|
+
...u()
|
|
1076
1084
|
]
|
|
1077
1085
|
}],
|
|
1078
1086
|
/**
|
|
@@ -1080,7 +1088,7 @@ const b = (e) => {
|
|
|
1080
1088
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
1081
1089
|
*/
|
|
1082
1090
|
"list-image": [{
|
|
1083
|
-
"list-image": ["none",
|
|
1091
|
+
"list-image": ["none", i, s]
|
|
1084
1092
|
}],
|
|
1085
1093
|
/**
|
|
1086
1094
|
* List Style Position
|
|
@@ -1094,7 +1102,7 @@ const b = (e) => {
|
|
|
1094
1102
|
* @see https://tailwindcss.com/docs/list-style-type
|
|
1095
1103
|
*/
|
|
1096
1104
|
"list-style-type": [{
|
|
1097
|
-
list: ["disc", "decimal", "none",
|
|
1105
|
+
list: ["disc", "decimal", "none", i, s]
|
|
1098
1106
|
}],
|
|
1099
1107
|
/**
|
|
1100
1108
|
* Text Alignment
|
|
@@ -1109,14 +1117,14 @@ const b = (e) => {
|
|
|
1109
1117
|
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1110
1118
|
*/
|
|
1111
1119
|
"placeholder-color": [{
|
|
1112
|
-
placeholder:
|
|
1120
|
+
placeholder: c()
|
|
1113
1121
|
}],
|
|
1114
1122
|
/**
|
|
1115
1123
|
* Text Color
|
|
1116
1124
|
* @see https://tailwindcss.com/docs/text-color
|
|
1117
1125
|
*/
|
|
1118
1126
|
"text-color": [{
|
|
1119
|
-
text:
|
|
1127
|
+
text: c()
|
|
1120
1128
|
}],
|
|
1121
1129
|
/**
|
|
1122
1130
|
* Text Decoration
|
|
@@ -1128,28 +1136,28 @@ const b = (e) => {
|
|
|
1128
1136
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1129
1137
|
*/
|
|
1130
1138
|
"text-decoration-style": [{
|
|
1131
|
-
decoration: [...
|
|
1139
|
+
decoration: [...ne(), "wavy"]
|
|
1132
1140
|
}],
|
|
1133
1141
|
/**
|
|
1134
1142
|
* Text Decoration Thickness
|
|
1135
1143
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1136
1144
|
*/
|
|
1137
1145
|
"text-decoration-thickness": [{
|
|
1138
|
-
decoration: [
|
|
1146
|
+
decoration: [p, "from-font", "auto", i, V]
|
|
1139
1147
|
}],
|
|
1140
1148
|
/**
|
|
1141
1149
|
* Text Decoration Color
|
|
1142
1150
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1143
1151
|
*/
|
|
1144
1152
|
"text-decoration-color": [{
|
|
1145
|
-
decoration:
|
|
1153
|
+
decoration: c()
|
|
1146
1154
|
}],
|
|
1147
1155
|
/**
|
|
1148
1156
|
* Text Underline Offset
|
|
1149
1157
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1150
1158
|
*/
|
|
1151
1159
|
"underline-offset": [{
|
|
1152
|
-
"underline-offset": [
|
|
1160
|
+
"underline-offset": [p, "auto", i, s]
|
|
1153
1161
|
}],
|
|
1154
1162
|
/**
|
|
1155
1163
|
* Text Transform
|
|
@@ -1173,14 +1181,14 @@ const b = (e) => {
|
|
|
1173
1181
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1174
1182
|
*/
|
|
1175
1183
|
indent: [{
|
|
1176
|
-
indent:
|
|
1184
|
+
indent: u()
|
|
1177
1185
|
}],
|
|
1178
1186
|
/**
|
|
1179
1187
|
* Vertical Alignment
|
|
1180
1188
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1181
1189
|
*/
|
|
1182
1190
|
"vertical-align": [{
|
|
1183
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1191
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", i, s]
|
|
1184
1192
|
}],
|
|
1185
1193
|
/**
|
|
1186
1194
|
* Whitespace
|
|
@@ -1215,7 +1223,7 @@ const b = (e) => {
|
|
|
1215
1223
|
* @see https://tailwindcss.com/docs/content
|
|
1216
1224
|
*/
|
|
1217
1225
|
content: [{
|
|
1218
|
-
content: ["none",
|
|
1226
|
+
content: ["none", i, s]
|
|
1219
1227
|
}],
|
|
1220
1228
|
// -------------------
|
|
1221
1229
|
// --- Backgrounds ---
|
|
@@ -1246,21 +1254,21 @@ const b = (e) => {
|
|
|
1246
1254
|
* @see https://tailwindcss.com/docs/background-position
|
|
1247
1255
|
*/
|
|
1248
1256
|
"bg-position": [{
|
|
1249
|
-
bg:
|
|
1257
|
+
bg: Me()
|
|
1250
1258
|
}],
|
|
1251
1259
|
/**
|
|
1252
1260
|
* Background Repeat
|
|
1253
1261
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1254
1262
|
*/
|
|
1255
1263
|
"bg-repeat": [{
|
|
1256
|
-
bg:
|
|
1264
|
+
bg: Pe()
|
|
1257
1265
|
}],
|
|
1258
1266
|
/**
|
|
1259
1267
|
* Background Size
|
|
1260
1268
|
* @see https://tailwindcss.com/docs/background-size
|
|
1261
1269
|
*/
|
|
1262
1270
|
"bg-size": [{
|
|
1263
|
-
bg:
|
|
1271
|
+
bg: De()
|
|
1264
1272
|
}],
|
|
1265
1273
|
/**
|
|
1266
1274
|
* Background Image
|
|
@@ -1270,59 +1278,59 @@ const b = (e) => {
|
|
|
1270
1278
|
bg: ["none", {
|
|
1271
1279
|
linear: [{
|
|
1272
1280
|
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1273
|
-
},
|
|
1274
|
-
radial: ["",
|
|
1275
|
-
conic: [
|
|
1276
|
-
},
|
|
1281
|
+
}, T, i, s],
|
|
1282
|
+
radial: ["", i, s],
|
|
1283
|
+
conic: [T, i, s]
|
|
1284
|
+
}, lr, nr]
|
|
1277
1285
|
}],
|
|
1278
1286
|
/**
|
|
1279
1287
|
* Background Color
|
|
1280
1288
|
* @see https://tailwindcss.com/docs/background-color
|
|
1281
1289
|
*/
|
|
1282
1290
|
"bg-color": [{
|
|
1283
|
-
bg:
|
|
1291
|
+
bg: c()
|
|
1284
1292
|
}],
|
|
1285
1293
|
/**
|
|
1286
1294
|
* Gradient Color Stops From Position
|
|
1287
1295
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1288
1296
|
*/
|
|
1289
1297
|
"gradient-from-pos": [{
|
|
1290
|
-
from:
|
|
1298
|
+
from: ge()
|
|
1291
1299
|
}],
|
|
1292
1300
|
/**
|
|
1293
1301
|
* Gradient Color Stops Via Position
|
|
1294
1302
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1295
1303
|
*/
|
|
1296
1304
|
"gradient-via-pos": [{
|
|
1297
|
-
via:
|
|
1305
|
+
via: ge()
|
|
1298
1306
|
}],
|
|
1299
1307
|
/**
|
|
1300
1308
|
* Gradient Color Stops To Position
|
|
1301
1309
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1302
1310
|
*/
|
|
1303
1311
|
"gradient-to-pos": [{
|
|
1304
|
-
to:
|
|
1312
|
+
to: ge()
|
|
1305
1313
|
}],
|
|
1306
1314
|
/**
|
|
1307
1315
|
* Gradient Color Stops From
|
|
1308
1316
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1309
1317
|
*/
|
|
1310
1318
|
"gradient-from": [{
|
|
1311
|
-
from:
|
|
1319
|
+
from: c()
|
|
1312
1320
|
}],
|
|
1313
1321
|
/**
|
|
1314
1322
|
* Gradient Color Stops Via
|
|
1315
1323
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1316
1324
|
*/
|
|
1317
1325
|
"gradient-via": [{
|
|
1318
|
-
via:
|
|
1326
|
+
via: c()
|
|
1319
1327
|
}],
|
|
1320
1328
|
/**
|
|
1321
1329
|
* Gradient Color Stops To
|
|
1322
1330
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1323
1331
|
*/
|
|
1324
1332
|
"gradient-to": [{
|
|
1325
|
-
to:
|
|
1333
|
+
to: c()
|
|
1326
1334
|
}],
|
|
1327
1335
|
// ---------------
|
|
1328
1336
|
// --- Borders ---
|
|
@@ -1332,175 +1340,175 @@ const b = (e) => {
|
|
|
1332
1340
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1333
1341
|
*/
|
|
1334
1342
|
rounded: [{
|
|
1335
|
-
rounded:
|
|
1343
|
+
rounded: _()
|
|
1336
1344
|
}],
|
|
1337
1345
|
/**
|
|
1338
1346
|
* Border Radius Start
|
|
1339
1347
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1340
1348
|
*/
|
|
1341
1349
|
"rounded-s": [{
|
|
1342
|
-
"rounded-s":
|
|
1350
|
+
"rounded-s": _()
|
|
1343
1351
|
}],
|
|
1344
1352
|
/**
|
|
1345
1353
|
* Border Radius End
|
|
1346
1354
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1347
1355
|
*/
|
|
1348
1356
|
"rounded-e": [{
|
|
1349
|
-
"rounded-e":
|
|
1357
|
+
"rounded-e": _()
|
|
1350
1358
|
}],
|
|
1351
1359
|
/**
|
|
1352
1360
|
* Border Radius Top
|
|
1353
1361
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1354
1362
|
*/
|
|
1355
1363
|
"rounded-t": [{
|
|
1356
|
-
"rounded-t":
|
|
1364
|
+
"rounded-t": _()
|
|
1357
1365
|
}],
|
|
1358
1366
|
/**
|
|
1359
1367
|
* Border Radius Right
|
|
1360
1368
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1361
1369
|
*/
|
|
1362
1370
|
"rounded-r": [{
|
|
1363
|
-
"rounded-r":
|
|
1371
|
+
"rounded-r": _()
|
|
1364
1372
|
}],
|
|
1365
1373
|
/**
|
|
1366
1374
|
* Border Radius Bottom
|
|
1367
1375
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1368
1376
|
*/
|
|
1369
1377
|
"rounded-b": [{
|
|
1370
|
-
"rounded-b":
|
|
1378
|
+
"rounded-b": _()
|
|
1371
1379
|
}],
|
|
1372
1380
|
/**
|
|
1373
1381
|
* Border Radius Left
|
|
1374
1382
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1375
1383
|
*/
|
|
1376
1384
|
"rounded-l": [{
|
|
1377
|
-
"rounded-l":
|
|
1385
|
+
"rounded-l": _()
|
|
1378
1386
|
}],
|
|
1379
1387
|
/**
|
|
1380
1388
|
* Border Radius Start Start
|
|
1381
1389
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1382
1390
|
*/
|
|
1383
1391
|
"rounded-ss": [{
|
|
1384
|
-
"rounded-ss":
|
|
1392
|
+
"rounded-ss": _()
|
|
1385
1393
|
}],
|
|
1386
1394
|
/**
|
|
1387
1395
|
* Border Radius Start End
|
|
1388
1396
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1389
1397
|
*/
|
|
1390
1398
|
"rounded-se": [{
|
|
1391
|
-
"rounded-se":
|
|
1399
|
+
"rounded-se": _()
|
|
1392
1400
|
}],
|
|
1393
1401
|
/**
|
|
1394
1402
|
* Border Radius End End
|
|
1395
1403
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1396
1404
|
*/
|
|
1397
1405
|
"rounded-ee": [{
|
|
1398
|
-
"rounded-ee":
|
|
1406
|
+
"rounded-ee": _()
|
|
1399
1407
|
}],
|
|
1400
1408
|
/**
|
|
1401
1409
|
* Border Radius End Start
|
|
1402
1410
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1403
1411
|
*/
|
|
1404
1412
|
"rounded-es": [{
|
|
1405
|
-
"rounded-es":
|
|
1413
|
+
"rounded-es": _()
|
|
1406
1414
|
}],
|
|
1407
1415
|
/**
|
|
1408
1416
|
* Border Radius Top Left
|
|
1409
1417
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1410
1418
|
*/
|
|
1411
1419
|
"rounded-tl": [{
|
|
1412
|
-
"rounded-tl":
|
|
1420
|
+
"rounded-tl": _()
|
|
1413
1421
|
}],
|
|
1414
1422
|
/**
|
|
1415
1423
|
* Border Radius Top Right
|
|
1416
1424
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1417
1425
|
*/
|
|
1418
1426
|
"rounded-tr": [{
|
|
1419
|
-
"rounded-tr":
|
|
1427
|
+
"rounded-tr": _()
|
|
1420
1428
|
}],
|
|
1421
1429
|
/**
|
|
1422
1430
|
* Border Radius Bottom Right
|
|
1423
1431
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1424
1432
|
*/
|
|
1425
1433
|
"rounded-br": [{
|
|
1426
|
-
"rounded-br":
|
|
1434
|
+
"rounded-br": _()
|
|
1427
1435
|
}],
|
|
1428
1436
|
/**
|
|
1429
1437
|
* Border Radius Bottom Left
|
|
1430
1438
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1431
1439
|
*/
|
|
1432
1440
|
"rounded-bl": [{
|
|
1433
|
-
"rounded-bl":
|
|
1441
|
+
"rounded-bl": _()
|
|
1434
1442
|
}],
|
|
1435
1443
|
/**
|
|
1436
1444
|
* Border Width
|
|
1437
1445
|
* @see https://tailwindcss.com/docs/border-width
|
|
1438
1446
|
*/
|
|
1439
1447
|
"border-w": [{
|
|
1440
|
-
border:
|
|
1448
|
+
border: y()
|
|
1441
1449
|
}],
|
|
1442
1450
|
/**
|
|
1443
1451
|
* Border Width X
|
|
1444
1452
|
* @see https://tailwindcss.com/docs/border-width
|
|
1445
1453
|
*/
|
|
1446
1454
|
"border-w-x": [{
|
|
1447
|
-
"border-x":
|
|
1455
|
+
"border-x": y()
|
|
1448
1456
|
}],
|
|
1449
1457
|
/**
|
|
1450
1458
|
* Border Width Y
|
|
1451
1459
|
* @see https://tailwindcss.com/docs/border-width
|
|
1452
1460
|
*/
|
|
1453
1461
|
"border-w-y": [{
|
|
1454
|
-
"border-y":
|
|
1462
|
+
"border-y": y()
|
|
1455
1463
|
}],
|
|
1456
1464
|
/**
|
|
1457
1465
|
* Border Width Start
|
|
1458
1466
|
* @see https://tailwindcss.com/docs/border-width
|
|
1459
1467
|
*/
|
|
1460
1468
|
"border-w-s": [{
|
|
1461
|
-
"border-s":
|
|
1469
|
+
"border-s": y()
|
|
1462
1470
|
}],
|
|
1463
1471
|
/**
|
|
1464
1472
|
* Border Width End
|
|
1465
1473
|
* @see https://tailwindcss.com/docs/border-width
|
|
1466
1474
|
*/
|
|
1467
1475
|
"border-w-e": [{
|
|
1468
|
-
"border-e":
|
|
1476
|
+
"border-e": y()
|
|
1469
1477
|
}],
|
|
1470
1478
|
/**
|
|
1471
1479
|
* Border Width Top
|
|
1472
1480
|
* @see https://tailwindcss.com/docs/border-width
|
|
1473
1481
|
*/
|
|
1474
1482
|
"border-w-t": [{
|
|
1475
|
-
"border-t":
|
|
1483
|
+
"border-t": y()
|
|
1476
1484
|
}],
|
|
1477
1485
|
/**
|
|
1478
1486
|
* Border Width Right
|
|
1479
1487
|
* @see https://tailwindcss.com/docs/border-width
|
|
1480
1488
|
*/
|
|
1481
1489
|
"border-w-r": [{
|
|
1482
|
-
"border-r":
|
|
1490
|
+
"border-r": y()
|
|
1483
1491
|
}],
|
|
1484
1492
|
/**
|
|
1485
1493
|
* Border Width Bottom
|
|
1486
1494
|
* @see https://tailwindcss.com/docs/border-width
|
|
1487
1495
|
*/
|
|
1488
1496
|
"border-w-b": [{
|
|
1489
|
-
"border-b":
|
|
1497
|
+
"border-b": y()
|
|
1490
1498
|
}],
|
|
1491
1499
|
/**
|
|
1492
1500
|
* Border Width Left
|
|
1493
1501
|
* @see https://tailwindcss.com/docs/border-width
|
|
1494
1502
|
*/
|
|
1495
1503
|
"border-w-l": [{
|
|
1496
|
-
"border-l":
|
|
1504
|
+
"border-l": y()
|
|
1497
1505
|
}],
|
|
1498
1506
|
/**
|
|
1499
1507
|
* Divide Width X
|
|
1500
1508
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1501
1509
|
*/
|
|
1502
1510
|
"divide-x": [{
|
|
1503
|
-
"divide-x":
|
|
1511
|
+
"divide-x": y()
|
|
1504
1512
|
}],
|
|
1505
1513
|
/**
|
|
1506
1514
|
* Divide Width X Reverse
|
|
@@ -1512,7 +1520,7 @@ const b = (e) => {
|
|
|
1512
1520
|
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1513
1521
|
*/
|
|
1514
1522
|
"divide-y": [{
|
|
1515
|
-
"divide-y":
|
|
1523
|
+
"divide-y": y()
|
|
1516
1524
|
}],
|
|
1517
1525
|
/**
|
|
1518
1526
|
* Divide Width Y Reverse
|
|
@@ -1524,112 +1532,112 @@ const b = (e) => {
|
|
|
1524
1532
|
* @see https://tailwindcss.com/docs/border-style
|
|
1525
1533
|
*/
|
|
1526
1534
|
"border-style": [{
|
|
1527
|
-
border: [...
|
|
1535
|
+
border: [...ne(), "hidden", "none"]
|
|
1528
1536
|
}],
|
|
1529
1537
|
/**
|
|
1530
1538
|
* Divide Style
|
|
1531
1539
|
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1532
1540
|
*/
|
|
1533
1541
|
"divide-style": [{
|
|
1534
|
-
divide: [...
|
|
1542
|
+
divide: [...ne(), "hidden", "none"]
|
|
1535
1543
|
}],
|
|
1536
1544
|
/**
|
|
1537
1545
|
* Border Color
|
|
1538
1546
|
* @see https://tailwindcss.com/docs/border-color
|
|
1539
1547
|
*/
|
|
1540
1548
|
"border-color": [{
|
|
1541
|
-
border:
|
|
1549
|
+
border: c()
|
|
1542
1550
|
}],
|
|
1543
1551
|
/**
|
|
1544
1552
|
* Border Color X
|
|
1545
1553
|
* @see https://tailwindcss.com/docs/border-color
|
|
1546
1554
|
*/
|
|
1547
1555
|
"border-color-x": [{
|
|
1548
|
-
"border-x":
|
|
1556
|
+
"border-x": c()
|
|
1549
1557
|
}],
|
|
1550
1558
|
/**
|
|
1551
1559
|
* Border Color Y
|
|
1552
1560
|
* @see https://tailwindcss.com/docs/border-color
|
|
1553
1561
|
*/
|
|
1554
1562
|
"border-color-y": [{
|
|
1555
|
-
"border-y":
|
|
1563
|
+
"border-y": c()
|
|
1556
1564
|
}],
|
|
1557
1565
|
/**
|
|
1558
1566
|
* Border Color S
|
|
1559
1567
|
* @see https://tailwindcss.com/docs/border-color
|
|
1560
1568
|
*/
|
|
1561
1569
|
"border-color-s": [{
|
|
1562
|
-
"border-s":
|
|
1570
|
+
"border-s": c()
|
|
1563
1571
|
}],
|
|
1564
1572
|
/**
|
|
1565
1573
|
* Border Color E
|
|
1566
1574
|
* @see https://tailwindcss.com/docs/border-color
|
|
1567
1575
|
*/
|
|
1568
1576
|
"border-color-e": [{
|
|
1569
|
-
"border-e":
|
|
1577
|
+
"border-e": c()
|
|
1570
1578
|
}],
|
|
1571
1579
|
/**
|
|
1572
1580
|
* Border Color Top
|
|
1573
1581
|
* @see https://tailwindcss.com/docs/border-color
|
|
1574
1582
|
*/
|
|
1575
1583
|
"border-color-t": [{
|
|
1576
|
-
"border-t":
|
|
1584
|
+
"border-t": c()
|
|
1577
1585
|
}],
|
|
1578
1586
|
/**
|
|
1579
1587
|
* Border Color Right
|
|
1580
1588
|
* @see https://tailwindcss.com/docs/border-color
|
|
1581
1589
|
*/
|
|
1582
1590
|
"border-color-r": [{
|
|
1583
|
-
"border-r":
|
|
1591
|
+
"border-r": c()
|
|
1584
1592
|
}],
|
|
1585
1593
|
/**
|
|
1586
1594
|
* Border Color Bottom
|
|
1587
1595
|
* @see https://tailwindcss.com/docs/border-color
|
|
1588
1596
|
*/
|
|
1589
1597
|
"border-color-b": [{
|
|
1590
|
-
"border-b":
|
|
1598
|
+
"border-b": c()
|
|
1591
1599
|
}],
|
|
1592
1600
|
/**
|
|
1593
1601
|
* Border Color Left
|
|
1594
1602
|
* @see https://tailwindcss.com/docs/border-color
|
|
1595
1603
|
*/
|
|
1596
1604
|
"border-color-l": [{
|
|
1597
|
-
"border-l":
|
|
1605
|
+
"border-l": c()
|
|
1598
1606
|
}],
|
|
1599
1607
|
/**
|
|
1600
1608
|
* Divide Color
|
|
1601
1609
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1602
1610
|
*/
|
|
1603
1611
|
"divide-color": [{
|
|
1604
|
-
divide:
|
|
1612
|
+
divide: c()
|
|
1605
1613
|
}],
|
|
1606
1614
|
/**
|
|
1607
1615
|
* Outline Style
|
|
1608
1616
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1609
1617
|
*/
|
|
1610
1618
|
"outline-style": [{
|
|
1611
|
-
outline: [...
|
|
1619
|
+
outline: [...ne(), "none", "hidden"]
|
|
1612
1620
|
}],
|
|
1613
1621
|
/**
|
|
1614
1622
|
* Outline Offset
|
|
1615
1623
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1616
1624
|
*/
|
|
1617
1625
|
"outline-offset": [{
|
|
1618
|
-
"outline-offset": [
|
|
1626
|
+
"outline-offset": [p, i, s]
|
|
1619
1627
|
}],
|
|
1620
1628
|
/**
|
|
1621
1629
|
* Outline Width
|
|
1622
1630
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1623
1631
|
*/
|
|
1624
1632
|
"outline-w": [{
|
|
1625
|
-
outline: ["",
|
|
1633
|
+
outline: ["", p, re, V]
|
|
1626
1634
|
}],
|
|
1627
1635
|
/**
|
|
1628
1636
|
* Outline Color
|
|
1629
1637
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1630
1638
|
*/
|
|
1631
1639
|
"outline-color": [{
|
|
1632
|
-
outline:
|
|
1640
|
+
outline: c()
|
|
1633
1641
|
}],
|
|
1634
1642
|
// ---------------
|
|
1635
1643
|
// --- Effects ---
|
|
@@ -1643,9 +1651,9 @@ const b = (e) => {
|
|
|
1643
1651
|
// Deprecated since Tailwind CSS v4.0.0
|
|
1644
1652
|
"",
|
|
1645
1653
|
"none",
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1654
|
+
b,
|
|
1655
|
+
de,
|
|
1656
|
+
ce
|
|
1649
1657
|
]
|
|
1650
1658
|
}],
|
|
1651
1659
|
/**
|
|
@@ -1653,28 +1661,28 @@ const b = (e) => {
|
|
|
1653
1661
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1654
1662
|
*/
|
|
1655
1663
|
"shadow-color": [{
|
|
1656
|
-
shadow:
|
|
1664
|
+
shadow: c()
|
|
1657
1665
|
}],
|
|
1658
1666
|
/**
|
|
1659
1667
|
* Inset Box Shadow
|
|
1660
1668
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1661
1669
|
*/
|
|
1662
1670
|
"inset-shadow": [{
|
|
1663
|
-
"inset-shadow": ["none",
|
|
1671
|
+
"inset-shadow": ["none", k, de, ce]
|
|
1664
1672
|
}],
|
|
1665
1673
|
/**
|
|
1666
1674
|
* Inset Box Shadow Color
|
|
1667
1675
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1668
1676
|
*/
|
|
1669
1677
|
"inset-shadow-color": [{
|
|
1670
|
-
"inset-shadow":
|
|
1678
|
+
"inset-shadow": c()
|
|
1671
1679
|
}],
|
|
1672
1680
|
/**
|
|
1673
1681
|
* Ring Width
|
|
1674
1682
|
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1675
1683
|
*/
|
|
1676
1684
|
"ring-w": [{
|
|
1677
|
-
ring:
|
|
1685
|
+
ring: y()
|
|
1678
1686
|
}],
|
|
1679
1687
|
/**
|
|
1680
1688
|
* Ring Width Inset
|
|
@@ -1688,7 +1696,7 @@ const b = (e) => {
|
|
|
1688
1696
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1689
1697
|
*/
|
|
1690
1698
|
"ring-color": [{
|
|
1691
|
-
ring:
|
|
1699
|
+
ring: c()
|
|
1692
1700
|
}],
|
|
1693
1701
|
/**
|
|
1694
1702
|
* Ring Offset Width
|
|
@@ -1697,7 +1705,7 @@ const b = (e) => {
|
|
|
1697
1705
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1698
1706
|
*/
|
|
1699
1707
|
"ring-offset-w": [{
|
|
1700
|
-
"ring-offset": [
|
|
1708
|
+
"ring-offset": [p, V]
|
|
1701
1709
|
}],
|
|
1702
1710
|
/**
|
|
1703
1711
|
* Ring Offset Color
|
|
@@ -1706,56 +1714,56 @@ const b = (e) => {
|
|
|
1706
1714
|
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1707
1715
|
*/
|
|
1708
1716
|
"ring-offset-color": [{
|
|
1709
|
-
"ring-offset":
|
|
1717
|
+
"ring-offset": c()
|
|
1710
1718
|
}],
|
|
1711
1719
|
/**
|
|
1712
1720
|
* Inset Ring Width
|
|
1713
1721
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1714
1722
|
*/
|
|
1715
1723
|
"inset-ring-w": [{
|
|
1716
|
-
"inset-ring":
|
|
1724
|
+
"inset-ring": y()
|
|
1717
1725
|
}],
|
|
1718
1726
|
/**
|
|
1719
1727
|
* Inset Ring Color
|
|
1720
1728
|
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1721
1729
|
*/
|
|
1722
1730
|
"inset-ring-color": [{
|
|
1723
|
-
"inset-ring":
|
|
1731
|
+
"inset-ring": c()
|
|
1724
1732
|
}],
|
|
1725
1733
|
/**
|
|
1726
1734
|
* Text Shadow
|
|
1727
1735
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
1728
1736
|
*/
|
|
1729
1737
|
"text-shadow": [{
|
|
1730
|
-
"text-shadow": ["none",
|
|
1738
|
+
"text-shadow": ["none", A, de, ce]
|
|
1731
1739
|
}],
|
|
1732
1740
|
/**
|
|
1733
1741
|
* Text Shadow Color
|
|
1734
1742
|
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
1735
1743
|
*/
|
|
1736
1744
|
"text-shadow-color": [{
|
|
1737
|
-
"text-shadow":
|
|
1745
|
+
"text-shadow": c()
|
|
1738
1746
|
}],
|
|
1739
1747
|
/**
|
|
1740
1748
|
* Opacity
|
|
1741
1749
|
* @see https://tailwindcss.com/docs/opacity
|
|
1742
1750
|
*/
|
|
1743
1751
|
opacity: [{
|
|
1744
|
-
opacity: [
|
|
1752
|
+
opacity: [p, i, s]
|
|
1745
1753
|
}],
|
|
1746
1754
|
/**
|
|
1747
1755
|
* Mix Blend Mode
|
|
1748
1756
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1749
1757
|
*/
|
|
1750
1758
|
"mix-blend": [{
|
|
1751
|
-
"mix-blend": [...
|
|
1759
|
+
"mix-blend": [...Ve(), "plus-darker", "plus-lighter"]
|
|
1752
1760
|
}],
|
|
1753
1761
|
/**
|
|
1754
1762
|
* Background Blend Mode
|
|
1755
1763
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1756
1764
|
*/
|
|
1757
1765
|
"bg-blend": [{
|
|
1758
|
-
"bg-blend":
|
|
1766
|
+
"bg-blend": Ve()
|
|
1759
1767
|
}],
|
|
1760
1768
|
/**
|
|
1761
1769
|
* Mask Clip
|
|
@@ -1776,106 +1784,106 @@ const b = (e) => {
|
|
|
1776
1784
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1777
1785
|
*/
|
|
1778
1786
|
"mask-image-linear-pos": [{
|
|
1779
|
-
"mask-linear": [
|
|
1787
|
+
"mask-linear": [p]
|
|
1780
1788
|
}],
|
|
1781
1789
|
"mask-image-linear-from-pos": [{
|
|
1782
|
-
"mask-linear-from":
|
|
1790
|
+
"mask-linear-from": v()
|
|
1783
1791
|
}],
|
|
1784
1792
|
"mask-image-linear-to-pos": [{
|
|
1785
|
-
"mask-linear-to":
|
|
1793
|
+
"mask-linear-to": v()
|
|
1786
1794
|
}],
|
|
1787
1795
|
"mask-image-linear-from-color": [{
|
|
1788
|
-
"mask-linear-from":
|
|
1796
|
+
"mask-linear-from": c()
|
|
1789
1797
|
}],
|
|
1790
1798
|
"mask-image-linear-to-color": [{
|
|
1791
|
-
"mask-linear-to":
|
|
1799
|
+
"mask-linear-to": c()
|
|
1792
1800
|
}],
|
|
1793
1801
|
"mask-image-t-from-pos": [{
|
|
1794
|
-
"mask-t-from":
|
|
1802
|
+
"mask-t-from": v()
|
|
1795
1803
|
}],
|
|
1796
1804
|
"mask-image-t-to-pos": [{
|
|
1797
|
-
"mask-t-to":
|
|
1805
|
+
"mask-t-to": v()
|
|
1798
1806
|
}],
|
|
1799
1807
|
"mask-image-t-from-color": [{
|
|
1800
|
-
"mask-t-from":
|
|
1808
|
+
"mask-t-from": c()
|
|
1801
1809
|
}],
|
|
1802
1810
|
"mask-image-t-to-color": [{
|
|
1803
|
-
"mask-t-to":
|
|
1811
|
+
"mask-t-to": c()
|
|
1804
1812
|
}],
|
|
1805
1813
|
"mask-image-r-from-pos": [{
|
|
1806
|
-
"mask-r-from":
|
|
1814
|
+
"mask-r-from": v()
|
|
1807
1815
|
}],
|
|
1808
1816
|
"mask-image-r-to-pos": [{
|
|
1809
|
-
"mask-r-to":
|
|
1817
|
+
"mask-r-to": v()
|
|
1810
1818
|
}],
|
|
1811
1819
|
"mask-image-r-from-color": [{
|
|
1812
|
-
"mask-r-from":
|
|
1820
|
+
"mask-r-from": c()
|
|
1813
1821
|
}],
|
|
1814
1822
|
"mask-image-r-to-color": [{
|
|
1815
|
-
"mask-r-to":
|
|
1823
|
+
"mask-r-to": c()
|
|
1816
1824
|
}],
|
|
1817
1825
|
"mask-image-b-from-pos": [{
|
|
1818
|
-
"mask-b-from":
|
|
1826
|
+
"mask-b-from": v()
|
|
1819
1827
|
}],
|
|
1820
1828
|
"mask-image-b-to-pos": [{
|
|
1821
|
-
"mask-b-to":
|
|
1829
|
+
"mask-b-to": v()
|
|
1822
1830
|
}],
|
|
1823
1831
|
"mask-image-b-from-color": [{
|
|
1824
|
-
"mask-b-from":
|
|
1832
|
+
"mask-b-from": c()
|
|
1825
1833
|
}],
|
|
1826
1834
|
"mask-image-b-to-color": [{
|
|
1827
|
-
"mask-b-to":
|
|
1835
|
+
"mask-b-to": c()
|
|
1828
1836
|
}],
|
|
1829
1837
|
"mask-image-l-from-pos": [{
|
|
1830
|
-
"mask-l-from":
|
|
1838
|
+
"mask-l-from": v()
|
|
1831
1839
|
}],
|
|
1832
1840
|
"mask-image-l-to-pos": [{
|
|
1833
|
-
"mask-l-to":
|
|
1841
|
+
"mask-l-to": v()
|
|
1834
1842
|
}],
|
|
1835
1843
|
"mask-image-l-from-color": [{
|
|
1836
|
-
"mask-l-from":
|
|
1844
|
+
"mask-l-from": c()
|
|
1837
1845
|
}],
|
|
1838
1846
|
"mask-image-l-to-color": [{
|
|
1839
|
-
"mask-l-to":
|
|
1847
|
+
"mask-l-to": c()
|
|
1840
1848
|
}],
|
|
1841
1849
|
"mask-image-x-from-pos": [{
|
|
1842
|
-
"mask-x-from":
|
|
1850
|
+
"mask-x-from": v()
|
|
1843
1851
|
}],
|
|
1844
1852
|
"mask-image-x-to-pos": [{
|
|
1845
|
-
"mask-x-to":
|
|
1853
|
+
"mask-x-to": v()
|
|
1846
1854
|
}],
|
|
1847
1855
|
"mask-image-x-from-color": [{
|
|
1848
|
-
"mask-x-from":
|
|
1856
|
+
"mask-x-from": c()
|
|
1849
1857
|
}],
|
|
1850
1858
|
"mask-image-x-to-color": [{
|
|
1851
|
-
"mask-x-to":
|
|
1859
|
+
"mask-x-to": c()
|
|
1852
1860
|
}],
|
|
1853
1861
|
"mask-image-y-from-pos": [{
|
|
1854
|
-
"mask-y-from":
|
|
1862
|
+
"mask-y-from": v()
|
|
1855
1863
|
}],
|
|
1856
1864
|
"mask-image-y-to-pos": [{
|
|
1857
|
-
"mask-y-to":
|
|
1865
|
+
"mask-y-to": v()
|
|
1858
1866
|
}],
|
|
1859
1867
|
"mask-image-y-from-color": [{
|
|
1860
|
-
"mask-y-from":
|
|
1868
|
+
"mask-y-from": c()
|
|
1861
1869
|
}],
|
|
1862
1870
|
"mask-image-y-to-color": [{
|
|
1863
|
-
"mask-y-to":
|
|
1871
|
+
"mask-y-to": c()
|
|
1864
1872
|
}],
|
|
1865
1873
|
"mask-image-radial": [{
|
|
1866
|
-
"mask-radial": [
|
|
1874
|
+
"mask-radial": [i, s]
|
|
1867
1875
|
}],
|
|
1868
1876
|
"mask-image-radial-from-pos": [{
|
|
1869
|
-
"mask-radial-from":
|
|
1877
|
+
"mask-radial-from": v()
|
|
1870
1878
|
}],
|
|
1871
1879
|
"mask-image-radial-to-pos": [{
|
|
1872
|
-
"mask-radial-to":
|
|
1880
|
+
"mask-radial-to": v()
|
|
1873
1881
|
}],
|
|
1874
1882
|
"mask-image-radial-from-color": [{
|
|
1875
|
-
"mask-radial-from":
|
|
1883
|
+
"mask-radial-from": c()
|
|
1876
1884
|
}],
|
|
1877
1885
|
"mask-image-radial-to-color": [{
|
|
1878
|
-
"mask-radial-to":
|
|
1886
|
+
"mask-radial-to": c()
|
|
1879
1887
|
}],
|
|
1880
1888
|
"mask-image-radial-shape": [{
|
|
1881
1889
|
"mask-radial": ["circle", "ellipse"]
|
|
@@ -1887,22 +1895,22 @@ const b = (e) => {
|
|
|
1887
1895
|
}]
|
|
1888
1896
|
}],
|
|
1889
1897
|
"mask-image-radial-pos": [{
|
|
1890
|
-
"mask-radial-at":
|
|
1898
|
+
"mask-radial-at": G()
|
|
1891
1899
|
}],
|
|
1892
1900
|
"mask-image-conic-pos": [{
|
|
1893
|
-
"mask-conic": [
|
|
1901
|
+
"mask-conic": [p]
|
|
1894
1902
|
}],
|
|
1895
1903
|
"mask-image-conic-from-pos": [{
|
|
1896
|
-
"mask-conic-from":
|
|
1904
|
+
"mask-conic-from": v()
|
|
1897
1905
|
}],
|
|
1898
1906
|
"mask-image-conic-to-pos": [{
|
|
1899
|
-
"mask-conic-to":
|
|
1907
|
+
"mask-conic-to": v()
|
|
1900
1908
|
}],
|
|
1901
1909
|
"mask-image-conic-from-color": [{
|
|
1902
|
-
"mask-conic-from":
|
|
1910
|
+
"mask-conic-from": c()
|
|
1903
1911
|
}],
|
|
1904
1912
|
"mask-image-conic-to-color": [{
|
|
1905
|
-
"mask-conic-to":
|
|
1913
|
+
"mask-conic-to": c()
|
|
1906
1914
|
}],
|
|
1907
1915
|
/**
|
|
1908
1916
|
* Mask Mode
|
|
@@ -1923,21 +1931,21 @@ const b = (e) => {
|
|
|
1923
1931
|
* @see https://tailwindcss.com/docs/mask-position
|
|
1924
1932
|
*/
|
|
1925
1933
|
"mask-position": [{
|
|
1926
|
-
mask:
|
|
1934
|
+
mask: Me()
|
|
1927
1935
|
}],
|
|
1928
1936
|
/**
|
|
1929
1937
|
* Mask Repeat
|
|
1930
1938
|
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1931
1939
|
*/
|
|
1932
1940
|
"mask-repeat": [{
|
|
1933
|
-
mask:
|
|
1941
|
+
mask: Pe()
|
|
1934
1942
|
}],
|
|
1935
1943
|
/**
|
|
1936
1944
|
* Mask Size
|
|
1937
1945
|
* @see https://tailwindcss.com/docs/mask-size
|
|
1938
1946
|
*/
|
|
1939
1947
|
"mask-size": [{
|
|
1940
|
-
mask:
|
|
1948
|
+
mask: De()
|
|
1941
1949
|
}],
|
|
1942
1950
|
/**
|
|
1943
1951
|
* Mask Type
|
|
@@ -1951,7 +1959,7 @@ const b = (e) => {
|
|
|
1951
1959
|
* @see https://tailwindcss.com/docs/mask-image
|
|
1952
1960
|
*/
|
|
1953
1961
|
"mask-image": [{
|
|
1954
|
-
mask: ["none",
|
|
1962
|
+
mask: ["none", i, s]
|
|
1955
1963
|
}],
|
|
1956
1964
|
// ---------------
|
|
1957
1965
|
// --- Filters ---
|
|
@@ -1965,8 +1973,8 @@ const b = (e) => {
|
|
|
1965
1973
|
// Deprecated since Tailwind CSS v3.0.0
|
|
1966
1974
|
"",
|
|
1967
1975
|
"none",
|
|
1968
|
-
|
|
1969
|
-
|
|
1976
|
+
i,
|
|
1977
|
+
s
|
|
1970
1978
|
]
|
|
1971
1979
|
}],
|
|
1972
1980
|
/**
|
|
@@ -1974,21 +1982,21 @@ const b = (e) => {
|
|
|
1974
1982
|
* @see https://tailwindcss.com/docs/blur
|
|
1975
1983
|
*/
|
|
1976
1984
|
blur: [{
|
|
1977
|
-
blur:
|
|
1985
|
+
blur: Fe()
|
|
1978
1986
|
}],
|
|
1979
1987
|
/**
|
|
1980
1988
|
* Brightness
|
|
1981
1989
|
* @see https://tailwindcss.com/docs/brightness
|
|
1982
1990
|
*/
|
|
1983
1991
|
brightness: [{
|
|
1984
|
-
brightness: [
|
|
1992
|
+
brightness: [p, i, s]
|
|
1985
1993
|
}],
|
|
1986
1994
|
/**
|
|
1987
1995
|
* Contrast
|
|
1988
1996
|
* @see https://tailwindcss.com/docs/contrast
|
|
1989
1997
|
*/
|
|
1990
1998
|
contrast: [{
|
|
1991
|
-
contrast: [
|
|
1999
|
+
contrast: [p, i, s]
|
|
1992
2000
|
}],
|
|
1993
2001
|
/**
|
|
1994
2002
|
* Drop Shadow
|
|
@@ -1999,9 +2007,9 @@ const b = (e) => {
|
|
|
1999
2007
|
// Deprecated since Tailwind CSS v4.0.0
|
|
2000
2008
|
"",
|
|
2001
2009
|
"none",
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2010
|
+
z,
|
|
2011
|
+
de,
|
|
2012
|
+
ce
|
|
2005
2013
|
]
|
|
2006
2014
|
}],
|
|
2007
2015
|
/**
|
|
@@ -2009,42 +2017,42 @@ const b = (e) => {
|
|
|
2009
2017
|
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2010
2018
|
*/
|
|
2011
2019
|
"drop-shadow-color": [{
|
|
2012
|
-
"drop-shadow":
|
|
2020
|
+
"drop-shadow": c()
|
|
2013
2021
|
}],
|
|
2014
2022
|
/**
|
|
2015
2023
|
* Grayscale
|
|
2016
2024
|
* @see https://tailwindcss.com/docs/grayscale
|
|
2017
2025
|
*/
|
|
2018
2026
|
grayscale: [{
|
|
2019
|
-
grayscale: ["",
|
|
2027
|
+
grayscale: ["", p, i, s]
|
|
2020
2028
|
}],
|
|
2021
2029
|
/**
|
|
2022
2030
|
* Hue Rotate
|
|
2023
2031
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
2024
2032
|
*/
|
|
2025
2033
|
"hue-rotate": [{
|
|
2026
|
-
"hue-rotate": [
|
|
2034
|
+
"hue-rotate": [p, i, s]
|
|
2027
2035
|
}],
|
|
2028
2036
|
/**
|
|
2029
2037
|
* Invert
|
|
2030
2038
|
* @see https://tailwindcss.com/docs/invert
|
|
2031
2039
|
*/
|
|
2032
2040
|
invert: [{
|
|
2033
|
-
invert: ["",
|
|
2041
|
+
invert: ["", p, i, s]
|
|
2034
2042
|
}],
|
|
2035
2043
|
/**
|
|
2036
2044
|
* Saturate
|
|
2037
2045
|
* @see https://tailwindcss.com/docs/saturate
|
|
2038
2046
|
*/
|
|
2039
2047
|
saturate: [{
|
|
2040
|
-
saturate: [
|
|
2048
|
+
saturate: [p, i, s]
|
|
2041
2049
|
}],
|
|
2042
2050
|
/**
|
|
2043
2051
|
* Sepia
|
|
2044
2052
|
* @see https://tailwindcss.com/docs/sepia
|
|
2045
2053
|
*/
|
|
2046
2054
|
sepia: [{
|
|
2047
|
-
sepia: ["",
|
|
2055
|
+
sepia: ["", p, i, s]
|
|
2048
2056
|
}],
|
|
2049
2057
|
/**
|
|
2050
2058
|
* Backdrop Filter
|
|
@@ -2055,8 +2063,8 @@ const b = (e) => {
|
|
|
2055
2063
|
// Deprecated since Tailwind CSS v3.0.0
|
|
2056
2064
|
"",
|
|
2057
2065
|
"none",
|
|
2058
|
-
|
|
2059
|
-
|
|
2066
|
+
i,
|
|
2067
|
+
s
|
|
2060
2068
|
]
|
|
2061
2069
|
}],
|
|
2062
2070
|
/**
|
|
@@ -2064,63 +2072,63 @@ const b = (e) => {
|
|
|
2064
2072
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
2065
2073
|
*/
|
|
2066
2074
|
"backdrop-blur": [{
|
|
2067
|
-
"backdrop-blur":
|
|
2075
|
+
"backdrop-blur": Fe()
|
|
2068
2076
|
}],
|
|
2069
2077
|
/**
|
|
2070
2078
|
* Backdrop Brightness
|
|
2071
2079
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
2072
2080
|
*/
|
|
2073
2081
|
"backdrop-brightness": [{
|
|
2074
|
-
"backdrop-brightness": [
|
|
2082
|
+
"backdrop-brightness": [p, i, s]
|
|
2075
2083
|
}],
|
|
2076
2084
|
/**
|
|
2077
2085
|
* Backdrop Contrast
|
|
2078
2086
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
2079
2087
|
*/
|
|
2080
2088
|
"backdrop-contrast": [{
|
|
2081
|
-
"backdrop-contrast": [
|
|
2089
|
+
"backdrop-contrast": [p, i, s]
|
|
2082
2090
|
}],
|
|
2083
2091
|
/**
|
|
2084
2092
|
* Backdrop Grayscale
|
|
2085
2093
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
2086
2094
|
*/
|
|
2087
2095
|
"backdrop-grayscale": [{
|
|
2088
|
-
"backdrop-grayscale": ["",
|
|
2096
|
+
"backdrop-grayscale": ["", p, i, s]
|
|
2089
2097
|
}],
|
|
2090
2098
|
/**
|
|
2091
2099
|
* Backdrop Hue Rotate
|
|
2092
2100
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
2093
2101
|
*/
|
|
2094
2102
|
"backdrop-hue-rotate": [{
|
|
2095
|
-
"backdrop-hue-rotate": [
|
|
2103
|
+
"backdrop-hue-rotate": [p, i, s]
|
|
2096
2104
|
}],
|
|
2097
2105
|
/**
|
|
2098
2106
|
* Backdrop Invert
|
|
2099
2107
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
2100
2108
|
*/
|
|
2101
2109
|
"backdrop-invert": [{
|
|
2102
|
-
"backdrop-invert": ["",
|
|
2110
|
+
"backdrop-invert": ["", p, i, s]
|
|
2103
2111
|
}],
|
|
2104
2112
|
/**
|
|
2105
2113
|
* Backdrop Opacity
|
|
2106
2114
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
2107
2115
|
*/
|
|
2108
2116
|
"backdrop-opacity": [{
|
|
2109
|
-
"backdrop-opacity": [
|
|
2117
|
+
"backdrop-opacity": [p, i, s]
|
|
2110
2118
|
}],
|
|
2111
2119
|
/**
|
|
2112
2120
|
* Backdrop Saturate
|
|
2113
2121
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
2114
2122
|
*/
|
|
2115
2123
|
"backdrop-saturate": [{
|
|
2116
|
-
"backdrop-saturate": [
|
|
2124
|
+
"backdrop-saturate": [p, i, s]
|
|
2117
2125
|
}],
|
|
2118
2126
|
/**
|
|
2119
2127
|
* Backdrop Sepia
|
|
2120
2128
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
2121
2129
|
*/
|
|
2122
2130
|
"backdrop-sepia": [{
|
|
2123
|
-
"backdrop-sepia": ["",
|
|
2131
|
+
"backdrop-sepia": ["", p, i, s]
|
|
2124
2132
|
}],
|
|
2125
2133
|
// --------------
|
|
2126
2134
|
// --- Tables ---
|
|
@@ -2137,21 +2145,21 @@ const b = (e) => {
|
|
|
2137
2145
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2138
2146
|
*/
|
|
2139
2147
|
"border-spacing": [{
|
|
2140
|
-
"border-spacing":
|
|
2148
|
+
"border-spacing": u()
|
|
2141
2149
|
}],
|
|
2142
2150
|
/**
|
|
2143
2151
|
* Border Spacing X
|
|
2144
2152
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2145
2153
|
*/
|
|
2146
2154
|
"border-spacing-x": [{
|
|
2147
|
-
"border-spacing-x":
|
|
2155
|
+
"border-spacing-x": u()
|
|
2148
2156
|
}],
|
|
2149
2157
|
/**
|
|
2150
2158
|
* Border Spacing Y
|
|
2151
2159
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
2152
2160
|
*/
|
|
2153
2161
|
"border-spacing-y": [{
|
|
2154
|
-
"border-spacing-y":
|
|
2162
|
+
"border-spacing-y": u()
|
|
2155
2163
|
}],
|
|
2156
2164
|
/**
|
|
2157
2165
|
* Table Layout
|
|
@@ -2175,7 +2183,7 @@ const b = (e) => {
|
|
|
2175
2183
|
* @see https://tailwindcss.com/docs/transition-property
|
|
2176
2184
|
*/
|
|
2177
2185
|
transition: [{
|
|
2178
|
-
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none",
|
|
2186
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", i, s]
|
|
2179
2187
|
}],
|
|
2180
2188
|
/**
|
|
2181
2189
|
* Transition Behavior
|
|
@@ -2189,28 +2197,28 @@ const b = (e) => {
|
|
|
2189
2197
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
2190
2198
|
*/
|
|
2191
2199
|
duration: [{
|
|
2192
|
-
duration: [
|
|
2200
|
+
duration: [p, "initial", i, s]
|
|
2193
2201
|
}],
|
|
2194
2202
|
/**
|
|
2195
2203
|
* Transition Timing Function
|
|
2196
2204
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
2197
2205
|
*/
|
|
2198
2206
|
ease: [{
|
|
2199
|
-
ease: ["linear", "initial",
|
|
2207
|
+
ease: ["linear", "initial", M, i, s]
|
|
2200
2208
|
}],
|
|
2201
2209
|
/**
|
|
2202
2210
|
* Transition Delay
|
|
2203
2211
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
2204
2212
|
*/
|
|
2205
2213
|
delay: [{
|
|
2206
|
-
delay: [
|
|
2214
|
+
delay: [p, i, s]
|
|
2207
2215
|
}],
|
|
2208
2216
|
/**
|
|
2209
2217
|
* Animation
|
|
2210
2218
|
* @see https://tailwindcss.com/docs/animation
|
|
2211
2219
|
*/
|
|
2212
2220
|
animate: [{
|
|
2213
|
-
animate: ["none",
|
|
2221
|
+
animate: ["none", oe, i, s]
|
|
2214
2222
|
}],
|
|
2215
2223
|
// ------------------
|
|
2216
2224
|
// --- Transforms ---
|
|
@@ -2227,70 +2235,70 @@ const b = (e) => {
|
|
|
2227
2235
|
* @see https://tailwindcss.com/docs/perspective
|
|
2228
2236
|
*/
|
|
2229
2237
|
perspective: [{
|
|
2230
|
-
perspective: [
|
|
2238
|
+
perspective: [w, i, s]
|
|
2231
2239
|
}],
|
|
2232
2240
|
/**
|
|
2233
2241
|
* Perspective Origin
|
|
2234
2242
|
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2235
2243
|
*/
|
|
2236
2244
|
"perspective-origin": [{
|
|
2237
|
-
"perspective-origin":
|
|
2245
|
+
"perspective-origin": B()
|
|
2238
2246
|
}],
|
|
2239
2247
|
/**
|
|
2240
2248
|
* Rotate
|
|
2241
2249
|
* @see https://tailwindcss.com/docs/rotate
|
|
2242
2250
|
*/
|
|
2243
2251
|
rotate: [{
|
|
2244
|
-
rotate:
|
|
2252
|
+
rotate: se()
|
|
2245
2253
|
}],
|
|
2246
2254
|
/**
|
|
2247
2255
|
* Rotate X
|
|
2248
2256
|
* @see https://tailwindcss.com/docs/rotate
|
|
2249
2257
|
*/
|
|
2250
2258
|
"rotate-x": [{
|
|
2251
|
-
"rotate-x":
|
|
2259
|
+
"rotate-x": se()
|
|
2252
2260
|
}],
|
|
2253
2261
|
/**
|
|
2254
2262
|
* Rotate Y
|
|
2255
2263
|
* @see https://tailwindcss.com/docs/rotate
|
|
2256
2264
|
*/
|
|
2257
2265
|
"rotate-y": [{
|
|
2258
|
-
"rotate-y":
|
|
2266
|
+
"rotate-y": se()
|
|
2259
2267
|
}],
|
|
2260
2268
|
/**
|
|
2261
2269
|
* Rotate Z
|
|
2262
2270
|
* @see https://tailwindcss.com/docs/rotate
|
|
2263
2271
|
*/
|
|
2264
2272
|
"rotate-z": [{
|
|
2265
|
-
"rotate-z":
|
|
2273
|
+
"rotate-z": se()
|
|
2266
2274
|
}],
|
|
2267
2275
|
/**
|
|
2268
2276
|
* Scale
|
|
2269
2277
|
* @see https://tailwindcss.com/docs/scale
|
|
2270
2278
|
*/
|
|
2271
2279
|
scale: [{
|
|
2272
|
-
scale:
|
|
2280
|
+
scale: ie()
|
|
2273
2281
|
}],
|
|
2274
2282
|
/**
|
|
2275
2283
|
* Scale X
|
|
2276
2284
|
* @see https://tailwindcss.com/docs/scale
|
|
2277
2285
|
*/
|
|
2278
2286
|
"scale-x": [{
|
|
2279
|
-
"scale-x":
|
|
2287
|
+
"scale-x": ie()
|
|
2280
2288
|
}],
|
|
2281
2289
|
/**
|
|
2282
2290
|
* Scale Y
|
|
2283
2291
|
* @see https://tailwindcss.com/docs/scale
|
|
2284
2292
|
*/
|
|
2285
2293
|
"scale-y": [{
|
|
2286
|
-
"scale-y":
|
|
2294
|
+
"scale-y": ie()
|
|
2287
2295
|
}],
|
|
2288
2296
|
/**
|
|
2289
2297
|
* Scale Z
|
|
2290
2298
|
* @see https://tailwindcss.com/docs/scale
|
|
2291
2299
|
*/
|
|
2292
2300
|
"scale-z": [{
|
|
2293
|
-
"scale-z":
|
|
2301
|
+
"scale-z": ie()
|
|
2294
2302
|
}],
|
|
2295
2303
|
/**
|
|
2296
2304
|
* Scale 3D
|
|
@@ -2302,35 +2310,35 @@ const b = (e) => {
|
|
|
2302
2310
|
* @see https://tailwindcss.com/docs/skew
|
|
2303
2311
|
*/
|
|
2304
2312
|
skew: [{
|
|
2305
|
-
skew:
|
|
2313
|
+
skew: be()
|
|
2306
2314
|
}],
|
|
2307
2315
|
/**
|
|
2308
2316
|
* Skew X
|
|
2309
2317
|
* @see https://tailwindcss.com/docs/skew
|
|
2310
2318
|
*/
|
|
2311
2319
|
"skew-x": [{
|
|
2312
|
-
"skew-x":
|
|
2320
|
+
"skew-x": be()
|
|
2313
2321
|
}],
|
|
2314
2322
|
/**
|
|
2315
2323
|
* Skew Y
|
|
2316
2324
|
* @see https://tailwindcss.com/docs/skew
|
|
2317
2325
|
*/
|
|
2318
2326
|
"skew-y": [{
|
|
2319
|
-
"skew-y":
|
|
2327
|
+
"skew-y": be()
|
|
2320
2328
|
}],
|
|
2321
2329
|
/**
|
|
2322
2330
|
* Transform
|
|
2323
2331
|
* @see https://tailwindcss.com/docs/transform
|
|
2324
2332
|
*/
|
|
2325
2333
|
transform: [{
|
|
2326
|
-
transform: [
|
|
2334
|
+
transform: [i, s, "", "none", "gpu", "cpu"]
|
|
2327
2335
|
}],
|
|
2328
2336
|
/**
|
|
2329
2337
|
* Transform Origin
|
|
2330
2338
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
2331
2339
|
*/
|
|
2332
2340
|
"transform-origin": [{
|
|
2333
|
-
origin:
|
|
2341
|
+
origin: B()
|
|
2334
2342
|
}],
|
|
2335
2343
|
/**
|
|
2336
2344
|
* Transform Style
|
|
@@ -2344,28 +2352,28 @@ const b = (e) => {
|
|
|
2344
2352
|
* @see https://tailwindcss.com/docs/translate
|
|
2345
2353
|
*/
|
|
2346
2354
|
translate: [{
|
|
2347
|
-
translate:
|
|
2355
|
+
translate: le()
|
|
2348
2356
|
}],
|
|
2349
2357
|
/**
|
|
2350
2358
|
* Translate X
|
|
2351
2359
|
* @see https://tailwindcss.com/docs/translate
|
|
2352
2360
|
*/
|
|
2353
2361
|
"translate-x": [{
|
|
2354
|
-
"translate-x":
|
|
2362
|
+
"translate-x": le()
|
|
2355
2363
|
}],
|
|
2356
2364
|
/**
|
|
2357
2365
|
* Translate Y
|
|
2358
2366
|
* @see https://tailwindcss.com/docs/translate
|
|
2359
2367
|
*/
|
|
2360
2368
|
"translate-y": [{
|
|
2361
|
-
"translate-y":
|
|
2369
|
+
"translate-y": le()
|
|
2362
2370
|
}],
|
|
2363
2371
|
/**
|
|
2364
2372
|
* Translate Z
|
|
2365
2373
|
* @see https://tailwindcss.com/docs/translate
|
|
2366
2374
|
*/
|
|
2367
2375
|
"translate-z": [{
|
|
2368
|
-
"translate-z":
|
|
2376
|
+
"translate-z": le()
|
|
2369
2377
|
}],
|
|
2370
2378
|
/**
|
|
2371
2379
|
* Translate None
|
|
@@ -2380,7 +2388,7 @@ const b = (e) => {
|
|
|
2380
2388
|
* @see https://tailwindcss.com/docs/accent-color
|
|
2381
2389
|
*/
|
|
2382
2390
|
accent: [{
|
|
2383
|
-
accent:
|
|
2391
|
+
accent: c()
|
|
2384
2392
|
}],
|
|
2385
2393
|
/**
|
|
2386
2394
|
* Appearance
|
|
@@ -2394,7 +2402,7 @@ const b = (e) => {
|
|
|
2394
2402
|
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2395
2403
|
*/
|
|
2396
2404
|
"caret-color": [{
|
|
2397
|
-
caret:
|
|
2405
|
+
caret: c()
|
|
2398
2406
|
}],
|
|
2399
2407
|
/**
|
|
2400
2408
|
* Color Scheme
|
|
@@ -2408,7 +2416,7 @@ const b = (e) => {
|
|
|
2408
2416
|
* @see https://tailwindcss.com/docs/cursor
|
|
2409
2417
|
*/
|
|
2410
2418
|
cursor: [{
|
|
2411
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
2419
|
+
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", i, s]
|
|
2412
2420
|
}],
|
|
2413
2421
|
/**
|
|
2414
2422
|
* Field Sizing
|
|
@@ -2443,126 +2451,126 @@ const b = (e) => {
|
|
|
2443
2451
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2444
2452
|
*/
|
|
2445
2453
|
"scroll-m": [{
|
|
2446
|
-
"scroll-m":
|
|
2454
|
+
"scroll-m": u()
|
|
2447
2455
|
}],
|
|
2448
2456
|
/**
|
|
2449
2457
|
* Scroll Margin X
|
|
2450
2458
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2451
2459
|
*/
|
|
2452
2460
|
"scroll-mx": [{
|
|
2453
|
-
"scroll-mx":
|
|
2461
|
+
"scroll-mx": u()
|
|
2454
2462
|
}],
|
|
2455
2463
|
/**
|
|
2456
2464
|
* Scroll Margin Y
|
|
2457
2465
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2458
2466
|
*/
|
|
2459
2467
|
"scroll-my": [{
|
|
2460
|
-
"scroll-my":
|
|
2468
|
+
"scroll-my": u()
|
|
2461
2469
|
}],
|
|
2462
2470
|
/**
|
|
2463
2471
|
* Scroll Margin Start
|
|
2464
2472
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2465
2473
|
*/
|
|
2466
2474
|
"scroll-ms": [{
|
|
2467
|
-
"scroll-ms":
|
|
2475
|
+
"scroll-ms": u()
|
|
2468
2476
|
}],
|
|
2469
2477
|
/**
|
|
2470
2478
|
* Scroll Margin End
|
|
2471
2479
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2472
2480
|
*/
|
|
2473
2481
|
"scroll-me": [{
|
|
2474
|
-
"scroll-me":
|
|
2482
|
+
"scroll-me": u()
|
|
2475
2483
|
}],
|
|
2476
2484
|
/**
|
|
2477
2485
|
* Scroll Margin Top
|
|
2478
2486
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2479
2487
|
*/
|
|
2480
2488
|
"scroll-mt": [{
|
|
2481
|
-
"scroll-mt":
|
|
2489
|
+
"scroll-mt": u()
|
|
2482
2490
|
}],
|
|
2483
2491
|
/**
|
|
2484
2492
|
* Scroll Margin Right
|
|
2485
2493
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2486
2494
|
*/
|
|
2487
2495
|
"scroll-mr": [{
|
|
2488
|
-
"scroll-mr":
|
|
2496
|
+
"scroll-mr": u()
|
|
2489
2497
|
}],
|
|
2490
2498
|
/**
|
|
2491
2499
|
* Scroll Margin Bottom
|
|
2492
2500
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2493
2501
|
*/
|
|
2494
2502
|
"scroll-mb": [{
|
|
2495
|
-
"scroll-mb":
|
|
2503
|
+
"scroll-mb": u()
|
|
2496
2504
|
}],
|
|
2497
2505
|
/**
|
|
2498
2506
|
* Scroll Margin Left
|
|
2499
2507
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2500
2508
|
*/
|
|
2501
2509
|
"scroll-ml": [{
|
|
2502
|
-
"scroll-ml":
|
|
2510
|
+
"scroll-ml": u()
|
|
2503
2511
|
}],
|
|
2504
2512
|
/**
|
|
2505
2513
|
* Scroll Padding
|
|
2506
2514
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2507
2515
|
*/
|
|
2508
2516
|
"scroll-p": [{
|
|
2509
|
-
"scroll-p":
|
|
2517
|
+
"scroll-p": u()
|
|
2510
2518
|
}],
|
|
2511
2519
|
/**
|
|
2512
2520
|
* Scroll Padding X
|
|
2513
2521
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2514
2522
|
*/
|
|
2515
2523
|
"scroll-px": [{
|
|
2516
|
-
"scroll-px":
|
|
2524
|
+
"scroll-px": u()
|
|
2517
2525
|
}],
|
|
2518
2526
|
/**
|
|
2519
2527
|
* Scroll Padding Y
|
|
2520
2528
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2521
2529
|
*/
|
|
2522
2530
|
"scroll-py": [{
|
|
2523
|
-
"scroll-py":
|
|
2531
|
+
"scroll-py": u()
|
|
2524
2532
|
}],
|
|
2525
2533
|
/**
|
|
2526
2534
|
* Scroll Padding Start
|
|
2527
2535
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2528
2536
|
*/
|
|
2529
2537
|
"scroll-ps": [{
|
|
2530
|
-
"scroll-ps":
|
|
2538
|
+
"scroll-ps": u()
|
|
2531
2539
|
}],
|
|
2532
2540
|
/**
|
|
2533
2541
|
* Scroll Padding End
|
|
2534
2542
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2535
2543
|
*/
|
|
2536
2544
|
"scroll-pe": [{
|
|
2537
|
-
"scroll-pe":
|
|
2545
|
+
"scroll-pe": u()
|
|
2538
2546
|
}],
|
|
2539
2547
|
/**
|
|
2540
2548
|
* Scroll Padding Top
|
|
2541
2549
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2542
2550
|
*/
|
|
2543
2551
|
"scroll-pt": [{
|
|
2544
|
-
"scroll-pt":
|
|
2552
|
+
"scroll-pt": u()
|
|
2545
2553
|
}],
|
|
2546
2554
|
/**
|
|
2547
2555
|
* Scroll Padding Right
|
|
2548
2556
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2549
2557
|
*/
|
|
2550
2558
|
"scroll-pr": [{
|
|
2551
|
-
"scroll-pr":
|
|
2559
|
+
"scroll-pr": u()
|
|
2552
2560
|
}],
|
|
2553
2561
|
/**
|
|
2554
2562
|
* Scroll Padding Bottom
|
|
2555
2563
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2556
2564
|
*/
|
|
2557
2565
|
"scroll-pb": [{
|
|
2558
|
-
"scroll-pb":
|
|
2566
|
+
"scroll-pb": u()
|
|
2559
2567
|
}],
|
|
2560
2568
|
/**
|
|
2561
2569
|
* Scroll Padding Left
|
|
2562
2570
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2563
2571
|
*/
|
|
2564
2572
|
"scroll-pl": [{
|
|
2565
|
-
"scroll-pl":
|
|
2573
|
+
"scroll-pl": u()
|
|
2566
2574
|
}],
|
|
2567
2575
|
/**
|
|
2568
2576
|
* Scroll Snap Align
|
|
@@ -2630,7 +2638,7 @@ const b = (e) => {
|
|
|
2630
2638
|
* @see https://tailwindcss.com/docs/will-change
|
|
2631
2639
|
*/
|
|
2632
2640
|
"will-change": [{
|
|
2633
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2641
|
+
"will-change": ["auto", "scroll", "contents", "transform", i, s]
|
|
2634
2642
|
}],
|
|
2635
2643
|
// -----------
|
|
2636
2644
|
// --- SVG ---
|
|
@@ -2640,21 +2648,21 @@ const b = (e) => {
|
|
|
2640
2648
|
* @see https://tailwindcss.com/docs/fill
|
|
2641
2649
|
*/
|
|
2642
2650
|
fill: [{
|
|
2643
|
-
fill: ["none", ...
|
|
2651
|
+
fill: ["none", ...c()]
|
|
2644
2652
|
}],
|
|
2645
2653
|
/**
|
|
2646
2654
|
* Stroke Width
|
|
2647
2655
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2648
2656
|
*/
|
|
2649
2657
|
"stroke-w": [{
|
|
2650
|
-
stroke: [
|
|
2658
|
+
stroke: [p, re, V, ve]
|
|
2651
2659
|
}],
|
|
2652
2660
|
/**
|
|
2653
2661
|
* Stroke
|
|
2654
2662
|
* @see https://tailwindcss.com/docs/stroke
|
|
2655
2663
|
*/
|
|
2656
2664
|
stroke: [{
|
|
2657
|
-
stroke: ["none", ...
|
|
2665
|
+
stroke: ["none", ...c()]
|
|
2658
2666
|
}],
|
|
2659
2667
|
// ---------------------
|
|
2660
2668
|
// --- Accessibility ---
|
|
@@ -2722,139 +2730,75 @@ const b = (e) => {
|
|
|
2722
2730
|
},
|
|
2723
2731
|
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2724
2732
|
};
|
|
2725
|
-
},
|
|
2726
|
-
function
|
|
2727
|
-
return
|
|
2733
|
+
}, mr = /* @__PURE__ */ Ht(ur);
|
|
2734
|
+
function me(...e) {
|
|
2735
|
+
return mr(at(e));
|
|
2728
2736
|
}
|
|
2729
|
-
const
|
|
2730
|
-
var
|
|
2731
|
-
if ((
|
|
2732
|
-
const { variants:
|
|
2733
|
-
const
|
|
2734
|
-
if (
|
|
2735
|
-
const
|
|
2736
|
-
return
|
|
2737
|
-
}),
|
|
2738
|
-
let [
|
|
2739
|
-
return
|
|
2740
|
-
}, {}),
|
|
2741
|
-
let { class:
|
|
2742
|
-
return Object.entries(
|
|
2743
|
-
let [
|
|
2744
|
-
return Array.isArray(
|
|
2745
|
-
...
|
|
2746
|
-
...
|
|
2747
|
-
}[
|
|
2748
|
-
...
|
|
2749
|
-
...
|
|
2750
|
-
}[
|
|
2737
|
+
const Ke = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, $e = at, fr = (e, t) => (r) => {
|
|
2738
|
+
var o;
|
|
2739
|
+
if ((t == null ? void 0 : t.variants) == null) return $e(e, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
2740
|
+
const { variants: a, defaultVariants: n } = t, l = Object.keys(a).map((g) => {
|
|
2741
|
+
const b = r == null ? void 0 : r[g], k = n == null ? void 0 : n[g];
|
|
2742
|
+
if (b === null) return null;
|
|
2743
|
+
const A = Ke(b) || Ke(k);
|
|
2744
|
+
return a[g][A];
|
|
2745
|
+
}), m = r && Object.entries(r).reduce((g, b) => {
|
|
2746
|
+
let [k, A] = b;
|
|
2747
|
+
return A === void 0 || (g[k] = A), g;
|
|
2748
|
+
}, {}), d = t == null || (o = t.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((g, b) => {
|
|
2749
|
+
let { class: k, className: A, ...z } = b;
|
|
2750
|
+
return Object.entries(z).every((x) => {
|
|
2751
|
+
let [w, N] = x;
|
|
2752
|
+
return Array.isArray(N) ? N.includes({
|
|
2753
|
+
...n,
|
|
2754
|
+
...m
|
|
2755
|
+
}[w]) : {
|
|
2756
|
+
...n,
|
|
2757
|
+
...m
|
|
2758
|
+
}[w] === N;
|
|
2751
2759
|
}) ? [
|
|
2752
2760
|
...g,
|
|
2753
|
-
|
|
2754
|
-
|
|
2761
|
+
k,
|
|
2762
|
+
A
|
|
2755
2763
|
] : g;
|
|
2756
2764
|
}, []);
|
|
2757
|
-
return
|
|
2758
|
-
},
|
|
2759
|
-
|
|
2760
|
-
end: "justify-end",
|
|
2761
|
-
center: "justify-center",
|
|
2762
|
-
between: "justify-between",
|
|
2763
|
-
around: "justify-around",
|
|
2764
|
-
evenly: "justify-evenly",
|
|
2765
|
-
stretch: "justify-stretch"
|
|
2766
|
-
}, bo = {
|
|
2767
|
-
start: "items-start",
|
|
2768
|
-
end: "items-end",
|
|
2769
|
-
center: "items-center",
|
|
2770
|
-
baseline: "items-baseline",
|
|
2771
|
-
stretch: "items-stretch"
|
|
2772
|
-
}, ho = {
|
|
2773
|
-
body: "font-general",
|
|
2774
|
-
heading: "font-general",
|
|
2775
|
-
caption: "font-general"
|
|
2776
|
-
}, xo = {
|
|
2777
|
-
xs: "text-xs",
|
|
2778
|
-
sm: "text-sm",
|
|
2779
|
-
base: "text-base",
|
|
2780
|
-
lg: "text-lg",
|
|
2781
|
-
xl: "text-xl",
|
|
2782
|
-
"2xl": "text-2xl",
|
|
2783
|
-
"3xl": "text-3xl",
|
|
2784
|
-
"4xl": "text-4xl",
|
|
2785
|
-
"5xl": "text-5xl",
|
|
2786
|
-
"6xl": "text-6xl",
|
|
2787
|
-
"7xl": "text-7xl",
|
|
2788
|
-
"8xl": "text-8xl",
|
|
2789
|
-
"9xl": "text-9xl"
|
|
2790
|
-
}, wo = {
|
|
2791
|
-
normal: "font-normal",
|
|
2792
|
-
medium: "font-medium",
|
|
2793
|
-
semibold: "font-semibold",
|
|
2794
|
-
bold: "font-bold",
|
|
2795
|
-
light: "font-light"
|
|
2796
|
-
}, yo = {
|
|
2797
|
-
1: "grid-cols-1",
|
|
2798
|
-
2: "grid-cols-2",
|
|
2799
|
-
3: "grid-cols-3",
|
|
2800
|
-
4: "grid-cols-4",
|
|
2801
|
-
5: "grid-cols-5",
|
|
2802
|
-
6: "grid-cols-6",
|
|
2803
|
-
7: "grid-cols-7",
|
|
2804
|
-
8: "grid-cols-8",
|
|
2805
|
-
9: "grid-cols-9"
|
|
2806
|
-
}, vo = {
|
|
2807
|
-
1: "grid-rows-1",
|
|
2808
|
-
2: "grid-rows-2",
|
|
2809
|
-
3: "grid-rows-3",
|
|
2810
|
-
4: "grid-rows-4",
|
|
2811
|
-
5: "grid-rows-5",
|
|
2812
|
-
6: "grid-rows-6",
|
|
2813
|
-
7: "grid-rows-7",
|
|
2814
|
-
8: "grid-rows-8",
|
|
2815
|
-
9: "grid-rows-9"
|
|
2816
|
-
}, ko = {
|
|
2817
|
-
1: "gap-1",
|
|
2818
|
-
2: "gap-2",
|
|
2819
|
-
3: "gap-3",
|
|
2820
|
-
4: "gap-4",
|
|
2821
|
-
5: "gap-5",
|
|
2822
|
-
6: "gap-6",
|
|
2823
|
-
7: "gap-7",
|
|
2824
|
-
8: "gap-8",
|
|
2825
|
-
9: "gap-9"
|
|
2826
|
-
}, zo = uo(
|
|
2827
|
-
"inline-flex justify-center items-center gap-2 disabled:opacity-50 aria-invalid:border-destructive focus-visible:border-ring rounded-md outline-none aria-invalid:ring-destructive/20 focus-visible:ring-[3px] focus-visible:ring-ring/50 dark:aria-invalid:ring-destructive/40 [&_svg:not([class*='size-'])]:size-4 font-medium text-sm whitespace-nowrap transition-all [&_svg]:pointer-events-none disabled:pointer-events-none shrink-0 [&_svg]:shrink-0",
|
|
2765
|
+
return $e(e, l, d, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
2766
|
+
}, pr = fr(
|
|
2767
|
+
"inline-flex justify-center cursor-pointer items-center gap-2 aria-invalid:border-destructive focus-visible:border-ring rounded-full outline-none aria-invalid:ring-destructive/20 focus-visible:ring-[3px] focus-visible:ring-ring/50 dark:aria-invalid:ring-destructive/40 [&_svg:not([class*='size-'])]:size-4 font-medium text-sm whitespace-nowrap [&_svg]:pointer-events-none disabled:pointer-events-none shrink-0 [&_svg]:shrink-0",
|
|
2828
2768
|
{
|
|
2829
2769
|
variants: {
|
|
2830
2770
|
variant: {
|
|
2831
2771
|
default: `
|
|
2832
|
-
bg-primary
|
|
2833
|
-
hover:bg-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
bg-destructive text-white shadow-xs
|
|
2837
|
-
hover:bg-destructive/90
|
|
2838
|
-
focus-visible:ring-destructive/20
|
|
2839
|
-
dark:bg-destructive/60 dark:focus-visible:ring-destructive/40
|
|
2840
|
-
`,
|
|
2772
|
+
bg-primary-foreground text-background
|
|
2773
|
+
hover:bg-gradient-orange hover:opacity-90
|
|
2774
|
+
disabled:bg-secondary disabled:opacity-50
|
|
2775
|
+
`,
|
|
2841
2776
|
outline: `
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2777
|
+
text-secondary shadow-xs
|
|
2778
|
+
border border-muted-foreground bg-background
|
|
2779
|
+
hover:bg-primary
|
|
2780
|
+
disabled:opacity-50
|
|
2845
2781
|
`,
|
|
2846
2782
|
secondary: `
|
|
2847
|
-
|
|
2848
|
-
hover:bg-
|
|
2783
|
+
text-secondary
|
|
2784
|
+
hover:text-primary hover:bg-gradient-orange hover:opacity-80
|
|
2785
|
+
disabled:text-secondary disabled:opacity-50
|
|
2786
|
+
`,
|
|
2787
|
+
destructive: `
|
|
2788
|
+
bg-destructive text-white
|
|
2789
|
+
hover:opacity-70
|
|
2790
|
+
focus-visible:ring-destructive/20
|
|
2791
|
+
disabled:bg-destructive disabled:opacity-40
|
|
2849
2792
|
`,
|
|
2850
2793
|
ghost: `
|
|
2851
|
-
|
|
2852
|
-
|
|
2794
|
+
text-secondary
|
|
2795
|
+
hover:shadow-sm
|
|
2796
|
+
disabled:opacity-50
|
|
2853
2797
|
`,
|
|
2854
2798
|
link: `
|
|
2855
|
-
text-
|
|
2856
|
-
|
|
2857
|
-
|
|
2799
|
+
text-tertiary-foreground underline-offset-4
|
|
2800
|
+
disabled:opacity-50
|
|
2801
|
+
`
|
|
2858
2802
|
},
|
|
2859
2803
|
size: {
|
|
2860
2804
|
default: `
|
|
@@ -2862,11 +2806,16 @@ const xe = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, we = ye, u
|
|
|
2862
2806
|
has-[>svg]:px-3
|
|
2863
2807
|
`,
|
|
2864
2808
|
sm: `
|
|
2865
|
-
h-
|
|
2809
|
+
h-7 gap-1.5 px-3
|
|
2866
2810
|
has-[>svg]:px-2.5
|
|
2867
2811
|
`,
|
|
2868
2812
|
lg: `
|
|
2869
|
-
h-10
|
|
2813
|
+
h-10 px-6
|
|
2814
|
+
has-[>svg]:px-4
|
|
2815
|
+
`,
|
|
2816
|
+
xl: `
|
|
2817
|
+
h-14 px-6
|
|
2818
|
+
text-base
|
|
2870
2819
|
has-[>svg]:px-4
|
|
2871
2820
|
`,
|
|
2872
2821
|
icon: "size-9"
|
|
@@ -2878,15 +2827,685 @@ const xe = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, we = ye, u
|
|
|
2878
2827
|
}
|
|
2879
2828
|
}
|
|
2880
2829
|
);
|
|
2830
|
+
function Jr({
|
|
2831
|
+
className: e,
|
|
2832
|
+
variant: t,
|
|
2833
|
+
size: r,
|
|
2834
|
+
asChild: o = !1,
|
|
2835
|
+
...a
|
|
2836
|
+
}) {
|
|
2837
|
+
return /* @__PURE__ */ L(
|
|
2838
|
+
o ? It : "button",
|
|
2839
|
+
{
|
|
2840
|
+
"data-slot": "button",
|
|
2841
|
+
className: me(pr({ variant: t, size: r, className: e })),
|
|
2842
|
+
...a,
|
|
2843
|
+
"data-testid": "button"
|
|
2844
|
+
}
|
|
2845
|
+
);
|
|
2846
|
+
}
|
|
2847
|
+
function Xr({ className: e, type: t, ...r }) {
|
|
2848
|
+
return /* @__PURE__ */ L(
|
|
2849
|
+
"input",
|
|
2850
|
+
{
|
|
2851
|
+
type: t,
|
|
2852
|
+
"data-slot": "input",
|
|
2853
|
+
className: me(
|
|
2854
|
+
`
|
|
2855
|
+
flex h-10 w-full min-w-0 rounded-sm border border-subtle bg-transparent
|
|
2856
|
+
px-3 py-2 text-base transition-[color,box-shadow]
|
|
2857
|
+
outline-none
|
|
2858
|
+
selection:bg-primary selection:text-primary-foreground
|
|
2859
|
+
file:inline-flex file:h-10 file:border-0 file:bg-transparent
|
|
2860
|
+
file:text-sm file:font-medium file:text-foreground
|
|
2861
|
+
text-secondary
|
|
2862
|
+
placeholder:text-accent-foreground
|
|
2863
|
+
disabled:pointer-events-none disabled:cursor-not-allowed
|
|
2864
|
+
disabled:opacity-50 disabled:placeholder:text-secondary-foreground
|
|
2865
|
+
md:text-sm
|
|
2866
|
+
`,
|
|
2867
|
+
`
|
|
2868
|
+
focus-visible:border-ring focus-visible:ring-[3px]
|
|
2869
|
+
focus-visible:ring-ring/50
|
|
2870
|
+
`,
|
|
2871
|
+
`
|
|
2872
|
+
aria-invalid:border-destructive aria-invalid:ring-destructive/20
|
|
2873
|
+
`,
|
|
2874
|
+
e
|
|
2875
|
+
),
|
|
2876
|
+
...r,
|
|
2877
|
+
"data-testid": "input"
|
|
2878
|
+
}
|
|
2879
|
+
);
|
|
2880
|
+
}
|
|
2881
|
+
const gr = 10, br = Ct(
|
|
2882
|
+
({
|
|
2883
|
+
children: e,
|
|
2884
|
+
className: t = "",
|
|
2885
|
+
colors: r = ["#FF0080", "#7928CA", "#0070F3", "#38bdf8"],
|
|
2886
|
+
speed: o = 1
|
|
2887
|
+
}) => {
|
|
2888
|
+
const a = {
|
|
2889
|
+
backgroundImage: `linear-gradient(135deg, ${r.join(", ")}, ${r[0]})`,
|
|
2890
|
+
WebkitBackgroundClip: "text",
|
|
2891
|
+
WebkitTextFillColor: "transparent",
|
|
2892
|
+
animationDuration: `${gr / o}s`
|
|
2893
|
+
};
|
|
2894
|
+
return /* @__PURE__ */ Nt(
|
|
2895
|
+
"span",
|
|
2896
|
+
{
|
|
2897
|
+
className: `
|
|
2898
|
+
relative inline-block
|
|
2899
|
+
${t}
|
|
2900
|
+
`,
|
|
2901
|
+
"data-testid": "auroraText",
|
|
2902
|
+
children: [
|
|
2903
|
+
/* @__PURE__ */ L("span", { className: "sr-only", children: e }),
|
|
2904
|
+
/* @__PURE__ */ L(
|
|
2905
|
+
"span",
|
|
2906
|
+
{
|
|
2907
|
+
className: `
|
|
2908
|
+
relative animate-aurora bg-clip-text text-transparent
|
|
2909
|
+
bg-[length:200%_auto]
|
|
2910
|
+
`,
|
|
2911
|
+
style: a,
|
|
2912
|
+
"aria-hidden": "true",
|
|
2913
|
+
children: e
|
|
2914
|
+
}
|
|
2915
|
+
)
|
|
2916
|
+
]
|
|
2917
|
+
}
|
|
2918
|
+
);
|
|
2919
|
+
}
|
|
2920
|
+
);
|
|
2921
|
+
br.displayName = "AuroraText";
|
|
2922
|
+
var hr = Object.defineProperty, f = (e, t) => hr(e, "name", { value: t, configurable: !0 }), _e = /* @__PURE__ */ new Map(), ke = /* @__PURE__ */ new Map();
|
|
2923
|
+
function Ie(e, t) {
|
|
2924
|
+
return `${e}:${JSON.stringify(t ?? {})}`;
|
|
2925
|
+
}
|
|
2926
|
+
f(Ie, "getFormatterKey");
|
|
2927
|
+
function bt(e) {
|
|
2928
|
+
const t = typeof e == "string" || typeof e == "number" ? new Date(e) : e;
|
|
2929
|
+
return t instanceof Date && !Number.isNaN(t.getTime()) ? t : null;
|
|
2930
|
+
}
|
|
2931
|
+
f(bt, "parseDate");
|
|
2932
|
+
function vr(e, t = "en", r) {
|
|
2933
|
+
var n;
|
|
2934
|
+
const o = bt(e);
|
|
2935
|
+
if (!o)
|
|
2936
|
+
return "";
|
|
2937
|
+
const a = Ie(t, r);
|
|
2938
|
+
return _e.has(a) || _e.set(a, new Intl.DateTimeFormat(t, r)), ((n = _e.get(a)) == null ? void 0 : n.format(o)) ?? "";
|
|
2939
|
+
}
|
|
2940
|
+
f(vr, "formatDate");
|
|
2941
|
+
function _r(e, t = "en", r) {
|
|
2942
|
+
var a;
|
|
2943
|
+
if (typeof e != "number" || Number.isNaN(e))
|
|
2944
|
+
return "";
|
|
2945
|
+
const o = Ie(t, r);
|
|
2946
|
+
return ke.has(o) || ke.set(o, new Intl.NumberFormat(t, r)), ((a = ke.get(o)) == null ? void 0 : a.format(e)) ?? "";
|
|
2947
|
+
}
|
|
2948
|
+
f(_r, "formatNumber");
|
|
2949
|
+
var fe = {
|
|
2950
|
+
defaultLocale: "en",
|
|
2951
|
+
supportedLocales: ["en", "es", "fr", "it", "pt-BR", "pt-PT"],
|
|
2952
|
+
fallbackLocale: "en"
|
|
2953
|
+
};
|
|
2954
|
+
function kr() {
|
|
2955
|
+
return fe.supportedLocales;
|
|
2956
|
+
}
|
|
2957
|
+
f(kr, "getSupportedLanguages");
|
|
2958
|
+
function xr() {
|
|
2959
|
+
return fe.defaultLocale;
|
|
2960
|
+
}
|
|
2961
|
+
f(xr, "getDefaultLanguage");
|
|
2962
|
+
function wr() {
|
|
2963
|
+
return fe.fallbackLocale;
|
|
2964
|
+
}
|
|
2965
|
+
f(wr, "getFallbackLanguage");
|
|
2966
|
+
function yr(e) {
|
|
2967
|
+
return fe.supportedLocales.includes(e);
|
|
2968
|
+
}
|
|
2969
|
+
f(yr, "isSupportedLanguage");
|
|
2970
|
+
var F = /* @__PURE__ */ new Map();
|
|
2971
|
+
function Rr({
|
|
2972
|
+
value: e,
|
|
2973
|
+
forms: t,
|
|
2974
|
+
lang: r,
|
|
2975
|
+
type: o = "cardinal"
|
|
2976
|
+
}) {
|
|
2977
|
+
if (!vt(e, t))
|
|
2978
|
+
return "";
|
|
2979
|
+
if (e === 0 && t.zero)
|
|
2980
|
+
return Ae(t.zero, e);
|
|
2981
|
+
const n = _t(r, o).select(e), l = ht(t, n) ?? t.other ?? Object.values(t)[0];
|
|
2982
|
+
return l ? Ae(l, e) : "";
|
|
2983
|
+
}
|
|
2984
|
+
f(Rr, "pluralize");
|
|
2985
|
+
function Oe(e, t) {
|
|
2986
|
+
return `${e}:${t}`;
|
|
2987
|
+
}
|
|
2988
|
+
f(Oe, "getPluralRulesKey");
|
|
2989
|
+
var Ar = /{count}|#/g;
|
|
2990
|
+
function ht(e, t) {
|
|
2991
|
+
switch (t) {
|
|
2992
|
+
case "zero":
|
|
2993
|
+
return e.zero;
|
|
2994
|
+
case "one":
|
|
2995
|
+
return e.one;
|
|
2996
|
+
case "two":
|
|
2997
|
+
return e.two;
|
|
2998
|
+
case "few":
|
|
2999
|
+
return e.few;
|
|
3000
|
+
case "many":
|
|
3001
|
+
return e.many;
|
|
3002
|
+
case "other":
|
|
3003
|
+
return e.other;
|
|
3004
|
+
default:
|
|
3005
|
+
return;
|
|
3006
|
+
}
|
|
3007
|
+
}
|
|
3008
|
+
f(ht, "selectTemplate");
|
|
3009
|
+
function vt(e, t) {
|
|
3010
|
+
return typeof e == "number" && t && typeof t == "object";
|
|
3011
|
+
}
|
|
3012
|
+
f(vt, "isValidInput");
|
|
3013
|
+
function Ae(e, t) {
|
|
3014
|
+
return e.replaceAll(Ar, t.toString());
|
|
3015
|
+
}
|
|
3016
|
+
f(Ae, "replacePlaceholders");
|
|
3017
|
+
function _t(e, t) {
|
|
3018
|
+
const r = Oe(e, t);
|
|
3019
|
+
if (!F.has(r))
|
|
3020
|
+
try {
|
|
3021
|
+
F.set(r, new Intl.PluralRules(e, { type: t }));
|
|
3022
|
+
} catch {
|
|
3023
|
+
return ue(r, t);
|
|
3024
|
+
}
|
|
3025
|
+
return F.get(r) ?? ue(r, t);
|
|
3026
|
+
}
|
|
3027
|
+
f(_t, "getPluralRules");
|
|
3028
|
+
function ue(e, t) {
|
|
3029
|
+
const r = Oe("en", t);
|
|
3030
|
+
F.has(r) || F.set(r, new Intl.PluralRules("en", { type: t }));
|
|
3031
|
+
const o = F.get(r) ?? ue(r, t);
|
|
3032
|
+
return F.set(e, o), o;
|
|
3033
|
+
}
|
|
3034
|
+
f(ue, "getFallbackPluralRules");
|
|
3035
|
+
var Ee = null;
|
|
3036
|
+
function Er(e) {
|
|
3037
|
+
Ee = e;
|
|
3038
|
+
}
|
|
3039
|
+
f(Er, "setTranslationService");
|
|
3040
|
+
function Se() {
|
|
3041
|
+
if (!Ee)
|
|
3042
|
+
throw new Error(
|
|
3043
|
+
"Translation service not initialized. Make sure to call setTranslationService() first."
|
|
3044
|
+
);
|
|
3045
|
+
return Ee;
|
|
3046
|
+
}
|
|
3047
|
+
f(Se, "getTranslationService");
|
|
3048
|
+
function kt(e, t) {
|
|
3049
|
+
return t ? e.replace(/\{(\w+)\}/g, (r, o) => t[o] !== void 0 ? String(t[o]) : r) : e;
|
|
3050
|
+
}
|
|
3051
|
+
f(kt, "format");
|
|
3052
|
+
var xt = /* @__PURE__ */ ((e) => (e.AUTH_INVALID_CREDENTIALS = "auth.invalid_credentials", e.AUTH_ACCOUNT_LOCKED = "auth.account_locked", e.AUTH_EMAIL_NOT_VERIFIED = "auth.email_not_verified", e.AUTH_TOKEN_EXPIRED = "auth.token_expired", e.AUTH_TOKEN_INVALID = "auth.token_invalid", e.AUTH_INSUFFICIENT_PERMISSIONS = "auth.insufficient_permissions", e.AUTH_EMAIL_TAKEN = "auth.email_taken", e.AUTH_USERNAME_TAKEN = "auth.username_taken", e.AUTH_WALLET_SIGNATURE_INVALID = "auth.wallet_signature_invalid", e.VALIDATION_ERROR = "validation.error", e.REQUIRED_FIELD_MISSING = "validation.required_field_missing", e.INVALID_FORMAT = "validation.invalid_format", e.INVALID_ENUM_VALUE = "validation.invalid_enum_value", e.STRING_TOO_SHORT = "validation.string_too_short", e.STRING_TOO_LONG = "validation.string_too_long", e.NUMBER_TOO_SMALL = "validation.number_too_small", e.NUMBER_TOO_LARGE = "validation.number_too_large", e.ARRAY_TOO_SHORT = "validation.array_too_short", e.ARRAY_TOO_LONG = "validation.array_too_long", e.FILE_TOO_LARGE = "validation.file_too_large", e.UNSUPPORTED_FILE_TYPE = "validation.unsupported_file_type", e.DB_ENTITY_NOT_FOUND = "database.entity_not_found", e.DB_DUPLICATE_ENTRY = "database.duplicate_entry", e.DB_RELATION_VIOLATION = "database.relation_violation", e.DB_CONNECTION_ERROR = "database.connection_error", e.DB_TRANSACTION_FAILED = "database.transaction_failed", e.BLOCKCHAIN_CONNECTION_ERROR = "blockchain.connection_error", e.TRANSACTION_FAILED = "blockchain.transaction_failed", e.WALLET_CONNECTION_ERROR = "blockchain.wallet_connection_error", e.CONTRACT_INTERACTION_ERROR = "blockchain.contract_interaction_error", e.INSUFFICIENT_FUNDS = "blockchain.insufficient_funds", e.INTERNAL_SERVER_ERROR = "system.internal_server_error", e.SERVICE_UNAVAILABLE = "system.service_unavailable", e.EXTERNAL_SERVICE_ERROR = "system.external_service_error", e.RATE_LIMIT_EXCEEDED = "system.rate_limit_exceeded", e.FEATURE_DISABLED = "system.feature_disabled", e.GENERIC_ERROR = "generic.error", e.NOT_FOUND = "generic.not_found", e.CONFLICT = "generic.conflict", e.TIMEOUT = "generic.timeout", e))(xt || {}), He = {
|
|
3053
|
+
"auth.invalid_credentials": "errors.auth.invalid_credentials",
|
|
3054
|
+
"auth.account_locked": "errors.auth.account_locked",
|
|
3055
|
+
"auth.email_not_verified": "errors.auth.email_not_verified",
|
|
3056
|
+
"auth.token_expired": "errors.auth.token_expired",
|
|
3057
|
+
"auth.token_invalid": "errors.auth.token_invalid",
|
|
3058
|
+
"auth.insufficient_permissions": "errors.auth.insufficient_permissions",
|
|
3059
|
+
"auth.email_taken": "errors.auth.email_taken",
|
|
3060
|
+
"auth.username_taken": "errors.auth.username_taken",
|
|
3061
|
+
"auth.wallet_signature_invalid": "errors.auth.wallet_signature_invalid"
|
|
3062
|
+
}, We = {
|
|
3063
|
+
"validation.error": "errors.validation.error",
|
|
3064
|
+
"validation.required_field_missing": "errors.validation.required_field_missing",
|
|
3065
|
+
"validation.invalid_format": "errors.validation.invalid_format",
|
|
3066
|
+
"validation.invalid_enum_value": "errors.validation.invalid_enum_value",
|
|
3067
|
+
"validation.string_too_short": "errors.validation.string_too_short",
|
|
3068
|
+
"validation.string_too_long": "errors.validation.string_too_long",
|
|
3069
|
+
"validation.number_too_small": "errors.validation.number_too_small",
|
|
3070
|
+
"validation.number_too_large": "errors.validation.number_too_large",
|
|
3071
|
+
"validation.array_too_short": "errors.validation.array_too_short",
|
|
3072
|
+
"validation.array_too_long": "errors.validation.array_too_long",
|
|
3073
|
+
"validation.file_too_large": "errors.validation.file_too_large",
|
|
3074
|
+
"validation.unsupported_file_type": "errors.validation.unsupported_file_type"
|
|
3075
|
+
}, Ye = {
|
|
3076
|
+
"database.entity_not_found": "errors.database.entity_not_found",
|
|
3077
|
+
"database.duplicate_entry": "errors.database.duplicate_entry",
|
|
3078
|
+
"database.relation_violation": "errors.database.relation_violation",
|
|
3079
|
+
"database.connection_error": "errors.database.connection_error",
|
|
3080
|
+
"database.transaction_failed": "errors.database.transaction_failed"
|
|
3081
|
+
}, qe = {
|
|
3082
|
+
"blockchain.connection_error": "errors.blockchain.connection_error",
|
|
3083
|
+
"blockchain.transaction_failed": "errors.blockchain.transaction_failed",
|
|
3084
|
+
"blockchain.wallet_connection_error": "errors.blockchain.wallet_connection_error",
|
|
3085
|
+
"blockchain.contract_interaction_error": "errors.blockchain.contract_interaction_error",
|
|
3086
|
+
"blockchain.insufficient_funds": "errors.blockchain.insufficient_funds"
|
|
3087
|
+
}, Je = {
|
|
3088
|
+
"system.internal_server_error": "errors.system.internal_server_error",
|
|
3089
|
+
"system.service_unavailable": "errors.system.service_unavailable",
|
|
3090
|
+
"system.external_service_error": "errors.system.external_service_error",
|
|
3091
|
+
"system.rate_limit_exceeded": "errors.system.rate_limit_exceeded",
|
|
3092
|
+
"system.feature_disabled": "errors.system.feature_disabled"
|
|
3093
|
+
}, Xe = {
|
|
3094
|
+
"generic.error": "errors.general.internal_error",
|
|
3095
|
+
"generic.not_found": "errors.general.not_found",
|
|
3096
|
+
"generic.conflict": "errors.general.conflict",
|
|
3097
|
+
"generic.timeout": "errors.general.timeout"
|
|
3098
|
+
}, Qe = {
|
|
3099
|
+
"auth.invalid_credentials": 401,
|
|
3100
|
+
"auth.account_locked": 423,
|
|
3101
|
+
"auth.email_not_verified": 403,
|
|
3102
|
+
"auth.token_expired": 401,
|
|
3103
|
+
"auth.token_invalid": 401,
|
|
3104
|
+
"auth.insufficient_permissions": 403,
|
|
3105
|
+
"auth.email_taken": 409,
|
|
3106
|
+
"auth.username_taken": 409,
|
|
3107
|
+
"auth.wallet_signature_invalid": 401
|
|
3108
|
+
}, Ze = {
|
|
3109
|
+
"validation.error": 400,
|
|
3110
|
+
"validation.required_field_missing": 400,
|
|
3111
|
+
"validation.invalid_format": 400,
|
|
3112
|
+
"validation.invalid_enum_value": 400,
|
|
3113
|
+
"validation.string_too_short": 400,
|
|
3114
|
+
"validation.string_too_long": 400,
|
|
3115
|
+
"validation.number_too_small": 400,
|
|
3116
|
+
"validation.number_too_large": 400,
|
|
3117
|
+
"validation.array_too_short": 400,
|
|
3118
|
+
"validation.array_too_long": 400,
|
|
3119
|
+
"validation.file_too_large": 400,
|
|
3120
|
+
"validation.unsupported_file_type": 400
|
|
3121
|
+
}, et = {
|
|
3122
|
+
"database.entity_not_found": 404,
|
|
3123
|
+
"database.duplicate_entry": 409,
|
|
3124
|
+
"database.relation_violation": 400,
|
|
3125
|
+
"database.connection_error": 503,
|
|
3126
|
+
"database.transaction_failed": 500
|
|
3127
|
+
}, tt = {
|
|
3128
|
+
"blockchain.connection_error": 503,
|
|
3129
|
+
"blockchain.transaction_failed": 400,
|
|
3130
|
+
"blockchain.wallet_connection_error": 503,
|
|
3131
|
+
"blockchain.contract_interaction_error": 400,
|
|
3132
|
+
"blockchain.insufficient_funds": 400
|
|
3133
|
+
}, rt = {
|
|
3134
|
+
"system.internal_server_error": 500,
|
|
3135
|
+
"system.service_unavailable": 503,
|
|
3136
|
+
"system.external_service_error": 502,
|
|
3137
|
+
"system.rate_limit_exceeded": 429,
|
|
3138
|
+
"system.feature_disabled": 503
|
|
3139
|
+
}, xe = {
|
|
3140
|
+
"generic.error": 500,
|
|
3141
|
+
"generic.not_found": 404,
|
|
3142
|
+
"generic.conflict": 409,
|
|
3143
|
+
"generic.timeout": 408
|
|
3144
|
+
}, U, R = (U = class extends Error {
|
|
3145
|
+
constructor(r, o = {}) {
|
|
3146
|
+
const { locale: a = "en", params: n, details: l, cause: m } = o, d = Ce(r, a, n);
|
|
3147
|
+
super(d);
|
|
3148
|
+
E(this, "name");
|
|
3149
|
+
E(this, "type");
|
|
3150
|
+
E(this, "code");
|
|
3151
|
+
E(this, "statusCode");
|
|
3152
|
+
E(this, "timestamp");
|
|
3153
|
+
E(this, "details");
|
|
3154
|
+
E(this, "cause");
|
|
3155
|
+
E(this, "correlationId");
|
|
3156
|
+
this.name = this.constructor.name, this.type = r, this.message = d, this.code = r.replace(/\./g, "_").toUpperCase(), this.statusCode = yt(r), this.timestamp = (/* @__PURE__ */ new Date()).toISOString(), this.details = l, this.cause = m, Error.captureStackTrace && Error.captureStackTrace(this, this.constructor);
|
|
3157
|
+
}
|
|
3158
|
+
// Serialization methods
|
|
3159
|
+
toJSON() {
|
|
3160
|
+
return {
|
|
3161
|
+
name: this.name,
|
|
3162
|
+
message: this.message,
|
|
3163
|
+
type: this.type,
|
|
3164
|
+
code: this.code,
|
|
3165
|
+
statusCode: this.statusCode,
|
|
3166
|
+
timestamp: this.timestamp,
|
|
3167
|
+
details: this.details,
|
|
3168
|
+
correlationId: this.correlationId
|
|
3169
|
+
};
|
|
3170
|
+
}
|
|
3171
|
+
// Factory method for creating error from plain object
|
|
3172
|
+
static fromJSON(r) {
|
|
3173
|
+
const o = new U(r.type);
|
|
3174
|
+
return Object.assign(o, r), o;
|
|
3175
|
+
}
|
|
3176
|
+
}, f(U, "BaseError"), U), $, Sr = ($ = class extends R {
|
|
3177
|
+
constructor(t, r = {}) {
|
|
3178
|
+
super(t, r);
|
|
3179
|
+
}
|
|
3180
|
+
}, f($, "ValidationError"), $), H, Nr = (H = class extends R {
|
|
3181
|
+
constructor(t, r = {}) {
|
|
3182
|
+
super(t, r);
|
|
3183
|
+
}
|
|
3184
|
+
}, f(H, "AuthError"), H), W;
|
|
3185
|
+
W = class extends R {
|
|
3186
|
+
constructor(t, r = {}) {
|
|
3187
|
+
super(t, r);
|
|
3188
|
+
}
|
|
3189
|
+
}, f(W, "ApiError");
|
|
3190
|
+
var Y;
|
|
3191
|
+
Y = class extends R {
|
|
3192
|
+
constructor(t, r = {}) {
|
|
3193
|
+
super(t, r);
|
|
3194
|
+
}
|
|
3195
|
+
}, f(Y, "BusinessError");
|
|
3196
|
+
var q, Ir = (q = class extends R {
|
|
3197
|
+
constructor(t, r = {}) {
|
|
3198
|
+
super(t, r);
|
|
3199
|
+
}
|
|
3200
|
+
}, f(q, "BlockchainError"), q), J;
|
|
3201
|
+
J = class extends R {
|
|
3202
|
+
constructor(t = "generic.error", r = {}) {
|
|
3203
|
+
super(t, r);
|
|
3204
|
+
}
|
|
3205
|
+
}, f(J, "GenericError");
|
|
3206
|
+
function Ce(e, t = "en", r) {
|
|
3207
|
+
try {
|
|
3208
|
+
const o = wt(e);
|
|
3209
|
+
return Se().t(o, {
|
|
3210
|
+
lang: t,
|
|
3211
|
+
interpolation: r,
|
|
3212
|
+
defaultValue: `Error: ${e}`
|
|
3213
|
+
});
|
|
3214
|
+
} catch {
|
|
3215
|
+
return Se().t("errors.general.internal_error", {
|
|
3216
|
+
lang: t,
|
|
3217
|
+
interpolation: r,
|
|
3218
|
+
defaultValue: "An internal server error occurred"
|
|
3219
|
+
});
|
|
3220
|
+
}
|
|
3221
|
+
}
|
|
3222
|
+
f(Ce, "translateError");
|
|
3223
|
+
function wt(e) {
|
|
3224
|
+
return e in He ? He[e] : e in We ? We[e] : e in Ye ? Ye[e] : e in qe ? qe[e] : e in Je ? Je[e] : e in Xe ? Xe[e] : "errors.general.internal_error";
|
|
3225
|
+
}
|
|
3226
|
+
f(wt, "getTranslationKeyForErrorType");
|
|
3227
|
+
function yt(e) {
|
|
3228
|
+
return e in Qe ? Qe[e] : e in Ze ? Ze[e] : e in et ? et[e] : e in tt ? tt[e] : e in rt ? rt[e] : e in xe ? xe[e] : xe[
|
|
3229
|
+
"system.internal_server_error"
|
|
3230
|
+
/* INTERNAL_SERVER_ERROR */
|
|
3231
|
+
];
|
|
3232
|
+
}
|
|
3233
|
+
f(yt, "getStatusCodeForType");
|
|
3234
|
+
function Or(e, t = "en", r) {
|
|
3235
|
+
if (typeof e == "string")
|
|
3236
|
+
return kt(e, r);
|
|
3237
|
+
if (e instanceof R)
|
|
3238
|
+
return e.message;
|
|
3239
|
+
const o = e;
|
|
3240
|
+
return o.type && Object.values(xt).includes(o.type) ? Ce(o.type, t, r) : e.message || "An unknown error occurred";
|
|
3241
|
+
}
|
|
3242
|
+
f(Or, "formatErrorMessage");
|
|
3243
|
+
function Cr(e, t) {
|
|
3244
|
+
const r = (/* @__PURE__ */ new Date()).toISOString();
|
|
3245
|
+
return e instanceof R ? {
|
|
3246
|
+
statusCode: e.statusCode,
|
|
3247
|
+
errorCode: e.code,
|
|
3248
|
+
message: e.message,
|
|
3249
|
+
correlationId: t ?? e.correlationId,
|
|
3250
|
+
timestamp: e.timestamp || r
|
|
3251
|
+
} : {
|
|
3252
|
+
statusCode: 500,
|
|
3253
|
+
errorCode: "INTERNAL_SERVER_ERROR",
|
|
3254
|
+
message: e.message || "An internal server error occurred",
|
|
3255
|
+
correlationId: t,
|
|
3256
|
+
timestamp: r
|
|
3257
|
+
};
|
|
3258
|
+
}
|
|
3259
|
+
f(Cr, "createErrorResponse");
|
|
3260
|
+
function Tr(e, t) {
|
|
3261
|
+
return e instanceof R && e.type === t;
|
|
3262
|
+
}
|
|
3263
|
+
f(Tr, "isErrorType");
|
|
3264
|
+
function Lr(e) {
|
|
3265
|
+
return e instanceof Sr || e instanceof R && e.type.startsWith("validation.");
|
|
3266
|
+
}
|
|
3267
|
+
f(Lr, "isValidationError");
|
|
3268
|
+
function zr(e) {
|
|
3269
|
+
return e instanceof Nr || e instanceof R && e.type.startsWith("auth.");
|
|
3270
|
+
}
|
|
3271
|
+
f(zr, "isAuthError");
|
|
3272
|
+
function Mr(e) {
|
|
3273
|
+
return e instanceof Ir || e instanceof R && e.type.startsWith("blockchain.");
|
|
3274
|
+
}
|
|
3275
|
+
f(Mr, "isBlockchainError");
|
|
3276
|
+
function Pr(e) {
|
|
3277
|
+
return e.toJSON();
|
|
3278
|
+
}
|
|
3279
|
+
f(Pr, "serializeError");
|
|
3280
|
+
function Dr(e) {
|
|
3281
|
+
return R.fromJSON(e);
|
|
3282
|
+
}
|
|
3283
|
+
f(Dr, "deserializeError");
|
|
3284
|
+
function Vr(e) {
|
|
3285
|
+
return e.map((t) => ({
|
|
3286
|
+
field: t.field,
|
|
3287
|
+
message: t.message,
|
|
3288
|
+
errorCode: "VALIDATION_ERROR",
|
|
3289
|
+
context: {
|
|
3290
|
+
valueGiven: t.value,
|
|
3291
|
+
constraints: t.constraints
|
|
3292
|
+
}
|
|
3293
|
+
}));
|
|
3294
|
+
}
|
|
3295
|
+
f(Vr, "createValidationErrorDetails");
|
|
3296
|
+
var S;
|
|
3297
|
+
S = class {
|
|
3298
|
+
constructor() {
|
|
3299
|
+
E(this, "fallbackLocale");
|
|
3300
|
+
this.fallbackLocale = "en";
|
|
3301
|
+
}
|
|
3302
|
+
/**
|
|
3303
|
+
* Get the singleton instance of LocaleDetector.
|
|
3304
|
+
* @returns {LocaleDetector} The singleton instance.
|
|
3305
|
+
*/
|
|
3306
|
+
static getInstance() {
|
|
3307
|
+
return S.instance || (S.instance = new S()), S.instance;
|
|
3308
|
+
}
|
|
3309
|
+
/**
|
|
3310
|
+
* Detect locale using server-side request or client-side settings.
|
|
3311
|
+
* @param {any} [request] - Optional server request object.
|
|
3312
|
+
* @returns {string} Detected locale string.
|
|
3313
|
+
*/
|
|
3314
|
+
detectLocale(t) {
|
|
3315
|
+
return t ? this.detectFromRequest(t) : this.fallbackLocale;
|
|
3316
|
+
}
|
|
3317
|
+
/**
|
|
3318
|
+
* Detect locale from a server request (query, headers, cookies).
|
|
3319
|
+
* @param {any} request - Server request object.
|
|
3320
|
+
* @returns {string} Detected locale string.
|
|
3321
|
+
* @private
|
|
3322
|
+
*/
|
|
3323
|
+
detectFromRequest(t) {
|
|
3324
|
+
var n, l, m;
|
|
3325
|
+
const r = (n = t.url.split("?")[1]) == null ? void 0 : n.split("=")[1], o = t.headers.get("accept-language"), a = (m = (l = t.headers.get("cookie")) == null ? void 0 : l.split("; ").find((d) => d.startsWith("locale="))) == null ? void 0 : m.split("=")[1];
|
|
3326
|
+
return r ?? a ?? this.parseAcceptLanguage(o ?? "") ?? this.fallbackLocale;
|
|
3327
|
+
}
|
|
3328
|
+
/**
|
|
3329
|
+
* Parse Accept-Language header and return the highest priority language.
|
|
3330
|
+
* @param {string} header - Accept-Language header value.
|
|
3331
|
+
* @returns {string|null} Best language or null.
|
|
3332
|
+
* @private
|
|
3333
|
+
*/
|
|
3334
|
+
parseAcceptLanguage(t) {
|
|
3335
|
+
if (!t)
|
|
3336
|
+
return null;
|
|
3337
|
+
let r = null, o = 0;
|
|
3338
|
+
for (const a of t.split(",")) {
|
|
3339
|
+
const { lang: n, q: l } = this.parseLangAndQ(a.trim());
|
|
3340
|
+
if (l > o && (o = l, r = n, l === 1))
|
|
3341
|
+
break;
|
|
3342
|
+
}
|
|
3343
|
+
return r;
|
|
3344
|
+
}
|
|
3345
|
+
parseLangAndQ(t) {
|
|
3346
|
+
const r = t.indexOf(";"), o = r === -1 ? t : t.slice(0, Math.max(0, r));
|
|
3347
|
+
let a = 1;
|
|
3348
|
+
if (r !== -1) {
|
|
3349
|
+
const n = /q=(?<q>[\d.]+)/.exec(t.slice(r + 1));
|
|
3350
|
+
a = n != null && n.groups ? Number.parseFloat(n.groups.q) || 0 : 1;
|
|
3351
|
+
}
|
|
3352
|
+
return { lang: o, q: a };
|
|
3353
|
+
}
|
|
3354
|
+
/**
|
|
3355
|
+
* Set the fallback locale.
|
|
3356
|
+
* @param {string} locale - Fallback locale string.
|
|
3357
|
+
* @internal
|
|
3358
|
+
*/
|
|
3359
|
+
setFallbackLocale(t) {
|
|
3360
|
+
this.fallbackLocale = t;
|
|
3361
|
+
}
|
|
3362
|
+
}, f(S, "LocaleDetector"), E(S, "instance");
|
|
3363
|
+
var X;
|
|
3364
|
+
X = class {
|
|
3365
|
+
constructor(t) {
|
|
3366
|
+
E(this, "namespaces");
|
|
3367
|
+
this.namespaces = t ? new Map(t) : /* @__PURE__ */ new Map();
|
|
3368
|
+
}
|
|
3369
|
+
/**
|
|
3370
|
+
* Add a namespace with its translations.
|
|
3371
|
+
* @param {string} name - Namespace name.
|
|
3372
|
+
* @param {Record<string, string>} translations - Translation key-value pairs.
|
|
3373
|
+
* @throws {Error} If the namespace name is invalid.
|
|
3374
|
+
*/
|
|
3375
|
+
addNamespace(t, r) {
|
|
3376
|
+
if (!Rt(t))
|
|
3377
|
+
throw new Error("Invalid namespace name");
|
|
3378
|
+
this.namespaces.set(t, r);
|
|
3379
|
+
}
|
|
3380
|
+
/**
|
|
3381
|
+
* Get a namespace by name.
|
|
3382
|
+
* @param {string} name - Namespace name.
|
|
3383
|
+
* @returns {Record<string, string> | undefined} Namespace translations or undefined.
|
|
3384
|
+
*/
|
|
3385
|
+
getNamespace(t) {
|
|
3386
|
+
return this.namespaces.get(t);
|
|
3387
|
+
}
|
|
3388
|
+
/**
|
|
3389
|
+
* Get all namespace names.
|
|
3390
|
+
* @returns {string[]} Array of namespace names.
|
|
3391
|
+
*/
|
|
3392
|
+
getAllNamespaces() {
|
|
3393
|
+
return [...this.namespaces.keys()];
|
|
3394
|
+
}
|
|
3395
|
+
/**
|
|
3396
|
+
* Merge two namespaces into the target.
|
|
3397
|
+
* @param {string} target - Target namespace name.
|
|
3398
|
+
* @param {string} source - Source namespace name.
|
|
3399
|
+
*/
|
|
3400
|
+
mergeNamespaces(t, r) {
|
|
3401
|
+
const o = this.namespaces.get(t) ?? {}, a = this.namespaces.get(r) ?? {};
|
|
3402
|
+
this.namespaces.set(t, { ...o, ...a });
|
|
3403
|
+
}
|
|
3404
|
+
/**
|
|
3405
|
+
* Validate a namespace against a schema.
|
|
3406
|
+
* @param {string} name - Namespace name.
|
|
3407
|
+
* @param {Record<string, string>} [schema] - Optional schema to validate against.
|
|
3408
|
+
* @returns {boolean} True if valid, false otherwise.
|
|
3409
|
+
*/
|
|
3410
|
+
validateNamespace(t, r) {
|
|
3411
|
+
const o = this.namespaces.get(t);
|
|
3412
|
+
return o ? r ? Object.entries(r).every(([a, n]) => {
|
|
3413
|
+
var m;
|
|
3414
|
+
const l = (m = Object.getOwnPropertyDescriptor(o, a)) == null ? void 0 : m.value;
|
|
3415
|
+
return l !== void 0 && typeof l === n;
|
|
3416
|
+
}) : !0 : !1;
|
|
3417
|
+
}
|
|
3418
|
+
}, f(X, "NamespaceManager");
|
|
3419
|
+
function Rt(e) {
|
|
3420
|
+
return /^\w+$/.test(e);
|
|
3421
|
+
}
|
|
3422
|
+
f(Rt, "isSafeKey");
|
|
3423
|
+
var Fr = [
|
|
3424
|
+
"a",
|
|
3425
|
+
"button",
|
|
3426
|
+
"div",
|
|
3427
|
+
"form",
|
|
3428
|
+
"h2",
|
|
3429
|
+
"h3",
|
|
3430
|
+
"img",
|
|
3431
|
+
"input",
|
|
3432
|
+
"label",
|
|
3433
|
+
"li",
|
|
3434
|
+
"nav",
|
|
3435
|
+
"ol",
|
|
3436
|
+
"p",
|
|
3437
|
+
"select",
|
|
3438
|
+
"span",
|
|
3439
|
+
"svg",
|
|
3440
|
+
"ul"
|
|
3441
|
+
], Ur = Fr.reduce((e, t) => {
|
|
3442
|
+
const r = Ot(`Primitive.${t}`), o = nt.forwardRef((a, n) => {
|
|
3443
|
+
const { asChild: l, ...m } = a, d = l ? r : t;
|
|
3444
|
+
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ L(d, { ...m, ref: n });
|
|
3445
|
+
});
|
|
3446
|
+
return o.displayName = `Primitive.${t}`, { ...e, [t]: o };
|
|
3447
|
+
}, {});
|
|
3448
|
+
function Qr(e, t) {
|
|
3449
|
+
e && Tt.flushSync(() => e.dispatchEvent(t));
|
|
3450
|
+
}
|
|
3451
|
+
var Gr = "Separator", ot = "horizontal", Br = ["horizontal", "vertical"], At = nt.forwardRef((e, t) => {
|
|
3452
|
+
const { decorative: r, orientation: o = ot, ...a } = e, n = jr(o) ? o : ot, m = r ? { role: "none" } : { "aria-orientation": n === "vertical" ? n : void 0, role: "separator" };
|
|
3453
|
+
return /* @__PURE__ */ L(
|
|
3454
|
+
Ur.div,
|
|
3455
|
+
{
|
|
3456
|
+
"data-orientation": n,
|
|
3457
|
+
...m,
|
|
3458
|
+
...a,
|
|
3459
|
+
ref: t
|
|
3460
|
+
}
|
|
3461
|
+
);
|
|
3462
|
+
});
|
|
3463
|
+
At.displayName = Gr;
|
|
3464
|
+
function jr(e) {
|
|
3465
|
+
return Br.includes(e);
|
|
3466
|
+
}
|
|
3467
|
+
var Kr = At;
|
|
3468
|
+
function Zr({
|
|
3469
|
+
className: e,
|
|
3470
|
+
orientation: t = "horizontal",
|
|
3471
|
+
decorative: r = !0,
|
|
3472
|
+
...o
|
|
3473
|
+
}) {
|
|
3474
|
+
return /* @__PURE__ */ L(
|
|
3475
|
+
Kr,
|
|
3476
|
+
{
|
|
3477
|
+
"data-slot": "separator",
|
|
3478
|
+
decorative: r,
|
|
3479
|
+
orientation: t,
|
|
3480
|
+
className: me(
|
|
3481
|
+
"bg-border shrink-0 data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px",
|
|
3482
|
+
e
|
|
3483
|
+
),
|
|
3484
|
+
...o
|
|
3485
|
+
}
|
|
3486
|
+
);
|
|
3487
|
+
}
|
|
3488
|
+
function eo({ className: e, ...t }) {
|
|
3489
|
+
return /* @__PURE__ */ L(
|
|
3490
|
+
"div",
|
|
3491
|
+
{
|
|
3492
|
+
"data-slot": "skeleton",
|
|
3493
|
+
className: me("bg-primary animate-pulse rounded-md", e),
|
|
3494
|
+
...t
|
|
3495
|
+
}
|
|
3496
|
+
);
|
|
3497
|
+
}
|
|
2881
3498
|
export {
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
3499
|
+
br as A,
|
|
3500
|
+
Jr as B,
|
|
3501
|
+
Xr as I,
|
|
3502
|
+
Ur as P,
|
|
3503
|
+
Zr as S,
|
|
3504
|
+
fr as a,
|
|
3505
|
+
_r as b,
|
|
3506
|
+
me as c,
|
|
3507
|
+
pr as d,
|
|
3508
|
+
eo as e,
|
|
3509
|
+
vr as f,
|
|
3510
|
+
Qr as g
|
|
2892
3511
|
};
|