@wix/editor-react-components 1.2573.0 → 1.2575.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.
|
@@ -207,11 +207,13 @@ const manifest = {
|
|
|
207
207
|
"overflow-content": {
|
|
208
208
|
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.customEnum,
|
|
209
209
|
displayName: "Overflow content",
|
|
210
|
+
defaultValue: "visible",
|
|
210
211
|
customEnum: {
|
|
211
212
|
cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.string,
|
|
212
213
|
options: [
|
|
213
214
|
{ value: "visible", displayName: "Show" },
|
|
214
|
-
{ value: "hidden", displayName: "Hide" }
|
|
215
|
+
{ value: "hidden", displayName: "Hide" },
|
|
216
|
+
{ value: "auto", displayName: "Scroll" }
|
|
215
217
|
]
|
|
216
218
|
}
|
|
217
219
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2575.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@wix/site-service-business-logger": "^1.0.0",
|
|
85
85
|
"@wix/site-service-configuration": "^1.0.1",
|
|
86
86
|
"@wix/site-service-rendering-context": "^1.0.1",
|
|
87
|
-
"@wix/site-ui": "1.
|
|
87
|
+
"@wix/site-ui": "1.245.0",
|
|
88
88
|
"@wix/video": "^1.106.0",
|
|
89
89
|
"@wix/viewer-service-consent-policy": "^1.0.101",
|
|
90
90
|
"@wix/web-bi-logger": "^2.1.29",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"@wix/editor-elements-test-utils": "^1.0.0",
|
|
128
128
|
"@wix/editor-react-types": "^1.0.78",
|
|
129
129
|
"@wix/essentials": "^0.1.28",
|
|
130
|
-
"@wix/fed-cli-sled": "^1.0.
|
|
130
|
+
"@wix/fed-cli-sled": "^1.0.33",
|
|
131
131
|
"@wix/image": "^1.452.0",
|
|
132
132
|
"@wix/image-kit": "^1.118.0",
|
|
133
133
|
"@wix/janet-build": "^1.0.10",
|
|
@@ -199,5 +199,5 @@
|
|
|
199
199
|
"registry": "https://registry.npmjs.org/",
|
|
200
200
|
"access": "public"
|
|
201
201
|
},
|
|
202
|
-
"falconPackageHash": "
|
|
202
|
+
"falconPackageHash": "333211eca515ec6cc3edcd8db90e39bf3f068d6e44fa5abe9a67e6d8"
|
|
203
203
|
}
|