@adstore/templates 2.9.1 → 2.9.2

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").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"), _ = +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",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adstore/templates",
3
3
  "private": false,
4
- "version": "2.9.1",
4
+ "version": "2.9.2",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"