@everymatrix/player-account-gaming-limits-wrapper-2 1.37.2 → 1.37.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-gaming-limits-wrapper-2",
3
- "version": "1.37.2",
3
+ "version": "1.37.3",
4
4
  "main": "dist/player-account-gaming-limits-wrapper-2.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "0a314fe46510038a31ea77b611f22f5429a56d49"
38
+ "gitHead": "df31cbe8e6b206c5aed27f8036ab50826359872e"
39
39
  }
@@ -147,10 +147,10 @@
147
147
  <path class="aaa" d="M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z" transform="translate(15 15) rotate(180)"/>
148
148
  </g></g>
149
149
  </svg>
150
- <h2 class="GamingLimitsTitleMobile">{$_('title')}</h2>
150
+ <h2 class="GamingLimitsTitleMobile">{$_('titleLimitsWrapper2')}</h2>
151
151
  </div>
152
152
  {/if}
153
- <h2 class="GamingLimitsTitle {isMobile ? 'Hidden' : ''}">{$_('title')}</h2>
153
+ <h2 class="GamingLimitsTitle {isMobile ? 'Hidden' : ''}">{$_('titleLimitsWrapper2')}</h2>
154
154
  </div>
155
155
  {#if isLoading}
156
156
  <!-- Just show nothing, this is loading exposed attributes, not making a fetch. It takes an instant, but prevents nested widgets from rendering with empty attributes -->
@@ -1,32 +1,32 @@
1
1
  export const TRANSLATIONS = {
2
2
  "en": {
3
- "title": "Limits"
3
+ "titleLimitsWrapper2": "Limits"
4
4
  },
5
5
  "zh-hk": {
6
- "title": "Limits"
6
+ "titleLimitsWrapper2": "Limits"
7
7
  },
8
8
  "fr": {
9
- "title": "Limits"
9
+ "titleLimitsWrapper2": "Limits"
10
10
  },
11
11
  "ro": {
12
- "title": "Limits"
12
+ "titleLimitsWrapper2": "Limits"
13
13
  },
14
14
  "es": {
15
- "title": "Limits"
15
+ "titleLimitsWrapper2": "Limits"
16
16
  },
17
17
  "pt": {
18
- "title": "Limits"
18
+ "titleLimitsWrapper2": "Limits"
19
19
  },
20
20
  "hr": {
21
- "title": "Ograničenja"
21
+ "titleLimitsWrapper2": "Ograničenja"
22
22
  },
23
23
  "pt-br": {
24
- "title": "Limites"
24
+ "titleLimitsWrapper2": "Limites"
25
25
  },
26
26
  "es-mx": {
27
- "title": "Límites"
27
+ "titleLimitsWrapper2": "Límites"
28
28
  },
29
29
  "tr": {
30
- "title": "Sınırlar"
30
+ "titleLimitsWrapper2": "Sınırlar"
31
31
  }
32
32
  }