@lvce-editor/constants 5.1.0 → 5.2.0

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.
@@ -100,6 +100,8 @@ export const getElementTag = (type) => {
100
100
  return ElementTag.Select;
101
101
  case VirtualDomElements.Span:
102
102
  return ElementTag.Span;
103
+ case VirtualDomElements.Strong:
104
+ return ElementTag.Strong;
103
105
  case VirtualDomElements.Style:
104
106
  return ElementTag.Style;
105
107
  case VirtualDomElements.Table:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/constants",
3
- "version": "5.1.0",
3
+ "version": "5.2.0",
4
4
  "description": "Constants",
5
5
  "repository": {
6
6
  "type": "git",