@limetech/lime-elements 37.70.1 → 37.70.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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [37.70.2](https://github.com/Lundalogik/lime-elements/compare/v37.70.1...v37.70.2) (2024-11-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+
7
+ * **text-editor:** remove comma above menu bar ([e26098c](https://github.com/Lundalogik/lime-elements/commit/e26098ca9020d9f3b5bcfacfc2604d4c6c4bd9da))
8
+
1
9
  ## [37.70.1](https://github.com/Lundalogik/lime-elements/compare/v37.70.0...v37.70.1) (2024-11-21)
2
10
 
3
11
 
@@ -27940,7 +27940,7 @@ const ProsemirrorAdapter = class {
27940
27940
  (_c = this.view) === null || _c === void 0 ? void 0 : _c.destroy();
27941
27941
  }
27942
27942
  render() {
27943
- return (index.h(index.Host, { onFocus: this.handleFocus }, index.h("div", { id: "editor" }), ",", index.h("div", { class: "toolbar" }, index.h("limel-action-bar", { ref: (el) => (this.actionBarElement = el), accessibleLabel: "Toolbar", actions: this.actionBarItems, onItemSelected: this.handleActionBarItem })), this.renderLinkMenu()));
27943
+ return (index.h(index.Host, { onFocus: this.handleFocus }, index.h("div", { id: "editor" }), index.h("div", { class: "toolbar" }, index.h("limel-action-bar", { ref: (el) => (this.actionBarElement = el), accessibleLabel: "Toolbar", actions: this.actionBarItems, onItemSelected: this.handleActionBarItem })), this.renderLinkMenu()));
27944
27944
  }
27945
27945
  renderLinkMenu() {
27946
27946
  if (!this.isLinkMenuOpen) {