@mtgame/core 0.0.69 → 0.0.71

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.
@@ -1084,6 +1084,9 @@
1084
1084
  if (this.sport.isFootball()) {
1085
1085
  classList.push('empty-logo-football');
1086
1086
  }
1087
+ if (this.sport.isHandball()) {
1088
+ classList.push('empty-logo-handball');
1089
+ }
1087
1090
  return classList.join(' ');
1088
1091
  };
1089
1092
  Team.toFront = function (data) {
@@ -8055,11 +8058,11 @@
8055
8058
  _a$4[exports.HandballGameLogTypes.shot_blocked] = 'Заблокированный бросок',
8056
8059
  _a$4[exports.HandballGameLogTypes.goal] = 'Гол',
8057
8060
  _a$4[exports.HandballGameLogTypes.assist] = 'Передача',
8058
- _a$4[exports.HandballGameLogTypes.penalty_miss] = 'Пенальти промах',
8059
- _a$4[exports.HandballGameLogTypes.penalty_shot_on_goal] = 'Пенальти в створ',
8060
- _a$4[exports.HandballGameLogTypes.penalty_goal] = 'Гол с пенальти',
8061
+ _a$4[exports.HandballGameLogTypes.penalty_miss] = ' промах',
8062
+ _a$4[exports.HandballGameLogTypes.penalty_shot_on_goal] = ' в створ',
8063
+ _a$4[exports.HandballGameLogTypes.penalty_goal] = ' гол',
8061
8064
  _a$4[exports.HandballGameLogTypes.save] = 'Сэйв',
8062
- _a$4[exports.HandballGameLogTypes.penalty_save] = 'Сэйв пенальти',
8065
+ _a$4[exports.HandballGameLogTypes.penalty_save] = 'Сэйв ',
8063
8066
  _a$4[exports.HandballGameLogTypes.foul] = 'Фол',
8064
8067
  _a$4[exports.HandballGameLogTypes.yellow_card] = 'Желлтая карточка',
8065
8068
  _a$4[exports.HandballGameLogTypes.red_card] = 'Красная карточка',