@wix/editor-react-components 1.2542.0 → 1.2544.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.
@@ -49,7 +49,8 @@ const manifest = {
49
49
  },
50
50
  cssCustomProperties: {
51
51
  textOutline: {
52
- cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.textShadow
52
+ cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.textShadow,
53
+ description: "Outline is simulated with 4 text-shadow copies. Value must be exactly: 1px 0 0 <color>, 0 1px 0 <color>, -1px 0 0 <color>, 0 -1px 0 <color> — only the color varies, keep the offsets as-is."
53
54
  },
54
55
  textShadow: {
55
56
  cssPropertyType: CSS_PROPERTIES.CSS_PROPERTY_TYPE.textShadow
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2542.0",
3
+ "version": "1.2544.0",
4
4
  "description": "React components for the Wix Editor",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -82,7 +82,7 @@
82
82
  "@wix/sdk": "^1.21.15",
83
83
  "@wix/services-manager-react": "^0.1.27",
84
84
  "@wix/site-service-rendering-context": "^1.0.1",
85
- "@wix/site-ui": "1.232.0",
85
+ "@wix/site-ui": "1.233.0",
86
86
  "@wix/video": "^1.106.0",
87
87
  "@wix/viewer-service-consent-policy": "^1.0.101",
88
88
  "@wix/web-bi-logger": "^2.1.29",
@@ -197,5 +197,5 @@
197
197
  "registry": "https://registry.npmjs.org/",
198
198
  "access": "public"
199
199
  },
200
- "falconPackageHash": "5d28583569337a9f35ec73a584891b4b7bd790cf639c7007efb872f3"
200
+ "falconPackageHash": "92cfb65ceb9ec95231cc0442b9152e0441e0f104b58070f96faf4a69"
201
201
  }