@wix/editor-react-components 1.2343.0 → 1.2344.0

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.
@@ -63,7 +63,10 @@ const manifest = {
63
63
  font: { defaultValue: "14px sans-serif" },
64
64
  color: { defaultValue: "rgba(0, 0, 0, 1)" },
65
65
  letterSpacing: { defaultValue: "normal" },
66
- textDecorationLine: { defaultValue: "none" },
66
+ textDecorationLine: {
67
+ defaultValue: "none",
68
+ statesDefaultValues: { hover: "underline" }
69
+ },
67
70
  textAlign: { defaultValue: "center" },
68
71
  textTransform: { defaultValue: "none" },
69
72
  backgroundColor: { defaultValue: "transparent" }
@@ -265,7 +268,9 @@ const manifest = {
265
268
  color: {},
266
269
  letterSpacing: {},
267
270
  lineHeight: {},
268
- textDecorationLine: {},
271
+ textDecorationLine: {
272
+ statesDefaultValues: { hover: "underline" }
273
+ },
269
274
  textAlign: {},
270
275
  textTransform: {},
271
276
  backgroundColor: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2343.0",
3
+ "version": "1.2344.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -199,5 +199,5 @@
199
199
  "registry": "https://registry.npmjs.org/",
200
200
  "access": "public"
201
201
  },
202
- "falconPackageHash": "38a8afc751a02ac1957ea1ad9d7bf2d0095ac0e5371ed0f47812f23a"
202
+ "falconPackageHash": "b092cc962820732fa979c2d77ab78f4ed5903e7ed6b0ced7f47bc0c6"
203
203
  }