@wix/app-extensions 1.0.48 → 1.0.50

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.
@@ -1104,6 +1104,7 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1104
1104
  NodeType2["TOC"] = "TOC";
1105
1105
  NodeType2["SMART_BLOCK"] = "SMART_BLOCK";
1106
1106
  NodeType2["SMART_BLOCK_CELL"] = "SMART_BLOCK_CELL";
1107
+ NodeType2["CHECKBOX_LIST"] = "CHECKBOX_LIST";
1107
1108
  return NodeType2;
1108
1109
  })(NodeType || {});
1109
1110
  var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
@@ -1456,6 +1457,10 @@ var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
1456
1457
  SmartBlockDataType2["PILLS"] = "PILLS";
1457
1458
  SmartBlockDataType2["STAR_RATING"] = "STAR_RATING";
1458
1459
  SmartBlockDataType2["QUOTE_BOXES"] = "QUOTE_BOXES";
1460
+ SmartBlockDataType2["CIRCLE"] = "CIRCLE";
1461
+ SmartBlockDataType2["PYRAMID"] = "PYRAMID";
1462
+ SmartBlockDataType2["STAIRCASE"] = "STAIRCASE";
1463
+ SmartBlockDataType2["VERTICAL_FUNNEL"] = "VERTICAL_FUNNEL";
1459
1464
  return SmartBlockDataType2;
1460
1465
  })(SmartBlockDataType || {});
1461
1466
  var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {