reactjs-tiptap-editor 1.0.9 → 1.0.10
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/lib/{ActionMenuButton-CmDopTWt.cjs → ActionMenuButton-BPdRqzDX.cjs} +1 -1
- package/lib/{ActionMenuButton-C4aNFFa8.js → ActionMenuButton-CKTxYtl7.js} +2 -2
- package/lib/Attachment.cjs +1 -1
- package/lib/Attachment.js +7 -7
- package/lib/Blockquote.cjs +1 -1
- package/lib/Blockquote.js +3 -3
- package/lib/Bold.cjs +1 -1
- package/lib/Bold.js +6 -6
- package/lib/BulletList.cjs +1 -1
- package/lib/BulletList.js +3 -3
- package/lib/Clear.cjs +1 -1
- package/lib/Clear.js +3 -3
- package/lib/Code.cjs +1 -1
- package/lib/Code.js +6 -6
- package/lib/CodeBlock.cjs +39 -39
- package/lib/CodeBlock.js +837 -945
- package/lib/CodeView.cjs +1 -1
- package/lib/CodeView.js +3 -3
- package/lib/Color.cjs +1 -1
- package/lib/Color.js +5 -5
- package/lib/Column.cjs +1 -1
- package/lib/Column.js +8 -8
- package/lib/{Drawer-DG0gPU_U.js → Drawer-Cfx115up.js} +14 -14
- package/lib/{Drawer-CTr2snNd.cjs → Drawer-hHj4Opkg.cjs} +1 -1
- package/lib/Drawer.cjs +1 -1
- package/lib/Drawer.js +3 -3
- package/lib/Emoji.cjs +1 -1
- package/lib/Emoji.js +16 -15
- package/lib/{Excalidraw-DtezFdjR.cjs → Excalidraw-8pWJ17Ye.cjs} +1 -1
- package/lib/{Excalidraw-DpgdxOsc.js → Excalidraw-CO93Tsmb.js} +19 -19
- package/lib/Excalidraw.cjs +1 -1
- package/lib/Excalidraw.js +2 -2
- package/lib/ExportPdf.cjs +1 -1
- package/lib/ExportPdf.js +3 -3
- package/lib/ExportWord.cjs +1 -1
- package/lib/ExportWord.js +3 -3
- package/lib/FontFamily.cjs +1 -1
- package/lib/FontFamily.js +5 -5
- package/lib/FontSize.cjs +1 -1
- package/lib/FontSize.js +5 -5
- package/lib/Heading.cjs +1 -1
- package/lib/Heading.js +13 -13
- package/lib/Highlight.cjs +1 -1
- package/lib/Highlight.js +5 -5
- package/lib/History.cjs +1 -1
- package/lib/History.js +4 -4
- package/lib/HorizontalRule.cjs +1 -1
- package/lib/HorizontalRule.js +3 -3
- package/lib/{Icon-C_buGjWy.js → Icon-D7GJZzoa.js} +1 -1
- package/lib/{Icon-b6HQAURz.cjs → Icon-gtc3g-VK.cjs} +1 -1
- package/lib/{Iframe-CUrXCDxj.cjs → Iframe-BmXO2c65.cjs} +1 -1
- package/lib/{Iframe-De88TYvj.js → Iframe-DwhclppJ.js} +13 -13
- package/lib/Iframe.cjs +1 -1
- package/lib/Iframe.js +2 -2
- package/lib/Image.cjs +1 -1
- package/lib/Image.js +46 -46
- package/lib/ImageGif.cjs +1 -1
- package/lib/ImageGif.js +16 -16
- package/lib/ImportWord.cjs +2 -2
- package/lib/ImportWord.js +8 -8
- package/lib/{Indent-Bensb2nf.js → Indent-BOsymiZ7.js} +5 -5
- package/lib/{Indent-D_KtZNHW.cjs → Indent-DPkMWfcv.cjs} +1 -1
- package/lib/Indent.cjs +1 -1
- package/lib/Indent.js +2 -2
- package/lib/Italic.cjs +1 -1
- package/lib/Italic.js +3 -3
- package/lib/{Katex-NqelWRoi.cjs → Katex-B1XbT8-X.cjs} +2 -2
- package/lib/{Katex-C0dtqznb.js → Katex-BYK-b9X2.js} +23 -23
- package/lib/Katex.cjs +1 -1
- package/lib/Katex.js +2 -2
- package/lib/LineHeight.cjs +1 -1
- package/lib/LineHeight.js +12 -12
- package/lib/Link.cjs +1 -1
- package/lib/Link.js +2 -2
- package/lib/{LinkEditBlock-BSZ-vgNB.cjs → LinkEditBlock-4-iRXH7m.cjs} +2 -2
- package/lib/{LinkEditBlock-Bv12sKvW.js → LinkEditBlock-DgrLUMsJ.js} +52 -52
- package/lib/Mention.cjs +1 -1
- package/lib/Mention.js +23 -22
- package/lib/Mermaid.cjs +2 -2
- package/lib/Mermaid.js +38 -38
- package/lib/MoreMark.cjs +1 -1
- package/lib/MoreMark.js +11 -11
- package/lib/OrderedList.cjs +1 -1
- package/lib/OrderedList.js +3 -3
- package/lib/SearchAndReplace.cjs +1 -1
- package/lib/SearchAndReplace.js +16 -16
- package/lib/SlashCommand.cjs +1 -1
- package/lib/SlashCommand.js +39 -266
- package/lib/SlashCommandNodeView-BpNNU7Sm.js +254 -0
- package/lib/SlashCommandNodeView-CQvMTXys.cjs +1 -0
- package/lib/Strike.cjs +1 -1
- package/lib/Strike.js +3 -3
- package/lib/{Table-D9ckv6Tb.js → Table-CT9R9Sdq.js} +5 -5
- package/lib/{Table-cy1mUM2X.cjs → Table-LnWGm2m8.cjs} +1 -1
- package/lib/Table.cjs +1 -1
- package/lib/Table.js +1 -1
- package/lib/TaskList.cjs +1 -1
- package/lib/TaskList.js +3 -3
- package/lib/TextAlign.cjs +1 -1
- package/lib/TextAlign.js +10 -10
- package/lib/TextDirection.cjs +1 -1
- package/lib/TextDirection.js +10 -10
- package/lib/TextUnderline.cjs +1 -1
- package/lib/TextUnderline.js +3 -3
- package/lib/{Twitter-Bvs3sW8F.cjs → Twitter-Bo4JkBTL.cjs} +1 -1
- package/lib/{Twitter-KUvyySA0.js → Twitter-mowilxRd.js} +55 -55
- package/lib/Twitter.cjs +1 -1
- package/lib/Twitter.js +2 -2
- package/lib/Video.cjs +1 -1
- package/lib/Video.js +22 -22
- package/lib/bubble.cjs +4 -4
- package/lib/bubble.js +1604 -1506
- package/lib/{button-D8SI-g7p.js → button-CBO-WDXK.js} +1 -1
- package/lib/{button-U6XpZt2X.cjs → button-wt49IYwP.cjs} +1 -1
- package/lib/{checkbox-xrY2c5yo.js → checkbox-D1h32VWM.js} +1 -1
- package/lib/{checkbox-DaIBNthL.cjs → checkbox-DUcLSGZD.cjs} +1 -1
- package/lib/{dialog-DjnkASYP.js → dialog-DSvgtlDI.js} +1 -1
- package/lib/{dialog-DgnnVCfv.cjs → dialog-DY868Uji.cjs} +1 -1
- package/lib/{dropdown-menu-bI14Gyw4.js → dropdown-menu-B88Qn2KR.js} +3 -2
- package/lib/dropdown-menu-BripAeGB.cjs +1 -0
- package/lib/extensions/SlashCommand/types.d.ts +1 -0
- package/lib/index-9A6-kVBM.js +1351 -0
- package/lib/{index-4pRt5Vqu.js → index-BIqaogQg.js} +775 -662
- package/lib/index-BvIJKpX1.cjs +8 -0
- package/lib/index-Cv9Z6dyV.cjs +1 -0
- package/lib/{index-EKFybgpP.js → index-DKt5wfAc.js} +1 -1
- package/lib/{index-BimeTI7q.js → index-DRHrDScg.js} +1 -1
- package/lib/{index-BQ6ZdLsu.js → index-DmPwbBqm.js} +1 -1
- package/lib/{index-CbIQPoF6.js → index-sVScpCFG.js} +20 -20
- package/lib/index.cjs +1 -1
- package/lib/index.js +5 -5
- package/lib/{input-BtDj0NeF.cjs → input-BeD5GdMv.cjs} +1 -1
- package/lib/{input-C5zU49Q1.js → input-Bx4uo4gO.js} +1 -1
- package/lib/{isNumber-8HKEgTkA.js → isNumber-DF0fU3ob.js} +1 -1
- package/lib/{label-C8BonzOY.cjs → label--161UPH6.cjs} +1 -1
- package/lib/{label-BEUVs-IA.js → label-uKG7RzFU.js} +1 -1
- package/lib/{popover-CPY5lMCj.js → popover-BVX8otO9.js} +1 -1
- package/lib/{popover-DjL0De8d.cjs → popover-Csk538NC.cjs} +1 -1
- package/lib/{separator-BzMkiI_c.cjs → separator-DLRVddHS.cjs} +1 -1
- package/lib/{separator-BlIlS7LP.js → separator-DtrEdjAF.js} +18 -18
- package/lib/{store-BSCjQxMK.cjs → store-B8IkVz1J.cjs} +1 -1
- package/lib/{store-D_GvIPxo.js → store-CsIFDUKR.js} +1 -1
- package/lib/style.css +1 -1
- package/lib/{tabs-tQpXIzfV.js → tabs-BKpr0QQB.js} +1 -1
- package/lib/{tabs-CHy82_rs.cjs → tabs-DOasUMDU.cjs} +1 -1
- package/lib/{textarea-CMDYVXYo.js → textarea-Ba9OOzba.js} +1 -1
- package/lib/{textarea-B-qfanCT.cjs → textarea-D9egO4qC.cjs} +1 -1
- package/lib/{throttle-BIkZV3Y_.js → throttle-DsowOft0.js} +1 -1
- package/lib/updatePosition-Bbd8ETMv.js +16 -0
- package/lib/updatePosition-M2IyqkI1.cjs +1 -0
- package/lib/{useButtonProps-DTngjZge.js → useButtonProps-C_bqxmHi.js} +14 -14
- package/lib/{useButtonProps-BqBGuqoP.cjs → useButtonProps-DEtmDVPr.cjs} +1 -1
- package/package.json +1 -1
- package/lib/dropdown-menu-BvVMltdB.cjs +0 -1
- package/lib/floating-ui.dom-U1vPFQ5f.js +0 -1151
- package/lib/floating-ui.dom-VCrc58uF.cjs +0 -1
- package/lib/index-DvvMf6Wu.cjs +0 -7
- package/lib/updatePosition-GLTrgcib.js +0 -215
- package/lib/updatePosition-u2mTh3mG.cjs +0 -1
|
@@ -1,50 +1,51 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import * as
|
|
3
|
-
import
|
|
4
|
-
import { Slot as
|
|
5
|
-
import { x as
|
|
6
|
-
import { THEME as
|
|
7
|
-
import { l as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
import
|
|
11
|
-
import { ExternalLink as
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { jsxs as z, jsx as i, Fragment as ne } from "react/jsx-runtime";
|
|
2
|
+
import * as N from "react";
|
|
3
|
+
import _e, { useCallback as E, useState as Ue, useEffect as T, useRef as te, createContext as Fe, useContext as De, useSyncExternalStore as Xe, memo as qe } from "react";
|
|
4
|
+
import { Slot as Je } from "@radix-ui/react-slot";
|
|
5
|
+
import { x as Ke, a as Qe } from "./index-0OnGZkVF.js";
|
|
6
|
+
import { THEME as fe } from "./theme.js";
|
|
7
|
+
import { l as W, E as O } from "./events.constant-wrlJ_7JZ.js";
|
|
8
|
+
import * as Me from "@radix-ui/react-toggle";
|
|
9
|
+
import * as $ from "@radix-ui/react-tooltip";
|
|
10
|
+
import * as v from "@radix-ui/react-select";
|
|
11
|
+
import { ExternalLink as Ye, X as Ze, Loader2 as et, WrapText as tt, PencilRuler as rt, FlipHorizontal as ot, FlipVertical as nt, CropIcon as it, ChevronUp as Le, Paperclip as st, Eye as ct, Settings as at, ZoomOut as lt, ZoomIn as dt, BookMarked as ut, Sigma as ht, SmilePlusIcon as mt, Replace as xe, SmilePlus as pt, Frame as gt, Columns2 as be, PanelRight as ft, PanelLeft as xt, Clipboard as bt, Copy as wt, GripVertical as vt, Plus as yt, Columns4 as Ct, Columns3 as St, Heading6 as zt, Heading5 as kt, Heading4 as Mt, Heading3 as Lt, Heading2 as Et, Heading1 as Nt, Pilcrow as At, ChevronsUpDown as Rt, Trash as Tt, Trash2 as Vt, TableCellsSplit as It, TableCellsMerge as Ht, BetweenVerticalEnd as Pt, BetweenVerticalStart as jt, BetweenHorizonalStart as Bt, BetweenHorizonalEnd as Gt, Unlink as Wt, Pencil as Ot, Sparkles as $t, Table as _t, Minimize as Ut, Maximize as Ft, Video as Dt, ImageUp as Xt, Link as qt, ListTodo as Jt, ListOrdered as Kt, List as Qt, IndentDecrease as Yt, IndentIncrease as Zt, Type as er, CodeXml as tr, Code as rr, Superscript as or, Subscript as nr, ChevronDown as ie, Undo2 as ir, Redo2 as sr, PaintRoller as cr, Eraser as ar, Minus as lr, Strikethrough as dr, Quote as ur, Underline as hr, Italic as mr, LoaderCircle as pr, Bold as gr, Check as fr } from "lucide-react";
|
|
12
|
+
import { TextAlignRightIcon as xr, TextAlignLeftIcon as br, TextAlignJustifyIcon as wr, TextAlignCenterIcon as vr } from "@radix-ui/react-icons";
|
|
13
|
+
import { C as Ee } from "./index-sVScpCFG.js";
|
|
14
|
+
const se = "-", yr = (e) => {
|
|
15
|
+
const r = Sr(e), {
|
|
15
16
|
conflictingClassGroups: t,
|
|
16
17
|
conflictingClassGroupModifiers: o
|
|
17
18
|
} = e;
|
|
18
19
|
return {
|
|
19
|
-
getClassGroupId: (
|
|
20
|
-
const
|
|
21
|
-
return
|
|
20
|
+
getClassGroupId: (a) => {
|
|
21
|
+
const c = a.split(se);
|
|
22
|
+
return c[0] === "" && c.length !== 1 && c.shift(), Ne(c, r) || Cr(a);
|
|
22
23
|
},
|
|
23
|
-
getConflictingClassGroupIds: (
|
|
24
|
-
const u = t[
|
|
25
|
-
return
|
|
24
|
+
getConflictingClassGroupIds: (a, c) => {
|
|
25
|
+
const u = t[a] || [];
|
|
26
|
+
return c && o[a] ? [...u, ...o[a]] : u;
|
|
26
27
|
}
|
|
27
28
|
};
|
|
28
|
-
},
|
|
29
|
-
var
|
|
29
|
+
}, Ne = (e, r) => {
|
|
30
|
+
var a;
|
|
30
31
|
if (e.length === 0)
|
|
31
32
|
return r.classGroupId;
|
|
32
|
-
const t = e[0], o = r.nextPart.get(t), s = o ?
|
|
33
|
+
const t = e[0], o = r.nextPart.get(t), s = o ? Ne(e.slice(1), o) : void 0;
|
|
33
34
|
if (s)
|
|
34
35
|
return s;
|
|
35
36
|
if (r.validators.length === 0)
|
|
36
37
|
return;
|
|
37
|
-
const n = e.join(
|
|
38
|
-
return (
|
|
39
|
-
validator:
|
|
40
|
-
}) =>
|
|
41
|
-
},
|
|
42
|
-
if (
|
|
43
|
-
const r =
|
|
38
|
+
const n = e.join(se);
|
|
39
|
+
return (a = r.validators.find(({
|
|
40
|
+
validator: c
|
|
41
|
+
}) => c(n))) == null ? void 0 : a.classGroupId;
|
|
42
|
+
}, we = /^\[(.+)\]$/, Cr = (e) => {
|
|
43
|
+
if (we.test(e)) {
|
|
44
|
+
const r = we.exec(e)[1], t = r == null ? void 0 : r.substring(0, r.indexOf(":"));
|
|
44
45
|
if (t)
|
|
45
46
|
return "arbitrary.." + t;
|
|
46
47
|
}
|
|
47
|
-
},
|
|
48
|
+
}, Sr = (e) => {
|
|
48
49
|
const {
|
|
49
50
|
theme: r,
|
|
50
51
|
prefix: t
|
|
@@ -52,19 +53,19 @@ const re = "-", fr = (e) => {
|
|
|
52
53
|
nextPart: /* @__PURE__ */ new Map(),
|
|
53
54
|
validators: []
|
|
54
55
|
};
|
|
55
|
-
return
|
|
56
|
-
|
|
56
|
+
return kr(Object.entries(e.classGroups), t).forEach(([n, a]) => {
|
|
57
|
+
re(a, o, n, r);
|
|
57
58
|
}), o;
|
|
58
|
-
},
|
|
59
|
+
}, re = (e, r, t, o) => {
|
|
59
60
|
e.forEach((s) => {
|
|
60
61
|
if (typeof s == "string") {
|
|
61
|
-
const n = s === "" ? r :
|
|
62
|
+
const n = s === "" ? r : ve(r, s);
|
|
62
63
|
n.classGroupId = t;
|
|
63
64
|
return;
|
|
64
65
|
}
|
|
65
66
|
if (typeof s == "function") {
|
|
66
|
-
if (
|
|
67
|
-
|
|
67
|
+
if (zr(s)) {
|
|
68
|
+
re(s(o), r, t, o);
|
|
68
69
|
return;
|
|
69
70
|
}
|
|
70
71
|
r.validators.push({
|
|
@@ -73,22 +74,22 @@ const re = "-", fr = (e) => {
|
|
|
73
74
|
});
|
|
74
75
|
return;
|
|
75
76
|
}
|
|
76
|
-
Object.entries(s).forEach(([n,
|
|
77
|
-
|
|
77
|
+
Object.entries(s).forEach(([n, a]) => {
|
|
78
|
+
re(a, ve(r, n), t, o);
|
|
78
79
|
});
|
|
79
80
|
});
|
|
80
|
-
},
|
|
81
|
+
}, ve = (e, r) => {
|
|
81
82
|
let t = e;
|
|
82
|
-
return r.split(
|
|
83
|
+
return r.split(se).forEach((o) => {
|
|
83
84
|
t.nextPart.has(o) || t.nextPart.set(o, {
|
|
84
85
|
nextPart: /* @__PURE__ */ new Map(),
|
|
85
86
|
validators: []
|
|
86
87
|
}), t = t.nextPart.get(o);
|
|
87
88
|
}), t;
|
|
88
|
-
},
|
|
89
|
-
const s = o.map((n) => typeof n == "string" ? r + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([
|
|
89
|
+
}, zr = (e) => e.isThemeGetter, kr = (e, r) => r ? e.map(([t, o]) => {
|
|
90
|
+
const s = o.map((n) => typeof n == "string" ? r + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([a, c]) => [r + a, c])) : n);
|
|
90
91
|
return [t, s];
|
|
91
|
-
}) : e,
|
|
92
|
+
}) : e, Mr = (e) => {
|
|
92
93
|
if (e < 1)
|
|
93
94
|
return {
|
|
94
95
|
get: () => {
|
|
@@ -97,55 +98,55 @@ const re = "-", fr = (e) => {
|
|
|
97
98
|
}
|
|
98
99
|
};
|
|
99
100
|
let r = 0, t = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
|
|
100
|
-
const s = (n,
|
|
101
|
-
t.set(n,
|
|
101
|
+
const s = (n, a) => {
|
|
102
|
+
t.set(n, a), r++, r > e && (r = 0, o = t, t = /* @__PURE__ */ new Map());
|
|
102
103
|
};
|
|
103
104
|
return {
|
|
104
105
|
get(n) {
|
|
105
|
-
let
|
|
106
|
-
if (
|
|
107
|
-
return
|
|
108
|
-
if ((
|
|
109
|
-
return s(n,
|
|
106
|
+
let a = t.get(n);
|
|
107
|
+
if (a !== void 0)
|
|
108
|
+
return a;
|
|
109
|
+
if ((a = o.get(n)) !== void 0)
|
|
110
|
+
return s(n, a), a;
|
|
110
111
|
},
|
|
111
|
-
set(n,
|
|
112
|
-
t.has(n) ? t.set(n,
|
|
112
|
+
set(n, a) {
|
|
113
|
+
t.has(n) ? t.set(n, a) : s(n, a);
|
|
113
114
|
}
|
|
114
115
|
};
|
|
115
|
-
},
|
|
116
|
+
}, Ae = "!", Lr = (e) => {
|
|
116
117
|
const {
|
|
117
118
|
separator: r,
|
|
118
119
|
experimentalParseClassName: t
|
|
119
|
-
} = e, o = r.length === 1, s = r[0], n = r.length,
|
|
120
|
+
} = e, o = r.length === 1, s = r[0], n = r.length, a = (c) => {
|
|
120
121
|
const u = [];
|
|
121
|
-
let d = 0,
|
|
122
|
-
for (let
|
|
123
|
-
let
|
|
122
|
+
let d = 0, m = 0, p;
|
|
123
|
+
for (let g = 0; g < c.length; g++) {
|
|
124
|
+
let y = c[g];
|
|
124
125
|
if (d === 0) {
|
|
125
|
-
if (
|
|
126
|
-
u.push(
|
|
126
|
+
if (y === s && (o || c.slice(g, g + n) === r)) {
|
|
127
|
+
u.push(c.slice(m, g)), m = g + n;
|
|
127
128
|
continue;
|
|
128
129
|
}
|
|
129
|
-
if (
|
|
130
|
-
|
|
130
|
+
if (y === "/") {
|
|
131
|
+
p = g;
|
|
131
132
|
continue;
|
|
132
133
|
}
|
|
133
134
|
}
|
|
134
|
-
|
|
135
|
+
y === "[" ? d++ : y === "]" && d--;
|
|
135
136
|
}
|
|
136
|
-
const
|
|
137
|
+
const l = u.length === 0 ? c : c.substring(m), f = l.startsWith(Ae), C = f ? l.substring(1) : l, b = p && p > m ? p - m : void 0;
|
|
137
138
|
return {
|
|
138
139
|
modifiers: u,
|
|
139
140
|
hasImportantModifier: f,
|
|
140
|
-
baseClassName:
|
|
141
|
-
maybePostfixModifierPosition:
|
|
141
|
+
baseClassName: C,
|
|
142
|
+
maybePostfixModifierPosition: b
|
|
142
143
|
};
|
|
143
144
|
};
|
|
144
|
-
return t ? (
|
|
145
|
-
className:
|
|
146
|
-
parseClassName:
|
|
147
|
-
}) :
|
|
148
|
-
},
|
|
145
|
+
return t ? (c) => t({
|
|
146
|
+
className: c,
|
|
147
|
+
parseClassName: a
|
|
148
|
+
}) : a;
|
|
149
|
+
}, Er = (e) => {
|
|
149
150
|
if (e.length <= 1)
|
|
150
151
|
return e;
|
|
151
152
|
const r = [];
|
|
@@ -153,122 +154,122 @@ const re = "-", fr = (e) => {
|
|
|
153
154
|
return e.forEach((o) => {
|
|
154
155
|
o[0] === "[" ? (r.push(...t.sort(), o), t = []) : t.push(o);
|
|
155
156
|
}), r.push(...t.sort()), r;
|
|
156
|
-
},
|
|
157
|
-
cache:
|
|
158
|
-
parseClassName:
|
|
159
|
-
...
|
|
160
|
-
}),
|
|
157
|
+
}, Nr = (e) => ({
|
|
158
|
+
cache: Mr(e.cacheSize),
|
|
159
|
+
parseClassName: Lr(e),
|
|
160
|
+
...yr(e)
|
|
161
|
+
}), Ar = /\s+/, Rr = (e, r) => {
|
|
161
162
|
const {
|
|
162
163
|
parseClassName: t,
|
|
163
164
|
getClassGroupId: o,
|
|
164
165
|
getConflictingClassGroupIds: s
|
|
165
|
-
} = r, n = [],
|
|
166
|
-
let
|
|
167
|
-
for (let u =
|
|
168
|
-
const d =
|
|
169
|
-
modifiers:
|
|
170
|
-
hasImportantModifier:
|
|
171
|
-
baseClassName:
|
|
166
|
+
} = r, n = [], a = e.trim().split(Ar);
|
|
167
|
+
let c = "";
|
|
168
|
+
for (let u = a.length - 1; u >= 0; u -= 1) {
|
|
169
|
+
const d = a[u], {
|
|
170
|
+
modifiers: m,
|
|
171
|
+
hasImportantModifier: p,
|
|
172
|
+
baseClassName: l,
|
|
172
173
|
maybePostfixModifierPosition: f
|
|
173
174
|
} = t(d);
|
|
174
|
-
let
|
|
175
|
-
if (!
|
|
176
|
-
if (!
|
|
177
|
-
|
|
175
|
+
let C = !!f, b = o(C ? l.substring(0, f) : l);
|
|
176
|
+
if (!b) {
|
|
177
|
+
if (!C) {
|
|
178
|
+
c = d + (c.length > 0 ? " " + c : c);
|
|
178
179
|
continue;
|
|
179
180
|
}
|
|
180
|
-
if (
|
|
181
|
-
|
|
181
|
+
if (b = o(l), !b) {
|
|
182
|
+
c = d + (c.length > 0 ? " " + c : c);
|
|
182
183
|
continue;
|
|
183
184
|
}
|
|
184
|
-
|
|
185
|
+
C = !1;
|
|
185
186
|
}
|
|
186
|
-
const
|
|
187
|
-
if (n.includes(
|
|
187
|
+
const g = Er(m).join(":"), y = p ? g + Ae : g, S = y + b;
|
|
188
|
+
if (n.includes(S))
|
|
188
189
|
continue;
|
|
189
|
-
n.push(
|
|
190
|
-
const
|
|
191
|
-
for (let
|
|
192
|
-
const
|
|
193
|
-
n.push(
|
|
190
|
+
n.push(S);
|
|
191
|
+
const P = s(b, C);
|
|
192
|
+
for (let V = 0; V < P.length; ++V) {
|
|
193
|
+
const _ = P[V];
|
|
194
|
+
n.push(y + _);
|
|
194
195
|
}
|
|
195
|
-
|
|
196
|
+
c = d + (c.length > 0 ? " " + c : c);
|
|
196
197
|
}
|
|
197
|
-
return
|
|
198
|
+
return c;
|
|
198
199
|
};
|
|
199
|
-
function
|
|
200
|
+
function Tr() {
|
|
200
201
|
let e = 0, r, t, o = "";
|
|
201
202
|
for (; e < arguments.length; )
|
|
202
|
-
(r = arguments[e++]) && (t =
|
|
203
|
+
(r = arguments[e++]) && (t = Re(r)) && (o && (o += " "), o += t);
|
|
203
204
|
return o;
|
|
204
205
|
}
|
|
205
|
-
const
|
|
206
|
+
const Re = (e) => {
|
|
206
207
|
if (typeof e == "string")
|
|
207
208
|
return e;
|
|
208
209
|
let r, t = "";
|
|
209
210
|
for (let o = 0; o < e.length; o++)
|
|
210
|
-
e[o] && (r =
|
|
211
|
+
e[o] && (r = Re(e[o])) && (t && (t += " "), t += r);
|
|
211
212
|
return t;
|
|
212
213
|
};
|
|
213
|
-
function
|
|
214
|
-
let t, o, s, n =
|
|
215
|
-
function
|
|
216
|
-
const d = r.reduce((
|
|
217
|
-
return t =
|
|
214
|
+
function Vr(e, ...r) {
|
|
215
|
+
let t, o, s, n = a;
|
|
216
|
+
function a(u) {
|
|
217
|
+
const d = r.reduce((m, p) => p(m), e());
|
|
218
|
+
return t = Nr(d), o = t.cache.get, s = t.cache.set, n = c, c(u);
|
|
218
219
|
}
|
|
219
|
-
function
|
|
220
|
+
function c(u) {
|
|
220
221
|
const d = o(u);
|
|
221
222
|
if (d)
|
|
222
223
|
return d;
|
|
223
|
-
const
|
|
224
|
-
return s(u,
|
|
224
|
+
const m = Rr(u, t);
|
|
225
|
+
return s(u, m), m;
|
|
225
226
|
}
|
|
226
227
|
return function() {
|
|
227
|
-
return n(
|
|
228
|
+
return n(Tr.apply(null, arguments));
|
|
228
229
|
};
|
|
229
230
|
}
|
|
230
|
-
const
|
|
231
|
+
const x = (e) => {
|
|
231
232
|
const r = (t) => t[e] || [];
|
|
232
233
|
return r.isThemeGetter = !0, r;
|
|
233
|
-
},
|
|
234
|
-
const o =
|
|
234
|
+
}, Te = /^\[(?:([a-z-]+):)?(.+)\]$/i, Ir = /^\d+\/\d+$/, Hr = /* @__PURE__ */ new Set(["px", "full", "screen"]), Pr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, jr = /\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$/, Br = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Gr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Wr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, L = (e) => I(e) || Hr.has(e) || Ir.test(e), A = (e) => H(e, "length", qr), I = (e) => !!e && !Number.isNaN(Number(e)), K = (e) => H(e, "number", I), B = (e) => !!e && Number.isInteger(Number(e)), Or = (e) => e.endsWith("%") && I(e.slice(0, -1)), h = (e) => Te.test(e), R = (e) => Pr.test(e), $r = /* @__PURE__ */ new Set(["length", "size", "percentage"]), _r = (e) => H(e, $r, Ve), Ur = (e) => H(e, "position", Ve), Fr = /* @__PURE__ */ new Set(["image", "url"]), Dr = (e) => H(e, Fr, Kr), Xr = (e) => H(e, "", Jr), G = () => !0, H = (e, r, t) => {
|
|
235
|
+
const o = Te.exec(e);
|
|
235
236
|
return o ? o[1] ? typeof r == "string" ? o[1] === r : r.has(o[1]) : t(o[2]) : !1;
|
|
236
|
-
},
|
|
237
|
+
}, qr = (e) => (
|
|
237
238
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
238
239
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
239
240
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
240
|
-
|
|
241
|
-
),
|
|
242
|
-
const e =
|
|
241
|
+
jr.test(e) && !Br.test(e)
|
|
242
|
+
), Ve = () => !1, Jr = (e) => Gr.test(e), Kr = (e) => Wr.test(e), Qr = () => {
|
|
243
|
+
const e = x("colors"), r = x("spacing"), t = x("blur"), o = x("brightness"), s = x("borderColor"), n = x("borderRadius"), a = x("borderSpacing"), c = x("borderWidth"), u = x("contrast"), d = x("grayscale"), m = x("hueRotate"), p = x("invert"), l = x("gap"), f = x("gradientColorStops"), C = x("gradientColorStopPositions"), b = x("inset"), g = x("margin"), y = x("opacity"), S = x("padding"), P = x("saturate"), V = x("scale"), _ = x("sepia"), le = x("skew"), de = x("space"), ue = x("translate"), D = () => ["auto", "contain", "none"], X = () => ["auto", "hidden", "clip", "visible", "scroll"], q = () => ["auto", h, r], w = () => [h, r], he = () => ["", L, A], U = () => ["auto", I, h], me = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], F = () => ["solid", "dashed", "dotted", "double", "none"], pe = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], J = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], j = () => ["", "0", h], ge = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], M = () => [I, h];
|
|
243
244
|
return {
|
|
244
245
|
cacheSize: 500,
|
|
245
246
|
separator: ":",
|
|
246
247
|
theme: {
|
|
247
|
-
colors: [
|
|
248
|
-
spacing: [
|
|
249
|
-
blur: ["none", "",
|
|
250
|
-
brightness:
|
|
248
|
+
colors: [G],
|
|
249
|
+
spacing: [L, A],
|
|
250
|
+
blur: ["none", "", R, h],
|
|
251
|
+
brightness: M(),
|
|
251
252
|
borderColor: [e],
|
|
252
|
-
borderRadius: ["none", "", "full",
|
|
253
|
-
borderSpacing:
|
|
254
|
-
borderWidth:
|
|
255
|
-
contrast:
|
|
256
|
-
grayscale:
|
|
257
|
-
hueRotate:
|
|
258
|
-
invert:
|
|
259
|
-
gap:
|
|
253
|
+
borderRadius: ["none", "", "full", R, h],
|
|
254
|
+
borderSpacing: w(),
|
|
255
|
+
borderWidth: he(),
|
|
256
|
+
contrast: M(),
|
|
257
|
+
grayscale: j(),
|
|
258
|
+
hueRotate: M(),
|
|
259
|
+
invert: j(),
|
|
260
|
+
gap: w(),
|
|
260
261
|
gradientColorStops: [e],
|
|
261
|
-
gradientColorStopPositions: [
|
|
262
|
-
inset:
|
|
263
|
-
margin:
|
|
264
|
-
opacity:
|
|
265
|
-
padding:
|
|
266
|
-
saturate:
|
|
267
|
-
scale:
|
|
268
|
-
sepia:
|
|
269
|
-
skew:
|
|
270
|
-
space:
|
|
271
|
-
translate:
|
|
262
|
+
gradientColorStopPositions: [Or, A],
|
|
263
|
+
inset: q(),
|
|
264
|
+
margin: q(),
|
|
265
|
+
opacity: M(),
|
|
266
|
+
padding: w(),
|
|
267
|
+
saturate: M(),
|
|
268
|
+
scale: M(),
|
|
269
|
+
sepia: j(),
|
|
270
|
+
skew: M(),
|
|
271
|
+
space: w(),
|
|
272
|
+
translate: w()
|
|
272
273
|
},
|
|
273
274
|
classGroups: {
|
|
274
275
|
// Layout
|
|
@@ -289,21 +290,21 @@ const b = (e) => {
|
|
|
289
290
|
* @see https://tailwindcss.com/docs/columns
|
|
290
291
|
*/
|
|
291
292
|
columns: [{
|
|
292
|
-
columns: [
|
|
293
|
+
columns: [R]
|
|
293
294
|
}],
|
|
294
295
|
/**
|
|
295
296
|
* Break After
|
|
296
297
|
* @see https://tailwindcss.com/docs/break-after
|
|
297
298
|
*/
|
|
298
299
|
"break-after": [{
|
|
299
|
-
"break-after":
|
|
300
|
+
"break-after": ge()
|
|
300
301
|
}],
|
|
301
302
|
/**
|
|
302
303
|
* Break Before
|
|
303
304
|
* @see https://tailwindcss.com/docs/break-before
|
|
304
305
|
*/
|
|
305
306
|
"break-before": [{
|
|
306
|
-
"break-before":
|
|
307
|
+
"break-before": ge()
|
|
307
308
|
}],
|
|
308
309
|
/**
|
|
309
310
|
* Break Inside
|
|
@@ -362,49 +363,49 @@ const b = (e) => {
|
|
|
362
363
|
* @see https://tailwindcss.com/docs/object-position
|
|
363
364
|
*/
|
|
364
365
|
"object-position": [{
|
|
365
|
-
object: [...
|
|
366
|
+
object: [...me(), h]
|
|
366
367
|
}],
|
|
367
368
|
/**
|
|
368
369
|
* Overflow
|
|
369
370
|
* @see https://tailwindcss.com/docs/overflow
|
|
370
371
|
*/
|
|
371
372
|
overflow: [{
|
|
372
|
-
overflow:
|
|
373
|
+
overflow: X()
|
|
373
374
|
}],
|
|
374
375
|
/**
|
|
375
376
|
* Overflow X
|
|
376
377
|
* @see https://tailwindcss.com/docs/overflow
|
|
377
378
|
*/
|
|
378
379
|
"overflow-x": [{
|
|
379
|
-
"overflow-x":
|
|
380
|
+
"overflow-x": X()
|
|
380
381
|
}],
|
|
381
382
|
/**
|
|
382
383
|
* Overflow Y
|
|
383
384
|
* @see https://tailwindcss.com/docs/overflow
|
|
384
385
|
*/
|
|
385
386
|
"overflow-y": [{
|
|
386
|
-
"overflow-y":
|
|
387
|
+
"overflow-y": X()
|
|
387
388
|
}],
|
|
388
389
|
/**
|
|
389
390
|
* Overscroll Behavior
|
|
390
391
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
391
392
|
*/
|
|
392
393
|
overscroll: [{
|
|
393
|
-
overscroll:
|
|
394
|
+
overscroll: D()
|
|
394
395
|
}],
|
|
395
396
|
/**
|
|
396
397
|
* Overscroll Behavior X
|
|
397
398
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
398
399
|
*/
|
|
399
400
|
"overscroll-x": [{
|
|
400
|
-
"overscroll-x":
|
|
401
|
+
"overscroll-x": D()
|
|
401
402
|
}],
|
|
402
403
|
/**
|
|
403
404
|
* Overscroll Behavior Y
|
|
404
405
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
405
406
|
*/
|
|
406
407
|
"overscroll-y": [{
|
|
407
|
-
"overscroll-y":
|
|
408
|
+
"overscroll-y": D()
|
|
408
409
|
}],
|
|
409
410
|
/**
|
|
410
411
|
* Position
|
|
@@ -416,63 +417,63 @@ const b = (e) => {
|
|
|
416
417
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
417
418
|
*/
|
|
418
419
|
inset: [{
|
|
419
|
-
inset: [
|
|
420
|
+
inset: [b]
|
|
420
421
|
}],
|
|
421
422
|
/**
|
|
422
423
|
* Right / Left
|
|
423
424
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
424
425
|
*/
|
|
425
426
|
"inset-x": [{
|
|
426
|
-
"inset-x": [
|
|
427
|
+
"inset-x": [b]
|
|
427
428
|
}],
|
|
428
429
|
/**
|
|
429
430
|
* Top / Bottom
|
|
430
431
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
431
432
|
*/
|
|
432
433
|
"inset-y": [{
|
|
433
|
-
"inset-y": [
|
|
434
|
+
"inset-y": [b]
|
|
434
435
|
}],
|
|
435
436
|
/**
|
|
436
437
|
* Start
|
|
437
438
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
438
439
|
*/
|
|
439
440
|
start: [{
|
|
440
|
-
start: [
|
|
441
|
+
start: [b]
|
|
441
442
|
}],
|
|
442
443
|
/**
|
|
443
444
|
* End
|
|
444
445
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
445
446
|
*/
|
|
446
447
|
end: [{
|
|
447
|
-
end: [
|
|
448
|
+
end: [b]
|
|
448
449
|
}],
|
|
449
450
|
/**
|
|
450
451
|
* Top
|
|
451
452
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
452
453
|
*/
|
|
453
454
|
top: [{
|
|
454
|
-
top: [
|
|
455
|
+
top: [b]
|
|
455
456
|
}],
|
|
456
457
|
/**
|
|
457
458
|
* Right
|
|
458
459
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
459
460
|
*/
|
|
460
461
|
right: [{
|
|
461
|
-
right: [
|
|
462
|
+
right: [b]
|
|
462
463
|
}],
|
|
463
464
|
/**
|
|
464
465
|
* Bottom
|
|
465
466
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
466
467
|
*/
|
|
467
468
|
bottom: [{
|
|
468
|
-
bottom: [
|
|
469
|
+
bottom: [b]
|
|
469
470
|
}],
|
|
470
471
|
/**
|
|
471
472
|
* Left
|
|
472
473
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
473
474
|
*/
|
|
474
475
|
left: [{
|
|
475
|
-
left: [
|
|
476
|
+
left: [b]
|
|
476
477
|
}],
|
|
477
478
|
/**
|
|
478
479
|
* Visibility
|
|
@@ -484,7 +485,7 @@ const b = (e) => {
|
|
|
484
485
|
* @see https://tailwindcss.com/docs/z-index
|
|
485
486
|
*/
|
|
486
487
|
z: [{
|
|
487
|
-
z: ["auto",
|
|
488
|
+
z: ["auto", B, h]
|
|
488
489
|
}],
|
|
489
490
|
// Flexbox and Grid
|
|
490
491
|
/**
|
|
@@ -492,7 +493,7 @@ const b = (e) => {
|
|
|
492
493
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
493
494
|
*/
|
|
494
495
|
basis: [{
|
|
495
|
-
basis:
|
|
496
|
+
basis: q()
|
|
496
497
|
}],
|
|
497
498
|
/**
|
|
498
499
|
* Flex Direction
|
|
@@ -520,28 +521,28 @@ const b = (e) => {
|
|
|
520
521
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
521
522
|
*/
|
|
522
523
|
grow: [{
|
|
523
|
-
grow:
|
|
524
|
+
grow: j()
|
|
524
525
|
}],
|
|
525
526
|
/**
|
|
526
527
|
* Flex Shrink
|
|
527
528
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
528
529
|
*/
|
|
529
530
|
shrink: [{
|
|
530
|
-
shrink:
|
|
531
|
+
shrink: j()
|
|
531
532
|
}],
|
|
532
533
|
/**
|
|
533
534
|
* Order
|
|
534
535
|
* @see https://tailwindcss.com/docs/order
|
|
535
536
|
*/
|
|
536
537
|
order: [{
|
|
537
|
-
order: ["first", "last", "none",
|
|
538
|
+
order: ["first", "last", "none", B, h]
|
|
538
539
|
}],
|
|
539
540
|
/**
|
|
540
541
|
* Grid Template Columns
|
|
541
542
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
542
543
|
*/
|
|
543
544
|
"grid-cols": [{
|
|
544
|
-
"grid-cols": [
|
|
545
|
+
"grid-cols": [G]
|
|
545
546
|
}],
|
|
546
547
|
/**
|
|
547
548
|
* Grid Column Start / End
|
|
@@ -549,7 +550,7 @@ const b = (e) => {
|
|
|
549
550
|
*/
|
|
550
551
|
"col-start-end": [{
|
|
551
552
|
col: ["auto", {
|
|
552
|
-
span: ["full",
|
|
553
|
+
span: ["full", B, h]
|
|
553
554
|
}, h]
|
|
554
555
|
}],
|
|
555
556
|
/**
|
|
@@ -557,21 +558,21 @@ const b = (e) => {
|
|
|
557
558
|
* @see https://tailwindcss.com/docs/grid-column
|
|
558
559
|
*/
|
|
559
560
|
"col-start": [{
|
|
560
|
-
"col-start":
|
|
561
|
+
"col-start": U()
|
|
561
562
|
}],
|
|
562
563
|
/**
|
|
563
564
|
* Grid Column End
|
|
564
565
|
* @see https://tailwindcss.com/docs/grid-column
|
|
565
566
|
*/
|
|
566
567
|
"col-end": [{
|
|
567
|
-
"col-end":
|
|
568
|
+
"col-end": U()
|
|
568
569
|
}],
|
|
569
570
|
/**
|
|
570
571
|
* Grid Template Rows
|
|
571
572
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
572
573
|
*/
|
|
573
574
|
"grid-rows": [{
|
|
574
|
-
"grid-rows": [
|
|
575
|
+
"grid-rows": [G]
|
|
575
576
|
}],
|
|
576
577
|
/**
|
|
577
578
|
* Grid Row Start / End
|
|
@@ -579,7 +580,7 @@ const b = (e) => {
|
|
|
579
580
|
*/
|
|
580
581
|
"row-start-end": [{
|
|
581
582
|
row: ["auto", {
|
|
582
|
-
span: [
|
|
583
|
+
span: [B, h]
|
|
583
584
|
}, h]
|
|
584
585
|
}],
|
|
585
586
|
/**
|
|
@@ -587,14 +588,14 @@ const b = (e) => {
|
|
|
587
588
|
* @see https://tailwindcss.com/docs/grid-row
|
|
588
589
|
*/
|
|
589
590
|
"row-start": [{
|
|
590
|
-
"row-start":
|
|
591
|
+
"row-start": U()
|
|
591
592
|
}],
|
|
592
593
|
/**
|
|
593
594
|
* Grid Row End
|
|
594
595
|
* @see https://tailwindcss.com/docs/grid-row
|
|
595
596
|
*/
|
|
596
597
|
"row-end": [{
|
|
597
|
-
"row-end":
|
|
598
|
+
"row-end": U()
|
|
598
599
|
}],
|
|
599
600
|
/**
|
|
600
601
|
* Grid Auto Flow
|
|
@@ -622,28 +623,28 @@ const b = (e) => {
|
|
|
622
623
|
* @see https://tailwindcss.com/docs/gap
|
|
623
624
|
*/
|
|
624
625
|
gap: [{
|
|
625
|
-
gap: [
|
|
626
|
+
gap: [l]
|
|
626
627
|
}],
|
|
627
628
|
/**
|
|
628
629
|
* Gap X
|
|
629
630
|
* @see https://tailwindcss.com/docs/gap
|
|
630
631
|
*/
|
|
631
632
|
"gap-x": [{
|
|
632
|
-
"gap-x": [
|
|
633
|
+
"gap-x": [l]
|
|
633
634
|
}],
|
|
634
635
|
/**
|
|
635
636
|
* Gap Y
|
|
636
637
|
* @see https://tailwindcss.com/docs/gap
|
|
637
638
|
*/
|
|
638
639
|
"gap-y": [{
|
|
639
|
-
"gap-y": [
|
|
640
|
+
"gap-y": [l]
|
|
640
641
|
}],
|
|
641
642
|
/**
|
|
642
643
|
* Justify Content
|
|
643
644
|
* @see https://tailwindcss.com/docs/justify-content
|
|
644
645
|
*/
|
|
645
646
|
"justify-content": [{
|
|
646
|
-
justify: ["normal", ...
|
|
647
|
+
justify: ["normal", ...J()]
|
|
647
648
|
}],
|
|
648
649
|
/**
|
|
649
650
|
* Justify Items
|
|
@@ -664,7 +665,7 @@ const b = (e) => {
|
|
|
664
665
|
* @see https://tailwindcss.com/docs/align-content
|
|
665
666
|
*/
|
|
666
667
|
"align-content": [{
|
|
667
|
-
content: ["normal", ...
|
|
668
|
+
content: ["normal", ...J(), "baseline"]
|
|
668
669
|
}],
|
|
669
670
|
/**
|
|
670
671
|
* Align Items
|
|
@@ -685,7 +686,7 @@ const b = (e) => {
|
|
|
685
686
|
* @see https://tailwindcss.com/docs/place-content
|
|
686
687
|
*/
|
|
687
688
|
"place-content": [{
|
|
688
|
-
"place-content": [...
|
|
689
|
+
"place-content": [...J(), "baseline"]
|
|
689
690
|
}],
|
|
690
691
|
/**
|
|
691
692
|
* Place Items
|
|
@@ -707,133 +708,133 @@ const b = (e) => {
|
|
|
707
708
|
* @see https://tailwindcss.com/docs/padding
|
|
708
709
|
*/
|
|
709
710
|
p: [{
|
|
710
|
-
p: [
|
|
711
|
+
p: [S]
|
|
711
712
|
}],
|
|
712
713
|
/**
|
|
713
714
|
* Padding X
|
|
714
715
|
* @see https://tailwindcss.com/docs/padding
|
|
715
716
|
*/
|
|
716
717
|
px: [{
|
|
717
|
-
px: [
|
|
718
|
+
px: [S]
|
|
718
719
|
}],
|
|
719
720
|
/**
|
|
720
721
|
* Padding Y
|
|
721
722
|
* @see https://tailwindcss.com/docs/padding
|
|
722
723
|
*/
|
|
723
724
|
py: [{
|
|
724
|
-
py: [
|
|
725
|
+
py: [S]
|
|
725
726
|
}],
|
|
726
727
|
/**
|
|
727
728
|
* Padding Start
|
|
728
729
|
* @see https://tailwindcss.com/docs/padding
|
|
729
730
|
*/
|
|
730
731
|
ps: [{
|
|
731
|
-
ps: [
|
|
732
|
+
ps: [S]
|
|
732
733
|
}],
|
|
733
734
|
/**
|
|
734
735
|
* Padding End
|
|
735
736
|
* @see https://tailwindcss.com/docs/padding
|
|
736
737
|
*/
|
|
737
738
|
pe: [{
|
|
738
|
-
pe: [
|
|
739
|
+
pe: [S]
|
|
739
740
|
}],
|
|
740
741
|
/**
|
|
741
742
|
* Padding Top
|
|
742
743
|
* @see https://tailwindcss.com/docs/padding
|
|
743
744
|
*/
|
|
744
745
|
pt: [{
|
|
745
|
-
pt: [
|
|
746
|
+
pt: [S]
|
|
746
747
|
}],
|
|
747
748
|
/**
|
|
748
749
|
* Padding Right
|
|
749
750
|
* @see https://tailwindcss.com/docs/padding
|
|
750
751
|
*/
|
|
751
752
|
pr: [{
|
|
752
|
-
pr: [
|
|
753
|
+
pr: [S]
|
|
753
754
|
}],
|
|
754
755
|
/**
|
|
755
756
|
* Padding Bottom
|
|
756
757
|
* @see https://tailwindcss.com/docs/padding
|
|
757
758
|
*/
|
|
758
759
|
pb: [{
|
|
759
|
-
pb: [
|
|
760
|
+
pb: [S]
|
|
760
761
|
}],
|
|
761
762
|
/**
|
|
762
763
|
* Padding Left
|
|
763
764
|
* @see https://tailwindcss.com/docs/padding
|
|
764
765
|
*/
|
|
765
766
|
pl: [{
|
|
766
|
-
pl: [
|
|
767
|
+
pl: [S]
|
|
767
768
|
}],
|
|
768
769
|
/**
|
|
769
770
|
* Margin
|
|
770
771
|
* @see https://tailwindcss.com/docs/margin
|
|
771
772
|
*/
|
|
772
773
|
m: [{
|
|
773
|
-
m: [
|
|
774
|
+
m: [g]
|
|
774
775
|
}],
|
|
775
776
|
/**
|
|
776
777
|
* Margin X
|
|
777
778
|
* @see https://tailwindcss.com/docs/margin
|
|
778
779
|
*/
|
|
779
780
|
mx: [{
|
|
780
|
-
mx: [
|
|
781
|
+
mx: [g]
|
|
781
782
|
}],
|
|
782
783
|
/**
|
|
783
784
|
* Margin Y
|
|
784
785
|
* @see https://tailwindcss.com/docs/margin
|
|
785
786
|
*/
|
|
786
787
|
my: [{
|
|
787
|
-
my: [
|
|
788
|
+
my: [g]
|
|
788
789
|
}],
|
|
789
790
|
/**
|
|
790
791
|
* Margin Start
|
|
791
792
|
* @see https://tailwindcss.com/docs/margin
|
|
792
793
|
*/
|
|
793
794
|
ms: [{
|
|
794
|
-
ms: [
|
|
795
|
+
ms: [g]
|
|
795
796
|
}],
|
|
796
797
|
/**
|
|
797
798
|
* Margin End
|
|
798
799
|
* @see https://tailwindcss.com/docs/margin
|
|
799
800
|
*/
|
|
800
801
|
me: [{
|
|
801
|
-
me: [
|
|
802
|
+
me: [g]
|
|
802
803
|
}],
|
|
803
804
|
/**
|
|
804
805
|
* Margin Top
|
|
805
806
|
* @see https://tailwindcss.com/docs/margin
|
|
806
807
|
*/
|
|
807
808
|
mt: [{
|
|
808
|
-
mt: [
|
|
809
|
+
mt: [g]
|
|
809
810
|
}],
|
|
810
811
|
/**
|
|
811
812
|
* Margin Right
|
|
812
813
|
* @see https://tailwindcss.com/docs/margin
|
|
813
814
|
*/
|
|
814
815
|
mr: [{
|
|
815
|
-
mr: [
|
|
816
|
+
mr: [g]
|
|
816
817
|
}],
|
|
817
818
|
/**
|
|
818
819
|
* Margin Bottom
|
|
819
820
|
* @see https://tailwindcss.com/docs/margin
|
|
820
821
|
*/
|
|
821
822
|
mb: [{
|
|
822
|
-
mb: [
|
|
823
|
+
mb: [g]
|
|
823
824
|
}],
|
|
824
825
|
/**
|
|
825
826
|
* Margin Left
|
|
826
827
|
* @see https://tailwindcss.com/docs/margin
|
|
827
828
|
*/
|
|
828
829
|
ml: [{
|
|
829
|
-
ml: [
|
|
830
|
+
ml: [g]
|
|
830
831
|
}],
|
|
831
832
|
/**
|
|
832
833
|
* Space Between X
|
|
833
834
|
* @see https://tailwindcss.com/docs/space
|
|
834
835
|
*/
|
|
835
836
|
"space-x": [{
|
|
836
|
-
"space-x": [
|
|
837
|
+
"space-x": [de]
|
|
837
838
|
}],
|
|
838
839
|
/**
|
|
839
840
|
* Space Between X Reverse
|
|
@@ -845,7 +846,7 @@ const b = (e) => {
|
|
|
845
846
|
* @see https://tailwindcss.com/docs/space
|
|
846
847
|
*/
|
|
847
848
|
"space-y": [{
|
|
848
|
-
"space-y": [
|
|
849
|
+
"space-y": [de]
|
|
849
850
|
}],
|
|
850
851
|
/**
|
|
851
852
|
* Space Between Y Reverse
|
|
@@ -873,8 +874,8 @@ const b = (e) => {
|
|
|
873
874
|
*/
|
|
874
875
|
"max-w": [{
|
|
875
876
|
"max-w": [h, r, "none", "full", "min", "max", "fit", "prose", {
|
|
876
|
-
screen: [
|
|
877
|
-
},
|
|
877
|
+
screen: [R]
|
|
878
|
+
}, R]
|
|
878
879
|
}],
|
|
879
880
|
/**
|
|
880
881
|
* Height
|
|
@@ -910,7 +911,7 @@ const b = (e) => {
|
|
|
910
911
|
* @see https://tailwindcss.com/docs/font-size
|
|
911
912
|
*/
|
|
912
913
|
"font-size": [{
|
|
913
|
-
text: ["base",
|
|
914
|
+
text: ["base", R, A]
|
|
914
915
|
}],
|
|
915
916
|
/**
|
|
916
917
|
* Font Smoothing
|
|
@@ -927,14 +928,14 @@ const b = (e) => {
|
|
|
927
928
|
* @see https://tailwindcss.com/docs/font-weight
|
|
928
929
|
*/
|
|
929
930
|
"font-weight": [{
|
|
930
|
-
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black",
|
|
931
|
+
font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", K]
|
|
931
932
|
}],
|
|
932
933
|
/**
|
|
933
934
|
* Font Family
|
|
934
935
|
* @see https://tailwindcss.com/docs/font-family
|
|
935
936
|
*/
|
|
936
937
|
"font-family": [{
|
|
937
|
-
font: [
|
|
938
|
+
font: [G]
|
|
938
939
|
}],
|
|
939
940
|
/**
|
|
940
941
|
* Font Variant Numeric
|
|
@@ -978,14 +979,14 @@ const b = (e) => {
|
|
|
978
979
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
979
980
|
*/
|
|
980
981
|
"line-clamp": [{
|
|
981
|
-
"line-clamp": ["none",
|
|
982
|
+
"line-clamp": ["none", I, K]
|
|
982
983
|
}],
|
|
983
984
|
/**
|
|
984
985
|
* Line Height
|
|
985
986
|
* @see https://tailwindcss.com/docs/line-height
|
|
986
987
|
*/
|
|
987
988
|
leading: [{
|
|
988
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose",
|
|
989
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", L, h]
|
|
989
990
|
}],
|
|
990
991
|
/**
|
|
991
992
|
* List Style Image
|
|
@@ -1021,7 +1022,7 @@ const b = (e) => {
|
|
|
1021
1022
|
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1022
1023
|
*/
|
|
1023
1024
|
"placeholder-opacity": [{
|
|
1024
|
-
"placeholder-opacity": [
|
|
1025
|
+
"placeholder-opacity": [y]
|
|
1025
1026
|
}],
|
|
1026
1027
|
/**
|
|
1027
1028
|
* Text Alignment
|
|
@@ -1042,7 +1043,7 @@ const b = (e) => {
|
|
|
1042
1043
|
* @see https://tailwindcss.com/docs/text-opacity
|
|
1043
1044
|
*/
|
|
1044
1045
|
"text-opacity": [{
|
|
1045
|
-
"text-opacity": [
|
|
1046
|
+
"text-opacity": [y]
|
|
1046
1047
|
}],
|
|
1047
1048
|
/**
|
|
1048
1049
|
* Text Decoration
|
|
@@ -1054,21 +1055,21 @@ const b = (e) => {
|
|
|
1054
1055
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1055
1056
|
*/
|
|
1056
1057
|
"text-decoration-style": [{
|
|
1057
|
-
decoration: [
|
|
1058
|
+
decoration: [...F(), "wavy"]
|
|
1058
1059
|
}],
|
|
1059
1060
|
/**
|
|
1060
1061
|
* Text Decoration Thickness
|
|
1061
1062
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1062
1063
|
*/
|
|
1063
1064
|
"text-decoration-thickness": [{
|
|
1064
|
-
decoration: ["auto", "from-font",
|
|
1065
|
+
decoration: ["auto", "from-font", L, A]
|
|
1065
1066
|
}],
|
|
1066
1067
|
/**
|
|
1067
1068
|
* Text Underline Offset
|
|
1068
1069
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1069
1070
|
*/
|
|
1070
1071
|
"underline-offset": [{
|
|
1071
|
-
"underline-offset": ["auto",
|
|
1072
|
+
"underline-offset": ["auto", L, h]
|
|
1072
1073
|
}],
|
|
1073
1074
|
/**
|
|
1074
1075
|
* Text Decoration Color
|
|
@@ -1099,7 +1100,7 @@ const b = (e) => {
|
|
|
1099
1100
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1100
1101
|
*/
|
|
1101
1102
|
indent: [{
|
|
1102
|
-
indent:
|
|
1103
|
+
indent: w()
|
|
1103
1104
|
}],
|
|
1104
1105
|
/**
|
|
1105
1106
|
* Vertical Alignment
|
|
@@ -1157,7 +1158,7 @@ const b = (e) => {
|
|
|
1157
1158
|
* @see https://tailwindcss.com/docs/background-opacity
|
|
1158
1159
|
*/
|
|
1159
1160
|
"bg-opacity": [{
|
|
1160
|
-
"bg-opacity": [
|
|
1161
|
+
"bg-opacity": [y]
|
|
1161
1162
|
}],
|
|
1162
1163
|
/**
|
|
1163
1164
|
* Background Origin
|
|
@@ -1171,7 +1172,7 @@ const b = (e) => {
|
|
|
1171
1172
|
* @see https://tailwindcss.com/docs/background-position
|
|
1172
1173
|
*/
|
|
1173
1174
|
"bg-position": [{
|
|
1174
|
-
bg: [...
|
|
1175
|
+
bg: [...me(), Ur]
|
|
1175
1176
|
}],
|
|
1176
1177
|
/**
|
|
1177
1178
|
* Background Repeat
|
|
@@ -1187,7 +1188,7 @@ const b = (e) => {
|
|
|
1187
1188
|
* @see https://tailwindcss.com/docs/background-size
|
|
1188
1189
|
*/
|
|
1189
1190
|
"bg-size": [{
|
|
1190
|
-
bg: ["auto", "cover", "contain",
|
|
1191
|
+
bg: ["auto", "cover", "contain", _r]
|
|
1191
1192
|
}],
|
|
1192
1193
|
/**
|
|
1193
1194
|
* Background Image
|
|
@@ -1196,7 +1197,7 @@ const b = (e) => {
|
|
|
1196
1197
|
"bg-image": [{
|
|
1197
1198
|
bg: ["none", {
|
|
1198
1199
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1199
|
-
},
|
|
1200
|
+
}, Dr]
|
|
1200
1201
|
}],
|
|
1201
1202
|
/**
|
|
1202
1203
|
* Background Color
|
|
@@ -1210,21 +1211,21 @@ const b = (e) => {
|
|
|
1210
1211
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1211
1212
|
*/
|
|
1212
1213
|
"gradient-from-pos": [{
|
|
1213
|
-
from: [
|
|
1214
|
+
from: [C]
|
|
1214
1215
|
}],
|
|
1215
1216
|
/**
|
|
1216
1217
|
* Gradient Color Stops Via Position
|
|
1217
1218
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1218
1219
|
*/
|
|
1219
1220
|
"gradient-via-pos": [{
|
|
1220
|
-
via: [
|
|
1221
|
+
via: [C]
|
|
1221
1222
|
}],
|
|
1222
1223
|
/**
|
|
1223
1224
|
* Gradient Color Stops To Position
|
|
1224
1225
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1225
1226
|
*/
|
|
1226
1227
|
"gradient-to-pos": [{
|
|
1227
|
-
to: [
|
|
1228
|
+
to: [C]
|
|
1228
1229
|
}],
|
|
1229
1230
|
/**
|
|
1230
1231
|
* Gradient Color Stops From
|
|
@@ -1358,84 +1359,84 @@ const b = (e) => {
|
|
|
1358
1359
|
* @see https://tailwindcss.com/docs/border-width
|
|
1359
1360
|
*/
|
|
1360
1361
|
"border-w": [{
|
|
1361
|
-
border: [
|
|
1362
|
+
border: [c]
|
|
1362
1363
|
}],
|
|
1363
1364
|
/**
|
|
1364
1365
|
* Border Width X
|
|
1365
1366
|
* @see https://tailwindcss.com/docs/border-width
|
|
1366
1367
|
*/
|
|
1367
1368
|
"border-w-x": [{
|
|
1368
|
-
"border-x": [
|
|
1369
|
+
"border-x": [c]
|
|
1369
1370
|
}],
|
|
1370
1371
|
/**
|
|
1371
1372
|
* Border Width Y
|
|
1372
1373
|
* @see https://tailwindcss.com/docs/border-width
|
|
1373
1374
|
*/
|
|
1374
1375
|
"border-w-y": [{
|
|
1375
|
-
"border-y": [
|
|
1376
|
+
"border-y": [c]
|
|
1376
1377
|
}],
|
|
1377
1378
|
/**
|
|
1378
1379
|
* Border Width Start
|
|
1379
1380
|
* @see https://tailwindcss.com/docs/border-width
|
|
1380
1381
|
*/
|
|
1381
1382
|
"border-w-s": [{
|
|
1382
|
-
"border-s": [
|
|
1383
|
+
"border-s": [c]
|
|
1383
1384
|
}],
|
|
1384
1385
|
/**
|
|
1385
1386
|
* Border Width End
|
|
1386
1387
|
* @see https://tailwindcss.com/docs/border-width
|
|
1387
1388
|
*/
|
|
1388
1389
|
"border-w-e": [{
|
|
1389
|
-
"border-e": [
|
|
1390
|
+
"border-e": [c]
|
|
1390
1391
|
}],
|
|
1391
1392
|
/**
|
|
1392
1393
|
* Border Width Top
|
|
1393
1394
|
* @see https://tailwindcss.com/docs/border-width
|
|
1394
1395
|
*/
|
|
1395
1396
|
"border-w-t": [{
|
|
1396
|
-
"border-t": [
|
|
1397
|
+
"border-t": [c]
|
|
1397
1398
|
}],
|
|
1398
1399
|
/**
|
|
1399
1400
|
* Border Width Right
|
|
1400
1401
|
* @see https://tailwindcss.com/docs/border-width
|
|
1401
1402
|
*/
|
|
1402
1403
|
"border-w-r": [{
|
|
1403
|
-
"border-r": [
|
|
1404
|
+
"border-r": [c]
|
|
1404
1405
|
}],
|
|
1405
1406
|
/**
|
|
1406
1407
|
* Border Width Bottom
|
|
1407
1408
|
* @see https://tailwindcss.com/docs/border-width
|
|
1408
1409
|
*/
|
|
1409
1410
|
"border-w-b": [{
|
|
1410
|
-
"border-b": [
|
|
1411
|
+
"border-b": [c]
|
|
1411
1412
|
}],
|
|
1412
1413
|
/**
|
|
1413
1414
|
* Border Width Left
|
|
1414
1415
|
* @see https://tailwindcss.com/docs/border-width
|
|
1415
1416
|
*/
|
|
1416
1417
|
"border-w-l": [{
|
|
1417
|
-
"border-l": [
|
|
1418
|
+
"border-l": [c]
|
|
1418
1419
|
}],
|
|
1419
1420
|
/**
|
|
1420
1421
|
* Border Opacity
|
|
1421
1422
|
* @see https://tailwindcss.com/docs/border-opacity
|
|
1422
1423
|
*/
|
|
1423
1424
|
"border-opacity": [{
|
|
1424
|
-
"border-opacity": [
|
|
1425
|
+
"border-opacity": [y]
|
|
1425
1426
|
}],
|
|
1426
1427
|
/**
|
|
1427
1428
|
* Border Style
|
|
1428
1429
|
* @see https://tailwindcss.com/docs/border-style
|
|
1429
1430
|
*/
|
|
1430
1431
|
"border-style": [{
|
|
1431
|
-
border: [
|
|
1432
|
+
border: [...F(), "hidden"]
|
|
1432
1433
|
}],
|
|
1433
1434
|
/**
|
|
1434
1435
|
* Divide Width X
|
|
1435
1436
|
* @see https://tailwindcss.com/docs/divide-width
|
|
1436
1437
|
*/
|
|
1437
1438
|
"divide-x": [{
|
|
1438
|
-
"divide-x": [
|
|
1439
|
+
"divide-x": [c]
|
|
1439
1440
|
}],
|
|
1440
1441
|
/**
|
|
1441
1442
|
* Divide Width X Reverse
|
|
@@ -1447,7 +1448,7 @@ const b = (e) => {
|
|
|
1447
1448
|
* @see https://tailwindcss.com/docs/divide-width
|
|
1448
1449
|
*/
|
|
1449
1450
|
"divide-y": [{
|
|
1450
|
-
"divide-y": [
|
|
1451
|
+
"divide-y": [c]
|
|
1451
1452
|
}],
|
|
1452
1453
|
/**
|
|
1453
1454
|
* Divide Width Y Reverse
|
|
@@ -1459,14 +1460,14 @@ const b = (e) => {
|
|
|
1459
1460
|
* @see https://tailwindcss.com/docs/divide-opacity
|
|
1460
1461
|
*/
|
|
1461
1462
|
"divide-opacity": [{
|
|
1462
|
-
"divide-opacity": [
|
|
1463
|
+
"divide-opacity": [y]
|
|
1463
1464
|
}],
|
|
1464
1465
|
/**
|
|
1465
1466
|
* Divide Style
|
|
1466
1467
|
* @see https://tailwindcss.com/docs/divide-style
|
|
1467
1468
|
*/
|
|
1468
1469
|
"divide-style": [{
|
|
1469
|
-
divide:
|
|
1470
|
+
divide: F()
|
|
1470
1471
|
}],
|
|
1471
1472
|
/**
|
|
1472
1473
|
* Border Color
|
|
@@ -1543,21 +1544,21 @@ const b = (e) => {
|
|
|
1543
1544
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1544
1545
|
*/
|
|
1545
1546
|
"outline-style": [{
|
|
1546
|
-
outline: ["",
|
|
1547
|
+
outline: ["", ...F()]
|
|
1547
1548
|
}],
|
|
1548
1549
|
/**
|
|
1549
1550
|
* Outline Offset
|
|
1550
1551
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1551
1552
|
*/
|
|
1552
1553
|
"outline-offset": [{
|
|
1553
|
-
"outline-offset": [
|
|
1554
|
+
"outline-offset": [L, h]
|
|
1554
1555
|
}],
|
|
1555
1556
|
/**
|
|
1556
1557
|
* Outline Width
|
|
1557
1558
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1558
1559
|
*/
|
|
1559
1560
|
"outline-w": [{
|
|
1560
|
-
outline: [
|
|
1561
|
+
outline: [L, A]
|
|
1561
1562
|
}],
|
|
1562
1563
|
/**
|
|
1563
1564
|
* Outline Color
|
|
@@ -1571,7 +1572,7 @@ const b = (e) => {
|
|
|
1571
1572
|
* @see https://tailwindcss.com/docs/ring-width
|
|
1572
1573
|
*/
|
|
1573
1574
|
"ring-w": [{
|
|
1574
|
-
ring:
|
|
1575
|
+
ring: he()
|
|
1575
1576
|
}],
|
|
1576
1577
|
/**
|
|
1577
1578
|
* Ring Width Inset
|
|
@@ -1590,14 +1591,14 @@ const b = (e) => {
|
|
|
1590
1591
|
* @see https://tailwindcss.com/docs/ring-opacity
|
|
1591
1592
|
*/
|
|
1592
1593
|
"ring-opacity": [{
|
|
1593
|
-
"ring-opacity": [
|
|
1594
|
+
"ring-opacity": [y]
|
|
1594
1595
|
}],
|
|
1595
1596
|
/**
|
|
1596
1597
|
* Ring Offset Width
|
|
1597
1598
|
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
1598
1599
|
*/
|
|
1599
1600
|
"ring-offset-w": [{
|
|
1600
|
-
"ring-offset": [
|
|
1601
|
+
"ring-offset": [L, A]
|
|
1601
1602
|
}],
|
|
1602
1603
|
/**
|
|
1603
1604
|
* Ring Offset Color
|
|
@@ -1612,35 +1613,35 @@ const b = (e) => {
|
|
|
1612
1613
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
1613
1614
|
*/
|
|
1614
1615
|
shadow: [{
|
|
1615
|
-
shadow: ["", "inner", "none",
|
|
1616
|
+
shadow: ["", "inner", "none", R, Xr]
|
|
1616
1617
|
}],
|
|
1617
1618
|
/**
|
|
1618
1619
|
* Box Shadow Color
|
|
1619
1620
|
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
1620
1621
|
*/
|
|
1621
1622
|
"shadow-color": [{
|
|
1622
|
-
shadow: [
|
|
1623
|
+
shadow: [G]
|
|
1623
1624
|
}],
|
|
1624
1625
|
/**
|
|
1625
1626
|
* Opacity
|
|
1626
1627
|
* @see https://tailwindcss.com/docs/opacity
|
|
1627
1628
|
*/
|
|
1628
1629
|
opacity: [{
|
|
1629
|
-
opacity: [
|
|
1630
|
+
opacity: [y]
|
|
1630
1631
|
}],
|
|
1631
1632
|
/**
|
|
1632
1633
|
* Mix Blend Mode
|
|
1633
1634
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1634
1635
|
*/
|
|
1635
1636
|
"mix-blend": [{
|
|
1636
|
-
"mix-blend": [...
|
|
1637
|
+
"mix-blend": [...pe(), "plus-lighter", "plus-darker"]
|
|
1637
1638
|
}],
|
|
1638
1639
|
/**
|
|
1639
1640
|
* Background Blend Mode
|
|
1640
1641
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1641
1642
|
*/
|
|
1642
1643
|
"bg-blend": [{
|
|
1643
|
-
"bg-blend":
|
|
1644
|
+
"bg-blend": pe()
|
|
1644
1645
|
}],
|
|
1645
1646
|
// Filters
|
|
1646
1647
|
/**
|
|
@@ -1677,7 +1678,7 @@ const b = (e) => {
|
|
|
1677
1678
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
1678
1679
|
*/
|
|
1679
1680
|
"drop-shadow": [{
|
|
1680
|
-
"drop-shadow": ["", "none",
|
|
1681
|
+
"drop-shadow": ["", "none", R, h]
|
|
1681
1682
|
}],
|
|
1682
1683
|
/**
|
|
1683
1684
|
* Grayscale
|
|
@@ -1691,28 +1692,28 @@ const b = (e) => {
|
|
|
1691
1692
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
1692
1693
|
*/
|
|
1693
1694
|
"hue-rotate": [{
|
|
1694
|
-
"hue-rotate": [
|
|
1695
|
+
"hue-rotate": [m]
|
|
1695
1696
|
}],
|
|
1696
1697
|
/**
|
|
1697
1698
|
* Invert
|
|
1698
1699
|
* @see https://tailwindcss.com/docs/invert
|
|
1699
1700
|
*/
|
|
1700
1701
|
invert: [{
|
|
1701
|
-
invert: [
|
|
1702
|
+
invert: [p]
|
|
1702
1703
|
}],
|
|
1703
1704
|
/**
|
|
1704
1705
|
* Saturate
|
|
1705
1706
|
* @see https://tailwindcss.com/docs/saturate
|
|
1706
1707
|
*/
|
|
1707
1708
|
saturate: [{
|
|
1708
|
-
saturate: [
|
|
1709
|
+
saturate: [P]
|
|
1709
1710
|
}],
|
|
1710
1711
|
/**
|
|
1711
1712
|
* Sepia
|
|
1712
1713
|
* @see https://tailwindcss.com/docs/sepia
|
|
1713
1714
|
*/
|
|
1714
1715
|
sepia: [{
|
|
1715
|
-
sepia: [
|
|
1716
|
+
sepia: [_]
|
|
1716
1717
|
}],
|
|
1717
1718
|
/**
|
|
1718
1719
|
* Backdrop Filter
|
|
@@ -1755,35 +1756,35 @@ const b = (e) => {
|
|
|
1755
1756
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
1756
1757
|
*/
|
|
1757
1758
|
"backdrop-hue-rotate": [{
|
|
1758
|
-
"backdrop-hue-rotate": [
|
|
1759
|
+
"backdrop-hue-rotate": [m]
|
|
1759
1760
|
}],
|
|
1760
1761
|
/**
|
|
1761
1762
|
* Backdrop Invert
|
|
1762
1763
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
1763
1764
|
*/
|
|
1764
1765
|
"backdrop-invert": [{
|
|
1765
|
-
"backdrop-invert": [
|
|
1766
|
+
"backdrop-invert": [p]
|
|
1766
1767
|
}],
|
|
1767
1768
|
/**
|
|
1768
1769
|
* Backdrop Opacity
|
|
1769
1770
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
1770
1771
|
*/
|
|
1771
1772
|
"backdrop-opacity": [{
|
|
1772
|
-
"backdrop-opacity": [
|
|
1773
|
+
"backdrop-opacity": [y]
|
|
1773
1774
|
}],
|
|
1774
1775
|
/**
|
|
1775
1776
|
* Backdrop Saturate
|
|
1776
1777
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
1777
1778
|
*/
|
|
1778
1779
|
"backdrop-saturate": [{
|
|
1779
|
-
"backdrop-saturate": [
|
|
1780
|
+
"backdrop-saturate": [P]
|
|
1780
1781
|
}],
|
|
1781
1782
|
/**
|
|
1782
1783
|
* Backdrop Sepia
|
|
1783
1784
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
1784
1785
|
*/
|
|
1785
1786
|
"backdrop-sepia": [{
|
|
1786
|
-
"backdrop-sepia": [
|
|
1787
|
+
"backdrop-sepia": [_]
|
|
1787
1788
|
}],
|
|
1788
1789
|
// Tables
|
|
1789
1790
|
/**
|
|
@@ -1798,21 +1799,21 @@ const b = (e) => {
|
|
|
1798
1799
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1799
1800
|
*/
|
|
1800
1801
|
"border-spacing": [{
|
|
1801
|
-
"border-spacing": [
|
|
1802
|
+
"border-spacing": [a]
|
|
1802
1803
|
}],
|
|
1803
1804
|
/**
|
|
1804
1805
|
* Border Spacing X
|
|
1805
1806
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1806
1807
|
*/
|
|
1807
1808
|
"border-spacing-x": [{
|
|
1808
|
-
"border-spacing-x": [
|
|
1809
|
+
"border-spacing-x": [a]
|
|
1809
1810
|
}],
|
|
1810
1811
|
/**
|
|
1811
1812
|
* Border Spacing Y
|
|
1812
1813
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1813
1814
|
*/
|
|
1814
1815
|
"border-spacing-y": [{
|
|
1815
|
-
"border-spacing-y": [
|
|
1816
|
+
"border-spacing-y": [a]
|
|
1816
1817
|
}],
|
|
1817
1818
|
/**
|
|
1818
1819
|
* Table Layout
|
|
@@ -1841,7 +1842,7 @@ const b = (e) => {
|
|
|
1841
1842
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
1842
1843
|
*/
|
|
1843
1844
|
duration: [{
|
|
1844
|
-
duration:
|
|
1845
|
+
duration: M()
|
|
1845
1846
|
}],
|
|
1846
1847
|
/**
|
|
1847
1848
|
* Transition Timing Function
|
|
@@ -1855,7 +1856,7 @@ const b = (e) => {
|
|
|
1855
1856
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
1856
1857
|
*/
|
|
1857
1858
|
delay: [{
|
|
1858
|
-
delay:
|
|
1859
|
+
delay: M()
|
|
1859
1860
|
}],
|
|
1860
1861
|
/**
|
|
1861
1862
|
* Animation
|
|
@@ -1877,56 +1878,56 @@ const b = (e) => {
|
|
|
1877
1878
|
* @see https://tailwindcss.com/docs/scale
|
|
1878
1879
|
*/
|
|
1879
1880
|
scale: [{
|
|
1880
|
-
scale: [
|
|
1881
|
+
scale: [V]
|
|
1881
1882
|
}],
|
|
1882
1883
|
/**
|
|
1883
1884
|
* Scale X
|
|
1884
1885
|
* @see https://tailwindcss.com/docs/scale
|
|
1885
1886
|
*/
|
|
1886
1887
|
"scale-x": [{
|
|
1887
|
-
"scale-x": [
|
|
1888
|
+
"scale-x": [V]
|
|
1888
1889
|
}],
|
|
1889
1890
|
/**
|
|
1890
1891
|
* Scale Y
|
|
1891
1892
|
* @see https://tailwindcss.com/docs/scale
|
|
1892
1893
|
*/
|
|
1893
1894
|
"scale-y": [{
|
|
1894
|
-
"scale-y": [
|
|
1895
|
+
"scale-y": [V]
|
|
1895
1896
|
}],
|
|
1896
1897
|
/**
|
|
1897
1898
|
* Rotate
|
|
1898
1899
|
* @see https://tailwindcss.com/docs/rotate
|
|
1899
1900
|
*/
|
|
1900
1901
|
rotate: [{
|
|
1901
|
-
rotate: [
|
|
1902
|
+
rotate: [B, h]
|
|
1902
1903
|
}],
|
|
1903
1904
|
/**
|
|
1904
1905
|
* Translate X
|
|
1905
1906
|
* @see https://tailwindcss.com/docs/translate
|
|
1906
1907
|
*/
|
|
1907
1908
|
"translate-x": [{
|
|
1908
|
-
"translate-x": [
|
|
1909
|
+
"translate-x": [ue]
|
|
1909
1910
|
}],
|
|
1910
1911
|
/**
|
|
1911
1912
|
* Translate Y
|
|
1912
1913
|
* @see https://tailwindcss.com/docs/translate
|
|
1913
1914
|
*/
|
|
1914
1915
|
"translate-y": [{
|
|
1915
|
-
"translate-y": [
|
|
1916
|
+
"translate-y": [ue]
|
|
1916
1917
|
}],
|
|
1917
1918
|
/**
|
|
1918
1919
|
* Skew X
|
|
1919
1920
|
* @see https://tailwindcss.com/docs/skew
|
|
1920
1921
|
*/
|
|
1921
1922
|
"skew-x": [{
|
|
1922
|
-
"skew-x": [
|
|
1923
|
+
"skew-x": [le]
|
|
1923
1924
|
}],
|
|
1924
1925
|
/**
|
|
1925
1926
|
* Skew Y
|
|
1926
1927
|
* @see https://tailwindcss.com/docs/skew
|
|
1927
1928
|
*/
|
|
1928
1929
|
"skew-y": [{
|
|
1929
|
-
"skew-y": [
|
|
1930
|
+
"skew-y": [le]
|
|
1930
1931
|
}],
|
|
1931
1932
|
/**
|
|
1932
1933
|
* Transform Origin
|
|
@@ -1990,126 +1991,126 @@ const b = (e) => {
|
|
|
1990
1991
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
1991
1992
|
*/
|
|
1992
1993
|
"scroll-m": [{
|
|
1993
|
-
"scroll-m":
|
|
1994
|
+
"scroll-m": w()
|
|
1994
1995
|
}],
|
|
1995
1996
|
/**
|
|
1996
1997
|
* Scroll Margin X
|
|
1997
1998
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
1998
1999
|
*/
|
|
1999
2000
|
"scroll-mx": [{
|
|
2000
|
-
"scroll-mx":
|
|
2001
|
+
"scroll-mx": w()
|
|
2001
2002
|
}],
|
|
2002
2003
|
/**
|
|
2003
2004
|
* Scroll Margin Y
|
|
2004
2005
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2005
2006
|
*/
|
|
2006
2007
|
"scroll-my": [{
|
|
2007
|
-
"scroll-my":
|
|
2008
|
+
"scroll-my": w()
|
|
2008
2009
|
}],
|
|
2009
2010
|
/**
|
|
2010
2011
|
* Scroll Margin Start
|
|
2011
2012
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2012
2013
|
*/
|
|
2013
2014
|
"scroll-ms": [{
|
|
2014
|
-
"scroll-ms":
|
|
2015
|
+
"scroll-ms": w()
|
|
2015
2016
|
}],
|
|
2016
2017
|
/**
|
|
2017
2018
|
* Scroll Margin End
|
|
2018
2019
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2019
2020
|
*/
|
|
2020
2021
|
"scroll-me": [{
|
|
2021
|
-
"scroll-me":
|
|
2022
|
+
"scroll-me": w()
|
|
2022
2023
|
}],
|
|
2023
2024
|
/**
|
|
2024
2025
|
* Scroll Margin Top
|
|
2025
2026
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2026
2027
|
*/
|
|
2027
2028
|
"scroll-mt": [{
|
|
2028
|
-
"scroll-mt":
|
|
2029
|
+
"scroll-mt": w()
|
|
2029
2030
|
}],
|
|
2030
2031
|
/**
|
|
2031
2032
|
* Scroll Margin Right
|
|
2032
2033
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2033
2034
|
*/
|
|
2034
2035
|
"scroll-mr": [{
|
|
2035
|
-
"scroll-mr":
|
|
2036
|
+
"scroll-mr": w()
|
|
2036
2037
|
}],
|
|
2037
2038
|
/**
|
|
2038
2039
|
* Scroll Margin Bottom
|
|
2039
2040
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2040
2041
|
*/
|
|
2041
2042
|
"scroll-mb": [{
|
|
2042
|
-
"scroll-mb":
|
|
2043
|
+
"scroll-mb": w()
|
|
2043
2044
|
}],
|
|
2044
2045
|
/**
|
|
2045
2046
|
* Scroll Margin Left
|
|
2046
2047
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2047
2048
|
*/
|
|
2048
2049
|
"scroll-ml": [{
|
|
2049
|
-
"scroll-ml":
|
|
2050
|
+
"scroll-ml": w()
|
|
2050
2051
|
}],
|
|
2051
2052
|
/**
|
|
2052
2053
|
* Scroll Padding
|
|
2053
2054
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2054
2055
|
*/
|
|
2055
2056
|
"scroll-p": [{
|
|
2056
|
-
"scroll-p":
|
|
2057
|
+
"scroll-p": w()
|
|
2057
2058
|
}],
|
|
2058
2059
|
/**
|
|
2059
2060
|
* Scroll Padding X
|
|
2060
2061
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2061
2062
|
*/
|
|
2062
2063
|
"scroll-px": [{
|
|
2063
|
-
"scroll-px":
|
|
2064
|
+
"scroll-px": w()
|
|
2064
2065
|
}],
|
|
2065
2066
|
/**
|
|
2066
2067
|
* Scroll Padding Y
|
|
2067
2068
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2068
2069
|
*/
|
|
2069
2070
|
"scroll-py": [{
|
|
2070
|
-
"scroll-py":
|
|
2071
|
+
"scroll-py": w()
|
|
2071
2072
|
}],
|
|
2072
2073
|
/**
|
|
2073
2074
|
* Scroll Padding Start
|
|
2074
2075
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2075
2076
|
*/
|
|
2076
2077
|
"scroll-ps": [{
|
|
2077
|
-
"scroll-ps":
|
|
2078
|
+
"scroll-ps": w()
|
|
2078
2079
|
}],
|
|
2079
2080
|
/**
|
|
2080
2081
|
* Scroll Padding End
|
|
2081
2082
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2082
2083
|
*/
|
|
2083
2084
|
"scroll-pe": [{
|
|
2084
|
-
"scroll-pe":
|
|
2085
|
+
"scroll-pe": w()
|
|
2085
2086
|
}],
|
|
2086
2087
|
/**
|
|
2087
2088
|
* Scroll Padding Top
|
|
2088
2089
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2089
2090
|
*/
|
|
2090
2091
|
"scroll-pt": [{
|
|
2091
|
-
"scroll-pt":
|
|
2092
|
+
"scroll-pt": w()
|
|
2092
2093
|
}],
|
|
2093
2094
|
/**
|
|
2094
2095
|
* Scroll Padding Right
|
|
2095
2096
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2096
2097
|
*/
|
|
2097
2098
|
"scroll-pr": [{
|
|
2098
|
-
"scroll-pr":
|
|
2099
|
+
"scroll-pr": w()
|
|
2099
2100
|
}],
|
|
2100
2101
|
/**
|
|
2101
2102
|
* Scroll Padding Bottom
|
|
2102
2103
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2103
2104
|
*/
|
|
2104
2105
|
"scroll-pb": [{
|
|
2105
|
-
"scroll-pb":
|
|
2106
|
+
"scroll-pb": w()
|
|
2106
2107
|
}],
|
|
2107
2108
|
/**
|
|
2108
2109
|
* Scroll Padding Left
|
|
2109
2110
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2110
2111
|
*/
|
|
2111
2112
|
"scroll-pl": [{
|
|
2112
|
-
"scroll-pl":
|
|
2113
|
+
"scroll-pl": w()
|
|
2113
2114
|
}],
|
|
2114
2115
|
/**
|
|
2115
2116
|
* Scroll Snap Align
|
|
@@ -2192,7 +2193,7 @@ const b = (e) => {
|
|
|
2192
2193
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2193
2194
|
*/
|
|
2194
2195
|
"stroke-w": [{
|
|
2195
|
-
stroke: [
|
|
2196
|
+
stroke: [L, A, K]
|
|
2196
2197
|
}],
|
|
2197
2198
|
/**
|
|
2198
2199
|
* Stroke
|
|
@@ -2267,21 +2268,21 @@ const b = (e) => {
|
|
|
2267
2268
|
"font-size": ["leading"]
|
|
2268
2269
|
}
|
|
2269
2270
|
};
|
|
2270
|
-
},
|
|
2271
|
-
function
|
|
2272
|
-
return
|
|
2271
|
+
}, Yr = /* @__PURE__ */ Vr(Qr);
|
|
2272
|
+
function k(...e) {
|
|
2273
|
+
return Yr(Ee(e));
|
|
2273
2274
|
}
|
|
2274
|
-
let
|
|
2275
|
-
function
|
|
2276
|
-
return
|
|
2275
|
+
let Q;
|
|
2276
|
+
function Y() {
|
|
2277
|
+
return Q === void 0 && (Q = navigator.platform.includes("Mac")), Q;
|
|
2277
2278
|
}
|
|
2278
|
-
function
|
|
2279
|
-
return `${e}`.toLowerCase() === "mod" ?
|
|
2279
|
+
function Zr(e) {
|
|
2280
|
+
return `${e}`.toLowerCase() === "mod" ? Y() ? "⌘" : "Ctrl" : `${e}`.toLowerCase() === "alt" ? Y() ? "⌥" : "Alt" : `${e}`.toLowerCase() === "shift" ? Y() ? "⇧" : "Shift" : e;
|
|
2280
2281
|
}
|
|
2281
|
-
function
|
|
2282
|
-
return e.map(
|
|
2282
|
+
function eo(e) {
|
|
2283
|
+
return e.map(Zr).join(" ");
|
|
2283
2284
|
}
|
|
2284
|
-
const
|
|
2285
|
+
const tn = _e.forwardRef(
|
|
2285
2286
|
(e, r) => {
|
|
2286
2287
|
const {
|
|
2287
2288
|
icon: t = void 0,
|
|
@@ -2290,102 +2291,102 @@ const Uo = Be.forwardRef(
|
|
|
2290
2291
|
disabled: s = !1,
|
|
2291
2292
|
customClass: n = "",
|
|
2292
2293
|
// color = undefined,
|
|
2293
|
-
loading:
|
|
2294
|
-
shortcutKeys:
|
|
2294
|
+
loading: a = void 0,
|
|
2295
|
+
shortcutKeys: c = void 0,
|
|
2295
2296
|
tooltipOptions: u = {},
|
|
2296
2297
|
action: d = void 0,
|
|
2297
|
-
isActive:
|
|
2298
|
-
children:
|
|
2299
|
-
asChild:
|
|
2298
|
+
isActive: m = void 0,
|
|
2299
|
+
children: p,
|
|
2300
|
+
asChild: l = !1,
|
|
2300
2301
|
upload: f = !1,
|
|
2301
|
-
initialDisplayedColor:
|
|
2302
|
-
dataState:
|
|
2303
|
-
...
|
|
2304
|
-
} = e,
|
|
2305
|
-
return /* @__PURE__ */
|
|
2306
|
-
/* @__PURE__ */
|
|
2307
|
-
|
|
2302
|
+
initialDisplayedColor: C = void 0,
|
|
2303
|
+
dataState: b = !1,
|
|
2304
|
+
...g
|
|
2305
|
+
} = e, y = Mo[t];
|
|
2306
|
+
return /* @__PURE__ */ z(No, { children: [
|
|
2307
|
+
/* @__PURE__ */ i(Ao, { asChild: !0, children: /* @__PURE__ */ z(
|
|
2308
|
+
l ? Je : Ie,
|
|
2308
2309
|
{
|
|
2309
|
-
className:
|
|
2310
|
-
"data-state":
|
|
2310
|
+
className: k("richtext-w-[32px] richtext-h-[32px]", n),
|
|
2311
|
+
"data-state": b ? "on" : "off",
|
|
2311
2312
|
disabled: s,
|
|
2312
2313
|
onClick: d,
|
|
2313
2314
|
ref: r,
|
|
2314
2315
|
size: "sm",
|
|
2315
|
-
...
|
|
2316
|
+
...g,
|
|
2316
2317
|
children: [
|
|
2317
|
-
|
|
2318
|
-
|
|
2318
|
+
y && /* @__PURE__ */ i(y, { className: "richtext-size-4" }),
|
|
2319
|
+
p
|
|
2319
2320
|
]
|
|
2320
2321
|
}
|
|
2321
2322
|
) }),
|
|
2322
|
-
o && /* @__PURE__ */
|
|
2323
|
-
|
|
2323
|
+
o && /* @__PURE__ */ i(
|
|
2324
|
+
He,
|
|
2324
2325
|
{
|
|
2325
2326
|
...u,
|
|
2326
2327
|
className: "richtext-tooltip",
|
|
2327
|
-
children: /* @__PURE__ */
|
|
2328
|
-
/* @__PURE__ */
|
|
2329
|
-
!!(
|
|
2328
|
+
children: /* @__PURE__ */ z("div", { className: "richtext-flex richtext-max-w-24 richtext-flex-col richtext-items-center richtext-text-center", children: [
|
|
2329
|
+
/* @__PURE__ */ i("div", { children: o }),
|
|
2330
|
+
!!(c != null && c.length) && /* @__PURE__ */ i("span", { children: eo(c) })
|
|
2330
2331
|
] })
|
|
2331
2332
|
}
|
|
2332
2333
|
)
|
|
2333
2334
|
] });
|
|
2334
2335
|
}
|
|
2335
|
-
),
|
|
2336
|
-
function
|
|
2337
|
-
const o =
|
|
2338
|
-
|
|
2336
|
+
), Z = typeof window > "u";
|
|
2337
|
+
function ye(e, r, t = window) {
|
|
2338
|
+
const o = te(void 0);
|
|
2339
|
+
T(() => {
|
|
2339
2340
|
o.current = r;
|
|
2340
|
-
}, [r]),
|
|
2341
|
+
}, [r]), T(() => {
|
|
2341
2342
|
if (!(t && t.addEventListener)) return;
|
|
2342
|
-
const n = (
|
|
2343
|
-
o.current && o.current(
|
|
2343
|
+
const n = (a) => {
|
|
2344
|
+
o.current && o.current(a);
|
|
2344
2345
|
};
|
|
2345
2346
|
return t.addEventListener(e, n), () => {
|
|
2346
2347
|
t.removeEventListener(e, n);
|
|
2347
2348
|
};
|
|
2348
2349
|
}, [e, t]);
|
|
2349
2350
|
}
|
|
2350
|
-
function
|
|
2351
|
-
const { initializeWithValue: o = !0 } = t, s =
|
|
2352
|
-
(
|
|
2351
|
+
function ee(e, r, t = {}) {
|
|
2352
|
+
const { initializeWithValue: o = !0 } = t, s = E(
|
|
2353
|
+
(l) => t.serializer ? t.serializer(l) : JSON.stringify(l),
|
|
2353
2354
|
[t]
|
|
2354
|
-
), n =
|
|
2355
|
-
(
|
|
2355
|
+
), n = E(
|
|
2356
|
+
(l) => {
|
|
2356
2357
|
if (t.deserializer)
|
|
2357
|
-
return t.deserializer(
|
|
2358
|
-
if (
|
|
2358
|
+
return t.deserializer(l);
|
|
2359
|
+
if (l === "undefined")
|
|
2359
2360
|
return;
|
|
2360
2361
|
const f = r instanceof Function ? r() : r;
|
|
2361
|
-
let
|
|
2362
|
+
let C;
|
|
2362
2363
|
try {
|
|
2363
|
-
|
|
2364
|
-
} catch (
|
|
2365
|
-
return console.error("Error parsing JSON:",
|
|
2364
|
+
C = JSON.parse(l);
|
|
2365
|
+
} catch (b) {
|
|
2366
|
+
return console.error("Error parsing JSON:", b), f;
|
|
2366
2367
|
}
|
|
2367
|
-
return
|
|
2368
|
+
return C;
|
|
2368
2369
|
},
|
|
2369
2370
|
[t, r]
|
|
2370
|
-
),
|
|
2371
|
-
const
|
|
2372
|
-
if (
|
|
2373
|
-
return
|
|
2371
|
+
), a = E(() => {
|
|
2372
|
+
const l = r instanceof Function ? r() : r;
|
|
2373
|
+
if (Z)
|
|
2374
|
+
return l;
|
|
2374
2375
|
try {
|
|
2375
2376
|
const f = window.localStorage.getItem(e);
|
|
2376
|
-
return f ? n(f) :
|
|
2377
|
+
return f ? n(f) : l;
|
|
2377
2378
|
} catch (f) {
|
|
2378
2379
|
return console.warn(
|
|
2379
2380
|
`Error reading localStorage key “${e}”:`,
|
|
2380
2381
|
f
|
|
2381
|
-
),
|
|
2382
|
+
), l;
|
|
2382
2383
|
}
|
|
2383
|
-
}, [r, e, n]), [
|
|
2384
|
-
|
|
2384
|
+
}, [r, e, n]), [c, u] = Ue(() => o ? a() : r instanceof Function ? r() : r), d = E((l) => {
|
|
2385
|
+
Z && console.warn(
|
|
2385
2386
|
`Tried setting localStorage key “${e}” even though environment is not a client`
|
|
2386
2387
|
);
|
|
2387
2388
|
try {
|
|
2388
|
-
const f =
|
|
2389
|
+
const f = l instanceof Function ? l(a()) : l;
|
|
2389
2390
|
window.localStorage.setItem(e, s(f)), u(f), window.dispatchEvent(
|
|
2390
2391
|
new StorageEvent("local-storage", {
|
|
2391
2392
|
key: e
|
|
@@ -2397,30 +2398,30 @@ function Q(e, r, t = {}) {
|
|
|
2397
2398
|
f
|
|
2398
2399
|
);
|
|
2399
2400
|
}
|
|
2400
|
-
}, [e, s,
|
|
2401
|
-
|
|
2401
|
+
}, [e, s, a]), m = E(() => {
|
|
2402
|
+
Z && console.warn(
|
|
2402
2403
|
`Tried removing localStorage key “${e}” even though environment is not a client`
|
|
2403
2404
|
);
|
|
2404
|
-
const
|
|
2405
|
-
window.localStorage.removeItem(e), u(
|
|
2405
|
+
const l = r instanceof Function ? r() : r;
|
|
2406
|
+
window.localStorage.removeItem(e), u(l), window.dispatchEvent(
|
|
2406
2407
|
new StorageEvent("local-storage", {
|
|
2407
2408
|
key: e
|
|
2408
2409
|
})
|
|
2409
2410
|
);
|
|
2410
2411
|
}, [e, r]);
|
|
2411
|
-
|
|
2412
|
-
u(
|
|
2412
|
+
T(() => {
|
|
2413
|
+
u(a());
|
|
2413
2414
|
}, [e]);
|
|
2414
|
-
const
|
|
2415
|
-
(
|
|
2416
|
-
|
|
2415
|
+
const p = E(
|
|
2416
|
+
(l) => {
|
|
2417
|
+
l.key && l.key !== e || u(a());
|
|
2417
2418
|
},
|
|
2418
|
-
[e,
|
|
2419
|
+
[e, a]
|
|
2419
2420
|
);
|
|
2420
|
-
return
|
|
2421
|
+
return ye("storage", p), ye("local-storage", p), [c, d, m];
|
|
2421
2422
|
}
|
|
2422
|
-
function
|
|
2423
|
-
return /* @__PURE__ */
|
|
2423
|
+
function to(e) {
|
|
2424
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ i(
|
|
2424
2425
|
"path",
|
|
2425
2426
|
{
|
|
2426
2427
|
fill: "currentColor",
|
|
@@ -2428,8 +2429,8 @@ function Kr(e) {
|
|
|
2428
2429
|
}
|
|
2429
2430
|
) });
|
|
2430
2431
|
}
|
|
2431
|
-
function
|
|
2432
|
-
return /* @__PURE__ */
|
|
2432
|
+
function ro(e) {
|
|
2433
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ i(
|
|
2433
2434
|
"path",
|
|
2434
2435
|
{
|
|
2435
2436
|
fill: "none",
|
|
@@ -2441,8 +2442,8 @@ function Qr(e) {
|
|
|
2441
2442
|
}
|
|
2442
2443
|
) });
|
|
2443
2444
|
}
|
|
2444
|
-
function
|
|
2445
|
-
return /* @__PURE__ */
|
|
2445
|
+
function oo() {
|
|
2446
|
+
return /* @__PURE__ */ i(
|
|
2446
2447
|
"svg",
|
|
2447
2448
|
{
|
|
2448
2449
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2453,7 +2454,7 @@ function Yr() {
|
|
|
2453
2454
|
width: "1em",
|
|
2454
2455
|
height: "1em",
|
|
2455
2456
|
viewBox: "0 0 24 24",
|
|
2456
|
-
children: /* @__PURE__ */
|
|
2457
|
+
children: /* @__PURE__ */ i(
|
|
2457
2458
|
"path",
|
|
2458
2459
|
{
|
|
2459
2460
|
fill: "none",
|
|
@@ -2468,8 +2469,8 @@ function Yr() {
|
|
|
2468
2469
|
}
|
|
2469
2470
|
);
|
|
2470
2471
|
}
|
|
2471
|
-
function
|
|
2472
|
-
return /* @__PURE__ */
|
|
2472
|
+
function no() {
|
|
2473
|
+
return /* @__PURE__ */ i(
|
|
2473
2474
|
"svg",
|
|
2474
2475
|
{
|
|
2475
2476
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2480,7 +2481,7 @@ function Zr() {
|
|
|
2480
2481
|
width: "1em",
|
|
2481
2482
|
height: "1em",
|
|
2482
2483
|
viewBox: "0 0 24 24",
|
|
2483
|
-
children: /* @__PURE__ */
|
|
2484
|
+
children: /* @__PURE__ */ i(
|
|
2484
2485
|
"path",
|
|
2485
2486
|
{
|
|
2486
2487
|
fill: "none",
|
|
@@ -2495,8 +2496,8 @@ function Zr() {
|
|
|
2495
2496
|
}
|
|
2496
2497
|
);
|
|
2497
2498
|
}
|
|
2498
|
-
function
|
|
2499
|
-
return /* @__PURE__ */
|
|
2499
|
+
function io(e) {
|
|
2500
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ i(
|
|
2500
2501
|
"path",
|
|
2501
2502
|
{
|
|
2502
2503
|
fill: "currentColor",
|
|
@@ -2504,8 +2505,8 @@ function eo(e) {
|
|
|
2504
2505
|
}
|
|
2505
2506
|
) });
|
|
2506
2507
|
}
|
|
2507
|
-
function
|
|
2508
|
-
return /* @__PURE__ */
|
|
2508
|
+
function so(e) {
|
|
2509
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ i(
|
|
2509
2510
|
"path",
|
|
2510
2511
|
{
|
|
2511
2512
|
fill: "currentColor",
|
|
@@ -2513,8 +2514,8 @@ function to(e) {
|
|
|
2513
2514
|
}
|
|
2514
2515
|
) });
|
|
2515
2516
|
}
|
|
2516
|
-
function
|
|
2517
|
-
return /* @__PURE__ */
|
|
2517
|
+
function co(e) {
|
|
2518
|
+
return /* @__PURE__ */ i(
|
|
2518
2519
|
"svg",
|
|
2519
2520
|
{
|
|
2520
2521
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2525,7 +2526,7 @@ function ro(e) {
|
|
|
2525
2526
|
height: "1em",
|
|
2526
2527
|
viewBox: "0 0 48 48",
|
|
2527
2528
|
...e,
|
|
2528
|
-
children: /* @__PURE__ */
|
|
2529
|
+
children: /* @__PURE__ */ i(
|
|
2529
2530
|
"path",
|
|
2530
2531
|
{
|
|
2531
2532
|
fill: "currentColor",
|
|
@@ -2538,11 +2539,11 @@ function ro(e) {
|
|
|
2538
2539
|
}
|
|
2539
2540
|
);
|
|
2540
2541
|
}
|
|
2541
|
-
function
|
|
2542
|
-
return /* @__PURE__ */
|
|
2542
|
+
function ao(e) {
|
|
2543
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ i("path", { fill: "currentColor", d: "M9 7v10h6v-2h-4V7z" }) });
|
|
2543
2544
|
}
|
|
2544
|
-
function
|
|
2545
|
-
return /* @__PURE__ */
|
|
2545
|
+
function lo(e) {
|
|
2546
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ i(
|
|
2546
2547
|
"path",
|
|
2547
2548
|
{
|
|
2548
2549
|
fill: "currentColor",
|
|
@@ -2550,8 +2551,8 @@ function no(e) {
|
|
|
2550
2551
|
}
|
|
2551
2552
|
) });
|
|
2552
2553
|
}
|
|
2553
|
-
function
|
|
2554
|
-
return /* @__PURE__ */
|
|
2554
|
+
function uo(e) {
|
|
2555
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ i(
|
|
2555
2556
|
"path",
|
|
2556
2557
|
{
|
|
2557
2558
|
fill: "currentColor",
|
|
@@ -2559,8 +2560,8 @@ function io(e) {
|
|
|
2559
2560
|
}
|
|
2560
2561
|
) });
|
|
2561
2562
|
}
|
|
2562
|
-
function
|
|
2563
|
-
return /* @__PURE__ */
|
|
2563
|
+
function ho() {
|
|
2564
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ i(
|
|
2564
2565
|
"path",
|
|
2565
2566
|
{
|
|
2566
2567
|
fill: "currentColor",
|
|
@@ -2568,26 +2569,26 @@ function so() {
|
|
|
2568
2569
|
}
|
|
2569
2570
|
) });
|
|
2570
2571
|
}
|
|
2571
|
-
function
|
|
2572
|
-
return /* @__PURE__ */
|
|
2572
|
+
function mo() {
|
|
2573
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ i("path", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M14 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1m-9 8h4m-2-2v4" }) });
|
|
2573
2574
|
}
|
|
2574
|
-
function
|
|
2575
|
-
return /* @__PURE__ */
|
|
2575
|
+
function po() {
|
|
2576
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ i("path", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M6 4h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1m9 8h4m-2-2v4" }) });
|
|
2576
2577
|
}
|
|
2577
|
-
function
|
|
2578
|
-
return /* @__PURE__ */
|
|
2578
|
+
function go() {
|
|
2579
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ i("path", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M12 21v-4m0-4V9m0-4V3m-2 18h4M8 5v4h11l2-2l-2-2zm6 8v4H6l-2-2l2-2z" }) });
|
|
2579
2580
|
}
|
|
2580
|
-
function
|
|
2581
|
-
return /* @__PURE__ */
|
|
2581
|
+
function fo() {
|
|
2582
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ i("path", { fill: "currentColor", d: "M23.943 19.806a.2.2 0 0 0-.168-.034c-1.26-1.855-2.873-3.61-4.419-5.315l-.252-.284c-.001-.073-.067-.12-.134-.15l-.084-.084c-.05-.1-.169-.167-.286-.1c-.47.234-.907.585-1.327.919c-.554.434-1.109.87-1.63 1.354a5 5 0 0 0-.588.618c-.084.117-.017.217.084.267c-.37.368-.74.736-1.109 1.12a.2.2 0 0 0-.05.134c0 .05.033.1.067.117l.655.502v.016c.924.92 2.554 2.173 4.285 3.527c.251.201.52.402.773.602c.117.134.234.285.335.418c.05.066.169.084.236.033c.033.034.084.067.118.1a.24.24 0 0 0 .1.034a.15.15 0 0 0 .135-.066a.24.24 0 0 0 .033-.1c.017 0 .017.016.034.016a.2.2 0 0 0 .134-.05l3.058-3.327c.12-.116.014-.267 0-.267m-7.628-.134l-1.546-1.17l-.15-.1c-.035-.017-.068-.05-.102-.067l-.117-.1c.66-.66 1.33-1.308 2-1.956c-.488.484-1.463 1.906-1.261 2.373c.002 0 .018.042.067.084zm4.1 3.126l-1.277-.97a27 27 0 0 0-1.58-1.504c.69.518 1.277.97 1.361 1.053c.673.585.638.485 1.093.87l.554.4c-.074.103-.151.148-.151.151m.336.25l-.034-.016a1 1 0 0 0 .152-.117zM.588 3.476c.033.217.084.435.117.636c.201 1.103.403 2.106.772 2.858l.152.568c.05.217.134.485.219.552a67 67 0 0 0 3.578 2.942a.18.18 0 0 0 .219 0s0 .016.016.016a.15.15 0 0 0 .118.05a.2.2 0 0 0 .134-.05c1.798-1.989 3.142-3.627 4.1-4.998c.068-.066.084-.167.084-.25c.067-.067.118-.151.185-.201c.067-.067.067-.184 0-.235l-.017-.016c0-.033-.017-.084-.05-.1c-.42-.401-.722-.685-1.042-.986a94 94 0 0 1-2.352-2.273c-.017-.017-.034-.034-.067-.034c-.336-.117-1.025-.234-1.882-.385c-1.277-.216-3.008-.517-4.57-.986c0 0-.101 0-.118.017l-.05.05C.05.714.022.707 0 .718c.017.1.017.167.05.284c0 .033.068.301.068.334zm7.19 4.78l-.033.034a.036.036 0 0 1 .033-.034M6.553 2.238c.101.1.521.502.622.585c-.437-.2-1.529-.702-2.034-.869c.505.1 1.194.201 1.412.284M.79 1.403c.252.434.454 1.939.655 3.41c-.118-.469-.201-.936-.302-1.372C.992 2.673.84 1.988.638 1.386c.124 0 .152.021.152.017m-.286-.369c0-.016 0-.033-.017-.033c.085 0 .135.017.202.05c0 .006-.145-.017-.185-.017m23.17-.217c.017-.066-.336-.367-.219-.384c.253-.017.253-.401 0-.401c-.335.017-.688.1-1.008.15c-.587.117-1.192.234-1.78.367a80 80 0 0 0-3.949.937c-.403.117-.857.2-1.243.401c-.135.067-.118.2-.05.284c-.034.017-.051.017-.085.034c-.117.017-.218.034-.335.05c-.102.017-.152.1-.135.2c0 .017.017.05.017.067c-.706.936-1.496 1.923-2.353 2.976c-.84.969-1.73 1.989-2.62 3.042c-2.84 3.31-6.05 7.07-9.594 10.38a.16.16 0 0 0 0 .234c.016.016.033.033.05.033c-.05.05-.101.085-.152.134q-.05.05-.05.1a.4.4 0 0 0-.067.084c-.067.067-.067.184.017.234c.067.066.185.066.235-.017c.017-.017.017-.033.033-.033a.265.265 0 0 1 .37 0c.202.217.404.435.588.618l-.42-.35c-.067-.067-.184-.05-.234.016c-.068.066-.051.184.016.234l4.469 3.727c.034.034.067.034.118.034a.15.15 0 0 0 .117-.05l.101-.1c.017.016.05.016.067.016c.05 0 .084-.016.118-.05c6.049-6.05 10.922-10.614 16.5-14.693c.05-.033.067-.1.067-.15c.067 0 .118-.05.15-.117c1.026-3.125 1.228-5.9 1.295-7.27c0-.059.016-.038.016-.068c.017-.033.017-.05.017-.05a.98.98 0 0 0-.067-.619m-10.82 4.915c.268-.301.537-.619.806-.903c-1.73 2.273-4.603 5.767-8.67 9.929c2.773-3.059 5.562-6.218 7.864-9.026M5.14 23.466c-.016-.017-.016-.017 0-.017zm2.504-2.156c.135-.15.27-.284.42-.434c0 0 0 .016.017.016c-.224.198-.433.418-.437.418m.69-.668c.099-.1.14-.173.284-.318c.992-1.02 2.017-2.04 3.059-3.076l.016-.016c.252-.2.555-.418.824-.619a228 228 0 0 0-4.184 4.029M14.852 3.91c-.554.719-1.176 1.671-1.697 2.423c-1.646 2.374-6.94 8.174-7.057 8.274a1190 1190 0 0 1-4.839 4.597l-.1.1c-.085-.1-.085-.25.016-.334C8.652 11.966 13.19 6.133 15.021 3.576c-.05.116-.084.216-.168.334zm2.906 3.427c-.671-.386-.99-.987-.806-1.572l.05-.2a.8.8 0 0 1 .085-.167a1.9 1.9 0 0 1 .756-.703c.016 0 .033 0 .05-.016c-.017-.034-.017-.084-.017-.134c.017-.1.085-.167.202-.167c.202 0 .824.184 1.059.384c.067.05.134.117.202.184c.084.1.218.268.285.401c.034.017.067.184.118.268c.033.134.067.284.05.418c-.017.016 0 .116-.017.116a1.6 1.6 0 0 1-.218.619c-.03.03.006.012-.05.067a1.2 1.2 0 0 1-.32.334a1.49 1.49 0 0 1-1.26.234a2 2 0 0 0-.169-.066m4.37 1.403c0 .017-.017.05 0 .067c-.034 0-.05.017-.085.034a110 110 0 0 0-3.915 3.025c1.11-.986 2.218-1.989 3.378-2.975c.336-.301.571-.686.638-1.12l.168-1.003v-.033c.085-.201.404-.118.353.1c-.004-.001-.173.795-.537 1.905" }) });
|
|
2582
2583
|
}
|
|
2583
|
-
function
|
|
2584
|
-
return /* @__PURE__ */
|
|
2585
|
-
/* @__PURE__ */
|
|
2586
|
-
/* @__PURE__ */
|
|
2584
|
+
function xo() {
|
|
2585
|
+
return /* @__PURE__ */ z("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 32 32", children: [
|
|
2586
|
+
/* @__PURE__ */ i("path", { fill: "currentColor", d: "M30 18v-2h-6v10h2v-4h3v-2h-3v-2zm-11 8h-4V16h4a3.003 3.003 0 0 1 3 3v4a3.003 3.003 0 0 1-3 3m-2-2h2a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-2zm-6-8H6v10h2v-3h3a2.003 2.003 0 0 0 2-2v-3a2 2 0 0 0-2-2m-3 5v-3h3l.001 3z" }),
|
|
2587
|
+
/* @__PURE__ */ i("path", { fill: "currentColor", d: "M22 14v-4a.91.91 0 0 0-.3-.7l-7-7A.9.9 0 0 0 14 2H4a2.006 2.006 0 0 0-2 2v24a2 2 0 0 0 2 2h16v-2H4V4h8v6a2.006 2.006 0 0 0 2 2h6v2Zm-8-4V4.4l5.6 5.6Z" })
|
|
2587
2588
|
] });
|
|
2588
2589
|
}
|
|
2589
|
-
function
|
|
2590
|
-
return /* @__PURE__ */
|
|
2590
|
+
function bo() {
|
|
2591
|
+
return /* @__PURE__ */ z(
|
|
2591
2592
|
"svg",
|
|
2592
2593
|
{
|
|
2593
2594
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2596,14 +2597,14 @@ function go() {
|
|
|
2596
2597
|
className: "icon",
|
|
2597
2598
|
viewBox: "0 0 1024 1024",
|
|
2598
2599
|
children: [
|
|
2599
|
-
/* @__PURE__ */
|
|
2600
|
+
/* @__PURE__ */ i(
|
|
2600
2601
|
"path",
|
|
2601
2602
|
{
|
|
2602
2603
|
fill: "currentColor",
|
|
2603
2604
|
d: "M679.253 402.364 618.77 561.015l-60.348-158.651a30.04 30.04 0 0 0-30.447-18.637 29.76 29.76 0 0 0-30.447 18.637l-60.416 158.651-60.416-158.651a30.515 30.515 0 0 0-38.843-17.272 28.945 28.945 0 0 0-17.954 37.547l88.815 233.267c4.369 11.469 15.7 19.115 28.398 19.115a30.31 30.31 0 0 0 28.468-19.115l62.395-163.908 62.396 163.84c4.437 11.605 15.701 19.183 28.4 19.183a30.31 30.31 0 0 0 28.466-19.115l88.747-233.267a28.945 28.945 0 0 0-17.886-37.547 30.447 30.447 0 0 0-38.912 17.272zm219.478 395.605-51.883-29.218c-28.672-16.18-52.224-3.072-52.224 29.082v.273H643.209a29.833 29.833 0 0 0-30.31 29.354c0 16.18 13.584 29.218 30.31 29.218h151.825c1.092 30.516 24.03 43.077 52.224 27.648l51.063-27.989c29.013-15.906 29.15-42.189.41-58.368"
|
|
2604
2605
|
}
|
|
2605
2606
|
),
|
|
2606
|
-
/* @__PURE__ */
|
|
2607
|
+
/* @__PURE__ */ i(
|
|
2607
2608
|
"path",
|
|
2608
2609
|
{
|
|
2609
2610
|
fill: "currentColor",
|
|
@@ -2614,32 +2615,38 @@ function go() {
|
|
|
2614
2615
|
}
|
|
2615
2616
|
);
|
|
2616
2617
|
}
|
|
2617
|
-
function
|
|
2618
|
-
return /* @__PURE__ */
|
|
2619
|
-
/* @__PURE__ */
|
|
2620
|
-
/* @__PURE__ */
|
|
2618
|
+
function wo() {
|
|
2619
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ z("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", color: "currentColor", children: [
|
|
2620
|
+
/* @__PURE__ */ i("path", { d: "M14.86 22h-4.312c-3.291 0-4.937 0-6.08-.798a4.2 4.2 0 0 1-.863-.805c-.855-1.066-.855-2.6-.855-5.67v-2.545c0-2.963 0-4.445.473-5.628c.761-1.903 2.37-3.403 4.41-4.113C8.9 2 10.49 2 13.667 2c1.816 0 2.723 0 3.448.252c1.166.406 2.085 1.263 2.52 2.35c.27.676.27 1.523.27 3.216V10" }),
|
|
2621
|
+
/* @__PURE__ */ i("path", { d: "M2.75 12c0-1.84 1.506-3.333 3.364-3.333c.672 0 1.464.116 2.117-.057a1.67 1.67 0 0 0 1.19-1.179c.174-.647.057-1.432.057-2.098C9.478 3.493 10.984 2 12.84 2m.002 16h2.523m-4.949-4.15c-.126-.8-.281-.801-1.61-.85h-1.01c-.557 0-1.009.448-1.009 1v3c0 .552.452 1 1.01 1h1.816c.39 0 .803-.313.803-.7v-1.1c0-.11-.113-.304-.224-.304H9.068M12.842 13h1.261m0 0h1.262m-1.262 0v4.875M21.251 13h-2.523c-.557 0-1.009.448-1.009 1v1.5m0 0V18m0-2.5h2.523" })
|
|
2621
2622
|
] }) });
|
|
2622
2623
|
}
|
|
2623
|
-
function
|
|
2624
|
-
return /* @__PURE__ */
|
|
2624
|
+
function vo() {
|
|
2625
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ z("g", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", children: [
|
|
2626
|
+
/* @__PURE__ */ i("path", { d: "M18 11c0-.818 0-1.57-.152-1.937s-.441-.657-1.02-1.235l-4.736-4.736c-.499-.499-.748-.748-1.058-.896a2 2 0 0 0-.197-.082C10.514 2 10.161 2 9.456 2c-3.245 0-4.868 0-5.967.886a4 4 0 0 0-.603.603C2 4.59 2 6.211 2 9.456V14c0 3.771 0 5.657 1.172 6.828S6.229 22 10 22h8M11 2.5V3c0 2.828 0 4.243.879 5.121C12.757 9 14.172 9 17 9h.5" }),
|
|
2627
|
+
/* @__PURE__ */ i("path", { d: "M5 14v2.5M5 19v-2.5M8 14v2.5M8 19v-2.5m-3 0h3m2-2.5h1.25m1.25 0h-1.25m0 0v5m3.25 0v-5l1.75 2.5L18 14v5m2-5v5h2" })
|
|
2628
|
+
] }) });
|
|
2625
2629
|
}
|
|
2626
|
-
function
|
|
2627
|
-
return /* @__PURE__ */
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
/* @__PURE__ */
|
|
2632
|
-
/* @__PURE__ */
|
|
2630
|
+
function yo() {
|
|
2631
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 20 20", children: /* @__PURE__ */ i("path", { fill: "currentColor", d: "M6.5 3a.75.75 0 0 1 .697.471l3 7.5a.75.75 0 0 1-1.393.557L7.992 9.5H5.008l-.811 2.028a.75.75 0 0 1-1.393-.556l3-7.5A.75.75 0 0 1 6.5 3m0 2.77L5.608 8h1.784zm8.28-1.55a.75.75 0 1 0-1.06 1.06l.72.72h-3.69a.75.75 0 0 0 0 1.5h3.69l-.72.72a.75.75 0 0 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06zm0 7.5a.75.75 0 1 0-1.06 1.06l.72.72H3.75a.75.75 0 0 0 0 1.5h10.69l-.72.72a.75.75 0 1 0 1.06 1.06l2-2a.75.75 0 0 0 0-1.06z" }) });
|
|
2632
|
+
}
|
|
2633
|
+
function Co() {
|
|
2634
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48", children: /* @__PURE__ */ z("g", { fill: "none", stroke: "currentColor", strokeWidth: "4", children: [
|
|
2635
|
+
/* @__PURE__ */ i("circle", { cx: "10", cy: "24", r: "4" }),
|
|
2636
|
+
/* @__PURE__ */ i("circle", { cx: "38", cy: "10", r: "4" }),
|
|
2637
|
+
/* @__PURE__ */ i("circle", { cx: "38", cy: "24", r: "4" }),
|
|
2638
|
+
/* @__PURE__ */ i("circle", { cx: "38", cy: "38", r: "4" }),
|
|
2639
|
+
/* @__PURE__ */ i("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M34 38H22V10h12M14 24h20" })
|
|
2633
2640
|
] }) });
|
|
2634
2641
|
}
|
|
2635
|
-
function
|
|
2636
|
-
return /* @__PURE__ */
|
|
2642
|
+
function So() {
|
|
2643
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 20 20", children: /* @__PURE__ */ i("path", { fill: "currentColor", d: "M13.5 3a.75.75 0 0 0-.697.471l-3 7.5a.75.75 0 0 0 1.393.557l.812-2.028h2.984l.811 2.028a.75.75 0 0 0 1.393-.556l-3-7.5A.75.75 0 0 0 13.5 3m0 2.77L14.392 8h-1.784zM5.22 4.22a.75.75 0 0 1 1.06 1.06L5.56 6h3.69a.75.75 0 0 1 0 1.5H5.56l.72.72a.75.75 0 0 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06zm0 7.5a.75.75 0 0 1 1.06 1.06l-.72.72h10.69a.75.75 0 0 1 0 1.5H5.56l.72.72a.75.75 0 1 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06z" }) });
|
|
2637
2644
|
}
|
|
2638
|
-
function
|
|
2639
|
-
return /* @__PURE__ */
|
|
2645
|
+
function zo() {
|
|
2646
|
+
return /* @__PURE__ */ i("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ i("path", { fill: "none", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "m3 21l7.548-7.548M21 3l-7.548 7.548m0 0L8 3H3l7.548 10.452m2.904-2.904L21 21h-5l-5.452-7.548", color: "currentColor" }) });
|
|
2640
2647
|
}
|
|
2641
|
-
function
|
|
2642
|
-
return /* @__PURE__ */
|
|
2648
|
+
function ko() {
|
|
2649
|
+
return /* @__PURE__ */ i(
|
|
2643
2650
|
"svg",
|
|
2644
2651
|
{
|
|
2645
2652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2649,7 +2656,7 @@ function vo() {
|
|
|
2649
2656
|
width: "1em",
|
|
2650
2657
|
height: "1em",
|
|
2651
2658
|
viewBox: "0 0 24 24",
|
|
2652
|
-
children: /* @__PURE__ */
|
|
2659
|
+
children: /* @__PURE__ */ i(
|
|
2653
2660
|
"path",
|
|
2654
2661
|
{
|
|
2655
2662
|
fill: "currentColor",
|
|
@@ -2659,148 +2666,143 @@ function vo() {
|
|
|
2659
2666
|
}
|
|
2660
2667
|
);
|
|
2661
2668
|
}
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
] }) });
|
|
2667
|
-
}
|
|
2668
|
-
const yo = {
|
|
2669
|
-
Bold: pr,
|
|
2670
|
-
LoaderCircle: mr,
|
|
2671
|
-
Italic: gr,
|
|
2669
|
+
const Mo = {
|
|
2670
|
+
Bold: gr,
|
|
2671
|
+
LoaderCircle: pr,
|
|
2672
|
+
Italic: mr,
|
|
2672
2673
|
Underline: hr,
|
|
2673
2674
|
Quote: ur,
|
|
2674
|
-
TextQuote:
|
|
2675
|
+
TextQuote: ro,
|
|
2675
2676
|
Strikethrough: dr,
|
|
2676
|
-
Minus:
|
|
2677
|
-
Eraser:
|
|
2678
|
-
PaintRoller:
|
|
2677
|
+
Minus: lr,
|
|
2678
|
+
Eraser: ar,
|
|
2679
|
+
PaintRoller: cr,
|
|
2679
2680
|
Redo2: sr,
|
|
2680
2681
|
Undo2: ir,
|
|
2681
|
-
AlignCenter:
|
|
2682
|
-
AlignJustify:
|
|
2683
|
-
AlignLeft:
|
|
2684
|
-
AlignRight:
|
|
2685
|
-
ChevronDown:
|
|
2686
|
-
Subscript:
|
|
2687
|
-
Superscript:
|
|
2688
|
-
Code:
|
|
2689
|
-
Code2:
|
|
2690
|
-
Type:
|
|
2691
|
-
IndentIncrease:
|
|
2692
|
-
IndentDecrease:
|
|
2693
|
-
List:
|
|
2694
|
-
ListOrdered:
|
|
2695
|
-
ListTodo:
|
|
2696
|
-
Link:
|
|
2697
|
-
ImageUp:
|
|
2698
|
-
Video:
|
|
2682
|
+
AlignCenter: vr,
|
|
2683
|
+
AlignJustify: wr,
|
|
2684
|
+
AlignLeft: br,
|
|
2685
|
+
AlignRight: xr,
|
|
2686
|
+
ChevronDown: ie,
|
|
2687
|
+
Subscript: nr,
|
|
2688
|
+
Superscript: or,
|
|
2689
|
+
Code: rr,
|
|
2690
|
+
Code2: tr,
|
|
2691
|
+
Type: er,
|
|
2692
|
+
IndentIncrease: Zt,
|
|
2693
|
+
IndentDecrease: Yt,
|
|
2694
|
+
List: Qt,
|
|
2695
|
+
ListOrdered: Kt,
|
|
2696
|
+
ListTodo: Jt,
|
|
2697
|
+
Link: qt,
|
|
2698
|
+
ImageUp: Xt,
|
|
2699
|
+
Video: Dt,
|
|
2699
2700
|
Maximize: Ft,
|
|
2700
|
-
Minimize:
|
|
2701
|
-
Table:
|
|
2702
|
-
Sparkles:
|
|
2703
|
-
Pencil:
|
|
2704
|
-
Unlink:
|
|
2705
|
-
BetweenHorizonalEnd:
|
|
2706
|
-
BetweenHorizonalStart:
|
|
2707
|
-
BetweenVerticalStart:
|
|
2701
|
+
Minimize: Ut,
|
|
2702
|
+
Table: _t,
|
|
2703
|
+
Sparkles: $t,
|
|
2704
|
+
Pencil: Ot,
|
|
2705
|
+
Unlink: Wt,
|
|
2706
|
+
BetweenHorizonalEnd: Gt,
|
|
2707
|
+
BetweenHorizonalStart: Bt,
|
|
2708
|
+
BetweenVerticalStart: jt,
|
|
2708
2709
|
BetweenVerticalEnd: Pt,
|
|
2709
|
-
TableCellsMerge:
|
|
2710
|
-
TableCellsSplit:
|
|
2710
|
+
TableCellsMerge: Ht,
|
|
2711
|
+
TableCellsSplit: It,
|
|
2711
2712
|
Trash2: Vt,
|
|
2712
2713
|
Trash: Tt,
|
|
2713
|
-
Replace:
|
|
2714
|
+
Replace: xe,
|
|
2714
2715
|
ChevronsUpDown: Rt,
|
|
2715
|
-
LineHeight:
|
|
2716
|
-
Word:
|
|
2717
|
-
|
|
2716
|
+
LineHeight: so,
|
|
2717
|
+
Word: io,
|
|
2718
|
+
HeadingParagraph: At,
|
|
2719
|
+
Heading1: Nt,
|
|
2718
2720
|
Heading2: Et,
|
|
2719
2721
|
Heading3: Lt,
|
|
2720
|
-
Heading4:
|
|
2721
|
-
Heading5:
|
|
2722
|
+
Heading4: Mt,
|
|
2723
|
+
Heading5: kt,
|
|
2722
2724
|
Heading6: zt,
|
|
2723
|
-
Columns2:
|
|
2724
|
-
Columns3:
|
|
2725
|
+
Columns2: be,
|
|
2726
|
+
Columns3: St,
|
|
2725
2727
|
Columns4: Ct,
|
|
2726
2728
|
Plus: yt,
|
|
2727
|
-
Grip:
|
|
2728
|
-
Copy:
|
|
2729
|
-
Clipboard:
|
|
2730
|
-
PanelLeft:
|
|
2729
|
+
Grip: vt,
|
|
2730
|
+
Copy: wt,
|
|
2731
|
+
Clipboard: bt,
|
|
2732
|
+
PanelLeft: xt,
|
|
2731
2733
|
PanelRight: ft,
|
|
2732
|
-
Columns:
|
|
2733
|
-
Iframe:
|
|
2734
|
-
MenuDown:
|
|
2735
|
-
SizeS:
|
|
2736
|
-
SizeM:
|
|
2737
|
-
SizeL:
|
|
2738
|
-
AspectRatio:
|
|
2739
|
-
Emoji:
|
|
2740
|
-
DeleteColumn:
|
|
2741
|
-
DeleteRow:
|
|
2742
|
-
SearchAndReplace:
|
|
2743
|
-
EmojiIcon:
|
|
2734
|
+
Columns: be,
|
|
2735
|
+
Iframe: gt,
|
|
2736
|
+
MenuDown: co,
|
|
2737
|
+
SizeS: uo,
|
|
2738
|
+
SizeM: lo,
|
|
2739
|
+
SizeL: ao,
|
|
2740
|
+
AspectRatio: to,
|
|
2741
|
+
Emoji: pt,
|
|
2742
|
+
DeleteColumn: oo,
|
|
2743
|
+
DeleteRow: no,
|
|
2744
|
+
SearchAndReplace: xe,
|
|
2745
|
+
EmojiIcon: mt,
|
|
2744
2746
|
KatexIcon: ht,
|
|
2745
|
-
ExportPdf:
|
|
2746
|
-
ExportWord:
|
|
2747
|
-
ImportWord:
|
|
2748
|
-
ColumnAddLeft:
|
|
2749
|
-
ColumnAddRight:
|
|
2747
|
+
ExportPdf: xo,
|
|
2748
|
+
ExportWord: bo,
|
|
2749
|
+
ImportWord: ko,
|
|
2750
|
+
ColumnAddLeft: mo,
|
|
2751
|
+
ColumnAddRight: po,
|
|
2750
2752
|
BookMarked: ut,
|
|
2751
|
-
Excalidraw:
|
|
2753
|
+
Excalidraw: fo,
|
|
2752
2754
|
ZoomIn: dt,
|
|
2753
|
-
ZoomOut:
|
|
2754
|
-
Settings:
|
|
2755
|
-
Eye:
|
|
2756
|
-
TextDirection:
|
|
2757
|
-
LeftToRight:
|
|
2758
|
-
RightToLeft:
|
|
2755
|
+
ZoomOut: lt,
|
|
2756
|
+
Settings: at,
|
|
2757
|
+
Eye: ct,
|
|
2758
|
+
TextDirection: go,
|
|
2759
|
+
LeftToRight: yo,
|
|
2760
|
+
RightToLeft: So,
|
|
2759
2761
|
Attachment: st,
|
|
2760
|
-
GifIcon:
|
|
2761
|
-
ChevronUp:
|
|
2762
|
-
Crop:
|
|
2763
|
-
Mermaid:
|
|
2764
|
-
Twitter:
|
|
2765
|
-
CodeView:
|
|
2766
|
-
FlipX:
|
|
2767
|
-
FlipY:
|
|
2768
|
-
PencilRuler:
|
|
2769
|
-
WrapText:
|
|
2770
|
-
Loader:
|
|
2771
|
-
X:
|
|
2772
|
-
Html:
|
|
2773
|
-
ExternalLink:
|
|
2774
|
-
},
|
|
2762
|
+
GifIcon: wo,
|
|
2763
|
+
ChevronUp: Le,
|
|
2764
|
+
Crop: it,
|
|
2765
|
+
Mermaid: Co,
|
|
2766
|
+
Twitter: zo,
|
|
2767
|
+
CodeView: ho,
|
|
2768
|
+
FlipX: nt,
|
|
2769
|
+
FlipY: ot,
|
|
2770
|
+
PencilRuler: rt,
|
|
2771
|
+
WrapText: tt,
|
|
2772
|
+
Loader: et,
|
|
2773
|
+
X: Ze,
|
|
2774
|
+
Html: vo,
|
|
2775
|
+
ExternalLink: Ye
|
|
2776
|
+
}, Ce = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Se = Ee, Lo = (e, r) => (t) => {
|
|
2775
2777
|
var o;
|
|
2776
|
-
if ((r == null ? void 0 : r.variants) == null) return
|
|
2777
|
-
const { variants: s, defaultVariants: n } = r,
|
|
2778
|
-
const
|
|
2779
|
-
if (
|
|
2780
|
-
const
|
|
2781
|
-
return s[d][
|
|
2782
|
-
}),
|
|
2783
|
-
let [
|
|
2784
|
-
return
|
|
2785
|
-
}, {}), u = r == null || (o = r.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((d,
|
|
2786
|
-
let { class:
|
|
2787
|
-
return Object.entries(f).every((
|
|
2788
|
-
let [
|
|
2789
|
-
return Array.isArray(
|
|
2778
|
+
if ((r == null ? void 0 : r.variants) == null) return Se(e, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
2779
|
+
const { variants: s, defaultVariants: n } = r, a = Object.keys(s).map((d) => {
|
|
2780
|
+
const m = t == null ? void 0 : t[d], p = n == null ? void 0 : n[d];
|
|
2781
|
+
if (m === null) return null;
|
|
2782
|
+
const l = Ce(m) || Ce(p);
|
|
2783
|
+
return s[d][l];
|
|
2784
|
+
}), c = t && Object.entries(t).reduce((d, m) => {
|
|
2785
|
+
let [p, l] = m;
|
|
2786
|
+
return l === void 0 || (d[p] = l), d;
|
|
2787
|
+
}, {}), u = r == null || (o = r.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((d, m) => {
|
|
2788
|
+
let { class: p, className: l, ...f } = m;
|
|
2789
|
+
return Object.entries(f).every((C) => {
|
|
2790
|
+
let [b, g] = C;
|
|
2791
|
+
return Array.isArray(g) ? g.includes({
|
|
2790
2792
|
...n,
|
|
2791
|
-
...
|
|
2792
|
-
}[
|
|
2793
|
+
...c
|
|
2794
|
+
}[b]) : {
|
|
2793
2795
|
...n,
|
|
2794
|
-
...
|
|
2795
|
-
}[
|
|
2796
|
+
...c
|
|
2797
|
+
}[b] === g;
|
|
2796
2798
|
}) ? [
|
|
2797
2799
|
...d,
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
+
p,
|
|
2801
|
+
l
|
|
2800
2802
|
] : d;
|
|
2801
2803
|
}, []);
|
|
2802
|
-
return
|
|
2803
|
-
},
|
|
2804
|
+
return Se(e, a, u, t == null ? void 0 : t.class, t == null ? void 0 : t.className);
|
|
2805
|
+
}, Eo = Lo(
|
|
2804
2806
|
"richtext-inline-flex richtext-items-center richtext-justify-center richtext-rounded-md richtext-text-sm richtext-font-medium richtext-ring-offset-background richtext-transition-colors hover:richtext-bg-muted hover:richtext-text-muted-foreground focus-visible:richtext-outline-none focus-visible:richtext-ring-2 focus-visible:richtext-ring-ring focus-visible:richtext-ring-offset-1 disabled:richtext-pointer-events-none disabled:richtext-opacity-50 data-[state=on]:richtext-bg-accent data-[state=on]:richtext-text-accent-foreground",
|
|
2805
2807
|
{
|
|
2806
2808
|
variants: {
|
|
@@ -2819,74 +2821,179 @@ const yo = {
|
|
|
2819
2821
|
size: "default"
|
|
2820
2822
|
}
|
|
2821
2823
|
}
|
|
2822
|
-
),
|
|
2823
|
-
|
|
2824
|
+
), Ie = N.forwardRef(({ className: e, variant: r, size: t, ...o }, s) => /* @__PURE__ */ i(
|
|
2825
|
+
Me.Root,
|
|
2824
2826
|
{
|
|
2825
2827
|
ref: s,
|
|
2826
|
-
className:
|
|
2828
|
+
className: k(Eo({ variant: r, size: t, className: e })),
|
|
2827
2829
|
...o
|
|
2828
2830
|
}
|
|
2829
2831
|
));
|
|
2830
|
-
|
|
2831
|
-
const
|
|
2832
|
-
|
|
2832
|
+
Ie.displayName = Me.Root.displayName;
|
|
2833
|
+
const rn = $.Provider, No = $.Root, Ao = $.Trigger, He = N.forwardRef(({ className: e, sideOffset: r = 4, ...t }, o) => /* @__PURE__ */ i(
|
|
2834
|
+
$.Content,
|
|
2833
2835
|
{
|
|
2834
2836
|
"data-richtext-portal": !0,
|
|
2835
2837
|
ref: o,
|
|
2836
2838
|
sideOffset: r,
|
|
2837
|
-
className:
|
|
2839
|
+
className: k(
|
|
2838
2840
|
"richtext-z-50 richtext-overflow-hidden richtext-rounded-md richtext-bg-primary richtext-px-3 richtext-py-1.5 richtext-text-sm richtext-text-primary-foreground richtext-shadow-md richtext-animate-in richtext-fade-in-0 richtext-zoom-in-95 data-[side=bottom]:richtext-slide-in-from-top-2 data-[side=left]:richtext-slide-in-from-right-2 data-[side=right]:richtext-slide-in-from-left-2 data-[side=top]:richtext-slide-in-from-bottom-2 !richtext-border-none",
|
|
2839
2841
|
e
|
|
2840
2842
|
),
|
|
2841
2843
|
...t
|
|
2842
2844
|
}
|
|
2843
2845
|
));
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
+
He.displayName = $.Content.displayName;
|
|
2847
|
+
const on = v.Root, nn = v.Value, Ro = N.forwardRef(({ className: e, children: r, ...t }, o) => /* @__PURE__ */ z(
|
|
2848
|
+
v.Trigger,
|
|
2849
|
+
{
|
|
2850
|
+
ref: o,
|
|
2851
|
+
className: k(
|
|
2852
|
+
"richtext-flex richtext-h-10 richtext-w-full richtext-items-center richtext-justify-between richtext-rounded-md richtext-border richtext-border-input richtext-bg-background richtext-px-3 richtext-py-2 richtext-text-sm richtext-ring-offset-background placeholder:richtext-text-muted-foreground focus:richtext-outline-none focus:richtext-ring-2 focus:richtext-ring-ring focus:richtext-ring-offset-1 disabled:richtext-cursor-not-allowed disabled:richtext-opacity-50 [&>span]:richtext-line-clamp-1",
|
|
2853
|
+
e
|
|
2854
|
+
),
|
|
2855
|
+
...t,
|
|
2856
|
+
children: [
|
|
2857
|
+
r,
|
|
2858
|
+
/* @__PURE__ */ i(v.Icon, { asChild: !0, children: /* @__PURE__ */ i(ie, { className: "richtext-size-4 richtext-opacity-50" }) })
|
|
2859
|
+
]
|
|
2860
|
+
}
|
|
2861
|
+
));
|
|
2862
|
+
Ro.displayName = v.Trigger.displayName;
|
|
2863
|
+
const Pe = N.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ i(
|
|
2864
|
+
v.ScrollUpButton,
|
|
2865
|
+
{
|
|
2866
|
+
ref: t,
|
|
2867
|
+
className: k(
|
|
2868
|
+
"richtext-flex richtext-cursor-default richtext-items-center richtext-justify-center richtext-py-1",
|
|
2869
|
+
e
|
|
2870
|
+
),
|
|
2871
|
+
...r,
|
|
2872
|
+
children: /* @__PURE__ */ i(Le, { className: "richtext-size-4" })
|
|
2873
|
+
}
|
|
2874
|
+
));
|
|
2875
|
+
Pe.displayName = v.ScrollUpButton.displayName;
|
|
2876
|
+
const je = N.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ i(
|
|
2877
|
+
v.ScrollDownButton,
|
|
2878
|
+
{
|
|
2879
|
+
ref: t,
|
|
2880
|
+
className: k(
|
|
2881
|
+
"richtext-flex richtext-cursor-default richtext-items-center richtext-justify-center richtext-py-1",
|
|
2882
|
+
e
|
|
2883
|
+
),
|
|
2884
|
+
...r,
|
|
2885
|
+
children: /* @__PURE__ */ i(ie, { className: "richtext-size-4" })
|
|
2886
|
+
}
|
|
2887
|
+
));
|
|
2888
|
+
je.displayName = v.ScrollDownButton.displayName;
|
|
2889
|
+
const To = N.forwardRef(({ className: e, children: r, position: t = "popper", ...o }, s) => /* @__PURE__ */ i(v.Portal, { children: /* @__PURE__ */ z(
|
|
2890
|
+
v.Content,
|
|
2891
|
+
{
|
|
2892
|
+
"data-richtext-portal": !0,
|
|
2893
|
+
position: t,
|
|
2894
|
+
ref: s,
|
|
2895
|
+
className: k(
|
|
2896
|
+
"richtext-relative richtext-z-50 richtext-max-h-60 richtext-overflow-y-auto richtext-min-w-[8rem] richtext-overflow-hidden richtext-rounded-md richtext-border !richtext-border-border richtext-bg-popover richtext-text-popover-foreground richtext-shadow-md data-[state=open]:richtext-animate-in data-[state=closed]:richtext-animate-out data-[state=closed]:richtext-fade-out-0 data-[state=open]:richtext-fade-in-0 data-[state=closed]:richtext-zoom-out-95 data-[state=open]:richtext-zoom-in-95 data-[side=bottom]:richtext-slide-in-from-top-2 data-[side=left]:richtext-slide-in-from-right-2 data-[side=right]:richtext-slide-in-from-left-2 data-[side=top]:richtext-slide-in-from-bottom-2",
|
|
2897
|
+
t === "popper" && "data-[side=bottom]:richtext-translate-y-1 data-[side=left]:richtext--translate-x-1 data-[side=right]:richtext-translate-x-1 data-[side=top]:richtext--translate-y-1",
|
|
2898
|
+
e
|
|
2899
|
+
),
|
|
2900
|
+
...o,
|
|
2901
|
+
children: [
|
|
2902
|
+
/* @__PURE__ */ i(Pe, {}),
|
|
2903
|
+
/* @__PURE__ */ i(
|
|
2904
|
+
v.Viewport,
|
|
2905
|
+
{
|
|
2906
|
+
className: k(
|
|
2907
|
+
"richtext-p-1",
|
|
2908
|
+
t === "popper" && "richtext-h-[var(--radix-select-trigger-height)] richtext-w-full richtext-min-w-[var(--radix-select-trigger-width)]"
|
|
2909
|
+
),
|
|
2910
|
+
children: r
|
|
2911
|
+
}
|
|
2912
|
+
),
|
|
2913
|
+
/* @__PURE__ */ i(je, {})
|
|
2914
|
+
]
|
|
2915
|
+
}
|
|
2916
|
+
) }));
|
|
2917
|
+
To.displayName = v.Content.displayName;
|
|
2918
|
+
const Vo = N.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ i(
|
|
2919
|
+
v.Label,
|
|
2920
|
+
{
|
|
2921
|
+
className: k("richtext-py-1.5 richtext-pl-8 richtext-pr-2 richtext-text-sm richtext-font-semibold", e),
|
|
2922
|
+
ref: t,
|
|
2923
|
+
...r
|
|
2924
|
+
}
|
|
2925
|
+
));
|
|
2926
|
+
Vo.displayName = v.Label.displayName;
|
|
2927
|
+
const Io = N.forwardRef(({ className: e, children: r, ...t }, o) => /* @__PURE__ */ z(
|
|
2928
|
+
v.Item,
|
|
2929
|
+
{
|
|
2930
|
+
ref: o,
|
|
2931
|
+
className: k(
|
|
2932
|
+
"richtext-relative richtext-flex richtext-w-full richtext-cursor-default richtext-select-none richtext-items-center richtext-rounded-sm richtext-py-1.5 richtext-pl-8 richtext-pr-2 richtext-text-sm richtext-outline-none focus:richtext-bg-accent focus:richtext-text-accent-foreground data-[disabled]:richtext-pointer-events-none data-[disabled]:richtext-opacity-50",
|
|
2933
|
+
e
|
|
2934
|
+
),
|
|
2935
|
+
...t,
|
|
2936
|
+
children: [
|
|
2937
|
+
/* @__PURE__ */ i("span", { className: "richtext-absolute richtext-left-2 richtext-flex richtext-size-3.5 richtext-items-center richtext-justify-center", children: /* @__PURE__ */ i(v.ItemIndicator, { children: /* @__PURE__ */ i(fr, { className: "richtext-size-4" }) }) }),
|
|
2938
|
+
/* @__PURE__ */ i(v.ItemText, { children: r })
|
|
2939
|
+
]
|
|
2940
|
+
}
|
|
2941
|
+
));
|
|
2942
|
+
Io.displayName = v.Item.displayName;
|
|
2943
|
+
const Ho = N.forwardRef(({ className: e, ...r }, t) => /* @__PURE__ */ i(
|
|
2944
|
+
v.Separator,
|
|
2945
|
+
{
|
|
2946
|
+
className: k("richtext--mx-1 richtext-my-1 richtext-h-px richtext-bg-muted", e),
|
|
2947
|
+
ref: t,
|
|
2948
|
+
...r
|
|
2949
|
+
}
|
|
2950
|
+
));
|
|
2951
|
+
Ho.displayName = v.Separator.displayName;
|
|
2952
|
+
function ce(e) {
|
|
2846
2953
|
function r() {
|
|
2847
|
-
const n =
|
|
2848
|
-
n.current = { ...n.current, ...
|
|
2849
|
-
}, []), d =
|
|
2954
|
+
const n = te(e), a = E(() => n.current, []), c = te(/* @__PURE__ */ new Set()), u = E((m) => {
|
|
2955
|
+
n.current = { ...n.current, ...m }, c.current.forEach((p) => p());
|
|
2956
|
+
}, []), d = E((m) => (c.current.add(m), () => c.current.delete(m)), []);
|
|
2850
2957
|
return {
|
|
2851
|
-
get:
|
|
2958
|
+
get: a,
|
|
2852
2959
|
set: u,
|
|
2853
2960
|
subscribe: d
|
|
2854
2961
|
};
|
|
2855
2962
|
}
|
|
2856
|
-
const t =
|
|
2963
|
+
const t = Fe(null);
|
|
2857
2964
|
function o({ children: n }) {
|
|
2858
|
-
return /* @__PURE__ */
|
|
2965
|
+
return /* @__PURE__ */ i(t.Provider, { value: r(), children: n });
|
|
2859
2966
|
}
|
|
2860
2967
|
function s(n) {
|
|
2861
|
-
const
|
|
2862
|
-
if (!
|
|
2968
|
+
const a = De(t);
|
|
2969
|
+
if (!a)
|
|
2863
2970
|
throw new Error("Store not found");
|
|
2864
|
-
return [
|
|
2865
|
-
|
|
2866
|
-
() => n(
|
|
2971
|
+
return [Xe(
|
|
2972
|
+
a.subscribe,
|
|
2973
|
+
() => n(a.get()),
|
|
2867
2974
|
() => n(e)
|
|
2868
|
-
),
|
|
2975
|
+
), a.set];
|
|
2869
2976
|
}
|
|
2870
2977
|
return {
|
|
2871
2978
|
Provider: o,
|
|
2872
2979
|
useStore: s
|
|
2873
2980
|
};
|
|
2874
2981
|
}
|
|
2875
|
-
|
|
2982
|
+
ce({
|
|
2876
2983
|
value: !1
|
|
2877
2984
|
});
|
|
2878
|
-
|
|
2985
|
+
ce({
|
|
2879
2986
|
value: !1
|
|
2880
2987
|
});
|
|
2881
|
-
const { Provider:
|
|
2988
|
+
const { Provider: Po, useStore: Be } = ce({
|
|
2882
2989
|
value: !1
|
|
2883
2990
|
});
|
|
2884
|
-
function
|
|
2885
|
-
const [e] =
|
|
2991
|
+
function sn() {
|
|
2992
|
+
const [e] = Be((r) => r.value);
|
|
2886
2993
|
return e;
|
|
2887
2994
|
}
|
|
2888
|
-
const
|
|
2889
|
-
function
|
|
2995
|
+
const ze = "data-rc-order", ke = "data-rc-priority", jo = "rc-util-key", oe = /* @__PURE__ */ new Map();
|
|
2996
|
+
function Bo(e, r) {
|
|
2890
2997
|
if (!e)
|
|
2891
2998
|
return !1;
|
|
2892
2999
|
if (e.contains)
|
|
@@ -2899,68 +3006,68 @@ function Eo(e, r) {
|
|
|
2899
3006
|
}
|
|
2900
3007
|
return !1;
|
|
2901
3008
|
}
|
|
2902
|
-
function
|
|
2903
|
-
return e ? e.startsWith("data-") ? e : `data-${e}` :
|
|
3009
|
+
function Ge({ mark: e } = {}) {
|
|
3010
|
+
return e ? e.startsWith("data-") ? e : `data-${e}` : jo;
|
|
2904
3011
|
}
|
|
2905
|
-
function
|
|
3012
|
+
function ae(e) {
|
|
2906
3013
|
return e.attachTo ? e.attachTo : document.querySelector("head") || document.body;
|
|
2907
3014
|
}
|
|
2908
|
-
function
|
|
3015
|
+
function Go(e) {
|
|
2909
3016
|
return e === "queue" ? "prependQueue" : e ? "prepend" : "append";
|
|
2910
3017
|
}
|
|
2911
|
-
function
|
|
2912
|
-
return [...(
|
|
3018
|
+
function We(e) {
|
|
3019
|
+
return [...(oe.get(e) || e).children].filter(
|
|
2913
3020
|
(r) => r.tagName === "STYLE"
|
|
2914
3021
|
);
|
|
2915
3022
|
}
|
|
2916
|
-
function
|
|
2917
|
-
const { csp: t, prepend: o, priority: s = 0 } = r, n =
|
|
2918
|
-
|
|
2919
|
-
const u =
|
|
3023
|
+
function Oe(e, r = {}) {
|
|
3024
|
+
const { csp: t, prepend: o, priority: s = 0 } = r, n = Go(o), a = n === "prependQueue", c = document.createElement("style");
|
|
3025
|
+
c.setAttribute(ze, n), a && s && c.setAttribute(ke, `${s}`), t != null && t.nonce && (c.nonce = t == null ? void 0 : t.nonce), c.innerHTML = e;
|
|
3026
|
+
const u = ae(r), { firstChild: d } = u;
|
|
2920
3027
|
if (o) {
|
|
2921
|
-
if (
|
|
2922
|
-
const
|
|
2923
|
-
if (!["prepend", "prependQueue"].includes(
|
|
3028
|
+
if (a) {
|
|
3029
|
+
const m = We(u).filter((p) => {
|
|
3030
|
+
if (!["prepend", "prependQueue"].includes(p.getAttribute(ze)))
|
|
2924
3031
|
return !1;
|
|
2925
|
-
const
|
|
2926
|
-
return s >=
|
|
3032
|
+
const l = Number(p.getAttribute(ke) || 0);
|
|
3033
|
+
return s >= l;
|
|
2927
3034
|
});
|
|
2928
|
-
if (
|
|
2929
|
-
return u.insertBefore(
|
|
3035
|
+
if (m.length > 0)
|
|
3036
|
+
return u.insertBefore(c, m.at(-1).nextSibling), c;
|
|
2930
3037
|
}
|
|
2931
|
-
d.before(
|
|
3038
|
+
d.before(c);
|
|
2932
3039
|
} else
|
|
2933
|
-
u.append(
|
|
2934
|
-
return
|
|
3040
|
+
u.append(c);
|
|
3041
|
+
return c;
|
|
2935
3042
|
}
|
|
2936
|
-
function
|
|
2937
|
-
const t =
|
|
2938
|
-
return
|
|
3043
|
+
function $e(e, r = {}) {
|
|
3044
|
+
const t = ae(r);
|
|
3045
|
+
return We(t).find((o) => o.getAttribute(Ge(r)) === e);
|
|
2939
3046
|
}
|
|
2940
|
-
function
|
|
2941
|
-
const t =
|
|
3047
|
+
function Wo(e, r = {}) {
|
|
3048
|
+
const t = $e(e, r);
|
|
2942
3049
|
t && t.remove();
|
|
2943
3050
|
}
|
|
2944
|
-
function
|
|
2945
|
-
const t =
|
|
2946
|
-
if (!t || !
|
|
2947
|
-
const o =
|
|
2948
|
-
|
|
3051
|
+
function Oo(e, r) {
|
|
3052
|
+
const t = oe.get(e);
|
|
3053
|
+
if (!t || !Bo(document, t)) {
|
|
3054
|
+
const o = Oe("", r), { parentNode: s } = o;
|
|
3055
|
+
oe.set(e, s), o.remove();
|
|
2949
3056
|
}
|
|
2950
3057
|
}
|
|
2951
|
-
function
|
|
2952
|
-
var
|
|
2953
|
-
const o =
|
|
2954
|
-
|
|
2955
|
-
const s =
|
|
3058
|
+
function $o(e, r, t = {}) {
|
|
3059
|
+
var a, c, u;
|
|
3060
|
+
const o = ae(t);
|
|
3061
|
+
Oo(o, t);
|
|
3062
|
+
const s = $e(r, t);
|
|
2956
3063
|
if (s)
|
|
2957
|
-
return (
|
|
2958
|
-
const n =
|
|
2959
|
-
return n.setAttribute(
|
|
3064
|
+
return (a = t.csp) != null && a.nonce && s.nonce !== ((c = t.csp) == null ? void 0 : c.nonce) && (s.nonce = (u = t.csp) == null ? void 0 : u.nonce), s.innerHTML !== e && (s.innerHTML = e), s;
|
|
3065
|
+
const n = Oe(e, t);
|
|
3066
|
+
return n.setAttribute(Ge(t), r), n;
|
|
2960
3067
|
}
|
|
2961
|
-
const
|
|
2962
|
-
const [, t] =
|
|
2963
|
-
|
|
3068
|
+
const _o = qe(({ editor: e, children: r }) => {
|
|
3069
|
+
const [, t] = Be((s) => s.value);
|
|
3070
|
+
T(() => {
|
|
2964
3071
|
t({
|
|
2965
3072
|
value: e == null ? void 0 : e.isEditable
|
|
2966
3073
|
});
|
|
@@ -2970,115 +3077,121 @@ const Ho = _e(({ editor: e, children: r }) => {
|
|
|
2970
3077
|
value: e == null ? void 0 : e.isEditable
|
|
2971
3078
|
});
|
|
2972
3079
|
};
|
|
2973
|
-
return
|
|
3080
|
+
return T(() => (e && e.on("update", o), () => {
|
|
2974
3081
|
e && e.off("update", o);
|
|
2975
|
-
}), [e]), /* @__PURE__ */
|
|
3082
|
+
}), [e]), /* @__PURE__ */ i(ne, { children: r });
|
|
2976
3083
|
});
|
|
2977
|
-
function
|
|
2978
|
-
const [, e] =
|
|
3084
|
+
function Uo() {
|
|
3085
|
+
const [, e] = Ke(Qe), r = (o) => {
|
|
2979
3086
|
e((s) => ({
|
|
2980
3087
|
...s,
|
|
2981
3088
|
currentLang: o.detail
|
|
2982
3089
|
}));
|
|
2983
3090
|
}, t = (o) => {
|
|
2984
3091
|
const { lang: s, messages: n } = o.detail;
|
|
2985
|
-
e((
|
|
2986
|
-
if (
|
|
2987
|
-
const
|
|
2988
|
-
...
|
|
3092
|
+
e((a) => {
|
|
3093
|
+
if (a.message[s]) {
|
|
3094
|
+
const c = {
|
|
3095
|
+
...a.message[s],
|
|
2989
3096
|
...n
|
|
2990
3097
|
};
|
|
2991
3098
|
return {
|
|
2992
|
-
currentLang:
|
|
3099
|
+
currentLang: a.currentLang,
|
|
2993
3100
|
message: {
|
|
2994
|
-
...
|
|
2995
|
-
[s]:
|
|
3101
|
+
...a.message,
|
|
3102
|
+
[s]: c
|
|
2996
3103
|
}
|
|
2997
3104
|
};
|
|
2998
3105
|
} else
|
|
2999
3106
|
return {
|
|
3000
|
-
currentLang:
|
|
3107
|
+
currentLang: a.currentLang,
|
|
3001
3108
|
message: {
|
|
3002
|
-
...
|
|
3109
|
+
...a.message,
|
|
3003
3110
|
[s]: n
|
|
3004
3111
|
}
|
|
3005
3112
|
};
|
|
3006
3113
|
});
|
|
3007
3114
|
};
|
|
3008
|
-
return
|
|
3009
|
-
const o =
|
|
3115
|
+
return T(() => {
|
|
3116
|
+
const o = W(O.CHANGE_LANGUAGE, r), s = W(O.MODIFY_LANGUAGE, t);
|
|
3010
3117
|
return () => {
|
|
3011
3118
|
o(), s();
|
|
3012
3119
|
};
|
|
3013
|
-
}, []), /* @__PURE__ */
|
|
3120
|
+
}, []), /* @__PURE__ */ i(ne, {});
|
|
3014
3121
|
}
|
|
3015
|
-
function
|
|
3016
|
-
const [e, r] =
|
|
3017
|
-
|
|
3018
|
-
const d = e || "light",
|
|
3019
|
-
let
|
|
3020
|
-
if (!
|
|
3021
|
-
|
|
3122
|
+
function Fo() {
|
|
3123
|
+
const [e, r] = ee("richtext-theme", "light"), [t, o] = ee("richtext-color", "default"), [s, n] = ee("richtext-border-radius", "0.65rem");
|
|
3124
|
+
T(() => {
|
|
3125
|
+
const d = e || "light", m = t || "default";
|
|
3126
|
+
let p = fe[d][m];
|
|
3127
|
+
if (!p) {
|
|
3128
|
+
p = fe.light.default;
|
|
3022
3129
|
return;
|
|
3023
3130
|
}
|
|
3024
|
-
return
|
|
3131
|
+
return $o(`
|
|
3025
3132
|
.reactjs-tiptap-editor, .reactjs-tiptap-editor *,
|
|
3133
|
+
.reactjs-tiptap-editor-theme, .reactjs-tiptap-editor-theme *,
|
|
3026
3134
|
div[data-richtext-portal], div[data-richtext-portal] * {
|
|
3027
|
-
${Object.entries(
|
|
3135
|
+
${Object.entries(p).map(([l, f]) => typeof s == "string" && l === "radius" ? `--${l}: ${s};` : `--${l}: ${f};`).join(`
|
|
3028
3136
|
`)}
|
|
3029
3137
|
}
|
|
3030
3138
|
`, "richtext-theme", {
|
|
3031
3139
|
priority: 50
|
|
3032
3140
|
}), () => {
|
|
3033
|
-
|
|
3141
|
+
Wo("richtext-theme");
|
|
3034
3142
|
};
|
|
3035
3143
|
}, [e, t, s]);
|
|
3036
|
-
const
|
|
3144
|
+
const a = (d) => {
|
|
3037
3145
|
r(d.detail);
|
|
3038
|
-
},
|
|
3146
|
+
}, c = (d) => {
|
|
3039
3147
|
o(d.detail);
|
|
3040
3148
|
}, u = (d) => {
|
|
3041
3149
|
n(d.detail);
|
|
3042
3150
|
};
|
|
3043
|
-
return
|
|
3044
|
-
const d =
|
|
3151
|
+
return T(() => {
|
|
3152
|
+
const d = W(O.CHANGE_THEME, a), m = W(O.CHANGE_COLOR, c), p = W(O.CHANGE_BORDER_RADIUS, u);
|
|
3045
3153
|
return () => {
|
|
3046
|
-
d(),
|
|
3154
|
+
d(), m(), p();
|
|
3047
3155
|
};
|
|
3048
|
-
}, []), /* @__PURE__ */
|
|
3156
|
+
}, []), /* @__PURE__ */ i(ne, {});
|
|
3049
3157
|
}
|
|
3050
|
-
function
|
|
3051
|
-
return /* @__PURE__ */
|
|
3052
|
-
/* @__PURE__ */
|
|
3053
|
-
|
|
3158
|
+
function cn({ editor: e, children: r, id: t }) {
|
|
3159
|
+
return /* @__PURE__ */ z(Po, { children: [
|
|
3160
|
+
/* @__PURE__ */ i(
|
|
3161
|
+
_o,
|
|
3054
3162
|
{
|
|
3055
3163
|
editor: e,
|
|
3056
3164
|
id: t,
|
|
3057
3165
|
children: r
|
|
3058
3166
|
}
|
|
3059
3167
|
),
|
|
3060
|
-
/* @__PURE__ */
|
|
3061
|
-
/* @__PURE__ */
|
|
3168
|
+
/* @__PURE__ */ i(Uo, {}),
|
|
3169
|
+
/* @__PURE__ */ i(Fo, {})
|
|
3062
3170
|
] });
|
|
3063
3171
|
}
|
|
3064
3172
|
export {
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3173
|
+
tn as A,
|
|
3174
|
+
bo as E,
|
|
3175
|
+
co as M,
|
|
3176
|
+
cn as P,
|
|
3177
|
+
on as S,
|
|
3178
|
+
No as T,
|
|
3179
|
+
Ao as a,
|
|
3180
|
+
He as b,
|
|
3181
|
+
k as c,
|
|
3182
|
+
Lo as d,
|
|
3183
|
+
rn as e,
|
|
3184
|
+
Ie as f,
|
|
3185
|
+
eo as g,
|
|
3186
|
+
Zr as h,
|
|
3187
|
+
Mo as i,
|
|
3188
|
+
ee as j,
|
|
3189
|
+
sn as k,
|
|
3190
|
+
xo as l,
|
|
3191
|
+
Ro as m,
|
|
3192
|
+
nn as n,
|
|
3193
|
+
To as o,
|
|
3194
|
+
Io as p,
|
|
3195
|
+
Wo as r,
|
|
3196
|
+
$o as u
|
|
3084
3197
|
};
|