@spash/frontlib 0.0.25 → 0.0.26

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.
Files changed (2) hide show
  1. package/dist/main.js +11 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -31748,8 +31748,11 @@ const t7 = () => {
31748
31748
  commons: {
31749
31749
  touchForPlay: "Touch the screen to play",
31750
31750
  hoursAbv: "h",
31751
+ hours: "hours",
31751
31752
  minutesAbv: "min",
31753
+ minutes: "minutes",
31752
31754
  secondsAbv: "s",
31755
+ seconds: "seconds",
31753
31756
  choose: "Choose",
31754
31757
  hello: "Hello",
31755
31758
  unknown: "Unknown",
@@ -31836,7 +31839,14 @@ const t7 = () => {
31836
31839
  Golf: "Golf",
31837
31840
  Other: "Other"
31838
31841
  },
31839
- poweredBy: "Powered by"
31842
+ poweredBy: "Powered by",
31843
+ statsAbv: "Stats",
31844
+ blows: "shots",
31845
+ aiEvents: {
31846
+ PuntoFrigo: "Fridge",
31847
+ LongestRally: "Long rally",
31848
+ FastestHit: "Missile"
31849
+ }
31840
31850
  },
31841
31851
  components: {
31842
31852
  SpashVideo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spash/frontlib",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"