@alxgrn/telefrag-ui 0.0.31 → 0.0.33
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/Film.d.ts +2 -0
- package/dist/components/icons/Film.js +28 -0
- package/dist/components/icons/FlipVertical.d.ts +2 -0
- package/dist/components/icons/FlipVertical.js +26 -0
- package/dist/components/icons/Link.d.ts +2 -0
- package/dist/components/icons/Link.js +22 -0
- package/dist/components/icons/List.d.ts +2 -0
- package/dist/components/icons/List.js +26 -0
- package/dist/components/icons/ListOrdered.d.ts +2 -0
- package/dist/components/icons/ListOrdered.js +26 -0
- package/dist/components/icons/Quote.d.ts +2 -0
- package/dist/components/icons/Quote.js +22 -0
- package/dist/components/icons/index.d.ts +7 -1
- package/dist/components/icons/index.js +56 -44
- package/dist/index-CThhWGCf.js +70 -0
- package/dist/main.js +1 -1
- package/package.json +3 -3
- package/dist/index-j5nTzFZ2.js +0 -58
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsxs as h, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const o = () => /* @__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("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M7 3v18" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M3 7.5h4" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "M3 12h18" }),
|
|
19
|
+
/* @__PURE__ */ t("path", { d: "M3 16.5h4" }),
|
|
20
|
+
/* @__PURE__ */ t("path", { d: "M17 3v18" }),
|
|
21
|
+
/* @__PURE__ */ t("path", { d: "M17 7.5h4" }),
|
|
22
|
+
/* @__PURE__ */ t("path", { d: "M17 16.5h4" })
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
);
|
|
26
|
+
export {
|
|
27
|
+
o as default
|
|
28
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as e, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const r = () => /* @__PURE__ */ e(
|
|
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: "M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M4 12H2" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "M10 12H8" }),
|
|
19
|
+
/* @__PURE__ */ t("path", { d: "M16 12h-2" }),
|
|
20
|
+
/* @__PURE__ */ t("path", { d: "M22 12h-2" })
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {
|
|
25
|
+
r as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs as t, jsx as o } 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__ */ o("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }),
|
|
16
|
+
/* @__PURE__ */ o("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
r as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as h, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const e = () => /* @__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: "M3 12h.01" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M3 18h.01" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M3 6h.01" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "M8 12h13" }),
|
|
19
|
+
/* @__PURE__ */ t("path", { d: "M8 18h13" }),
|
|
20
|
+
/* @__PURE__ */ t("path", { d: "M8 6h13" })
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {
|
|
25
|
+
e as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as e, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const o = () => /* @__PURE__ */ e(
|
|
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: "M10 12h11" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M10 18h11" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M10 6h11" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "M4 10h2" }),
|
|
19
|
+
/* @__PURE__ */ t("path", { d: "M4 6h1v4" }),
|
|
20
|
+
/* @__PURE__ */ t("path", { d: "M6 18H4c0-1 2-2 2-3s-1-1.5-2-1" })
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {
|
|
25
|
+
o as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs as t, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const a = () => /* @__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__ */ 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
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
a as default
|
|
22
|
+
};
|
|
@@ -9,12 +9,18 @@ import { default as Code } from './Code';
|
|
|
9
9
|
import { default as CodeXml } from './CodeXml';
|
|
10
10
|
import { default as Feather } from './Feather';
|
|
11
11
|
import { default as Files } from './Files';
|
|
12
|
+
import { default as Film } from './Film';
|
|
13
|
+
import { default as FlipVertical } from './FlipVertical';
|
|
12
14
|
import { default as Forum } from './Forum';
|
|
13
15
|
import { default as Gamepad } from './Gamepad';
|
|
14
16
|
import { default as Image } from './Image';
|
|
15
17
|
import { default as Italic } from './Italic';
|
|
18
|
+
import { default as Link } from './Link';
|
|
19
|
+
import { default as List } from './List';
|
|
20
|
+
import { default as ListOrdered } from './ListOrdered';
|
|
16
21
|
import { default as Menu } from './Menu';
|
|
17
22
|
import { default as Plus } from './Plus';
|
|
23
|
+
import { default as Quote } from './Quote';
|
|
18
24
|
import { default as Redo } from './Redo';
|
|
19
25
|
import { default as Rocket } from './Rocket';
|
|
20
26
|
import { default as ShowSidebar } from './ShowSidebar';
|
|
@@ -24,4 +30,4 @@ import { default as Trash } from './Trash';
|
|
|
24
30
|
import { default as Underline } from './Underline';
|
|
25
31
|
import { default as Undo } from './Undo';
|
|
26
32
|
import { default as Users } from './Users';
|
|
27
|
-
export { Asterisk, Bold, Book, Calendar, ChevronLeft, ChevronRight, Clock, Code, CodeXml, Feather, Files, Forum, Gamepad, Image, Italic, Menu, Plus, Redo, Rocket, ShowSidebar, Strikethrough, TelefragLogo, Trash, Underline, Undo, 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, };
|
|
@@ -1,54 +1,66 @@
|
|
|
1
1
|
import { default as r } from "./Asterisk.js";
|
|
2
|
-
import { default as
|
|
3
|
-
import { default as
|
|
2
|
+
import { default as a } from "./Bold.js";
|
|
3
|
+
import { default as l } from "./Book.js";
|
|
4
4
|
import { default as s } from "./Calendar.js";
|
|
5
5
|
import { default as u } from "./ChevronLeft.js";
|
|
6
6
|
import { default as x } from "./ChevronRight.js";
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as T } from "./
|
|
15
|
-
import { default as w } from "./
|
|
16
|
-
import { default as G } from "./
|
|
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
|
|
25
|
-
import { default as Y } from "./
|
|
26
|
-
import { default as _ } from "./
|
|
7
|
+
import { default as h } from "./Clock.js";
|
|
8
|
+
import { default as k } from "./Code.js";
|
|
9
|
+
import { default as g } from "./CodeXml.js";
|
|
10
|
+
import { default as L } from "./Feather.js";
|
|
11
|
+
import { default as R } from "./Files.js";
|
|
12
|
+
import { default as U } from "./Film.js";
|
|
13
|
+
import { default as B } from "./FlipVertical.js";
|
|
14
|
+
import { default as T } from "./Forum.js";
|
|
15
|
+
import { default as w } from "./Gamepad.js";
|
|
16
|
+
import { default as G } from "./Image.js";
|
|
17
|
+
import { default as O } from "./Italic.js";
|
|
18
|
+
import { default as Q } from "./Link.js";
|
|
19
|
+
import { default as X } from "./List.js";
|
|
20
|
+
import { default as q } from "./ListOrdered.js";
|
|
21
|
+
import { default as z } from "./Menu.js";
|
|
22
|
+
import { default as E } from "./Plus.js";
|
|
23
|
+
import { default as J } from "./Quote.js";
|
|
24
|
+
import { default as N } from "./Redo.js";
|
|
25
|
+
import { default as Y } from "./Rocket.js";
|
|
26
|
+
import { default as _ } from "./ShowSidebar.js";
|
|
27
|
+
import { default as ee } from "./Strikethrough.js";
|
|
28
|
+
import { default as re } from "./TelefragLogo.js";
|
|
29
|
+
import { default as ae } from "./Trash.js";
|
|
30
|
+
import { default as le } from "./Underline.js";
|
|
31
|
+
import { default as se } from "./Undo.js";
|
|
32
|
+
import { default as ue } from "./Users.js";
|
|
27
33
|
export {
|
|
28
34
|
r as Asterisk,
|
|
29
|
-
|
|
30
|
-
|
|
35
|
+
a as Bold,
|
|
36
|
+
l as Book,
|
|
31
37
|
s as Calendar,
|
|
32
38
|
u as ChevronLeft,
|
|
33
39
|
x as ChevronRight,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
T as
|
|
42
|
-
w as
|
|
43
|
-
G as
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
Y as
|
|
53
|
-
_ as
|
|
40
|
+
h as Clock,
|
|
41
|
+
k as Code,
|
|
42
|
+
g as CodeXml,
|
|
43
|
+
L as Feather,
|
|
44
|
+
R as Files,
|
|
45
|
+
U as Film,
|
|
46
|
+
B as FlipVertical,
|
|
47
|
+
T as Forum,
|
|
48
|
+
w as Gamepad,
|
|
49
|
+
G as Image,
|
|
50
|
+
O as Italic,
|
|
51
|
+
Q as Link,
|
|
52
|
+
X as List,
|
|
53
|
+
q as ListOrdered,
|
|
54
|
+
z as Menu,
|
|
55
|
+
E as Plus,
|
|
56
|
+
J as Quote,
|
|
57
|
+
N as Redo,
|
|
58
|
+
Y as Rocket,
|
|
59
|
+
_ as ShowSidebar,
|
|
60
|
+
ee as Strikethrough,
|
|
61
|
+
re as TelefragLogo,
|
|
62
|
+
ae as Trash,
|
|
63
|
+
le as Underline,
|
|
64
|
+
se as Undo,
|
|
65
|
+
ue as Users
|
|
54
66
|
};
|
|
@@ -0,0 +1,70 @@
|
|
|
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
|
+
};
|
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-CThhWGCf.js";
|
|
36
36
|
export {
|
|
37
37
|
$ as Alert,
|
|
38
38
|
q as Block,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alxgrn/telefrag-ui",
|
|
3
3
|
"description": "UI library for The Daily Telefrag project",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.33",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Alexander Fedorov <alex@molner.ru>",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"prepublishOnly": "npm run build"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"react": "^19.
|
|
31
|
+
"react": "^19.0.0",
|
|
32
32
|
"react-children-utilities": "^2.10.0",
|
|
33
|
-
"react-dom": "^19.
|
|
33
|
+
"react-dom": "^19.0.0",
|
|
34
34
|
"react-transition-group": "^4.4.5"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
package/dist/index-j5nTzFZ2.js
DELETED
|
@@ -1,58 +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 f from "./components/icons/Clock.js";
|
|
8
|
-
import p 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/Forum.js";
|
|
13
|
-
import s from "./components/icons/Gamepad.js";
|
|
14
|
-
import h from "./components/icons/Image.js";
|
|
15
|
-
import g from "./components/icons/Italic.js";
|
|
16
|
-
import u from "./components/icons/Menu.js";
|
|
17
|
-
import c from "./components/icons/Plus.js";
|
|
18
|
-
import C from "./components/icons/Redo.js";
|
|
19
|
-
import k from "./components/icons/Rocket.js";
|
|
20
|
-
import S from "./components/icons/ShowSidebar.js";
|
|
21
|
-
import b from "./components/icons/Strikethrough.js";
|
|
22
|
-
import _ from "./components/icons/TelefragLogo.js";
|
|
23
|
-
import v from "./components/icons/Trash.js";
|
|
24
|
-
import F from "./components/icons/Underline.js";
|
|
25
|
-
import R from "./components/icons/Undo.js";
|
|
26
|
-
import T from "./components/icons/Users.js";
|
|
27
|
-
const Z = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
28
|
-
__proto__: null,
|
|
29
|
-
Asterisk: o,
|
|
30
|
-
Bold: r,
|
|
31
|
-
Book: m,
|
|
32
|
-
Calendar: t,
|
|
33
|
-
ChevronLeft: i,
|
|
34
|
-
ChevronRight: e,
|
|
35
|
-
Clock: f,
|
|
36
|
-
Code: p,
|
|
37
|
-
CodeXml: l,
|
|
38
|
-
Feather: a,
|
|
39
|
-
Files: d,
|
|
40
|
-
Forum: n,
|
|
41
|
-
Gamepad: s,
|
|
42
|
-
Image: h,
|
|
43
|
-
Italic: g,
|
|
44
|
-
Menu: u,
|
|
45
|
-
Plus: c,
|
|
46
|
-
Redo: C,
|
|
47
|
-
Rocket: k,
|
|
48
|
-
ShowSidebar: S,
|
|
49
|
-
Strikethrough: b,
|
|
50
|
-
TelefragLogo: _,
|
|
51
|
-
Trash: v,
|
|
52
|
-
Underline: F,
|
|
53
|
-
Undo: R,
|
|
54
|
-
Users: T
|
|
55
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
56
|
-
export {
|
|
57
|
-
Z as i
|
|
58
|
-
};
|