@alxgrn/telefrag-ui 0.0.29 → 0.0.30
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/Bold.d.ts +2 -0
- package/dist/components/icons/Bold.js +19 -0
- package/dist/components/icons/Code.d.ts +2 -0
- package/dist/components/icons/Code.js +22 -0
- package/dist/components/icons/CodeXml.d.ts +2 -0
- package/dist/components/icons/CodeXml.js +23 -0
- package/dist/components/icons/Italic.d.ts +2 -0
- package/dist/components/icons/Italic.js +23 -0
- package/dist/components/icons/Redo.d.ts +2 -0
- package/dist/components/icons/Redo.js +22 -0
- package/dist/components/icons/Strikethrough.d.ts +2 -0
- package/dist/components/icons/Strikethrough.js +23 -0
- package/dist/components/icons/Underline.d.ts +2 -0
- package/dist/components/icons/Underline.js +22 -0
- package/dist/components/icons/Undo.d.ts +2 -0
- package/dist/components/icons/Undo.js +22 -0
- package/dist/components/icons/index.d.ts +9 -1
- package/dist/components/icons/index.js +48 -32
- package/dist/index-j5nTzFZ2.js +58 -0
- package/dist/main.js +1 -1
- package/package.json +1 -1
- package/dist/index-6RIqPshF.js +0 -42
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const t = () => /* @__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: /* @__PURE__ */ o("path", { d: "M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8" })
|
|
15
|
+
}
|
|
16
|
+
);
|
|
17
|
+
export {
|
|
18
|
+
t as default
|
|
19
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs as e, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const n = () => /* @__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__ */ o("polyline", { points: "16 18 22 12 16 6" }),
|
|
16
|
+
/* @__PURE__ */ o("polyline", { points: "8 6 2 12 8 18" })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
n as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
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: "m18 16 4-4-4-4" }),
|
|
16
|
+
/* @__PURE__ */ o("path", { d: "m6 8-4 4 4 4" }),
|
|
17
|
+
/* @__PURE__ */ o("path", { d: "m14.5 4-5 16" })
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
r as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const i = () => /* @__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__ */ e("line", { x1: "19", x2: "10", y1: "4", y2: "4" }),
|
|
16
|
+
/* @__PURE__ */ e("line", { x1: "14", x2: "5", y1: "20", y2: "20" }),
|
|
17
|
+
/* @__PURE__ */ e("line", { x1: "15", x2: "9", y1: "4", y2: "20" })
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
i as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs as e, jsx as o } 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__ */ o("path", { d: "m15 14 5-5-5-5" }),
|
|
16
|
+
/* @__PURE__ */ o("path", { d: "M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13" })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
r as default
|
|
22
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
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: "M16 4H9a3 3 0 0 0-2.83 4" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M14 12a4 4 0 0 1 0 8H6" }),
|
|
17
|
+
/* @__PURE__ */ t("line", { x1: "4", x2: "20", y1: "12", y2: "12" })
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
r as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const t = () => /* @__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__ */ e("path", { d: "M6 4v6a6 6 0 0 0 12 0V4" }),
|
|
16
|
+
/* @__PURE__ */ e("line", { x1: "4", x2: "20", y1: "20", y2: "20" })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
t as default
|
|
22
|
+
};
|
|
@@ -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: "M9 14 4 9l5-5" }),
|
|
16
|
+
/* @__PURE__ */ o("path", { d: "M4 9h10.5a5.5 5.5 0 0 1 5.5 5.5a5.5 5.5 0 0 1-5.5 5.5H11" })
|
|
17
|
+
]
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
export {
|
|
21
|
+
r as default
|
|
22
|
+
};
|
|
@@ -1,19 +1,27 @@
|
|
|
1
1
|
import { default as Asterisk } from './Asterisk';
|
|
2
|
+
import { default as Bold } from './Bold';
|
|
2
3
|
import { default as Book } from './Book';
|
|
3
4
|
import { default as Calendar } from './Calendar';
|
|
4
5
|
import { default as ChevronLeft } from './ChevronLeft';
|
|
5
6
|
import { default as ChevronRight } from './ChevronRight';
|
|
6
7
|
import { default as Clock } from './Clock';
|
|
8
|
+
import { default as Code } from './Code';
|
|
9
|
+
import { default as CodeXml } from './CodeXml';
|
|
7
10
|
import { default as Feather } from './Feather';
|
|
8
11
|
import { default as Files } from './Files';
|
|
9
12
|
import { default as Forum } from './Forum';
|
|
10
13
|
import { default as Gamepad } from './Gamepad';
|
|
11
14
|
import { default as Image } from './Image';
|
|
15
|
+
import { default as Italic } from './Italic';
|
|
12
16
|
import { default as Menu } from './Menu';
|
|
13
17
|
import { default as Plus } from './Plus';
|
|
18
|
+
import { default as Redo } from './Redo';
|
|
14
19
|
import { default as Rocket } from './Rocket';
|
|
15
20
|
import { default as ShowSidebar } from './ShowSidebar';
|
|
21
|
+
import { default as Strikethrough } from './Strikethrough';
|
|
16
22
|
import { default as TelefragLogo } from './TelefragLogo';
|
|
17
23
|
import { default as Trash } from './Trash';
|
|
24
|
+
import { default as Underline } from './Underline';
|
|
25
|
+
import { default as Undo } from './Undo';
|
|
18
26
|
import { default as Users } from './Users';
|
|
19
|
-
export { Asterisk, Book, Calendar, ChevronLeft, ChevronRight, Clock, Feather, Files, Forum, Gamepad, Image, Menu, Plus, Rocket, ShowSidebar, TelefragLogo, Trash, 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, };
|
|
@@ -1,38 +1,54 @@
|
|
|
1
1
|
import { default as r } from "./Asterisk.js";
|
|
2
|
-
import { default as t } from "./
|
|
2
|
+
import { default as t } from "./Bold.js";
|
|
3
|
+
import { default as d } from "./Book.js";
|
|
3
4
|
import { default as s } from "./Calendar.js";
|
|
4
|
-
import { default as
|
|
5
|
-
import { default as
|
|
6
|
-
import { default as
|
|
7
|
-
import { default as
|
|
8
|
-
import { default as k } from "./
|
|
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 G } from "./
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
5
|
+
import { default as u } from "./ChevronLeft.js";
|
|
6
|
+
import { default as x } from "./ChevronRight.js";
|
|
7
|
+
import { default as i } from "./Clock.js";
|
|
8
|
+
import { default as C } from "./Code.js";
|
|
9
|
+
import { default as k } from "./CodeXml.js";
|
|
10
|
+
import { default as F } from "./Feather.js";
|
|
11
|
+
import { default as S } from "./Files.js";
|
|
12
|
+
import { default as v } from "./Forum.js";
|
|
13
|
+
import { default as I } from "./Gamepad.js";
|
|
14
|
+
import { default as T } from "./Image.js";
|
|
15
|
+
import { default as w } from "./Italic.js";
|
|
16
|
+
import { default as G } from "./Menu.js";
|
|
17
|
+
import { default as P } from "./Plus.js";
|
|
18
|
+
import { default as j } from "./Redo.js";
|
|
19
|
+
import { default as y } from "./Rocket.js";
|
|
20
|
+
import { default as D } from "./ShowSidebar.js";
|
|
21
|
+
import { default as H } from "./Strikethrough.js";
|
|
22
|
+
import { default as K } from "./TelefragLogo.js";
|
|
23
|
+
import { default as O } from "./Trash.js";
|
|
24
|
+
import { default as V } from "./Underline.js";
|
|
25
|
+
import { default as Y } from "./Undo.js";
|
|
26
|
+
import { default as _ } from "./Users.js";
|
|
19
27
|
export {
|
|
20
28
|
r as Asterisk,
|
|
21
|
-
t as
|
|
29
|
+
t as Bold,
|
|
30
|
+
d as Book,
|
|
22
31
|
s as Calendar,
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
k as
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
G as
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
32
|
+
u as ChevronLeft,
|
|
33
|
+
x as ChevronRight,
|
|
34
|
+
i as Clock,
|
|
35
|
+
C as Code,
|
|
36
|
+
k as CodeXml,
|
|
37
|
+
F as Feather,
|
|
38
|
+
S as Files,
|
|
39
|
+
v as Forum,
|
|
40
|
+
I as Gamepad,
|
|
41
|
+
T as Image,
|
|
42
|
+
w as Italic,
|
|
43
|
+
G as Menu,
|
|
44
|
+
P as Plus,
|
|
45
|
+
j as Redo,
|
|
46
|
+
y as Rocket,
|
|
47
|
+
D as ShowSidebar,
|
|
48
|
+
H as Strikethrough,
|
|
49
|
+
K as TelefragLogo,
|
|
50
|
+
O as Trash,
|
|
51
|
+
V as Underline,
|
|
52
|
+
Y as Undo,
|
|
53
|
+
_ as Users
|
|
38
54
|
};
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
};
|
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-j5nTzFZ2.js";
|
|
36
36
|
export {
|
|
37
37
|
$ as Alert,
|
|
38
38
|
q as Block,
|
package/package.json
CHANGED
package/dist/index-6RIqPshF.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import o from "./components/icons/Asterisk.js";
|
|
2
|
-
import r from "./components/icons/Book.js";
|
|
3
|
-
import m from "./components/icons/Calendar.js";
|
|
4
|
-
import t from "./components/icons/ChevronLeft.js";
|
|
5
|
-
import e from "./components/icons/ChevronRight.js";
|
|
6
|
-
import i from "./components/icons/Clock.js";
|
|
7
|
-
import f from "./components/icons/Feather.js";
|
|
8
|
-
import p from "./components/icons/Files.js";
|
|
9
|
-
import a from "./components/icons/Forum.js";
|
|
10
|
-
import l from "./components/icons/Gamepad.js";
|
|
11
|
-
import n from "./components/icons/Image.js";
|
|
12
|
-
import s from "./components/icons/Menu.js";
|
|
13
|
-
import d from "./components/icons/Plus.js";
|
|
14
|
-
import g from "./components/icons/Rocket.js";
|
|
15
|
-
import h from "./components/icons/ShowSidebar.js";
|
|
16
|
-
import u from "./components/icons/TelefragLogo.js";
|
|
17
|
-
import c from "./components/icons/Trash.js";
|
|
18
|
-
import b from "./components/icons/Users.js";
|
|
19
|
-
const B = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
20
|
-
__proto__: null,
|
|
21
|
-
Asterisk: o,
|
|
22
|
-
Book: r,
|
|
23
|
-
Calendar: m,
|
|
24
|
-
ChevronLeft: t,
|
|
25
|
-
ChevronRight: e,
|
|
26
|
-
Clock: i,
|
|
27
|
-
Feather: f,
|
|
28
|
-
Files: p,
|
|
29
|
-
Forum: a,
|
|
30
|
-
Gamepad: l,
|
|
31
|
-
Image: n,
|
|
32
|
-
Menu: s,
|
|
33
|
-
Plus: d,
|
|
34
|
-
Rocket: g,
|
|
35
|
-
ShowSidebar: h,
|
|
36
|
-
TelefragLogo: u,
|
|
37
|
-
Trash: c,
|
|
38
|
-
Users: b
|
|
39
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
40
|
-
export {
|
|
41
|
-
B as i
|
|
42
|
-
};
|