email-builder-online 2.2.2 → 2.2.3
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/LICENSE +21 -21
- package/README.md +206 -206
- package/dist/editor-sample/src/documents/editor/EditorContext.d.ts.map +1 -1
- package/dist/editor-sample/src/documents/editor/core.d.ts.map +1 -1
- package/dist/editor-sample/src/index.d.ts.map +1 -1
- package/dist/editor-sample/src/locales/en-US/common.json.d.ts +7 -7
- package/dist/editor-sample/src/locales/en-US/inspector.json.d.ts +206 -206
- package/dist/editor-sample/src/locales/es-419/common.json.d.ts +7 -7
- package/dist/editor-sample/src/locales/es-419/inspector.json.d.ts +211 -211
- package/dist/editor-sample/src/locales/it-IT/common.json.d.ts +7 -7
- package/dist/editor-sample/src/locales/it-IT/inspector.json.d.ts +211 -211
- package/dist/email-builder.cjs.js +1 -1
- package/dist/email-builder.cjs.js.map +1 -1
- package/dist/email-builder.es.js +2 -0
- package/dist/email-builder.es.js.map +1 -1
- package/package.json +115 -115
package/dist/email-builder.es.js
CHANGED
|
@@ -154772,6 +154772,8 @@ function VRe() {
|
|
|
154772
154772
|
height: "string",
|
|
154773
154773
|
stickyHeader: "boolean",
|
|
154774
154774
|
sticky: "boolean",
|
|
154775
|
+
htmlTab: "boolean",
|
|
154776
|
+
jsonTab: "boolean",
|
|
154775
154777
|
locale: "string",
|
|
154776
154778
|
dataLocale: "string",
|
|
154777
154779
|
imagePlaceholder: "string"
|