reactjs-tiptap-editor 1.0.16 → 1.0.17
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-B_E2mbAW.cjs +1 -0
- package/lib/{ActionMenuButton-a8LhmHXe.js → ActionMenuButton-lsIBc9sU.js} +12 -16
- package/lib/Attachment.cjs +2 -2
- package/lib/Attachment.js +28 -32
- package/lib/Blockquote.cjs +2 -2
- package/lib/Blockquote.js +11 -13
- package/lib/Bold.cjs +1 -1
- package/lib/Bold.js +13 -15
- package/lib/BulletList.cjs +1 -1
- package/lib/BulletList.js +15 -17
- package/lib/Callout.cjs +1 -1
- package/lib/Callout.js +56 -62
- package/lib/Clear.cjs +1 -1
- package/lib/Clear.js +12 -13
- package/lib/Code.cjs +1 -1
- package/lib/Code.js +8 -10
- package/lib/CodeBlock.cjs +29 -29
- package/lib/CodeBlock.js +11 -14
- package/lib/CodeView.cjs +1 -1
- package/lib/CodeView.js +9 -11
- package/lib/Color.cjs +1 -1
- package/lib/Color.js +26 -29
- package/lib/Column.cjs +1 -1
- package/lib/Column.js +7 -9
- package/lib/{Drawer-CbOJ1Igo.js → Drawer-DQ4CxBwG.js} +23 -29
- package/lib/Drawer-FUeUKshi.cjs +1 -0
- package/lib/Drawer.cjs +1 -1
- package/lib/Drawer.js +3 -3
- package/lib/Emoji.cjs +1 -1
- package/lib/Emoji.js +13 -15
- package/lib/Excalidraw.cjs +1 -1
- package/lib/Excalidraw.js +276 -5
- package/lib/ExportPdf.cjs +2 -2
- package/lib/ExportPdf.js +19 -21
- package/lib/ExportWord.cjs +1 -1
- package/lib/ExportWord.js +8 -10
- package/lib/FontFamily.cjs +1 -1
- package/lib/FontFamily.js +9 -10
- package/lib/FontSize.cjs +1 -1
- package/lib/FontSize.js +19 -20
- package/lib/Heading.cjs +1 -1
- package/lib/Heading.js +27 -28
- package/lib/Highlight.cjs +1 -1
- package/lib/Highlight.js +24 -27
- package/lib/History.cjs +1 -1
- package/lib/History.js +25 -28
- package/lib/HorizontalRule.cjs +1 -1
- package/lib/HorizontalRule.js +8 -10
- package/lib/{Iframe-CmjbQQcz.js → Iframe-CTajPyzs.js} +34 -38
- package/lib/Iframe-EVWXCqe4.cjs +1 -0
- package/lib/Iframe.cjs +1 -1
- package/lib/Iframe.js +2 -2
- package/lib/Image.cjs +1 -1
- package/lib/Image.js +4 -5
- package/lib/ImageGif.cjs +1 -1
- package/lib/ImageGif.js +109 -114
- package/lib/ImportWord.cjs +1 -1
- package/lib/ImportWord.js +15 -18
- package/lib/{Indent-BoG-vpIE.js → Indent-BGEHlRx_.js} +24 -26
- package/lib/Indent-q9cEWAa_.cjs +1 -0
- package/lib/Indent.cjs +1 -1
- package/lib/Indent.js +2 -2
- package/lib/Italic.cjs +1 -1
- package/lib/Italic.js +11 -13
- package/lib/Katex-ClqcEnN_.cjs +4 -0
- package/lib/{Katex-ByL9snce.js → Katex-tMh4bfBb.js} +19 -24
- package/lib/Katex.cjs +1 -1
- package/lib/Katex.js +2 -2
- package/lib/LineHeight.cjs +1 -1
- package/lib/LineHeight.js +17 -20
- package/lib/Link.cjs +1 -1
- package/lib/Link.js +2 -2
- package/lib/{LinkEditBlock-Ckih17pU.js → LinkEditBlock-CA5NhP-m.js} +19 -26
- package/lib/LinkEditBlock-DZXk4ln_.cjs +5 -0
- package/lib/Mention.js +3 -3
- package/lib/Mermaid.cjs +2 -2
- package/lib/Mermaid.js +31 -36
- package/lib/MoreMark.cjs +1 -1
- package/lib/MoreMark.js +25 -29
- package/lib/OrderedList.cjs +1 -1
- package/lib/OrderedList.js +13 -15
- package/lib/SearchAndReplace.cjs +1 -1
- package/lib/SearchAndReplace.js +62 -69
- package/lib/SlashCommand.cjs +1 -1
- package/lib/SlashCommand.js +5 -5
- package/lib/SlashCommandNodeView-CZoM3ZlS.cjs +1 -0
- package/lib/{SlashCommandNodeView-B2g1MbgN.js → SlashCommandNodeView-DLuqbX2o.js} +64 -69
- package/lib/Strike.cjs +1 -1
- package/lib/Strike.js +12 -14
- package/lib/{Table-BEwrZVup.js → Table-BC4Lbqzn.js} +27 -29
- package/lib/Table-BmDopO43.cjs +9 -0
- package/lib/Table.cjs +1 -1
- package/lib/Table.js +1 -1
- package/lib/TaskList.cjs +1 -1
- package/lib/TaskList.js +18 -20
- package/lib/TextAlign.cjs +1 -1
- package/lib/TextAlign.js +29 -33
- package/lib/TextDirection.cjs +1 -1
- package/lib/TextDirection.js +16 -20
- package/lib/TextUnderline.cjs +1 -1
- package/lib/TextUnderline.js +7 -9
- package/lib/Twitter-BbMD3Ybp.cjs +1 -0
- package/lib/{Twitter-4U_ZBhpv.js → Twitter-D8Cbgl7g.js} +17 -23
- package/lib/Twitter.cjs +1 -1
- package/lib/Twitter.js +2 -2
- package/lib/Video.cjs +1 -1
- package/lib/Video.js +5 -270
- package/lib/bubble.cjs +4 -4
- package/lib/bubble.js +543 -552
- package/lib/{clsx-DSzxBzvL.js → clsx-DaPvp9ji.js} +23 -23
- package/lib/components/ReactBus.d.ts +11 -0
- package/lib/components/SlashDialogTrigger/RenderDialogUploadImage.d.ts +1 -0
- package/lib/components/SlashDialogTrigger/RenderDialogUploadVideo.d.ts +1 -0
- package/lib/components/SlashDialogTrigger/SlashDialogTrigger.d.ts +5 -0
- package/lib/{dropdown-menu-eUeBXQeA.cjs → dropdown-menu-C_F7LEy5.cjs} +1 -1
- package/lib/{dropdown-menu-CW3Kthwy.js → dropdown-menu-q6RL_fkA.js} +1 -1
- package/lib/{index-4bHF5ovf.js → index-BDYJ8Ph2.js} +1 -1
- package/lib/index-BnVcq33n.cjs +1 -0
- package/lib/{index-DR5tIdL7.js → index-Do_dsOGB.js} +1 -1
- package/lib/{index-CpTykZBR.js → index-DqruLhsu.js} +1 -1
- package/lib/{index-D8li6EQ4.js → index-Qcl3BG94.js} +1 -1
- package/lib/index-RcSPeQHn.js +4941 -0
- package/lib/index.cjs +3 -3
- package/lib/index.js +45 -49
- package/lib/{popover-CeY3RbI5.js → popover-CtinPbiy.js} +1 -1
- package/lib/{popover-C6Cya3Cz.cjs → popover-DIMT3pae.cjs} +1 -1
- package/lib/{renderNodeView-CSazLrKF.js → renderNodeView-BEkECnnY.js} +2 -2
- package/lib/{select-Doa_-jkZ.cjs → select-CYyIeImH.cjs} +1 -1
- package/lib/{select-F0ZZ3VZB.js → select-CmV5uTXr.js} +1 -1
- package/lib/separator-BLp6xpSY.cjs +1 -0
- package/lib/{separator-Cjn4YH8a.js → separator-C7luvaG8.js} +13 -15
- package/lib/store/store.d.ts +2 -22
- package/lib/style.css +1 -1
- package/lib/{textarea-tOsPnxHf.js → textarea-CkVKMPqK.js} +1 -1
- package/lib/{textarea-BAolHF_W.cjs → textarea-Cn75Cm2n.cjs} +1 -1
- package/lib/{updatePosition-CDK7OR0i.js → updatePosition-DRmKQBGm.js} +2 -2
- package/lib/utils/checkIsVideoUrl.d.ts +1 -0
- package/lib/utils/customEvents/events.constant.d.ts +1 -0
- package/lib/utils/mitt.d.ts +6 -3
- package/package.json +1 -1
- package/lib/ActionMenuButton-BYu0NyVo.cjs +0 -1
- package/lib/Drawer-DNaDMoAk.cjs +0 -1
- package/lib/Excalidraw-DnHTVOj8.js +0 -355
- package/lib/Excalidraw-DxfO1lQ_.cjs +0 -1
- package/lib/Icon-C0TJMAOm.js +0 -12
- package/lib/Icon-DzK0_ztP.cjs +0 -1
- package/lib/Iframe-BSNCsofW.cjs +0 -1
- package/lib/Image-BZEFuS0P.js +0 -925
- package/lib/Image-iKsGKjvg.cjs +0 -1
- package/lib/Indent-Bou16OcB.cjs +0 -1
- package/lib/Katex-BqDocr3a.cjs +0 -4
- package/lib/LinkEditBlock-B0I0EUrt.cjs +0 -5
- package/lib/SlashCommandNodeView-BEJhEzba.cjs +0 -1
- package/lib/Table-BclWwp6P.cjs +0 -9
- package/lib/Twitter-Dtq6PEMC.cjs +0 -1
- package/lib/button-Bwn6gUuS.js +0 -43
- package/lib/button-CqJztfH2.cjs +0 -1
- package/lib/checkbox-BAzbZY2Y.cjs +0 -1
- package/lib/checkbox-B_rpz5Xq.js +0 -27
- package/lib/dialog-CJvpoeMm.js +0 -101
- package/lib/dialog-CWYTvz5J.cjs +0 -1
- package/lib/events.constant-Dq21NPdV.cjs +0 -1
- package/lib/events.constant-do95b767.js +0 -21
- package/lib/extensions/Image/store.d.ts +0 -4
- package/lib/extensions/Video/store.d.ts +0 -4
- package/lib/file-BLas99n7.js +0 -43
- package/lib/file-i7e4nQY2.cjs +0 -1
- package/lib/index-CL7JP-Xz.js +0 -426
- package/lib/index-Cn-t3Zxw.cjs +0 -1
- package/lib/index-DoiuU6VA.js +0 -2315
- package/lib/index-VhKd73hZ.cjs +0 -1
- package/lib/input-B1egKb-t.js +0 -21
- package/lib/input-ZGRt7lWR.cjs +0 -1
- package/lib/isNumber-BTYSVlKo.cjs +0 -1
- package/lib/isNumber-ClwLypY2.js +0 -15
- package/lib/label-Cjrzc5H2.js +0 -19
- package/lib/label-tzSPdqui.cjs +0 -1
- package/lib/separator-CUh5Y7Rh.cjs +0 -1
- package/lib/store/fast-context.d.ts +0 -7
- package/lib/store-BsJz5QRC.js +0 -10
- package/lib/store-DjkMIIEN.cjs +0 -1
- package/lib/tabs-BP8ypR_m.cjs +0 -1
- package/lib/tabs-CBDjOLl_.js +0 -46
- package/lib/throttle-D040PfWL.js +0 -249
- package/lib/throttle-gTTvqDTW.cjs +0 -1
- package/lib/toggle-C_SSvDRy.cjs +0 -1
- package/lib/toggle-DEerYRil.js +0 -99
- package/lib/tooltip-BJIvosho.js +0 -24
- package/lib/tooltip-FS1rsvd3.cjs +0 -1
- package/lib/useButtonProps-CtZCbMQu.js +0 -136
- package/lib/useButtonProps-Cz4W5dC8.cjs +0 -1
- package/lib/utils/_event.d.ts +0 -13
- package/lib/utils/customEvents/customEvents.d.ts +0 -3
package/lib/index-CL7JP-Xz.js
DELETED
|
@@ -1,426 +0,0 @@
|
|
|
1
|
-
import { TextAlignRightIcon as k, TextAlignLeftIcon as V, TextAlignJustifyIcon as H, TextAlignCenterIcon as L } from "@radix-ui/react-icons";
|
|
2
|
-
import { NotebookPen as B, ExternalLink as A, X as j, Loader2 as y, WrapText as T, PencilRuler as I, FlipHorizontal as S, FlipVertical as W, CropIcon as P, ChevronUp as R, Paperclip as E, Eye as N, Settings as b, ZoomOut as D, ZoomIn as F, BookMarked as O, Sigma as U, SmilePlusIcon as X, Replace as u, SmilePlus as Z, Frame as G, Columns2 as g, PanelRight as q, PanelLeft as J, Clipboard as K, Copy as Q, GripVertical as _, Plus as Y, Columns4 as $, Columns3 as e0, Heading6 as t0, Heading5 as r0, Heading4 as n0, Heading3 as l0, Heading2 as i0, Heading1 as o0, Pilcrow as c0, ChevronsUpDown as h0, Trash as a0, Trash2 as m0, TableCellsSplit as s0, TableCellsMerge as d0, BetweenVerticalEnd as w0, BetweenVerticalStart as v0, BetweenHorizonalStart as u0, BetweenHorizonalEnd as g0, Unlink as x0, Pencil as p0, Sparkles as C0, Table as f0, Minimize as z0, Maximize as M0, Video as k0, ImageUp as V0, Link as H0, ListTodo as L0, ListOrdered as B0, List as A0, IndentDecrease as j0, IndentIncrease as y0, Type as T0, CodeXml as I0, Code as S0, Superscript as W0, Subscript as P0, ChevronDown as R0, Undo2 as E0, Redo2 as N0, PaintRoller as b0, Eraser as D0, Minus as F0, Strikethrough as O0, Quote as U0, Underline as X0, Italic as Z0, LoaderCircle as G0, Bold as q0 } from "lucide-react";
|
|
3
|
-
import { jsx as e, jsxs as a } from "react/jsx-runtime";
|
|
4
|
-
import { j as J0 } from "./clsx-DSzxBzvL.js";
|
|
5
|
-
function K0(t) {
|
|
6
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...t, children: /* @__PURE__ */ e(
|
|
7
|
-
"path",
|
|
8
|
-
{
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
d: "M19 12h-2v3h-3v2h5zM7 9h3V7H5v5h2zm14-6H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H3V5h18z"
|
|
11
|
-
}
|
|
12
|
-
) });
|
|
13
|
-
}
|
|
14
|
-
function Q0(t) {
|
|
15
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...t, children: /* @__PURE__ */ e(
|
|
16
|
-
"path",
|
|
17
|
-
{
|
|
18
|
-
fill: "none",
|
|
19
|
-
stroke: "currentColor",
|
|
20
|
-
strokeLinecap: "round",
|
|
21
|
-
strokeLinejoin: "round",
|
|
22
|
-
strokeWidth: "2",
|
|
23
|
-
d: "M6 15h15m0 4H6m9-8h6m0-4h-6M9 9h1a1 1 0 1 1-1 1V7.5a2 2 0 0 1 2-2M3 9h1a1 1 0 1 1-1 1V7.5a2 2 0 0 1 2-2"
|
|
24
|
-
}
|
|
25
|
-
) });
|
|
26
|
-
}
|
|
27
|
-
function _0() {
|
|
28
|
-
return /* @__PURE__ */ e(
|
|
29
|
-
"svg",
|
|
30
|
-
{
|
|
31
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
33
|
-
"aria-hidden": "true",
|
|
34
|
-
role: "img",
|
|
35
|
-
className: "richtext-w-4 richtext-h-4",
|
|
36
|
-
width: "1em",
|
|
37
|
-
height: "1em",
|
|
38
|
-
viewBox: "0 0 24 24",
|
|
39
|
-
children: /* @__PURE__ */ e(
|
|
40
|
-
"path",
|
|
41
|
-
{
|
|
42
|
-
fill: "none",
|
|
43
|
-
stroke: "currentColor",
|
|
44
|
-
strokeLinecap: "round",
|
|
45
|
-
strokeLinejoin: "round",
|
|
46
|
-
strokeWidth: "1.5",
|
|
47
|
-
d: "M5.5 3c1.404 0 2.107 0 2.611.38c.219.164.406.375.552.62C9 4.568 9 5.358 9 6.938v10.125c0 1.58 0 2.37-.337 2.937a2.1 2.1 0 0 1-.552.621c-.504.38-1.207.38-2.611.38s-2.107 0-2.611-.38a2.1 2.1 0 0 1-.552-.62C2 19.432 2 18.642 2 17.062V6.938c0-1.58 0-2.37.337-2.938a2.1 2.1 0 0 1 .552-.62C3.393 3 4.096 3 5.5 3M20 11.938v5.124c0 1.58 0 2.37-.337 2.938a2.1 2.1 0 0 1-.552.62c-.504.38-1.207.38-2.611.38s-2.107 0-2.611-.38a2.1 2.1 0 0 1-.552-.62C13 19.433 13 18.642 13 17.063V6.938c0-1.58 0-2.37.337-2.938M22 9l-6-6m6 0l-6 6",
|
|
48
|
-
color: "currentColor"
|
|
49
|
-
}
|
|
50
|
-
)
|
|
51
|
-
}
|
|
52
|
-
);
|
|
53
|
-
}
|
|
54
|
-
function Y0() {
|
|
55
|
-
return /* @__PURE__ */ e(
|
|
56
|
-
"svg",
|
|
57
|
-
{
|
|
58
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
59
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
60
|
-
"aria-hidden": "true",
|
|
61
|
-
role: "img",
|
|
62
|
-
className: "richtext-w-4 richtext-h-4",
|
|
63
|
-
width: "1em",
|
|
64
|
-
height: "1em",
|
|
65
|
-
viewBox: "0 0 24 24",
|
|
66
|
-
children: /* @__PURE__ */ e(
|
|
67
|
-
"path",
|
|
68
|
-
{
|
|
69
|
-
fill: "none",
|
|
70
|
-
stroke: "currentColor",
|
|
71
|
-
strokeLinecap: "round",
|
|
72
|
-
strokeLinejoin: "round",
|
|
73
|
-
strokeWidth: "1.5",
|
|
74
|
-
d: "M21 18.5c0 1.404 0 2.107-.38 2.611a2.1 2.1 0 0 1-.62.552c-.567.337-1.358.337-2.937.337H6.938c-1.58 0-2.37 0-2.938-.337a2.1 2.1 0 0 1-.62-.552C3 20.607 3 19.904 3 18.5s0-2.107.38-2.611c.163-.218.374-.406.62-.552C4.567 15 5.357 15 6.938 15h10.125c1.58 0 2.37 0 2.937.337c.246.146.457.334.62.552c.38.504.38 1.207.38 2.611M12.063 4H6.937C5.358 4 4.568 4 4 4.337a2.1 2.1 0 0 0-.62.552C3 5.393 3 6.096 3 7.5s0 2.107.38 2.611c.163.218.374.406.62.552C4.567 11 5.357 11 6.938 11h10.125c1.58 0 2.37 0 2.937-.337M21 8l-6-6m6 0l-6 6",
|
|
75
|
-
color: "currentColor"
|
|
76
|
-
}
|
|
77
|
-
)
|
|
78
|
-
}
|
|
79
|
-
);
|
|
80
|
-
}
|
|
81
|
-
function $0(t) {
|
|
82
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...t, children: /* @__PURE__ */ e(
|
|
83
|
-
"path",
|
|
84
|
-
{
|
|
85
|
-
fill: "currentColor",
|
|
86
|
-
d: "M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-.65-10l-2.1 9h-1.4l-1.8-6.79l-1.8 6.79h-1.4l-2.2-9h1.5l1.4 6.81l1.8-6.81h1.3l1.8 6.81l1.4-6.81z"
|
|
87
|
-
}
|
|
88
|
-
) });
|
|
89
|
-
}
|
|
90
|
-
function e1(t) {
|
|
91
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...t, children: /* @__PURE__ */ e(
|
|
92
|
-
"path",
|
|
93
|
-
{
|
|
94
|
-
fill: "currentColor",
|
|
95
|
-
d: "M21 22H3v-2h18zm0-18H3V2h18zm-11 9.7h4l-2-5.4zM11.2 6h1.7l4.7 12h-2l-.9-2.6H9.4L8.5 18h-2z"
|
|
96
|
-
}
|
|
97
|
-
) });
|
|
98
|
-
}
|
|
99
|
-
function t1(t) {
|
|
100
|
-
return /* @__PURE__ */ e(
|
|
101
|
-
"svg",
|
|
102
|
-
{
|
|
103
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
104
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
105
|
-
"aria-hidden": "true",
|
|
106
|
-
role: "img",
|
|
107
|
-
width: "1em",
|
|
108
|
-
height: "1em",
|
|
109
|
-
viewBox: "0 0 48 48",
|
|
110
|
-
...t,
|
|
111
|
-
children: /* @__PURE__ */ e(
|
|
112
|
-
"path",
|
|
113
|
-
{
|
|
114
|
-
fill: "currentColor",
|
|
115
|
-
stroke: "currentColor",
|
|
116
|
-
strokeLinejoin: "round",
|
|
117
|
-
strokeWidth: 4,
|
|
118
|
-
d: "M36 19L24 31L12 19z"
|
|
119
|
-
}
|
|
120
|
-
)
|
|
121
|
-
}
|
|
122
|
-
);
|
|
123
|
-
}
|
|
124
|
-
function r1(t) {
|
|
125
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...t, children: /* @__PURE__ */ e("path", { fill: "currentColor", d: "M9 7v10h6v-2h-4V7z" }) });
|
|
126
|
-
}
|
|
127
|
-
function n1(t) {
|
|
128
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...t, children: /* @__PURE__ */ e(
|
|
129
|
-
"path",
|
|
130
|
-
{
|
|
131
|
-
fill: "currentColor",
|
|
132
|
-
d: "M9 7c-1.1 0-2 .9-2 2v8h2V9h2v7h2V9h2v8h2V9a2 2 0 0 0-2-2z"
|
|
133
|
-
}
|
|
134
|
-
) });
|
|
135
|
-
}
|
|
136
|
-
function l1(t) {
|
|
137
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...t, children: /* @__PURE__ */ e(
|
|
138
|
-
"path",
|
|
139
|
-
{
|
|
140
|
-
fill: "currentColor",
|
|
141
|
-
d: "M11 7c-1.1 0-2 .9-2 2v2a2 2 0 0 0 2 2h2v2H9v2h4c1.11 0 2-.89 2-2v-2a2 2 0 0 0-2-2h-2V9h4V7z"
|
|
142
|
-
}
|
|
143
|
-
) });
|
|
144
|
-
}
|
|
145
|
-
function i1() {
|
|
146
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ e(
|
|
147
|
-
"path",
|
|
148
|
-
{
|
|
149
|
-
fill: "currentColor",
|
|
150
|
-
d: "M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6l1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6l-1.4-1.4z"
|
|
151
|
-
}
|
|
152
|
-
) });
|
|
153
|
-
}
|
|
154
|
-
function o1() {
|
|
155
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ e("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" }) });
|
|
156
|
-
}
|
|
157
|
-
function c1() {
|
|
158
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ e("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" }) });
|
|
159
|
-
}
|
|
160
|
-
function h1() {
|
|
161
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ e("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" }) });
|
|
162
|
-
}
|
|
163
|
-
function a1() {
|
|
164
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ e("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" }) });
|
|
165
|
-
}
|
|
166
|
-
function m1() {
|
|
167
|
-
return /* @__PURE__ */ a("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 32 32", children: [
|
|
168
|
-
/* @__PURE__ */ e("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" }),
|
|
169
|
-
/* @__PURE__ */ e("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" })
|
|
170
|
-
] });
|
|
171
|
-
}
|
|
172
|
-
function s1() {
|
|
173
|
-
return /* @__PURE__ */ a(
|
|
174
|
-
"svg",
|
|
175
|
-
{
|
|
176
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
177
|
-
width: "1em",
|
|
178
|
-
height: "1em",
|
|
179
|
-
className: "icon",
|
|
180
|
-
viewBox: "0 0 1024 1024",
|
|
181
|
-
children: [
|
|
182
|
-
/* @__PURE__ */ e(
|
|
183
|
-
"path",
|
|
184
|
-
{
|
|
185
|
-
fill: "currentColor",
|
|
186
|
-
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"
|
|
187
|
-
}
|
|
188
|
-
),
|
|
189
|
-
/* @__PURE__ */ e(
|
|
190
|
-
"path",
|
|
191
|
-
{
|
|
192
|
-
fill: "currentColor",
|
|
193
|
-
d: "m810.667 913.135-.478.068H201.796c-19.865 0-36.727-11.673-36.727-25.6v-618.36h154.965c51.268 0 92.911-39.39 92.911-87.858v-87.86H810.19c19.797 0 36.522 11.742 36.522 25.669V739.26h61.987V119.262c0-46.421-44.169-84.241-98.51-84.241H328.364l-225.28 194.56v658.09c0 46.285 44.236 84.105 98.713 84.105H810.19c43.759 0 80.554-24.713 93.32-58.573h-92.842zM350.89 94.89v86.562c0 16.11-13.858 29.286-30.925 29.286H216.815L350.959 94.891z"
|
|
194
|
-
}
|
|
195
|
-
)
|
|
196
|
-
]
|
|
197
|
-
}
|
|
198
|
-
);
|
|
199
|
-
}
|
|
200
|
-
function d1() {
|
|
201
|
-
return /* @__PURE__ */ e(
|
|
202
|
-
"svg",
|
|
203
|
-
{
|
|
204
|
-
height: "1em",
|
|
205
|
-
viewBox: "0 0 15 15",
|
|
206
|
-
width: "1em",
|
|
207
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
208
|
-
children: /* @__PURE__ */ e(
|
|
209
|
-
"path",
|
|
210
|
-
{
|
|
211
|
-
d: "M2.5 10.5H2v.5h.5zm2 0v.5H5v-.5zm9-7h.5v-.207l-.146-.147zm-3-3l.354-.354L10.707 0H10.5zM2 6v4.5h1V6zm.5 5h2v-1h-2zm2.5-.5v-2H4v2zM3 7h2V6H3zM2 5V1.5H1V5zm11-1.5V5h1V3.5zM2.5 1h8V0h-8zm7.646-.146l3 3l.708-.708l-3-3zM2 1.5a.5.5 0 0 1 .5-.5V0A1.5 1.5 0 0 0 1 1.5zM1 12v1.5h1V12zm1.5 3h10v-1h-10zM14 13.5V12h-1v1.5zM12.5 15a1.5 1.5 0 0 0 1.5-1.5h-1a.5.5 0 0 1-.5.5zM1 13.5A1.5 1.5 0 0 0 2.5 15v-1a.5.5 0 0 1-.5-.5zM6 7h3V6H6zm0 4h3v-1H6zm1-4.5v4h1v-4zm3.5.5H13V6h-2.5zM10 6v5h1V6zm.5 3H12V8h-1.5z",
|
|
212
|
-
fill: "currentColor"
|
|
213
|
-
}
|
|
214
|
-
)
|
|
215
|
-
}
|
|
216
|
-
);
|
|
217
|
-
}
|
|
218
|
-
function w1() {
|
|
219
|
-
return /* @__PURE__ */ e(
|
|
220
|
-
"svg",
|
|
221
|
-
{
|
|
222
|
-
height: "1em",
|
|
223
|
-
viewBox: "0 0 24 24",
|
|
224
|
-
width: "1em",
|
|
225
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
226
|
-
children: /* @__PURE__ */ a(
|
|
227
|
-
"g",
|
|
228
|
-
{
|
|
229
|
-
fill: "none",
|
|
230
|
-
stroke: "currentColor",
|
|
231
|
-
strokeLinecap: "round",
|
|
232
|
-
strokeLinejoin: "round",
|
|
233
|
-
strokeWidth: "2",
|
|
234
|
-
children: [
|
|
235
|
-
/* @__PURE__ */ e("path", { d: "M14 3v4a1 1 0 0 0 1 1h4" }),
|
|
236
|
-
/* @__PURE__ */ e("path", { d: "M5 12V5a2 2 0 0 1 2-2h7l5 5v4M2 21v-6m3 0v6m-3-3h3m15-3v6h2m-9 0v-6l2 3l2-3v6m-9.5-6h3M9 15v6" })
|
|
237
|
-
]
|
|
238
|
-
}
|
|
239
|
-
)
|
|
240
|
-
}
|
|
241
|
-
);
|
|
242
|
-
}
|
|
243
|
-
function v1() {
|
|
244
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 20 20", children: /* @__PURE__ */ e("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" }) });
|
|
245
|
-
}
|
|
246
|
-
function u1() {
|
|
247
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48", children: /* @__PURE__ */ a("g", { fill: "none", stroke: "currentColor", strokeWidth: "4", children: [
|
|
248
|
-
/* @__PURE__ */ e("circle", { cx: "10", cy: "24", r: "4" }),
|
|
249
|
-
/* @__PURE__ */ e("circle", { cx: "38", cy: "10", r: "4" }),
|
|
250
|
-
/* @__PURE__ */ e("circle", { cx: "38", cy: "24", r: "4" }),
|
|
251
|
-
/* @__PURE__ */ e("circle", { cx: "38", cy: "38", r: "4" }),
|
|
252
|
-
/* @__PURE__ */ e("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M34 38H22V10h12M14 24h20" })
|
|
253
|
-
] }) });
|
|
254
|
-
}
|
|
255
|
-
function g1() {
|
|
256
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 20 20", children: /* @__PURE__ */ e("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" }) });
|
|
257
|
-
}
|
|
258
|
-
function x1() {
|
|
259
|
-
return /* @__PURE__ */ e("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ e("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" }) });
|
|
260
|
-
}
|
|
261
|
-
function p1() {
|
|
262
|
-
return /* @__PURE__ */ e(
|
|
263
|
-
"svg",
|
|
264
|
-
{
|
|
265
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
266
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
267
|
-
"aria-hidden": "true",
|
|
268
|
-
role: "img",
|
|
269
|
-
width: "1em",
|
|
270
|
-
height: "1em",
|
|
271
|
-
viewBox: "0 0 24 24",
|
|
272
|
-
children: /* @__PURE__ */ e(
|
|
273
|
-
"path",
|
|
274
|
-
{
|
|
275
|
-
fill: "currentColor",
|
|
276
|
-
d: "M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-.65-10l-2.1 9h-1.4l-1.8-6.79l-1.8 6.79h-1.4l-2.2-9h1.5l1.4 6.81l1.8-6.81h1.3l1.8 6.81l1.4-6.81z"
|
|
277
|
-
}
|
|
278
|
-
)
|
|
279
|
-
}
|
|
280
|
-
);
|
|
281
|
-
}
|
|
282
|
-
const k1 = {
|
|
283
|
-
Bold: q0,
|
|
284
|
-
LoaderCircle: G0,
|
|
285
|
-
Italic: Z0,
|
|
286
|
-
Underline: X0,
|
|
287
|
-
Quote: U0,
|
|
288
|
-
TextQuote: Q0,
|
|
289
|
-
Strikethrough: O0,
|
|
290
|
-
Minus: F0,
|
|
291
|
-
Eraser: D0,
|
|
292
|
-
PaintRoller: b0,
|
|
293
|
-
Redo2: N0,
|
|
294
|
-
Undo2: E0,
|
|
295
|
-
AlignCenter: L,
|
|
296
|
-
AlignJustify: H,
|
|
297
|
-
AlignLeft: V,
|
|
298
|
-
AlignRight: k,
|
|
299
|
-
ChevronDown: R0,
|
|
300
|
-
Subscript: P0,
|
|
301
|
-
Superscript: W0,
|
|
302
|
-
Code: S0,
|
|
303
|
-
Code2: I0,
|
|
304
|
-
Type: T0,
|
|
305
|
-
IndentIncrease: y0,
|
|
306
|
-
IndentDecrease: j0,
|
|
307
|
-
List: A0,
|
|
308
|
-
ListOrdered: B0,
|
|
309
|
-
ListTodo: L0,
|
|
310
|
-
Link: H0,
|
|
311
|
-
ImageUp: V0,
|
|
312
|
-
Video: k0,
|
|
313
|
-
Maximize: M0,
|
|
314
|
-
Minimize: z0,
|
|
315
|
-
Table: f0,
|
|
316
|
-
Sparkles: C0,
|
|
317
|
-
Pencil: p0,
|
|
318
|
-
Unlink: x0,
|
|
319
|
-
BetweenHorizonalEnd: g0,
|
|
320
|
-
BetweenHorizonalStart: u0,
|
|
321
|
-
BetweenVerticalStart: v0,
|
|
322
|
-
BetweenVerticalEnd: w0,
|
|
323
|
-
TableCellsMerge: d0,
|
|
324
|
-
TableCellsSplit: s0,
|
|
325
|
-
Trash2: m0,
|
|
326
|
-
Trash: a0,
|
|
327
|
-
Replace: u,
|
|
328
|
-
ChevronsUpDown: h0,
|
|
329
|
-
LineHeight: e1,
|
|
330
|
-
Word: $0,
|
|
331
|
-
HeadingParagraph: c0,
|
|
332
|
-
Heading1: o0,
|
|
333
|
-
Heading2: i0,
|
|
334
|
-
Heading3: l0,
|
|
335
|
-
Heading4: n0,
|
|
336
|
-
Heading5: r0,
|
|
337
|
-
Heading6: t0,
|
|
338
|
-
Columns2: g,
|
|
339
|
-
Columns3: e0,
|
|
340
|
-
Columns4: $,
|
|
341
|
-
Plus: Y,
|
|
342
|
-
Grip: _,
|
|
343
|
-
Copy: Q,
|
|
344
|
-
Clipboard: K,
|
|
345
|
-
PanelLeft: J,
|
|
346
|
-
PanelRight: q,
|
|
347
|
-
Columns: g,
|
|
348
|
-
Iframe: G,
|
|
349
|
-
MenuDown: t1,
|
|
350
|
-
SizeS: l1,
|
|
351
|
-
SizeM: n1,
|
|
352
|
-
SizeL: r1,
|
|
353
|
-
AspectRatio: K0,
|
|
354
|
-
Emoji: Z,
|
|
355
|
-
DeleteColumn: _0,
|
|
356
|
-
DeleteRow: Y0,
|
|
357
|
-
SearchAndReplace: u,
|
|
358
|
-
EmojiIcon: X,
|
|
359
|
-
KatexIcon: U,
|
|
360
|
-
ExportPdf: m1,
|
|
361
|
-
ExportWord: s1,
|
|
362
|
-
ImportWord: p1,
|
|
363
|
-
ColumnAddLeft: o1,
|
|
364
|
-
ColumnAddRight: c1,
|
|
365
|
-
BookMarked: O,
|
|
366
|
-
Excalidraw: a1,
|
|
367
|
-
ZoomIn: F,
|
|
368
|
-
ZoomOut: D,
|
|
369
|
-
Settings: b,
|
|
370
|
-
Eye: N,
|
|
371
|
-
TextDirection: h1,
|
|
372
|
-
LeftToRight: v1,
|
|
373
|
-
RightToLeft: g1,
|
|
374
|
-
Attachment: E,
|
|
375
|
-
GifIcon: d1,
|
|
376
|
-
ChevronUp: R,
|
|
377
|
-
Crop: P,
|
|
378
|
-
Mermaid: u1,
|
|
379
|
-
Twitter: x1,
|
|
380
|
-
CodeView: i1,
|
|
381
|
-
FlipX: W,
|
|
382
|
-
FlipY: S,
|
|
383
|
-
PencilRuler: I,
|
|
384
|
-
WrapText: T,
|
|
385
|
-
Loader: y,
|
|
386
|
-
X: j,
|
|
387
|
-
Html: w1,
|
|
388
|
-
ExternalLink: A,
|
|
389
|
-
Callout: B
|
|
390
|
-
}, x = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, p = J0, V1 = (t, l) => (r) => {
|
|
391
|
-
var m;
|
|
392
|
-
if ((l == null ? void 0 : l.variants) == null) return p(t, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
393
|
-
const { variants: d, defaultVariants: c } = l, C = Object.keys(d).map((n) => {
|
|
394
|
-
const i = r == null ? void 0 : r[n], h = c == null ? void 0 : c[n];
|
|
395
|
-
if (i === null) return null;
|
|
396
|
-
const o = x(i) || x(h);
|
|
397
|
-
return d[n][o];
|
|
398
|
-
}), w = r && Object.entries(r).reduce((n, i) => {
|
|
399
|
-
let [h, o] = i;
|
|
400
|
-
return o === void 0 || (n[h] = o), n;
|
|
401
|
-
}, {}), f = l == null || (m = l.compoundVariants) === null || m === void 0 ? void 0 : m.reduce((n, i) => {
|
|
402
|
-
let { class: h, className: o, ...z } = i;
|
|
403
|
-
return Object.entries(z).every((M) => {
|
|
404
|
-
let [v, s] = M;
|
|
405
|
-
return Array.isArray(s) ? s.includes({
|
|
406
|
-
...c,
|
|
407
|
-
...w
|
|
408
|
-
}[v]) : {
|
|
409
|
-
...c,
|
|
410
|
-
...w
|
|
411
|
-
}[v] === s;
|
|
412
|
-
}) ? [
|
|
413
|
-
...n,
|
|
414
|
-
h,
|
|
415
|
-
o
|
|
416
|
-
] : n;
|
|
417
|
-
}, []);
|
|
418
|
-
return p(t, C, f, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
419
|
-
};
|
|
420
|
-
export {
|
|
421
|
-
s1 as E,
|
|
422
|
-
t1 as M,
|
|
423
|
-
m1 as a,
|
|
424
|
-
V1 as c,
|
|
425
|
-
k1 as i
|
|
426
|
-
};
|
package/lib/index-Cn-t3Zxw.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const ie=require("./clsx-CXbNJWDD.cjs"),B=require("./index-NsYff_Ni.cjs"),ae=require("react/jsx-runtime"),z=require("react"),F="-",ce=e=>{const r=ue(e),{conflictingClassGroups:t,conflictingClassGroupModifiers:n}=e;return{getClassGroupId:l=>{const s=l.split(F);return s[0]===""&&s.length!==1&&s.shift(),ee(s,r)||de(l)},getConflictingClassGroupIds:(l,s)=>{const u=t[l]||[];return s&&n[l]?[...u,...n[l]]:u}}},ee=(e,r)=>{var l;if(e.length===0)return r.classGroupId;const t=e[0],n=r.nextPart.get(t),a=n?ee(e.slice(1),n):void 0;if(a)return a;if(r.validators.length===0)return;const o=e.join(F);return(l=r.validators.find(({validator:s})=>s(o)))==null?void 0:l.classGroupId},Y=/^\[(.+)\]$/,de=e=>{if(Y.test(e)){const r=Y.exec(e)[1],t=r==null?void 0:r.substring(0,r.indexOf(":"));if(t)return"arbitrary.."+t}},ue=e=>{const{theme:r,prefix:t}=e,n={nextPart:new Map,validators:[]};return be(Object.entries(e.classGroups),t).forEach(([o,l])=>{q(l,n,o,r)}),n},q=(e,r,t,n)=>{e.forEach(a=>{if(typeof a=="string"){const o=a===""?r:D(r,a);o.classGroupId=t;return}if(typeof a=="function"){if(pe(a)){q(a(n),r,t,n);return}r.validators.push({validator:a,classGroupId:t});return}Object.entries(a).forEach(([o,l])=>{q(l,D(r,o),t,n)})})},D=(e,r)=>{let t=e;return r.split(F).forEach(n=>{t.nextPart.has(n)||t.nextPart.set(n,{nextPart:new Map,validators:[]}),t=t.nextPart.get(n)}),t},pe=e=>e.isThemeGetter,be=(e,r)=>r?e.map(([t,n])=>{const a=n.map(o=>typeof o=="string"?r+o:typeof o=="object"?Object.fromEntries(Object.entries(o).map(([l,s])=>[r+l,s])):o);return[t,a]}):e,ge=e=>{if(e<1)return{get:()=>{},set:()=>{}};let r=0,t=new Map,n=new Map;const a=(o,l)=>{t.set(o,l),r++,r>e&&(r=0,n=t,t=new Map)};return{get(o){let l=t.get(o);if(l!==void 0)return l;if((l=n.get(o))!==void 0)return a(o,l),l},set(o,l){t.has(o)?t.set(o,l):a(o,l)}}},re="!",fe=e=>{const{separator:r,experimentalParseClassName:t}=e,n=r.length===1,a=r[0],o=r.length,l=s=>{const u=[];let g=0,b=0,h;for(let p=0;p<s.length;p++){let m=s[p];if(g===0){if(m===a&&(n||s.slice(p,p+o)===r)){u.push(s.slice(b,p)),b=p+o;continue}if(m==="/"){h=p;continue}}m==="["?g++:m==="]"&&g--}const y=u.length===0?s:s.substring(b),v=y.startsWith(re),w=v?y.substring(1):y,f=h&&h>b?h-b:void 0;return{modifiers:u,hasImportantModifier:v,baseClassName:w,maybePostfixModifierPosition:f}};return t?s=>t({className:s,parseClassName:l}):l},me=e=>{if(e.length<=1)return e;const r=[];let t=[];return e.forEach(n=>{n[0]==="["?(r.push(...t.sort(),n),t=[]):t.push(n)}),r.push(...t.sort()),r},he=e=>({cache:ge(e.cacheSize),parseClassName:fe(e),...ce(e)}),xe=/\s+/,ye=(e,r)=>{const{parseClassName:t,getClassGroupId:n,getConflictingClassGroupIds:a}=r,o=[],l=e.trim().split(xe);let s="";for(let u=l.length-1;u>=0;u-=1){const g=l[u],{modifiers:b,hasImportantModifier:h,baseClassName:y,maybePostfixModifierPosition:v}=t(g);let w=!!v,f=n(w?y.substring(0,v):y);if(!f){if(!w){s=g+(s.length>0?" "+s:s);continue}if(f=n(y),!f){s=g+(s.length>0?" "+s:s);continue}w=!1}const p=me(b).join(":"),m=h?p+re:p,x=m+f;if(o.includes(x))continue;o.push(x);const G=a(f,w);for(let A=0;A<G.length;++A){const N=G[A];o.push(m+N)}s=g+(s.length>0?" "+s:s)}return s};function we(){let e=0,r,t,n="";for(;e<arguments.length;)(r=arguments[e++])&&(t=te(r))&&(n&&(n+=" "),n+=t);return n}const te=e=>{if(typeof e=="string")return e;let r,t="";for(let n=0;n<e.length;n++)e[n]&&(r=te(e[n]))&&(t&&(t+=" "),t+=r);return t};function ve(e,...r){let t,n,a,o=l;function l(u){const g=r.reduce((b,h)=>h(b),e());return t=he(g),n=t.cache.get,a=t.cache.set,o=s,s(u)}function s(u){const g=n(u);if(g)return g;const b=ye(u,t);return a(u,b),b}return function(){return o(we.apply(null,arguments))}}const c=e=>{const r=t=>t[e]||[];return r.isThemeGetter=!0,r},oe=/^\[(?:([a-z-]+):)?(.+)\]$/i,Ce=/^\d+\/\d+$/,ke=new Set(["px","full","screen"]),ze=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Se=/\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$/,Ee=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,Ae=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Me=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,k=e=>M(e)||ke.has(e)||Ce.test(e),S=e=>R(e,"length",Le),M=e=>!!e&&!Number.isNaN(Number(e)),$=e=>R(e,"number",M),I=e=>!!e&&Number.isInteger(Number(e)),Re=e=>e.endsWith("%")&&M(e.slice(0,-1)),i=e=>oe.test(e),E=e=>ze.test(e),Ge=new Set(["length","size","percentage"]),Pe=e=>R(e,Ge,ne),Ie=e=>R(e,"position",ne),je=new Set(["image","url"]),Ne=e=>R(e,je,Ve),Te=e=>R(e,"",We),j=()=>!0,R=(e,r,t)=>{const n=oe.exec(e);return n?n[1]?typeof r=="string"?n[1]===r:r.has(n[1]):t(n[2]):!1},Le=e=>Se.test(e)&&!Ee.test(e),ne=()=>!1,We=e=>Ae.test(e),Ve=e=>Me.test(e),Oe=()=>{const e=c("colors"),r=c("spacing"),t=c("blur"),n=c("brightness"),a=c("borderColor"),o=c("borderRadius"),l=c("borderSpacing"),s=c("borderWidth"),u=c("contrast"),g=c("grayscale"),b=c("hueRotate"),h=c("invert"),y=c("gap"),v=c("gradientColorStops"),w=c("gradientColorStopPositions"),f=c("inset"),p=c("margin"),m=c("opacity"),x=c("padding"),G=c("saturate"),A=c("scale"),N=c("sepia"),U=c("skew"),J=c("space"),X=c("translate"),W=()=>["auto","contain","none"],V=()=>["auto","hidden","clip","visible","scroll"],O=()=>["auto",i,r],d=()=>[i,r],Z=()=>["",k,S],T=()=>["auto",M,i],H=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],L=()=>["solid","dashed","dotted","double","none"],K=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],_=()=>["start","end","center","between","around","evenly","stretch"],P=()=>["","0",i],Q=()=>["auto","avoid","all","avoid-page","page","left","right","column"],C=()=>[M,i];return{cacheSize:500,separator:":",theme:{colors:[j],spacing:[k,S],blur:["none","",E,i],brightness:C(),borderColor:[e],borderRadius:["none","","full",E,i],borderSpacing:d(),borderWidth:Z(),contrast:C(),grayscale:P(),hueRotate:C(),invert:P(),gap:d(),gradientColorStops:[e],gradientColorStopPositions:[Re,S],inset:O(),margin:O(),opacity:C(),padding:d(),saturate:C(),scale:C(),sepia:P(),skew:C(),space:d(),translate:d()},classGroups:{aspect:[{aspect:["auto","square","video",i]}],container:["container"],columns:[{columns:[E]}],"break-after":[{"break-after":Q()}],"break-before":[{"break-before":Q()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...H(),i]}],overflow:[{overflow:V()}],"overflow-x":[{"overflow-x":V()}],"overflow-y":[{"overflow-y":V()}],overscroll:[{overscroll:W()}],"overscroll-x":[{"overscroll-x":W()}],"overscroll-y":[{"overscroll-y":W()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[f]}],"inset-x":[{"inset-x":[f]}],"inset-y":[{"inset-y":[f]}],start:[{start:[f]}],end:[{end:[f]}],top:[{top:[f]}],right:[{right:[f]}],bottom:[{bottom:[f]}],left:[{left:[f]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",I,i]}],basis:[{basis:O()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",i]}],grow:[{grow:P()}],shrink:[{shrink:P()}],order:[{order:["first","last","none",I,i]}],"grid-cols":[{"grid-cols":[j]}],"col-start-end":[{col:["auto",{span:["full",I,i]},i]}],"col-start":[{"col-start":T()}],"col-end":[{"col-end":T()}],"grid-rows":[{"grid-rows":[j]}],"row-start-end":[{row:["auto",{span:[I,i]},i]}],"row-start":[{"row-start":T()}],"row-end":[{"row-end":T()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",i]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",i]}],gap:[{gap:[y]}],"gap-x":[{"gap-x":[y]}],"gap-y":[{"gap-y":[y]}],"justify-content":[{justify:["normal",..._()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",..._(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[..._(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[x]}],px:[{px:[x]}],py:[{py:[x]}],ps:[{ps:[x]}],pe:[{pe:[x]}],pt:[{pt:[x]}],pr:[{pr:[x]}],pb:[{pb:[x]}],pl:[{pl:[x]}],m:[{m:[p]}],mx:[{mx:[p]}],my:[{my:[p]}],ms:[{ms:[p]}],me:[{me:[p]}],mt:[{mt:[p]}],mr:[{mr:[p]}],mb:[{mb:[p]}],ml:[{ml:[p]}],"space-x":[{"space-x":[J]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[J]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",i,r]}],"min-w":[{"min-w":[i,r,"min","max","fit"]}],"max-w":[{"max-w":[i,r,"none","full","min","max","fit","prose",{screen:[E]},E]}],h:[{h:[i,r,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[i,r,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[i,r,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[i,r,"auto","min","max","fit"]}],"font-size":[{text:["base",E,S]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",$]}],"font-family":[{font:[j]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",i]}],"line-clamp":[{"line-clamp":["none",M,$]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",k,i]}],"list-image":[{"list-image":["none",i]}],"list-style-type":[{list:["none","disc","decimal",i]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[m]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[m]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...L(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",k,S]}],"underline-offset":[{"underline-offset":["auto",k,i]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:d()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",i]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",i]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[m]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...H(),Ie]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",Pe]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},Ne]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[w]}],"gradient-via-pos":[{via:[w]}],"gradient-to-pos":[{to:[w]}],"gradient-from":[{from:[v]}],"gradient-via":[{via:[v]}],"gradient-to":[{to:[v]}],rounded:[{rounded:[o]}],"rounded-s":[{"rounded-s":[o]}],"rounded-e":[{"rounded-e":[o]}],"rounded-t":[{"rounded-t":[o]}],"rounded-r":[{"rounded-r":[o]}],"rounded-b":[{"rounded-b":[o]}],"rounded-l":[{"rounded-l":[o]}],"rounded-ss":[{"rounded-ss":[o]}],"rounded-se":[{"rounded-se":[o]}],"rounded-ee":[{"rounded-ee":[o]}],"rounded-es":[{"rounded-es":[o]}],"rounded-tl":[{"rounded-tl":[o]}],"rounded-tr":[{"rounded-tr":[o]}],"rounded-br":[{"rounded-br":[o]}],"rounded-bl":[{"rounded-bl":[o]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-b":[{"border-b":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[m]}],"border-style":[{border:[...L(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[m]}],"divide-style":[{divide:L()}],"border-color":[{border:[a]}],"border-color-x":[{"border-x":[a]}],"border-color-y":[{"border-y":[a]}],"border-color-s":[{"border-s":[a]}],"border-color-e":[{"border-e":[a]}],"border-color-t":[{"border-t":[a]}],"border-color-r":[{"border-r":[a]}],"border-color-b":[{"border-b":[a]}],"border-color-l":[{"border-l":[a]}],"divide-color":[{divide:[a]}],"outline-style":[{outline:["",...L()]}],"outline-offset":[{"outline-offset":[k,i]}],"outline-w":[{outline:[k,S]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:Z()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[m]}],"ring-offset-w":[{"ring-offset":[k,S]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",E,Te]}],"shadow-color":[{shadow:[j]}],opacity:[{opacity:[m]}],"mix-blend":[{"mix-blend":[...K(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":K()}],filter:[{filter:["","none"]}],blur:[{blur:[t]}],brightness:[{brightness:[n]}],contrast:[{contrast:[u]}],"drop-shadow":[{"drop-shadow":["","none",E,i]}],grayscale:[{grayscale:[g]}],"hue-rotate":[{"hue-rotate":[b]}],invert:[{invert:[h]}],saturate:[{saturate:[G]}],sepia:[{sepia:[N]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[t]}],"backdrop-brightness":[{"backdrop-brightness":[n]}],"backdrop-contrast":[{"backdrop-contrast":[u]}],"backdrop-grayscale":[{"backdrop-grayscale":[g]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[b]}],"backdrop-invert":[{"backdrop-invert":[h]}],"backdrop-opacity":[{"backdrop-opacity":[m]}],"backdrop-saturate":[{"backdrop-saturate":[G]}],"backdrop-sepia":[{"backdrop-sepia":[N]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[l]}],"border-spacing-x":[{"border-spacing-x":[l]}],"border-spacing-y":[{"border-spacing-y":[l]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",i]}],duration:[{duration:C()}],ease:[{ease:["linear","in","out","in-out",i]}],delay:[{delay:C()}],animate:[{animate:["none","spin","ping","pulse","bounce",i]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[A]}],"scale-x":[{"scale-x":[A]}],"scale-y":[{"scale-y":[A]}],rotate:[{rotate:[I,i]}],"translate-x":[{"translate-x":[X]}],"translate-y":[{"translate-y":[X]}],"skew-x":[{"skew-x":[U]}],"skew-y":[{"skew-y":[U]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",i]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",i]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":d()}],"scroll-mx":[{"scroll-mx":d()}],"scroll-my":[{"scroll-my":d()}],"scroll-ms":[{"scroll-ms":d()}],"scroll-me":[{"scroll-me":d()}],"scroll-mt":[{"scroll-mt":d()}],"scroll-mr":[{"scroll-mr":d()}],"scroll-mb":[{"scroll-mb":d()}],"scroll-ml":[{"scroll-ml":d()}],"scroll-p":[{"scroll-p":d()}],"scroll-px":[{"scroll-px":d()}],"scroll-py":[{"scroll-py":d()}],"scroll-ps":[{"scroll-ps":d()}],"scroll-pe":[{"scroll-pe":d()}],"scroll-pt":[{"scroll-pt":d()}],"scroll-pr":[{"scroll-pr":d()}],"scroll-pb":[{"scroll-pb":d()}],"scroll-pl":[{"scroll-pl":d()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",i]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[k,S,$]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}},_e=ve(Oe);function $e(...e){return _e(ie.clsx(e))}function se(e){function r(){const o=z.useRef(e),l=z.useCallback(()=>o.current,[]),s=z.useRef(new Set),u=z.useCallback(b=>{o.current={...o.current,...b},s.current.forEach(h=>h())},[]),g=z.useCallback(b=>(s.current.add(b),()=>s.current.delete(b)),[]);return{get:l,set:u,subscribe:g}}const t=z.createContext(null);function n({children:o}){return ae.jsx(t.Provider,{value:r(),children:o})}function a(o){const l=z.useContext(t);if(!l)throw new Error("Store not found");return[z.useSyncExternalStore(l.subscribe,()=>o(l.get()),()=>o(e)),l.set]}return{Provider:n,useStore:a}}se({value:!1});se({value:!1});const le=B.y({value:!1});function qe(){return B.b(le).value}function Be(){return B.S(le)}exports.cn=$e;exports.useEditableEditor=qe;exports.useStoreEditableEditor=Be;
|