@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.
@@ -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) => {