@wix/editor-react-components 1.2334.0 → 1.2335.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.
|
@@ -392,14 +392,14 @@ const ARIA_LABEL_NAMESPACE = "ariaLabels";
|
|
|
392
392
|
const translationsKeys = {
|
|
393
393
|
menuNavAriaLabel: "dropDownMenu_AriaLabel_TopLevel_SiteNavigation",
|
|
394
394
|
dropdownButtonAriaLabel: "menu_dropdown_chevron_button_aria_label",
|
|
395
|
-
hamburgerOpenButtonAriaLabel: "
|
|
396
|
-
hamburgerCloseButtonAriaLabel: "
|
|
395
|
+
hamburgerOpenButtonAriaLabel: "menu_hamburger_open_button_aria_label",
|
|
396
|
+
hamburgerCloseButtonAriaLabel: "menu_hamburger_close_button_aria_label"
|
|
397
397
|
};
|
|
398
398
|
const defaultTranslations = {
|
|
399
399
|
menuNavAriaLabel: "Site",
|
|
400
400
|
dropdownButtonAriaLabel: "More pages",
|
|
401
|
-
hamburgerOpenButtonAriaLabel: "
|
|
402
|
-
hamburgerCloseButtonAriaLabel: "Close
|
|
401
|
+
hamburgerOpenButtonAriaLabel: "Menu",
|
|
402
|
+
hamburgerCloseButtonAriaLabel: "Close Menu"
|
|
403
403
|
};
|
|
404
404
|
const MenuParts = {
|
|
405
405
|
Navbar: "navbar",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/editor-react-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2335.0",
|
|
4
4
|
"description": "React components for the Wix Editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
"registry": "https://registry.npmjs.org/",
|
|
198
198
|
"access": "public"
|
|
199
199
|
},
|
|
200
|
-
"falconPackageHash": "
|
|
200
|
+
"falconPackageHash": "c8c23edf1031729b303e0e74b719714eb0a7ddc96da424f451f8d09c"
|
|
201
201
|
}
|