@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.17",
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": "8b0b2bd7cdef9f325e39e95baf9a25dd09ad69b3"
38
+ "gitHead": "29a83de9b7993a1daa20b9e2971e44b8cb9690ed"
39
39
  }
@@ -445,7 +445,7 @@
445
445
  $: clientstyling && customStylingContainer && setClientStyling();
446
446
  $: translationurl && setTranslationUrl();
447
447
  </script>
448
- <p style="font-size: 29px; color: green;">TESTT</p>
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-primary-50, #FBECF4);
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
  }