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.
@@ -6567,6 +6567,8 @@
6567
6567
  EItemType["Embed"] = "EMBED";
6568
6568
  // Content is expected to be an SVG or font-awesome icon.
6569
6569
  EItemType["Icon"] = "ICON";
6570
+ // Content is expected to be an image.
6571
+ EItemType["Image"] = "IMAGE";
6570
6572
  })(EItemType = Div.EItemType || (Div.EItemType = {}));
6571
6573
  let ItemAction;
6572
6574
  (function (ItemAction) {