@vaadin/rich-text-editor 25.1.0-alpha6 → 25.1.0-alpha7

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": "25.1.0-alpha6",
3
+ "version": "25.1.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,29 +35,30 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.1.0-alpha6",
39
- "@vaadin/button": "25.1.0-alpha6",
40
- "@vaadin/component-base": "25.1.0-alpha6",
41
- "@vaadin/confirm-dialog": "25.1.0-alpha6",
42
- "@vaadin/overlay": "25.1.0-alpha6",
43
- "@vaadin/text-field": "25.1.0-alpha6",
44
- "@vaadin/tooltip": "25.1.0-alpha6",
45
- "@vaadin/vaadin-themable-mixin": "25.1.0-alpha6",
38
+ "@vaadin/a11y-base": "25.1.0-alpha7",
39
+ "@vaadin/button": "25.1.0-alpha7",
40
+ "@vaadin/component-base": "25.1.0-alpha7",
41
+ "@vaadin/confirm-dialog": "25.1.0-alpha7",
42
+ "@vaadin/overlay": "25.1.0-alpha7",
43
+ "@vaadin/text-field": "25.1.0-alpha7",
44
+ "@vaadin/tooltip": "25.1.0-alpha7",
45
+ "@vaadin/vaadin-themable-mixin": "25.1.0-alpha7",
46
46
  "lit": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@vaadin/a11y-base": "25.1.0-alpha0",
50
- "@vaadin/aura": "25.1.0-alpha6",
51
- "@vaadin/chai-plugins": "25.1.0-alpha6",
52
- "@vaadin/test-runner-commands": "25.1.0-alpha6",
50
+ "@vaadin/aura": "25.1.0-alpha7",
51
+ "@vaadin/chai-plugins": "25.1.0-alpha7",
52
+ "@vaadin/test-runner-commands": "25.1.0-alpha7",
53
53
  "@vaadin/testing-helpers": "^2.0.0",
54
- "@vaadin/vaadin-lumo-styles": "25.1.0-alpha6",
54
+ "@vaadin/vaadin-lumo-styles": "25.1.0-alpha7",
55
55
  "sinon": "^21.0.0"
56
56
  },
57
57
  "cvdlName": "vaadin-rich-text-editor",
58
+ "customElements": "custom-elements.json",
58
59
  "web-types": [
59
60
  "web-types.json",
60
61
  "web-types.lit.json"
61
62
  ],
62
- "gitHead": "da6f4194492cbd77d18c6c1cd8d4d9f072e9ce8d"
63
+ "gitHead": "98c586125f769c8fefd307536965293668fda81d"
63
64
  }
@@ -21,7 +21,7 @@ import { richTextEditorPopupOverlayStyles } from './styles/vaadin-rich-text-edit
21
21
  /**
22
22
  * An element used internally by `<vaadin-rich-text-editor>`. Not intended to be used separately.
23
23
  *
24
- * @customElement
24
+ * @customElement vaadin-rich-text-editor-popup
25
25
  * @extends HTMLElement
26
26
  * @private
27
27
  */
@@ -135,7 +135,7 @@ export { RichTextEditorPopup };
135
135
  /**
136
136
  * An element used internally by `<vaadin-rich-text-editor>`. Not intended to be used separately.
137
137
  *
138
- * @customElement
138
+ * @customElement vaadin-rich-text-editor-popup-overlay
139
139
  * @extends HTMLElement
140
140
  * @mixes DirMixin
141
141
  * @mixes ThemableMixin
@@ -116,7 +116,7 @@ import { RichTextEditorMixin } from './vaadin-rich-text-editor-mixin.js';
116
116
  * @fires {CustomEvent} html-value-changed - Fired when the `htmlValue` property changes.
117
117
  * @fires {CustomEvent} value-changed - Fired when the `value` property changes.
118
118
  *
119
- * @customElement
119
+ * @customElement vaadin-rich-text-editor
120
120
  * @extends HTMLElement
121
121
  * @mixes ElementMixin
122
122
  * @mixes RichTextEditorMixin
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": "25.1.0-alpha6",
4
+ "version": "25.1.0-alpha7",
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": "25.1.0-alpha6",
4
+ "version": "25.1.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {