@bzync/rui 0.0.4 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -0
- package/dist/autocomplete-D6z5B-WU.cjs +1 -0
- package/dist/{autocomplete-BgKbj6M4.js → autocomplete-bgySuP8X.js} +149 -142
- package/dist/calendar-CQumLNgS.cjs +1 -0
- package/dist/{calendar-j2_zvum1.js → calendar-nkYCMEy3.js} +9 -9
- package/dist/charts-Cot5lCgC.cjs +1 -0
- package/dist/{charts-CxEy2c3M.js → charts-Dscl6UC3.js} +122 -145
- package/dist/cn-B6R3HKzx.cjs +1 -0
- package/dist/{cn-DpgY2leY.js → cn-BJyZJP-y.js} +389 -389
- package/dist/{component-styles-Bgy44fc8.js → component-styles-C2CbHEEA.js} +2 -2
- package/dist/component-styles-DY4wigiq.cjs +1 -0
- package/dist/components/accordion.cjs +1 -1
- package/dist/components/accordion.js +2 -2
- package/dist/components/alert.cjs +1 -1
- package/dist/components/alert.js +3 -3
- package/dist/components/aspect-ratio.cjs +1 -0
- package/dist/components/aspect-ratio.d.ts +5 -0
- package/dist/components/aspect-ratio.js +20 -0
- package/dist/components/auth-backdrop.cjs +1 -1
- package/dist/components/auth-backdrop.d.ts +4 -1
- package/dist/components/auth-backdrop.js +12 -8
- package/dist/components/autocomplete/dropdown.d.ts +4 -1
- package/dist/components/autocomplete/multi-trigger.d.ts +3 -1
- package/dist/components/autocomplete/single-trigger.d.ts +3 -1
- package/dist/components/autocomplete/types.d.ts +15 -0
- package/dist/components/autocomplete.cjs +1 -1
- package/dist/components/autocomplete.js +1 -1
- package/dist/components/avatar-group.cjs +1 -0
- package/dist/components/avatar-group.d.ts +14 -0
- package/dist/components/avatar-group.js +35 -0
- package/dist/components/avatar.cjs +1 -1
- package/dist/components/avatar.js +2 -2
- package/dist/components/badge.cjs +1 -1
- package/dist/components/badge.js +1 -1
- package/dist/components/billing-interval-toggle.cjs +1 -1
- package/dist/components/billing-interval-toggle.d.ts +4 -6
- package/dist/components/billing-interval-toggle.js +26 -19
- package/dist/components/blockquote.cjs +1 -0
- package/dist/components/blockquote.d.ts +10 -0
- package/dist/components/blockquote.js +32 -0
- package/dist/components/breadcrumb.cjs +1 -1
- package/dist/components/breadcrumb.js +2 -2
- package/dist/components/button-group.cjs +1 -0
- package/dist/components/button-group.d.ts +7 -0
- package/dist/components/button-group.js +26 -0
- package/dist/components/button.cjs +1 -1
- package/dist/components/button.d.ts +2 -0
- package/dist/components/button.js +79 -36
- package/dist/components/calendar.cjs +1 -1
- package/dist/components/calendar.js +1 -1
- package/dist/components/callout.cjs +1 -1
- package/dist/components/callout.js +14 -14
- package/dist/components/card.cjs +1 -1
- package/dist/components/card.js +1 -1
- package/dist/components/charts/shared.d.ts +15 -0
- package/dist/components/charts.cjs +1 -1
- package/dist/components/charts.js +1 -1
- package/dist/components/checkbox.cjs +1 -1
- package/dist/components/checkbox.js +3 -3
- package/dist/components/code.cjs +3 -3
- package/dist/components/code.d.ts +4 -4
- package/dist/components/code.js +62 -60
- package/dist/components/command.cjs +1 -1
- package/dist/components/command.d.ts +8 -1
- package/dist/components/command.js +84 -83
- package/dist/components/confirm-dialog.cjs +1 -1
- package/dist/components/confirm-dialog.d.ts +8 -1
- package/dist/components/confirm-dialog.js +37 -31
- package/dist/components/copy-button.cjs +1 -1
- package/dist/components/copy-button.js +5 -4
- package/dist/components/currency.cjs +1 -0
- package/dist/components/currency.d.ts +18 -0
- package/dist/components/currency.js +62 -0
- package/dist/components/datatable/types.d.ts +4 -0
- package/dist/components/datatable.cjs +1 -1
- package/dist/components/datatable.d.ts +1 -5
- package/dist/components/datatable.js +1 -1
- package/dist/components/datepicker.cjs +1 -1
- package/dist/components/datepicker.d.ts +3 -3
- package/dist/components/datepicker.js +234 -105
- package/dist/components/description-list.cjs +1 -0
- package/dist/components/description-list.d.ts +14 -0
- package/dist/components/description-list.js +38 -0
- package/dist/components/divider.cjs +1 -0
- package/dist/components/divider.d.ts +12 -0
- package/dist/components/divider.js +45 -0
- package/dist/components/drawer.cjs +1 -1
- package/dist/components/drawer.d.ts +6 -1
- package/dist/components/drawer.js +128 -2
- package/dist/components/dropdown-menu-panel.cjs +1 -0
- package/dist/components/dropdown-menu-panel.d.ts +24 -0
- package/dist/components/dropdown-menu-panel.js +84 -0
- package/dist/components/dropdown-menu.cjs +1 -1
- package/dist/components/dropdown-menu.d.ts +5 -1
- package/dist/components/dropdown-menu.js +38 -93
- package/dist/components/empty-state.cjs +1 -1
- package/dist/components/empty-state.d.ts +5 -1
- package/dist/components/empty-state.js +9 -9
- package/dist/components/error-state.cjs +1 -1
- package/dist/components/error-state.js +2 -2
- package/dist/components/file-upload.cjs +1 -1
- package/dist/components/file-upload.js +4 -4
- package/dist/components/form-field.cjs +1 -1
- package/dist/components/form-field.d.ts +9 -0
- package/dist/components/form-field.js +49 -14
- package/dist/components/info-button.cjs +1 -1
- package/dist/components/info-button.d.ts +5 -3
- package/dist/components/info-button.js +33 -29
- package/dist/components/input.cjs +1 -1
- package/dist/components/input.js +3 -3
- package/dist/components/kbd.cjs +1 -1
- package/dist/components/kbd.js +1 -1
- package/dist/components/label.cjs +1 -1
- package/dist/components/label.js +2 -2
- package/dist/components/layout.cjs +1 -1
- package/dist/components/layout.js +1 -1
- package/dist/components/link.cjs +1 -1
- package/dist/components/link.js +1 -1
- package/dist/components/list.cjs +1 -1
- package/dist/components/list.js +1 -1
- package/dist/components/modal.cjs +1 -1
- package/dist/components/modal.d.ts +8 -1
- package/dist/components/modal.js +74 -120
- package/dist/components/navigation.cjs +1 -1
- package/dist/components/navigation.js +2 -2
- package/dist/components/number-input.cjs +1 -1
- package/dist/components/number-input.js +3 -3
- package/dist/components/otp-input.cjs +1 -1
- package/dist/components/otp-input.js +2 -2
- package/dist/components/overlay.cjs +1 -0
- package/dist/components/overlay.d.ts +52 -0
- package/dist/components/overlay.js +87 -0
- package/dist/components/pagination.cjs +1 -1
- package/dist/components/pagination.js +2 -2
- package/dist/components/popover.cjs +1 -1
- package/dist/components/popover.d.ts +2 -1
- package/dist/components/popover.js +41 -40
- package/dist/components/progressbar.cjs +1 -1
- package/dist/components/progressbar.js +1 -1
- package/dist/components/radio.cjs +1 -1
- package/dist/components/radio.js +3 -3
- package/dist/components/rating.cjs +1 -0
- package/dist/components/rating.d.ts +15 -0
- package/dist/components/rating.js +75 -0
- package/dist/components/richtext.cjs +1 -1
- package/dist/components/richtext.js +2 -2
- package/dist/components/scroll-area.cjs +1 -0
- package/dist/components/scroll-area.d.ts +8 -0
- package/dist/components/scroll-area.js +19 -0
- package/dist/components/select/option-list.d.ts +3 -1
- package/dist/components/select/types.d.ts +4 -0
- package/dist/components/select.cjs +1 -1
- package/dist/components/select.js +1 -1
- package/dist/components/seo.cjs +1 -1
- package/dist/components/seo.js +1 -1
- package/dist/components/separator.cjs +1 -1
- package/dist/components/separator.js +1 -1
- package/dist/components/skeleton.cjs +1 -1
- package/dist/components/skeleton.d.ts +14 -1
- package/dist/components/skeleton.js +56 -4
- package/dist/components/slider.cjs +1 -1
- package/dist/components/slider.js +2 -2
- package/dist/components/slot.cjs +1 -0
- package/dist/components/slot.d.ts +12 -0
- package/dist/components/slot.js +16 -0
- package/dist/components/snackbar-viewport.cjs +1 -0
- package/dist/components/snackbar-viewport.d.ts +27 -0
- package/dist/components/snackbar-viewport.js +181 -0
- package/dist/components/snackbar.cjs +1 -1
- package/dist/components/snackbar.d.ts +5 -1
- package/dist/components/snackbar.js +36 -200
- package/dist/components/spinner.cjs +1 -1
- package/dist/components/spinner.js +1 -1
- package/dist/components/stat.cjs +1 -1
- package/dist/components/stat.js +1 -1
- package/dist/components/status-dot.cjs +1 -1
- package/dist/components/status-dot.js +1 -1
- package/dist/components/stepper.cjs +1 -1
- package/dist/components/stepper.js +5 -5
- package/dist/components/switch.cjs +1 -1
- package/dist/components/switch.js +37 -43
- package/dist/components/table.cjs +1 -1
- package/dist/components/table.js +1 -1
- package/dist/components/tabs.cjs +1 -1
- package/dist/components/tabs.d.ts +6 -4
- package/dist/components/tabs.js +51 -81
- package/dist/components/tag.cjs +1 -1
- package/dist/components/tag.js +1 -1
- package/dist/components/terminal.cjs +1 -1
- package/dist/components/terminal.js +1 -1
- package/dist/components/textarea.cjs +1 -1
- package/dist/components/textarea.js +3 -3
- package/dist/components/theme-provider.cjs +1 -1
- package/dist/components/theme-provider.js +1 -1
- package/dist/components/theme-toggle.cjs +1 -1
- package/dist/components/theme-toggle.js +27 -3
- package/dist/components/time-picker.cjs +1 -0
- package/dist/components/time-picker.d.ts +31 -0
- package/dist/components/time-picker.js +394 -0
- package/dist/components/timeline.cjs +1 -1
- package/dist/components/timeline.js +1 -1
- package/dist/components/toggle.cjs +1 -0
- package/dist/components/toggle.d.ts +42 -0
- package/dist/components/toggle.js +116 -0
- package/dist/components/tooltip.cjs +1 -1
- package/dist/components/tooltip.d.ts +2 -1
- package/dist/components/tooltip.js +37 -36
- package/dist/components/tree.cjs +1 -1
- package/dist/components/tree.js +1 -1
- package/dist/components/typography.cjs +1 -0
- package/dist/components/typography.d.ts +50 -0
- package/dist/components/typography.js +202 -0
- package/dist/components/visually-hidden.cjs +1 -0
- package/dist/components/visually-hidden.d.ts +16 -0
- package/dist/components/visually-hidden.js +13 -0
- package/dist/{datatable-yBN4M3UV.js → datatable-BJoZMrKI.js} +6 -6
- package/dist/datatable-t0U7t_xh.cjs +1 -0
- package/dist/icons-Dfetr1L2.cjs +1 -0
- package/dist/icons-Dk7VZ4Ph.js +51 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +16 -0
- package/dist/index.js +125 -86
- package/dist/lib/cn.d.ts +13 -1
- package/dist/lib/component-styles.d.ts +14 -2
- package/dist/lib/icons.d.ts +12 -0
- package/dist/lib/motion.d.ts +58 -0
- package/dist/motion-B2shivEB.cjs +1 -0
- package/dist/motion-gnRzFS5f.js +62 -0
- package/dist/select-ByjnuEcE.cjs +1 -0
- package/dist/{select-ClWrcj3R.js → select-CiMzLhUK.js} +128 -122
- package/dist/styles.css +1 -1
- package/dist/{terminal-CpraMs50.cjs → terminal-1U0ftG3i.cjs} +2 -2
- package/dist/{terminal-BOR2cFi1.js → terminal-VXdxVoAv.js} +4 -4
- package/dist/use-focus-trap-CPLT49gN.cjs +1 -0
- package/dist/use-focus-trap-CS6BXJAB.js +77 -0
- package/dist/{utils-CQ8pvCtk.js → utils-DEw5mQrH.js} +1 -1
- package/dist/{utils-DOFJTw8o.cjs → utils-MnnCTelh.cjs} +1 -1
- package/package.json +56 -9
- package/dist/autocomplete-Bk4pRQ2R.cjs +0 -1
- package/dist/calendar-CUXpVrVE.cjs +0 -1
- package/dist/charts-UDqS1BH1.cjs +0 -1
- package/dist/cn-BdjraxxU.cjs +0 -1
- package/dist/component-styles-DOUctc8_.cjs +0 -1
- package/dist/createLucideIcon-DDY8HuQR.js +0 -42
- package/dist/createLucideIcon-b_X_3fj-.cjs +0 -1
- package/dist/datatable-rzDgQ3r6.cjs +0 -1
- package/dist/drawer-CTeBsYrO.cjs +0 -1
- package/dist/drawer-ixuzyLVS.js +0 -189
- package/dist/select-BFwx--uK.cjs +0 -1
- package/dist/theme-toggle-Bb0BYo51.js +0 -71
- package/dist/theme-toggle-Cld8tktJ.cjs +0 -1
|
@@ -1,115 +1,98 @@
|
|
|
1
|
-
//#region node_modules/clsx/dist/clsx.mjs
|
|
2
|
-
function e(t) {
|
|
3
|
-
var n, r, i = "";
|
|
4
|
-
if (typeof t == "string" || typeof t == "number") i += t;
|
|
5
|
-
else if (typeof t == "object") {
|
|
6
|
-
if (Array.isArray(t)) {
|
|
7
|
-
var a = t.length;
|
|
8
|
-
for (n = 0; n < a; n++) t[n] && (r = e(t[n])) && (i && (i += " "), i += r);
|
|
9
|
-
} else for (r in t) t[r] && (i && (i += " "), i += r);
|
|
10
|
-
}
|
|
11
|
-
return i;
|
|
12
|
-
}
|
|
13
|
-
function t() {
|
|
14
|
-
for (var t, n, r = 0, i = "", a = arguments.length; r < a; r++) (t = arguments[r]) && (n = e(t)) && (i && (i += " "), i += n);
|
|
15
|
-
return i;
|
|
16
|
-
}
|
|
17
|
-
//#endregion
|
|
18
1
|
//#region node_modules/tailwind-merge/dist/bundle-mjs.mjs
|
|
19
|
-
var
|
|
2
|
+
var e = (e, t) => {
|
|
20
3
|
let n = Array(e.length + t.length);
|
|
21
4
|
for (let t = 0; t < e.length; t++) n[t] = e[t];
|
|
22
5
|
for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
|
|
23
6
|
return n;
|
|
24
|
-
},
|
|
7
|
+
}, t = (e, t) => ({
|
|
25
8
|
classGroupId: e,
|
|
26
9
|
validator: t
|
|
27
|
-
}),
|
|
10
|
+
}), n = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
|
|
28
11
|
nextPart: e,
|
|
29
12
|
validators: t,
|
|
30
13
|
classGroupId: n
|
|
31
|
-
}),
|
|
32
|
-
let
|
|
14
|
+
}), r = "-", i = [], a = "arbitrary..", o = (t) => {
|
|
15
|
+
let n = l(t), { conflictingClassGroups: a, conflictingClassGroupModifiers: o } = t;
|
|
33
16
|
return {
|
|
34
17
|
getClassGroupId: (e) => {
|
|
35
|
-
if (e.startsWith("[") && e.endsWith("]")) return
|
|
36
|
-
let
|
|
37
|
-
return
|
|
18
|
+
if (e.startsWith("[") && e.endsWith("]")) return c(e);
|
|
19
|
+
let t = e.split(r);
|
|
20
|
+
return s(t, +(t[0] === "" && t.length > 1), n);
|
|
38
21
|
},
|
|
39
|
-
getConflictingClassGroupIds: (
|
|
40
|
-
if (
|
|
41
|
-
let
|
|
42
|
-
return
|
|
22
|
+
getConflictingClassGroupIds: (t, n) => {
|
|
23
|
+
if (n) {
|
|
24
|
+
let n = o[t], r = a[t];
|
|
25
|
+
return n ? r ? e(r, n) : n : r || i;
|
|
43
26
|
}
|
|
44
|
-
return
|
|
27
|
+
return a[t] || i;
|
|
45
28
|
}
|
|
46
29
|
};
|
|
47
|
-
},
|
|
30
|
+
}, s = (e, t, n) => {
|
|
48
31
|
if (e.length - t === 0) return n.classGroupId;
|
|
49
|
-
let
|
|
50
|
-
if (
|
|
51
|
-
let n =
|
|
32
|
+
let i = e[t], a = n.nextPart.get(i);
|
|
33
|
+
if (a) {
|
|
34
|
+
let n = s(e, t + 1, a);
|
|
52
35
|
if (n) return n;
|
|
53
36
|
}
|
|
54
37
|
let o = n.validators;
|
|
55
38
|
if (o === null) return;
|
|
56
|
-
let
|
|
57
|
-
for (let e = 0; e <
|
|
39
|
+
let c = t === 0 ? e.join(r) : e.slice(t).join(r), l = o.length;
|
|
40
|
+
for (let e = 0; e < l; e++) {
|
|
58
41
|
let t = o[e];
|
|
59
|
-
if (t.validator(
|
|
42
|
+
if (t.validator(c)) return t.classGroupId;
|
|
60
43
|
}
|
|
61
|
-
},
|
|
44
|
+
}, c = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
|
|
62
45
|
let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
|
|
63
|
-
return r ?
|
|
64
|
-
})(),
|
|
46
|
+
return r ? a + r : void 0;
|
|
47
|
+
})(), l = (e) => {
|
|
65
48
|
let { theme: t, classGroups: n } = e;
|
|
66
|
-
return
|
|
67
|
-
},
|
|
68
|
-
let
|
|
69
|
-
for (let
|
|
70
|
-
let i = e[
|
|
71
|
-
|
|
49
|
+
return u(n, t);
|
|
50
|
+
}, u = (e, t) => {
|
|
51
|
+
let r = n();
|
|
52
|
+
for (let n in e) {
|
|
53
|
+
let i = e[n];
|
|
54
|
+
d(i, r, n, t);
|
|
72
55
|
}
|
|
73
|
-
return
|
|
74
|
-
},
|
|
56
|
+
return r;
|
|
57
|
+
}, d = (e, t, n, r) => {
|
|
75
58
|
let i = e.length;
|
|
76
59
|
for (let a = 0; a < i; a++) {
|
|
77
60
|
let i = e[a];
|
|
78
|
-
|
|
61
|
+
ee(i, t, n, r);
|
|
79
62
|
}
|
|
80
|
-
},
|
|
63
|
+
}, ee = (e, t, n, r) => {
|
|
81
64
|
if (typeof e == "string") {
|
|
82
|
-
|
|
65
|
+
f(e, t, n);
|
|
83
66
|
return;
|
|
84
67
|
}
|
|
85
68
|
if (typeof e == "function") {
|
|
86
|
-
|
|
69
|
+
p(e, t, n, r);
|
|
87
70
|
return;
|
|
88
71
|
}
|
|
89
|
-
|
|
90
|
-
},
|
|
91
|
-
let r = e === "" ? t :
|
|
72
|
+
m(e, t, n, r);
|
|
73
|
+
}, f = (e, t, n) => {
|
|
74
|
+
let r = e === "" ? t : h(t, e);
|
|
92
75
|
r.classGroupId = n;
|
|
93
|
-
},
|
|
94
|
-
if (
|
|
95
|
-
|
|
76
|
+
}, p = (e, n, r, i) => {
|
|
77
|
+
if (g(e)) {
|
|
78
|
+
d(e(i), n, r, i);
|
|
96
79
|
return;
|
|
97
80
|
}
|
|
98
|
-
|
|
99
|
-
},
|
|
81
|
+
n.validators === null && (n.validators = []), n.validators.push(t(r, e));
|
|
82
|
+
}, m = (e, t, n, r) => {
|
|
100
83
|
let i = Object.entries(e), a = i.length;
|
|
101
84
|
for (let e = 0; e < a; e++) {
|
|
102
85
|
let [a, o] = i[e];
|
|
103
|
-
|
|
86
|
+
d(o, h(t, a), n, r);
|
|
104
87
|
}
|
|
105
|
-
},
|
|
106
|
-
let
|
|
88
|
+
}, h = (e, t) => {
|
|
89
|
+
let i = e, a = t.split(r), o = a.length;
|
|
107
90
|
for (let e = 0; e < o; e++) {
|
|
108
|
-
let t =
|
|
109
|
-
|
|
91
|
+
let t = a[e], r = i.nextPart.get(t);
|
|
92
|
+
r || (r = n(), i.nextPart.set(t, r)), i = r;
|
|
110
93
|
}
|
|
111
|
-
return
|
|
112
|
-
},
|
|
94
|
+
return i;
|
|
95
|
+
}, g = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, _ = (e) => {
|
|
113
96
|
if (e < 1) return {
|
|
114
97
|
get: () => void 0,
|
|
115
98
|
set: () => {}
|
|
@@ -127,19 +110,19 @@ var n = (e, t) => {
|
|
|
127
110
|
e in n ? n[e] = t : i(e, t);
|
|
128
111
|
}
|
|
129
112
|
};
|
|
130
|
-
},
|
|
113
|
+
}, v = "!", y = ":", b = [], x = (e, t, n, r, i) => ({
|
|
131
114
|
modifiers: e,
|
|
132
115
|
hasImportantModifier: t,
|
|
133
116
|
baseClassName: n,
|
|
134
117
|
maybePostfixModifierPosition: r,
|
|
135
118
|
isExternal: i
|
|
136
|
-
}),
|
|
119
|
+
}), S = (e) => {
|
|
137
120
|
let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
|
|
138
121
|
let t = [], n = 0, r = 0, i = 0, a, o = e.length;
|
|
139
122
|
for (let s = 0; s < o; s++) {
|
|
140
123
|
let o = e[s];
|
|
141
124
|
if (n === 0 && r === 0) {
|
|
142
|
-
if (o ===
|
|
125
|
+
if (o === y) {
|
|
143
126
|
t.push(e.slice(i, s)), i = s + 1;
|
|
144
127
|
continue;
|
|
145
128
|
}
|
|
@@ -151,13 +134,13 @@ var n = (e, t) => {
|
|
|
151
134
|
o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
|
|
152
135
|
}
|
|
153
136
|
let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
|
|
154
|
-
s.endsWith(
|
|
137
|
+
s.endsWith(v) ? (c = s.slice(0, -1), l = !0) : s.startsWith(v) && (c = s.slice(1), l = !0);
|
|
155
138
|
let u = a && a > i ? a - i : void 0;
|
|
156
|
-
return
|
|
139
|
+
return x(t, l, c, u);
|
|
157
140
|
};
|
|
158
141
|
if (t) {
|
|
159
|
-
let e = t +
|
|
160
|
-
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) :
|
|
142
|
+
let e = t + y, n = r;
|
|
143
|
+
r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : x(b, !1, t, void 0, !0);
|
|
161
144
|
}
|
|
162
145
|
if (n) {
|
|
163
146
|
let e = r;
|
|
@@ -167,7 +150,7 @@ var n = (e, t) => {
|
|
|
167
150
|
});
|
|
168
151
|
}
|
|
169
152
|
return r;
|
|
170
|
-
},
|
|
153
|
+
}, C = (e) => {
|
|
171
154
|
let t = /* @__PURE__ */ new Map();
|
|
172
155
|
return e.orderSensitiveModifiers.forEach((e, n) => {
|
|
173
156
|
t.set(e, 1e6 + n);
|
|
@@ -179,18 +162,18 @@ var n = (e, t) => {
|
|
|
179
162
|
}
|
|
180
163
|
return r.length > 0 && (r.sort(), n.push(...r)), n;
|
|
181
164
|
};
|
|
182
|
-
},
|
|
183
|
-
cache:
|
|
184
|
-
parseClassName:
|
|
185
|
-
sortModifiers:
|
|
186
|
-
postfixLookupClassGroupIds:
|
|
187
|
-
...
|
|
188
|
-
}),
|
|
165
|
+
}, w = (e) => ({
|
|
166
|
+
cache: _(e.cacheSize),
|
|
167
|
+
parseClassName: S(e),
|
|
168
|
+
sortModifiers: C(e),
|
|
169
|
+
postfixLookupClassGroupIds: te(e),
|
|
170
|
+
...o(e)
|
|
171
|
+
}), te = (e) => {
|
|
189
172
|
let t = Object.create(null), n = e.postfixLookupClassGroups;
|
|
190
173
|
if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
|
|
191
174
|
return t;
|
|
192
|
-
},
|
|
193
|
-
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(
|
|
175
|
+
}, ne = /\s+/, T = (e, t) => {
|
|
176
|
+
let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(ne), l = "";
|
|
194
177
|
for (let e = c.length - 1; e >= 0; --e) {
|
|
195
178
|
let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: ee, baseClassName: f, maybePostfixModifierPosition: p } = n(t);
|
|
196
179
|
if (u) {
|
|
@@ -214,45 +197,45 @@ var n = (e, t) => {
|
|
|
214
197
|
}
|
|
215
198
|
m = !1;
|
|
216
199
|
}
|
|
217
|
-
let g = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), _ = ee ? g +
|
|
218
|
-
if (s.indexOf(
|
|
219
|
-
s.push(
|
|
220
|
-
let
|
|
221
|
-
for (let e = 0; e <
|
|
222
|
-
let t =
|
|
200
|
+
let g = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), _ = ee ? g + v : g, y = _ + h;
|
|
201
|
+
if (s.indexOf(y) > -1) continue;
|
|
202
|
+
s.push(y);
|
|
203
|
+
let b = i(h, m);
|
|
204
|
+
for (let e = 0; e < b.length; ++e) {
|
|
205
|
+
let t = b[e];
|
|
223
206
|
s.push(_ + t);
|
|
224
207
|
}
|
|
225
208
|
l = t + (l.length > 0 ? " " + l : l);
|
|
226
209
|
}
|
|
227
210
|
return l;
|
|
228
|
-
},
|
|
211
|
+
}, re = (...e) => {
|
|
229
212
|
let t = 0, n, r, i = "";
|
|
230
|
-
for (; t < e.length;) (n = e[t++]) && (r =
|
|
213
|
+
for (; t < e.length;) (n = e[t++]) && (r = E(n)) && (i && (i += " "), i += r);
|
|
231
214
|
return i;
|
|
232
|
-
},
|
|
215
|
+
}, E = (e) => {
|
|
233
216
|
if (typeof e == "string") return e;
|
|
234
217
|
let t, n = "";
|
|
235
|
-
for (let r = 0; r < e.length; r++) e[r] && (t =
|
|
218
|
+
for (let r = 0; r < e.length; r++) e[r] && (t = E(e[r])) && (n && (n += " "), n += t);
|
|
236
219
|
return n;
|
|
237
|
-
},
|
|
238
|
-
let n, r, i, a, o = (o) => (n =
|
|
220
|
+
}, D = (e, ...t) => {
|
|
221
|
+
let n, r, i, a, o = (o) => (n = w(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
|
|
239
222
|
let t = r(e);
|
|
240
223
|
if (t) return t;
|
|
241
|
-
let a =
|
|
224
|
+
let a = T(e, n);
|
|
242
225
|
return i(e, a), a;
|
|
243
226
|
};
|
|
244
|
-
return a = o, (...e) => a(
|
|
245
|
-
},
|
|
246
|
-
let t = (t) => t[e] ||
|
|
227
|
+
return a = o, (...e) => a(re(...e));
|
|
228
|
+
}, O = [], k = (e) => {
|
|
229
|
+
let t = (t) => t[e] || O;
|
|
247
230
|
return t.isThemeGetter = !0, t;
|
|
248
|
-
},
|
|
249
|
-
let r =
|
|
231
|
+
}, A = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, j = /^\((?:(\w[\w-]*):)?(.+)\)$/i, M = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, N = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ie = /\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$/, ae = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, oe = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, P = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, F = (e) => M.test(e), I = (e) => !!e && !Number.isNaN(Number(e)), L = (e) => !!e && Number.isInteger(Number(e)), se = (e) => e.endsWith("%") && I(e.slice(0, -1)), R = (e) => N.test(e), ce = () => !0, z = (e) => ie.test(e) && !ae.test(e), B = () => !1, V = (e) => oe.test(e), le = (e) => P.test(e), ue = (e) => !H(e) && !G(e), de = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), fe = (e) => J(e, Q, B), H = (e) => A.test(e), U = (e) => J(e, $, z), pe = (e) => J(e, Ce, I), me = (e) => J(e, Te, ce), he = (e) => J(e, we, B), ge = (e) => J(e, X, B), _e = (e) => J(e, Z, le), W = (e) => J(e, Ee, V), G = (e) => j.test(e), K = (e) => Y(e, $), ve = (e) => Y(e, we), ye = (e) => Y(e, X), be = (e) => Y(e, Q), xe = (e) => Y(e, Z), q = (e) => Y(e, Ee, !0), Se = (e) => Y(e, Te, !0), J = (e, t, n) => {
|
|
232
|
+
let r = A.exec(e);
|
|
250
233
|
return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
|
|
251
|
-
},
|
|
252
|
-
let r =
|
|
234
|
+
}, Y = (e, t, n = !1) => {
|
|
235
|
+
let r = j.exec(e);
|
|
253
236
|
return r ? r[1] ? t(r[1]) : n : !1;
|
|
254
|
-
},
|
|
255
|
-
let e =
|
|
237
|
+
}, X = (e) => e === "position" || e === "percentage", Z = (e) => e === "image" || e === "url", Q = (e) => e === "length" || e === "size" || e === "bg-size", $ = (e) => e === "length", Ce = (e) => e === "number", we = (e) => e === "family-name", Te = (e) => e === "number" || e === "weight", Ee = (e) => e === "shadow", De = /*#__PURE__*/ D(() => {
|
|
238
|
+
let e = k("color"), t = k("font"), n = k("text"), r = k("font-weight"), i = k("tracking"), a = k("leading"), o = k("breakpoint"), s = k("container"), c = k("spacing"), l = k("radius"), u = k("shadow"), d = k("inset-shadow"), ee = k("text-shadow"), f = k("drop-shadow"), p = k("blur"), m = k("perspective"), h = k("aspect"), g = k("ease"), _ = k("animate"), v = () => [
|
|
256
239
|
"auto",
|
|
257
240
|
"avoid",
|
|
258
241
|
"all",
|
|
@@ -277,8 +260,8 @@ var n = (e, t) => {
|
|
|
277
260
|
"left-bottom"
|
|
278
261
|
], b = () => [
|
|
279
262
|
...y(),
|
|
280
|
-
|
|
281
|
-
|
|
263
|
+
G,
|
|
264
|
+
H
|
|
282
265
|
], x = () => [
|
|
283
266
|
"auto",
|
|
284
267
|
"hidden",
|
|
@@ -290,43 +273,43 @@ var n = (e, t) => {
|
|
|
290
273
|
"contain",
|
|
291
274
|
"none"
|
|
292
275
|
], C = () => [
|
|
293
|
-
|
|
294
|
-
|
|
276
|
+
G,
|
|
277
|
+
H,
|
|
295
278
|
c
|
|
296
279
|
], w = () => [
|
|
297
|
-
|
|
280
|
+
F,
|
|
298
281
|
"full",
|
|
299
282
|
"auto",
|
|
300
283
|
...C()
|
|
301
284
|
], te = () => [
|
|
302
|
-
|
|
285
|
+
L,
|
|
303
286
|
"none",
|
|
304
287
|
"subgrid",
|
|
305
|
-
|
|
306
|
-
|
|
288
|
+
G,
|
|
289
|
+
H
|
|
307
290
|
], ne = () => [
|
|
308
291
|
"auto",
|
|
309
292
|
{ span: [
|
|
310
293
|
"full",
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
294
|
+
L,
|
|
295
|
+
G,
|
|
296
|
+
H
|
|
314
297
|
] },
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
298
|
+
L,
|
|
299
|
+
G,
|
|
300
|
+
H
|
|
318
301
|
], T = () => [
|
|
319
|
-
|
|
302
|
+
L,
|
|
320
303
|
"auto",
|
|
321
|
-
|
|
322
|
-
|
|
304
|
+
G,
|
|
305
|
+
H
|
|
323
306
|
], re = () => [
|
|
324
307
|
"auto",
|
|
325
308
|
"min",
|
|
326
309
|
"max",
|
|
327
310
|
"fr",
|
|
328
|
-
|
|
329
|
-
|
|
311
|
+
G,
|
|
312
|
+
H
|
|
330
313
|
], E = () => [
|
|
331
314
|
"start",
|
|
332
315
|
"end",
|
|
@@ -345,8 +328,8 @@ var n = (e, t) => {
|
|
|
345
328
|
"stretch",
|
|
346
329
|
"center-safe",
|
|
347
330
|
"end-safe"
|
|
348
|
-
], O = () => ["auto", ...C()],
|
|
349
|
-
|
|
331
|
+
], O = () => ["auto", ...C()], A = () => [
|
|
332
|
+
F,
|
|
350
333
|
"auto",
|
|
351
334
|
"full",
|
|
352
335
|
"dvw",
|
|
@@ -359,8 +342,8 @@ var n = (e, t) => {
|
|
|
359
342
|
"max",
|
|
360
343
|
"fit",
|
|
361
344
|
...C()
|
|
362
|
-
],
|
|
363
|
-
|
|
345
|
+
], j = () => [
|
|
346
|
+
F,
|
|
364
347
|
"screen",
|
|
365
348
|
"full",
|
|
366
349
|
"dvw",
|
|
@@ -371,7 +354,7 @@ var n = (e, t) => {
|
|
|
371
354
|
"fit",
|
|
372
355
|
...C()
|
|
373
356
|
], M = () => [
|
|
374
|
-
|
|
357
|
+
F,
|
|
375
358
|
"screen",
|
|
376
359
|
"full",
|
|
377
360
|
"lh",
|
|
@@ -384,13 +367,13 @@ var n = (e, t) => {
|
|
|
384
367
|
...C()
|
|
385
368
|
], N = () => [
|
|
386
369
|
e,
|
|
387
|
-
|
|
388
|
-
|
|
370
|
+
G,
|
|
371
|
+
H
|
|
389
372
|
], ie = () => [
|
|
390
373
|
...y(),
|
|
391
374
|
ye,
|
|
392
375
|
ge,
|
|
393
|
-
{ position: [
|
|
376
|
+
{ position: [G, H] }
|
|
394
377
|
], ae = () => ["no-repeat", { repeat: [
|
|
395
378
|
"",
|
|
396
379
|
"x",
|
|
@@ -403,29 +386,29 @@ var n = (e, t) => {
|
|
|
403
386
|
"contain",
|
|
404
387
|
be,
|
|
405
388
|
fe,
|
|
406
|
-
{ size: [
|
|
389
|
+
{ size: [G, H] }
|
|
407
390
|
], P = () => [
|
|
408
391
|
se,
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
],
|
|
392
|
+
K,
|
|
393
|
+
U
|
|
394
|
+
], z = () => [
|
|
412
395
|
"",
|
|
413
396
|
"none",
|
|
414
397
|
"full",
|
|
415
398
|
l,
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
],
|
|
399
|
+
G,
|
|
400
|
+
H
|
|
401
|
+
], B = () => [
|
|
419
402
|
"",
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
403
|
+
I,
|
|
404
|
+
K,
|
|
405
|
+
U
|
|
423
406
|
], V = () => [
|
|
424
407
|
"solid",
|
|
425
408
|
"dashed",
|
|
426
409
|
"dotted",
|
|
427
410
|
"double"
|
|
428
|
-
],
|
|
411
|
+
], le = () => [
|
|
429
412
|
"normal",
|
|
430
413
|
"multiply",
|
|
431
414
|
"screen",
|
|
@@ -442,33 +425,33 @@ var n = (e, t) => {
|
|
|
442
425
|
"saturation",
|
|
443
426
|
"color",
|
|
444
427
|
"luminosity"
|
|
445
|
-
],
|
|
446
|
-
|
|
428
|
+
], J = () => [
|
|
429
|
+
I,
|
|
447
430
|
se,
|
|
448
431
|
ye,
|
|
449
432
|
ge
|
|
450
|
-
],
|
|
433
|
+
], Y = () => [
|
|
451
434
|
"",
|
|
452
435
|
"none",
|
|
453
436
|
p,
|
|
454
|
-
|
|
455
|
-
|
|
437
|
+
G,
|
|
438
|
+
H
|
|
456
439
|
], X = () => [
|
|
457
440
|
"none",
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
441
|
+
I,
|
|
442
|
+
G,
|
|
443
|
+
H
|
|
461
444
|
], Z = () => [
|
|
462
445
|
"none",
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
446
|
+
I,
|
|
447
|
+
G,
|
|
448
|
+
H
|
|
466
449
|
], Q = () => [
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
450
|
+
I,
|
|
451
|
+
G,
|
|
452
|
+
H
|
|
470
453
|
], $ = () => [
|
|
471
|
-
|
|
454
|
+
F,
|
|
472
455
|
"full",
|
|
473
456
|
...C()
|
|
474
457
|
];
|
|
@@ -482,11 +465,11 @@ var n = (e, t) => {
|
|
|
482
465
|
"bounce"
|
|
483
466
|
],
|
|
484
467
|
aspect: ["video"],
|
|
485
|
-
blur: [
|
|
486
|
-
breakpoint: [
|
|
468
|
+
blur: [R],
|
|
469
|
+
breakpoint: [R],
|
|
487
470
|
color: [ce],
|
|
488
|
-
container: [
|
|
489
|
-
"drop-shadow": [
|
|
471
|
+
container: [R],
|
|
472
|
+
"drop-shadow": [R],
|
|
490
473
|
ease: [
|
|
491
474
|
"in",
|
|
492
475
|
"out",
|
|
@@ -504,7 +487,7 @@ var n = (e, t) => {
|
|
|
504
487
|
"extrabold",
|
|
505
488
|
"black"
|
|
506
489
|
],
|
|
507
|
-
"inset-shadow": [
|
|
490
|
+
"inset-shadow": [R],
|
|
508
491
|
leading: [
|
|
509
492
|
"none",
|
|
510
493
|
"tight",
|
|
@@ -521,11 +504,11 @@ var n = (e, t) => {
|
|
|
521
504
|
"distant",
|
|
522
505
|
"none"
|
|
523
506
|
],
|
|
524
|
-
radius: [
|
|
525
|
-
shadow: [
|
|
526
|
-
spacing: ["px",
|
|
527
|
-
text: [
|
|
528
|
-
"text-shadow": [
|
|
507
|
+
radius: [R],
|
|
508
|
+
shadow: [R],
|
|
509
|
+
spacing: ["px", I],
|
|
510
|
+
text: [R],
|
|
511
|
+
"text-shadow": [R],
|
|
529
512
|
tracking: [
|
|
530
513
|
"tighter",
|
|
531
514
|
"tight",
|
|
@@ -539,9 +522,9 @@ var n = (e, t) => {
|
|
|
539
522
|
aspect: [{ aspect: [
|
|
540
523
|
"auto",
|
|
541
524
|
"square",
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
525
|
+
F,
|
|
526
|
+
H,
|
|
527
|
+
G,
|
|
545
528
|
h
|
|
546
529
|
] }],
|
|
547
530
|
container: ["container"],
|
|
@@ -549,14 +532,14 @@ var n = (e, t) => {
|
|
|
549
532
|
"",
|
|
550
533
|
"normal",
|
|
551
534
|
"size",
|
|
552
|
-
|
|
553
|
-
|
|
535
|
+
G,
|
|
536
|
+
H
|
|
554
537
|
] }],
|
|
555
538
|
"container-named": [de],
|
|
556
539
|
columns: [{ columns: [
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
540
|
+
I,
|
|
541
|
+
H,
|
|
542
|
+
G,
|
|
560
543
|
s
|
|
561
544
|
] }],
|
|
562
545
|
"break-after": [{ "break-after": v() }],
|
|
@@ -653,13 +636,13 @@ var n = (e, t) => {
|
|
|
653
636
|
"collapse"
|
|
654
637
|
],
|
|
655
638
|
z: [{ z: [
|
|
656
|
-
|
|
639
|
+
L,
|
|
657
640
|
"auto",
|
|
658
|
-
|
|
659
|
-
|
|
641
|
+
G,
|
|
642
|
+
H
|
|
660
643
|
] }],
|
|
661
644
|
basis: [{ basis: [
|
|
662
|
-
|
|
645
|
+
F,
|
|
663
646
|
"full",
|
|
664
647
|
"auto",
|
|
665
648
|
s,
|
|
@@ -677,32 +660,32 @@ var n = (e, t) => {
|
|
|
677
660
|
"wrap-reverse"
|
|
678
661
|
] }],
|
|
679
662
|
flex: [{ flex: [
|
|
680
|
-
|
|
681
|
-
|
|
663
|
+
I,
|
|
664
|
+
F,
|
|
682
665
|
"auto",
|
|
683
666
|
"initial",
|
|
684
667
|
"none",
|
|
685
|
-
|
|
668
|
+
H
|
|
686
669
|
] }],
|
|
687
670
|
grow: [{ grow: [
|
|
688
671
|
"",
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
672
|
+
I,
|
|
673
|
+
G,
|
|
674
|
+
H
|
|
692
675
|
] }],
|
|
693
676
|
shrink: [{ shrink: [
|
|
694
677
|
"",
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
678
|
+
I,
|
|
679
|
+
G,
|
|
680
|
+
H
|
|
698
681
|
] }],
|
|
699
682
|
order: [{ order: [
|
|
700
|
-
|
|
683
|
+
L,
|
|
701
684
|
"first",
|
|
702
685
|
"last",
|
|
703
686
|
"none",
|
|
704
|
-
|
|
705
|
-
|
|
687
|
+
G,
|
|
688
|
+
H
|
|
706
689
|
] }],
|
|
707
690
|
"grid-cols": [{ "grid-cols": te() }],
|
|
708
691
|
"col-start-end": [{ col: ne() }],
|
|
@@ -763,23 +746,23 @@ var n = (e, t) => {
|
|
|
763
746
|
"space-x-reverse": ["space-x-reverse"],
|
|
764
747
|
"space-y": [{ "space-y": C() }],
|
|
765
748
|
"space-y-reverse": ["space-y-reverse"],
|
|
766
|
-
size: [{ size:
|
|
767
|
-
"inline-size": [{ inline: ["auto", ...
|
|
768
|
-
"min-inline-size": [{ "min-inline": ["auto", ...
|
|
769
|
-
"max-inline-size": [{ "max-inline": ["none", ...
|
|
749
|
+
size: [{ size: A() }],
|
|
750
|
+
"inline-size": [{ inline: ["auto", ...j()] }],
|
|
751
|
+
"min-inline-size": [{ "min-inline": ["auto", ...j()] }],
|
|
752
|
+
"max-inline-size": [{ "max-inline": ["none", ...j()] }],
|
|
770
753
|
"block-size": [{ block: ["auto", ...M()] }],
|
|
771
754
|
"min-block-size": [{ "min-block": ["auto", ...M()] }],
|
|
772
755
|
"max-block-size": [{ "max-block": ["none", ...M()] }],
|
|
773
756
|
w: [{ w: [
|
|
774
757
|
s,
|
|
775
758
|
"screen",
|
|
776
|
-
...
|
|
759
|
+
...A()
|
|
777
760
|
] }],
|
|
778
761
|
"min-w": [{ "min-w": [
|
|
779
762
|
s,
|
|
780
763
|
"screen",
|
|
781
764
|
"none",
|
|
782
|
-
...
|
|
765
|
+
...A()
|
|
783
766
|
] }],
|
|
784
767
|
"max-w": [{ "max-w": [
|
|
785
768
|
s,
|
|
@@ -787,29 +770,29 @@ var n = (e, t) => {
|
|
|
787
770
|
"none",
|
|
788
771
|
"prose",
|
|
789
772
|
{ screen: [o] },
|
|
790
|
-
...
|
|
773
|
+
...A()
|
|
791
774
|
] }],
|
|
792
775
|
h: [{ h: [
|
|
793
776
|
"screen",
|
|
794
777
|
"lh",
|
|
795
|
-
...
|
|
778
|
+
...A()
|
|
796
779
|
] }],
|
|
797
780
|
"min-h": [{ "min-h": [
|
|
798
781
|
"screen",
|
|
799
782
|
"lh",
|
|
800
783
|
"none",
|
|
801
|
-
...
|
|
784
|
+
...A()
|
|
802
785
|
] }],
|
|
803
786
|
"max-h": [{ "max-h": [
|
|
804
787
|
"screen",
|
|
805
788
|
"lh",
|
|
806
|
-
...
|
|
789
|
+
...A()
|
|
807
790
|
] }],
|
|
808
791
|
"font-size": [{ text: [
|
|
809
792
|
"base",
|
|
810
793
|
n,
|
|
811
|
-
|
|
812
|
-
|
|
794
|
+
K,
|
|
795
|
+
U
|
|
813
796
|
] }],
|
|
814
797
|
"font-smoothing": ["antialiased", "subpixel-antialiased"],
|
|
815
798
|
"font-style": ["italic", "not-italic"],
|
|
@@ -829,14 +812,14 @@ var n = (e, t) => {
|
|
|
829
812
|
"extra-expanded",
|
|
830
813
|
"ultra-expanded",
|
|
831
814
|
se,
|
|
832
|
-
|
|
815
|
+
H
|
|
833
816
|
] }],
|
|
834
817
|
"font-family": [{ font: [
|
|
835
818
|
ve,
|
|
836
819
|
he,
|
|
837
820
|
t
|
|
838
821
|
] }],
|
|
839
|
-
"font-features": [{ "font-features": [
|
|
822
|
+
"font-features": [{ "font-features": [H] }],
|
|
840
823
|
"fvn-normal": ["normal-nums"],
|
|
841
824
|
"fvn-ordinal": ["ordinal"],
|
|
842
825
|
"fvn-slashed-zero": ["slashed-zero"],
|
|
@@ -845,28 +828,28 @@ var n = (e, t) => {
|
|
|
845
828
|
"fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
|
|
846
829
|
tracking: [{ tracking: [
|
|
847
830
|
i,
|
|
848
|
-
|
|
849
|
-
|
|
831
|
+
G,
|
|
832
|
+
H
|
|
850
833
|
] }],
|
|
851
834
|
"line-clamp": [{ "line-clamp": [
|
|
852
|
-
|
|
835
|
+
I,
|
|
853
836
|
"none",
|
|
854
|
-
|
|
837
|
+
G,
|
|
855
838
|
pe
|
|
856
839
|
] }],
|
|
857
840
|
leading: [{ leading: [a, ...C()] }],
|
|
858
841
|
"list-image": [{ "list-image": [
|
|
859
842
|
"none",
|
|
860
|
-
|
|
861
|
-
|
|
843
|
+
G,
|
|
844
|
+
H
|
|
862
845
|
] }],
|
|
863
846
|
"list-style-position": [{ list: ["inside", "outside"] }],
|
|
864
847
|
"list-style-type": [{ list: [
|
|
865
848
|
"disc",
|
|
866
849
|
"decimal",
|
|
867
850
|
"none",
|
|
868
|
-
|
|
869
|
-
|
|
851
|
+
G,
|
|
852
|
+
H
|
|
870
853
|
] }],
|
|
871
854
|
"text-alignment": [{ text: [
|
|
872
855
|
"left",
|
|
@@ -886,18 +869,18 @@ var n = (e, t) => {
|
|
|
886
869
|
],
|
|
887
870
|
"text-decoration-style": [{ decoration: [...V(), "wavy"] }],
|
|
888
871
|
"text-decoration-thickness": [{ decoration: [
|
|
889
|
-
|
|
872
|
+
I,
|
|
890
873
|
"from-font",
|
|
891
874
|
"auto",
|
|
892
|
-
|
|
893
|
-
|
|
875
|
+
G,
|
|
876
|
+
U
|
|
894
877
|
] }],
|
|
895
878
|
"text-decoration-color": [{ decoration: N() }],
|
|
896
879
|
"underline-offset": [{ "underline-offset": [
|
|
897
|
-
|
|
880
|
+
I,
|
|
898
881
|
"auto",
|
|
899
|
-
|
|
900
|
-
|
|
882
|
+
G,
|
|
883
|
+
H
|
|
901
884
|
] }],
|
|
902
885
|
"text-transform": [
|
|
903
886
|
"uppercase",
|
|
@@ -918,9 +901,9 @@ var n = (e, t) => {
|
|
|
918
901
|
] }],
|
|
919
902
|
indent: [{ indent: C() }],
|
|
920
903
|
"tab-size": [{ tab: [
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
904
|
+
L,
|
|
905
|
+
G,
|
|
906
|
+
H
|
|
924
907
|
] }],
|
|
925
908
|
"vertical-align": [{ align: [
|
|
926
909
|
"baseline",
|
|
@@ -931,8 +914,8 @@ var n = (e, t) => {
|
|
|
931
914
|
"text-bottom",
|
|
932
915
|
"sub",
|
|
933
916
|
"super",
|
|
934
|
-
|
|
935
|
-
|
|
917
|
+
G,
|
|
918
|
+
H
|
|
936
919
|
] }],
|
|
937
920
|
whitespace: [{ whitespace: [
|
|
938
921
|
"normal",
|
|
@@ -960,8 +943,8 @@ var n = (e, t) => {
|
|
|
960
943
|
] }],
|
|
961
944
|
content: [{ content: [
|
|
962
945
|
"none",
|
|
963
|
-
|
|
964
|
-
|
|
946
|
+
G,
|
|
947
|
+
H
|
|
965
948
|
] }],
|
|
966
949
|
"bg-attachment": [{ bg: [
|
|
967
950
|
"fixed",
|
|
@@ -996,19 +979,19 @@ var n = (e, t) => {
|
|
|
996
979
|
"l",
|
|
997
980
|
"tl"
|
|
998
981
|
] },
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
982
|
+
L,
|
|
983
|
+
G,
|
|
984
|
+
H
|
|
1002
985
|
],
|
|
1003
986
|
radial: [
|
|
1004
987
|
"",
|
|
1005
|
-
|
|
1006
|
-
|
|
988
|
+
G,
|
|
989
|
+
H
|
|
1007
990
|
],
|
|
1008
991
|
conic: [
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
992
|
+
L,
|
|
993
|
+
G,
|
|
994
|
+
H
|
|
1012
995
|
]
|
|
1013
996
|
},
|
|
1014
997
|
xe,
|
|
@@ -1021,35 +1004,35 @@ var n = (e, t) => {
|
|
|
1021
1004
|
"gradient-from": [{ from: N() }],
|
|
1022
1005
|
"gradient-via": [{ via: N() }],
|
|
1023
1006
|
"gradient-to": [{ to: N() }],
|
|
1024
|
-
rounded: [{ rounded:
|
|
1025
|
-
"rounded-s": [{ "rounded-s":
|
|
1026
|
-
"rounded-e": [{ "rounded-e":
|
|
1027
|
-
"rounded-t": [{ "rounded-t":
|
|
1028
|
-
"rounded-r": [{ "rounded-r":
|
|
1029
|
-
"rounded-b": [{ "rounded-b":
|
|
1030
|
-
"rounded-l": [{ "rounded-l":
|
|
1031
|
-
"rounded-ss": [{ "rounded-ss":
|
|
1032
|
-
"rounded-se": [{ "rounded-se":
|
|
1033
|
-
"rounded-ee": [{ "rounded-ee":
|
|
1034
|
-
"rounded-es": [{ "rounded-es":
|
|
1035
|
-
"rounded-tl": [{ "rounded-tl":
|
|
1036
|
-
"rounded-tr": [{ "rounded-tr":
|
|
1037
|
-
"rounded-br": [{ "rounded-br":
|
|
1038
|
-
"rounded-bl": [{ "rounded-bl":
|
|
1039
|
-
"border-w": [{ border:
|
|
1040
|
-
"border-w-x": [{ "border-x":
|
|
1041
|
-
"border-w-y": [{ "border-y":
|
|
1042
|
-
"border-w-s": [{ "border-s":
|
|
1043
|
-
"border-w-e": [{ "border-e":
|
|
1044
|
-
"border-w-bs": [{ "border-bs":
|
|
1045
|
-
"border-w-be": [{ "border-be":
|
|
1046
|
-
"border-w-t": [{ "border-t":
|
|
1047
|
-
"border-w-r": [{ "border-r":
|
|
1048
|
-
"border-w-b": [{ "border-b":
|
|
1049
|
-
"border-w-l": [{ "border-l":
|
|
1050
|
-
"divide-x": [{ "divide-x":
|
|
1007
|
+
rounded: [{ rounded: z() }],
|
|
1008
|
+
"rounded-s": [{ "rounded-s": z() }],
|
|
1009
|
+
"rounded-e": [{ "rounded-e": z() }],
|
|
1010
|
+
"rounded-t": [{ "rounded-t": z() }],
|
|
1011
|
+
"rounded-r": [{ "rounded-r": z() }],
|
|
1012
|
+
"rounded-b": [{ "rounded-b": z() }],
|
|
1013
|
+
"rounded-l": [{ "rounded-l": z() }],
|
|
1014
|
+
"rounded-ss": [{ "rounded-ss": z() }],
|
|
1015
|
+
"rounded-se": [{ "rounded-se": z() }],
|
|
1016
|
+
"rounded-ee": [{ "rounded-ee": z() }],
|
|
1017
|
+
"rounded-es": [{ "rounded-es": z() }],
|
|
1018
|
+
"rounded-tl": [{ "rounded-tl": z() }],
|
|
1019
|
+
"rounded-tr": [{ "rounded-tr": z() }],
|
|
1020
|
+
"rounded-br": [{ "rounded-br": z() }],
|
|
1021
|
+
"rounded-bl": [{ "rounded-bl": z() }],
|
|
1022
|
+
"border-w": [{ border: B() }],
|
|
1023
|
+
"border-w-x": [{ "border-x": B() }],
|
|
1024
|
+
"border-w-y": [{ "border-y": B() }],
|
|
1025
|
+
"border-w-s": [{ "border-s": B() }],
|
|
1026
|
+
"border-w-e": [{ "border-e": B() }],
|
|
1027
|
+
"border-w-bs": [{ "border-bs": B() }],
|
|
1028
|
+
"border-w-be": [{ "border-be": B() }],
|
|
1029
|
+
"border-w-t": [{ "border-t": B() }],
|
|
1030
|
+
"border-w-r": [{ "border-r": B() }],
|
|
1031
|
+
"border-w-b": [{ "border-b": B() }],
|
|
1032
|
+
"border-w-l": [{ "border-l": B() }],
|
|
1033
|
+
"divide-x": [{ "divide-x": B() }],
|
|
1051
1034
|
"divide-x-reverse": ["divide-x-reverse"],
|
|
1052
|
-
"divide-y": [{ "divide-y":
|
|
1035
|
+
"divide-y": [{ "divide-y": B() }],
|
|
1053
1036
|
"divide-y-reverse": ["divide-y-reverse"],
|
|
1054
1037
|
"border-style": [{ border: [
|
|
1055
1038
|
...V(),
|
|
@@ -1079,57 +1062,57 @@ var n = (e, t) => {
|
|
|
1079
1062
|
"hidden"
|
|
1080
1063
|
] }],
|
|
1081
1064
|
"outline-offset": [{ "outline-offset": [
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1065
|
+
I,
|
|
1066
|
+
G,
|
|
1067
|
+
H
|
|
1085
1068
|
] }],
|
|
1086
1069
|
"outline-w": [{ outline: [
|
|
1087
1070
|
"",
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1071
|
+
I,
|
|
1072
|
+
K,
|
|
1073
|
+
U
|
|
1091
1074
|
] }],
|
|
1092
1075
|
"outline-color": [{ outline: N() }],
|
|
1093
1076
|
shadow: [{ shadow: [
|
|
1094
1077
|
"",
|
|
1095
1078
|
"none",
|
|
1096
1079
|
u,
|
|
1097
|
-
|
|
1098
|
-
|
|
1080
|
+
q,
|
|
1081
|
+
W
|
|
1099
1082
|
] }],
|
|
1100
1083
|
"shadow-color": [{ shadow: N() }],
|
|
1101
1084
|
"inset-shadow": [{ "inset-shadow": [
|
|
1102
1085
|
"none",
|
|
1103
1086
|
d,
|
|
1104
|
-
|
|
1105
|
-
|
|
1087
|
+
q,
|
|
1088
|
+
W
|
|
1106
1089
|
] }],
|
|
1107
1090
|
"inset-shadow-color": [{ "inset-shadow": N() }],
|
|
1108
|
-
"ring-w": [{ ring:
|
|
1091
|
+
"ring-w": [{ ring: B() }],
|
|
1109
1092
|
"ring-w-inset": ["ring-inset"],
|
|
1110
1093
|
"ring-color": [{ ring: N() }],
|
|
1111
|
-
"ring-offset-w": [{ "ring-offset": [
|
|
1094
|
+
"ring-offset-w": [{ "ring-offset": [I, U] }],
|
|
1112
1095
|
"ring-offset-color": [{ "ring-offset": N() }],
|
|
1113
|
-
"inset-ring-w": [{ "inset-ring":
|
|
1096
|
+
"inset-ring-w": [{ "inset-ring": B() }],
|
|
1114
1097
|
"inset-ring-color": [{ "inset-ring": N() }],
|
|
1115
1098
|
"text-shadow": [{ "text-shadow": [
|
|
1116
1099
|
"none",
|
|
1117
1100
|
ee,
|
|
1118
|
-
|
|
1119
|
-
|
|
1101
|
+
q,
|
|
1102
|
+
W
|
|
1120
1103
|
] }],
|
|
1121
1104
|
"text-shadow-color": [{ "text-shadow": N() }],
|
|
1122
1105
|
opacity: [{ opacity: [
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1106
|
+
I,
|
|
1107
|
+
G,
|
|
1108
|
+
H
|
|
1126
1109
|
] }],
|
|
1127
1110
|
"mix-blend": [{ "mix-blend": [
|
|
1128
|
-
...
|
|
1111
|
+
...le(),
|
|
1129
1112
|
"plus-darker",
|
|
1130
1113
|
"plus-lighter"
|
|
1131
1114
|
] }],
|
|
1132
|
-
"bg-blend": [{ "bg-blend":
|
|
1115
|
+
"bg-blend": [{ "bg-blend": le() }],
|
|
1133
1116
|
"mask-clip": [{ "mask-clip": [
|
|
1134
1117
|
"border",
|
|
1135
1118
|
"padding",
|
|
@@ -1144,38 +1127,38 @@ var n = (e, t) => {
|
|
|
1144
1127
|
"intersect",
|
|
1145
1128
|
"exclude"
|
|
1146
1129
|
] }],
|
|
1147
|
-
"mask-image-linear-pos": [{ "mask-linear": [
|
|
1148
|
-
"mask-image-linear-from-pos": [{ "mask-linear-from":
|
|
1149
|
-
"mask-image-linear-to-pos": [{ "mask-linear-to":
|
|
1130
|
+
"mask-image-linear-pos": [{ "mask-linear": [I] }],
|
|
1131
|
+
"mask-image-linear-from-pos": [{ "mask-linear-from": J() }],
|
|
1132
|
+
"mask-image-linear-to-pos": [{ "mask-linear-to": J() }],
|
|
1150
1133
|
"mask-image-linear-from-color": [{ "mask-linear-from": N() }],
|
|
1151
1134
|
"mask-image-linear-to-color": [{ "mask-linear-to": N() }],
|
|
1152
|
-
"mask-image-t-from-pos": [{ "mask-t-from":
|
|
1153
|
-
"mask-image-t-to-pos": [{ "mask-t-to":
|
|
1135
|
+
"mask-image-t-from-pos": [{ "mask-t-from": J() }],
|
|
1136
|
+
"mask-image-t-to-pos": [{ "mask-t-to": J() }],
|
|
1154
1137
|
"mask-image-t-from-color": [{ "mask-t-from": N() }],
|
|
1155
1138
|
"mask-image-t-to-color": [{ "mask-t-to": N() }],
|
|
1156
|
-
"mask-image-r-from-pos": [{ "mask-r-from":
|
|
1157
|
-
"mask-image-r-to-pos": [{ "mask-r-to":
|
|
1139
|
+
"mask-image-r-from-pos": [{ "mask-r-from": J() }],
|
|
1140
|
+
"mask-image-r-to-pos": [{ "mask-r-to": J() }],
|
|
1158
1141
|
"mask-image-r-from-color": [{ "mask-r-from": N() }],
|
|
1159
1142
|
"mask-image-r-to-color": [{ "mask-r-to": N() }],
|
|
1160
|
-
"mask-image-b-from-pos": [{ "mask-b-from":
|
|
1161
|
-
"mask-image-b-to-pos": [{ "mask-b-to":
|
|
1143
|
+
"mask-image-b-from-pos": [{ "mask-b-from": J() }],
|
|
1144
|
+
"mask-image-b-to-pos": [{ "mask-b-to": J() }],
|
|
1162
1145
|
"mask-image-b-from-color": [{ "mask-b-from": N() }],
|
|
1163
1146
|
"mask-image-b-to-color": [{ "mask-b-to": N() }],
|
|
1164
|
-
"mask-image-l-from-pos": [{ "mask-l-from":
|
|
1165
|
-
"mask-image-l-to-pos": [{ "mask-l-to":
|
|
1147
|
+
"mask-image-l-from-pos": [{ "mask-l-from": J() }],
|
|
1148
|
+
"mask-image-l-to-pos": [{ "mask-l-to": J() }],
|
|
1166
1149
|
"mask-image-l-from-color": [{ "mask-l-from": N() }],
|
|
1167
1150
|
"mask-image-l-to-color": [{ "mask-l-to": N() }],
|
|
1168
|
-
"mask-image-x-from-pos": [{ "mask-x-from":
|
|
1169
|
-
"mask-image-x-to-pos": [{ "mask-x-to":
|
|
1151
|
+
"mask-image-x-from-pos": [{ "mask-x-from": J() }],
|
|
1152
|
+
"mask-image-x-to-pos": [{ "mask-x-to": J() }],
|
|
1170
1153
|
"mask-image-x-from-color": [{ "mask-x-from": N() }],
|
|
1171
1154
|
"mask-image-x-to-color": [{ "mask-x-to": N() }],
|
|
1172
|
-
"mask-image-y-from-pos": [{ "mask-y-from":
|
|
1173
|
-
"mask-image-y-to-pos": [{ "mask-y-to":
|
|
1155
|
+
"mask-image-y-from-pos": [{ "mask-y-from": J() }],
|
|
1156
|
+
"mask-image-y-to-pos": [{ "mask-y-to": J() }],
|
|
1174
1157
|
"mask-image-y-from-color": [{ "mask-y-from": N() }],
|
|
1175
1158
|
"mask-image-y-to-color": [{ "mask-y-to": N() }],
|
|
1176
|
-
"mask-image-radial": [{ "mask-radial": [
|
|
1177
|
-
"mask-image-radial-from-pos": [{ "mask-radial-from":
|
|
1178
|
-
"mask-image-radial-to-pos": [{ "mask-radial-to":
|
|
1159
|
+
"mask-image-radial": [{ "mask-radial": [G, H] }],
|
|
1160
|
+
"mask-image-radial-from-pos": [{ "mask-radial-from": J() }],
|
|
1161
|
+
"mask-image-radial-to-pos": [{ "mask-radial-to": J() }],
|
|
1179
1162
|
"mask-image-radial-from-color": [{ "mask-radial-from": N() }],
|
|
1180
1163
|
"mask-image-radial-to-color": [{ "mask-radial-to": N() }],
|
|
1181
1164
|
"mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
|
|
@@ -1184,9 +1167,9 @@ var n = (e, t) => {
|
|
|
1184
1167
|
farthest: ["side", "corner"]
|
|
1185
1168
|
}] }],
|
|
1186
1169
|
"mask-image-radial-pos": [{ "mask-radial-at": y() }],
|
|
1187
|
-
"mask-image-conic-pos": [{ "mask-conic": [
|
|
1188
|
-
"mask-image-conic-from-pos": [{ "mask-conic-from":
|
|
1189
|
-
"mask-image-conic-to-pos": [{ "mask-conic-to":
|
|
1170
|
+
"mask-image-conic-pos": [{ "mask-conic": [I] }],
|
|
1171
|
+
"mask-image-conic-from-pos": [{ "mask-conic-from": J() }],
|
|
1172
|
+
"mask-image-conic-to-pos": [{ "mask-conic-to": J() }],
|
|
1190
1173
|
"mask-image-conic-from-color": [{ "mask-conic-from": N() }],
|
|
1191
1174
|
"mask-image-conic-to-color": [{ "mask-conic-to": N() }],
|
|
1192
1175
|
"mask-mode": [{ mask: [
|
|
@@ -1208,111 +1191,111 @@ var n = (e, t) => {
|
|
|
1208
1191
|
"mask-type": [{ "mask-type": ["alpha", "luminance"] }],
|
|
1209
1192
|
"mask-image": [{ mask: [
|
|
1210
1193
|
"none",
|
|
1211
|
-
|
|
1212
|
-
|
|
1194
|
+
G,
|
|
1195
|
+
H
|
|
1213
1196
|
] }],
|
|
1214
1197
|
filter: [{ filter: [
|
|
1215
1198
|
"",
|
|
1216
1199
|
"none",
|
|
1217
|
-
|
|
1218
|
-
|
|
1200
|
+
G,
|
|
1201
|
+
H
|
|
1219
1202
|
] }],
|
|
1220
|
-
blur: [{ blur:
|
|
1203
|
+
blur: [{ blur: Y() }],
|
|
1221
1204
|
brightness: [{ brightness: [
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1205
|
+
I,
|
|
1206
|
+
G,
|
|
1207
|
+
H
|
|
1225
1208
|
] }],
|
|
1226
1209
|
contrast: [{ contrast: [
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1210
|
+
I,
|
|
1211
|
+
G,
|
|
1212
|
+
H
|
|
1230
1213
|
] }],
|
|
1231
1214
|
"drop-shadow": [{ "drop-shadow": [
|
|
1232
1215
|
"",
|
|
1233
1216
|
"none",
|
|
1234
1217
|
f,
|
|
1235
|
-
|
|
1236
|
-
|
|
1218
|
+
q,
|
|
1219
|
+
W
|
|
1237
1220
|
] }],
|
|
1238
1221
|
"drop-shadow-color": [{ "drop-shadow": N() }],
|
|
1239
1222
|
grayscale: [{ grayscale: [
|
|
1240
1223
|
"",
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1224
|
+
I,
|
|
1225
|
+
G,
|
|
1226
|
+
H
|
|
1244
1227
|
] }],
|
|
1245
1228
|
"hue-rotate": [{ "hue-rotate": [
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1229
|
+
I,
|
|
1230
|
+
G,
|
|
1231
|
+
H
|
|
1249
1232
|
] }],
|
|
1250
1233
|
invert: [{ invert: [
|
|
1251
1234
|
"",
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1235
|
+
I,
|
|
1236
|
+
G,
|
|
1237
|
+
H
|
|
1255
1238
|
] }],
|
|
1256
1239
|
saturate: [{ saturate: [
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1240
|
+
I,
|
|
1241
|
+
G,
|
|
1242
|
+
H
|
|
1260
1243
|
] }],
|
|
1261
1244
|
sepia: [{ sepia: [
|
|
1262
1245
|
"",
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1246
|
+
I,
|
|
1247
|
+
G,
|
|
1248
|
+
H
|
|
1266
1249
|
] }],
|
|
1267
1250
|
"backdrop-filter": [{ "backdrop-filter": [
|
|
1268
1251
|
"",
|
|
1269
1252
|
"none",
|
|
1270
|
-
|
|
1271
|
-
|
|
1253
|
+
G,
|
|
1254
|
+
H
|
|
1272
1255
|
] }],
|
|
1273
|
-
"backdrop-blur": [{ "backdrop-blur":
|
|
1256
|
+
"backdrop-blur": [{ "backdrop-blur": Y() }],
|
|
1274
1257
|
"backdrop-brightness": [{ "backdrop-brightness": [
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1258
|
+
I,
|
|
1259
|
+
G,
|
|
1260
|
+
H
|
|
1278
1261
|
] }],
|
|
1279
1262
|
"backdrop-contrast": [{ "backdrop-contrast": [
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1263
|
+
I,
|
|
1264
|
+
G,
|
|
1265
|
+
H
|
|
1283
1266
|
] }],
|
|
1284
1267
|
"backdrop-grayscale": [{ "backdrop-grayscale": [
|
|
1285
1268
|
"",
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1269
|
+
I,
|
|
1270
|
+
G,
|
|
1271
|
+
H
|
|
1289
1272
|
] }],
|
|
1290
1273
|
"backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1274
|
+
I,
|
|
1275
|
+
G,
|
|
1276
|
+
H
|
|
1294
1277
|
] }],
|
|
1295
1278
|
"backdrop-invert": [{ "backdrop-invert": [
|
|
1296
1279
|
"",
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1280
|
+
I,
|
|
1281
|
+
G,
|
|
1282
|
+
H
|
|
1300
1283
|
] }],
|
|
1301
1284
|
"backdrop-opacity": [{ "backdrop-opacity": [
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1285
|
+
I,
|
|
1286
|
+
G,
|
|
1287
|
+
H
|
|
1305
1288
|
] }],
|
|
1306
1289
|
"backdrop-saturate": [{ "backdrop-saturate": [
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1290
|
+
I,
|
|
1291
|
+
G,
|
|
1292
|
+
H
|
|
1310
1293
|
] }],
|
|
1311
1294
|
"backdrop-sepia": [{ "backdrop-sepia": [
|
|
1312
1295
|
"",
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1296
|
+
I,
|
|
1297
|
+
G,
|
|
1298
|
+
H
|
|
1316
1299
|
] }],
|
|
1317
1300
|
"border-collapse": [{ border: ["collapse", "separate"] }],
|
|
1318
1301
|
"border-spacing": [{ "border-spacing": C() }],
|
|
@@ -1328,39 +1311,39 @@ var n = (e, t) => {
|
|
|
1328
1311
|
"shadow",
|
|
1329
1312
|
"transform",
|
|
1330
1313
|
"none",
|
|
1331
|
-
|
|
1332
|
-
|
|
1314
|
+
G,
|
|
1315
|
+
H
|
|
1333
1316
|
] }],
|
|
1334
1317
|
"transition-behavior": [{ transition: ["normal", "discrete"] }],
|
|
1335
1318
|
duration: [{ duration: [
|
|
1336
|
-
|
|
1319
|
+
I,
|
|
1337
1320
|
"initial",
|
|
1338
|
-
|
|
1339
|
-
|
|
1321
|
+
G,
|
|
1322
|
+
H
|
|
1340
1323
|
] }],
|
|
1341
1324
|
ease: [{ ease: [
|
|
1342
1325
|
"linear",
|
|
1343
1326
|
"initial",
|
|
1344
1327
|
g,
|
|
1345
|
-
|
|
1346
|
-
|
|
1328
|
+
G,
|
|
1329
|
+
H
|
|
1347
1330
|
] }],
|
|
1348
1331
|
delay: [{ delay: [
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1332
|
+
I,
|
|
1333
|
+
G,
|
|
1334
|
+
H
|
|
1352
1335
|
] }],
|
|
1353
1336
|
animate: [{ animate: [
|
|
1354
1337
|
"none",
|
|
1355
1338
|
_,
|
|
1356
|
-
|
|
1357
|
-
|
|
1339
|
+
G,
|
|
1340
|
+
H
|
|
1358
1341
|
] }],
|
|
1359
1342
|
backface: [{ backface: ["hidden", "visible"] }],
|
|
1360
1343
|
perspective: [{ perspective: [
|
|
1361
1344
|
m,
|
|
1362
|
-
|
|
1363
|
-
|
|
1345
|
+
G,
|
|
1346
|
+
H
|
|
1364
1347
|
] }],
|
|
1365
1348
|
"perspective-origin": [{ "perspective-origin": b() }],
|
|
1366
1349
|
rotate: [{ rotate: X() }],
|
|
@@ -1376,8 +1359,8 @@ var n = (e, t) => {
|
|
|
1376
1359
|
"skew-x": [{ "skew-x": Q() }],
|
|
1377
1360
|
"skew-y": [{ "skew-y": Q() }],
|
|
1378
1361
|
transform: [{ transform: [
|
|
1379
|
-
|
|
1380
|
-
|
|
1362
|
+
G,
|
|
1363
|
+
H,
|
|
1381
1364
|
"",
|
|
1382
1365
|
"none",
|
|
1383
1366
|
"gpu",
|
|
@@ -1391,9 +1374,9 @@ var n = (e, t) => {
|
|
|
1391
1374
|
"translate-z": [{ "translate-z": $() }],
|
|
1392
1375
|
"translate-none": ["translate-none"],
|
|
1393
1376
|
zoom: [{ zoom: [
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1377
|
+
L,
|
|
1378
|
+
G,
|
|
1379
|
+
H
|
|
1397
1380
|
] }],
|
|
1398
1381
|
accent: [{ accent: N() }],
|
|
1399
1382
|
appearance: [{ appearance: ["none", "auto"] }],
|
|
@@ -1443,8 +1426,8 @@ var n = (e, t) => {
|
|
|
1443
1426
|
"nwse-resize",
|
|
1444
1427
|
"zoom-in",
|
|
1445
1428
|
"zoom-out",
|
|
1446
|
-
|
|
1447
|
-
|
|
1429
|
+
G,
|
|
1430
|
+
H
|
|
1448
1431
|
] }],
|
|
1449
1432
|
"field-sizing": [{ "field-sizing": ["fixed", "content"] }],
|
|
1450
1433
|
"pointer-events": [{ "pointer-events": ["auto", "none"] }],
|
|
@@ -1530,14 +1513,14 @@ var n = (e, t) => {
|
|
|
1530
1513
|
"scroll",
|
|
1531
1514
|
"contents",
|
|
1532
1515
|
"transform",
|
|
1533
|
-
|
|
1534
|
-
|
|
1516
|
+
G,
|
|
1517
|
+
H
|
|
1535
1518
|
] }],
|
|
1536
1519
|
fill: [{ fill: ["none", ...N()] }],
|
|
1537
1520
|
"stroke-w": [{ stroke: [
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1521
|
+
I,
|
|
1522
|
+
K,
|
|
1523
|
+
U,
|
|
1541
1524
|
pe
|
|
1542
1525
|
] }],
|
|
1543
1526
|
stroke: [{ stroke: ["none", ...N()] }],
|
|
@@ -1729,8 +1712,25 @@ var n = (e, t) => {
|
|
|
1729
1712
|
});
|
|
1730
1713
|
//#endregion
|
|
1731
1714
|
//#region src/lib/cn.ts
|
|
1732
|
-
function
|
|
1733
|
-
return
|
|
1715
|
+
function Oe(e) {
|
|
1716
|
+
if (typeof e == "string" || typeof e == "number" || typeof e == "bigint") return String(e);
|
|
1717
|
+
if (Array.isArray(e)) {
|
|
1718
|
+
let t = "";
|
|
1719
|
+
for (let n of e) {
|
|
1720
|
+
let e = Oe(n);
|
|
1721
|
+
e && (t += (t && " ") + e);
|
|
1722
|
+
}
|
|
1723
|
+
return t;
|
|
1724
|
+
}
|
|
1725
|
+
if (e && typeof e == "object") {
|
|
1726
|
+
let t = "";
|
|
1727
|
+
for (let n in e) e[n] && (t += (t && " ") + n);
|
|
1728
|
+
return t;
|
|
1729
|
+
}
|
|
1730
|
+
return "";
|
|
1731
|
+
}
|
|
1732
|
+
function ke(...e) {
|
|
1733
|
+
return De(Oe(e));
|
|
1734
1734
|
}
|
|
1735
1735
|
//#endregion
|
|
1736
|
-
export {
|
|
1736
|
+
export { ke as t };
|