@wix/editor-react-components 1.2320.0 → 1.2322.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.2322.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",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"registry": "https://registry.npmjs.org/",
|
|
198
198
|
"access": "public"
|
|
199
199
|
},
|
|
200
|
-
"falconPackageHash": "
|
|
200
|
+
"falconPackageHash": "6d280282af9435a3298aa6d4fddbaf4299fcc312c30a0a3060a09096"
|
|
201
201
|
}
|