@wix/editor-react-components 1.2581.0 → 1.2583.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.
@@ -53,6 +53,8 @@
53
53
  }
54
54
  .playWrapper__yH3ix svg {
55
55
  transition: all 300ms ease;
56
+ /* Keeps the white icon readable over any video frame */
57
+ filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8)) drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
56
58
  }
57
59
 
58
60
  .audioToggle__k2EqB {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2581.0",
3
+ "version": "1.2583.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.247.0",
87
+ "@wix/site-ui": "1.248.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",
@@ -199,5 +199,5 @@
199
199
  "registry": "https://registry.npmjs.org/",
200
200
  "access": "public"
201
201
  },
202
- "falconPackageHash": "8f2fb1ea98d20c945266a6013b94c3ea8ff38a6c91db9417d2ea89e2"
202
+ "falconPackageHash": "4e64711e638e3c53e4557e550f97b97dc378c27cb5fe160ae8ccdfaf"
203
203
  }