@vaadin/rich-text-editor 24.6.0 → 24.7.0-alpha2

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.6.0",
3
+ "version": "24.7.0-alpha2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,20 +41,20 @@
41
41
  "dependencies": {
42
42
  "@open-wc/dedupe-mixin": "^1.3.0",
43
43
  "@polymer/polymer": "^3.0.0",
44
- "@vaadin/button": "~24.6.0",
45
- "@vaadin/component-base": "~24.6.0",
46
- "@vaadin/confirm-dialog": "~24.6.0",
47
- "@vaadin/overlay": "~24.6.0",
48
- "@vaadin/text-field": "~24.6.0",
49
- "@vaadin/tooltip": "~24.6.0",
50
- "@vaadin/vaadin-lumo-styles": "~24.6.0",
51
- "@vaadin/vaadin-material-styles": "~24.6.0",
52
- "@vaadin/vaadin-themable-mixin": "~24.6.0",
44
+ "@vaadin/button": "24.7.0-alpha2",
45
+ "@vaadin/component-base": "24.7.0-alpha2",
46
+ "@vaadin/confirm-dialog": "24.7.0-alpha2",
47
+ "@vaadin/overlay": "24.7.0-alpha2",
48
+ "@vaadin/text-field": "24.7.0-alpha2",
49
+ "@vaadin/tooltip": "24.7.0-alpha2",
50
+ "@vaadin/vaadin-lumo-styles": "24.7.0-alpha2",
51
+ "@vaadin/vaadin-material-styles": "24.7.0-alpha2",
52
+ "@vaadin/vaadin-themable-mixin": "24.7.0-alpha2",
53
53
  "lit": "^3.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@vaadin/a11y-base": "~24.6.0",
57
- "@vaadin/chai-plugins": "~24.6.0",
56
+ "@vaadin/a11y-base": "24.7.0-alpha2",
57
+ "@vaadin/chai-plugins": "24.7.0-alpha2",
58
58
  "@vaadin/testing-helpers": "^1.0.0",
59
59
  "gulp": "^4.0.2",
60
60
  "gulp-cli": "^2.3.0",
@@ -66,5 +66,5 @@
66
66
  "web-types.json",
67
67
  "web-types.lit.json"
68
68
  ],
69
- "gitHead": "c0b38aa981494d04fac64da35aa3890ad72551ea"
69
+ "gitHead": "e2523f9b4abc5a9586fb758166f823dc40c399dd"
70
70
  }
@@ -319,13 +319,9 @@ export const RichTextEditorMixin = (superClass) =>
319
319
  }
320
320
 
321
321
  /** @protected */
322
- async connectedCallback() {
322
+ connectedCallback() {
323
323
  super.connectedCallback();
324
324
 
325
- if (!this.$ && this.updateComplete) {
326
- await this.updateComplete;
327
- }
328
-
329
325
  this._editor.emitter.connect();
330
326
  }
331
327
 
@@ -50,7 +50,6 @@ export const statesStyles = css`
50
50
  pointer-events: none;
51
51
  opacity: 0.5;
52
52
  -webkit-user-select: none;
53
- -moz-user-select: none;
54
53
  user-select: none;
55
54
  }
56
55
 
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.6.0",
4
+ "version": "24.7.0-alpha2",
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.6.0",
4
+ "version": "24.7.0-alpha2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {