@everymatrix/general-logout 1.0.16 → 1.0.69

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.
@@ -1,10 +0,0 @@
1
-
2
- export const logOutIcon = `<svg version="1.1" fill="#fff" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
3
- viewBox="0 0 384.971 384.971" style="enable-background:new 0 0 384.971 384.971;" xml:space="preserve">
4
- <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
5
- 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
6
- C192.485,366.299,187.095,360.91,180.455,360.91z"/>
7
- <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
8
- 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
9
- 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"/>
10
- </svg>`;
package/index.html DELETED
@@ -1,37 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset='utf-8'>
5
- <meta name='viewport' content='width=device-width,initial-scale=1'>
6
-
7
- <title>
8
- general-logout
9
- </title>
10
- <link rel="stylesheet" href="public/reset.css">
11
- <script src='dist/general-logout.js'></script>
12
- </head>
13
-
14
- <body>
15
- <style>
16
- html,body { margin: 0; padding: 0; height: 100%; font-family: "Helvetica Neue", "Helvetica", sans-serif; }
17
- .header { display: flex; justify-content: center; align-items: center; padding: 10px 20px; margin-bottom: 20px; background: #42a3e2; box-shadow: 3px 4px 5px 0px rgba(0,0,0, .2); }
18
- .header__logo svg { height: 50px; width: 50px; margin-right: 5px; }
19
- .header__name { color: #fff; }
20
- .header__name span { margin-right: 10px; font-weight: bold; }
21
- .webcomponent { padding: 10px 20px; }
22
- </style>
23
- <header class="header">
24
- <div class="header__logo">
25
- <svg xmlns="http://www.w3.org/2000/svg" width="161" height="132" viewBox="0 0 161 132"><defs><linearGradient x1="0%" y1="50%" y2="50%" id="a"><stop stop-color="#2A3B8F" offset="0%"/><stop stop-color="#29ABE2" offset="100%"/></linearGradient><linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="c"><stop stop-color="#B4D44E" offset="0%"/><stop stop-color="#E7F716" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><path fill="#166DA5" d="M160.6 65.9l-17.4 29.3-24.4-29.7 24.4-28.9z"/><path fill="#8FDB69" d="M141.3 100.2l-26.5-31.7-15.9 26.6 24.7 36.1z"/><path fill="#166DA5" d="M141 31.4l-26.2 31.8-15.9-26.6L123.6.9z"/><path fill="url(#a)" opacity=".95" d="M61.1 31.4H141L123.4.7H78.7z M114.8 63.3H159l-15.9-26.8H98.8"/><path fill="url(#c)" opacity=".95" d="M141.3 100.3H61l17.6 30.5h45z M114.8 68.4H159l-15.9 26.8H98.8"/><path fill="#010101" d="M78.6 130.8L41 65.8 79.1.8H37.9L.4 65.8l37.5 65z"/></g></svg>
26
- </div>
27
- <h1 class="header__name">
28
- <span>WEBCOMPONENT:</span> general-logout
29
- </h1>
30
- </header>
31
-
32
- <div class="webcomponent">
33
- <general-logout lang="en"></general-logout>
34
- </div>
35
-
36
- </body>
37
- </html>
package/index.js DELETED
@@ -1 +0,0 @@
1
- import './dist/general-logout.js';
Binary file
package/public/reset.css DELETED
@@ -1,48 +0,0 @@
1
- /* http://meyerweb.com/eric/tools/css/reset/
2
- v2.0 | 20110126
3
- License: none (public domain)
4
- */
5
-
6
- html, body, div, span, applet, object, iframe,
7
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8
- a, abbr, acronym, address, big, cite, code,
9
- del, dfn, em, img, ins, kbd, q, s, samp,
10
- small, strike, strong, sub, sup, tt, var,
11
- b, u, i, center,
12
- dl, dt, dd, ol, ul, li,
13
- fieldset, form, label, legend,
14
- table, caption, tbody, tfoot, thead, tr, th, td,
15
- article, aside, canvas, details, embed,
16
- figure, figcaption, footer, header, hgroup,
17
- menu, nav, output, ruby, section, summary,
18
- time, mark, audio, video {
19
- margin: 0;
20
- padding: 0;
21
- border: 0;
22
- font-size: 100%;
23
- font: inherit;
24
- vertical-align: baseline;
25
- }
26
- /* HTML5 display-role reset for older browsers */
27
- article, aside, details, figcaption, figure,
28
- footer, header, hgroup, menu, nav, section {
29
- display: block;
30
- }
31
- body {
32
- line-height: 1;
33
- }
34
- ol, ul {
35
- list-style: none;
36
- }
37
- blockquote, q {
38
- quotes: none;
39
- }
40
- blockquote:before, blockquote:after,
41
- q:before, q:after {
42
- content: '';
43
- content: none;
44
- }
45
- table {
46
- border-collapse: collapse;
47
- border-spacing: 0;
48
- }
package/rollup.config.js DELETED
@@ -1,67 +0,0 @@
1
- import svelte from 'rollup-plugin-svelte';
2
- import commonjs from '@rollup/plugin-commonjs';
3
- import resolve from '@rollup/plugin-node-resolve';
4
- import serve from 'rollup-plugin-dev-server';
5
- import livereload from 'rollup-plugin-livereload';
6
- import { terser } from 'rollup-plugin-terser';
7
- import sveltePreprocess from 'svelte-preprocess';
8
- import typescript from '@rollup/plugin-typescript';
9
- import uglify from 'rollup-plugin-uglify';
10
- import image from '@rollup/plugin-image';
11
-
12
- const production = process.env.NODE_ENV == 'production';
13
- const dev = process.env.NODE_ENV == 'development';
14
-
15
- export default {
16
- input: 'src/index.ts',
17
- output: {
18
- sourcemap: true,
19
- format: 'umd',
20
- name: 'app',
21
- file: 'dist/general-logout.js',
22
- },
23
- plugins: [
24
- svelte({
25
- preprocess: sveltePreprocess(),
26
- compilerOptions: {
27
- // @TODO check generate and hydratable
28
- // generate: 'ssr',
29
- // hydratable: true,
30
- // enable run-time checks when not in production
31
- customElement: true,
32
- dev: !production
33
- }
34
- }),
35
- image(),
36
- commonjs(),
37
- resolve({
38
- browser: true,
39
- dedupe: ['svelte']
40
- }),
41
- dev && serve({
42
- open: true,
43
- verbose: true,
44
- allowCrossOrigin: true,
45
- historyApiFallback: false,
46
- host: 'localhost',
47
- port: 5050,
48
- }),
49
- dev && livereload({ watch: ['', 'dist'] }),
50
- typescript({
51
- sourceMap: !production,
52
- inlineSources: !production,
53
- }),
54
- // If we're building for production (npm run build
55
- // instead of npm run dev), minify
56
- production &&
57
- terser({
58
- output: {
59
- comments: "all"
60
- },
61
- }),
62
- production && uglify.uglify()
63
- ],
64
- watch: {
65
- clearScreen: false
66
- }
67
- };
@@ -1,149 +0,0 @@
1
- <svelte:options tag={null} />
2
-
3
- <script lang="ts">
4
- import { getDevice } from 'rvhelper';
5
- import { logOutIcon } from './../icons/iconService';
6
- import { _, addNewMessages, setLocale, setupI18n } from './i18n';
7
- import { GeneralLogoutTranslations } from './translations';
8
-
9
- export let endpoint:string = '';
10
- export let session:string = '';
11
- export let buttonlocation:string = '';
12
- export let lang:string = '';
13
- export let translationUrl:string = '';
14
-
15
- let error = '';
16
- let hasErrors:Boolean = false;
17
-
18
- let userAgent:String = window.navigator.userAgent;
19
- let isMobile = (getDevice(userAgent) === 'PC') ? false : true;
20
- const mediaQuery = window.matchMedia('(min-width: 768px)');
21
-
22
- // setupI18n({ withLocale: 'en', translations: {}});
23
-
24
- const setTranslationUrl = ():void => {
25
- let url:string = translationUrl;
26
-
27
- fetch(url).then((res:any) => res.json())
28
- .then((res) => {
29
- Object.keys(res).forEach((item:any):void => {
30
- addNewMessages(item, res[item]);
31
- });
32
- }).catch((err:any) => {
33
- console.log(err);
34
- });
35
- }
36
-
37
- Object.keys(GeneralLogoutTranslations).forEach((item:any) => {
38
- addNewMessages(item, GeneralLogoutTranslations[item]);
39
- });
40
-
41
- const logout = () => {
42
- let reqHeaders = new Headers();
43
-
44
- reqHeaders.append('Content-type', 'application/json');
45
- reqHeaders.append('X-SessionID', session);
46
-
47
- let options = {
48
- method: 'DELETE',
49
- headers: reqHeaders
50
- };
51
-
52
- fetch(`${endpoint}/player/session/player`, options)
53
- .then((res:any) => {
54
- window.postMessage({ type: 'LogoutSuccessfull' });
55
- });
56
- }
57
-
58
- const checkAttrs = () => {
59
- if (!endpoint) {
60
- error = "GENERAL-LOGOUT - Endpoint is missing! Please provide a valid endpointURL.";
61
- hasErrors = true;
62
-
63
- console.error(error);
64
- }
65
-
66
- if (!session) {
67
- error = "GENERAL-LOGOUT - Session is missing! Please provide a valid session.";
68
- hasErrors = true;
69
-
70
- console.error(error);
71
- }
72
-
73
- return hasErrors;
74
- }
75
-
76
- const initialLoad = () => {
77
- setLocale(lang);
78
- }
79
-
80
- $: endpoint && session && buttonlocation && checkAttrs();
81
- $: lang && initialLoad();
82
- $: translationUrl && setTranslationUrl();
83
- </script>
84
-
85
- {#if buttonlocation === 'PlayerAccountMenu'}
86
- <p class="PlayerAccountMenuItemBox {isMobile ? 'PlayerAccountMenuItemBoxMobile' : ''} {mediaQuery.matches && isMobile ? 'PlayerAccountMenuItemBoxTablet' : ''}" part="PlayerAccountMenuItemBox {isMobile ? 'PlayerAccountMenuItemBoxMobile' : ''} {mediaQuery.matches && isMobile ? 'PlayerAccountMenuItemBoxTablet' : ''}" on:click={() => logout()}>
87
- <span style="width: {!isMobile ? '20px' : (mediaQuery.matches ? '50px' : '24px')}">
88
- <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>
89
- </span>
90
- {#if !isMobile}
91
- <span class="PlayerLogoutText" part="PlayerLogoutText">{$_('logout.logoutButton')}</span>
92
- {/if}
93
- </p>
94
- {:else}
95
- <div class="GeneralLogout" part="GeneralLogout">
96
- <button on:click={() => logout()}><span>{$_('logout.logoutButton')}</span></button>
97
- </div>
98
- {/if}
99
-
100
- <style lang="scss">
101
-
102
- :host {
103
- font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
104
- }
105
-
106
- *,
107
- *::before,
108
- *::after {
109
- margin: 0;
110
- padding: 0;
111
- list-style: none;
112
- text-decoration: none;
113
- outline: none;
114
- box-sizing: border-box;
115
- }
116
-
117
- .PlayerAccountMenuItemBox {
118
- padding: 20px;
119
- font-size: 16px;
120
- display: inline-flex;
121
- width: 100%;
122
- box-sizing: border-box;
123
- align-items: center;
124
- cursor: pointer;
125
- .PlayerLogoutText {
126
- margin-left: 20px;
127
- }
128
- &:not(:last-child) {
129
- border-bottom: 1px solid var(--emfe-w-color-white, #FFFFFF);
130
- }
131
- svg {
132
- fill: var(--emfe-w-color-white, #FFFFFF);
133
- }
134
- }
135
- .PlayerAccountMenuItemBoxMobile {
136
- &.PlayerAccountMenuItemBox {
137
- height: auto;
138
- justify-content: center;
139
- position: relative;
140
- /*top: 20px;*/
141
- display: flex;
142
- width: unset;
143
- padding: 0;
144
- svg {
145
- fill: var(--emfe-w-color-white, #FFFFFF);
146
- }
147
- }
148
- }
149
- </style>
package/src/i18n.js DELETED
@@ -1,27 +0,0 @@
1
- import {
2
- dictionary,
3
- locale,
4
- addMessages,
5
- _
6
- } from 'svelte-i18n';
7
-
8
- function setupI18n({ withLocale: _locale, translations }) {
9
- locale.subscribe((data) => {
10
- if (data == null) {
11
- dictionary.set(translations);
12
- locale.set(_locale);
13
- }
14
- }); // maybe we will need this to make sure that the i18n is set up only once
15
- /*dictionary.set(translations);
16
- locale.set(_locale);*/
17
- }
18
-
19
- function addNewMessages(lang, dict) {
20
- addMessages(lang, dict);
21
- }
22
-
23
- function setLocale(_locale) {
24
- locale.set(_locale);
25
- }
26
-
27
- export { _, setupI18n, addNewMessages, setLocale };
package/src/index.ts DELETED
@@ -1,4 +0,0 @@
1
- import GeneralLogout from './GeneralLogout.svelte';
2
-
3
- !customElements.get('general-logout') && customElements.define('general-logout', GeneralLogout);
4
- export default GeneralLogout;
@@ -1,37 +0,0 @@
1
- export const GeneralLogoutTranslations = {
2
- en: {
3
- logout: {
4
- logoutButton: 'Logout',
5
- }
6
- },
7
- zh: {
8
- logout: {
9
- logoutButton: '登出',
10
- }
11
- },
12
- fr: {
13
- logout: {
14
- logoutButton: 'Déconnexion',
15
- }
16
- },
17
- tr: {
18
- logout: {
19
- logoutButton: 'Çıkış Yap',
20
- }
21
- },
22
- ro: {
23
- logout: {
24
- logoutButton: 'Iesire',
25
- }
26
- },
27
- es: {
28
- logout: {
29
- logoutButton: 'Salir',
30
- }
31
- },
32
- pt: {
33
- logout: {
34
- logoutButton: 'Sair',
35
- }
36
- },
37
- };
@@ -1,13 +0,0 @@
1
- import { html } from 'lit-element';
2
-
3
- import GeneralLogout from '../src/GeneralLogout';
4
-
5
- // This default export determines where your story goes in the story list
6
- export default {
7
- title: 'GeneralLogout',
8
- };
9
-
10
- // 👇 We create a “template” of how args map to rendering
11
- const GeneralLogout = ({ aProperty }) => html`<general-logout></general-logout>`;
12
-
13
- export const FirstStory = GeneralLogout.bind({});
package/tsconfig.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "extends": "@tsconfig/svelte/tsconfig.json",
3
-
4
- "include": ["src/**/*"],
5
- "exclude": ["node_modules/*", "__sapper__/*", "public/*"]
6
- }