@spash/frontlib 0.0.34-beta.1 → 1.0.0

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,7 +25603,7 @@ 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");
25606
+ v === "orange" ? (p.title = "Team B", p.color = "teamA") : v === "blue" && (p.title = "Team A", p.color = "teamB");
25607
25607
  } else
25608
25608
  t.value.ngtvSessionTeam.home ? (p.title = "Team A", p.color = "teamA") : (p.title = "Team B", p.color = "teamB");
25609
25609
  else
@@ -31901,6 +31901,7 @@ const O9 = () => {
31901
31901
  Basketball: "Basket",
31902
31902
  Squash: "Squash",
31903
31903
  Golf: "Golf",
31904
+ Pickleball: "Pickleball",
31904
31905
  Other: "Autre"
31905
31906
  },
31906
31907
  poweredBy: "Powered by",
@@ -32025,6 +32026,7 @@ const O9 = () => {
32025
32026
  Basketball: "Basket",
32026
32027
  Squash: "Squash",
32027
32028
  Golf: "Golf",
32029
+ Pickleball: "Pickleball",
32028
32030
  Other: "Other"
32029
32031
  },
32030
32032
  poweredBy: "Powered by",
@@ -32145,6 +32147,7 @@ const O9 = () => {
32145
32147
  Basketball: "Baloncesto",
32146
32148
  Squash: "Squash",
32147
32149
  Golf: "Golf",
32150
+ Pickleball: "Pickleball",
32148
32151
  Other: "Otro"
32149
32152
  },
32150
32153
  poweredBy: "Impulsado por"
@@ -32258,6 +32261,7 @@ const O9 = () => {
32258
32261
  Basketball: "Basket",
32259
32262
  Squash: "Squash",
32260
32263
  Golf: "Golf",
32264
+ Pickleball: "Pickleball",
32261
32265
  Other: "Altro"
32262
32266
  },
32263
32267
  poweredBy: "Powered by"
@@ -32374,6 +32378,7 @@ const O9 = () => {
32374
32378
  Basketball: "Basketball",
32375
32379
  Squash: "Squash",
32376
32380
  Golf: "Golf",
32381
+ Pickleball: "Pickleball",
32377
32382
  Other: "Andere"
32378
32383
  },
32379
32384
  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.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"