@everymatrix/player-profile-info 1.13.17 → 1.13.18
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": "1.13.
|
|
3
|
+
"version": "1.13.18",
|
|
4
4
|
"main": "dist/player-profile-info.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": "
|
|
38
|
+
"gitHead": "29a83de9b7993a1daa20b9e2971e44b8cb9690ed"
|
|
39
39
|
}
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
$: clientstyling && customStylingContainer && setClientStyling();
|
|
446
446
|
$: translationurl && setTranslationUrl();
|
|
447
447
|
</script>
|
|
448
|
-
|
|
448
|
+
|
|
449
449
|
<div bind:this={customStylingContainer}>
|
|
450
450
|
{#if isLoading}
|
|
451
451
|
<div class="ModalLoader"></div>
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
&.InvalidField {
|
|
694
694
|
input {
|
|
695
695
|
border: 1px solid var(--emfe-w-color-error, var(--emfe-w-color-red, #FD2839));
|
|
696
|
-
background: var(--emfe-w-color-
|
|
696
|
+
background: var(--emfe-w-color-pale, #FBECF4);
|
|
697
697
|
color: var(--emfe-w-color-error, var(--emfe-w-color-red, #FD2839));
|
|
698
698
|
}
|
|
699
699
|
}
|