@alxgrn/telefrag-ui 0.0.43 → 0.0.44
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/Expand.d.ts +2 -0
- package/dist/components/icons/Expand.js +24 -0
- package/dist/components/icons/Shrink.d.ts +2 -0
- package/dist/components/icons/Shrink.js +24 -0
- package/dist/components/icons/index.d.ts +3 -1
- package/dist/components/icons/index.js +90 -86
- package/dist/index-C_i0gqOs.js +126 -0
- package/dist/main.js +1 -1
- package/package.json +1 -1
- package/dist/index-BqubpR5J.js +0 -122
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as o, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const h = () => /* @__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 21-6-6m6 6v-4.8m0 4.8h-4.8" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M3 16.2V21m0 0h4.8M3 21l6-6" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M21 7.8V3m0 0h-4.8M21 3l-6 6" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "M3 7.8V3m0 0h4.8M3 3l6 6" })
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
h as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as o, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const r = () => /* @__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: "m15 15 6 6m-6-6v4.8m0-4.8h4.8" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M9 19.8V15m0 0H4.2M9 15l-6 6" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M15 4.2V9m0 0h4.8M15 9l6-6" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "M9 4.2V9m0 0H4.2M9 9 3 3" })
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
r as default
|
|
24
|
+
};
|
|
@@ -18,6 +18,7 @@ import { default as Code } from './Code';
|
|
|
18
18
|
import { default as CodeXml } from './CodeXml';
|
|
19
19
|
import { default as ColumnInsertAfter } from './ColumnInsertAfter';
|
|
20
20
|
import { default as ColumnInsertBefore } from './ColumnInsertBefore';
|
|
21
|
+
import { default as Expand } from './Expand';
|
|
21
22
|
import { default as Feather } from './Feather';
|
|
22
23
|
import { default as Files } from './Files';
|
|
23
24
|
import { default as Film } from './Film';
|
|
@@ -47,6 +48,7 @@ import { default as Rocket } from './Rocket';
|
|
|
47
48
|
import { default as RowInsertAfter } from './RowInsertAfter';
|
|
48
49
|
import { default as RowInsertBefore } from './RowInsertBefore';
|
|
49
50
|
import { default as ShowSidebar } from './ShowSidebar';
|
|
51
|
+
import { default as Shrink } from './Shrink';
|
|
50
52
|
import { default as SquareDashed } from './SquareDashed';
|
|
51
53
|
import { default as Strikethrough } from './Strikethrough';
|
|
52
54
|
import { default as Table } from './Table';
|
|
@@ -56,4 +58,4 @@ import { default as Type } from './Type';
|
|
|
56
58
|
import { default as Underline } from './Underline';
|
|
57
59
|
import { default as Undo } from './Undo';
|
|
58
60
|
import { default as Users } from './Users';
|
|
59
|
-
export { AlignBottom, AlignCenter, AlignJustify, AlignLeft, AlignMiddle, AlignRight, AlignTop, Asterisk, Bold, Book, Calendar, CellsMerge, CellsSplit, ChevronLeft, ChevronRight, Clock, Code, CodeXml, ColumnInsertAfter, ColumnInsertBefore, Feather, Files, Film, FlipVertical, Forum, Gamepad, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Image, IndentDecrease, Italic, JoinUp, Link, List, ListOrdered, Menu, Pilcrow, Plus, Quote, Redo, Rocket, RowInsertAfter, RowInsertBefore, ShowSidebar, SquareDashed, Strikethrough, Table, TelefragLogo, Trash, Type, Underline, Undo, Users, };
|
|
61
|
+
export { AlignBottom, AlignCenter, AlignJustify, AlignLeft, AlignMiddle, AlignRight, AlignTop, Asterisk, Bold, Book, Calendar, CellsMerge, CellsSplit, ChevronLeft, ChevronRight, Clock, Code, CodeXml, ColumnInsertAfter, ColumnInsertBefore, Expand, Feather, Files, Film, FlipVertical, Forum, Gamepad, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, Image, IndentDecrease, Italic, JoinUp, Link, List, ListOrdered, Menu, Pilcrow, Plus, Quote, Redo, Rocket, RowInsertAfter, RowInsertBefore, ShowSidebar, Shrink, SquareDashed, Strikethrough, Table, TelefragLogo, Trash, Type, Underline, Undo, Users, };
|
|
@@ -5,57 +5,59 @@ import { default as s } from "./AlignLeft.js";
|
|
|
5
5
|
import { default as m } from "./AlignMiddle.js";
|
|
6
6
|
import { default as x } from "./AlignRight.js";
|
|
7
7
|
import { default as n } from "./AlignTop.js";
|
|
8
|
-
import { default as
|
|
8
|
+
import { default as h } from "./Asterisk.js";
|
|
9
9
|
import { default as A } from "./Bold.js";
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
10
|
+
import { default as H } from "./Book.js";
|
|
11
|
+
import { default as c } from "./Calendar.js";
|
|
12
12
|
import { default as R } from "./CellsMerge.js";
|
|
13
|
-
import { default as
|
|
13
|
+
import { default as B } from "./CellsSplit.js";
|
|
14
14
|
import { default as T } from "./ChevronLeft.js";
|
|
15
15
|
import { default as U } from "./ChevronRight.js";
|
|
16
16
|
import { default as b } from "./Clock.js";
|
|
17
17
|
import { default as y } from "./Code.js";
|
|
18
18
|
import { default as J } from "./CodeXml.js";
|
|
19
19
|
import { default as q } from "./ColumnInsertAfter.js";
|
|
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 oe } from "./
|
|
29
|
-
import { default as ae } from "./
|
|
30
|
-
import { default as le } from "./
|
|
31
|
-
import { default as se } from "./
|
|
32
|
-
import { default as me } from "./
|
|
33
|
-
import { default as xe } from "./
|
|
34
|
-
import { default as ne } from "./
|
|
35
|
-
import { default as
|
|
36
|
-
import { default as Ae } from "./
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as Re } from "./
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as Te } from "./
|
|
42
|
-
import { default as Ue } from "./
|
|
43
|
-
import { default as be } from "./
|
|
44
|
-
import { default as ye } from "./
|
|
45
|
-
import { default as Je } from "./
|
|
46
|
-
import { default as qe } from "./
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as Ne } from "./
|
|
52
|
-
import { default as Ye } from "./
|
|
53
|
-
import { default as _e } from "./
|
|
54
|
-
import { default as er } from "./
|
|
55
|
-
import { default as or } from "./
|
|
56
|
-
import { default as ar } from "./
|
|
57
|
-
import { default as lr } from "./
|
|
58
|
-
import { default as sr } from "./
|
|
20
|
+
import { default as G } from "./ColumnInsertBefore.js";
|
|
21
|
+
import { default as Q } from "./Expand.js";
|
|
22
|
+
import { default as X } from "./Feather.js";
|
|
23
|
+
import { default as z } from "./Files.js";
|
|
24
|
+
import { default as N } from "./Film.js";
|
|
25
|
+
import { default as Y } from "./FlipVertical.js";
|
|
26
|
+
import { default as _ } from "./Forum.js";
|
|
27
|
+
import { default as ee } from "./Gamepad.js";
|
|
28
|
+
import { default as oe } from "./Heading.js";
|
|
29
|
+
import { default as ae } from "./Heading1.js";
|
|
30
|
+
import { default as le } from "./Heading2.js";
|
|
31
|
+
import { default as se } from "./Heading3.js";
|
|
32
|
+
import { default as me } from "./Heading4.js";
|
|
33
|
+
import { default as xe } from "./Heading5.js";
|
|
34
|
+
import { default as ne } from "./Heading6.js";
|
|
35
|
+
import { default as he } from "./Image.js";
|
|
36
|
+
import { default as Ae } from "./IndentDecrease.js";
|
|
37
|
+
import { default as He } from "./Italic.js";
|
|
38
|
+
import { default as ce } from "./JoinUp.js";
|
|
39
|
+
import { default as Re } from "./Link.js";
|
|
40
|
+
import { default as Be } from "./List.js";
|
|
41
|
+
import { default as Te } from "./ListOrdered.js";
|
|
42
|
+
import { default as Ue } from "./Menu.js";
|
|
43
|
+
import { default as be } from "./Pilcrow.js";
|
|
44
|
+
import { default as ye } from "./Plus.js";
|
|
45
|
+
import { default as Je } from "./Quote.js";
|
|
46
|
+
import { default as qe } from "./Redo.js";
|
|
47
|
+
import { default as Ge } from "./Rocket.js";
|
|
48
|
+
import { default as Qe } from "./RowInsertAfter.js";
|
|
49
|
+
import { default as Xe } from "./RowInsertBefore.js";
|
|
50
|
+
import { default as ze } from "./ShowSidebar.js";
|
|
51
|
+
import { default as Ne } from "./Shrink.js";
|
|
52
|
+
import { default as Ye } from "./SquareDashed.js";
|
|
53
|
+
import { default as _e } from "./Strikethrough.js";
|
|
54
|
+
import { default as er } from "./Table.js";
|
|
55
|
+
import { default as or } from "./TelefragLogo.js";
|
|
56
|
+
import { default as ar } from "./Trash.js";
|
|
57
|
+
import { default as lr } from "./Type.js";
|
|
58
|
+
import { default as sr } from "./Underline.js";
|
|
59
|
+
import { default as mr } from "./Undo.js";
|
|
60
|
+
import { default as xr } from "./Users.js";
|
|
59
61
|
export {
|
|
60
62
|
o as AlignBottom,
|
|
61
63
|
a as AlignCenter,
|
|
@@ -64,55 +66,57 @@ export {
|
|
|
64
66
|
m as AlignMiddle,
|
|
65
67
|
x as AlignRight,
|
|
66
68
|
n as AlignTop,
|
|
67
|
-
|
|
69
|
+
h as Asterisk,
|
|
68
70
|
A as Bold,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
+
H as Book,
|
|
72
|
+
c as Calendar,
|
|
71
73
|
R as CellsMerge,
|
|
72
|
-
|
|
74
|
+
B as CellsSplit,
|
|
73
75
|
T as ChevronLeft,
|
|
74
76
|
U as ChevronRight,
|
|
75
77
|
b as Clock,
|
|
76
78
|
y as Code,
|
|
77
79
|
J as CodeXml,
|
|
78
80
|
q as ColumnInsertAfter,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
N as
|
|
84
|
-
Y as
|
|
85
|
-
_ as
|
|
86
|
-
ee as
|
|
87
|
-
oe as
|
|
88
|
-
ae as
|
|
89
|
-
le as
|
|
90
|
-
se as
|
|
91
|
-
me as
|
|
92
|
-
xe as
|
|
93
|
-
ne as
|
|
94
|
-
|
|
95
|
-
Ae as
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
Re as
|
|
99
|
-
|
|
100
|
-
Te as
|
|
101
|
-
Ue as
|
|
102
|
-
be as
|
|
103
|
-
ye as
|
|
104
|
-
Je as
|
|
105
|
-
qe as
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
Ne as
|
|
111
|
-
Ye as
|
|
112
|
-
_e as
|
|
113
|
-
er as
|
|
114
|
-
or as
|
|
115
|
-
ar as
|
|
116
|
-
lr as
|
|
117
|
-
sr as
|
|
81
|
+
G as ColumnInsertBefore,
|
|
82
|
+
Q as Expand,
|
|
83
|
+
X as Feather,
|
|
84
|
+
z as Files,
|
|
85
|
+
N as Film,
|
|
86
|
+
Y as FlipVertical,
|
|
87
|
+
_ as Forum,
|
|
88
|
+
ee as Gamepad,
|
|
89
|
+
oe as Heading,
|
|
90
|
+
ae as Heading1,
|
|
91
|
+
le as Heading2,
|
|
92
|
+
se as Heading3,
|
|
93
|
+
me as Heading4,
|
|
94
|
+
xe as Heading5,
|
|
95
|
+
ne as Heading6,
|
|
96
|
+
he as Image,
|
|
97
|
+
Ae as IndentDecrease,
|
|
98
|
+
He as Italic,
|
|
99
|
+
ce as JoinUp,
|
|
100
|
+
Re as Link,
|
|
101
|
+
Be as List,
|
|
102
|
+
Te as ListOrdered,
|
|
103
|
+
Ue as Menu,
|
|
104
|
+
be as Pilcrow,
|
|
105
|
+
ye as Plus,
|
|
106
|
+
Je as Quote,
|
|
107
|
+
qe as Redo,
|
|
108
|
+
Ge as Rocket,
|
|
109
|
+
Qe as RowInsertAfter,
|
|
110
|
+
Xe as RowInsertBefore,
|
|
111
|
+
ze as ShowSidebar,
|
|
112
|
+
Ne as Shrink,
|
|
113
|
+
Ye as SquareDashed,
|
|
114
|
+
_e as Strikethrough,
|
|
115
|
+
er as Table,
|
|
116
|
+
or as TelefragLogo,
|
|
117
|
+
ar as Trash,
|
|
118
|
+
lr as Type,
|
|
119
|
+
sr as Underline,
|
|
120
|
+
mr as Undo,
|
|
121
|
+
xr as Users
|
|
118
122
|
};
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import o from "./components/icons/AlignBottom.js";
|
|
2
|
+
import r from "./components/icons/AlignCenter.js";
|
|
3
|
+
import m from "./components/icons/AlignJustify.js";
|
|
4
|
+
import i from "./components/icons/AlignLeft.js";
|
|
5
|
+
import t from "./components/icons/AlignMiddle.js";
|
|
6
|
+
import e from "./components/icons/AlignRight.js";
|
|
7
|
+
import f from "./components/icons/AlignTop.js";
|
|
8
|
+
import p from "./components/icons/Asterisk.js";
|
|
9
|
+
import n from "./components/icons/Bold.js";
|
|
10
|
+
import l from "./components/icons/Book.js";
|
|
11
|
+
import a from "./components/icons/Calendar.js";
|
|
12
|
+
import d from "./components/icons/CellsMerge.js";
|
|
13
|
+
import g from "./components/icons/CellsSplit.js";
|
|
14
|
+
import s from "./components/icons/ChevronLeft.js";
|
|
15
|
+
import u from "./components/icons/ChevronRight.js";
|
|
16
|
+
import h from "./components/icons/Clock.js";
|
|
17
|
+
import C from "./components/icons/Code.js";
|
|
18
|
+
import A from "./components/icons/CodeXml.js";
|
|
19
|
+
import c from "./components/icons/ColumnInsertAfter.js";
|
|
20
|
+
import S from "./components/icons/ColumnInsertBefore.js";
|
|
21
|
+
import k from "./components/icons/Expand.js";
|
|
22
|
+
import H from "./components/icons/Feather.js";
|
|
23
|
+
import I from "./components/icons/Files.js";
|
|
24
|
+
import L from "./components/icons/Film.js";
|
|
25
|
+
import R from "./components/icons/FlipVertical.js";
|
|
26
|
+
import T from "./components/icons/Forum.js";
|
|
27
|
+
import b from "./components/icons/Gamepad.js";
|
|
28
|
+
import B from "./components/icons/Heading.js";
|
|
29
|
+
import F from "./components/icons/Heading1.js";
|
|
30
|
+
import w from "./components/icons/Heading2.js";
|
|
31
|
+
import y from "./components/icons/Heading3.js";
|
|
32
|
+
import M from "./components/icons/Heading4.js";
|
|
33
|
+
import U from "./components/icons/Heading5.js";
|
|
34
|
+
import _ from "./components/icons/Heading6.js";
|
|
35
|
+
import v from "./components/icons/Image.js";
|
|
36
|
+
import x from "./components/icons/IndentDecrease.js";
|
|
37
|
+
import O from "./components/icons/Italic.js";
|
|
38
|
+
import P from "./components/icons/JoinUp.js";
|
|
39
|
+
import j from "./components/icons/Link.js";
|
|
40
|
+
import D from "./components/icons/List.js";
|
|
41
|
+
import J from "./components/icons/ListOrdered.js";
|
|
42
|
+
import q from "./components/icons/Menu.js";
|
|
43
|
+
import z from "./components/icons/Pilcrow.js";
|
|
44
|
+
import E from "./components/icons/Plus.js";
|
|
45
|
+
import G from "./components/icons/Quote.js";
|
|
46
|
+
import Q from "./components/icons/Redo.js";
|
|
47
|
+
import V from "./components/icons/Rocket.js";
|
|
48
|
+
import X from "./components/icons/RowInsertAfter.js";
|
|
49
|
+
import K from "./components/icons/RowInsertBefore.js";
|
|
50
|
+
import N from "./components/icons/ShowSidebar.js";
|
|
51
|
+
import W from "./components/icons/Shrink.js";
|
|
52
|
+
import Y from "./components/icons/SquareDashed.js";
|
|
53
|
+
import Z from "./components/icons/Strikethrough.js";
|
|
54
|
+
import $ from "./components/icons/Table.js";
|
|
55
|
+
import oo from "./components/icons/TelefragLogo.js";
|
|
56
|
+
import ro from "./components/icons/Trash.js";
|
|
57
|
+
import mo from "./components/icons/Type.js";
|
|
58
|
+
import io from "./components/icons/Underline.js";
|
|
59
|
+
import to from "./components/icons/Undo.js";
|
|
60
|
+
import eo from "./components/icons/Users.js";
|
|
61
|
+
const sr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
62
|
+
__proto__: null,
|
|
63
|
+
AlignBottom: o,
|
|
64
|
+
AlignCenter: r,
|
|
65
|
+
AlignJustify: m,
|
|
66
|
+
AlignLeft: i,
|
|
67
|
+
AlignMiddle: t,
|
|
68
|
+
AlignRight: e,
|
|
69
|
+
AlignTop: f,
|
|
70
|
+
Asterisk: p,
|
|
71
|
+
Bold: n,
|
|
72
|
+
Book: l,
|
|
73
|
+
Calendar: a,
|
|
74
|
+
CellsMerge: d,
|
|
75
|
+
CellsSplit: g,
|
|
76
|
+
ChevronLeft: s,
|
|
77
|
+
ChevronRight: u,
|
|
78
|
+
Clock: h,
|
|
79
|
+
Code: C,
|
|
80
|
+
CodeXml: A,
|
|
81
|
+
ColumnInsertAfter: c,
|
|
82
|
+
ColumnInsertBefore: S,
|
|
83
|
+
Expand: k,
|
|
84
|
+
Feather: H,
|
|
85
|
+
Files: I,
|
|
86
|
+
Film: L,
|
|
87
|
+
FlipVertical: R,
|
|
88
|
+
Forum: T,
|
|
89
|
+
Gamepad: b,
|
|
90
|
+
Heading: B,
|
|
91
|
+
Heading1: F,
|
|
92
|
+
Heading2: w,
|
|
93
|
+
Heading3: y,
|
|
94
|
+
Heading4: M,
|
|
95
|
+
Heading5: U,
|
|
96
|
+
Heading6: _,
|
|
97
|
+
Image: v,
|
|
98
|
+
IndentDecrease: x,
|
|
99
|
+
Italic: O,
|
|
100
|
+
JoinUp: P,
|
|
101
|
+
Link: j,
|
|
102
|
+
List: D,
|
|
103
|
+
ListOrdered: J,
|
|
104
|
+
Menu: q,
|
|
105
|
+
Pilcrow: z,
|
|
106
|
+
Plus: E,
|
|
107
|
+
Quote: G,
|
|
108
|
+
Redo: Q,
|
|
109
|
+
Rocket: V,
|
|
110
|
+
RowInsertAfter: X,
|
|
111
|
+
RowInsertBefore: K,
|
|
112
|
+
ShowSidebar: N,
|
|
113
|
+
Shrink: W,
|
|
114
|
+
SquareDashed: Y,
|
|
115
|
+
Strikethrough: Z,
|
|
116
|
+
Table: $,
|
|
117
|
+
TelefragLogo: oo,
|
|
118
|
+
Trash: ro,
|
|
119
|
+
Type: mo,
|
|
120
|
+
Underline: io,
|
|
121
|
+
Undo: to,
|
|
122
|
+
Users: eo
|
|
123
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
124
|
+
export {
|
|
125
|
+
sr as i
|
|
126
|
+
};
|
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-C_i0gqOs.js";
|
|
36
36
|
export {
|
|
37
37
|
$ as Alert,
|
|
38
38
|
q as Block,
|
package/package.json
CHANGED
package/dist/index-BqubpR5J.js
DELETED
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
import o from "./components/icons/AlignBottom.js";
|
|
2
|
-
import r from "./components/icons/AlignCenter.js";
|
|
3
|
-
import m from "./components/icons/AlignJustify.js";
|
|
4
|
-
import i from "./components/icons/AlignLeft.js";
|
|
5
|
-
import t from "./components/icons/AlignMiddle.js";
|
|
6
|
-
import e from "./components/icons/AlignRight.js";
|
|
7
|
-
import f from "./components/icons/AlignTop.js";
|
|
8
|
-
import p from "./components/icons/Asterisk.js";
|
|
9
|
-
import n from "./components/icons/Bold.js";
|
|
10
|
-
import l from "./components/icons/Book.js";
|
|
11
|
-
import a from "./components/icons/Calendar.js";
|
|
12
|
-
import d from "./components/icons/CellsMerge.js";
|
|
13
|
-
import g from "./components/icons/CellsSplit.js";
|
|
14
|
-
import s from "./components/icons/ChevronLeft.js";
|
|
15
|
-
import u from "./components/icons/ChevronRight.js";
|
|
16
|
-
import C from "./components/icons/Clock.js";
|
|
17
|
-
import h from "./components/icons/Code.js";
|
|
18
|
-
import A from "./components/icons/CodeXml.js";
|
|
19
|
-
import c from "./components/icons/ColumnInsertAfter.js";
|
|
20
|
-
import H from "./components/icons/ColumnInsertBefore.js";
|
|
21
|
-
import I from "./components/icons/Feather.js";
|
|
22
|
-
import S from "./components/icons/Files.js";
|
|
23
|
-
import k from "./components/icons/Film.js";
|
|
24
|
-
import L from "./components/icons/FlipVertical.js";
|
|
25
|
-
import R from "./components/icons/Forum.js";
|
|
26
|
-
import T from "./components/icons/Gamepad.js";
|
|
27
|
-
import b from "./components/icons/Heading.js";
|
|
28
|
-
import B from "./components/icons/Heading1.js";
|
|
29
|
-
import F from "./components/icons/Heading2.js";
|
|
30
|
-
import w from "./components/icons/Heading3.js";
|
|
31
|
-
import y from "./components/icons/Heading4.js";
|
|
32
|
-
import M from "./components/icons/Heading5.js";
|
|
33
|
-
import U from "./components/icons/Heading6.js";
|
|
34
|
-
import _ from "./components/icons/Image.js";
|
|
35
|
-
import v from "./components/icons/IndentDecrease.js";
|
|
36
|
-
import O from "./components/icons/Italic.js";
|
|
37
|
-
import P from "./components/icons/JoinUp.js";
|
|
38
|
-
import j from "./components/icons/Link.js";
|
|
39
|
-
import x from "./components/icons/List.js";
|
|
40
|
-
import D from "./components/icons/ListOrdered.js";
|
|
41
|
-
import J from "./components/icons/Menu.js";
|
|
42
|
-
import q from "./components/icons/Pilcrow.js";
|
|
43
|
-
import z from "./components/icons/Plus.js";
|
|
44
|
-
import G from "./components/icons/Quote.js";
|
|
45
|
-
import Q from "./components/icons/Redo.js";
|
|
46
|
-
import V from "./components/icons/Rocket.js";
|
|
47
|
-
import X from "./components/icons/RowInsertAfter.js";
|
|
48
|
-
import E from "./components/icons/RowInsertBefore.js";
|
|
49
|
-
import K from "./components/icons/ShowSidebar.js";
|
|
50
|
-
import N from "./components/icons/SquareDashed.js";
|
|
51
|
-
import W from "./components/icons/Strikethrough.js";
|
|
52
|
-
import Y from "./components/icons/Table.js";
|
|
53
|
-
import Z from "./components/icons/TelefragLogo.js";
|
|
54
|
-
import $ from "./components/icons/Trash.js";
|
|
55
|
-
import oo from "./components/icons/Type.js";
|
|
56
|
-
import ro from "./components/icons/Underline.js";
|
|
57
|
-
import mo from "./components/icons/Undo.js";
|
|
58
|
-
import io from "./components/icons/Users.js";
|
|
59
|
-
const lr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
60
|
-
__proto__: null,
|
|
61
|
-
AlignBottom: o,
|
|
62
|
-
AlignCenter: r,
|
|
63
|
-
AlignJustify: m,
|
|
64
|
-
AlignLeft: i,
|
|
65
|
-
AlignMiddle: t,
|
|
66
|
-
AlignRight: e,
|
|
67
|
-
AlignTop: f,
|
|
68
|
-
Asterisk: p,
|
|
69
|
-
Bold: n,
|
|
70
|
-
Book: l,
|
|
71
|
-
Calendar: a,
|
|
72
|
-
CellsMerge: d,
|
|
73
|
-
CellsSplit: g,
|
|
74
|
-
ChevronLeft: s,
|
|
75
|
-
ChevronRight: u,
|
|
76
|
-
Clock: C,
|
|
77
|
-
Code: h,
|
|
78
|
-
CodeXml: A,
|
|
79
|
-
ColumnInsertAfter: c,
|
|
80
|
-
ColumnInsertBefore: H,
|
|
81
|
-
Feather: I,
|
|
82
|
-
Files: S,
|
|
83
|
-
Film: k,
|
|
84
|
-
FlipVertical: L,
|
|
85
|
-
Forum: R,
|
|
86
|
-
Gamepad: T,
|
|
87
|
-
Heading: b,
|
|
88
|
-
Heading1: B,
|
|
89
|
-
Heading2: F,
|
|
90
|
-
Heading3: w,
|
|
91
|
-
Heading4: y,
|
|
92
|
-
Heading5: M,
|
|
93
|
-
Heading6: U,
|
|
94
|
-
Image: _,
|
|
95
|
-
IndentDecrease: v,
|
|
96
|
-
Italic: O,
|
|
97
|
-
JoinUp: P,
|
|
98
|
-
Link: j,
|
|
99
|
-
List: x,
|
|
100
|
-
ListOrdered: D,
|
|
101
|
-
Menu: J,
|
|
102
|
-
Pilcrow: q,
|
|
103
|
-
Plus: z,
|
|
104
|
-
Quote: G,
|
|
105
|
-
Redo: Q,
|
|
106
|
-
Rocket: V,
|
|
107
|
-
RowInsertAfter: X,
|
|
108
|
-
RowInsertBefore: E,
|
|
109
|
-
ShowSidebar: K,
|
|
110
|
-
SquareDashed: N,
|
|
111
|
-
Strikethrough: W,
|
|
112
|
-
Table: Y,
|
|
113
|
-
TelefragLogo: Z,
|
|
114
|
-
Trash: $,
|
|
115
|
-
Type: oo,
|
|
116
|
-
Underline: ro,
|
|
117
|
-
Undo: mo,
|
|
118
|
-
Users: io
|
|
119
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
120
|
-
export {
|
|
121
|
-
lr as i
|
|
122
|
-
};
|