@vaadin/rich-text-editor 23.2.0 → 23.2.1

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": "23.2.0",
3
+ "version": "23.2.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,13 +41,13 @@
41
41
  ],
42
42
  "dependencies": {
43
43
  "@polymer/polymer": "^3.0.0",
44
- "@vaadin/button": "^23.2.0",
45
- "@vaadin/component-base": "^23.2.0",
46
- "@vaadin/confirm-dialog": "^23.2.0",
47
- "@vaadin/text-field": "^23.2.0",
48
- "@vaadin/vaadin-lumo-styles": "^23.2.0",
49
- "@vaadin/vaadin-material-styles": "^23.2.0",
50
- "@vaadin/vaadin-themable-mixin": "^23.2.0"
44
+ "@vaadin/button": "~23.2.1",
45
+ "@vaadin/component-base": "~23.2.1",
46
+ "@vaadin/confirm-dialog": "~23.2.1",
47
+ "@vaadin/text-field": "~23.2.1",
48
+ "@vaadin/vaadin-lumo-styles": "~23.2.1",
49
+ "@vaadin/vaadin-material-styles": "~23.2.1",
50
+ "@vaadin/vaadin-themable-mixin": "~23.2.1"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@esm-bundle/chai": "^4.3.4",
@@ -61,5 +61,5 @@
61
61
  "web-types.json",
62
62
  "web-types.lit.json"
63
63
  ],
64
- "gitHead": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8"
64
+ "gitHead": "a6c314f6927bfd3309fc735eae6c6dc72ab8367a"
65
65
  }
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": "23.2.0",
4
+ "version": "23.2.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -100,6 +100,10 @@
100
100
  {
101
101
  "name": "html-value-changed",
102
102
  "description": "Fired when the `htmlValue` property changes."
103
+ },
104
+ {
105
+ "name": "htmlValue-changed",
106
+ "description": "Fired when the `htmlValue` property changes."
103
107
  }
104
108
  ]
105
109
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/rich-text-editor",
4
- "version": "23.2.0",
4
+ "version": "23.2.1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {
@@ -67,6 +67,13 @@
67
67
  "value": {
68
68
  "kind": "expression"
69
69
  }
70
+ },
71
+ {
72
+ "name": "@htmlValue-changed",
73
+ "description": "Fired when the `htmlValue` property changes.",
74
+ "value": {
75
+ "kind": "expression"
76
+ }
70
77
  }
71
78
  ]
72
79
  }