@eui/core 10.6.14 → 10.6.15-snapshot-1669293412510

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.
@@ -4651,7 +4651,7 @@
4651
4651
  */
4652
4652
  LocaleService.prototype.updateState = function (state) {
4653
4653
  try {
4654
- var id = common.getLocaleId(state.id);
4654
+ var id = this.localeMapper(state.id);
4655
4655
  this.store.dispatch(new UpdateLocaleStateAction(Object.assign(Object.assign({}, state), { id: id })));
4656
4656
  // update global TOKEN ID based on configuration
4657
4657
  if (this.config.affectGlobalLocale) {