@vaadin/rich-text-editor 25.0.0-beta3 → 25.0.0-beta4

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-beta3",
3
+ "version": "25.0.0-beta4",
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-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",
38
+ "@vaadin/a11y-base": "25.0.0-beta4",
39
+ "@vaadin/button": "25.0.0-beta4",
40
+ "@vaadin/component-base": "25.0.0-beta4",
41
+ "@vaadin/confirm-dialog": "25.0.0-beta4",
42
+ "@vaadin/overlay": "25.0.0-beta4",
43
+ "@vaadin/text-field": "25.0.0-beta4",
44
+ "@vaadin/tooltip": "25.0.0-beta4",
45
+ "@vaadin/vaadin-themable-mixin": "25.0.0-beta4",
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-beta3",
51
- "@vaadin/test-runner-commands": "25.0.0-beta3",
50
+ "@vaadin/chai-plugins": "25.0.0-beta4",
51
+ "@vaadin/test-runner-commands": "25.0.0-beta4",
52
52
  "@vaadin/testing-helpers": "^2.0.0",
53
- "@vaadin/vaadin-lumo-styles": "25.0.0-beta3",
53
+ "@vaadin/vaadin-lumo-styles": "25.0.0-beta4",
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": "4b2006b0e2f4fc131f5483223b852d34224e7b9a"
61
+ "gitHead": "707c30af7ed0afacc13c0afb27d047b043160d1f"
62
62
  }
@@ -411,11 +411,7 @@ const toolbar = css`
411
411
  color: var(--vaadin-rich-text-editor-toolbar-button-text-color, var(--vaadin-text-color));
412
412
  cursor: var(--vaadin-clickable-cursor);
413
413
  flex-shrink: 0;
414
- font-family: var(--vaadin-rich-text-editor-toolbar-button-font-family, inherit);
415
- font-size: var(--vaadin-rich-text-editor-toolbar-button-font-size, inherit);
416
- font-weight: var(--vaadin-rich-text-editor-toolbar-button-font-weight, 500);
417
- height: var(--vaadin-rich-text-editor-toolbar-button-height, auto);
418
- line-height: var(--vaadin-rich-text-editor-toolbar-button-line-height, inherit);
414
+ font: inherit;
419
415
  padding: var(--vaadin-rich-text-editor-toolbar-button-padding, var(--vaadin-padding-container));
420
416
  position: relative;
421
417
  }
@@ -27,10 +27,9 @@ export const richTextEditorPopupOverlay = css`
27
27
  var(--vaadin-rich-text-editor-overlay-color-option-border-color, transparent);
28
28
  border-radius: var(--vaadin-rich-text-editor-overlay-color-option-border-radius, 9999px);
29
29
  cursor: var(--vaadin-clickable-cursor);
30
- font-size: var(--vaadin-rich-text-editor-overlay-color-option-font-size, inherit);
30
+ font: inherit;
31
31
  height: var(--vaadin-rich-text-editor-overlay-color-option-height, 1lh);
32
- line-height: var(--vaadin-rich-text-editor-overlay-color-option-line-height, inherit);
33
- padding: var(--vaadin-rich-text-editor-overlay-color-option-padding, 0);
32
+ padding: 0;
34
33
  width: var(--vaadin-rich-text-editor-overlay-color-option-width, 1lh);
35
34
  }
36
35
 
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-beta3",
4
+ "version": "25.0.0-beta4",
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-beta3",
4
+ "version": "25.0.0-beta4",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {