@exmg/exm-markdown-editor 1.1.15 → 1.1.17

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.
@@ -281,7 +281,7 @@ __decorate([
281
281
  property()
282
282
  ], MarkdownEditorElementBase.prototype, "html", void 0);
283
283
  __decorate([
284
- property({ type: String, attribute: 'label' })
284
+ property({ type: String })
285
285
  ], MarkdownEditorElementBase.prototype, "label", void 0);
286
286
  __decorate([
287
287
  property({ type: Boolean })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exmg/exm-markdown-editor",
3
- "version": "1.1.15",
3
+ "version": "1.1.17",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "b6198cb92e7f8ab3667eb70d5d86246ca39fd07f"
55
+ "gitHead": "794d4682e99d7b63d72100a662085a54764ebb8f"
56
56
  }