@cyberskill/cyber-editor 3.8.6 → 3.8.8
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/README.md +3 -231
- package/dist/client/_commonjsHelpers-C6fGbg64.js +6 -0
- package/dist/client/_commonjsHelpers-DwGv2jUC.cjs +1 -0
- package/dist/client/assets/manifest-e1ae6e39.js +1 -0
- package/dist/client/chunk-D4RADZKF-CqCYZIAv.js +6257 -0
- package/dist/client/chunk-D4RADZKF-sLhgGPy5.cjs +56 -0
- package/dist/client/cyber-editor.cjs.js +259 -0
- package/dist/client/cyber-editor.cjs2.js +1 -0
- package/dist/client/cyber-editor.cjs3.js +1 -0
- package/dist/client/cyber-editor.cjs4.js +604 -0
- package/dist/client/cyber-editor.cjs5.js +1 -0
- package/dist/client/cyber-editor.css +1 -0
- package/dist/client/cyber-editor.es.js +25364 -0
- package/dist/client/cyber-editor.es2.js +55 -0
- package/dist/client/cyber-editor.es3.js +11 -0
- package/dist/{cyber-editor.es.js → client/cyber-editor.es4.js} +13943 -17051
- package/dist/client/cyber-editor.es5.js +11 -0
- package/dist/client/index-HJNgKdvE.cjs +5 -0
- package/dist/client/index-rkLJDvut.js +156 -0
- package/dist/client/index.html +6 -0
- package/dist/client/with-props-Ba4118z_.js +27 -0
- package/dist/client/with-props-CuGIah2q.cjs +1 -0
- package/package.json +56 -41
- package/dist/cyber-editor.cjs.js +0 -668
- package/dist/cyber-editor.css +0 -1
- package/dist/index.d.ts +0 -3
- package/dist/modules/accordion/accordion-extension.d.ts +0 -2
- package/dist/modules/accordion/accordion-extension.type.d.ts +0 -11
- package/dist/modules/accordion/accordion-view.component.d.ts +0 -2
- package/dist/modules/accordion/accordion-view.type.d.ts +0 -5
- package/dist/modules/accordion/index.d.ts +0 -4
- package/dist/modules/color-picker/color-picker.component.d.ts +0 -2
- package/dist/modules/color-picker/color-picker.type.d.ts +0 -4
- package/dist/modules/color-picker/index.d.ts +0 -2
- package/dist/modules/heading/heading.component.d.ts +0 -2
- package/dist/modules/heading/heading.type.d.ts +0 -4
- package/dist/modules/heading/index.d.ts +0 -2
- package/dist/modules/image/image-view.component.d.ts +0 -2
- package/dist/modules/image/image-view.type.d.ts +0 -4
- package/dist/modules/image/image.d.ts +0 -2
- package/dist/modules/image/image.type.d.ts +0 -12
- package/dist/modules/image/index.d.ts +0 -4
- package/dist/modules/index.d.ts +0 -6
- package/dist/modules/table/index.d.ts +0 -2
- package/dist/modules/table/table.component.d.ts +0 -2
- package/dist/modules/table/table.type.d.ts +0 -6
- package/dist/modules/toolbar/custom.d.ts +0 -1
- package/dist/modules/toolbar/index.d.ts +0 -1
- package/dist/root.d.ts +0 -1
- package/dist/shared/components/color-picker/color-picker.component.d.ts +0 -2
- package/dist/shared/components/color-picker/color-picker.type.d.ts +0 -5
- package/dist/shared/components/color-picker/index.d.ts +0 -2
- package/dist/shared/components/index.d.ts +0 -2
- package/dist/shared/components/modal-edit/index.d.ts +0 -2
- package/dist/shared/components/modal-edit/modal-edit.component.d.ts +0 -2
- package/dist/shared/components/modal-edit/modal-edit.type.d.ts +0 -6
- package/dist/shared/configs/env.d.ts +0 -2
- package/dist/shared/constants/alias.d.ts +0 -4
- package/dist/shared/constants/index.d.ts +0 -1
- package/dist/shared/providers/editor.d.ts +0 -3
- package/dist/shared/providers/index.d.ts +0 -1
- package/dist/shared/typescript/index.d.ts +0 -8
- package/dist/shared/utils/extensions.d.ts +0 -1
- package/dist/shared/utils/index.d.ts +0 -1
- /package/dist/{assets → client/assets}/icons/index.ts +0 -0
- /package/dist/{favicon.svg → client/favicon.svg} +0 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { w as s, a as n } from "./with-props-Ba4118z_.js";
|
|
2
|
+
import { n as t, M as a, L as o, S as i, o as l, O as c } from "./chunk-D4RADZKF-CqCYZIAv.js";
|
|
3
|
+
import { j as d, g as j } from "./index-rkLJDvut.js";
|
|
4
|
+
function x({ children: e }) {
|
|
5
|
+
return /* @__PURE__ */ t.jsx(d, { children: e });
|
|
6
|
+
}
|
|
7
|
+
function m({
|
|
8
|
+
children: e
|
|
9
|
+
}) {
|
|
10
|
+
return /* @__PURE__ */ t.jsxs("html", {
|
|
11
|
+
lang: "en",
|
|
12
|
+
children: [/* @__PURE__ */ t.jsxs("head", {
|
|
13
|
+
children: [/* @__PURE__ */ t.jsx("meta", {
|
|
14
|
+
charSet: "UTF-8"
|
|
15
|
+
}), /* @__PURE__ */ t.jsx("link", {
|
|
16
|
+
rel: "icon",
|
|
17
|
+
type: "image/svg+xml",
|
|
18
|
+
href: "/vite.svg"
|
|
19
|
+
}), /* @__PURE__ */ t.jsx("link", {
|
|
20
|
+
rel: "stylesheet preload prefetch",
|
|
21
|
+
as: "style",
|
|
22
|
+
href: "https://cdn.jsdelivr.net/npm/gardevoir",
|
|
23
|
+
onLoad: (r) => {
|
|
24
|
+
r.currentTarget.onload = null;
|
|
25
|
+
}
|
|
26
|
+
}), /* @__PURE__ */ t.jsx("noscript", {
|
|
27
|
+
children: /* @__PURE__ */ t.jsx("link", {
|
|
28
|
+
rel: "stylesheet",
|
|
29
|
+
href: "https://cdn.jsdelivr.net/npm/gardevoir"
|
|
30
|
+
})
|
|
31
|
+
}), /* @__PURE__ */ t.jsx("meta", {
|
|
32
|
+
name: "viewport",
|
|
33
|
+
content: "width=device-width, initial-scale=1.0"
|
|
34
|
+
}), /* @__PURE__ */ t.jsx("title", {
|
|
35
|
+
children: "Cyber Editor"
|
|
36
|
+
}), /* @__PURE__ */ t.jsx(a, {}), /* @__PURE__ */ t.jsx(o, {})]
|
|
37
|
+
}), /* @__PURE__ */ t.jsxs("body", {
|
|
38
|
+
children: [e, /* @__PURE__ */ t.jsx(i, {}), /* @__PURE__ */ t.jsx(l, {})]
|
|
39
|
+
})]
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
const f = s(function() {
|
|
43
|
+
return /* @__PURE__ */ t.jsx(j, {
|
|
44
|
+
full: !0
|
|
45
|
+
});
|
|
46
|
+
}), y = n(function() {
|
|
47
|
+
return /* @__PURE__ */ t.jsx(x, {
|
|
48
|
+
children: /* @__PURE__ */ t.jsx(c, {})
|
|
49
|
+
});
|
|
50
|
+
});
|
|
51
|
+
export {
|
|
52
|
+
f as HydrateFallback,
|
|
53
|
+
m as Layout,
|
|
54
|
+
y as default
|
|
55
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { a as n } from "./with-props-Ba4118z_.js";
|
|
2
|
+
import { n as t, O as o } from "./chunk-D4RADZKF-CqCYZIAv.js";
|
|
3
|
+
function a() {
|
|
4
|
+
return /* @__PURE__ */ t.jsxs(t.Fragment, {
|
|
5
|
+
children: ["Blank Layout", /* @__PURE__ */ t.jsx(o, {})]
|
|
6
|
+
});
|
|
7
|
+
}
|
|
8
|
+
const e = n(a);
|
|
9
|
+
export {
|
|
10
|
+
e as default
|
|
11
|
+
};
|