@adstore/templates 2.9.2 → 2.9.3

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.
@@ -2433,7 +2433,7 @@ const Io = (t, e = "DD.MM.YYYY", o = "en") => t ? Jp(t).locale(o).format(e) : ""
2433
2433
  backgroundImage: y(e, "match.teams[0].logo")
2434
2434
  }), a = I(x({}, e == null ? void 0 : e.teamBLogo), {
2435
2435
  backgroundImage: y(e, "match.teams[1].logo")
2436
- }), i = y(e, "match.lang_slug", "ru"), l = Io(y(e, "match.match_date"), "HH:mm", i), s = Io(y(e, "match.match_date"), "DD MMMM", i), c = y(e, "root.predictionLength", "full") === "full" ? y(e, "match.prediction.value") : y(e, "match.prediction.value_short") || y(e, "match.prediction.value"), _ = +y(e, "match.prediction.factor", "0").toFixed(1);
2436
+ }), i = y(e, "match.lang_slug", "ru"), l = Io(y(e, "match.match_date"), "HH:mm", i), s = Io(y(e, "match.match_date"), "DD MMMM", i), c = y(e, "root.predictionLength", "full") === "full" ? y(e, "match.prediction.value") : y(e, "match.prediction.value_short") || y(e, "match.prediction.value"), _ = Number(y(e, "match.prediction.factor", 0)).toFixed(1);
2437
2437
  return r("div", {
2438
2438
  className: B(st.root, {
2439
2439
  [st.desktop]: o === "desktop",
@@ -2568,9 +2568,9 @@ const eh = (t, e, o) => {
2568
2568
  } = ie(`${e}/match`, {
2569
2569
  method: "GET",
2570
2570
  params: {
2571
- slug: o.slug,
2572
- lang: o.langSlug,
2573
- sport_slug: o.sportSlug
2571
+ slug: o == null ? void 0 : o.slug,
2572
+ lang: o == null ? void 0 : o.langSlug,
2573
+ sport_slug: o == null ? void 0 : o.sportSlug
2574
2574
  },
2575
2575
  pause: !e || !o
2576
2576
  }), {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adstore/templates",
3
3
  "private": false,
4
- "version": "2.9.2",
4
+ "version": "2.9.3",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"