bruce-models 2.7.3 → 2.7.5

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.
@@ -11193,6 +11193,8 @@
11193
11193
  EItemType["Icon"] = "ICON";
11194
11194
  // Content is expected to be an image.
11195
11195
  EItemType["Image"] = "IMAGE";
11196
+ // No content. Only a shape.
11197
+ EItemType["None"] = "NONE";
11196
11198
  })(EItemType = Div.EItemType || (Div.EItemType = {}));
11197
11199
  let ItemAction;
11198
11200
  (function (ItemAction) {
@@ -11703,7 +11705,7 @@
11703
11705
  DataSource.GetList = GetList;
11704
11706
  })(exports.DataSource || (exports.DataSource = {}));
11705
11707
 
11706
- const VERSION$1 = "2.7.3";
11708
+ const VERSION$1 = "2.7.5";
11707
11709
 
11708
11710
  exports.VERSION = VERSION$1;
11709
11711
  exports.AbstractApi = AbstractApi;