@wix/editor-react-components 1.2560.0 → 1.2562.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.
@@ -30,7 +30,9 @@ const dropdownItemConfig = {
30
30
  font: {},
31
31
  color: {},
32
32
  letterSpacing: {},
33
- textDecorationLine: {},
33
+ textDecorationLine: {
34
+ statesDefaultValues: { hover: "underline", selected: "underline" }
35
+ },
34
36
  textTransform: {},
35
37
  textShadow: {},
36
38
  borderTop: {},
@@ -97,7 +99,9 @@ const dropdownSubItemConfig = {
97
99
  font: {},
98
100
  color: {},
99
101
  letterSpacing: {},
100
- textDecorationLine: {},
102
+ textDecorationLine: {
103
+ statesDefaultValues: { hover: "underline", selected: "underline" }
104
+ },
101
105
  textTransform: {},
102
106
  textShadow: {},
103
107
  borderTop: {},
@@ -595,7 +599,9 @@ const itemConfig = {
595
599
  cssProperties: {
596
600
  font: {},
597
601
  color: {},
598
- textDecorationLine: {},
602
+ textDecorationLine: {
603
+ statesDefaultValues: { hover: "underline", selected: "underline" }
604
+ },
599
605
  textTransform: {},
600
606
  letterSpacing: {},
601
607
  textShadow: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2560.0",
3
+ "version": "1.2562.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": "59f8a46f9de52c00f8fbcd9b7119aacca191af8d7e94746bb86c41ff"
202
+ "falconPackageHash": "d51825f08663affd8594dfcbc2ab6aec0ae82de3b9871fbbe1f92ace"
203
203
  }