@remarkablejames/editor 0.0.5 → 0.0.7

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 (194) hide show
  1. package/README.md +1 -1
  2. package/lib/ActionMenuButton-D9o3Kwmv.cjs +1 -0
  3. package/lib/{ActionMenuButton-DBZjUu-F.js → ActionMenuButton-nxV91Fqo.js} +10 -9
  4. package/lib/Attachment.cjs +19 -1
  5. package/lib/Attachment.js +270 -7
  6. package/lib/Blockquote.cjs +2 -2
  7. package/lib/Blockquote.js +12 -13
  8. package/lib/Bold.cjs +1 -1
  9. package/lib/Bold.js +10 -11
  10. package/lib/BulletList.cjs +1 -1
  11. package/lib/BulletList.js +8 -9
  12. package/lib/Callout.cjs +1 -1
  13. package/lib/Callout.js +45 -41
  14. package/lib/Clear.cjs +1 -1
  15. package/lib/Clear.js +14 -13
  16. package/lib/Code.cjs +1 -1
  17. package/lib/Code.js +5 -6
  18. package/lib/CodeBlock.cjs +1 -1
  19. package/lib/CodeBlock.js +31 -30
  20. package/lib/CodeView.cjs +1 -1
  21. package/lib/CodeView.js +8 -9
  22. package/lib/Color.cjs +1 -1
  23. package/lib/Color.js +19 -18
  24. package/lib/Column.cjs +1 -1
  25. package/lib/Column.js +8 -9
  26. package/lib/Drawer-Bh-y5bs8.cjs +2 -0
  27. package/lib/{Drawer-DTCwtJEs.js → Drawer-CF6Z_IA2.js} +24 -18
  28. package/lib/Drawer.cjs +1 -1
  29. package/lib/Drawer.js +3 -3
  30. package/lib/Emoji.cjs +1 -1
  31. package/lib/Emoji.js +15 -14
  32. package/lib/Excalidraw.cjs +1 -1
  33. package/lib/Excalidraw.js +33 -28
  34. package/lib/ExportPdf.cjs +3 -3
  35. package/lib/ExportPdf.js +13 -14
  36. package/lib/ExportWord.cjs +1 -1
  37. package/lib/ExportWord.js +6 -6
  38. package/lib/FontFamily.cjs +1 -1
  39. package/lib/FontFamily.js +6 -7
  40. package/lib/FontSize.cjs +1 -1
  41. package/lib/FontSize.js +14 -15
  42. package/lib/Heading.cjs +1 -1
  43. package/lib/Heading.js +26 -26
  44. package/lib/Highlight.cjs +1 -1
  45. package/lib/Highlight.js +23 -22
  46. package/lib/History.cjs +1 -1
  47. package/lib/History.js +11 -11
  48. package/lib/HorizontalRule.cjs +1 -1
  49. package/lib/HorizontalRule.js +9 -10
  50. package/lib/Icon-BvGyfX2j.js +15 -0
  51. package/lib/Icon-wjwoRc9F.cjs +1 -0
  52. package/lib/Iframe-BbfZKbPY.cjs +1 -0
  53. package/lib/{Iframe-D-UYBxiv.js → Iframe-Dfd3LI7b.js} +18 -15
  54. package/lib/Iframe.cjs +1 -1
  55. package/lib/Iframe.js +3 -3
  56. package/lib/Image.cjs +1 -1
  57. package/lib/Image.js +5 -4
  58. package/lib/ImageCropper-CY1ETEjC.cjs +10 -0
  59. package/lib/ImageCropper-DrSdjo9x.js +979 -0
  60. package/lib/ImageGif.cjs +1 -1
  61. package/lib/ImageGif.js +80 -77
  62. package/lib/ImportWord.cjs +1 -1
  63. package/lib/ImportWord.js +28 -26
  64. package/lib/{Indent-Bvt-Qwar.js → Indent-CDVF9DWN.js} +30 -31
  65. package/lib/Indent-Q1VuhSM2.cjs +1 -0
  66. package/lib/Indent.cjs +1 -1
  67. package/lib/Indent.js +2 -2
  68. package/lib/Italic.cjs +1 -1
  69. package/lib/Italic.js +11 -12
  70. package/lib/{Katex-CJDtvu-v.js → Katex-DqhWWAA-.js} +22 -19
  71. package/lib/Katex-K1QU2SB2.cjs +4 -0
  72. package/lib/Katex.cjs +1 -1
  73. package/lib/Katex.js +2 -2
  74. package/lib/LineHeight.cjs +1 -1
  75. package/lib/LineHeight.js +20 -19
  76. package/lib/Link.cjs +1 -1
  77. package/lib/Link.js +2 -2
  78. package/lib/LinkEditBlock-CBYGLs3J.cjs +5 -0
  79. package/lib/{LinkEditBlock-Cdqwj_NU.js → LinkEditBlock-xP0pGVhB.js} +24 -19
  80. package/lib/Mention.js +3 -3
  81. package/lib/{Mermaid-CnMYVX1P.js → Mermaid-BJ6ryVdY.js} +48 -45
  82. package/lib/Mermaid-D3_nLeOW.cjs +2 -0
  83. package/lib/Mermaid.cjs +1 -1
  84. package/lib/Mermaid.js +2 -2
  85. package/lib/MoreMark.cjs +1 -1
  86. package/lib/MoreMark.js +28 -26
  87. package/lib/OrderedList.cjs +1 -1
  88. package/lib/OrderedList.js +10 -11
  89. package/lib/PaywallSeparator.cjs +1 -0
  90. package/lib/PaywallSeparator.js +140 -0
  91. package/lib/SearchAndReplace.cjs +1 -1
  92. package/lib/SearchAndReplace.js +42 -37
  93. package/lib/SlashCommand.cjs +1 -1
  94. package/lib/SlashCommand.js +5 -5
  95. package/lib/SlashCommandNodeView-CUJrDQS7.cjs +1 -0
  96. package/lib/{SlashCommandNodeView-DcoLvt_6.js → SlashCommandNodeView-DS9FqMiY.js} +80 -62
  97. package/lib/Strike.cjs +1 -1
  98. package/lib/Strike.js +11 -12
  99. package/lib/Table-CV6pUoVf.cjs +5 -0
  100. package/lib/{Table-Cu12PvQ_.js → Table-CcG-JNtV.js} +46 -46
  101. package/lib/Table.cjs +1 -1
  102. package/lib/Table.js +1 -1
  103. package/lib/TaskList.cjs +1 -1
  104. package/lib/TaskList.js +11 -12
  105. package/lib/TextAlign.cjs +1 -1
  106. package/lib/TextAlign.js +27 -26
  107. package/lib/TextDirection.cjs +1 -1
  108. package/lib/TextDirection.js +19 -18
  109. package/lib/TextUnderline.cjs +1 -1
  110. package/lib/TextUnderline.js +8 -9
  111. package/lib/{Twitter-CrX4XY1j.js → Twitter-BIL3o833.js} +22 -18
  112. package/lib/Twitter-BfSTqPDh.cjs +1 -0
  113. package/lib/Twitter.cjs +1 -1
  114. package/lib/Twitter.js +2 -2
  115. package/lib/Video-DAKr90QL.js +231 -0
  116. package/lib/Video-HAinT0w6.cjs +1 -0
  117. package/lib/Video.cjs +1 -1
  118. package/lib/Video.js +5 -4
  119. package/lib/bubble.cjs +3 -3
  120. package/lib/bubble.js +86 -77
  121. package/lib/button-090-I3tp.js +35 -0
  122. package/lib/button-B4Sz2ZhW.cjs +1 -0
  123. package/lib/checkbox-BCPsu7yR.cjs +1 -0
  124. package/lib/checkbox-DiXWHAI0.js +29 -0
  125. package/lib/{clsx-BUPZHhq3.js → clsx-m_C5j3RU.js} +24 -24
  126. package/lib/components/RichTextProvider.d.ts +1 -1
  127. package/lib/dialog-C8J59d2J.cjs +1 -0
  128. package/lib/dialog-bDkDW-C_.js +95 -0
  129. package/lib/dom-dataset-BqoJhJXt.cjs +1 -0
  130. package/lib/dom-dataset-CIEeltF6.js +47 -0
  131. package/lib/{dropdown-menu-CVwXaR3Z.js → dropdown-menu-DWt_xj4h.js} +1 -1
  132. package/lib/{dropdown-menu-XIrQk3jr.cjs → dropdown-menu-tUP872Zv.cjs} +1 -1
  133. package/lib/events.constant-Bke62qxm.cjs +1 -0
  134. package/lib/events.constant-CSWD3-ho.js +72 -0
  135. package/lib/extensions/PaywallSeparator/PaywallSeparator.d.ts +35 -0
  136. package/lib/extensions/PaywallSeparator/components/PaywallIcon.d.ts +2 -0
  137. package/lib/extensions/PaywallSeparator/components/PaywallSeparatorView.d.ts +17 -0
  138. package/lib/extensions/PaywallSeparator/components/RichTextPaywallSeparator.d.ts +1 -0
  139. package/lib/extensions/PaywallSeparator/components/index.d.ts +2 -0
  140. package/lib/extensions/PaywallSeparator/index.d.ts +1 -0
  141. package/lib/file-i7e4nQY2.cjs +1 -0
  142. package/lib/file-jDdkhyj7.js +43 -0
  143. package/lib/{index-RkKGy5oa.js → index-B3Ijnbxs.js} +1 -1
  144. package/lib/index-BXh8X1ch.cjs +1 -0
  145. package/lib/{index-Dl3OjzmR.js → index-C1KQsOcg.js} +1 -1
  146. package/lib/{index-D4M4hrH4.js → index-C8FjP66D.js} +1 -1
  147. package/lib/index-jMN4V2hr.js +2763 -0
  148. package/lib/{index-DZj2z9_1.js → index-s3l5RdyW.js} +1 -1
  149. package/lib/index.cjs +4 -4
  150. package/lib/index.js +464 -149
  151. package/lib/input-C_J-pfTx.js +21 -0
  152. package/lib/input-DwLo4r7V.cjs +1 -0
  153. package/lib/isNumber-BTYSVlKo.cjs +1 -0
  154. package/lib/isNumber-WaBzl_0s.js +15 -0
  155. package/lib/label-BgIVynq3.cjs +1 -0
  156. package/lib/label-ClsOg9Hr.js +11 -0
  157. package/lib/{popover-DDT8YRht.js → popover-BC7FRr8B.js} +1 -1
  158. package/lib/{popover-0syCfWYi.cjs → popover-C3A6zzNV.cjs} +1 -1
  159. package/lib/{renderNodeView-dj6AaFSX.js → renderNodeView-C_hPIdEs.js} +2 -2
  160. package/lib/{select-DTNz0ZeE.cjs → select-B8HIWDXf.cjs} +1 -1
  161. package/lib/{select-D9wQw2qB.js → select-DSKqhVGR.js} +1 -1
  162. package/lib/{separator-DRGTEiX4.js → separator-BJWSNjvr.js} +13 -12
  163. package/lib/separator-D6ruF682.cjs +1 -0
  164. package/lib/style.css +1 -1
  165. package/lib/tabs-D1J1iB7B.js +46 -0
  166. package/lib/tabs-IEbMQmNX.cjs +1 -0
  167. package/lib/{textarea-DfVzbMr5.js → textarea-Ch5w3PiI.js} +1 -1
  168. package/lib/{textarea-DpkwluT0.cjs → textarea-CtVdqwSM.cjs} +1 -1
  169. package/lib/theme.cjs +1 -1
  170. package/lib/theme.js +18 -18
  171. package/lib/throttle-CRNq0z-O.js +249 -0
  172. package/lib/throttle-gTTvqDTW.cjs +1 -0
  173. package/lib/toggle-C9tcMm1r.cjs +1 -0
  174. package/lib/toggle-CaSwYCk4.js +89 -0
  175. package/lib/types.d.ts +5 -5
  176. package/lib/{updatePosition-C294Pixi.js → updatePosition-DvfTZHcH.js} +2 -2
  177. package/lib/use-toast-C6zPo25l.cjs +1 -0
  178. package/lib/use-toast-CEOqhXfx.js +97 -0
  179. package/lib/useButtonProps-D-ruygH7.js +165 -0
  180. package/lib/useButtonProps-D9ndBdmA.cjs +1 -0
  181. package/package.json +34 -32
  182. package/lib/ActionMenuButton-C6jGtl3k.cjs +0 -1
  183. package/lib/Drawer-B031ezmA.cjs +0 -2
  184. package/lib/Iframe-BUK2pkOL.cjs +0 -1
  185. package/lib/Indent-_y6N8MIQ.cjs +0 -1
  186. package/lib/Katex-bJXkt-VP.cjs +0 -4
  187. package/lib/LinkEditBlock-ewTApx0K.cjs +0 -5
  188. package/lib/Mermaid-Dwz9o-yM.cjs +0 -2
  189. package/lib/SlashCommandNodeView-BMgQJ4xT.cjs +0 -1
  190. package/lib/Table-B8CHl8jK.cjs +0 -5
  191. package/lib/Twitter-6HYP_upt.cjs +0 -1
  192. package/lib/index-B0d-u29p.js +0 -5425
  193. package/lib/index-De9MZVWQ.cjs +0 -28
  194. package/lib/separator-D8lOAf8f.cjs +0 -1
@@ -0,0 +1,2763 @@
1
+ import { j as ne } from "./clsx-m_C5j3RU.js";
2
+ import { TextAlignRightIcon as de, TextAlignLeftIcon as he, TextAlignJustifyIcon as ue, TextAlignCenterIcon as pe } from "@radix-ui/react-icons";
3
+ import { NotebookPen as me, ExternalLink as ge, X as fe, Loader2 as be, WrapText as we, PencilRuler as ve, FlipHorizontal as xe, FlipVertical as ye, CropIcon as Ce, ChevronUp as ke, Download as ze, Paperclip as Me, Eye as Ve, Settings as Le, ZoomOut as He, ZoomIn as Ae, BookMarked as Se, Sigma as Ie, SmilePlusIcon as Be, Replace as Q, SmilePlus as Pe, Frame as Re, Columns2 as Y, PanelRight as je, PanelLeft as Te, Clipboard as Ge, Copy as Ee, GripVertical as We, Plus as Ne, Columns4 as Oe, Columns3 as Ue, Heading6 as Fe, Heading5 as _e, Heading4 as Xe, Heading3 as $e, Heading2 as Ze, Heading1 as qe, Pilcrow as Je, ChevronsUpDown as De, Trash as Ke, Trash2 as Qe, TableCellsSplit as Ye, TableCellsMerge as er, BetweenVerticalEnd as rr, BetweenVerticalStart as tr, BetweenHorizonalStart as or, BetweenHorizonalEnd as nr, Unlink as lr, Pencil as ir, Sparkles as sr, Table as ar, Minimize as cr, Maximize as dr, Video as hr, ImageUp as ur, Link as pr, ListTodo as mr, ListOrdered as gr, List as fr, IndentDecrease as br, IndentIncrease as wr, Type as vr, CodeXml as xr, Code as yr, Superscript as Cr, Subscript as kr, ChevronDown as zr, Undo2 as Mr, Redo2 as Vr, PaintRoller as Lr, Eraser as Hr, Minus as Ar, Strikethrough as Sr, Quote as Ir, Underline as Br, Italic as Pr, LoaderCircle as Rr, Bold as jr } from "lucide-react";
4
+ import { jsx as l, jsxs as R } from "react/jsx-runtime";
5
+ const _ = "-", Tr = (e) => {
6
+ const t = Er(e), {
7
+ conflictingClassGroups: r,
8
+ conflictingClassGroupModifiers: o
9
+ } = e;
10
+ return {
11
+ getClassGroupId: (c) => {
12
+ const i = c.split(_);
13
+ return i[0] === "" && i.length !== 1 && i.shift(), le(i, t) || Gr(c);
14
+ },
15
+ getConflictingClassGroupIds: (c, i) => {
16
+ const m = r[c] || [];
17
+ return i && o[c] ? [...m, ...o[c]] : m;
18
+ }
19
+ };
20
+ }, le = (e, t) => {
21
+ var c;
22
+ if (e.length === 0)
23
+ return t.classGroupId;
24
+ const r = e[0], o = t.nextPart.get(r), a = o ? le(e.slice(1), o) : void 0;
25
+ if (a)
26
+ return a;
27
+ if (t.validators.length === 0)
28
+ return;
29
+ const n = e.join(_);
30
+ return (c = t.validators.find(({
31
+ validator: i
32
+ }) => i(n))) == null ? void 0 : c.classGroupId;
33
+ }, ee = /^\[(.+)\]$/, Gr = (e) => {
34
+ if (ee.test(e)) {
35
+ const t = ee.exec(e)[1], r = t == null ? void 0 : t.substring(0, t.indexOf(":"));
36
+ if (r)
37
+ return "arbitrary.." + r;
38
+ }
39
+ }, Er = (e) => {
40
+ const {
41
+ theme: t,
42
+ prefix: r
43
+ } = e, o = {
44
+ nextPart: /* @__PURE__ */ new Map(),
45
+ validators: []
46
+ };
47
+ return Nr(Object.entries(e.classGroups), r).forEach(([n, c]) => {
48
+ F(c, o, n, t);
49
+ }), o;
50
+ }, F = (e, t, r, o) => {
51
+ e.forEach((a) => {
52
+ if (typeof a == "string") {
53
+ const n = a === "" ? t : re(t, a);
54
+ n.classGroupId = r;
55
+ return;
56
+ }
57
+ if (typeof a == "function") {
58
+ if (Wr(a)) {
59
+ F(a(o), t, r, o);
60
+ return;
61
+ }
62
+ t.validators.push({
63
+ validator: a,
64
+ classGroupId: r
65
+ });
66
+ return;
67
+ }
68
+ Object.entries(a).forEach(([n, c]) => {
69
+ F(c, re(t, n), r, o);
70
+ });
71
+ });
72
+ }, re = (e, t) => {
73
+ let r = e;
74
+ return t.split(_).forEach((o) => {
75
+ r.nextPart.has(o) || r.nextPart.set(o, {
76
+ nextPart: /* @__PURE__ */ new Map(),
77
+ validators: []
78
+ }), r = r.nextPart.get(o);
79
+ }), r;
80
+ }, Wr = (e) => e.isThemeGetter, Nr = (e, t) => t ? e.map(([r, o]) => {
81
+ const a = o.map((n) => typeof n == "string" ? t + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([c, i]) => [t + c, i])) : n);
82
+ return [r, a];
83
+ }) : e, Or = (e) => {
84
+ if (e < 1)
85
+ return {
86
+ get: () => {
87
+ },
88
+ set: () => {
89
+ }
90
+ };
91
+ let t = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
92
+ const a = (n, c) => {
93
+ r.set(n, c), t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ new Map());
94
+ };
95
+ return {
96
+ get(n) {
97
+ let c = r.get(n);
98
+ if (c !== void 0)
99
+ return c;
100
+ if ((c = o.get(n)) !== void 0)
101
+ return a(n, c), c;
102
+ },
103
+ set(n, c) {
104
+ r.has(n) ? r.set(n, c) : a(n, c);
105
+ }
106
+ };
107
+ }, ie = "!", Ur = (e) => {
108
+ const {
109
+ separator: t,
110
+ experimentalParseClassName: r
111
+ } = e, o = t.length === 1, a = t[0], n = t.length, c = (i) => {
112
+ const m = [];
113
+ let d = 0, g = 0, w;
114
+ for (let h = 0; h < i.length; h++) {
115
+ let v = i[h];
116
+ if (d === 0) {
117
+ if (v === a && (o || i.slice(h, h + n) === t)) {
118
+ m.push(i.slice(g, h)), g = h + n;
119
+ continue;
120
+ }
121
+ if (v === "/") {
122
+ w = h;
123
+ continue;
124
+ }
125
+ }
126
+ v === "[" ? d++ : v === "]" && d--;
127
+ }
128
+ const b = m.length === 0 ? i : i.substring(g), C = b.startsWith(ie), x = C ? b.substring(1) : b, f = w && w > g ? w - g : void 0;
129
+ return {
130
+ modifiers: m,
131
+ hasImportantModifier: C,
132
+ baseClassName: x,
133
+ maybePostfixModifierPosition: f
134
+ };
135
+ };
136
+ return r ? (i) => r({
137
+ className: i,
138
+ parseClassName: c
139
+ }) : c;
140
+ }, Fr = (e) => {
141
+ if (e.length <= 1)
142
+ return e;
143
+ const t = [];
144
+ let r = [];
145
+ return e.forEach((o) => {
146
+ o[0] === "[" ? (t.push(...r.sort(), o), r = []) : r.push(o);
147
+ }), t.push(...r.sort()), t;
148
+ }, _r = (e) => ({
149
+ cache: Or(e.cacheSize),
150
+ parseClassName: Ur(e),
151
+ ...Tr(e)
152
+ }), Xr = /\s+/, $r = (e, t) => {
153
+ const {
154
+ parseClassName: r,
155
+ getClassGroupId: o,
156
+ getConflictingClassGroupIds: a
157
+ } = t, n = [], c = e.trim().split(Xr);
158
+ let i = "";
159
+ for (let m = c.length - 1; m >= 0; m -= 1) {
160
+ const d = c[m], {
161
+ modifiers: g,
162
+ hasImportantModifier: w,
163
+ baseClassName: b,
164
+ maybePostfixModifierPosition: C
165
+ } = r(d);
166
+ let x = !!C, f = o(x ? b.substring(0, C) : b);
167
+ if (!f) {
168
+ if (!x) {
169
+ i = d + (i.length > 0 ? " " + i : i);
170
+ continue;
171
+ }
172
+ if (f = o(b), !f) {
173
+ i = d + (i.length > 0 ? " " + i : i);
174
+ continue;
175
+ }
176
+ x = !1;
177
+ }
178
+ const h = Fr(g).join(":"), v = w ? h + ie : h, y = v + f;
179
+ if (n.includes(y))
180
+ continue;
181
+ n.push(y);
182
+ const S = a(f, x);
183
+ for (let L = 0; L < S.length; ++L) {
184
+ const j = S[L];
185
+ n.push(v + j);
186
+ }
187
+ i = d + (i.length > 0 ? " " + i : i);
188
+ }
189
+ return i;
190
+ };
191
+ function Zr() {
192
+ let e = 0, t, r, o = "";
193
+ for (; e < arguments.length; )
194
+ (t = arguments[e++]) && (r = se(t)) && (o && (o += " "), o += r);
195
+ return o;
196
+ }
197
+ const se = (e) => {
198
+ if (typeof e == "string")
199
+ return e;
200
+ let t, r = "";
201
+ for (let o = 0; o < e.length; o++)
202
+ e[o] && (t = se(e[o])) && (r && (r += " "), r += t);
203
+ return r;
204
+ };
205
+ function qr(e, ...t) {
206
+ let r, o, a, n = c;
207
+ function c(m) {
208
+ const d = t.reduce((g, w) => w(g), e());
209
+ return r = _r(d), o = r.cache.get, a = r.cache.set, n = i, i(m);
210
+ }
211
+ function i(m) {
212
+ const d = o(m);
213
+ if (d)
214
+ return d;
215
+ const g = $r(m, r);
216
+ return a(m, g), g;
217
+ }
218
+ return function() {
219
+ return n(Zr.apply(null, arguments));
220
+ };
221
+ }
222
+ const u = (e) => {
223
+ const t = (r) => r[e] || [];
224
+ return t.isThemeGetter = !0, t;
225
+ }, ae = /^\[(?:([a-z-]+):)?(.+)\]$/i, Jr = /^\d+\/\d+$/, Dr = /* @__PURE__ */ new Set(["px", "full", "screen"]), Kr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Qr = /\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$/, Yr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, et = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, rt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, z = (e) => H(e) || Dr.has(e) || Jr.test(e), M = (e) => A(e, "length", ct), H = (e) => !!e && !Number.isNaN(Number(e)), U = (e) => A(e, "number", H), B = (e) => !!e && Number.isInteger(Number(e)), tt = (e) => e.endsWith("%") && H(e.slice(0, -1)), s = (e) => ae.test(e), V = (e) => Kr.test(e), ot = /* @__PURE__ */ new Set(["length", "size", "percentage"]), nt = (e) => A(e, ot, ce), lt = (e) => A(e, "position", ce), it = /* @__PURE__ */ new Set(["image", "url"]), st = (e) => A(e, it, ht), at = (e) => A(e, "", dt), P = () => !0, A = (e, t, r) => {
226
+ const o = ae.exec(e);
227
+ return o ? o[1] ? typeof t == "string" ? o[1] === t : t.has(o[1]) : r(o[2]) : !1;
228
+ }, ct = (e) => (
229
+ // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
230
+ // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
231
+ // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
232
+ Qr.test(e) && !Yr.test(e)
233
+ ), ce = () => !1, dt = (e) => et.test(e), ht = (e) => rt.test(e), ut = () => {
234
+ const e = u("colors"), t = u("spacing"), r = u("blur"), o = u("brightness"), a = u("borderColor"), n = u("borderRadius"), c = u("borderSpacing"), i = u("borderWidth"), m = u("contrast"), d = u("grayscale"), g = u("hueRotate"), w = u("invert"), b = u("gap"), C = u("gradientColorStops"), x = u("gradientColorStopPositions"), f = u("inset"), h = u("margin"), v = u("opacity"), y = u("padding"), S = u("saturate"), L = u("scale"), j = u("sepia"), X = u("skew"), $ = u("space"), Z = u("translate"), E = () => ["auto", "contain", "none"], W = () => ["auto", "hidden", "clip", "visible", "scroll"], N = () => ["auto", s, t], p = () => [s, t], q = () => ["", z, M], T = () => ["auto", H, s], J = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], G = () => ["solid", "dashed", "dotted", "double", "none"], D = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], O = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], I = () => ["", "0", s], K = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], k = () => [H, s];
235
+ return {
236
+ cacheSize: 500,
237
+ separator: ":",
238
+ theme: {
239
+ colors: [P],
240
+ spacing: [z, M],
241
+ blur: ["none", "", V, s],
242
+ brightness: k(),
243
+ borderColor: [e],
244
+ borderRadius: ["none", "", "full", V, s],
245
+ borderSpacing: p(),
246
+ borderWidth: q(),
247
+ contrast: k(),
248
+ grayscale: I(),
249
+ hueRotate: k(),
250
+ invert: I(),
251
+ gap: p(),
252
+ gradientColorStops: [e],
253
+ gradientColorStopPositions: [tt, M],
254
+ inset: N(),
255
+ margin: N(),
256
+ opacity: k(),
257
+ padding: p(),
258
+ saturate: k(),
259
+ scale: k(),
260
+ sepia: I(),
261
+ skew: k(),
262
+ space: p(),
263
+ translate: p()
264
+ },
265
+ classGroups: {
266
+ // Layout
267
+ /**
268
+ * Aspect Ratio
269
+ * @see https://tailwindcss.com/docs/aspect-ratio
270
+ */
271
+ aspect: [{
272
+ aspect: ["auto", "square", "video", s]
273
+ }],
274
+ /**
275
+ * Container
276
+ * @see https://tailwindcss.com/docs/container
277
+ */
278
+ container: ["container"],
279
+ /**
280
+ * Columns
281
+ * @see https://tailwindcss.com/docs/columns
282
+ */
283
+ columns: [{
284
+ columns: [V]
285
+ }],
286
+ /**
287
+ * Break After
288
+ * @see https://tailwindcss.com/docs/break-after
289
+ */
290
+ "break-after": [{
291
+ "break-after": K()
292
+ }],
293
+ /**
294
+ * Break Before
295
+ * @see https://tailwindcss.com/docs/break-before
296
+ */
297
+ "break-before": [{
298
+ "break-before": K()
299
+ }],
300
+ /**
301
+ * Break Inside
302
+ * @see https://tailwindcss.com/docs/break-inside
303
+ */
304
+ "break-inside": [{
305
+ "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
306
+ }],
307
+ /**
308
+ * Box Decoration Break
309
+ * @see https://tailwindcss.com/docs/box-decoration-break
310
+ */
311
+ "box-decoration": [{
312
+ "box-decoration": ["slice", "clone"]
313
+ }],
314
+ /**
315
+ * Box Sizing
316
+ * @see https://tailwindcss.com/docs/box-sizing
317
+ */
318
+ box: [{
319
+ box: ["border", "content"]
320
+ }],
321
+ /**
322
+ * Display
323
+ * @see https://tailwindcss.com/docs/display
324
+ */
325
+ display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
326
+ /**
327
+ * Floats
328
+ * @see https://tailwindcss.com/docs/float
329
+ */
330
+ float: [{
331
+ float: ["right", "left", "none", "start", "end"]
332
+ }],
333
+ /**
334
+ * Clear
335
+ * @see https://tailwindcss.com/docs/clear
336
+ */
337
+ clear: [{
338
+ clear: ["left", "right", "both", "none", "start", "end"]
339
+ }],
340
+ /**
341
+ * Isolation
342
+ * @see https://tailwindcss.com/docs/isolation
343
+ */
344
+ isolation: ["isolate", "isolation-auto"],
345
+ /**
346
+ * Object Fit
347
+ * @see https://tailwindcss.com/docs/object-fit
348
+ */
349
+ "object-fit": [{
350
+ object: ["contain", "cover", "fill", "none", "scale-down"]
351
+ }],
352
+ /**
353
+ * Object Position
354
+ * @see https://tailwindcss.com/docs/object-position
355
+ */
356
+ "object-position": [{
357
+ object: [...J(), s]
358
+ }],
359
+ /**
360
+ * Overflow
361
+ * @see https://tailwindcss.com/docs/overflow
362
+ */
363
+ overflow: [{
364
+ overflow: W()
365
+ }],
366
+ /**
367
+ * Overflow X
368
+ * @see https://tailwindcss.com/docs/overflow
369
+ */
370
+ "overflow-x": [{
371
+ "overflow-x": W()
372
+ }],
373
+ /**
374
+ * Overflow Y
375
+ * @see https://tailwindcss.com/docs/overflow
376
+ */
377
+ "overflow-y": [{
378
+ "overflow-y": W()
379
+ }],
380
+ /**
381
+ * Overscroll Behavior
382
+ * @see https://tailwindcss.com/docs/overscroll-behavior
383
+ */
384
+ overscroll: [{
385
+ overscroll: E()
386
+ }],
387
+ /**
388
+ * Overscroll Behavior X
389
+ * @see https://tailwindcss.com/docs/overscroll-behavior
390
+ */
391
+ "overscroll-x": [{
392
+ "overscroll-x": E()
393
+ }],
394
+ /**
395
+ * Overscroll Behavior Y
396
+ * @see https://tailwindcss.com/docs/overscroll-behavior
397
+ */
398
+ "overscroll-y": [{
399
+ "overscroll-y": E()
400
+ }],
401
+ /**
402
+ * Position
403
+ * @see https://tailwindcss.com/docs/position
404
+ */
405
+ position: ["static", "fixed", "absolute", "relative", "sticky"],
406
+ /**
407
+ * Top / Right / Bottom / Left
408
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
409
+ */
410
+ inset: [{
411
+ inset: [f]
412
+ }],
413
+ /**
414
+ * Right / Left
415
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
416
+ */
417
+ "inset-x": [{
418
+ "inset-x": [f]
419
+ }],
420
+ /**
421
+ * Top / Bottom
422
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
423
+ */
424
+ "inset-y": [{
425
+ "inset-y": [f]
426
+ }],
427
+ /**
428
+ * Start
429
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
430
+ */
431
+ start: [{
432
+ start: [f]
433
+ }],
434
+ /**
435
+ * End
436
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
437
+ */
438
+ end: [{
439
+ end: [f]
440
+ }],
441
+ /**
442
+ * Top
443
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
444
+ */
445
+ top: [{
446
+ top: [f]
447
+ }],
448
+ /**
449
+ * Right
450
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
451
+ */
452
+ right: [{
453
+ right: [f]
454
+ }],
455
+ /**
456
+ * Bottom
457
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
458
+ */
459
+ bottom: [{
460
+ bottom: [f]
461
+ }],
462
+ /**
463
+ * Left
464
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
465
+ */
466
+ left: [{
467
+ left: [f]
468
+ }],
469
+ /**
470
+ * Visibility
471
+ * @see https://tailwindcss.com/docs/visibility
472
+ */
473
+ visibility: ["visible", "invisible", "collapse"],
474
+ /**
475
+ * Z-Index
476
+ * @see https://tailwindcss.com/docs/z-index
477
+ */
478
+ z: [{
479
+ z: ["auto", B, s]
480
+ }],
481
+ // Flexbox and Grid
482
+ /**
483
+ * Flex Basis
484
+ * @see https://tailwindcss.com/docs/flex-basis
485
+ */
486
+ basis: [{
487
+ basis: N()
488
+ }],
489
+ /**
490
+ * Flex Direction
491
+ * @see https://tailwindcss.com/docs/flex-direction
492
+ */
493
+ "flex-direction": [{
494
+ flex: ["row", "row-reverse", "col", "col-reverse"]
495
+ }],
496
+ /**
497
+ * Flex Wrap
498
+ * @see https://tailwindcss.com/docs/flex-wrap
499
+ */
500
+ "flex-wrap": [{
501
+ flex: ["wrap", "wrap-reverse", "nowrap"]
502
+ }],
503
+ /**
504
+ * Flex
505
+ * @see https://tailwindcss.com/docs/flex
506
+ */
507
+ flex: [{
508
+ flex: ["1", "auto", "initial", "none", s]
509
+ }],
510
+ /**
511
+ * Flex Grow
512
+ * @see https://tailwindcss.com/docs/flex-grow
513
+ */
514
+ grow: [{
515
+ grow: I()
516
+ }],
517
+ /**
518
+ * Flex Shrink
519
+ * @see https://tailwindcss.com/docs/flex-shrink
520
+ */
521
+ shrink: [{
522
+ shrink: I()
523
+ }],
524
+ /**
525
+ * Order
526
+ * @see https://tailwindcss.com/docs/order
527
+ */
528
+ order: [{
529
+ order: ["first", "last", "none", B, s]
530
+ }],
531
+ /**
532
+ * Grid Template Columns
533
+ * @see https://tailwindcss.com/docs/grid-template-columns
534
+ */
535
+ "grid-cols": [{
536
+ "grid-cols": [P]
537
+ }],
538
+ /**
539
+ * Grid Column Start / End
540
+ * @see https://tailwindcss.com/docs/grid-column
541
+ */
542
+ "col-start-end": [{
543
+ col: ["auto", {
544
+ span: ["full", B, s]
545
+ }, s]
546
+ }],
547
+ /**
548
+ * Grid Column Start
549
+ * @see https://tailwindcss.com/docs/grid-column
550
+ */
551
+ "col-start": [{
552
+ "col-start": T()
553
+ }],
554
+ /**
555
+ * Grid Column End
556
+ * @see https://tailwindcss.com/docs/grid-column
557
+ */
558
+ "col-end": [{
559
+ "col-end": T()
560
+ }],
561
+ /**
562
+ * Grid Template Rows
563
+ * @see https://tailwindcss.com/docs/grid-template-rows
564
+ */
565
+ "grid-rows": [{
566
+ "grid-rows": [P]
567
+ }],
568
+ /**
569
+ * Grid Row Start / End
570
+ * @see https://tailwindcss.com/docs/grid-row
571
+ */
572
+ "row-start-end": [{
573
+ row: ["auto", {
574
+ span: [B, s]
575
+ }, s]
576
+ }],
577
+ /**
578
+ * Grid Row Start
579
+ * @see https://tailwindcss.com/docs/grid-row
580
+ */
581
+ "row-start": [{
582
+ "row-start": T()
583
+ }],
584
+ /**
585
+ * Grid Row End
586
+ * @see https://tailwindcss.com/docs/grid-row
587
+ */
588
+ "row-end": [{
589
+ "row-end": T()
590
+ }],
591
+ /**
592
+ * Grid Auto Flow
593
+ * @see https://tailwindcss.com/docs/grid-auto-flow
594
+ */
595
+ "grid-flow": [{
596
+ "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
597
+ }],
598
+ /**
599
+ * Grid Auto Columns
600
+ * @see https://tailwindcss.com/docs/grid-auto-columns
601
+ */
602
+ "auto-cols": [{
603
+ "auto-cols": ["auto", "min", "max", "fr", s]
604
+ }],
605
+ /**
606
+ * Grid Auto Rows
607
+ * @see https://tailwindcss.com/docs/grid-auto-rows
608
+ */
609
+ "auto-rows": [{
610
+ "auto-rows": ["auto", "min", "max", "fr", s]
611
+ }],
612
+ /**
613
+ * Gap
614
+ * @see https://tailwindcss.com/docs/gap
615
+ */
616
+ gap: [{
617
+ gap: [b]
618
+ }],
619
+ /**
620
+ * Gap X
621
+ * @see https://tailwindcss.com/docs/gap
622
+ */
623
+ "gap-x": [{
624
+ "gap-x": [b]
625
+ }],
626
+ /**
627
+ * Gap Y
628
+ * @see https://tailwindcss.com/docs/gap
629
+ */
630
+ "gap-y": [{
631
+ "gap-y": [b]
632
+ }],
633
+ /**
634
+ * Justify Content
635
+ * @see https://tailwindcss.com/docs/justify-content
636
+ */
637
+ "justify-content": [{
638
+ justify: ["normal", ...O()]
639
+ }],
640
+ /**
641
+ * Justify Items
642
+ * @see https://tailwindcss.com/docs/justify-items
643
+ */
644
+ "justify-items": [{
645
+ "justify-items": ["start", "end", "center", "stretch"]
646
+ }],
647
+ /**
648
+ * Justify Self
649
+ * @see https://tailwindcss.com/docs/justify-self
650
+ */
651
+ "justify-self": [{
652
+ "justify-self": ["auto", "start", "end", "center", "stretch"]
653
+ }],
654
+ /**
655
+ * Align Content
656
+ * @see https://tailwindcss.com/docs/align-content
657
+ */
658
+ "align-content": [{
659
+ content: ["normal", ...O(), "baseline"]
660
+ }],
661
+ /**
662
+ * Align Items
663
+ * @see https://tailwindcss.com/docs/align-items
664
+ */
665
+ "align-items": [{
666
+ items: ["start", "end", "center", "baseline", "stretch"]
667
+ }],
668
+ /**
669
+ * Align Self
670
+ * @see https://tailwindcss.com/docs/align-self
671
+ */
672
+ "align-self": [{
673
+ self: ["auto", "start", "end", "center", "stretch", "baseline"]
674
+ }],
675
+ /**
676
+ * Place Content
677
+ * @see https://tailwindcss.com/docs/place-content
678
+ */
679
+ "place-content": [{
680
+ "place-content": [...O(), "baseline"]
681
+ }],
682
+ /**
683
+ * Place Items
684
+ * @see https://tailwindcss.com/docs/place-items
685
+ */
686
+ "place-items": [{
687
+ "place-items": ["start", "end", "center", "baseline", "stretch"]
688
+ }],
689
+ /**
690
+ * Place Self
691
+ * @see https://tailwindcss.com/docs/place-self
692
+ */
693
+ "place-self": [{
694
+ "place-self": ["auto", "start", "end", "center", "stretch"]
695
+ }],
696
+ // Spacing
697
+ /**
698
+ * Padding
699
+ * @see https://tailwindcss.com/docs/padding
700
+ */
701
+ p: [{
702
+ p: [y]
703
+ }],
704
+ /**
705
+ * Padding X
706
+ * @see https://tailwindcss.com/docs/padding
707
+ */
708
+ px: [{
709
+ px: [y]
710
+ }],
711
+ /**
712
+ * Padding Y
713
+ * @see https://tailwindcss.com/docs/padding
714
+ */
715
+ py: [{
716
+ py: [y]
717
+ }],
718
+ /**
719
+ * Padding Start
720
+ * @see https://tailwindcss.com/docs/padding
721
+ */
722
+ ps: [{
723
+ ps: [y]
724
+ }],
725
+ /**
726
+ * Padding End
727
+ * @see https://tailwindcss.com/docs/padding
728
+ */
729
+ pe: [{
730
+ pe: [y]
731
+ }],
732
+ /**
733
+ * Padding Top
734
+ * @see https://tailwindcss.com/docs/padding
735
+ */
736
+ pt: [{
737
+ pt: [y]
738
+ }],
739
+ /**
740
+ * Padding Right
741
+ * @see https://tailwindcss.com/docs/padding
742
+ */
743
+ pr: [{
744
+ pr: [y]
745
+ }],
746
+ /**
747
+ * Padding Bottom
748
+ * @see https://tailwindcss.com/docs/padding
749
+ */
750
+ pb: [{
751
+ pb: [y]
752
+ }],
753
+ /**
754
+ * Padding Left
755
+ * @see https://tailwindcss.com/docs/padding
756
+ */
757
+ pl: [{
758
+ pl: [y]
759
+ }],
760
+ /**
761
+ * Margin
762
+ * @see https://tailwindcss.com/docs/margin
763
+ */
764
+ m: [{
765
+ m: [h]
766
+ }],
767
+ /**
768
+ * Margin X
769
+ * @see https://tailwindcss.com/docs/margin
770
+ */
771
+ mx: [{
772
+ mx: [h]
773
+ }],
774
+ /**
775
+ * Margin Y
776
+ * @see https://tailwindcss.com/docs/margin
777
+ */
778
+ my: [{
779
+ my: [h]
780
+ }],
781
+ /**
782
+ * Margin Start
783
+ * @see https://tailwindcss.com/docs/margin
784
+ */
785
+ ms: [{
786
+ ms: [h]
787
+ }],
788
+ /**
789
+ * Margin End
790
+ * @see https://tailwindcss.com/docs/margin
791
+ */
792
+ me: [{
793
+ me: [h]
794
+ }],
795
+ /**
796
+ * Margin Top
797
+ * @see https://tailwindcss.com/docs/margin
798
+ */
799
+ mt: [{
800
+ mt: [h]
801
+ }],
802
+ /**
803
+ * Margin Right
804
+ * @see https://tailwindcss.com/docs/margin
805
+ */
806
+ mr: [{
807
+ mr: [h]
808
+ }],
809
+ /**
810
+ * Margin Bottom
811
+ * @see https://tailwindcss.com/docs/margin
812
+ */
813
+ mb: [{
814
+ mb: [h]
815
+ }],
816
+ /**
817
+ * Margin Left
818
+ * @see https://tailwindcss.com/docs/margin
819
+ */
820
+ ml: [{
821
+ ml: [h]
822
+ }],
823
+ /**
824
+ * Space Between X
825
+ * @see https://tailwindcss.com/docs/space
826
+ */
827
+ "space-x": [{
828
+ "space-x": [$]
829
+ }],
830
+ /**
831
+ * Space Between X Reverse
832
+ * @see https://tailwindcss.com/docs/space
833
+ */
834
+ "space-x-reverse": ["space-x-reverse"],
835
+ /**
836
+ * Space Between Y
837
+ * @see https://tailwindcss.com/docs/space
838
+ */
839
+ "space-y": [{
840
+ "space-y": [$]
841
+ }],
842
+ /**
843
+ * Space Between Y Reverse
844
+ * @see https://tailwindcss.com/docs/space
845
+ */
846
+ "space-y-reverse": ["space-y-reverse"],
847
+ // Sizing
848
+ /**
849
+ * Width
850
+ * @see https://tailwindcss.com/docs/width
851
+ */
852
+ w: [{
853
+ w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", s, t]
854
+ }],
855
+ /**
856
+ * Min-Width
857
+ * @see https://tailwindcss.com/docs/min-width
858
+ */
859
+ "min-w": [{
860
+ "min-w": [s, t, "min", "max", "fit"]
861
+ }],
862
+ /**
863
+ * Max-Width
864
+ * @see https://tailwindcss.com/docs/max-width
865
+ */
866
+ "max-w": [{
867
+ "max-w": [s, t, "none", "full", "min", "max", "fit", "prose", {
868
+ screen: [V]
869
+ }, V]
870
+ }],
871
+ /**
872
+ * Height
873
+ * @see https://tailwindcss.com/docs/height
874
+ */
875
+ h: [{
876
+ h: [s, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
877
+ }],
878
+ /**
879
+ * Min-Height
880
+ * @see https://tailwindcss.com/docs/min-height
881
+ */
882
+ "min-h": [{
883
+ "min-h": [s, t, "min", "max", "fit", "svh", "lvh", "dvh"]
884
+ }],
885
+ /**
886
+ * Max-Height
887
+ * @see https://tailwindcss.com/docs/max-height
888
+ */
889
+ "max-h": [{
890
+ "max-h": [s, t, "min", "max", "fit", "svh", "lvh", "dvh"]
891
+ }],
892
+ /**
893
+ * Size
894
+ * @see https://tailwindcss.com/docs/size
895
+ */
896
+ size: [{
897
+ size: [s, t, "auto", "min", "max", "fit"]
898
+ }],
899
+ // Typography
900
+ /**
901
+ * Font Size
902
+ * @see https://tailwindcss.com/docs/font-size
903
+ */
904
+ "font-size": [{
905
+ text: ["base", V, M]
906
+ }],
907
+ /**
908
+ * Font Smoothing
909
+ * @see https://tailwindcss.com/docs/font-smoothing
910
+ */
911
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
912
+ /**
913
+ * Font Style
914
+ * @see https://tailwindcss.com/docs/font-style
915
+ */
916
+ "font-style": ["italic", "not-italic"],
917
+ /**
918
+ * Font Weight
919
+ * @see https://tailwindcss.com/docs/font-weight
920
+ */
921
+ "font-weight": [{
922
+ font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", U]
923
+ }],
924
+ /**
925
+ * Font Family
926
+ * @see https://tailwindcss.com/docs/font-family
927
+ */
928
+ "font-family": [{
929
+ font: [P]
930
+ }],
931
+ /**
932
+ * Font Variant Numeric
933
+ * @see https://tailwindcss.com/docs/font-variant-numeric
934
+ */
935
+ "fvn-normal": ["normal-nums"],
936
+ /**
937
+ * Font Variant Numeric
938
+ * @see https://tailwindcss.com/docs/font-variant-numeric
939
+ */
940
+ "fvn-ordinal": ["ordinal"],
941
+ /**
942
+ * Font Variant Numeric
943
+ * @see https://tailwindcss.com/docs/font-variant-numeric
944
+ */
945
+ "fvn-slashed-zero": ["slashed-zero"],
946
+ /**
947
+ * Font Variant Numeric
948
+ * @see https://tailwindcss.com/docs/font-variant-numeric
949
+ */
950
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
951
+ /**
952
+ * Font Variant Numeric
953
+ * @see https://tailwindcss.com/docs/font-variant-numeric
954
+ */
955
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
956
+ /**
957
+ * Font Variant Numeric
958
+ * @see https://tailwindcss.com/docs/font-variant-numeric
959
+ */
960
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
961
+ /**
962
+ * Letter Spacing
963
+ * @see https://tailwindcss.com/docs/letter-spacing
964
+ */
965
+ tracking: [{
966
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", s]
967
+ }],
968
+ /**
969
+ * Line Clamp
970
+ * @see https://tailwindcss.com/docs/line-clamp
971
+ */
972
+ "line-clamp": [{
973
+ "line-clamp": ["none", H, U]
974
+ }],
975
+ /**
976
+ * Line Height
977
+ * @see https://tailwindcss.com/docs/line-height
978
+ */
979
+ leading: [{
980
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose", z, s]
981
+ }],
982
+ /**
983
+ * List Style Image
984
+ * @see https://tailwindcss.com/docs/list-style-image
985
+ */
986
+ "list-image": [{
987
+ "list-image": ["none", s]
988
+ }],
989
+ /**
990
+ * List Style Type
991
+ * @see https://tailwindcss.com/docs/list-style-type
992
+ */
993
+ "list-style-type": [{
994
+ list: ["none", "disc", "decimal", s]
995
+ }],
996
+ /**
997
+ * List Style Position
998
+ * @see https://tailwindcss.com/docs/list-style-position
999
+ */
1000
+ "list-style-position": [{
1001
+ list: ["inside", "outside"]
1002
+ }],
1003
+ /**
1004
+ * Placeholder Color
1005
+ * @deprecated since Tailwind CSS v3.0.0
1006
+ * @see https://tailwindcss.com/docs/placeholder-color
1007
+ */
1008
+ "placeholder-color": [{
1009
+ placeholder: [e]
1010
+ }],
1011
+ /**
1012
+ * Placeholder Opacity
1013
+ * @see https://tailwindcss.com/docs/placeholder-opacity
1014
+ */
1015
+ "placeholder-opacity": [{
1016
+ "placeholder-opacity": [v]
1017
+ }],
1018
+ /**
1019
+ * Text Alignment
1020
+ * @see https://tailwindcss.com/docs/text-align
1021
+ */
1022
+ "text-alignment": [{
1023
+ text: ["left", "center", "right", "justify", "start", "end"]
1024
+ }],
1025
+ /**
1026
+ * Text Color
1027
+ * @see https://tailwindcss.com/docs/text-color
1028
+ */
1029
+ "text-color": [{
1030
+ text: [e]
1031
+ }],
1032
+ /**
1033
+ * Text Opacity
1034
+ * @see https://tailwindcss.com/docs/text-opacity
1035
+ */
1036
+ "text-opacity": [{
1037
+ "text-opacity": [v]
1038
+ }],
1039
+ /**
1040
+ * Text Decoration
1041
+ * @see https://tailwindcss.com/docs/text-decoration
1042
+ */
1043
+ "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1044
+ /**
1045
+ * Text Decoration Style
1046
+ * @see https://tailwindcss.com/docs/text-decoration-style
1047
+ */
1048
+ "text-decoration-style": [{
1049
+ decoration: [...G(), "wavy"]
1050
+ }],
1051
+ /**
1052
+ * Text Decoration Thickness
1053
+ * @see https://tailwindcss.com/docs/text-decoration-thickness
1054
+ */
1055
+ "text-decoration-thickness": [{
1056
+ decoration: ["auto", "from-font", z, M]
1057
+ }],
1058
+ /**
1059
+ * Text Underline Offset
1060
+ * @see https://tailwindcss.com/docs/text-underline-offset
1061
+ */
1062
+ "underline-offset": [{
1063
+ "underline-offset": ["auto", z, s]
1064
+ }],
1065
+ /**
1066
+ * Text Decoration Color
1067
+ * @see https://tailwindcss.com/docs/text-decoration-color
1068
+ */
1069
+ "text-decoration-color": [{
1070
+ decoration: [e]
1071
+ }],
1072
+ /**
1073
+ * Text Transform
1074
+ * @see https://tailwindcss.com/docs/text-transform
1075
+ */
1076
+ "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1077
+ /**
1078
+ * Text Overflow
1079
+ * @see https://tailwindcss.com/docs/text-overflow
1080
+ */
1081
+ "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1082
+ /**
1083
+ * Text Wrap
1084
+ * @see https://tailwindcss.com/docs/text-wrap
1085
+ */
1086
+ "text-wrap": [{
1087
+ text: ["wrap", "nowrap", "balance", "pretty"]
1088
+ }],
1089
+ /**
1090
+ * Text Indent
1091
+ * @see https://tailwindcss.com/docs/text-indent
1092
+ */
1093
+ indent: [{
1094
+ indent: p()
1095
+ }],
1096
+ /**
1097
+ * Vertical Alignment
1098
+ * @see https://tailwindcss.com/docs/vertical-align
1099
+ */
1100
+ "vertical-align": [{
1101
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", s]
1102
+ }],
1103
+ /**
1104
+ * Whitespace
1105
+ * @see https://tailwindcss.com/docs/whitespace
1106
+ */
1107
+ whitespace: [{
1108
+ whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1109
+ }],
1110
+ /**
1111
+ * Word Break
1112
+ * @see https://tailwindcss.com/docs/word-break
1113
+ */
1114
+ break: [{
1115
+ break: ["normal", "words", "all", "keep"]
1116
+ }],
1117
+ /**
1118
+ * Hyphens
1119
+ * @see https://tailwindcss.com/docs/hyphens
1120
+ */
1121
+ hyphens: [{
1122
+ hyphens: ["none", "manual", "auto"]
1123
+ }],
1124
+ /**
1125
+ * Content
1126
+ * @see https://tailwindcss.com/docs/content
1127
+ */
1128
+ content: [{
1129
+ content: ["none", s]
1130
+ }],
1131
+ // Backgrounds
1132
+ /**
1133
+ * Background Attachment
1134
+ * @see https://tailwindcss.com/docs/background-attachment
1135
+ */
1136
+ "bg-attachment": [{
1137
+ bg: ["fixed", "local", "scroll"]
1138
+ }],
1139
+ /**
1140
+ * Background Clip
1141
+ * @see https://tailwindcss.com/docs/background-clip
1142
+ */
1143
+ "bg-clip": [{
1144
+ "bg-clip": ["border", "padding", "content", "text"]
1145
+ }],
1146
+ /**
1147
+ * Background Opacity
1148
+ * @deprecated since Tailwind CSS v3.0.0
1149
+ * @see https://tailwindcss.com/docs/background-opacity
1150
+ */
1151
+ "bg-opacity": [{
1152
+ "bg-opacity": [v]
1153
+ }],
1154
+ /**
1155
+ * Background Origin
1156
+ * @see https://tailwindcss.com/docs/background-origin
1157
+ */
1158
+ "bg-origin": [{
1159
+ "bg-origin": ["border", "padding", "content"]
1160
+ }],
1161
+ /**
1162
+ * Background Position
1163
+ * @see https://tailwindcss.com/docs/background-position
1164
+ */
1165
+ "bg-position": [{
1166
+ bg: [...J(), lt]
1167
+ }],
1168
+ /**
1169
+ * Background Repeat
1170
+ * @see https://tailwindcss.com/docs/background-repeat
1171
+ */
1172
+ "bg-repeat": [{
1173
+ bg: ["no-repeat", {
1174
+ repeat: ["", "x", "y", "round", "space"]
1175
+ }]
1176
+ }],
1177
+ /**
1178
+ * Background Size
1179
+ * @see https://tailwindcss.com/docs/background-size
1180
+ */
1181
+ "bg-size": [{
1182
+ bg: ["auto", "cover", "contain", nt]
1183
+ }],
1184
+ /**
1185
+ * Background Image
1186
+ * @see https://tailwindcss.com/docs/background-image
1187
+ */
1188
+ "bg-image": [{
1189
+ bg: ["none", {
1190
+ "gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1191
+ }, st]
1192
+ }],
1193
+ /**
1194
+ * Background Color
1195
+ * @see https://tailwindcss.com/docs/background-color
1196
+ */
1197
+ "bg-color": [{
1198
+ bg: [e]
1199
+ }],
1200
+ /**
1201
+ * Gradient Color Stops From Position
1202
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1203
+ */
1204
+ "gradient-from-pos": [{
1205
+ from: [x]
1206
+ }],
1207
+ /**
1208
+ * Gradient Color Stops Via Position
1209
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1210
+ */
1211
+ "gradient-via-pos": [{
1212
+ via: [x]
1213
+ }],
1214
+ /**
1215
+ * Gradient Color Stops To Position
1216
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1217
+ */
1218
+ "gradient-to-pos": [{
1219
+ to: [x]
1220
+ }],
1221
+ /**
1222
+ * Gradient Color Stops From
1223
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1224
+ */
1225
+ "gradient-from": [{
1226
+ from: [C]
1227
+ }],
1228
+ /**
1229
+ * Gradient Color Stops Via
1230
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1231
+ */
1232
+ "gradient-via": [{
1233
+ via: [C]
1234
+ }],
1235
+ /**
1236
+ * Gradient Color Stops To
1237
+ * @see https://tailwindcss.com/docs/gradient-color-stops
1238
+ */
1239
+ "gradient-to": [{
1240
+ to: [C]
1241
+ }],
1242
+ // Borders
1243
+ /**
1244
+ * Border Radius
1245
+ * @see https://tailwindcss.com/docs/border-radius
1246
+ */
1247
+ rounded: [{
1248
+ rounded: [n]
1249
+ }],
1250
+ /**
1251
+ * Border Radius Start
1252
+ * @see https://tailwindcss.com/docs/border-radius
1253
+ */
1254
+ "rounded-s": [{
1255
+ "rounded-s": [n]
1256
+ }],
1257
+ /**
1258
+ * Border Radius End
1259
+ * @see https://tailwindcss.com/docs/border-radius
1260
+ */
1261
+ "rounded-e": [{
1262
+ "rounded-e": [n]
1263
+ }],
1264
+ /**
1265
+ * Border Radius Top
1266
+ * @see https://tailwindcss.com/docs/border-radius
1267
+ */
1268
+ "rounded-t": [{
1269
+ "rounded-t": [n]
1270
+ }],
1271
+ /**
1272
+ * Border Radius Right
1273
+ * @see https://tailwindcss.com/docs/border-radius
1274
+ */
1275
+ "rounded-r": [{
1276
+ "rounded-r": [n]
1277
+ }],
1278
+ /**
1279
+ * Border Radius Bottom
1280
+ * @see https://tailwindcss.com/docs/border-radius
1281
+ */
1282
+ "rounded-b": [{
1283
+ "rounded-b": [n]
1284
+ }],
1285
+ /**
1286
+ * Border Radius Left
1287
+ * @see https://tailwindcss.com/docs/border-radius
1288
+ */
1289
+ "rounded-l": [{
1290
+ "rounded-l": [n]
1291
+ }],
1292
+ /**
1293
+ * Border Radius Start Start
1294
+ * @see https://tailwindcss.com/docs/border-radius
1295
+ */
1296
+ "rounded-ss": [{
1297
+ "rounded-ss": [n]
1298
+ }],
1299
+ /**
1300
+ * Border Radius Start End
1301
+ * @see https://tailwindcss.com/docs/border-radius
1302
+ */
1303
+ "rounded-se": [{
1304
+ "rounded-se": [n]
1305
+ }],
1306
+ /**
1307
+ * Border Radius End End
1308
+ * @see https://tailwindcss.com/docs/border-radius
1309
+ */
1310
+ "rounded-ee": [{
1311
+ "rounded-ee": [n]
1312
+ }],
1313
+ /**
1314
+ * Border Radius End Start
1315
+ * @see https://tailwindcss.com/docs/border-radius
1316
+ */
1317
+ "rounded-es": [{
1318
+ "rounded-es": [n]
1319
+ }],
1320
+ /**
1321
+ * Border Radius Top Left
1322
+ * @see https://tailwindcss.com/docs/border-radius
1323
+ */
1324
+ "rounded-tl": [{
1325
+ "rounded-tl": [n]
1326
+ }],
1327
+ /**
1328
+ * Border Radius Top Right
1329
+ * @see https://tailwindcss.com/docs/border-radius
1330
+ */
1331
+ "rounded-tr": [{
1332
+ "rounded-tr": [n]
1333
+ }],
1334
+ /**
1335
+ * Border Radius Bottom Right
1336
+ * @see https://tailwindcss.com/docs/border-radius
1337
+ */
1338
+ "rounded-br": [{
1339
+ "rounded-br": [n]
1340
+ }],
1341
+ /**
1342
+ * Border Radius Bottom Left
1343
+ * @see https://tailwindcss.com/docs/border-radius
1344
+ */
1345
+ "rounded-bl": [{
1346
+ "rounded-bl": [n]
1347
+ }],
1348
+ /**
1349
+ * Border Width
1350
+ * @see https://tailwindcss.com/docs/border-width
1351
+ */
1352
+ "border-w": [{
1353
+ border: [i]
1354
+ }],
1355
+ /**
1356
+ * Border Width X
1357
+ * @see https://tailwindcss.com/docs/border-width
1358
+ */
1359
+ "border-w-x": [{
1360
+ "border-x": [i]
1361
+ }],
1362
+ /**
1363
+ * Border Width Y
1364
+ * @see https://tailwindcss.com/docs/border-width
1365
+ */
1366
+ "border-w-y": [{
1367
+ "border-y": [i]
1368
+ }],
1369
+ /**
1370
+ * Border Width Start
1371
+ * @see https://tailwindcss.com/docs/border-width
1372
+ */
1373
+ "border-w-s": [{
1374
+ "border-s": [i]
1375
+ }],
1376
+ /**
1377
+ * Border Width End
1378
+ * @see https://tailwindcss.com/docs/border-width
1379
+ */
1380
+ "border-w-e": [{
1381
+ "border-e": [i]
1382
+ }],
1383
+ /**
1384
+ * Border Width Top
1385
+ * @see https://tailwindcss.com/docs/border-width
1386
+ */
1387
+ "border-w-t": [{
1388
+ "border-t": [i]
1389
+ }],
1390
+ /**
1391
+ * Border Width Right
1392
+ * @see https://tailwindcss.com/docs/border-width
1393
+ */
1394
+ "border-w-r": [{
1395
+ "border-r": [i]
1396
+ }],
1397
+ /**
1398
+ * Border Width Bottom
1399
+ * @see https://tailwindcss.com/docs/border-width
1400
+ */
1401
+ "border-w-b": [{
1402
+ "border-b": [i]
1403
+ }],
1404
+ /**
1405
+ * Border Width Left
1406
+ * @see https://tailwindcss.com/docs/border-width
1407
+ */
1408
+ "border-w-l": [{
1409
+ "border-l": [i]
1410
+ }],
1411
+ /**
1412
+ * Border Opacity
1413
+ * @see https://tailwindcss.com/docs/border-opacity
1414
+ */
1415
+ "border-opacity": [{
1416
+ "border-opacity": [v]
1417
+ }],
1418
+ /**
1419
+ * Border Style
1420
+ * @see https://tailwindcss.com/docs/border-style
1421
+ */
1422
+ "border-style": [{
1423
+ border: [...G(), "hidden"]
1424
+ }],
1425
+ /**
1426
+ * Divide Width X
1427
+ * @see https://tailwindcss.com/docs/divide-width
1428
+ */
1429
+ "divide-x": [{
1430
+ "divide-x": [i]
1431
+ }],
1432
+ /**
1433
+ * Divide Width X Reverse
1434
+ * @see https://tailwindcss.com/docs/divide-width
1435
+ */
1436
+ "divide-x-reverse": ["divide-x-reverse"],
1437
+ /**
1438
+ * Divide Width Y
1439
+ * @see https://tailwindcss.com/docs/divide-width
1440
+ */
1441
+ "divide-y": [{
1442
+ "divide-y": [i]
1443
+ }],
1444
+ /**
1445
+ * Divide Width Y Reverse
1446
+ * @see https://tailwindcss.com/docs/divide-width
1447
+ */
1448
+ "divide-y-reverse": ["divide-y-reverse"],
1449
+ /**
1450
+ * Divide Opacity
1451
+ * @see https://tailwindcss.com/docs/divide-opacity
1452
+ */
1453
+ "divide-opacity": [{
1454
+ "divide-opacity": [v]
1455
+ }],
1456
+ /**
1457
+ * Divide Style
1458
+ * @see https://tailwindcss.com/docs/divide-style
1459
+ */
1460
+ "divide-style": [{
1461
+ divide: G()
1462
+ }],
1463
+ /**
1464
+ * Border Color
1465
+ * @see https://tailwindcss.com/docs/border-color
1466
+ */
1467
+ "border-color": [{
1468
+ border: [a]
1469
+ }],
1470
+ /**
1471
+ * Border Color X
1472
+ * @see https://tailwindcss.com/docs/border-color
1473
+ */
1474
+ "border-color-x": [{
1475
+ "border-x": [a]
1476
+ }],
1477
+ /**
1478
+ * Border Color Y
1479
+ * @see https://tailwindcss.com/docs/border-color
1480
+ */
1481
+ "border-color-y": [{
1482
+ "border-y": [a]
1483
+ }],
1484
+ /**
1485
+ * Border Color S
1486
+ * @see https://tailwindcss.com/docs/border-color
1487
+ */
1488
+ "border-color-s": [{
1489
+ "border-s": [a]
1490
+ }],
1491
+ /**
1492
+ * Border Color E
1493
+ * @see https://tailwindcss.com/docs/border-color
1494
+ */
1495
+ "border-color-e": [{
1496
+ "border-e": [a]
1497
+ }],
1498
+ /**
1499
+ * Border Color Top
1500
+ * @see https://tailwindcss.com/docs/border-color
1501
+ */
1502
+ "border-color-t": [{
1503
+ "border-t": [a]
1504
+ }],
1505
+ /**
1506
+ * Border Color Right
1507
+ * @see https://tailwindcss.com/docs/border-color
1508
+ */
1509
+ "border-color-r": [{
1510
+ "border-r": [a]
1511
+ }],
1512
+ /**
1513
+ * Border Color Bottom
1514
+ * @see https://tailwindcss.com/docs/border-color
1515
+ */
1516
+ "border-color-b": [{
1517
+ "border-b": [a]
1518
+ }],
1519
+ /**
1520
+ * Border Color Left
1521
+ * @see https://tailwindcss.com/docs/border-color
1522
+ */
1523
+ "border-color-l": [{
1524
+ "border-l": [a]
1525
+ }],
1526
+ /**
1527
+ * Divide Color
1528
+ * @see https://tailwindcss.com/docs/divide-color
1529
+ */
1530
+ "divide-color": [{
1531
+ divide: [a]
1532
+ }],
1533
+ /**
1534
+ * Outline Style
1535
+ * @see https://tailwindcss.com/docs/outline-style
1536
+ */
1537
+ "outline-style": [{
1538
+ outline: ["", ...G()]
1539
+ }],
1540
+ /**
1541
+ * Outline Offset
1542
+ * @see https://tailwindcss.com/docs/outline-offset
1543
+ */
1544
+ "outline-offset": [{
1545
+ "outline-offset": [z, s]
1546
+ }],
1547
+ /**
1548
+ * Outline Width
1549
+ * @see https://tailwindcss.com/docs/outline-width
1550
+ */
1551
+ "outline-w": [{
1552
+ outline: [z, M]
1553
+ }],
1554
+ /**
1555
+ * Outline Color
1556
+ * @see https://tailwindcss.com/docs/outline-color
1557
+ */
1558
+ "outline-color": [{
1559
+ outline: [e]
1560
+ }],
1561
+ /**
1562
+ * Ring Width
1563
+ * @see https://tailwindcss.com/docs/ring-width
1564
+ */
1565
+ "ring-w": [{
1566
+ ring: q()
1567
+ }],
1568
+ /**
1569
+ * Ring Width Inset
1570
+ * @see https://tailwindcss.com/docs/ring-width
1571
+ */
1572
+ "ring-w-inset": ["ring-inset"],
1573
+ /**
1574
+ * Ring Color
1575
+ * @see https://tailwindcss.com/docs/ring-color
1576
+ */
1577
+ "ring-color": [{
1578
+ ring: [e]
1579
+ }],
1580
+ /**
1581
+ * Ring Opacity
1582
+ * @see https://tailwindcss.com/docs/ring-opacity
1583
+ */
1584
+ "ring-opacity": [{
1585
+ "ring-opacity": [v]
1586
+ }],
1587
+ /**
1588
+ * Ring Offset Width
1589
+ * @see https://tailwindcss.com/docs/ring-offset-width
1590
+ */
1591
+ "ring-offset-w": [{
1592
+ "ring-offset": [z, M]
1593
+ }],
1594
+ /**
1595
+ * Ring Offset Color
1596
+ * @see https://tailwindcss.com/docs/ring-offset-color
1597
+ */
1598
+ "ring-offset-color": [{
1599
+ "ring-offset": [e]
1600
+ }],
1601
+ // Effects
1602
+ /**
1603
+ * Box Shadow
1604
+ * @see https://tailwindcss.com/docs/box-shadow
1605
+ */
1606
+ shadow: [{
1607
+ shadow: ["", "inner", "none", V, at]
1608
+ }],
1609
+ /**
1610
+ * Box Shadow Color
1611
+ * @see https://tailwindcss.com/docs/box-shadow-color
1612
+ */
1613
+ "shadow-color": [{
1614
+ shadow: [P]
1615
+ }],
1616
+ /**
1617
+ * Opacity
1618
+ * @see https://tailwindcss.com/docs/opacity
1619
+ */
1620
+ opacity: [{
1621
+ opacity: [v]
1622
+ }],
1623
+ /**
1624
+ * Mix Blend Mode
1625
+ * @see https://tailwindcss.com/docs/mix-blend-mode
1626
+ */
1627
+ "mix-blend": [{
1628
+ "mix-blend": [...D(), "plus-lighter", "plus-darker"]
1629
+ }],
1630
+ /**
1631
+ * Background Blend Mode
1632
+ * @see https://tailwindcss.com/docs/background-blend-mode
1633
+ */
1634
+ "bg-blend": [{
1635
+ "bg-blend": D()
1636
+ }],
1637
+ // Filters
1638
+ /**
1639
+ * Filter
1640
+ * @deprecated since Tailwind CSS v3.0.0
1641
+ * @see https://tailwindcss.com/docs/filter
1642
+ */
1643
+ filter: [{
1644
+ filter: ["", "none"]
1645
+ }],
1646
+ /**
1647
+ * Blur
1648
+ * @see https://tailwindcss.com/docs/blur
1649
+ */
1650
+ blur: [{
1651
+ blur: [r]
1652
+ }],
1653
+ /**
1654
+ * Brightness
1655
+ * @see https://tailwindcss.com/docs/brightness
1656
+ */
1657
+ brightness: [{
1658
+ brightness: [o]
1659
+ }],
1660
+ /**
1661
+ * Contrast
1662
+ * @see https://tailwindcss.com/docs/contrast
1663
+ */
1664
+ contrast: [{
1665
+ contrast: [m]
1666
+ }],
1667
+ /**
1668
+ * Drop Shadow
1669
+ * @see https://tailwindcss.com/docs/drop-shadow
1670
+ */
1671
+ "drop-shadow": [{
1672
+ "drop-shadow": ["", "none", V, s]
1673
+ }],
1674
+ /**
1675
+ * Grayscale
1676
+ * @see https://tailwindcss.com/docs/grayscale
1677
+ */
1678
+ grayscale: [{
1679
+ grayscale: [d]
1680
+ }],
1681
+ /**
1682
+ * Hue Rotate
1683
+ * @see https://tailwindcss.com/docs/hue-rotate
1684
+ */
1685
+ "hue-rotate": [{
1686
+ "hue-rotate": [g]
1687
+ }],
1688
+ /**
1689
+ * Invert
1690
+ * @see https://tailwindcss.com/docs/invert
1691
+ */
1692
+ invert: [{
1693
+ invert: [w]
1694
+ }],
1695
+ /**
1696
+ * Saturate
1697
+ * @see https://tailwindcss.com/docs/saturate
1698
+ */
1699
+ saturate: [{
1700
+ saturate: [S]
1701
+ }],
1702
+ /**
1703
+ * Sepia
1704
+ * @see https://tailwindcss.com/docs/sepia
1705
+ */
1706
+ sepia: [{
1707
+ sepia: [j]
1708
+ }],
1709
+ /**
1710
+ * Backdrop Filter
1711
+ * @deprecated since Tailwind CSS v3.0.0
1712
+ * @see https://tailwindcss.com/docs/backdrop-filter
1713
+ */
1714
+ "backdrop-filter": [{
1715
+ "backdrop-filter": ["", "none"]
1716
+ }],
1717
+ /**
1718
+ * Backdrop Blur
1719
+ * @see https://tailwindcss.com/docs/backdrop-blur
1720
+ */
1721
+ "backdrop-blur": [{
1722
+ "backdrop-blur": [r]
1723
+ }],
1724
+ /**
1725
+ * Backdrop Brightness
1726
+ * @see https://tailwindcss.com/docs/backdrop-brightness
1727
+ */
1728
+ "backdrop-brightness": [{
1729
+ "backdrop-brightness": [o]
1730
+ }],
1731
+ /**
1732
+ * Backdrop Contrast
1733
+ * @see https://tailwindcss.com/docs/backdrop-contrast
1734
+ */
1735
+ "backdrop-contrast": [{
1736
+ "backdrop-contrast": [m]
1737
+ }],
1738
+ /**
1739
+ * Backdrop Grayscale
1740
+ * @see https://tailwindcss.com/docs/backdrop-grayscale
1741
+ */
1742
+ "backdrop-grayscale": [{
1743
+ "backdrop-grayscale": [d]
1744
+ }],
1745
+ /**
1746
+ * Backdrop Hue Rotate
1747
+ * @see https://tailwindcss.com/docs/backdrop-hue-rotate
1748
+ */
1749
+ "backdrop-hue-rotate": [{
1750
+ "backdrop-hue-rotate": [g]
1751
+ }],
1752
+ /**
1753
+ * Backdrop Invert
1754
+ * @see https://tailwindcss.com/docs/backdrop-invert
1755
+ */
1756
+ "backdrop-invert": [{
1757
+ "backdrop-invert": [w]
1758
+ }],
1759
+ /**
1760
+ * Backdrop Opacity
1761
+ * @see https://tailwindcss.com/docs/backdrop-opacity
1762
+ */
1763
+ "backdrop-opacity": [{
1764
+ "backdrop-opacity": [v]
1765
+ }],
1766
+ /**
1767
+ * Backdrop Saturate
1768
+ * @see https://tailwindcss.com/docs/backdrop-saturate
1769
+ */
1770
+ "backdrop-saturate": [{
1771
+ "backdrop-saturate": [S]
1772
+ }],
1773
+ /**
1774
+ * Backdrop Sepia
1775
+ * @see https://tailwindcss.com/docs/backdrop-sepia
1776
+ */
1777
+ "backdrop-sepia": [{
1778
+ "backdrop-sepia": [j]
1779
+ }],
1780
+ // Tables
1781
+ /**
1782
+ * Border Collapse
1783
+ * @see https://tailwindcss.com/docs/border-collapse
1784
+ */
1785
+ "border-collapse": [{
1786
+ border: ["collapse", "separate"]
1787
+ }],
1788
+ /**
1789
+ * Border Spacing
1790
+ * @see https://tailwindcss.com/docs/border-spacing
1791
+ */
1792
+ "border-spacing": [{
1793
+ "border-spacing": [c]
1794
+ }],
1795
+ /**
1796
+ * Border Spacing X
1797
+ * @see https://tailwindcss.com/docs/border-spacing
1798
+ */
1799
+ "border-spacing-x": [{
1800
+ "border-spacing-x": [c]
1801
+ }],
1802
+ /**
1803
+ * Border Spacing Y
1804
+ * @see https://tailwindcss.com/docs/border-spacing
1805
+ */
1806
+ "border-spacing-y": [{
1807
+ "border-spacing-y": [c]
1808
+ }],
1809
+ /**
1810
+ * Table Layout
1811
+ * @see https://tailwindcss.com/docs/table-layout
1812
+ */
1813
+ "table-layout": [{
1814
+ table: ["auto", "fixed"]
1815
+ }],
1816
+ /**
1817
+ * Caption Side
1818
+ * @see https://tailwindcss.com/docs/caption-side
1819
+ */
1820
+ caption: [{
1821
+ caption: ["top", "bottom"]
1822
+ }],
1823
+ // Transitions and Animation
1824
+ /**
1825
+ * Tranisition Property
1826
+ * @see https://tailwindcss.com/docs/transition-property
1827
+ */
1828
+ transition: [{
1829
+ transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", s]
1830
+ }],
1831
+ /**
1832
+ * Transition Duration
1833
+ * @see https://tailwindcss.com/docs/transition-duration
1834
+ */
1835
+ duration: [{
1836
+ duration: k()
1837
+ }],
1838
+ /**
1839
+ * Transition Timing Function
1840
+ * @see https://tailwindcss.com/docs/transition-timing-function
1841
+ */
1842
+ ease: [{
1843
+ ease: ["linear", "in", "out", "in-out", s]
1844
+ }],
1845
+ /**
1846
+ * Transition Delay
1847
+ * @see https://tailwindcss.com/docs/transition-delay
1848
+ */
1849
+ delay: [{
1850
+ delay: k()
1851
+ }],
1852
+ /**
1853
+ * Animation
1854
+ * @see https://tailwindcss.com/docs/animation
1855
+ */
1856
+ animate: [{
1857
+ animate: ["none", "spin", "ping", "pulse", "bounce", s]
1858
+ }],
1859
+ // Transforms
1860
+ /**
1861
+ * Transform
1862
+ * @see https://tailwindcss.com/docs/transform
1863
+ */
1864
+ transform: [{
1865
+ transform: ["", "gpu", "none"]
1866
+ }],
1867
+ /**
1868
+ * Scale
1869
+ * @see https://tailwindcss.com/docs/scale
1870
+ */
1871
+ scale: [{
1872
+ scale: [L]
1873
+ }],
1874
+ /**
1875
+ * Scale X
1876
+ * @see https://tailwindcss.com/docs/scale
1877
+ */
1878
+ "scale-x": [{
1879
+ "scale-x": [L]
1880
+ }],
1881
+ /**
1882
+ * Scale Y
1883
+ * @see https://tailwindcss.com/docs/scale
1884
+ */
1885
+ "scale-y": [{
1886
+ "scale-y": [L]
1887
+ }],
1888
+ /**
1889
+ * Rotate
1890
+ * @see https://tailwindcss.com/docs/rotate
1891
+ */
1892
+ rotate: [{
1893
+ rotate: [B, s]
1894
+ }],
1895
+ /**
1896
+ * Translate X
1897
+ * @see https://tailwindcss.com/docs/translate
1898
+ */
1899
+ "translate-x": [{
1900
+ "translate-x": [Z]
1901
+ }],
1902
+ /**
1903
+ * Translate Y
1904
+ * @see https://tailwindcss.com/docs/translate
1905
+ */
1906
+ "translate-y": [{
1907
+ "translate-y": [Z]
1908
+ }],
1909
+ /**
1910
+ * Skew X
1911
+ * @see https://tailwindcss.com/docs/skew
1912
+ */
1913
+ "skew-x": [{
1914
+ "skew-x": [X]
1915
+ }],
1916
+ /**
1917
+ * Skew Y
1918
+ * @see https://tailwindcss.com/docs/skew
1919
+ */
1920
+ "skew-y": [{
1921
+ "skew-y": [X]
1922
+ }],
1923
+ /**
1924
+ * Transform Origin
1925
+ * @see https://tailwindcss.com/docs/transform-origin
1926
+ */
1927
+ "transform-origin": [{
1928
+ origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", s]
1929
+ }],
1930
+ // Interactivity
1931
+ /**
1932
+ * Accent Color
1933
+ * @see https://tailwindcss.com/docs/accent-color
1934
+ */
1935
+ accent: [{
1936
+ accent: ["auto", e]
1937
+ }],
1938
+ /**
1939
+ * Appearance
1940
+ * @see https://tailwindcss.com/docs/appearance
1941
+ */
1942
+ appearance: [{
1943
+ appearance: ["none", "auto"]
1944
+ }],
1945
+ /**
1946
+ * Cursor
1947
+ * @see https://tailwindcss.com/docs/cursor
1948
+ */
1949
+ cursor: [{
1950
+ cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", s]
1951
+ }],
1952
+ /**
1953
+ * Caret Color
1954
+ * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
1955
+ */
1956
+ "caret-color": [{
1957
+ caret: [e]
1958
+ }],
1959
+ /**
1960
+ * Pointer Events
1961
+ * @see https://tailwindcss.com/docs/pointer-events
1962
+ */
1963
+ "pointer-events": [{
1964
+ "pointer-events": ["none", "auto"]
1965
+ }],
1966
+ /**
1967
+ * Resize
1968
+ * @see https://tailwindcss.com/docs/resize
1969
+ */
1970
+ resize: [{
1971
+ resize: ["none", "y", "x", ""]
1972
+ }],
1973
+ /**
1974
+ * Scroll Behavior
1975
+ * @see https://tailwindcss.com/docs/scroll-behavior
1976
+ */
1977
+ "scroll-behavior": [{
1978
+ scroll: ["auto", "smooth"]
1979
+ }],
1980
+ /**
1981
+ * Scroll Margin
1982
+ * @see https://tailwindcss.com/docs/scroll-margin
1983
+ */
1984
+ "scroll-m": [{
1985
+ "scroll-m": p()
1986
+ }],
1987
+ /**
1988
+ * Scroll Margin X
1989
+ * @see https://tailwindcss.com/docs/scroll-margin
1990
+ */
1991
+ "scroll-mx": [{
1992
+ "scroll-mx": p()
1993
+ }],
1994
+ /**
1995
+ * Scroll Margin Y
1996
+ * @see https://tailwindcss.com/docs/scroll-margin
1997
+ */
1998
+ "scroll-my": [{
1999
+ "scroll-my": p()
2000
+ }],
2001
+ /**
2002
+ * Scroll Margin Start
2003
+ * @see https://tailwindcss.com/docs/scroll-margin
2004
+ */
2005
+ "scroll-ms": [{
2006
+ "scroll-ms": p()
2007
+ }],
2008
+ /**
2009
+ * Scroll Margin End
2010
+ * @see https://tailwindcss.com/docs/scroll-margin
2011
+ */
2012
+ "scroll-me": [{
2013
+ "scroll-me": p()
2014
+ }],
2015
+ /**
2016
+ * Scroll Margin Top
2017
+ * @see https://tailwindcss.com/docs/scroll-margin
2018
+ */
2019
+ "scroll-mt": [{
2020
+ "scroll-mt": p()
2021
+ }],
2022
+ /**
2023
+ * Scroll Margin Right
2024
+ * @see https://tailwindcss.com/docs/scroll-margin
2025
+ */
2026
+ "scroll-mr": [{
2027
+ "scroll-mr": p()
2028
+ }],
2029
+ /**
2030
+ * Scroll Margin Bottom
2031
+ * @see https://tailwindcss.com/docs/scroll-margin
2032
+ */
2033
+ "scroll-mb": [{
2034
+ "scroll-mb": p()
2035
+ }],
2036
+ /**
2037
+ * Scroll Margin Left
2038
+ * @see https://tailwindcss.com/docs/scroll-margin
2039
+ */
2040
+ "scroll-ml": [{
2041
+ "scroll-ml": p()
2042
+ }],
2043
+ /**
2044
+ * Scroll Padding
2045
+ * @see https://tailwindcss.com/docs/scroll-padding
2046
+ */
2047
+ "scroll-p": [{
2048
+ "scroll-p": p()
2049
+ }],
2050
+ /**
2051
+ * Scroll Padding X
2052
+ * @see https://tailwindcss.com/docs/scroll-padding
2053
+ */
2054
+ "scroll-px": [{
2055
+ "scroll-px": p()
2056
+ }],
2057
+ /**
2058
+ * Scroll Padding Y
2059
+ * @see https://tailwindcss.com/docs/scroll-padding
2060
+ */
2061
+ "scroll-py": [{
2062
+ "scroll-py": p()
2063
+ }],
2064
+ /**
2065
+ * Scroll Padding Start
2066
+ * @see https://tailwindcss.com/docs/scroll-padding
2067
+ */
2068
+ "scroll-ps": [{
2069
+ "scroll-ps": p()
2070
+ }],
2071
+ /**
2072
+ * Scroll Padding End
2073
+ * @see https://tailwindcss.com/docs/scroll-padding
2074
+ */
2075
+ "scroll-pe": [{
2076
+ "scroll-pe": p()
2077
+ }],
2078
+ /**
2079
+ * Scroll Padding Top
2080
+ * @see https://tailwindcss.com/docs/scroll-padding
2081
+ */
2082
+ "scroll-pt": [{
2083
+ "scroll-pt": p()
2084
+ }],
2085
+ /**
2086
+ * Scroll Padding Right
2087
+ * @see https://tailwindcss.com/docs/scroll-padding
2088
+ */
2089
+ "scroll-pr": [{
2090
+ "scroll-pr": p()
2091
+ }],
2092
+ /**
2093
+ * Scroll Padding Bottom
2094
+ * @see https://tailwindcss.com/docs/scroll-padding
2095
+ */
2096
+ "scroll-pb": [{
2097
+ "scroll-pb": p()
2098
+ }],
2099
+ /**
2100
+ * Scroll Padding Left
2101
+ * @see https://tailwindcss.com/docs/scroll-padding
2102
+ */
2103
+ "scroll-pl": [{
2104
+ "scroll-pl": p()
2105
+ }],
2106
+ /**
2107
+ * Scroll Snap Align
2108
+ * @see https://tailwindcss.com/docs/scroll-snap-align
2109
+ */
2110
+ "snap-align": [{
2111
+ snap: ["start", "end", "center", "align-none"]
2112
+ }],
2113
+ /**
2114
+ * Scroll Snap Stop
2115
+ * @see https://tailwindcss.com/docs/scroll-snap-stop
2116
+ */
2117
+ "snap-stop": [{
2118
+ snap: ["normal", "always"]
2119
+ }],
2120
+ /**
2121
+ * Scroll Snap Type
2122
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2123
+ */
2124
+ "snap-type": [{
2125
+ snap: ["none", "x", "y", "both"]
2126
+ }],
2127
+ /**
2128
+ * Scroll Snap Type Strictness
2129
+ * @see https://tailwindcss.com/docs/scroll-snap-type
2130
+ */
2131
+ "snap-strictness": [{
2132
+ snap: ["mandatory", "proximity"]
2133
+ }],
2134
+ /**
2135
+ * Touch Action
2136
+ * @see https://tailwindcss.com/docs/touch-action
2137
+ */
2138
+ touch: [{
2139
+ touch: ["auto", "none", "manipulation"]
2140
+ }],
2141
+ /**
2142
+ * Touch Action X
2143
+ * @see https://tailwindcss.com/docs/touch-action
2144
+ */
2145
+ "touch-x": [{
2146
+ "touch-pan": ["x", "left", "right"]
2147
+ }],
2148
+ /**
2149
+ * Touch Action Y
2150
+ * @see https://tailwindcss.com/docs/touch-action
2151
+ */
2152
+ "touch-y": [{
2153
+ "touch-pan": ["y", "up", "down"]
2154
+ }],
2155
+ /**
2156
+ * Touch Action Pinch Zoom
2157
+ * @see https://tailwindcss.com/docs/touch-action
2158
+ */
2159
+ "touch-pz": ["touch-pinch-zoom"],
2160
+ /**
2161
+ * User Select
2162
+ * @see https://tailwindcss.com/docs/user-select
2163
+ */
2164
+ select: [{
2165
+ select: ["none", "text", "all", "auto"]
2166
+ }],
2167
+ /**
2168
+ * Will Change
2169
+ * @see https://tailwindcss.com/docs/will-change
2170
+ */
2171
+ "will-change": [{
2172
+ "will-change": ["auto", "scroll", "contents", "transform", s]
2173
+ }],
2174
+ // SVG
2175
+ /**
2176
+ * Fill
2177
+ * @see https://tailwindcss.com/docs/fill
2178
+ */
2179
+ fill: [{
2180
+ fill: [e, "none"]
2181
+ }],
2182
+ /**
2183
+ * Stroke Width
2184
+ * @see https://tailwindcss.com/docs/stroke-width
2185
+ */
2186
+ "stroke-w": [{
2187
+ stroke: [z, M, U]
2188
+ }],
2189
+ /**
2190
+ * Stroke
2191
+ * @see https://tailwindcss.com/docs/stroke
2192
+ */
2193
+ stroke: [{
2194
+ stroke: [e, "none"]
2195
+ }],
2196
+ // Accessibility
2197
+ /**
2198
+ * Screen Readers
2199
+ * @see https://tailwindcss.com/docs/screen-readers
2200
+ */
2201
+ sr: ["sr-only", "not-sr-only"],
2202
+ /**
2203
+ * Forced Color Adjust
2204
+ * @see https://tailwindcss.com/docs/forced-color-adjust
2205
+ */
2206
+ "forced-color-adjust": [{
2207
+ "forced-color-adjust": ["auto", "none"]
2208
+ }]
2209
+ },
2210
+ conflictingClassGroups: {
2211
+ overflow: ["overflow-x", "overflow-y"],
2212
+ overscroll: ["overscroll-x", "overscroll-y"],
2213
+ inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2214
+ "inset-x": ["right", "left"],
2215
+ "inset-y": ["top", "bottom"],
2216
+ flex: ["basis", "grow", "shrink"],
2217
+ gap: ["gap-x", "gap-y"],
2218
+ p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2219
+ px: ["pr", "pl"],
2220
+ py: ["pt", "pb"],
2221
+ m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2222
+ mx: ["mr", "ml"],
2223
+ my: ["mt", "mb"],
2224
+ size: ["w", "h"],
2225
+ "font-size": ["leading"],
2226
+ "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2227
+ "fvn-ordinal": ["fvn-normal"],
2228
+ "fvn-slashed-zero": ["fvn-normal"],
2229
+ "fvn-figure": ["fvn-normal"],
2230
+ "fvn-spacing": ["fvn-normal"],
2231
+ "fvn-fraction": ["fvn-normal"],
2232
+ "line-clamp": ["display", "overflow"],
2233
+ rounded: ["rounded-s", "rounded-e", "rounded-t", "rounded-r", "rounded-b", "rounded-l", "rounded-ss", "rounded-se", "rounded-ee", "rounded-es", "rounded-tl", "rounded-tr", "rounded-br", "rounded-bl"],
2234
+ "rounded-s": ["rounded-ss", "rounded-es"],
2235
+ "rounded-e": ["rounded-se", "rounded-ee"],
2236
+ "rounded-t": ["rounded-tl", "rounded-tr"],
2237
+ "rounded-r": ["rounded-tr", "rounded-br"],
2238
+ "rounded-b": ["rounded-br", "rounded-bl"],
2239
+ "rounded-l": ["rounded-tl", "rounded-bl"],
2240
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
2241
+ "border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2242
+ "border-w-x": ["border-w-r", "border-w-l"],
2243
+ "border-w-y": ["border-w-t", "border-w-b"],
2244
+ "border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2245
+ "border-color-x": ["border-color-r", "border-color-l"],
2246
+ "border-color-y": ["border-color-t", "border-color-b"],
2247
+ "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2248
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
2249
+ "scroll-my": ["scroll-mt", "scroll-mb"],
2250
+ "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2251
+ "scroll-px": ["scroll-pr", "scroll-pl"],
2252
+ "scroll-py": ["scroll-pt", "scroll-pb"],
2253
+ touch: ["touch-x", "touch-y", "touch-pz"],
2254
+ "touch-x": ["touch"],
2255
+ "touch-y": ["touch"],
2256
+ "touch-pz": ["touch"]
2257
+ },
2258
+ conflictingClassGroupModifiers: {
2259
+ "font-size": ["leading"]
2260
+ }
2261
+ };
2262
+ }, pt = /* @__PURE__ */ qr(ut);
2263
+ function Ft(...e) {
2264
+ return pt(ne(e));
2265
+ }
2266
+ function mt(e) {
2267
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ l(
2268
+ "path",
2269
+ {
2270
+ fill: "currentColor",
2271
+ d: "M19 12h-2v3h-3v2h5zM7 9h3V7H5v5h2zm14-6H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H3V5h18z"
2272
+ }
2273
+ ) });
2274
+ }
2275
+ function gt(e) {
2276
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ l(
2277
+ "path",
2278
+ {
2279
+ fill: "none",
2280
+ stroke: "currentColor",
2281
+ strokeLinecap: "round",
2282
+ strokeLinejoin: "round",
2283
+ strokeWidth: "2",
2284
+ d: "M6 15h15m0 4H6m9-8h6m0-4h-6M9 9h1a1 1 0 1 1-1 1V7.5a2 2 0 0 1 2-2M3 9h1a1 1 0 1 1-1 1V7.5a2 2 0 0 1 2-2"
2285
+ }
2286
+ ) });
2287
+ }
2288
+ function ft() {
2289
+ return /* @__PURE__ */ l(
2290
+ "svg",
2291
+ {
2292
+ xmlns: "http://www.w3.org/2000/svg",
2293
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
2294
+ "aria-hidden": "true",
2295
+ role: "img",
2296
+ className: "richtext-h-4 richtext-w-4",
2297
+ width: "1em",
2298
+ height: "1em",
2299
+ viewBox: "0 0 24 24",
2300
+ children: /* @__PURE__ */ l(
2301
+ "path",
2302
+ {
2303
+ fill: "none",
2304
+ stroke: "currentColor",
2305
+ strokeLinecap: "round",
2306
+ strokeLinejoin: "round",
2307
+ strokeWidth: "1.5",
2308
+ d: "M5.5 3c1.404 0 2.107 0 2.611.38c.219.164.406.375.552.62C9 4.568 9 5.358 9 6.938v10.125c0 1.58 0 2.37-.337 2.937a2.1 2.1 0 0 1-.552.621c-.504.38-1.207.38-2.611.38s-2.107 0-2.611-.38a2.1 2.1 0 0 1-.552-.62C2 19.432 2 18.642 2 17.062V6.938c0-1.58 0-2.37.337-2.938a2.1 2.1 0 0 1 .552-.62C3.393 3 4.096 3 5.5 3M20 11.938v5.124c0 1.58 0 2.37-.337 2.938a2.1 2.1 0 0 1-.552.62c-.504.38-1.207.38-2.611.38s-2.107 0-2.611-.38a2.1 2.1 0 0 1-.552-.62C13 19.433 13 18.642 13 17.063V6.938c0-1.58 0-2.37.337-2.938M22 9l-6-6m6 0l-6 6",
2309
+ color: "currentColor"
2310
+ }
2311
+ )
2312
+ }
2313
+ );
2314
+ }
2315
+ function bt() {
2316
+ return /* @__PURE__ */ l(
2317
+ "svg",
2318
+ {
2319
+ xmlns: "http://www.w3.org/2000/svg",
2320
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
2321
+ "aria-hidden": "true",
2322
+ role: "img",
2323
+ className: "richtext-h-4 richtext-w-4",
2324
+ width: "1em",
2325
+ height: "1em",
2326
+ viewBox: "0 0 24 24",
2327
+ children: /* @__PURE__ */ l(
2328
+ "path",
2329
+ {
2330
+ fill: "none",
2331
+ stroke: "currentColor",
2332
+ strokeLinecap: "round",
2333
+ strokeLinejoin: "round",
2334
+ strokeWidth: "1.5",
2335
+ d: "M21 18.5c0 1.404 0 2.107-.38 2.611a2.1 2.1 0 0 1-.62.552c-.567.337-1.358.337-2.937.337H6.938c-1.58 0-2.37 0-2.938-.337a2.1 2.1 0 0 1-.62-.552C3 20.607 3 19.904 3 18.5s0-2.107.38-2.611c.163-.218.374-.406.62-.552C4.567 15 5.357 15 6.938 15h10.125c1.58 0 2.37 0 2.937.337c.246.146.457.334.62.552c.38.504.38 1.207.38 2.611M12.063 4H6.937C5.358 4 4.568 4 4 4.337a2.1 2.1 0 0 0-.62.552C3 5.393 3 6.096 3 7.5s0 2.107.38 2.611c.163.218.374.406.62.552C4.567 11 5.357 11 6.938 11h10.125c1.58 0 2.37 0 2.937-.337M21 8l-6-6m6 0l-6 6",
2336
+ color: "currentColor"
2337
+ }
2338
+ )
2339
+ }
2340
+ );
2341
+ }
2342
+ function wt(e) {
2343
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ l(
2344
+ "path",
2345
+ {
2346
+ fill: "currentColor",
2347
+ d: "M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-.65-10l-2.1 9h-1.4l-1.8-6.79l-1.8 6.79h-1.4l-2.2-9h1.5l1.4 6.81l1.8-6.81h1.3l1.8 6.81l1.4-6.81z"
2348
+ }
2349
+ ) });
2350
+ }
2351
+ function vt(e) {
2352
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ l(
2353
+ "path",
2354
+ {
2355
+ fill: "currentColor",
2356
+ d: "M21 22H3v-2h18zm0-18H3V2h18zm-11 9.7h4l-2-5.4zM11.2 6h1.7l4.7 12h-2l-.9-2.6H9.4L8.5 18h-2z"
2357
+ }
2358
+ ) });
2359
+ }
2360
+ function xt(e) {
2361
+ return /* @__PURE__ */ l(
2362
+ "svg",
2363
+ {
2364
+ xmlns: "http://www.w3.org/2000/svg",
2365
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
2366
+ "aria-hidden": "true",
2367
+ role: "img",
2368
+ width: "1em",
2369
+ height: "1em",
2370
+ viewBox: "0 0 48 48",
2371
+ ...e,
2372
+ children: /* @__PURE__ */ l(
2373
+ "path",
2374
+ {
2375
+ fill: "currentColor",
2376
+ stroke: "currentColor",
2377
+ strokeLinejoin: "round",
2378
+ strokeWidth: 4,
2379
+ d: "M36 19L24 31L12 19z"
2380
+ }
2381
+ )
2382
+ }
2383
+ );
2384
+ }
2385
+ function yt(e) {
2386
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ l("path", { fill: "currentColor", d: "M9 7v10h6v-2h-4V7z" }) });
2387
+ }
2388
+ function Ct(e) {
2389
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ l(
2390
+ "path",
2391
+ {
2392
+ fill: "currentColor",
2393
+ d: "M9 7c-1.1 0-2 .9-2 2v8h2V9h2v7h2V9h2v8h2V9a2 2 0 0 0-2-2z"
2394
+ }
2395
+ ) });
2396
+ }
2397
+ function kt(e) {
2398
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", ...e, children: /* @__PURE__ */ l(
2399
+ "path",
2400
+ {
2401
+ fill: "currentColor",
2402
+ d: "M11 7c-1.1 0-2 .9-2 2v2a2 2 0 0 0 2 2h2v2H9v2h4c1.11 0 2-.89 2-2v-2a2 2 0 0 0-2-2h-2V9h4V7z"
2403
+ }
2404
+ ) });
2405
+ }
2406
+ function zt() {
2407
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
2408
+ "path",
2409
+ {
2410
+ fill: "currentColor",
2411
+ d: "M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6l1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6l-1.4-1.4z"
2412
+ }
2413
+ ) });
2414
+ }
2415
+ function Mt() {
2416
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
2417
+ "path",
2418
+ {
2419
+ fill: "none",
2420
+ stroke: "currentColor",
2421
+ strokeLinecap: "round",
2422
+ strokeLinejoin: "round",
2423
+ strokeWidth: "2",
2424
+ 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"
2425
+ }
2426
+ ) });
2427
+ }
2428
+ function Vt() {
2429
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
2430
+ "path",
2431
+ {
2432
+ fill: "none",
2433
+ stroke: "currentColor",
2434
+ strokeLinecap: "round",
2435
+ strokeLinejoin: "round",
2436
+ strokeWidth: "2",
2437
+ 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"
2438
+ }
2439
+ ) });
2440
+ }
2441
+ function Lt() {
2442
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
2443
+ "path",
2444
+ {
2445
+ fill: "none",
2446
+ stroke: "currentColor",
2447
+ strokeLinecap: "round",
2448
+ strokeLinejoin: "round",
2449
+ strokeWidth: "2",
2450
+ d: "M12 21v-4m0-4V9m0-4V3m-2 18h4M8 5v4h11l2-2l-2-2zm6 8v4H6l-2-2l2-2z"
2451
+ }
2452
+ ) });
2453
+ }
2454
+ function Ht() {
2455
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
2456
+ "path",
2457
+ {
2458
+ fill: "currentColor",
2459
+ 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"
2460
+ }
2461
+ ) });
2462
+ }
2463
+ function At() {
2464
+ return /* @__PURE__ */ R("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 32 32", children: [
2465
+ /* @__PURE__ */ l(
2466
+ "path",
2467
+ {
2468
+ fill: "currentColor",
2469
+ 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"
2470
+ }
2471
+ ),
2472
+ /* @__PURE__ */ l(
2473
+ "path",
2474
+ {
2475
+ fill: "currentColor",
2476
+ 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"
2477
+ }
2478
+ )
2479
+ ] });
2480
+ }
2481
+ function St() {
2482
+ return /* @__PURE__ */ R(
2483
+ "svg",
2484
+ {
2485
+ xmlns: "http://www.w3.org/2000/svg",
2486
+ width: "1em",
2487
+ height: "1em",
2488
+ className: "icon",
2489
+ viewBox: "0 0 1024 1024",
2490
+ children: [
2491
+ /* @__PURE__ */ l(
2492
+ "path",
2493
+ {
2494
+ fill: "currentColor",
2495
+ 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"
2496
+ }
2497
+ ),
2498
+ /* @__PURE__ */ l(
2499
+ "path",
2500
+ {
2501
+ fill: "currentColor",
2502
+ d: "m810.667 913.135-.478.068H201.796c-19.865 0-36.727-11.673-36.727-25.6v-618.36h154.965c51.268 0 92.911-39.39 92.911-87.858v-87.86H810.19c19.797 0 36.522 11.742 36.522 25.669V739.26h61.987V119.262c0-46.421-44.169-84.241-98.51-84.241H328.364l-225.28 194.56v658.09c0 46.285 44.236 84.105 98.713 84.105H810.19c43.759 0 80.554-24.713 93.32-58.573h-92.842zM350.89 94.89v86.562c0 16.11-13.858 29.286-30.925 29.286H216.815L350.959 94.891z"
2503
+ }
2504
+ )
2505
+ ]
2506
+ }
2507
+ );
2508
+ }
2509
+ function It() {
2510
+ return /* @__PURE__ */ l("svg", { height: "1em", viewBox: "0 0 15 15", width: "1em", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ l(
2511
+ "path",
2512
+ {
2513
+ d: "M2.5 10.5H2v.5h.5zm2 0v.5H5v-.5zm9-7h.5v-.207l-.146-.147zm-3-3l.354-.354L10.707 0H10.5zM2 6v4.5h1V6zm.5 5h2v-1h-2zm2.5-.5v-2H4v2zM3 7h2V6H3zM2 5V1.5H1V5zm11-1.5V5h1V3.5zM2.5 1h8V0h-8zm7.646-.146l3 3l.708-.708l-3-3zM2 1.5a.5.5 0 0 1 .5-.5V0A1.5 1.5 0 0 0 1 1.5zM1 12v1.5h1V12zm1.5 3h10v-1h-10zM14 13.5V12h-1v1.5zM12.5 15a1.5 1.5 0 0 0 1.5-1.5h-1a.5.5 0 0 1-.5.5zM1 13.5A1.5 1.5 0 0 0 2.5 15v-1a.5.5 0 0 1-.5-.5zM6 7h3V6H6zm0 4h3v-1H6zm1-4.5v4h1v-4zm3.5.5H13V6h-2.5zM10 6v5h1V6zm.5 3H12V8h-1.5z",
2514
+ fill: "currentColor"
2515
+ }
2516
+ ) });
2517
+ }
2518
+ function Bt() {
2519
+ return /* @__PURE__ */ l("svg", { height: "1em", viewBox: "0 0 24 24", width: "1em", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ R(
2520
+ "g",
2521
+ {
2522
+ fill: "none",
2523
+ stroke: "currentColor",
2524
+ strokeLinecap: "round",
2525
+ strokeLinejoin: "round",
2526
+ strokeWidth: "2",
2527
+ children: [
2528
+ /* @__PURE__ */ l("path", { d: "M14 3v4a1 1 0 0 0 1 1h4" }),
2529
+ /* @__PURE__ */ l("path", { d: "M5 12V5a2 2 0 0 1 2-2h7l5 5v4M2 21v-6m3 0v6m-3-3h3m15-3v6h2m-9 0v-6l2 3l2-3v6m-9.5-6h3M9 15v6" })
2530
+ ]
2531
+ }
2532
+ ) });
2533
+ }
2534
+ function Pt() {
2535
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 20 20", children: /* @__PURE__ */ l(
2536
+ "path",
2537
+ {
2538
+ fill: "currentColor",
2539
+ 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"
2540
+ }
2541
+ ) });
2542
+ }
2543
+ function Rt() {
2544
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48", children: /* @__PURE__ */ R("g", { fill: "none", stroke: "currentColor", strokeWidth: "4", children: [
2545
+ /* @__PURE__ */ l("circle", { cx: "10", cy: "24", r: "4" }),
2546
+ /* @__PURE__ */ l("circle", { cx: "38", cy: "10", r: "4" }),
2547
+ /* @__PURE__ */ l("circle", { cx: "38", cy: "24", r: "4" }),
2548
+ /* @__PURE__ */ l("circle", { cx: "38", cy: "38", r: "4" }),
2549
+ /* @__PURE__ */ l("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M34 38H22V10h12M14 24h20" })
2550
+ ] }) });
2551
+ }
2552
+ function jt() {
2553
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 20 20", children: /* @__PURE__ */ l(
2554
+ "path",
2555
+ {
2556
+ fill: "currentColor",
2557
+ 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"
2558
+ }
2559
+ ) });
2560
+ }
2561
+ function Tt() {
2562
+ return /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", children: /* @__PURE__ */ l(
2563
+ "path",
2564
+ {
2565
+ fill: "none",
2566
+ stroke: "currentColor",
2567
+ strokeLinecap: "round",
2568
+ strokeLinejoin: "round",
2569
+ strokeWidth: "1.5",
2570
+ 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",
2571
+ color: "currentColor"
2572
+ }
2573
+ ) });
2574
+ }
2575
+ function Gt() {
2576
+ return /* @__PURE__ */ l(
2577
+ "svg",
2578
+ {
2579
+ xmlns: "http://www.w3.org/2000/svg",
2580
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
2581
+ "aria-hidden": "true",
2582
+ role: "img",
2583
+ width: "1em",
2584
+ height: "1em",
2585
+ viewBox: "0 0 24 24",
2586
+ children: /* @__PURE__ */ l(
2587
+ "path",
2588
+ {
2589
+ fill: "currentColor",
2590
+ d: "M14 2H6a2 2 0 0 0-2 2v16c0 1.11.89 2 2 2h12c1.11 0 2-.89 2-2V8zm4 18H6V4h7v5h5zm-.65-10l-2.1 9h-1.4l-1.8-6.79l-1.8 6.79h-1.4l-2.2-9h1.5l1.4 6.81l1.8-6.81h1.3l1.8 6.81l1.4-6.81z"
2591
+ }
2592
+ )
2593
+ }
2594
+ );
2595
+ }
2596
+ function Et(e) {
2597
+ return /* @__PURE__ */ R(
2598
+ "svg",
2599
+ {
2600
+ width: "1em",
2601
+ height: "1em",
2602
+ viewBox: "0 0 64 64",
2603
+ xmlns: "http://www.w3.org/2000/svg",
2604
+ strokeWidth: 3,
2605
+ stroke: "currentColor",
2606
+ fill: "none",
2607
+ ...e,
2608
+ children: [
2609
+ /* @__PURE__ */ l("circle", { cx: 32, cy: "31.48", r: "25.29" }),
2610
+ /* @__PURE__ */ l("path", { d: "M40.12,24.41a8.36,8.36,0,0,0-7.84-5.06c-7.07,0-7.33,5.06-7.33,5.06s-1.06,6.24,7.58,6.9c9,.69,7.59,6.9,7.59,6.9s-.92,5.4-7.59,5.75-8.73-6.67-8.73-6.67" }),
2611
+ /* @__PURE__ */ l("line", { x1: "32.28", y1: "14.87", x2: "32.28", y2: "49.13" })
2612
+ ]
2613
+ }
2614
+ );
2615
+ }
2616
+ const _t = {
2617
+ Bold: jr,
2618
+ LoaderCircle: Rr,
2619
+ Italic: Pr,
2620
+ Underline: Br,
2621
+ Quote: Ir,
2622
+ TextQuote: gt,
2623
+ Strikethrough: Sr,
2624
+ Minus: Ar,
2625
+ Eraser: Hr,
2626
+ PaintRoller: Lr,
2627
+ Redo2: Vr,
2628
+ Undo2: Mr,
2629
+ AlignCenter: pe,
2630
+ AlignJustify: ue,
2631
+ AlignLeft: he,
2632
+ AlignRight: de,
2633
+ ChevronDown: zr,
2634
+ Subscript: kr,
2635
+ Superscript: Cr,
2636
+ Code: yr,
2637
+ Code2: xr,
2638
+ Type: vr,
2639
+ IndentIncrease: wr,
2640
+ IndentDecrease: br,
2641
+ List: fr,
2642
+ ListOrdered: gr,
2643
+ ListTodo: mr,
2644
+ Link: pr,
2645
+ ImageUp: ur,
2646
+ Video: hr,
2647
+ Maximize: dr,
2648
+ Minimize: cr,
2649
+ Table: ar,
2650
+ Sparkles: sr,
2651
+ Pencil: ir,
2652
+ Unlink: lr,
2653
+ BetweenHorizonalEnd: nr,
2654
+ BetweenHorizonalStart: or,
2655
+ BetweenVerticalStart: tr,
2656
+ BetweenVerticalEnd: rr,
2657
+ TableCellsMerge: er,
2658
+ TableCellsSplit: Ye,
2659
+ Trash2: Qe,
2660
+ Trash: Ke,
2661
+ Replace: Q,
2662
+ ChevronsUpDown: De,
2663
+ LineHeight: vt,
2664
+ Word: wt,
2665
+ HeadingParagraph: Je,
2666
+ Heading1: qe,
2667
+ Heading2: Ze,
2668
+ Heading3: $e,
2669
+ Heading4: Xe,
2670
+ Heading5: _e,
2671
+ Heading6: Fe,
2672
+ Columns2: Y,
2673
+ Columns3: Ue,
2674
+ Columns4: Oe,
2675
+ Plus: Ne,
2676
+ Grip: We,
2677
+ Copy: Ee,
2678
+ Clipboard: Ge,
2679
+ PanelLeft: Te,
2680
+ PanelRight: je,
2681
+ Columns: Y,
2682
+ Iframe: Re,
2683
+ MenuDown: xt,
2684
+ SizeS: kt,
2685
+ SizeM: Ct,
2686
+ SizeL: yt,
2687
+ AspectRatio: mt,
2688
+ Emoji: Pe,
2689
+ DeleteColumn: ft,
2690
+ DeleteRow: bt,
2691
+ SearchAndReplace: Q,
2692
+ EmojiIcon: Be,
2693
+ KatexIcon: Ie,
2694
+ ExportPdf: At,
2695
+ ExportWord: St,
2696
+ ImportWord: Gt,
2697
+ ColumnAddLeft: Mt,
2698
+ ColumnAddRight: Vt,
2699
+ BookMarked: Se,
2700
+ Excalidraw: Ht,
2701
+ ZoomIn: Ae,
2702
+ ZoomOut: He,
2703
+ Settings: Le,
2704
+ Eye: Ve,
2705
+ TextDirection: Lt,
2706
+ LeftToRight: Pt,
2707
+ RightToLeft: jt,
2708
+ Attachment: Me,
2709
+ AttachmentDownload: ze,
2710
+ GifIcon: It,
2711
+ ChevronUp: ke,
2712
+ Crop: Ce,
2713
+ Mermaid: Rt,
2714
+ Twitter: Tt,
2715
+ CodeView: zt,
2716
+ FlipX: ye,
2717
+ FlipY: xe,
2718
+ PencilRuler: ve,
2719
+ WrapText: we,
2720
+ Loader: be,
2721
+ X: fe,
2722
+ Html: Bt,
2723
+ ExternalLink: ge,
2724
+ Callout: me,
2725
+ PaywallIcon: Et
2726
+ }, te = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, oe = ne, Xt = (e, t) => (r) => {
2727
+ var o;
2728
+ if ((t == null ? void 0 : t.variants) == null) return oe(e, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
2729
+ const { variants: a, defaultVariants: n } = t, c = Object.keys(a).map((d) => {
2730
+ const g = r == null ? void 0 : r[d], w = n == null ? void 0 : n[d];
2731
+ if (g === null) return null;
2732
+ const b = te(g) || te(w);
2733
+ return a[d][b];
2734
+ }), i = r && Object.entries(r).reduce((d, g) => {
2735
+ let [w, b] = g;
2736
+ return b === void 0 || (d[w] = b), d;
2737
+ }, {}), m = t == null || (o = t.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((d, g) => {
2738
+ let { class: w, className: b, ...C } = g;
2739
+ return Object.entries(C).every((x) => {
2740
+ let [f, h] = x;
2741
+ return Array.isArray(h) ? h.includes({
2742
+ ...n,
2743
+ ...i
2744
+ }[f]) : {
2745
+ ...n,
2746
+ ...i
2747
+ }[f] === h;
2748
+ }) ? [
2749
+ ...d,
2750
+ w,
2751
+ b
2752
+ ] : d;
2753
+ }, []);
2754
+ return oe(e, c, m, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
2755
+ };
2756
+ export {
2757
+ St as E,
2758
+ xt as M,
2759
+ Xt as a,
2760
+ At as b,
2761
+ Ft as c,
2762
+ _t as i
2763
+ };