@cyberskill/cyber-editor 3.9.0 → 3.9.1
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/_tsup-dts-rollup.d.cts +196 -0
- package/dist/_tsup-dts-rollup.d.ts +196 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.cts +20 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.js +1 -0
- package/dist/modules/accordion/accordion-extension.cjs +1 -0
- package/dist/modules/accordion/accordion-extension.d.cts +1 -0
- package/dist/modules/accordion/accordion-extension.d.ts +1 -0
- package/dist/modules/accordion/accordion-extension.js +1 -0
- package/dist/modules/accordion/accordion-view.component.cjs +1 -0
- package/dist/modules/accordion/accordion-view.component.d.cts +1 -0
- package/dist/modules/accordion/accordion-view.component.d.ts +1 -0
- package/dist/modules/accordion/accordion-view.component.js +1 -0
- package/dist/modules/accordion/accordion-view.type.cjs +1 -0
- package/dist/modules/accordion/accordion-view.type.d.cts +2 -0
- package/dist/modules/accordion/accordion-view.type.d.ts +2 -0
- package/dist/modules/accordion/accordion-view.type.js +0 -0
- package/dist/modules/accordion/index.cjs +1 -0
- package/dist/modules/accordion/index.d.cts +4 -0
- package/dist/modules/accordion/index.d.ts +4 -0
- package/dist/modules/accordion/index.js +1 -0
- package/dist/modules/color-picker/color-picker.component.cjs +1 -0
- package/dist/modules/color-picker/color-picker.component.d.cts +1 -0
- package/dist/modules/color-picker/color-picker.component.d.ts +1 -0
- package/dist/modules/color-picker/color-picker.component.js +1 -0
- package/dist/modules/color-picker/color-picker.type.cjs +1 -0
- package/dist/modules/color-picker/color-picker.type.d.cts +1 -0
- package/dist/modules/color-picker/color-picker.type.d.ts +1 -0
- package/dist/modules/color-picker/color-picker.type.js +0 -0
- package/dist/modules/color-picker/index.cjs +1 -0
- package/dist/modules/color-picker/index.d.cts +2 -0
- package/dist/modules/color-picker/index.d.ts +2 -0
- package/dist/modules/color-picker/index.js +1 -0
- package/dist/modules/editor/editor.component.cjs +1 -0
- package/dist/modules/editor/editor.component.d.cts +1 -0
- package/dist/modules/editor/editor.component.d.ts +1 -0
- package/dist/modules/editor/editor.component.js +1 -0
- package/dist/modules/editor/editor.constant.cjs +1 -0
- package/dist/modules/editor/editor.constant.d.cts +1 -0
- package/dist/modules/editor/editor.constant.d.ts +1 -0
- package/dist/modules/editor/editor.constant.js +1 -0
- package/dist/modules/editor/editor.module.d.cts +1 -0
- package/dist/modules/editor/editor.module.d.ts +1 -0
- package/dist/modules/editor/editor.module.scss +313 -0
- package/dist/modules/editor/editor.type.cjs +1 -0
- package/dist/modules/editor/editor.type.d.cts +1 -0
- package/dist/modules/editor/editor.type.d.ts +1 -0
- package/dist/modules/editor/editor.type.js +0 -0
- package/dist/modules/editor/index.cjs +1 -0
- package/dist/modules/editor/index.d.cts +3 -0
- package/dist/modules/editor/index.d.ts +3 -0
- package/dist/modules/editor/index.js +1 -0
- package/dist/modules/heading/heading.component.cjs +1 -0
- package/dist/modules/heading/heading.component.d.cts +1 -0
- package/dist/modules/heading/heading.component.d.ts +1 -0
- package/dist/modules/heading/heading.component.js +1 -0
- package/dist/modules/heading/heading.type.cjs +1 -0
- package/dist/modules/heading/heading.type.d.cts +1 -0
- package/dist/modules/heading/heading.type.d.ts +1 -0
- package/dist/modules/heading/heading.type.js +0 -0
- package/dist/modules/heading/index.cjs +1 -0
- package/dist/modules/heading/index.d.cts +2 -0
- package/dist/modules/heading/index.d.ts +2 -0
- package/dist/modules/heading/index.js +1 -0
- package/dist/modules/home/home.page.cjs +1 -0
- package/dist/modules/home/home.page.d.cts +1 -0
- package/dist/modules/home/home.page.d.ts +1 -0
- package/dist/modules/home/home.page.js +1 -0
- package/dist/modules/home/index.cjs +1 -0
- package/dist/modules/home/index.d.cts +1 -0
- package/dist/modules/home/index.d.ts +1 -0
- package/dist/modules/home/index.js +1 -0
- package/dist/modules/image/image-view.component.cjs +1 -0
- package/dist/modules/image/image-view.component.d.cts +1 -0
- package/dist/modules/image/image-view.component.d.ts +1 -0
- package/dist/modules/image/image-view.component.js +1 -0
- package/dist/modules/image/image-view.type.cjs +1 -0
- package/dist/modules/image/image-view.type.d.cts +2 -0
- package/dist/modules/image/image-view.type.d.ts +2 -0
- package/dist/modules/image/image-view.type.js +0 -0
- package/dist/modules/image/image.cjs +1 -0
- package/dist/modules/image/image.d.cts +1 -0
- package/dist/modules/image/image.d.ts +1 -0
- package/dist/modules/image/image.js +1 -0
- package/dist/modules/image/index.cjs +1 -0
- package/dist/modules/image/index.d.cts +4 -0
- package/dist/modules/image/index.d.ts +4 -0
- package/dist/modules/image/index.js +1 -0
- package/dist/modules/index.cjs +1 -0
- package/dist/modules/index.d.cts +20 -0
- package/dist/modules/index.d.ts +20 -0
- package/dist/modules/index.js +1 -0
- package/dist/modules/table/index.cjs +1 -0
- package/dist/modules/table/index.d.cts +2 -0
- package/dist/modules/table/index.d.ts +2 -0
- package/dist/modules/table/index.js +1 -0
- package/dist/modules/table/table.component.cjs +1 -0
- package/dist/modules/table/table.component.d.cts +1 -0
- package/dist/modules/table/table.component.d.ts +1 -0
- package/dist/modules/table/table.component.js +1 -0
- package/dist/modules/table/table.type.cjs +1 -0
- package/dist/modules/table/table.type.d.cts +1 -0
- package/dist/modules/table/table.type.d.ts +1 -0
- package/dist/modules/table/table.type.js +0 -0
- package/dist/modules/toolbar/index.cjs +1 -0
- package/dist/modules/toolbar/index.d.cts +2 -0
- package/dist/modules/toolbar/index.d.ts +2 -0
- package/dist/modules/toolbar/index.js +1 -0
- package/dist/modules/toolbar/toolbar.component.cjs +1 -0
- package/dist/modules/toolbar/toolbar.component.d.cts +1 -0
- package/dist/modules/toolbar/toolbar.component.d.ts +1 -0
- package/dist/modules/toolbar/toolbar.component.js +1 -0
- package/dist/modules/toolbar/toolbar.custom.component.cjs +1 -0
- package/dist/modules/toolbar/toolbar.custom.component.d.cts +1 -0
- package/dist/modules/toolbar/toolbar.custom.component.d.ts +1 -0
- package/dist/modules/toolbar/toolbar.custom.component.js +1 -0
- package/dist/shared/component/color-picker/color-picker.component.cjs +1 -0
- package/dist/shared/component/color-picker/color-picker.component.d.cts +1 -0
- package/dist/shared/component/color-picker/color-picker.component.d.ts +1 -0
- package/dist/shared/component/color-picker/color-picker.component.js +1 -0
- package/dist/shared/component/color-picker/color-picker.type.cjs +1 -0
- package/dist/shared/component/color-picker/color-picker.type.d.cts +1 -0
- package/dist/shared/component/color-picker/color-picker.type.d.ts +1 -0
- package/dist/shared/component/color-picker/color-picker.type.js +0 -0
- package/dist/shared/component/color-picker/index.cjs +1 -0
- package/dist/shared/component/color-picker/index.d.cts +2 -0
- package/dist/shared/component/color-picker/index.d.ts +2 -0
- package/dist/shared/component/color-picker/index.js +1 -0
- package/dist/shared/component/index.cjs +1 -0
- package/dist/shared/component/index.d.cts +4 -0
- package/dist/shared/component/index.d.ts +4 -0
- package/dist/shared/component/index.js +1 -0
- package/dist/shared/component/modal-edit/index.cjs +1 -0
- package/dist/shared/component/modal-edit/index.d.cts +2 -0
- package/dist/shared/component/modal-edit/index.d.ts +2 -0
- package/dist/shared/component/modal-edit/index.js +1 -0
- package/dist/shared/component/modal-edit/modal-edit.component.cjs +1 -0
- package/dist/shared/component/modal-edit/modal-edit.component.d.cts +1 -0
- package/dist/shared/component/modal-edit/modal-edit.component.d.ts +1 -0
- package/dist/shared/component/modal-edit/modal-edit.component.js +1 -0
- package/dist/shared/component/modal-edit/modal-edit.type.cjs +1 -0
- package/dist/shared/component/modal-edit/modal-edit.type.d.cts +1 -0
- package/dist/shared/component/modal-edit/modal-edit.type.d.ts +1 -0
- package/dist/shared/component/modal-edit/modal-edit.type.js +0 -0
- package/dist/shared/style/global.css +2 -0
- package/dist/shared/style/global.d.cts +1 -0
- package/dist/shared/style/global.d.ts +1 -0
- package/dist/shared/typescript/style.d.cjs +1 -0
- package/dist/shared/typescript/style.d.d.cts +1 -0
- package/dist/shared/typescript/style.d.d.ts +1 -0
- package/dist/shared/typescript/style.d.js +0 -0
- package/package.json +42 -32
- package/dist/client/_commonjsHelpers-C6fGbg64.js +0 -6
- package/dist/client/_commonjsHelpers-DwGv2jUC.cjs +0 -1
- package/dist/client/assets/manifest-e1ae6e39.js +0 -1
- package/dist/client/chunk-D4RADZKF-CqCYZIAv.js +0 -6257
- package/dist/client/chunk-D4RADZKF-sLhgGPy5.cjs +0 -56
- package/dist/client/cyber-editor.cjs.js +0 -259
- package/dist/client/cyber-editor.cjs2.js +0 -1
- package/dist/client/cyber-editor.cjs3.js +0 -1
- package/dist/client/cyber-editor.cjs4.js +0 -604
- package/dist/client/cyber-editor.cjs5.js +0 -1
- package/dist/client/cyber-editor.css +0 -1
- package/dist/client/cyber-editor.es.js +0 -25364
- package/dist/client/cyber-editor.es2.js +0 -43
- package/dist/client/cyber-editor.es3.js +0 -11
- package/dist/client/cyber-editor.es4.js +0 -46769
- package/dist/client/cyber-editor.es5.js +0 -11
- package/dist/client/index-HJNgKdvE.cjs +0 -5
- package/dist/client/index-rkLJDvut.js +0 -156
- package/dist/client/index.d.ts +0 -23
- package/dist/client/index.html +0 -6
- package/dist/client/with-props-Ba4118z_.js +0 -27
- package/dist/client/with-props-CuGIah2q.cjs +0 -1
- /package/{dist/client → public}/assets/icons/index.ts +0 -0
- /package/{dist/client → public}/favicon.svg +0 -0
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { w as r, a as s } from "./with-props-Ba4118z_.js";
|
|
2
|
-
import { n as t, M as a, L as n, S as o, o as i, O as l } from "./chunk-D4RADZKF-CqCYZIAv.js";
|
|
3
|
-
import { j as c, g as x } from "./index-rkLJDvut.js";
|
|
4
|
-
function j({ children: e }) {
|
|
5
|
-
return /* @__PURE__ */ t.jsx(c, { children: e });
|
|
6
|
-
}
|
|
7
|
-
function h({
|
|
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("meta", {
|
|
20
|
-
name: "viewport",
|
|
21
|
-
content: "width=device-width, initial-scale=1.0"
|
|
22
|
-
}), /* @__PURE__ */ t.jsx("title", {
|
|
23
|
-
children: "Cyber Editor"
|
|
24
|
-
}), /* @__PURE__ */ t.jsx(a, {}), /* @__PURE__ */ t.jsx(n, {})]
|
|
25
|
-
}), /* @__PURE__ */ t.jsxs("body", {
|
|
26
|
-
children: [e, /* @__PURE__ */ t.jsx(o, {}), /* @__PURE__ */ t.jsx(i, {})]
|
|
27
|
-
})]
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
const p = r(function() {
|
|
31
|
-
return /* @__PURE__ */ t.jsx(x, {
|
|
32
|
-
full: !0
|
|
33
|
-
});
|
|
34
|
-
}), f = s(function() {
|
|
35
|
-
return /* @__PURE__ */ t.jsx(j, {
|
|
36
|
-
children: /* @__PURE__ */ t.jsx(l, {})
|
|
37
|
-
});
|
|
38
|
-
});
|
|
39
|
-
export {
|
|
40
|
-
p as HydrateFallback,
|
|
41
|
-
h as Layout,
|
|
42
|
-
f as default
|
|
43
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
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
|
-
};
|