bruce-models 1.4.1 → 1.4.2
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/dist/bruce-models.es5.js +2 -0
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +2 -0
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/markup/markup.js +2 -0
- package/dist/lib/markup/markup.js.map +1 -1
- package/dist/types/markup/markup.d.ts +6 -4
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -6565,6 +6565,8 @@
|
|
|
6565
6565
|
// Embed, assume content is html.
|
|
6566
6566
|
// Make it take over the whole cell instead of padding it and such.
|
|
6567
6567
|
EItemType["Embed"] = "EMBED";
|
|
6568
|
+
// Content is expected to be an SVG or font-awesome icon.
|
|
6569
|
+
EItemType["Icon"] = "ICON";
|
|
6568
6570
|
})(EItemType = Div.EItemType || (Div.EItemType = {}));
|
|
6569
6571
|
let ItemAction;
|
|
6570
6572
|
(function (ItemAction) {
|