@wix/app-extensions 1.0.49 → 1.0.51
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/build/cjs/index.js +5 -0
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.mjs +5 -0
- package/build/es/index.mjs.map +1 -1
- package/build/trusted/cjs/index.d.ts +78 -9
- package/build/trusted/cjs/index.js +5 -0
- package/build/trusted/cjs/index.js.map +1 -1
- package/build/trusted/es/index.d.mts +78 -9
- package/build/trusted/es/index.mjs +5 -0
- package/build/trusted/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -570,6 +570,7 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
570
570
|
NodeType2["TOC"] = "TOC";
|
|
571
571
|
NodeType2["SMART_BLOCK"] = "SMART_BLOCK";
|
|
572
572
|
NodeType2["SMART_BLOCK_CELL"] = "SMART_BLOCK_CELL";
|
|
573
|
+
NodeType2["CHECKBOX_LIST"] = "CHECKBOX_LIST";
|
|
573
574
|
return NodeType2;
|
|
574
575
|
})(NodeType || {});
|
|
575
576
|
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
@@ -922,6 +923,10 @@ var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
|
|
|
922
923
|
SmartBlockDataType2["PILLS"] = "PILLS";
|
|
923
924
|
SmartBlockDataType2["STAR_RATING"] = "STAR_RATING";
|
|
924
925
|
SmartBlockDataType2["QUOTE_BOXES"] = "QUOTE_BOXES";
|
|
926
|
+
SmartBlockDataType2["CIRCLE"] = "CIRCLE";
|
|
927
|
+
SmartBlockDataType2["PYRAMID"] = "PYRAMID";
|
|
928
|
+
SmartBlockDataType2["STAIRCASE"] = "STAIRCASE";
|
|
929
|
+
SmartBlockDataType2["VERTICAL_FUNNEL"] = "VERTICAL_FUNNEL";
|
|
925
930
|
return SmartBlockDataType2;
|
|
926
931
|
})(SmartBlockDataType || {});
|
|
927
932
|
var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
|