@everymatrix/general-logout 0.0.224 → 0.0.229

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/general-logout",
3
- "version": "0.0.224",
3
+ "version": "0.0.229",
4
4
  "main": "dist/general-logout.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": "56c929409f6926e8a96fcfbe5070643a08ae19cd"
39
+ "gitHead": "efee0743817693e5186a61a1477e081208d48fec"
40
40
  }
@@ -69,7 +69,7 @@
69
69
  {#if buttonlocation === 'PlayerAccountMenu'}
70
70
  <p class="PlayerAccountMenuItemBox {isMobile ? 'PlayerAccountMenuItemBoxMobile' : ''} {mediaQuery.matches && isMobile ? 'PlayerAccountMenuItemBoxTablet' : ''}" on:click={() => logout()}>
71
71
  <span style="width: {!isMobile ? '20px' : (mediaQuery.matches ? '50px' : '24px')}">
72
- <svg id="bbfaf345-72af-4296-bf4b-2fd41fc03d5d" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.a88316b4-2478-4a69-b2eb-d32a5fb419dd{fill:#fff;}</style></defs><path class="a88316b4-2478-4a69-b2eb-d32a5fb419dd" d="M147.16,67.69,115.42,36a9.6,9.6,0,1,0-13.58,13.58l15.32,15.31H49.58a9.63,9.63,0,1,0,0,19.26h67.58L101.84,99.42a9.64,9.64,0,0,0,6.79,16.43,9.41,9.41,0,0,0,6.79-2.85l31.74-31.73a9.53,9.53,0,0,0,0-13.58Z"/><path class="a88316b4-2478-4a69-b2eb-d32a5fb419dd" d="M45.16,122.16H19.26V26.79H45.32a9.63,9.63,0,1,0,0-19.26H9.63A9.56,9.56,0,0,0,0,17.16V131.63a9.57,9.57,0,0,0,9.63,9.64H45.32A9.57,9.57,0,0,0,55,131.63a9.78,9.78,0,0,0-9.79-9.47Z"/></svg>
72
+ <svg id="bbfaf345-72af-4296-bf4b-2fd41fc03d5d" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 150 150"><defs><style>.a88316b4-2478-4a69-b2eb-d32a5fb419dd{fill:var(--emfe-w-color-white, #FFFFFF);}</style></defs><path class="a88316b4-2478-4a69-b2eb-d32a5fb419dd" d="M147.16,67.69,115.42,36a9.6,9.6,0,1,0-13.58,13.58l15.32,15.31H49.58a9.63,9.63,0,1,0,0,19.26h67.58L101.84,99.42a9.64,9.64,0,0,0,6.79,16.43,9.41,9.41,0,0,0,6.79-2.85l31.74-31.73a9.53,9.53,0,0,0,0-13.58Z"/><path class="a88316b4-2478-4a69-b2eb-d32a5fb419dd" d="M45.16,122.16H19.26V26.79H45.32a9.63,9.63,0,1,0,0-19.26H9.63A9.56,9.56,0,0,0,0,17.16V131.63a9.57,9.57,0,0,0,9.63,9.64H45.32A9.57,9.57,0,0,0,55,131.63a9.78,9.78,0,0,0-9.79-9.47Z"/></svg>
73
73
  </span>
74
74
  {#if !isMobile}
75
75
  <span class="PlayerLogoutText">{$_('logout.logoutButton')}</span>
@@ -117,10 +117,10 @@
117
117
  margin-left: ttp(1.25);
118
118
  }
119
119
  &:not(:last-child) {
120
- border-bottom: 1px solid #FFFFFF4A;
120
+ border-bottom: 1px solid var(--emfe-w-color-white, #FFFFFF);
121
121
  }
122
122
  svg {
123
- fill: #fff;
123
+ fill: var(--emfe-w-color-white, #FFFFFF);
124
124
  }
125
125
  }
126
126
  .PlayerAccountMenuItemBoxMobile {
@@ -133,7 +133,7 @@
133
133
  width: unset;
134
134
  padding: 0;
135
135
  svg {
136
- fill: #fff;
136
+ fill: var(--emfe-w-color-white, #FFFFFF);
137
137
  }
138
138
  }
139
139
  }