@alxgrn/telefrag-ui 0.0.32 → 0.0.34
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/JoinUp.d.ts +2 -0
- package/dist/components/icons/JoinUp.js +24 -0
- package/dist/components/icons/Lift.d.ts +2 -0
- package/dist/components/icons/Lift.js +24 -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/SquareDashed.d.ts +2 -0
- package/dist/components/icons/SquareDashed.js +32 -0
- package/dist/components/icons/index.d.ts +10 -1
- package/dist/components/icons/index.js +56 -38
- package/dist/index-BCjheXra.js +76 -0
- package/dist/main.js +1 -1
- package/package.json +1 -1
- 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,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
|
+
};
|
|
@@ -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: "1em",
|
|
12
|
+
width: "1em",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ t("path", { d: "M21 12H12" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M21 6H3" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M21 18H3" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "m8 9 -5 3 5 3v-6Z", fill: "currentColor" })
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
e as default
|
|
24
|
+
};
|
|
@@ -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
|
+
};
|
|
@@ -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
|
+
};
|
|
@@ -9,19 +9,28 @@ 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 JoinUp } from './JoinUp';
|
|
19
|
+
import { default as Lift } from './Lift';
|
|
20
|
+
import { default as Link } from './Link';
|
|
21
|
+
import { default as List } from './List';
|
|
22
|
+
import { default as ListOrdered } from './ListOrdered';
|
|
16
23
|
import { default as Menu } from './Menu';
|
|
17
24
|
import { default as Plus } from './Plus';
|
|
25
|
+
import { default as Quote } from './Quote';
|
|
18
26
|
import { default as Redo } from './Redo';
|
|
19
27
|
import { default as Rocket } from './Rocket';
|
|
20
28
|
import { default as ShowSidebar } from './ShowSidebar';
|
|
29
|
+
import { default as SquareDashed } from './SquareDashed';
|
|
21
30
|
import { default as Strikethrough } from './Strikethrough';
|
|
22
31
|
import { default as TelefragLogo } from './TelefragLogo';
|
|
23
32
|
import { default as Trash } from './Trash';
|
|
24
33
|
import { default as Underline } from './Underline';
|
|
25
34
|
import { default as Undo } from './Undo';
|
|
26
35
|
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, };
|
|
36
|
+
export { Asterisk, Bold, Book, Calendar, ChevronLeft, ChevronRight, Clock, Code, CodeXml, Feather, Files, Film, FlipVertical, Forum, Gamepad, Image, Italic, JoinUp, Lift, Link, List, ListOrdered, Menu, Plus, Quote, Redo, Rocket, ShowSidebar, SquareDashed, Strikethrough, TelefragLogo, Trash, Underline, Undo, Users, };
|
|
@@ -2,53 +2,71 @@ import { default as r } from "./Asterisk.js";
|
|
|
2
2
|
import { default as t } from "./Bold.js";
|
|
3
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
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as
|
|
7
|
+
import { default as h } from "./Clock.js";
|
|
8
|
+
import { default as k } from "./Code.js";
|
|
9
|
+
import { default as L } from "./CodeXml.js";
|
|
10
10
|
import { default as F } from "./Feather.js";
|
|
11
11
|
import { default as S } from "./Files.js";
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as T } from "./
|
|
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
|
|
25
|
-
import { default as Y } from "./
|
|
26
|
-
import { default as _ } from "./
|
|
12
|
+
import { default as R } from "./Film.js";
|
|
13
|
+
import { default as B } from "./FlipVertical.js";
|
|
14
|
+
import { default as T } from "./Forum.js";
|
|
15
|
+
import { default as q } from "./Gamepad.js";
|
|
16
|
+
import { default as A } from "./Image.js";
|
|
17
|
+
import { default as G } from "./Italic.js";
|
|
18
|
+
import { default as M } from "./JoinUp.js";
|
|
19
|
+
import { default as P } from "./Lift.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 he } from "./Undo.js";
|
|
35
|
+
import { default as ke } from "./Users.js";
|
|
27
36
|
export {
|
|
28
37
|
r as Asterisk,
|
|
29
38
|
t as Bold,
|
|
30
39
|
d as Book,
|
|
31
40
|
s as Calendar,
|
|
32
|
-
|
|
41
|
+
m as ChevronLeft,
|
|
33
42
|
x as ChevronRight,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
43
|
+
h as Clock,
|
|
44
|
+
k as Code,
|
|
45
|
+
L as CodeXml,
|
|
37
46
|
F as Feather,
|
|
38
47
|
S as Files,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
T as
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
Y as
|
|
53
|
-
_ as
|
|
48
|
+
R as Film,
|
|
49
|
+
B as FlipVertical,
|
|
50
|
+
T as Forum,
|
|
51
|
+
q as Gamepad,
|
|
52
|
+
A as Image,
|
|
53
|
+
G as Italic,
|
|
54
|
+
M as JoinUp,
|
|
55
|
+
P as Lift,
|
|
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
|
+
he as Undo,
|
|
71
|
+
ke as Users
|
|
54
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 p from "./components/icons/ChevronRight.js";
|
|
7
|
+
import e 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/JoinUp.js";
|
|
19
|
+
import C from "./components/icons/Lift.js";
|
|
20
|
+
import L from "./components/icons/Link.js";
|
|
21
|
+
import S from "./components/icons/List.js";
|
|
22
|
+
import F 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 O from "./components/icons/Rocket.js";
|
|
28
|
+
import R from "./components/icons/ShowSidebar.js";
|
|
29
|
+
import T from "./components/icons/SquareDashed.js";
|
|
30
|
+
import j from "./components/icons/Strikethrough.js";
|
|
31
|
+
import x from "./components/icons/TelefragLogo.js";
|
|
32
|
+
import y from "./components/icons/Trash.js";
|
|
33
|
+
import B from "./components/icons/Underline.js";
|
|
34
|
+
import I from "./components/icons/Undo.js";
|
|
35
|
+
import M 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: p,
|
|
44
|
+
Clock: e,
|
|
45
|
+
Code: f,
|
|
46
|
+
CodeXml: l,
|
|
47
|
+
Feather: a,
|
|
48
|
+
Files: d,
|
|
49
|
+
Film: n,
|
|
50
|
+
FlipVertical: s,
|
|
51
|
+
Forum: h,
|
|
52
|
+
Gamepad: u,
|
|
53
|
+
Image: c,
|
|
54
|
+
Italic: g,
|
|
55
|
+
JoinUp: k,
|
|
56
|
+
Lift: C,
|
|
57
|
+
Link: L,
|
|
58
|
+
List: S,
|
|
59
|
+
ListOrdered: F,
|
|
60
|
+
Menu: b,
|
|
61
|
+
Plus: U,
|
|
62
|
+
Quote: _,
|
|
63
|
+
Redo: v,
|
|
64
|
+
Rocket: O,
|
|
65
|
+
ShowSidebar: R,
|
|
66
|
+
SquareDashed: T,
|
|
67
|
+
Strikethrough: j,
|
|
68
|
+
TelefragLogo: x,
|
|
69
|
+
Trash: y,
|
|
70
|
+
Underline: B,
|
|
71
|
+
Undo: I,
|
|
72
|
+
Users: M
|
|
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-BCjheXra.js";
|
|
36
36
|
export {
|
|
37
37
|
$ as Alert,
|
|
38
38
|
q as Block,
|
package/package.json
CHANGED
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
|
-
};
|