@okta/odyssey-react-mui 1.9.13 → 1.9.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okta/odyssey-react-mui",
3
- "version": "1.9.13",
3
+ "version": "1.9.14",
4
4
  "description": "React MUI components for Odyssey, Okta's design system",
5
5
  "author": "Okta, Inc.",
6
6
  "license": "Apache-2.0",
@@ -51,7 +51,7 @@
51
51
  "@mui/system": "^5.14.9",
52
52
  "@mui/utils": "^5.11.2",
53
53
  "@mui/x-date-pickers": "^5.0.15",
54
- "@okta/odyssey-design-tokens": "1.9.13",
54
+ "@okta/odyssey-design-tokens": "1.9.14",
55
55
  "date-fns": "^2.30.0",
56
56
  "i18next": "^23.5.1",
57
57
  "material-react-table": "^2.0.2",
@@ -63,5 +63,5 @@
63
63
  "react": ">=17 <19",
64
64
  "react-dom": ">=17 <19"
65
65
  },
66
- "gitHead": "747861bf33f9c65b901782e306c16b0ccf26a942"
66
+ "gitHead": "a82f45507dc92bb499f9ed0f0e423a46543c3922"
67
67
  }
@@ -66,7 +66,7 @@ export const OdysseyTranslationProvider = <SupportedLanguages extends string>({
66
66
  };
67
67
  // Defaults to the browser's language if available otherwise `en` will be used
68
68
  i18n.changeLanguage(
69
- normalizedLanguageCode || window.navigator.language,
69
+ languageCode || window.navigator.language,
70
70
  changeHtmlElementLanguageAttribute
71
71
  );
72
72
  }, [languageCode]);