@alxgrn/telefrag-ui 0.0.37 → 0.0.38
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/assets/Modal.css +1 -1
- package/dist/assets/Popup.css +1 -1
- package/dist/components/icons/Heading.d.ts +2 -0
- package/dist/components/icons/Heading.js +23 -0
- package/dist/components/icons/Heading1.d.ts +2 -0
- package/dist/components/icons/Heading1.js +24 -0
- package/dist/components/icons/Heading2.d.ts +2 -0
- package/dist/components/icons/Heading2.js +24 -0
- package/dist/components/icons/Heading3.d.ts +2 -0
- package/dist/components/icons/Heading3.js +25 -0
- package/dist/components/icons/Heading4.d.ts +2 -0
- package/dist/components/icons/Heading4.js +25 -0
- package/dist/components/icons/Heading5.d.ts +2 -0
- package/dist/components/icons/Heading5.js +25 -0
- package/dist/components/icons/Heading6.d.ts +2 -0
- package/dist/components/icons/Heading6.js +25 -0
- package/dist/components/icons/Pilcrow.d.ts +2 -0
- package/dist/components/icons/Pilcrow.js +23 -0
- package/dist/components/icons/index.d.ts +9 -1
- package/dist/components/icons/index.js +72 -56
- package/dist/index-BHO__0Wk.js +92 -0
- package/dist/main.js +1 -1
- package/package.json +1 -1
- package/dist/index-29mK1Lv1.js +0 -76
package/dist/assets/Modal.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--alxgrn-modal-color: var(--alxgrn-color-text);--alxgrn-modal-bg-color: var(--alxgrn-bg-modal);--alxgrn-modal-animation-length: var(--alxgrn-animation-length);--alxgrn-modal-width: 512px;--alxgrn-modal-color-close: var(--alxgrn-color-light);--alxgrn-modal-color-accent: var(--alxgrn-color-accent)}.Modal{display:flex;padding:var(--alxgrn-unit-double) var(--alxgrn-unit) var(--alxgrn-unit-double) var(--alxgrn-unit-double);position:relative;background-color:var(--alxgrn-modal-bg-color);width:var(--alxgrn-modal-width);max-height:90%;border-radius:var(--alxgrn-unit-half);overflow:auto}.Modal
|
|
1
|
+
:root{--alxgrn-modal-color: var(--alxgrn-color-text);--alxgrn-modal-bg-color: var(--alxgrn-bg-modal);--alxgrn-modal-animation-length: var(--alxgrn-animation-length);--alxgrn-modal-width: 512px;--alxgrn-modal-color-close: var(--alxgrn-color-light);--alxgrn-modal-color-accent: var(--alxgrn-color-accent)}.Modal{display:flex;padding:var(--alxgrn-unit-double) var(--alxgrn-unit) var(--alxgrn-unit-double) var(--alxgrn-unit-double);position:relative;background-color:var(--alxgrn-modal-bg-color);width:var(--alxgrn-modal-width);max-height:90%;border-radius:var(--alxgrn-unit-half);overflow:auto}.Modal{font-size:inherit;line-height:inherit;font-family:inherit}.Modal .ModalInner{width:100%;overflow:auto;padding-right:var(--alxgrn-unit)}.Modal .ModalInner .Form{max-width:100%;margin-bottom:0}.Modal .ModalClose{position:absolute;top:var(--alxgrn-unit);right:var(--alxgrn-unit);width:var(--alxgrn-unit);height:var(--alxgrn-unit);cursor:pointer}.Modal .ModalClose{position:absolute;color:var(--alxgrn-modal-color-close);top:var(--alxgrn-unit-half);right:var(--alxgrn-unit-half);transform:rotate(45deg);display:flex;justify-content:center;align-items:center}.Modal .ModalClose:hover{color:var(--alxgrn-modal-color-accent)}@media (max-width: 512px){.Modal{width:100%;border-radius:var(--alxgrn-unit-half);padding:calc(var(--alxgrn-unit-half) * 3) var(--alxgrn-unit-half) var(--alxgrn-unit) var(--alxgrn-unit)}.Modal .ModalClose{top:var(--alxgrn-unit-half);right:var(--alxgrn-unit-half)}.Modal .ModalInner{padding-right:var(--alxgrn-unit-half)}}.Overlay-enter .Modal{pointer-events:none;opacity:0;transform:scale(.8)}.Overlay-enter-active .Modal{pointer-events:none;opacity:1;transform:scale(1);transition:opacity var(--alxgrn-modal-animation-length) ease-in,transform var(--alxgrn-modal-animation-length) ease-in}.Overlay-exit .Modal{pointer-events:none;opacity:1;transform:scale(1)}.Overlay-exit-active .Modal{pointer-events:none;opacity:0;transform:scale(.8);transition:opacity var(--alxgrn-modal-animation-length) ease-out,transform var(--alxgrn-modal-animation-length) ease-out}
|
package/dist/assets/Popup.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--alxgrn-popup-zindex: 2000;--alxgrn-popup-shadow: 0 0 var(--alxgrn-unit-half) rgba(0,0,0,.1);--alxgrn-popup-color: var(--alxgrn-color-text);--alxgrn-popup-bg-color: var(--alxgrn-bg-popup);--alxgrn-popup-animation-length: var(--alxgrn-animation-length)}.Popup{z-index:var(--alxgrn-popup-zindex);position:absolute}.Popup
|
|
1
|
+
:root{--alxgrn-popup-zindex: 2000;--alxgrn-popup-shadow: 0 0 var(--alxgrn-unit-half) rgba(0,0,0,.1);--alxgrn-popup-color: var(--alxgrn-color-text);--alxgrn-popup-bg-color: var(--alxgrn-bg-popup);--alxgrn-popup-animation-length: var(--alxgrn-animation-length)}.Popup{z-index:var(--alxgrn-popup-zindex);position:absolute}.Popup{color:var(--alxgrn-popup-color);font-size:inherit;line-height:inherit;font-family:inherit;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.Popup .PopupInner{position:absolute;background-color:var(--alxgrn-popup-bg-color);border-radius:var(--alxgrn-unit-half);box-shadow:var(--alxgrn-popup-shadow);overflow:hidden;display:flex}.Popup-enter{pointer-events:none;opacity:0;transform:scale(.8)}.Popup-enter-active{pointer-events:none;opacity:1;transform:scale(1);transition:opacity var(--alxgrn-popup-animation-length) ease-in,transform var(--alxgrn-popup-animation-length) ease-in}.Popup-exit{pointer-events:none;opacity:1;transform:scale(1)}.Popup-exit-active{pointer-events:none;opacity:0;transform:scale(.8);transition:opacity var(--alxgrn-popup-animation-length) ease-out,transform var(--alxgrn-popup-animation-length) ease-out}
|
|
@@ -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: "M6 12h12" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M6 20V4" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M18 20V4" })
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
r as default
|
|
23
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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: "M4 12h8" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M4 18V6" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M12 18V6" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "m17 12 3-2v8" })
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
r as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
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: "M4 12h8" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M4 18V6" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M12 18V6" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1" })
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
export {
|
|
23
|
+
r as default
|
|
24
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
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: "M4 12h8" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M4 18V6" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M12 18V6" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2" }),
|
|
19
|
+
/* @__PURE__ */ t("path", { d: "M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2" })
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
r as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
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: "M4 12h8" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M4 18V6" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M12 18V6" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "M17 10v3a1 1 0 0 0 1 1h3" }),
|
|
19
|
+
/* @__PURE__ */ t("path", { d: "M21 10v8" })
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
r as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
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: "M4 12h8" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M4 18V6" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M12 18V6" }),
|
|
18
|
+
/* @__PURE__ */ t("path", { d: "M17 13v-3h4" }),
|
|
19
|
+
/* @__PURE__ */ t("path", { d: "M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17" })
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
r as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
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: "M4 12h8" }),
|
|
16
|
+
/* @__PURE__ */ t("path", { d: "M4 18V6" }),
|
|
17
|
+
/* @__PURE__ */ t("path", { d: "M12 18V6" }),
|
|
18
|
+
/* @__PURE__ */ t("circle", { cx: "19", cy: "16", r: "2" }),
|
|
19
|
+
/* @__PURE__ */ t("path", { d: "M20 10c-2 2-3 3.5-3 6" })
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
r as default
|
|
25
|
+
};
|
|
@@ -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: "M13 4v16" }),
|
|
16
|
+
/* @__PURE__ */ o("path", { d: "M17 4v16" }),
|
|
17
|
+
/* @__PURE__ */ o("path", { d: "M19 4H9.5a4.5 4.5 0 0 0 0 9H13" })
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
r as default
|
|
23
|
+
};
|
|
@@ -13,6 +13,13 @@ import { default as Film } from './Film';
|
|
|
13
13
|
import { default as FlipVertical } from './FlipVertical';
|
|
14
14
|
import { default as Forum } from './Forum';
|
|
15
15
|
import { default as Gamepad } from './Gamepad';
|
|
16
|
+
import { default as Heading } from './Heading';
|
|
17
|
+
import { default as Heading1 } from './Heading1';
|
|
18
|
+
import { default as Heading2 } from './Heading2';
|
|
19
|
+
import { default as Heading3 } from './Heading3';
|
|
20
|
+
import { default as Heading4 } from './Heading4';
|
|
21
|
+
import { default as Heading5 } from './Heading5';
|
|
22
|
+
import { default as Heading6 } from './Heading6';
|
|
16
23
|
import { default as Image } from './Image';
|
|
17
24
|
import { default as IndentDecrease } from './IndentDecrease';
|
|
18
25
|
import { default as Italic } from './Italic';
|
|
@@ -21,6 +28,7 @@ import { default as Link } from './Link';
|
|
|
21
28
|
import { default as List } from './List';
|
|
22
29
|
import { default as ListOrdered } from './ListOrdered';
|
|
23
30
|
import { default as Menu } from './Menu';
|
|
31
|
+
import { default as Pilcrow } from './Pilcrow';
|
|
24
32
|
import { default as Plus } from './Plus';
|
|
25
33
|
import { default as Quote } from './Quote';
|
|
26
34
|
import { default as Redo } from './Redo';
|
|
@@ -33,4 +41,4 @@ import { default as Trash } from './Trash';
|
|
|
33
41
|
import { default as Underline } from './Underline';
|
|
34
42
|
import { default as Undo } from './Undo';
|
|
35
43
|
import { default as Users } from './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, };
|
|
44
|
+
export { Asterisk, Bold, Book, Calendar, ChevronLeft, ChevronRight, Clock, Code, CodeXml, 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, ShowSidebar, SquareDashed, Strikethrough, TelefragLogo, Trash, Underline, Undo, Users, };
|
|
@@ -1,72 +1,88 @@
|
|
|
1
|
-
import { default as
|
|
1
|
+
import { default as o } 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
5
|
import { default as m } from "./ChevronLeft.js";
|
|
6
6
|
import { default as x } from "./ChevronRight.js";
|
|
7
7
|
import { default as n } from "./Clock.js";
|
|
8
|
-
import { default as
|
|
8
|
+
import { default as h } from "./Code.js";
|
|
9
9
|
import { default as c } from "./CodeXml.js";
|
|
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
|
|
29
|
-
import { default as te } from "./
|
|
30
|
-
import { default as de } 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
|
|
10
|
+
import { default as C } from "./Feather.js";
|
|
11
|
+
import { default as L } from "./Files.js";
|
|
12
|
+
import { default as U } from "./Film.js";
|
|
13
|
+
import { default as R } from "./FlipVertical.js";
|
|
14
|
+
import { default as w } from "./Forum.js";
|
|
15
|
+
import { default as D } from "./Gamepad.js";
|
|
16
|
+
import { default as T } from "./Heading.js";
|
|
17
|
+
import { default as q } from "./Heading1.js";
|
|
18
|
+
import { default as G } from "./Heading2.js";
|
|
19
|
+
import { default as M } from "./Heading3.js";
|
|
20
|
+
import { default as Q } from "./Heading4.js";
|
|
21
|
+
import { default as X } from "./Heading5.js";
|
|
22
|
+
import { default as y } from "./Heading6.js";
|
|
23
|
+
import { default as E } from "./Image.js";
|
|
24
|
+
import { default as N } from "./IndentDecrease.js";
|
|
25
|
+
import { default as Y } from "./Italic.js";
|
|
26
|
+
import { default as _ } from "./JoinUp.js";
|
|
27
|
+
import { default as ee } from "./Link.js";
|
|
28
|
+
import { default as oe } from "./List.js";
|
|
29
|
+
import { default as te } from "./ListOrdered.js";
|
|
30
|
+
import { default as de } from "./Menu.js";
|
|
31
|
+
import { default as se } from "./Pilcrow.js";
|
|
32
|
+
import { default as me } from "./Plus.js";
|
|
33
|
+
import { default as xe } from "./Quote.js";
|
|
34
|
+
import { default as ne } from "./Redo.js";
|
|
35
|
+
import { default as he } from "./Rocket.js";
|
|
36
|
+
import { default as ce } from "./ShowSidebar.js";
|
|
37
|
+
import { default as Ce } from "./SquareDashed.js";
|
|
38
|
+
import { default as Le } from "./Strikethrough.js";
|
|
39
|
+
import { default as Ue } from "./TelefragLogo.js";
|
|
40
|
+
import { default as Re } from "./Trash.js";
|
|
41
|
+
import { default as we } from "./Underline.js";
|
|
42
|
+
import { default as De } from "./Undo.js";
|
|
43
|
+
import { default as Te } from "./Users.js";
|
|
36
44
|
export {
|
|
37
|
-
|
|
45
|
+
o as Asterisk,
|
|
38
46
|
t as Bold,
|
|
39
47
|
d as Book,
|
|
40
48
|
s as Calendar,
|
|
41
49
|
m as ChevronLeft,
|
|
42
50
|
x as ChevronRight,
|
|
43
51
|
n as Clock,
|
|
44
|
-
|
|
52
|
+
h as Code,
|
|
45
53
|
c as CodeXml,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
N as
|
|
61
|
-
Y as
|
|
62
|
-
_ as
|
|
63
|
-
ee as
|
|
64
|
-
|
|
65
|
-
te as
|
|
66
|
-
de as
|
|
67
|
-
se as
|
|
68
|
-
me as
|
|
69
|
-
xe as
|
|
70
|
-
ne as
|
|
71
|
-
|
|
54
|
+
C as Feather,
|
|
55
|
+
L as Files,
|
|
56
|
+
U as Film,
|
|
57
|
+
R as FlipVertical,
|
|
58
|
+
w as Forum,
|
|
59
|
+
D as Gamepad,
|
|
60
|
+
T as Heading,
|
|
61
|
+
q as Heading1,
|
|
62
|
+
G as Heading2,
|
|
63
|
+
M as Heading3,
|
|
64
|
+
Q as Heading4,
|
|
65
|
+
X as Heading5,
|
|
66
|
+
y as Heading6,
|
|
67
|
+
E as Image,
|
|
68
|
+
N as IndentDecrease,
|
|
69
|
+
Y as Italic,
|
|
70
|
+
_ as JoinUp,
|
|
71
|
+
ee as Link,
|
|
72
|
+
oe as List,
|
|
73
|
+
te as ListOrdered,
|
|
74
|
+
de as Menu,
|
|
75
|
+
se as Pilcrow,
|
|
76
|
+
me as Plus,
|
|
77
|
+
xe as Quote,
|
|
78
|
+
ne as Redo,
|
|
79
|
+
he as Rocket,
|
|
80
|
+
ce as ShowSidebar,
|
|
81
|
+
Ce as SquareDashed,
|
|
82
|
+
Le as Strikethrough,
|
|
83
|
+
Ue as TelefragLogo,
|
|
84
|
+
Re as Trash,
|
|
85
|
+
we as Underline,
|
|
86
|
+
De as Undo,
|
|
87
|
+
Te as Users
|
|
72
88
|
};
|
|
@@ -0,0 +1,92 @@
|
|
|
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 i from "./components/icons/Calendar.js";
|
|
5
|
+
import t 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 d from "./components/icons/Feather.js";
|
|
11
|
+
import n from "./components/icons/Files.js";
|
|
12
|
+
import l from "./components/icons/Film.js";
|
|
13
|
+
import g from "./components/icons/FlipVertical.js";
|
|
14
|
+
import s from "./components/icons/Forum.js";
|
|
15
|
+
import c from "./components/icons/Gamepad.js";
|
|
16
|
+
import h from "./components/icons/Heading.js";
|
|
17
|
+
import u from "./components/icons/Heading1.js";
|
|
18
|
+
import H from "./components/icons/Heading2.js";
|
|
19
|
+
import k from "./components/icons/Heading3.js";
|
|
20
|
+
import C from "./components/icons/Heading4.js";
|
|
21
|
+
import S from "./components/icons/Heading5.js";
|
|
22
|
+
import F from "./components/icons/Heading6.js";
|
|
23
|
+
import L from "./components/icons/Image.js";
|
|
24
|
+
import b from "./components/icons/IndentDecrease.js";
|
|
25
|
+
import U from "./components/icons/Italic.js";
|
|
26
|
+
import _ from "./components/icons/JoinUp.js";
|
|
27
|
+
import v from "./components/icons/Link.js";
|
|
28
|
+
import I from "./components/icons/List.js";
|
|
29
|
+
import O from "./components/icons/ListOrdered.js";
|
|
30
|
+
import P from "./components/icons/Menu.js";
|
|
31
|
+
import R from "./components/icons/Pilcrow.js";
|
|
32
|
+
import T from "./components/icons/Plus.js";
|
|
33
|
+
import j from "./components/icons/Quote.js";
|
|
34
|
+
import w from "./components/icons/Redo.js";
|
|
35
|
+
import x from "./components/icons/Rocket.js";
|
|
36
|
+
import y from "./components/icons/ShowSidebar.js";
|
|
37
|
+
import B from "./components/icons/SquareDashed.js";
|
|
38
|
+
import D from "./components/icons/Strikethrough.js";
|
|
39
|
+
import M from "./components/icons/TelefragLogo.js";
|
|
40
|
+
import q from "./components/icons/Trash.js";
|
|
41
|
+
import z from "./components/icons/Underline.js";
|
|
42
|
+
import A from "./components/icons/Undo.js";
|
|
43
|
+
import G from "./components/icons/Users.js";
|
|
44
|
+
const wo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
45
|
+
__proto__: null,
|
|
46
|
+
Asterisk: o,
|
|
47
|
+
Bold: r,
|
|
48
|
+
Book: m,
|
|
49
|
+
Calendar: i,
|
|
50
|
+
ChevronLeft: t,
|
|
51
|
+
ChevronRight: e,
|
|
52
|
+
Clock: p,
|
|
53
|
+
Code: f,
|
|
54
|
+
CodeXml: a,
|
|
55
|
+
Feather: d,
|
|
56
|
+
Files: n,
|
|
57
|
+
Film: l,
|
|
58
|
+
FlipVertical: g,
|
|
59
|
+
Forum: s,
|
|
60
|
+
Gamepad: c,
|
|
61
|
+
Heading: h,
|
|
62
|
+
Heading1: u,
|
|
63
|
+
Heading2: H,
|
|
64
|
+
Heading3: k,
|
|
65
|
+
Heading4: C,
|
|
66
|
+
Heading5: S,
|
|
67
|
+
Heading6: F,
|
|
68
|
+
Image: L,
|
|
69
|
+
IndentDecrease: b,
|
|
70
|
+
Italic: U,
|
|
71
|
+
JoinUp: _,
|
|
72
|
+
Link: v,
|
|
73
|
+
List: I,
|
|
74
|
+
ListOrdered: O,
|
|
75
|
+
Menu: P,
|
|
76
|
+
Pilcrow: R,
|
|
77
|
+
Plus: T,
|
|
78
|
+
Quote: j,
|
|
79
|
+
Redo: w,
|
|
80
|
+
Rocket: x,
|
|
81
|
+
ShowSidebar: y,
|
|
82
|
+
SquareDashed: B,
|
|
83
|
+
Strikethrough: D,
|
|
84
|
+
TelefragLogo: M,
|
|
85
|
+
Trash: q,
|
|
86
|
+
Underline: z,
|
|
87
|
+
Undo: A,
|
|
88
|
+
Users: G
|
|
89
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
90
|
+
export {
|
|
91
|
+
wo as i
|
|
92
|
+
};
|
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-BHO__0Wk.js";
|
|
36
36
|
export {
|
|
37
37
|
$ as Alert,
|
|
38
38
|
q as Block,
|
package/package.json
CHANGED
package/dist/index-29mK1Lv1.js
DELETED
|
@@ -1,76 +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 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
|
-
};
|