@everymatrix/player-profile-info 0.0.171 → 0.0.175
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-profile-info",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.175",
|
|
4
4
|
"main": "dist/player-profile-info.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "63b763bc3833173995aa81fc68317a5f6153a8b1"
|
|
40
40
|
}
|
|
@@ -11343,11 +11343,11 @@
|
|
|
11343
11343
|
<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)"/>
|
|
11344
11344
|
</g></g>
|
|
11345
11345
|
</svg>
|
|
11346
|
-
<h2 class="
|
|
11346
|
+
<h2 class="MyAccountCategoryTitleMobile">Profile Info</h2>
|
|
11347
11347
|
</div>
|
|
11348
11348
|
{/if}
|
|
11349
11349
|
|
|
11350
|
-
<h2 class="
|
|
11350
|
+
<h2 class="MyAccountCategoryTitle {isMobile ? 'MyAccountCategoryTitleNone' : ''}">Profile Info</h2>
|
|
11351
11351
|
|
|
11352
11352
|
<div class="PlayerNotificationsHeader">
|
|
11353
11353
|
<h3>Personal Details</h3>
|
|
@@ -11467,18 +11467,18 @@
|
|
|
11467
11467
|
@return $value * $multiplicator;
|
|
11468
11468
|
}
|
|
11469
11469
|
|
|
11470
|
-
.
|
|
11470
|
+
.MyAccountCategoryTitle {
|
|
11471
11471
|
font-size: 26px;
|
|
11472
11472
|
color: #D0046C;
|
|
11473
11473
|
font-weight: 400;
|
|
11474
11474
|
}
|
|
11475
11475
|
|
|
11476
|
-
.
|
|
11476
|
+
.MyAccountCategoryTitleMobile {
|
|
11477
11477
|
font-size: 16px;
|
|
11478
11478
|
color: #D0046C;
|
|
11479
11479
|
}
|
|
11480
11480
|
|
|
11481
|
-
.
|
|
11481
|
+
.MyAccountCategoryTitleNone {
|
|
11482
11482
|
display: none;
|
|
11483
11483
|
}
|
|
11484
11484
|
|