bruce-models 1.4.2 → 1.4.3

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.
@@ -6783,6 +6783,8 @@ var Markup;
6783
6783
  EItemType["Embed"] = "EMBED";
6784
6784
  // Content is expected to be an SVG or font-awesome icon.
6785
6785
  EItemType["Icon"] = "ICON";
6786
+ // Content is expected to be an image.
6787
+ EItemType["Image"] = "IMAGE";
6786
6788
  })(EItemType = Div.EItemType || (Div.EItemType = {}));
6787
6789
  let ItemAction;
6788
6790
  (function (ItemAction) {