reactjs-tiptap-editor 1.0.7 → 1.0.9

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