@wix/editor-react-components 1.2319.0 → 1.2321.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.
|
@@ -114,11 +114,20 @@
|
|
|
114
114
|
[data-open]:not([data-animation-state=exitActive]):not([data-animation-state=exitDone]) > .itemWrapper__sn71X > .labelContainer__E4y-p .dropdownToggleButton__nisoC, .labelContainer__E4y-p[data-interactive=true]:hover .dropdownToggleButton__nisoC, .labelContainer__E4y-p[data-preview=hover] .dropdownToggleButton__nisoC, .labelContainer__E4y-p.hover__tD6A4 .dropdownToggleButton__nisoC, .labelContainer__E4y-p.menu__item--hover .dropdownToggleButton__nisoC, .labelContainer__E4y-p[data-selected] .dropdownToggleButton__nisoC, .labelContainer__E4y-p[data-preview=selected] .dropdownToggleButton__nisoC, .labelContainer__E4y-p.selected__qC-k6 .dropdownToggleButton__nisoC, .labelContainer__E4y-p.menu__item--selected .dropdownToggleButton__nisoC {
|
|
115
115
|
color: Highlight;
|
|
116
116
|
}
|
|
117
|
-
.labelContainer__E4y-p
|
|
117
|
+
.labelContainer__E4y-p:focus-within {
|
|
118
|
+
outline: 3px solid Highlight !important;
|
|
119
|
+
outline-offset: -2px !important;
|
|
120
|
+
}
|
|
121
|
+
.labelContainer__E4y-p:focus-within .dropdownToggleButton__nisoC {
|
|
122
|
+
color: Highlight;
|
|
123
|
+
}
|
|
124
|
+
.labelContainer__E4y-p > a:focus, .labelContainer__E4y-p > a:focus-visible {
|
|
125
|
+
outline: none !important;
|
|
126
|
+
}
|
|
118
127
|
.labelContainer__E4y-p .dropdownToggleButton__nisoC:focus,
|
|
119
128
|
.labelContainer__E4y-p .dropdownToggleButton__nisoC:focus-visible {
|
|
120
129
|
outline: 3px solid Highlight !important;
|
|
121
|
-
outline-offset: 1px;
|
|
130
|
+
outline-offset: 1px !important;
|
|
122
131
|
}
|
|
123
132
|
}
|
|
124
133
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2321.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@wix/ambassador-devcenter-v1-component-type-data": "^1.0.436",
|
|
79
79
|
"@wix/sdk": "^1.21.13",
|
|
80
80
|
"@wix/services-manager-react": "^0.1.27",
|
|
81
|
-
"@wix/site-ui": "1.
|
|
81
|
+
"@wix/site-ui": "1.153.0",
|
|
82
82
|
"@wix/video": "^1.85.0",
|
|
83
83
|
"@wix/viewer-service-consent-policy": "^1.0.100",
|
|
84
84
|
"@wix/web-bi-logger": "^2.1.26",
|
|
@@ -176,7 +176,11 @@
|
|
|
176
176
|
},
|
|
177
177
|
"validations": {
|
|
178
178
|
"postDependenciesBuild": [
|
|
179
|
-
"check:lint-and-format"
|
|
179
|
+
"check:lint-and-format",
|
|
180
|
+
{
|
|
181
|
+
"scriptName": "test",
|
|
182
|
+
"timeout": 15
|
|
183
|
+
}
|
|
180
184
|
],
|
|
181
185
|
"postBuild": [
|
|
182
186
|
{
|
|
@@ -193,5 +197,5 @@
|
|
|
193
197
|
"registry": "https://registry.npmjs.org/",
|
|
194
198
|
"access": "public"
|
|
195
199
|
},
|
|
196
|
-
"falconPackageHash": "
|
|
200
|
+
"falconPackageHash": "74eefbf4d461c76075daadae6c313b469c1b3fa36361419e42cea38c"
|
|
197
201
|
}
|