@alxgrn/telefrag-ui 0.0.33 → 0.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/icons/IndentDecrease.d.ts +2 -0
- package/dist/components/icons/IndentDecrease.js +24 -0
- package/dist/components/icons/JoinUp.d.ts +2 -0
- package/dist/components/icons/JoinUp.js +24 -0
- package/dist/components/icons/Quote.js +7 -12
- package/dist/components/icons/SquareDashed.d.ts +2 -0
- package/dist/components/icons/SquareDashed.js +32 -0
- package/dist/components/icons/index.d.ts +4 -1
- package/dist/components/icons/index.js +62 -56
- package/dist/index-29mK1Lv1.js +76 -0
- package/dist/main.js +1 -1
- package/package.json +1 -1
- package/dist/index-CThhWGCf.js +0 -70
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const r = () => /* @__PURE__ */ t(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
fill: "none",
|
|
7
|
+
strokeWidth: "2",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
height: "1em",
|
|
12
|
+
width: "1em",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ e("path", { d: "M21 12H11" }),
|
|
16
|
+
/* @__PURE__ */ e("path", { d: "M21 18H11" }),
|
|
17
|
+
/* @__PURE__ */ e("path", { d: "M21 6H11" }),
|
|
18
|
+
/* @__PURE__ */ e("path", { d: "m7 8-4 4 4 4" })
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
r as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as o, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const e = () => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
fill: "none",
|
|
7
|
+
strokeWidth: "2",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
height: "200px",
|
|
12
|
+
width: "200px",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ t("path", { d: "M21 6H3" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M21 18H3" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M12 9v6" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "M15 12h-6" })
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
e as default
|
|
24
|
+
};
|
|
@@ -1,22 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const r = () => /* @__PURE__ */ t(
|
|
3
3
|
"svg",
|
|
4
4
|
{
|
|
5
5
|
stroke: "currentColor",
|
|
6
|
-
fill: "
|
|
7
|
-
strokeWidth: "
|
|
8
|
-
viewBox: "0 0
|
|
9
|
-
strokeLinecap: "round",
|
|
10
|
-
strokeLinejoin: "round",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
strokeWidth: "0",
|
|
8
|
+
viewBox: "0 0 16 16",
|
|
11
9
|
height: "1em",
|
|
12
10
|
width: "1em",
|
|
13
11
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
-
children:
|
|
15
|
-
/* @__PURE__ */ o("path", { d: "M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z" }),
|
|
16
|
-
/* @__PURE__ */ o("path", { d: "M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z" })
|
|
17
|
-
]
|
|
12
|
+
children: /* @__PURE__ */ t("path", { d: "M12 12a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1h-1.388q0-.527.062-1.054.093-.558.31-.992t.559-.683q.34-.279.868-.279V3q-.868 0-1.52.372a3.3 3.3 0 0 0-1.085.992 4.9 4.9 0 0 0-.62 1.458A7.7 7.7 0 0 0 9 7.558V11a1 1 0 0 0 1 1zm-6 0a1 1 0 0 0 1-1V8.558a1 1 0 0 0-1-1H4.612q0-.527.062-1.054.094-.558.31-.992.217-.434.559-.683.34-.279.868-.279V3q-.868 0-1.52.372a3.3 3.3 0 0 0-1.085.992 4.9 4.9 0 0 0-.62 1.458A7.7 7.7 0 0 0 3 7.558V11a1 1 0 0 0 1 1z" })
|
|
18
13
|
}
|
|
19
14
|
);
|
|
20
15
|
export {
|
|
21
|
-
|
|
16
|
+
r as default
|
|
22
17
|
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { jsxs as h, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const d = () => /* @__PURE__ */ h(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
stroke: "currentColor",
|
|
6
|
+
fill: "none",
|
|
7
|
+
strokeWidth: "2",
|
|
8
|
+
viewBox: "0 0 24 24",
|
|
9
|
+
strokeLinecap: "round",
|
|
10
|
+
strokeLinejoin: "round",
|
|
11
|
+
height: "1em",
|
|
12
|
+
width: "1em",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ t("path", { d: "M5 3a2 2 0 0 0-2 2" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M19 3a2 2 0 0 1 2 2" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M21 19a2 2 0 0 1-2 2" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "M5 21a2 2 0 0 1-2-2" }),
|
|
19
|
+
/* @__PURE__ */ t("path", { d: "M9 3h1" }),
|
|
20
|
+
/* @__PURE__ */ t("path", { d: "M9 21h1" }),
|
|
21
|
+
/* @__PURE__ */ t("path", { d: "M14 3h1" }),
|
|
22
|
+
/* @__PURE__ */ t("path", { d: "M14 21h1" }),
|
|
23
|
+
/* @__PURE__ */ t("path", { d: "M3 9v1" }),
|
|
24
|
+
/* @__PURE__ */ t("path", { d: "M21 9v1" }),
|
|
25
|
+
/* @__PURE__ */ t("path", { d: "M3 14v1" }),
|
|
26
|
+
/* @__PURE__ */ t("path", { d: "M21 14v1" })
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
export {
|
|
31
|
+
d as default
|
|
32
|
+
};
|
|
@@ -14,7 +14,9 @@ import { default as FlipVertical } from './FlipVertical';
|
|
|
14
14
|
import { default as Forum } from './Forum';
|
|
15
15
|
import { default as Gamepad } from './Gamepad';
|
|
16
16
|
import { default as Image } from './Image';
|
|
17
|
+
import { default as IndentDecrease } from './IndentDecrease';
|
|
17
18
|
import { default as Italic } from './Italic';
|
|
19
|
+
import { default as JoinUp } from './JoinUp';
|
|
18
20
|
import { default as Link } from './Link';
|
|
19
21
|
import { default as List } from './List';
|
|
20
22
|
import { default as ListOrdered } from './ListOrdered';
|
|
@@ -24,10 +26,11 @@ import { default as Quote } from './Quote';
|
|
|
24
26
|
import { default as Redo } from './Redo';
|
|
25
27
|
import { default as Rocket } from './Rocket';
|
|
26
28
|
import { default as ShowSidebar } from './ShowSidebar';
|
|
29
|
+
import { default as SquareDashed } from './SquareDashed';
|
|
27
30
|
import { default as Strikethrough } from './Strikethrough';
|
|
28
31
|
import { default as TelefragLogo } from './TelefragLogo';
|
|
29
32
|
import { default as Trash } from './Trash';
|
|
30
33
|
import { default as Underline } from './Underline';
|
|
31
34
|
import { default as Undo } from './Undo';
|
|
32
35
|
import { default as Users } from './Users';
|
|
33
|
-
export { Asterisk, Bold, Book, Calendar, ChevronLeft, ChevronRight, Clock, Code, CodeXml, Feather, Files, Film, FlipVertical, Forum, Gamepad, Image, Italic, Link, List, ListOrdered, Menu, Plus, Quote, Redo, Rocket, ShowSidebar, Strikethrough, TelefragLogo, Trash, Underline, Undo, Users, };
|
|
36
|
+
export { Asterisk, Bold, Book, Calendar, ChevronLeft, ChevronRight, Clock, Code, CodeXml, Feather, Files, Film, FlipVertical, Forum, Gamepad, Image, IndentDecrease, Italic, JoinUp, Link, List, ListOrdered, Menu, Plus, Quote, Redo, Rocket, ShowSidebar, SquareDashed, Strikethrough, TelefragLogo, Trash, Underline, Undo, Users, };
|
|
@@ -1,66 +1,72 @@
|
|
|
1
1
|
import { default as r } from "./Asterisk.js";
|
|
2
|
-
import { default as
|
|
3
|
-
import { default as
|
|
2
|
+
import { default as t } from "./Bold.js";
|
|
3
|
+
import { default as d } from "./Book.js";
|
|
4
4
|
import { default as s } from "./Calendar.js";
|
|
5
|
-
import { default as
|
|
5
|
+
import { default as m } from "./ChevronLeft.js";
|
|
6
6
|
import { default as x } from "./ChevronRight.js";
|
|
7
|
-
import { default as
|
|
7
|
+
import { default as n } from "./Clock.js";
|
|
8
8
|
import { default as k } from "./Code.js";
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as N } from "./
|
|
25
|
-
import { default as Y } from "./
|
|
26
|
-
import { default as _ } from "./
|
|
27
|
-
import { default as ee } from "./
|
|
28
|
-
import { default as re } from "./
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as se } from "./
|
|
32
|
-
import { default as
|
|
9
|
+
import { default as c } from "./CodeXml.js";
|
|
10
|
+
import { default as F } from "./Feather.js";
|
|
11
|
+
import { default as S } from "./Files.js";
|
|
12
|
+
import { default as I } from "./Film.js";
|
|
13
|
+
import { default as v } from "./FlipVertical.js";
|
|
14
|
+
import { default as D } from "./Forum.js";
|
|
15
|
+
import { default as b } from "./Gamepad.js";
|
|
16
|
+
import { default as w } from "./Image.js";
|
|
17
|
+
import { default as G } from "./IndentDecrease.js";
|
|
18
|
+
import { default as M } from "./Italic.js";
|
|
19
|
+
import { default as P } from "./JoinUp.js";
|
|
20
|
+
import { default as V } from "./Link.js";
|
|
21
|
+
import { default as j } from "./List.js";
|
|
22
|
+
import { default as z } from "./ListOrdered.js";
|
|
23
|
+
import { default as H } from "./Menu.js";
|
|
24
|
+
import { default as N } from "./Plus.js";
|
|
25
|
+
import { default as Y } from "./Quote.js";
|
|
26
|
+
import { default as _ } from "./Redo.js";
|
|
27
|
+
import { default as ee } from "./Rocket.js";
|
|
28
|
+
import { default as re } from "./ShowSidebar.js";
|
|
29
|
+
import { default as te } from "./SquareDashed.js";
|
|
30
|
+
import { default as de } from "./Strikethrough.js";
|
|
31
|
+
import { default as se } from "./TelefragLogo.js";
|
|
32
|
+
import { default as me } from "./Trash.js";
|
|
33
|
+
import { default as xe } from "./Underline.js";
|
|
34
|
+
import { default as ne } from "./Undo.js";
|
|
35
|
+
import { default as ke } from "./Users.js";
|
|
33
36
|
export {
|
|
34
37
|
r as Asterisk,
|
|
35
|
-
|
|
36
|
-
|
|
38
|
+
t as Bold,
|
|
39
|
+
d as Book,
|
|
37
40
|
s as Calendar,
|
|
38
|
-
|
|
41
|
+
m as ChevronLeft,
|
|
39
42
|
x as ChevronRight,
|
|
40
|
-
|
|
43
|
+
n as Clock,
|
|
41
44
|
k as Code,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
N as
|
|
58
|
-
Y as
|
|
59
|
-
_ as
|
|
60
|
-
ee as
|
|
61
|
-
re as
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
se as
|
|
65
|
-
|
|
45
|
+
c as CodeXml,
|
|
46
|
+
F as Feather,
|
|
47
|
+
S as Files,
|
|
48
|
+
I as Film,
|
|
49
|
+
v as FlipVertical,
|
|
50
|
+
D as Forum,
|
|
51
|
+
b as Gamepad,
|
|
52
|
+
w as Image,
|
|
53
|
+
G as IndentDecrease,
|
|
54
|
+
M as Italic,
|
|
55
|
+
P as JoinUp,
|
|
56
|
+
V as Link,
|
|
57
|
+
j as List,
|
|
58
|
+
z as ListOrdered,
|
|
59
|
+
H as Menu,
|
|
60
|
+
N as Plus,
|
|
61
|
+
Y as Quote,
|
|
62
|
+
_ as Redo,
|
|
63
|
+
ee as Rocket,
|
|
64
|
+
re as ShowSidebar,
|
|
65
|
+
te as SquareDashed,
|
|
66
|
+
de as Strikethrough,
|
|
67
|
+
se as TelefragLogo,
|
|
68
|
+
me as Trash,
|
|
69
|
+
xe as Underline,
|
|
70
|
+
ne as Undo,
|
|
71
|
+
ke as Users
|
|
66
72
|
};
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import o from "./components/icons/Asterisk.js";
|
|
2
|
+
import r from "./components/icons/Bold.js";
|
|
3
|
+
import m from "./components/icons/Book.js";
|
|
4
|
+
import t from "./components/icons/Calendar.js";
|
|
5
|
+
import i from "./components/icons/ChevronLeft.js";
|
|
6
|
+
import e from "./components/icons/ChevronRight.js";
|
|
7
|
+
import p from "./components/icons/Clock.js";
|
|
8
|
+
import f from "./components/icons/Code.js";
|
|
9
|
+
import a from "./components/icons/CodeXml.js";
|
|
10
|
+
import l from "./components/icons/Feather.js";
|
|
11
|
+
import d from "./components/icons/Files.js";
|
|
12
|
+
import n from "./components/icons/Film.js";
|
|
13
|
+
import s from "./components/icons/FlipVertical.js";
|
|
14
|
+
import h from "./components/icons/Forum.js";
|
|
15
|
+
import u from "./components/icons/Gamepad.js";
|
|
16
|
+
import c from "./components/icons/Image.js";
|
|
17
|
+
import g from "./components/icons/IndentDecrease.js";
|
|
18
|
+
import k from "./components/icons/Italic.js";
|
|
19
|
+
import C from "./components/icons/JoinUp.js";
|
|
20
|
+
import S from "./components/icons/Link.js";
|
|
21
|
+
import F from "./components/icons/List.js";
|
|
22
|
+
import L from "./components/icons/ListOrdered.js";
|
|
23
|
+
import b from "./components/icons/Menu.js";
|
|
24
|
+
import U from "./components/icons/Plus.js";
|
|
25
|
+
import _ from "./components/icons/Quote.js";
|
|
26
|
+
import v from "./components/icons/Redo.js";
|
|
27
|
+
import I from "./components/icons/Rocket.js";
|
|
28
|
+
import O from "./components/icons/ShowSidebar.js";
|
|
29
|
+
import R from "./components/icons/SquareDashed.js";
|
|
30
|
+
import T from "./components/icons/Strikethrough.js";
|
|
31
|
+
import j from "./components/icons/TelefragLogo.js";
|
|
32
|
+
import x from "./components/icons/Trash.js";
|
|
33
|
+
import y from "./components/icons/Underline.js";
|
|
34
|
+
import B from "./components/icons/Undo.js";
|
|
35
|
+
import D from "./components/icons/Users.js";
|
|
36
|
+
const ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
37
|
+
__proto__: null,
|
|
38
|
+
Asterisk: o,
|
|
39
|
+
Bold: r,
|
|
40
|
+
Book: m,
|
|
41
|
+
Calendar: t,
|
|
42
|
+
ChevronLeft: i,
|
|
43
|
+
ChevronRight: e,
|
|
44
|
+
Clock: p,
|
|
45
|
+
Code: f,
|
|
46
|
+
CodeXml: a,
|
|
47
|
+
Feather: l,
|
|
48
|
+
Files: d,
|
|
49
|
+
Film: n,
|
|
50
|
+
FlipVertical: s,
|
|
51
|
+
Forum: h,
|
|
52
|
+
Gamepad: u,
|
|
53
|
+
Image: c,
|
|
54
|
+
IndentDecrease: g,
|
|
55
|
+
Italic: k,
|
|
56
|
+
JoinUp: C,
|
|
57
|
+
Link: S,
|
|
58
|
+
List: F,
|
|
59
|
+
ListOrdered: L,
|
|
60
|
+
Menu: b,
|
|
61
|
+
Plus: U,
|
|
62
|
+
Quote: _,
|
|
63
|
+
Redo: v,
|
|
64
|
+
Rocket: I,
|
|
65
|
+
ShowSidebar: O,
|
|
66
|
+
SquareDashed: R,
|
|
67
|
+
Strikethrough: T,
|
|
68
|
+
TelefragLogo: j,
|
|
69
|
+
Trash: x,
|
|
70
|
+
Underline: y,
|
|
71
|
+
Undo: B,
|
|
72
|
+
Users: D
|
|
73
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
74
|
+
export {
|
|
75
|
+
ko as i
|
|
76
|
+
};
|
package/dist/main.js
CHANGED
|
@@ -32,7 +32,7 @@ import { default as po } from "./components/ui/editable/Editable.js";
|
|
|
32
32
|
import { default as lo } from "./components/layout/Layout.js";
|
|
33
33
|
import { default as uo } from "./components/layout/Page.js";
|
|
34
34
|
import { default as no } from "./components/layout/PageHeader.js";
|
|
35
|
-
import { i as co } from "./index-
|
|
35
|
+
import { i as co } from "./index-29mK1Lv1.js";
|
|
36
36
|
export {
|
|
37
37
|
$ as Alert,
|
|
38
38
|
q as Block,
|
package/package.json
CHANGED
package/dist/index-CThhWGCf.js
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import o from "./components/icons/Asterisk.js";
|
|
2
|
-
import r from "./components/icons/Bold.js";
|
|
3
|
-
import m from "./components/icons/Book.js";
|
|
4
|
-
import t from "./components/icons/Calendar.js";
|
|
5
|
-
import i from "./components/icons/ChevronLeft.js";
|
|
6
|
-
import e from "./components/icons/ChevronRight.js";
|
|
7
|
-
import p from "./components/icons/Clock.js";
|
|
8
|
-
import f from "./components/icons/Code.js";
|
|
9
|
-
import l from "./components/icons/CodeXml.js";
|
|
10
|
-
import a from "./components/icons/Feather.js";
|
|
11
|
-
import d from "./components/icons/Files.js";
|
|
12
|
-
import n from "./components/icons/Film.js";
|
|
13
|
-
import s from "./components/icons/FlipVertical.js";
|
|
14
|
-
import h from "./components/icons/Forum.js";
|
|
15
|
-
import u from "./components/icons/Gamepad.js";
|
|
16
|
-
import c from "./components/icons/Image.js";
|
|
17
|
-
import g from "./components/icons/Italic.js";
|
|
18
|
-
import k from "./components/icons/Link.js";
|
|
19
|
-
import C from "./components/icons/List.js";
|
|
20
|
-
import F from "./components/icons/ListOrdered.js";
|
|
21
|
-
import L from "./components/icons/Menu.js";
|
|
22
|
-
import S from "./components/icons/Plus.js";
|
|
23
|
-
import b from "./components/icons/Quote.js";
|
|
24
|
-
import _ from "./components/icons/Redo.js";
|
|
25
|
-
import v from "./components/icons/Rocket.js";
|
|
26
|
-
import O from "./components/icons/ShowSidebar.js";
|
|
27
|
-
import R from "./components/icons/Strikethrough.js";
|
|
28
|
-
import T from "./components/icons/TelefragLogo.js";
|
|
29
|
-
import U from "./components/icons/Trash.js";
|
|
30
|
-
import j from "./components/icons/Underline.js";
|
|
31
|
-
import x from "./components/icons/Undo.js";
|
|
32
|
-
import y from "./components/icons/Users.js";
|
|
33
|
-
const no = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
34
|
-
__proto__: null,
|
|
35
|
-
Asterisk: o,
|
|
36
|
-
Bold: r,
|
|
37
|
-
Book: m,
|
|
38
|
-
Calendar: t,
|
|
39
|
-
ChevronLeft: i,
|
|
40
|
-
ChevronRight: e,
|
|
41
|
-
Clock: p,
|
|
42
|
-
Code: f,
|
|
43
|
-
CodeXml: l,
|
|
44
|
-
Feather: a,
|
|
45
|
-
Files: d,
|
|
46
|
-
Film: n,
|
|
47
|
-
FlipVertical: s,
|
|
48
|
-
Forum: h,
|
|
49
|
-
Gamepad: u,
|
|
50
|
-
Image: c,
|
|
51
|
-
Italic: g,
|
|
52
|
-
Link: k,
|
|
53
|
-
List: C,
|
|
54
|
-
ListOrdered: F,
|
|
55
|
-
Menu: L,
|
|
56
|
-
Plus: S,
|
|
57
|
-
Quote: b,
|
|
58
|
-
Redo: _,
|
|
59
|
-
Rocket: v,
|
|
60
|
-
ShowSidebar: O,
|
|
61
|
-
Strikethrough: R,
|
|
62
|
-
TelefragLogo: T,
|
|
63
|
-
Trash: U,
|
|
64
|
-
Underline: j,
|
|
65
|
-
Undo: x,
|
|
66
|
-
Users: y
|
|
67
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
68
|
-
export {
|
|
69
|
-
no as i
|
|
70
|
-
};
|