@wix/editor-react-components 1.2483.0 → 1.2484.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.
@@ -115,7 +115,7 @@
115
115
  color: Highlight;
116
116
  }
117
117
  .labelContainer__E4y-p:focus-within {
118
- outline: 3px solid Highlight !important;
118
+ outline: 3px dashed Highlight !important;
119
119
  outline-offset: -2px !important;
120
120
  }
121
121
  .labelContainer__E4y-p:focus-within .dropdownToggleButton__nisoC {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/editor-react-components",
3
- "version": "1.2483.0",
3
+ "version": "1.2484.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.14",
83
83
  "@wix/services-manager-react": "^0.1.27",
84
84
  "@wix/site-service-rendering-context": "^1.0.1",
85
- "@wix/site-ui": "1.213.0",
85
+ "@wix/site-ui": "1.214.0",
86
86
  "@wix/video": "^1.85.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": "6d1cc6d0b86f756faf4c894fa6ceef9f06d5ebe66f24de48cf6ce204"
200
+ "falconPackageHash": "9be35a26c8ff9d0359109ccfb4a14c6675ce7d5f98e6a6c991fa062b"
201
201
  }