@everymatrix/general-logout 0.0.167 → 0.0.171
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/dist/general-logout.js +32 -25
- package/dist/general-logout.js.map +1 -1
- package/package.json +2 -2
- package/src/GeneralLogout.svelte +1 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/general-logout",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.171",
|
|
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": "
|
|
39
|
+
"gitHead": "7520462b22914e0846e701bdf0c8974feaaeaa92"
|
|
40
40
|
}
|
package/src/GeneralLogout.svelte
CHANGED
|
@@ -54,15 +54,7 @@
|
|
|
54
54
|
{#if buttonlocation === 'PlayerAccountMenu'}
|
|
55
55
|
<p class="PlayerAccountMenuItemBox {isMobile ? 'PlayerAccountMenuItemBoxMobile' : ''} {mediaQuery.matches && isMobile ? 'PlayerAccountMenuItemBoxTablet' : ''}" on:click={() => logout()}>
|
|
56
56
|
<span style="width: {!isMobile ? '20px' : (mediaQuery.matches ? '50px' : '24px')}">
|
|
57
|
-
|
|
58
|
-
viewBox="0 0 384.971 384.971" style="enable-background:new 0 0 384.971 384.971;" xml:space="preserve">
|
|
59
|
-
<path style="color: #fff" d="M180.455,360.91H24.061V24.061h156.394c6.641,0,12.03-5.39,12.03-12.03s-5.39-12.03-12.03-12.03H12.03
|
|
60
|
-
C5.39,0.001,0,5.39,0,12.031V372.94c0,6.641,5.39,12.03,12.03,12.03h168.424c6.641,0,12.03-5.39,12.03-12.03
|
|
61
|
-
C192.485,366.299,187.095,360.91,180.455,360.91z"/>
|
|
62
|
-
<path style="color: #fff" d="M381.481,184.088l-83.009-84.2c-4.704-4.752-12.319-4.74-17.011,0c-4.704,4.74-4.704,12.439,0,17.179l62.558,63.46H96.279
|
|
63
|
-
c-6.641,0-12.03,5.438-12.03,12.151c0,6.713,5.39,12.151,12.03,12.151h247.74l-62.558,63.46c-4.704,4.752-4.704,12.439,0,17.179
|
|
64
|
-
c4.704,4.752,12.319,4.752,17.011,0l82.997-84.2C386.113,196.588,386.161,188.756,381.481,184.088z"/>
|
|
65
|
-
</svg>
|
|
57
|
+
<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>
|
|
66
58
|
</span>
|
|
67
59
|
{#if !isMobile}
|
|
68
60
|
<span class="PlayerLogoutText">Logout</span>
|