@wix/editor-react-components 1.2343.0 → 1.2345.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: {
|
|
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.
|
|
3
|
+
"version": "1.2345.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@wix/design-system-illustrations": "^2.19.0",
|
|
81
81
|
"@wix/sdk": "^1.21.13",
|
|
82
82
|
"@wix/services-manager-react": "^0.1.27",
|
|
83
|
-
"@wix/site-ui": "1.
|
|
83
|
+
"@wix/site-ui": "1.157.0",
|
|
84
84
|
"@wix/video": "^1.85.0",
|
|
85
85
|
"@wix/viewer-service-consent-policy": "^1.0.100",
|
|
86
86
|
"@wix/web-bi-logger": "^2.1.26",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"@types/react-dom": "^18.2.17",
|
|
111
111
|
"@uiw/react-codemirror": "^4.24.1",
|
|
112
112
|
"@vitejs/plugin-react": "^4.3.4",
|
|
113
|
-
"@wix/a11y-audit-tool-plugin": "^0.
|
|
113
|
+
"@wix/a11y-audit-tool-plugin": "^0.338.0",
|
|
114
114
|
"@wix/astro": "^2.63.0",
|
|
115
115
|
"@wix/business-tools": "^1.0.225",
|
|
116
116
|
"@wix/cli": "^1.1.226",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"@wix/react-component-schema": "^1.7.0",
|
|
133
133
|
"@wix/seo-service": "^1.6.0",
|
|
134
134
|
"@wix/services-manager": "0.2.8",
|
|
135
|
-
"@wix/sled-playwright": "^1.
|
|
135
|
+
"@wix/sled-playwright": "^1.327.0",
|
|
136
136
|
"@wix/thunderbolt-components-native": "^1.0.0",
|
|
137
137
|
"@wix/unidriver-core": "^1.5.5",
|
|
138
138
|
"@wix/viewer-service-anchors": "^1.0.40",
|
|
@@ -199,5 +199,5 @@
|
|
|
199
199
|
"registry": "https://registry.npmjs.org/",
|
|
200
200
|
"access": "public"
|
|
201
201
|
},
|
|
202
|
-
"falconPackageHash": "
|
|
202
|
+
"falconPackageHash": "b092cc962820732fa979c2d77ab78f4ed5903e7ed6b0ced7f47bc0c6"
|
|
203
203
|
}
|