@vaadin/rich-text-editor 25.0.0-beta1 → 25.0.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": "25.0.0-beta1",
3
+ "version": "25.0.0-beta3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,22 +35,22 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.0.0-beta1",
39
- "@vaadin/button": "25.0.0-beta1",
40
- "@vaadin/component-base": "25.0.0-beta1",
41
- "@vaadin/confirm-dialog": "25.0.0-beta1",
42
- "@vaadin/overlay": "25.0.0-beta1",
43
- "@vaadin/text-field": "25.0.0-beta1",
44
- "@vaadin/tooltip": "25.0.0-beta1",
45
- "@vaadin/vaadin-themable-mixin": "25.0.0-beta1",
38
+ "@vaadin/a11y-base": "25.0.0-beta3",
39
+ "@vaadin/button": "25.0.0-beta3",
40
+ "@vaadin/component-base": "25.0.0-beta3",
41
+ "@vaadin/confirm-dialog": "25.0.0-beta3",
42
+ "@vaadin/overlay": "25.0.0-beta3",
43
+ "@vaadin/text-field": "25.0.0-beta3",
44
+ "@vaadin/tooltip": "25.0.0-beta3",
45
+ "@vaadin/vaadin-themable-mixin": "25.0.0-beta3",
46
46
  "lit": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@vaadin/a11y-base": "25.0.0-alpha17",
50
- "@vaadin/chai-plugins": "25.0.0-beta1",
51
- "@vaadin/test-runner-commands": "25.0.0-beta1",
50
+ "@vaadin/chai-plugins": "25.0.0-beta3",
51
+ "@vaadin/test-runner-commands": "25.0.0-beta3",
52
52
  "@vaadin/testing-helpers": "^2.0.0",
53
- "@vaadin/vaadin-lumo-styles": "25.0.0-beta1",
53
+ "@vaadin/vaadin-lumo-styles": "25.0.0-beta3",
54
54
  "sinon": "^21.0.0"
55
55
  },
56
56
  "cvdlName": "vaadin-rich-text-editor",
@@ -58,5 +58,5 @@
58
58
  "web-types.json",
59
59
  "web-types.lit.json"
60
60
  ],
61
- "gitHead": "1d20cf54e582d1f2e209126d4586f8b4c01c50e0"
61
+ "gitHead": "4b2006b0e2f4fc131f5483223b852d34224e7b9a"
62
62
  }
@@ -89,7 +89,7 @@ export const content = css`
89
89
  box-sizing: border-box;
90
90
  color: var(--vaadin-rich-text-editor-content-color, var(--vaadin-text-color));
91
91
  flex: 1;
92
- font-size: var(--vaadin-rich-text-editor-content-font-size, inherit);
92
+ font-size: var(--vaadin-rich-text-editor-content-font-size, var(--vaadin-input-field-value-font-size, inherit));
93
93
  height: 100%;
94
94
  line-height: var(--vaadin-rich-text-editor-content-line-height, inherit);
95
95
  outline: none;
@@ -119,9 +119,7 @@ class RichTextEditor extends RichTextEditorMixin(
119
119
  }
120
120
 
121
121
  static get lumoInjector() {
122
- return {
123
- includeBaseStyles: true,
124
- };
122
+ return { ...super.lumoInjector, includeBaseStyles: true };
125
123
  }
126
124
 
127
125
  /** @protected */
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.0.0-beta1",
4
+ "version": "25.0.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": "25.0.0-beta1",
4
+ "version": "25.0.0-beta3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {