@wix/auto_sdk_events_categories 1.0.57 → 1.0.58

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.
@@ -846,6 +846,7 @@ var State = /* @__PURE__ */ ((State2) => {
846
846
  State2["AUTO"] = "AUTO";
847
847
  State2["RECURRING_EVENT"] = "RECURRING_EVENT";
848
848
  State2["HIDDEN"] = "HIDDEN";
849
+ State2["COMPONENT"] = "COMPONENT";
849
850
  return State2;
850
851
  })(State || {});
851
852
  var SortOrder = /* @__PURE__ */ ((SortOrder2) => {