@spash/frontlib 0.0.34-beta.1 → 1.0.1

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.
package/dist/main.d.ts CHANGED
@@ -104,6 +104,7 @@ export declare interface Dooh {
104
104
  type: 'lite' | 'full';
105
105
  theme: string;
106
106
  orientation: 'portrait' | 'landscape';
107
+ sports: Sport[];
107
108
  }
108
109
 
109
110
  export declare interface DoohContent {
package/dist/main.js CHANGED
@@ -25603,9 +25603,8 @@ const L5 = /* @__PURE__ */ je(I5, [["render", O5]]), k5 = { class: "relative min
25603
25603
  else if (t.value.ngtvSessionTeam)
25604
25604
  if (t.value.type === "goal" && s.value.withStats) {
25605
25605
  const v = t.value.ngtvSessionTeam.color;
25606
- console.log(v), v === "orange" ? (p.title = "Team B", p.color = "teamA") : v === "blue" && (p.title = "Team A", p.color = "teamB");
25607
- } else
25608
- t.value.ngtvSessionTeam.home ? (p.title = "Team A", p.color = "teamA") : (p.title = "Team B", p.color = "teamB");
25606
+ v === "orange" ? (p.title = "Team B", p.color = "teamA") : v === "blue" && (p.title = "Team A", p.color = "teamB");
25607
+ } else t.value.type === "goal" ? t.value.ngtvSessionTeam.home ? (p.title = "Team A", p.color = "teamB") : (p.title = "Team B", p.color = "teamA") : t.value.ngtvSessionTeam.home ? (p.title = "Team A", p.color = "teamA") : (p.title = "Team B", p.color = "teamB");
25609
25608
  else
25610
25609
  t.value.type === "buzz" ? (p.title = "Buzz !", p.color = "red") : t.value.type === "foul" ? (p.title = i("commons.events.foul"), p.color = "orange") : t.value.type === "new_set" ? (p.title = i("commons.events.new_set"), p.color = "blue") : (p.title = ((g = d.value) == null ? void 0 : g.name) || "", p.color = "purple");
25611
25610
  return p;
@@ -31901,6 +31900,7 @@ const O9 = () => {
31901
31900
  Basketball: "Basket",
31902
31901
  Squash: "Squash",
31903
31902
  Golf: "Golf",
31903
+ Pickleball: "Pickleball",
31904
31904
  Other: "Autre"
31905
31905
  },
31906
31906
  poweredBy: "Powered by",
@@ -32025,6 +32025,7 @@ const O9 = () => {
32025
32025
  Basketball: "Basket",
32026
32026
  Squash: "Squash",
32027
32027
  Golf: "Golf",
32028
+ Pickleball: "Pickleball",
32028
32029
  Other: "Other"
32029
32030
  },
32030
32031
  poweredBy: "Powered by",
@@ -32145,6 +32146,7 @@ const O9 = () => {
32145
32146
  Basketball: "Baloncesto",
32146
32147
  Squash: "Squash",
32147
32148
  Golf: "Golf",
32149
+ Pickleball: "Pickleball",
32148
32150
  Other: "Otro"
32149
32151
  },
32150
32152
  poweredBy: "Impulsado por"
@@ -32258,6 +32260,7 @@ const O9 = () => {
32258
32260
  Basketball: "Basket",
32259
32261
  Squash: "Squash",
32260
32262
  Golf: "Golf",
32263
+ Pickleball: "Pickleball",
32261
32264
  Other: "Altro"
32262
32265
  },
32263
32266
  poweredBy: "Powered by"
@@ -32374,6 +32377,7 @@ const O9 = () => {
32374
32377
  Basketball: "Basketball",
32375
32378
  Squash: "Squash",
32376
32379
  Golf: "Golf",
32380
+ Pickleball: "Pickleball",
32377
32381
  Other: "Andere"
32378
32382
  },
32379
32383
  poweredBy: "Unterstützt von",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spash/frontlib",
3
- "version": "0.0.34-beta.1",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"