@wix/editor-react-components 1.2404.0 → 1.2405.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.
|
@@ -432,7 +432,7 @@ const DEFAULT_SHAPE_SIZE = "calc(var(--lineSize) * 3)";
|
|
|
432
432
|
const CLIP_PATHS = {
|
|
433
433
|
triangle: "polygon(100% 0%, 0% 50%, 100% 100%)",
|
|
434
434
|
circle: "circle(50% at center)",
|
|
435
|
-
arrow: "
|
|
435
|
+
arrow: "polygon(100% 81.82%, 53.33% 49.99%, 100% 18.18%, 73.33% 0%, 0% 49.99%, 73.33% 100%, 100% 81.82%)"
|
|
436
436
|
};
|
|
437
437
|
const ASPECT_RATIOS = {
|
|
438
438
|
arrow: "0.682"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2405.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@wix/design-system-illustrations": "^2.19.0",
|
|
82
82
|
"@wix/sdk": "^1.21.13",
|
|
83
83
|
"@wix/services-manager-react": "^0.1.27",
|
|
84
|
-
"@wix/site-ui": "1.
|
|
84
|
+
"@wix/site-ui": "1.178.0",
|
|
85
85
|
"@wix/video": "^1.85.0",
|
|
86
86
|
"@wix/viewer-service-consent-policy": "^1.0.100",
|
|
87
87
|
"@wix/web-bi-logger": "^2.1.26",
|
|
@@ -196,5 +196,5 @@
|
|
|
196
196
|
"registry": "https://registry.npmjs.org/",
|
|
197
197
|
"access": "public"
|
|
198
198
|
},
|
|
199
|
-
"falconPackageHash": "
|
|
199
|
+
"falconPackageHash": "32d6c21cc6efa9073361678aba88b174b371e8a28135b3b555b20fe4"
|
|
200
200
|
}
|