@everymatrix/casino-403 1.43.4 → 1.45.0
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/components/Casino403-CEuRkUpv.cjs +3 -0
- package/components/Casino403-PRc-7ag1.js +3934 -0
- package/es2015/casino-403.cjs +1 -0
- package/es2015/casino-403.js +16 -0
- package/package.json +15 -33
- package/README.md +0 -30
- package/dist/casino-403.js +0 -575
- package/dist/casino-403.js.map +0 -1
- package/index.html +0 -37
- package/index.js +0 -1
- package/public/favicon.png +0 -0
- package/public/reset.css +0 -48
- package/rollup.config.js +0 -59
- package/src/Casino_403.svelte +0 -199
- package/src/i18n.js +0 -27
- package/src/index.ts +0 -4
- package/src/translations.js +0 -87
- package/stories/Casino_403.stories.js +0 -13
- package/tsconfig.json +0 -6
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
|
-
casino-403
|
9
|
-
</title>
|
10
|
-
<link rel="stylesheet" href="public/reset.css">
|
11
|
-
<script src='dist/casino-403.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> casino-403
|
29
|
-
</h1>
|
30
|
-
</header>
|
31
|
-
|
32
|
-
<div class="webcomponent">
|
33
|
-
<casino-403 lang="ro"></casino-403>
|
34
|
-
</div>
|
35
|
-
|
36
|
-
</body>
|
37
|
-
</html>
|
package/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
import './dist/casino-403.js';
|
package/public/favicon.png
DELETED
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,59 +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
|
-
const production = process.env.NODE_ENV === 'production';
|
10
|
-
const dev = process.env.NODE_ENV === 'development';
|
11
|
-
|
12
|
-
export default {
|
13
|
-
input: 'src/index.ts',
|
14
|
-
output: {
|
15
|
-
sourcemap: true,
|
16
|
-
format: 'umd',
|
17
|
-
name: 'app',
|
18
|
-
file: 'dist/casino-403.js'
|
19
|
-
},
|
20
|
-
plugins: [
|
21
|
-
svelte({
|
22
|
-
preprocess: sveltePreprocess(),
|
23
|
-
compilerOptions: {
|
24
|
-
// enable run-time checks when not in production
|
25
|
-
customElement: true,
|
26
|
-
dev: !production
|
27
|
-
}
|
28
|
-
}),
|
29
|
-
commonjs(),
|
30
|
-
resolve({
|
31
|
-
browser: true,
|
32
|
-
dedupe: ['svelte']
|
33
|
-
}),
|
34
|
-
dev && serve({
|
35
|
-
open: true,
|
36
|
-
verbose: true,
|
37
|
-
allowCrossOrigin: true,
|
38
|
-
historyApiFallback: false,
|
39
|
-
host: 'localhost',
|
40
|
-
port: 5050,
|
41
|
-
}),
|
42
|
-
dev && livereload({ watch: ['', 'dist'] }),
|
43
|
-
typescript({
|
44
|
-
sourceMap: !production,
|
45
|
-
inlineSources: !production,
|
46
|
-
}),
|
47
|
-
// If we're building for production (npm run build
|
48
|
-
// instead of npm run dev), minify
|
49
|
-
production &&
|
50
|
-
terser({
|
51
|
-
output: {
|
52
|
-
comments: "all"
|
53
|
-
},
|
54
|
-
})
|
55
|
-
],
|
56
|
-
watch: {
|
57
|
-
clearScreen: false
|
58
|
-
}
|
59
|
-
};
|
package/src/Casino_403.svelte
DELETED
@@ -1,199 +0,0 @@
|
|
1
|
-
<svelte:options tag={null} />
|
2
|
-
|
3
|
-
<script lang="ts">
|
4
|
-
import { _, addNewMessages, setLocale } from './i18n';
|
5
|
-
import { TRANSLATIONS } from './translations';
|
6
|
-
|
7
|
-
export let lang:string = 'en';
|
8
|
-
export let clientstyling:string = '';
|
9
|
-
export let clientstylingurl:string = '';
|
10
|
-
|
11
|
-
let customStylingContainer:HTMLElement;
|
12
|
-
export let translationurl:string = '';
|
13
|
-
|
14
|
-
const setTranslationUrl = ():void => {
|
15
|
-
let url:string = translationurl;
|
16
|
-
|
17
|
-
fetch(url).then((res:any) => res.json())
|
18
|
-
.then((res) => {
|
19
|
-
Object.keys(res).forEach((item:any):void => {
|
20
|
-
addNewMessages(item, res[item]);
|
21
|
-
});
|
22
|
-
}).catch((err:any) => {
|
23
|
-
console.log(err);
|
24
|
-
});
|
25
|
-
}
|
26
|
-
|
27
|
-
Object.keys(TRANSLATIONS).forEach((item:any):void => {
|
28
|
-
addNewMessages(item, TRANSLATIONS[item]);
|
29
|
-
});
|
30
|
-
|
31
|
-
const toggleLogin = ():void => {
|
32
|
-
window.postMessage({ type: '403ActionButton' }, window.location.href);
|
33
|
-
}
|
34
|
-
|
35
|
-
const setActiveLanguage = ():void => {
|
36
|
-
setLocale(lang);
|
37
|
-
}
|
38
|
-
|
39
|
-
const setClientStyling = ():void => {
|
40
|
-
let sheet = document.createElement('style');
|
41
|
-
sheet.innerHTML = clientstyling;
|
42
|
-
customStylingContainer.appendChild(sheet);
|
43
|
-
}
|
44
|
-
|
45
|
-
const setClientStylingURL = ():void => {
|
46
|
-
let url:URL = new URL(clientstylingurl);
|
47
|
-
let cssFile:HTMLElement = document.createElement('style');
|
48
|
-
|
49
|
-
fetch(url.href)
|
50
|
-
.then((res:any) => res.text())
|
51
|
-
.then((data:any) => {
|
52
|
-
cssFile.innerHTML = data
|
53
|
-
|
54
|
-
setTimeout(() => { customStylingContainer.appendChild(cssFile) }, 1);
|
55
|
-
});
|
56
|
-
}
|
57
|
-
|
58
|
-
$: lang && setActiveLanguage();
|
59
|
-
$: clientstyling && customStylingContainer && setClientStyling();
|
60
|
-
$: clientstylingurl && customStylingContainer && setClientStylingURL();
|
61
|
-
$: translationurl && setTranslationUrl();
|
62
|
-
</script>
|
63
|
-
|
64
|
-
<div class="PageWrapper" bind:this={customStylingContainer}>
|
65
|
-
<div class="NotFoundPage">
|
66
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="130.345" height="130.345" viewBox="0 0 130.345 130.345"><g transform="translate(-9.37 -9.34)"><path class="a" d="M22.819,139.685H126.266a13.422,13.422,0,0,0,13.449-13.449V22.789A13.422,13.422,0,0,0,126.266,9.34H22.819A13.422,13.422,0,0,0,9.37,22.789V126.236A13.422,13.422,0,0,0,22.819,139.685Zm-7.241-116.9a7.2,7.2,0,0,1,7.241-7.241H126.266a7.2,7.2,0,0,1,7.241,7.241V38.3H15.572Zm0,21.725H133.513v81.723a7.2,7.2,0,0,1-7.241,7.241H22.824a7.2,7.2,0,0,1-7.241-7.241Z"/><path class="a" d="M147.866,140.62h-4.138a3.1,3.1,0,0,0,0,6.207h4.138a3.1,3.1,0,0,0,0-6.207Z" transform="translate(-116.772 -116.794)"/><path class="a" d="M297.866,140.62h-4.138a3.1,3.1,0,1,0,0,6.207h4.138a3.1,3.1,0,0,0,0-6.207Z" transform="translate(-250.22 -116.794)"/><path class="a" d="M199.816,81.307h-1.765V74.5c0-8.132-5.863-14.5-14.247-14.5s-14.12,6.493-14.12,14.5v6.745h-1.765a7.156,7.156,0,0,0-7.123,7.123v21.307a7.156,7.156,0,0,0,7.123,7.123h31.9a7.156,7.156,0,0,0,7.123-7.123V88.367a7.1,7.1,0,0,0-7.123-7.06Zm-26.6,0V74.5c0-6.052,4.16-10.969,10.59-10.969,6.367,0,10.716,4.791,10.716,10.969v6.745H173.215v.063Zm30.132,28.367a3.524,3.524,0,0,1-3.53,3.53h-31.9a3.524,3.524,0,0,1-3.53-3.53V88.367a3.524,3.524,0,0,1,3.53-3.53h31.9a3.524,3.524,0,0,1,3.53,3.53ZM187.4,95.49a3.548,3.548,0,0,1-1.765,3.089h0v5.8a1.765,1.765,0,1,1-3.53,0v-5.8h0a3.55,3.55,0,0,1,1.765-6.619,3.447,3.447,0,0,1,3.53,3.53Z" transform="translate(-109.326 -3.172)"/></g></svg>
|
67
|
-
<p class="PageTitle">
|
68
|
-
{$_('sorry')}
|
69
|
-
</p>
|
70
|
-
<p class="PageContent">
|
71
|
-
{$_('access')}
|
72
|
-
</p>
|
73
|
-
<button class="ButtonDefaultSmall" on:click="{() => toggleLogin()}">{$_('login')}</button>
|
74
|
-
</div>
|
75
|
-
</div>
|
76
|
-
|
77
|
-
|
78
|
-
<style lang="scss">
|
79
|
-
|
80
|
-
|
81
|
-
*,
|
82
|
-
*::before,
|
83
|
-
*::after {
|
84
|
-
margin: 0;
|
85
|
-
padding: 0;
|
86
|
-
list-style: none;
|
87
|
-
text-decoration: none;
|
88
|
-
outline: none;
|
89
|
-
box-sizing: border-box;
|
90
|
-
font-family: "Helvetica Neue", "Helvetica", sans-serif;
|
91
|
-
}
|
92
|
-
|
93
|
-
.PageWrapper {
|
94
|
-
color: var(--emfe-w-misc-typography, var(--emfe-w-color-white, #FFFFFF));
|
95
|
-
background: var(--emfe-w-misc-color-bg, var(--emfe-w-color-background, #07072A));
|
96
|
-
padding: 50px 0;
|
97
|
-
width: 100%;
|
98
|
-
text-align: center;
|
99
|
-
}
|
100
|
-
|
101
|
-
.NotFoundPage {
|
102
|
-
display: flex;
|
103
|
-
flex-direction: column;
|
104
|
-
margin: auto;
|
105
|
-
gap: 40px;
|
106
|
-
align-items: center;
|
107
|
-
max-width: 800px;
|
108
|
-
padding: 50px;
|
109
|
-
}
|
110
|
-
|
111
|
-
.NotFoundPage svg {
|
112
|
-
fill: var(--emfe-w-misc-color-primary, var(--emfe-w-color-primary, #D0046C));
|
113
|
-
}
|
114
|
-
|
115
|
-
.PageTitle {
|
116
|
-
color: var(--emfe-w-misc-color-primary, var(--emfe-w-color-primary, #D0046C));
|
117
|
-
font-weight: 500;
|
118
|
-
font-size: 28px;
|
119
|
-
}
|
120
|
-
|
121
|
-
.PageContent {
|
122
|
-
color: #D1D1D1;
|
123
|
-
font-size:18px;
|
124
|
-
line-height: 24px;
|
125
|
-
}
|
126
|
-
|
127
|
-
.ErrorPageTitle {
|
128
|
-
color: var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909));
|
129
|
-
font-weight: 500;
|
130
|
-
font-size: 28px;
|
131
|
-
}
|
132
|
-
|
133
|
-
.ErrorPageContent {
|
134
|
-
color: var(--emfe-w-color-error, var(--emfe-w-color-red, #ed0909));
|
135
|
-
font-size:18px;
|
136
|
-
line-height: 24px;
|
137
|
-
}
|
138
|
-
|
139
|
-
.ButtonDefaultSmall {
|
140
|
-
background: var(--emfe-w-misc-color-primary, var(--emfe-w-color-primary, #D0046C));
|
141
|
-
border: 1px solid var(--emfe-w-misc-color-primary, var(--emfe-w-color-primary, #D0046C));
|
142
|
-
color: var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));
|
143
|
-
border-radius: 5px;
|
144
|
-
width: 30%;
|
145
|
-
height: 60px;
|
146
|
-
display: flex;
|
147
|
-
align-items: center;
|
148
|
-
justify-content: center;
|
149
|
-
font-size: 16px;
|
150
|
-
text-transform: uppercase;
|
151
|
-
transition-duration: 0.3s;
|
152
|
-
box-sizing: border-box;
|
153
|
-
cursor: pointer;
|
154
|
-
}
|
155
|
-
|
156
|
-
@media only screen and (max-width: 475px) {
|
157
|
-
|
158
|
-
.PageWrapper {
|
159
|
-
color: var(--emfe-w-misc-typography, var(--emfe-w-color-white, #FFFFFF));
|
160
|
-
background: var(--emfe-w-misc-color-bg, var(--emfe-w-color-background, #07072A));
|
161
|
-
padding: 20px 0;
|
162
|
-
width: 100%;
|
163
|
-
text-align: center;
|
164
|
-
}
|
165
|
-
|
166
|
-
.NotFoundPage {
|
167
|
-
text-align: center;
|
168
|
-
width: 100%;
|
169
|
-
font-size:12px;
|
170
|
-
padding: 20px;
|
171
|
-
}
|
172
|
-
|
173
|
-
.PageTitle {
|
174
|
-
font-size: 22px;
|
175
|
-
}
|
176
|
-
|
177
|
-
.ButtonDefaultSmall {
|
178
|
-
width: 80%;
|
179
|
-
height: 50px;
|
180
|
-
font-size:14px;
|
181
|
-
grid-template-columns: 1fr;
|
182
|
-
}
|
183
|
-
|
184
|
-
.ErrorPageContent {
|
185
|
-
font-size: 16px;
|
186
|
-
line-height: 18px;
|
187
|
-
}
|
188
|
-
|
189
|
-
.ErrorPageTitle {
|
190
|
-
font-size: 18px;
|
191
|
-
}
|
192
|
-
|
193
|
-
.PageContent {
|
194
|
-
font-size: 16px;
|
195
|
-
line-height: 18px;
|
196
|
-
}
|
197
|
-
|
198
|
-
}
|
199
|
-
</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
package/src/translations.js
DELETED
@@ -1,87 +0,0 @@
|
|
1
|
-
export const TRANSLATIONS = {
|
2
|
-
"en": {
|
3
|
-
"sorry": "We are sorry",
|
4
|
-
"access": "The page you are trying to access is available for logged-in users only. Please login.",
|
5
|
-
"login": "Login"
|
6
|
-
},
|
7
|
-
"zh-hk": {
|
8
|
-
"sorry": "我们很抱歉",
|
9
|
-
"access": "您尝试访问的页面仅对登录用户可用。 请登录。.",
|
10
|
-
"login": "登录"
|
11
|
-
},
|
12
|
-
"de": {
|
13
|
-
"sorry": "We are sorry",
|
14
|
-
"access": "The page you are trying to access is available for logged-in users only. Please login.",
|
15
|
-
"login": "Login"
|
16
|
-
},
|
17
|
-
"it": {
|
18
|
-
"sorry": "We are sorry",
|
19
|
-
"access": "The page you are trying to access is available for logged-in users only. Please login.",
|
20
|
-
"login": "Login"
|
21
|
-
},
|
22
|
-
"fr": {
|
23
|
-
"sorry": "Nous sommes désolés",
|
24
|
-
"access": "La page à laquelle vous essayez d'accéder n'est disponible que pour les utilisateurs connectés. Veuillez vous connecter.",
|
25
|
-
"login": "Connexion"
|
26
|
-
},
|
27
|
-
"es": {
|
28
|
-
"sorry": "Disculpas",
|
29
|
-
"access": "La página que estas intentando acceder solo está disponible para usuarios regstrados. Por favor Iniciar sesión.",
|
30
|
-
"login": "Iniciar sesión"
|
31
|
-
},
|
32
|
-
"tr": {
|
33
|
-
"sorry": "Özür dileriz",
|
34
|
-
"access": "Erişmeye çalıştığınız sayfa yalnızca giriş yapmış kullanıcılar için kullanılabilir. Lütfen giriş yapın.",
|
35
|
-
"login": "Giriş Yap"
|
36
|
-
},
|
37
|
-
"ru": {
|
38
|
-
"sorry": "We are sorry",
|
39
|
-
"access": "The page you are trying to access is available for logged-in users only. Please login.",
|
40
|
-
"login": "Login"
|
41
|
-
},
|
42
|
-
"ro": {
|
43
|
-
"sorry": "Ne pare rau",
|
44
|
-
"access": "The page you are trying to access is available for logged-in users only. Please login.",
|
45
|
-
"login": "Login"
|
46
|
-
},
|
47
|
-
"hr": {
|
48
|
-
"sorry": "Žao nam je",
|
49
|
-
"access": "Stranica kojoj pokušavate pristupiti dostupna je samo prijavljenim korisnicima. Molimo prijavite se.",
|
50
|
-
"login": "Prijaviti se"
|
51
|
-
},
|
52
|
-
"hu": {
|
53
|
-
"sorry": "We are sorry",
|
54
|
-
"access": "The page you are trying to access is available for logged-in users only. Please login.",
|
55
|
-
"login": "Login"
|
56
|
-
},
|
57
|
-
"pl": {
|
58
|
-
"sorry": "We are sorry",
|
59
|
-
"access": "The page you are trying to access is available for logged-in users only. Please login.",
|
60
|
-
"login": "Login"
|
61
|
-
},
|
62
|
-
"pt": {
|
63
|
-
"sorry": "We are sorry",
|
64
|
-
"access": "The page you are trying to access is available for logged-in users only. Please login.",
|
65
|
-
"login": "Login"
|
66
|
-
},
|
67
|
-
"sl": {
|
68
|
-
"sorry": "We are sorry",
|
69
|
-
"access": "The page you are trying to access is available for logged-in users only. Please login.",
|
70
|
-
"login": "Login"
|
71
|
-
},
|
72
|
-
"sr": {
|
73
|
-
"sorry": "We are sorry",
|
74
|
-
"access": "The page you are trying to access is available for logged-in users only. Please login.",
|
75
|
-
"login": "Login"
|
76
|
-
},
|
77
|
-
"pt-br": {
|
78
|
-
"sorry": "Desculpe",
|
79
|
-
"access": "A página que você deseja acessar está disponível apenas para usuários com sessão ativa. Por favor entre",
|
80
|
-
"login": "Entrar"
|
81
|
-
},
|
82
|
-
"es-mx": {
|
83
|
-
"sorry": "Lo Sentimos",
|
84
|
-
"access": "La página a la cuál usted quiere ingresar solo está disponibe para usuarios con sesión activa. Por favor inicie sesión",
|
85
|
-
"login": "Ingresar"
|
86
|
-
}
|
87
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { html } from 'lit-element';
|
2
|
-
|
3
|
-
import Casino_403 from '../src/Casino_403';
|
4
|
-
|
5
|
-
// This default export determines where your story goes in the story list
|
6
|
-
export default {
|
7
|
-
title: 'Casino_403',
|
8
|
-
};
|
9
|
-
|
10
|
-
// 👇 We create a “template” of how args map to rendering
|
11
|
-
const Casino_403 = ({ aProperty }) => html`<casino-403></casino-403>`;
|
12
|
-
|
13
|
-
export const FirstStory = Casino_403.bind({});
|