reactjs-tiptap-editor 1.0.9 → 1.0.10

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