@wix/editor-react-components 1.2404.0 → 1.2406.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: "shape(from 100% 81.82%,line to 53.33% 49.99%,line by 46.67% -31.81%,line to 73.33% 0%,line to 0% 49.99%,line by 73.33% 50.01%,line by 26.67% -18.18%,close)"
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.2404.0",
3
+ "version": "1.2406.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.177.0",
84
+ "@wix/site-ui": "1.179.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": "2db9c3dbeb4de16a7d6820ce6ef78eb3e8e8c2bb8df54db01f2886e6"
199
+ "falconPackageHash": "32d6c21cc6efa9073361678aba88b174b371e8a28135b3b555b20fe4"
200
200
  }