@wix/auto_sdk_events_forms 1.0.20 → 1.0.22

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/index.mjs CHANGED
@@ -937,6 +937,7 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
937
937
  DecorationType2["COLOR"] = "COLOR";
938
938
  DecorationType2["FONT_SIZE"] = "FONT_SIZE";
939
939
  DecorationType2["EXTERNAL"] = "EXTERNAL";
940
+ DecorationType2["STRIKETHROUGH"] = "STRIKETHROUGH";
940
941
  return DecorationType2;
941
942
  })(DecorationType || {});
942
943
  var FontType = /* @__PURE__ */ ((FontType2) => {