@vaadin/rich-text-editor 24.4.0-beta2 → 24.4.0-beta3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/rich-text-editor",
3
- "version": "24.4.0-beta2",
3
+ "version": "24.4.0-beta3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,19 +41,19 @@
41
41
  "dependencies": {
42
42
  "@open-wc/dedupe-mixin": "^1.3.0",
43
43
  "@polymer/polymer": "^3.0.0",
44
- "@vaadin/button": "24.4.0-beta2",
45
- "@vaadin/component-base": "24.4.0-beta2",
46
- "@vaadin/confirm-dialog": "24.4.0-beta2",
47
- "@vaadin/text-field": "24.4.0-beta2",
48
- "@vaadin/tooltip": "24.4.0-beta2",
49
- "@vaadin/vaadin-lumo-styles": "24.4.0-beta2",
50
- "@vaadin/vaadin-material-styles": "24.4.0-beta2",
51
- "@vaadin/vaadin-themable-mixin": "24.4.0-beta2",
44
+ "@vaadin/button": "24.4.0-beta3",
45
+ "@vaadin/component-base": "24.4.0-beta3",
46
+ "@vaadin/confirm-dialog": "24.4.0-beta3",
47
+ "@vaadin/text-field": "24.4.0-beta3",
48
+ "@vaadin/tooltip": "24.4.0-beta3",
49
+ "@vaadin/vaadin-lumo-styles": "24.4.0-beta3",
50
+ "@vaadin/vaadin-material-styles": "24.4.0-beta3",
51
+ "@vaadin/vaadin-themable-mixin": "24.4.0-beta3",
52
52
  "lit": "^3.0.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@esm-bundle/chai": "^4.3.4",
56
- "@vaadin/a11y-base": "24.4.0-beta2",
56
+ "@vaadin/a11y-base": "24.4.0-beta3",
57
57
  "@vaadin/testing-helpers": "^0.6.0",
58
58
  "gulp": "^4.0.2",
59
59
  "gulp-cli": "^2.3.0",
@@ -65,5 +65,5 @@
65
65
  "web-types.json",
66
66
  "web-types.lit.json"
67
67
  ],
68
- "gitHead": "886ab2e7ccb8353ac3b7a42ebb96dfe2d1211556"
68
+ "gitHead": "3dd7aacdb6ff53db93efcdc7e4c840119370ed38"
69
69
  }
@@ -681,7 +681,7 @@ export const RichTextEditorMixin = (superClass) =>
681
681
  return `class="${classes.join(' ')}"`;
682
682
  });
683
683
  // Remove meta spans, e.g. cursor which are empty after Quill classes removed
684
- content = content.replace(/<\/?span[^>]*>/gu, '');
684
+ content = content.replace(/<span[^>]*><\/span>/gu, '');
685
685
 
686
686
  // Replace Quill align classes with inline styles
687
687
  [this.__dir === 'rtl' ? 'left' : 'right', 'center', 'justify'].forEach((align) => {
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/rich-text-editor",
4
- "version": "24.4.0-beta2",
4
+ "version": "24.4.0-beta3",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/rich-text-editor",
4
- "version": "24.4.0-beta2",
4
+ "version": "24.4.0-beta3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {