@grapesjs/studio-sdk-plugins 1.0.7 → 1.0.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/dist/dialogComponent/index.cjs.js +1 -1
- package/dist/dialogComponent/index.es.js +1 -1
- package/dist/dialogComponent/index.umd.js +1 -1
- package/dist/fsLightboxComponent/index.cjs.d.ts +3 -0
- package/dist/fsLightboxComponent/index.cjs.js +6 -0
- package/dist/fsLightboxComponent/index.d.ts +3 -0
- package/dist/fsLightboxComponent/index.es.d.ts +3 -0
- package/dist/fsLightboxComponent/index.es.js +265 -0
- package/dist/fsLightboxComponent/index.umd.js +6 -0
- package/dist/fsLightboxComponent/types.d.ts +37 -0
- package/dist/fsLightboxComponent/typesSchema.d.ts +3 -0
- package/dist/index.cjs.d.ts +1 -0
- package/dist/index.cjs.js +19 -14
- package/dist/index.d.ts +1 -0
- package/dist/index.es.d.ts +1 -0
- package/dist/index.es.js +2452 -2266
- package/dist/index.umd.js +19 -14
- package/dist/listPagesComponent/index.cjs.js +1 -1
- package/dist/listPagesComponent/index.es.js +1 -1
- package/dist/listPagesComponent/index.umd.js +1 -1
- package/dist/prosemirror/index.cjs.js +1 -1
- package/dist/prosemirror/index.es.js +1 -1
- package/dist/prosemirror/index.umd.js +1 -1
- package/dist/tableComponent/index.cjs.js +1 -1
- package/dist/tableComponent/index.es.js +1 -1
- package/dist/tableComponent/index.umd.js +1 -1
- package/package.json +1 -1
|
@@ -9751,7 +9751,7 @@ const Cr = "app.grapesjs.com", Mo = "app-stage.grapesjs.com", Ei = [
|
|
|
9751
9751
|
const n = Oo() && window.location.hostname;
|
|
9752
9752
|
return !!n && (Ei.includes(n) || Ei.some((e) => n.endsWith(e)));
|
|
9753
9753
|
}, sf = () => (Oo() && window.location.hostname) === Cr;
|
|
9754
|
-
var of = { NODE_ENV: "production", NPM_PACKAGE_VERSION: "1.0.
|
|
9754
|
+
var of = { NODE_ENV: "production", NPM_PACKAGE_VERSION: "1.0.8", STUDIO_NPM_PACKAGE_VERSION: "1.0.25" };
|
|
9755
9755
|
const lf = of.NODE_ENV !== "production";
|
|
9756
9756
|
async function af({
|
|
9757
9757
|
path: n,
|