@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.
@@ -871,6 +871,9 @@ var Team = /** @class */ (function (_super) {
871
871
  if (this.sport.isFootball()) {
872
872
  classList.push('empty-logo-football');
873
873
  }
874
+ if (this.sport.isHandball()) {
875
+ classList.push('empty-logo-handball');
876
+ }
874
877
  return classList.join(' ');
875
878
  };
876
879
  Team.toFront = function (data) {
@@ -7842,11 +7845,11 @@ var HandballGameLogTypeLocalization = (_a$4 = {},
7842
7845
  _a$4[HandballGameLogTypes.shot_blocked] = 'Заблокированный бросок',
7843
7846
  _a$4[HandballGameLogTypes.goal] = 'Гол',
7844
7847
  _a$4[HandballGameLogTypes.assist] = 'Передача',
7845
- _a$4[HandballGameLogTypes.penalty_miss] = 'Пенальти промах',
7846
- _a$4[HandballGameLogTypes.penalty_shot_on_goal] = 'Пенальти в створ',
7847
- _a$4[HandballGameLogTypes.penalty_goal] = 'Гол с пенальти',
7848
+ _a$4[HandballGameLogTypes.penalty_miss] = ' промах',
7849
+ _a$4[HandballGameLogTypes.penalty_shot_on_goal] = ' в створ',
7850
+ _a$4[HandballGameLogTypes.penalty_goal] = ' гол',
7848
7851
  _a$4[HandballGameLogTypes.save] = 'Сэйв',
7849
- _a$4[HandballGameLogTypes.penalty_save] = 'Сэйв пенальти',
7852
+ _a$4[HandballGameLogTypes.penalty_save] = 'Сэйв ',
7850
7853
  _a$4[HandballGameLogTypes.foul] = 'Фол',
7851
7854
  _a$4[HandballGameLogTypes.yellow_card] = 'Желлтая карточка',
7852
7855
  _a$4[HandballGameLogTypes.red_card] = 'Красная карточка',