luna-one 3.1.342 → 3.1.343

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.
@@ -41,7 +41,7 @@ var MobileNav = function MobileNav(props) {
41
41
  rightLinks = props.rightLinks,
42
42
  disableLogin = props.disableLogin,
43
43
  login = props.login,
44
- disableRegionLanguage = props.disableRegionLanguage,
44
+ disableLanguageRegion = props.disableLanguageRegion,
45
45
  disableSectorFlyOut = props.disableSectorFlyOut,
46
46
  handleSectorFlyoutDeployed = props.handleSectorFlyoutDeployed,
47
47
  sectorFlyoutLabel = props.sectorFlyoutLabel,
@@ -169,7 +169,7 @@ var MobileNav = function MobileNav(props) {
169
169
  login: login,
170
170
  mouse: mouse,
171
171
  hamburgerIsOpen: hamburgerIsOpen,
172
- disableRegionLanguage: disableRegionLanguage,
172
+ disableLanguageRegion: disableLanguageRegion,
173
173
  languageSelectorData: languageSelectorData,
174
174
  languageSelectorDeployed: languageSelectorDeployed,
175
175
  handleLanguageSelectorDeployed: handleLanguageSelectorDeployed,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.342",
3
+ "version": "3.1.343",
4
4
  "dependencies": {
5
5
  "@storybook/addon-knobs": "^6.3.1",
6
6
  "@testing-library/jest-dom": "^5.11.9",