@anywayseo/tools 5.4.5 → 5.6.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/dist/components/base/h1/index.d.ts +4 -0
- package/dist/components/base/h2/index.d.ts +4 -0
- package/dist/components/base/h3/index.d.ts +4 -0
- package/dist/components/base/index.d.ts +8 -0
- package/dist/components/base/link/index.d.ts +5 -1
- package/dist/components/base/link/utils.d.ts +1 -0
- package/dist/components/base/ol/index.d.ts +4 -0
- package/dist/components/base/p/index.d.ts +4 -0
- package/dist/components/base/ul/index.d.ts +4 -0
- package/dist/components/index.cjs +21 -9
- package/dist/components/index.d.ts +1 -3
- package/dist/components/index.mjs +27 -15
- package/dist/components/{contact-form → pages/contacts/contact-form}/index.d.ts +1 -1
- package/dist/components/pages/contacts/index.d.ts +3 -0
- package/dist/components/pages/cookie-policy/index.d.ts +3 -0
- package/dist/components/pages/index.d.ts +5 -0
- package/dist/components/pages/privacy-policy/index.d.ts +6 -0
- package/dist/components/pages/terms-and-conditions/index.d.ts +6 -0
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/i18n/index.cjs +10 -5
- package/dist/i18n/index.mjs +10 -5
- package/dist/i18n/resources/bg/index.d.ts +280 -0
- package/dist/i18n/resources/da/index.d.ts +280 -0
- package/dist/i18n/resources/de/index.d.ts +168 -0
- package/dist/i18n/resources/en/index.d.ts +168 -0
- package/dist/i18n/resources/fi/index.d.ts +280 -0
- package/dist/i18n/resources/fr/index.d.ts +168 -0
- package/dist/i18n/resources/it/index.d.ts +168 -0
- package/dist/i18n/resources/ka/index.d.ts +280 -0
- package/dist/i18n/resources/pt/index.d.ts +280 -0
- package/dist/i18n/resources/ru/index.d.ts +168 -0
- package/dist/{index-CAfBnNV6.js → index-5J1CqqcW.js} +1 -1
- package/dist/index-B1PwYYQt.mjs +24 -0
- package/dist/index-B6wz_B9_.js +145 -0
- package/dist/index-BEjKnOZA.mjs +28 -0
- package/dist/{index-BmaWfWLV.mjs → index-Bph7a3PR.mjs} +4 -0
- package/dist/index-C-ri0Fgy.js +23 -0
- package/dist/index-C2T70CMa.mjs +44 -0
- package/dist/index-COv56GyV.mjs +146 -0
- package/dist/{index-DZBLiQFh.js → index-CR5rM7at.js} +21 -6
- package/dist/index-CWMHJGbL.mjs +2957 -0
- package/dist/{index-BICcOaT7.js → index-CkRY_NXp.js} +0 -21
- package/dist/index-CyuHme_p.js +1059 -0
- package/dist/{index-BcFDxh8P.js → index-D4zJ5RBA.js} +13 -26
- package/dist/index-DDg_PkD2.js +27 -0
- package/dist/index-DMR4Ptkt.js +2956 -0
- package/dist/{index-tj12BA6U.mjs → index-DYS7zQW4.mjs} +1 -1
- package/dist/{index-At00w6EN.js → index-DgrIJs-a.js} +4 -0
- package/dist/{index-BCK4kr6V.mjs → index-Drz_7u2p.mjs} +3 -24
- package/dist/{index-8_-KtKsW.mjs → index-HLGPI9-S.mjs} +23 -8
- package/dist/{index-D4ilKDcB.mjs → index-JUwyHkmj.mjs} +284 -708
- package/dist/index.cjs +61 -45
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +52 -36
- package/dist/{components/layout → layout}/footer/navigation/index.d.ts +1 -1
- package/dist/layout/header/locale-switcher/icons/brazil/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/bulgaria/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/denmark/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/finland/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/france/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/georgia/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/germany/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/globe/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/index.d.ts +10 -0
- package/dist/layout/header/locale-switcher/icons/italy/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/russia/index.d.ts +2 -0
- package/dist/{components/layout → layout}/header/locale-switcher/index.d.ts +1 -1
- package/dist/{components/layout → layout}/header/locale-switcher/utils.d.ts +1 -1
- package/dist/{components/layout → layout}/header/navigation/desktop/index.d.ts +1 -1
- package/dist/{components/layout → layout}/header/navigation/desktop/nav-list/index.d.ts +1 -1
- package/dist/{components/layout → layout}/header/navigation/index.d.ts +1 -1
- package/dist/{components/layout → layout}/header/navigation/mobile/index.d.ts +1 -1
- package/dist/{components/layout → layout}/header/navigation/mobile/nav-list/index.d.ts +1 -1
- package/dist/{components/layout → layout}/header/navigation/nav-link/index.d.ts +1 -1
- package/dist/{components/layout → layout}/hero/index.d.ts +1 -1
- package/dist/layout/index.cjs +596 -0
- package/dist/layout/index.mjs +597 -0
- package/dist/providers/index.cjs +2 -2
- package/dist/providers/index.mjs +2 -2
- package/dist/providers/mdx-provider/types.d.ts +3 -1
- package/dist/providers/mdx-provider/utils.d.ts +1 -2
- package/dist/types/components/game-card/index.d.ts +3 -3
- package/dist/types/components/strapi-component/index.d.ts +1 -1
- package/dist/types/i18n/index.d.ts +1 -1
- package/dist/utils/index.cjs +12 -10
- package/dist/utils/index.mjs +10 -8
- package/dist/utils/navigation/index.d.ts +1 -0
- package/package.json +7 -1
- package/dist/components/layout/header/locale-switcher/icons/earth/index.d.ts +0 -2
- package/dist/components/layout/header/locale-switcher/icons/france/index.d.ts +0 -2
- package/dist/components/layout/header/locale-switcher/icons/germany/index.d.ts +0 -2
- package/dist/components/layout/header/locale-switcher/icons/globe/index.d.ts +0 -2
- package/dist/components/layout/header/locale-switcher/icons/index.d.ts +0 -6
- package/dist/components/layout/header/locale-switcher/icons/italy/index.d.ts +0 -2
- package/dist/components/layout/header/locale-switcher/icons/russia/index.d.ts +0 -2
- package/dist/index-Bts2DBYS.mjs +0 -637
- package/dist/index-CJVr79Z2.js +0 -636
- package/dist/index-C_FekfFC.mjs +0 -57
- package/dist/index-soGlqT7d.js +0 -1483
- /package/dist/components/{layout → base}/container/index.d.ts +0 -0
- /package/dist/components/{layout → base}/logo/index.d.ts +0 -0
- /package/dist/components/{not-found → pages/not-found}/index.d.ts +0 -0
- /package/dist/{components/layout → layout}/content/index.d.ts +0 -0
- /package/dist/{components/layout → layout}/footer/brand/index.d.ts +0 -0
- /package/dist/{components/layout → layout}/footer/copyright/index.d.ts +0 -0
- /package/dist/{components/layout → layout}/footer/disclaimer/index.d.ts +0 -0
- /package/dist/{components/layout → layout}/footer/extra/index.d.ts +0 -0
- /package/dist/{components/layout → layout}/footer/index.d.ts +0 -0
- /package/dist/{components/layout → layout}/header/brand/index.d.ts +0 -0
- /package/dist/{components/layout → layout}/header/index.d.ts +0 -0
- /package/dist/{components/layout → layout}/header/theme-toggler/index.d.ts +0 -0
- /package/dist/{components/layout → layout}/index.d.ts +0 -0
- /package/dist/{components/layout → layout}/main/index.d.ts +0 -0
- /package/dist/{components/layout → layout}/scroll-to-top/index.d.ts +0 -0
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
export { default as Author } from './author';
|
|
2
2
|
export { default as Center } from './center';
|
|
3
|
+
export { default as Container } from './container';
|
|
3
4
|
export { default as Grid } from './grid';
|
|
5
|
+
export { default as H1 } from './h1';
|
|
6
|
+
export { default as H2 } from './h2';
|
|
7
|
+
export { default as H3 } from './h3';
|
|
4
8
|
export { default as Image } from './image';
|
|
5
9
|
export { default as Link } from './link';
|
|
6
10
|
export { default as LinkButton } from './link-button';
|
|
11
|
+
export { default as Logo } from './logo';
|
|
12
|
+
export { default as OL } from './ol';
|
|
13
|
+
export { default as P } from './p';
|
|
7
14
|
export { default as SocialNetwork } from './social-network';
|
|
8
15
|
export { default as SocialNetworks } from './social-networks';
|
|
16
|
+
export { default as UL } from './ul';
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
import { LinkProps as ChakraLinkProps } from '@chakra-ui/react';
|
|
2
|
+
declare const Link: import('react').ForwardRefExoticComponent<Omit<ChakraLinkProps, "href"> & {
|
|
3
|
+
to?: string;
|
|
4
|
+
isRedirectLink?: boolean;
|
|
5
|
+
} & import('react').RefAttributes<HTMLAnchorElement>>;
|
|
2
6
|
export default Link;
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("../index-
|
|
4
|
-
const index$1 = require("../index-
|
|
3
|
+
const index = require("../index-CyuHme_p.js");
|
|
4
|
+
const index$1 = require("../index-B6wz_B9_.js");
|
|
5
|
+
const index$2 = require("../index-DDg_PkD2.js");
|
|
6
|
+
const index$3 = require("../index-CR5rM7at.js");
|
|
5
7
|
exports.Author = index.Author;
|
|
6
8
|
exports.AuthorCard = index.AuthorCard;
|
|
7
9
|
exports.BonusCard = index.BonusCard;
|
|
8
10
|
exports.BonusCardGrid = index.BonusCardGrid;
|
|
9
11
|
exports.Center = index.Center;
|
|
10
|
-
exports.
|
|
12
|
+
exports.Contacts = index.Contacts;
|
|
13
|
+
exports.CookiePolicy = index.CookiePolicy;
|
|
11
14
|
exports.Faq = index.Faq;
|
|
12
15
|
exports.FeatureCard = index.FeatureCard;
|
|
13
16
|
exports.FeatureCardGrid = index.FeatureCardGrid;
|
|
@@ -17,17 +20,26 @@ exports.GameDemo = index.GameDemo;
|
|
|
17
20
|
exports.GameInfo = index.GameInfo;
|
|
18
21
|
exports.Grid = index.Grid;
|
|
19
22
|
exports.HowTo = index.HowTo;
|
|
20
|
-
exports.Layout = index.Layout;
|
|
21
|
-
exports.LinkButton = index.LinkButton;
|
|
22
23
|
exports.List = index.List;
|
|
23
24
|
exports.NotFound = index.NotFound;
|
|
25
|
+
exports.PrivacyPolicy = index.PrivacyPolicy;
|
|
24
26
|
exports.ProsCons = index.ProsCons;
|
|
25
27
|
exports.Seo = index.Seo;
|
|
26
|
-
exports.SocialNetwork = index.SocialNetwork;
|
|
27
|
-
exports.SocialNetworks = index.SocialNetworks;
|
|
28
28
|
exports.StrapiContentRenderer = index.StrapiContentRenderer;
|
|
29
29
|
exports.Table = index.Table;
|
|
30
30
|
exports.Tabs = index.Tabs;
|
|
31
|
+
exports.TermsAndConditions = index.TermsAndConditions;
|
|
31
32
|
exports.Tip = index.Tip;
|
|
32
|
-
exports.
|
|
33
|
-
exports.
|
|
33
|
+
exports.Container = index$1.Container;
|
|
34
|
+
exports.LinkButton = index$1.LinkButton;
|
|
35
|
+
exports.Logo = index$1.Logo;
|
|
36
|
+
exports.SocialNetwork = index$1.SocialNetwork;
|
|
37
|
+
exports.SocialNetworks = index$1.SocialNetworks;
|
|
38
|
+
exports.H1 = index$2.Heading1;
|
|
39
|
+
exports.H2 = index$2.Heading2;
|
|
40
|
+
exports.H3 = index$2.Heading3;
|
|
41
|
+
exports.OL = index$2.Ordered;
|
|
42
|
+
exports.P = index$2.Paragraph;
|
|
43
|
+
exports.UL = index$2.Unordered;
|
|
44
|
+
exports.Image = index$3.Image;
|
|
45
|
+
exports.Link = index$3.Link;
|
|
@@ -2,7 +2,6 @@ export * from './base';
|
|
|
2
2
|
export { default as AuthorCard } from './author-card';
|
|
3
3
|
export { default as BonusCard } from './bonus-card';
|
|
4
4
|
export { default as BonusCardGrid } from './bonus-card-grid';
|
|
5
|
-
export { default as ContactForm } from './contact-form';
|
|
6
5
|
export { default as Faq } from './faq';
|
|
7
6
|
export { default as FeatureCard } from './feature-card';
|
|
8
7
|
export { default as FeatureCardGrid } from './feature-card-grid';
|
|
@@ -11,9 +10,8 @@ export { default as GameCardGrid } from './game-card-grid';
|
|
|
11
10
|
export { default as GameDemo } from './game-demo';
|
|
12
11
|
export { default as GameInfo } from './game-info';
|
|
13
12
|
export { default as HowTo } from './how-to';
|
|
14
|
-
export { default as Layout } from './layout';
|
|
15
13
|
export { default as List } from './list';
|
|
16
|
-
export
|
|
14
|
+
export * from './pages';
|
|
17
15
|
export { default as ProsCons } from './pros-cons';
|
|
18
16
|
export { default as Seo } from './seo';
|
|
19
17
|
export { default as StrapiContentRenderer } from './strapi-content-renderer';
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { j, A, B, a, C, m, l, F, b, c, G, d, e, f, k, H, L, N, n, P, S, g, T, h, o, i } from "../index-JUwyHkmj.mjs";
|
|
2
|
+
import { C as C2, L as L2, a as a2, S as S2, b as b2 } from "../index-COv56GyV.mjs";
|
|
3
|
+
import { H as H2, a as a3, b as b3, O, P as P2, U } from "../index-BEjKnOZA.mjs";
|
|
4
|
+
import { I, L as L3 } from "../index-HLGPI9-S.mjs";
|
|
3
5
|
export {
|
|
4
|
-
|
|
6
|
+
j as Author,
|
|
5
7
|
A as AuthorCard,
|
|
6
8
|
B as BonusCard,
|
|
7
9
|
a as BonusCardGrid,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
+
C as Center,
|
|
11
|
+
m as Contacts,
|
|
12
|
+
C2 as Container,
|
|
13
|
+
l as CookiePolicy,
|
|
10
14
|
F as Faq,
|
|
11
15
|
b as FeatureCard,
|
|
12
16
|
c as FeatureCardGrid,
|
|
@@ -14,20 +18,28 @@ export {
|
|
|
14
18
|
d as GameCardGrid,
|
|
15
19
|
e as GameDemo,
|
|
16
20
|
f as GameInfo,
|
|
17
|
-
|
|
21
|
+
k as Grid,
|
|
22
|
+
H2 as H1,
|
|
23
|
+
a3 as H2,
|
|
24
|
+
b3 as H3,
|
|
18
25
|
H as HowTo,
|
|
19
26
|
I as Image,
|
|
20
|
-
|
|
21
|
-
L2 as
|
|
22
|
-
|
|
23
|
-
|
|
27
|
+
L3 as Link,
|
|
28
|
+
L2 as LinkButton,
|
|
29
|
+
L as List,
|
|
30
|
+
a2 as Logo,
|
|
24
31
|
N as NotFound,
|
|
32
|
+
O as OL,
|
|
33
|
+
P2 as P,
|
|
34
|
+
n as PrivacyPolicy,
|
|
25
35
|
P as ProsCons,
|
|
26
36
|
S as Seo,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
37
|
+
S2 as SocialNetwork,
|
|
38
|
+
b2 as SocialNetworks,
|
|
39
|
+
g as StrapiContentRenderer,
|
|
30
40
|
T as Table,
|
|
31
|
-
|
|
32
|
-
|
|
41
|
+
h as Tabs,
|
|
42
|
+
o as TermsAndConditions,
|
|
43
|
+
i as Tip,
|
|
44
|
+
U as UL
|
|
33
45
|
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { default as NotFound } from './not-found';
|
|
2
|
+
export { default as CookiePolicy } from './cookie-policy';
|
|
3
|
+
export { default as Contacts } from './contacts';
|
|
4
|
+
export { default as PrivacyPolicy } from './privacy-policy';
|
|
5
|
+
export { default as TermsAndConditions } from './terms-and-conditions';
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const index = require("../index-WFgDSB1A.js");
|
|
4
|
-
const index$1 = require("../index-
|
|
4
|
+
const index$1 = require("../index-5J1CqqcW.js");
|
|
5
5
|
exports.useLocalization = index.useLocalization;
|
|
6
6
|
exports.usePrimaryColors = index$1.usePrimaryColors;
|
package/dist/hooks/index.mjs
CHANGED
package/dist/i18n/index.cjs
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("../index-
|
|
3
|
+
const index = require("../index-DMR4Ptkt.js");
|
|
4
4
|
const resources = {
|
|
5
|
-
|
|
5
|
+
bg: index.dictionary$9,
|
|
6
|
+
de: index.dictionary$8,
|
|
7
|
+
da: index.dictionary$7,
|
|
8
|
+
en: index.dictionary$6,
|
|
9
|
+
fi: index.dictionary$5,
|
|
10
|
+
fr: index.dictionary$4,
|
|
6
11
|
it: index.dictionary$3,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
12
|
+
ka: index.dictionary$2,
|
|
13
|
+
pt: index.dictionary$1,
|
|
14
|
+
ru: index.dictionary
|
|
10
15
|
};
|
|
11
16
|
const DEFAULT_LANGUAGE = "en";
|
|
12
17
|
exports.DEFAULT_LANGUAGE = DEFAULT_LANGUAGE;
|
package/dist/i18n/index.mjs
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
|
-
import { d as dictionary, b as dictionary$1, c as dictionary$2, e as dictionary$3, f as dictionary$4 } from "../index-
|
|
1
|
+
import { d as dictionary, b as dictionary$1, c as dictionary$2, e as dictionary$3, f as dictionary$4, g as dictionary$5, h as dictionary$6, i as dictionary$7, j as dictionary$8, k as dictionary$9 } from "../index-CWMHJGbL.mjs";
|
|
2
2
|
const resources = {
|
|
3
|
-
|
|
3
|
+
bg: dictionary$9,
|
|
4
|
+
de: dictionary$8,
|
|
5
|
+
da: dictionary$7,
|
|
6
|
+
en: dictionary$6,
|
|
7
|
+
fi: dictionary$5,
|
|
8
|
+
fr: dictionary$4,
|
|
4
9
|
it: dictionary$3,
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
10
|
+
ka: dictionary$2,
|
|
11
|
+
pt: dictionary$1,
|
|
12
|
+
ru: dictionary
|
|
8
13
|
};
|
|
9
14
|
const DEFAULT_LANGUAGE = "en";
|
|
10
15
|
export {
|
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
declare const dictionary: {
|
|
2
|
+
readonly pageNotFound: {
|
|
3
|
+
seo: {
|
|
4
|
+
title: string;
|
|
5
|
+
};
|
|
6
|
+
title: string;
|
|
7
|
+
description: string;
|
|
8
|
+
action: string;
|
|
9
|
+
};
|
|
10
|
+
readonly pageContacts: {
|
|
11
|
+
title: string;
|
|
12
|
+
text: string;
|
|
13
|
+
};
|
|
14
|
+
readonly pagePrivacyPolicy: {
|
|
15
|
+
title: string;
|
|
16
|
+
text: string;
|
|
17
|
+
sectionOne: {
|
|
18
|
+
title: string;
|
|
19
|
+
text: string;
|
|
20
|
+
};
|
|
21
|
+
sectionTwo: {
|
|
22
|
+
title: string;
|
|
23
|
+
textOne: string;
|
|
24
|
+
list: {
|
|
25
|
+
itemOne: string;
|
|
26
|
+
itemTwo: string;
|
|
27
|
+
};
|
|
28
|
+
textTwo: string;
|
|
29
|
+
};
|
|
30
|
+
sectionThree: {
|
|
31
|
+
title: string;
|
|
32
|
+
text: string;
|
|
33
|
+
};
|
|
34
|
+
sectionFour: {
|
|
35
|
+
title: string;
|
|
36
|
+
text: string;
|
|
37
|
+
};
|
|
38
|
+
sectionFive: {
|
|
39
|
+
title: string;
|
|
40
|
+
text: string;
|
|
41
|
+
};
|
|
42
|
+
sectionSix: {
|
|
43
|
+
title: string;
|
|
44
|
+
text: string;
|
|
45
|
+
textWithLink: {
|
|
46
|
+
contentStart: string;
|
|
47
|
+
link: string;
|
|
48
|
+
contentEnd: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
readonly pageCookiePolicy: {
|
|
53
|
+
title: string;
|
|
54
|
+
text: string;
|
|
55
|
+
sectionOne: {
|
|
56
|
+
title: string;
|
|
57
|
+
textOne: string;
|
|
58
|
+
textTwo: string;
|
|
59
|
+
};
|
|
60
|
+
sectionTwo: {
|
|
61
|
+
title: string;
|
|
62
|
+
textOne: string;
|
|
63
|
+
list: {
|
|
64
|
+
itemOne: string;
|
|
65
|
+
itemTwo: string;
|
|
66
|
+
itemThree: string;
|
|
67
|
+
};
|
|
68
|
+
textTwo: string;
|
|
69
|
+
};
|
|
70
|
+
sectionThree: {
|
|
71
|
+
title: string;
|
|
72
|
+
list: {
|
|
73
|
+
itemOne: string;
|
|
74
|
+
itemTwo: string;
|
|
75
|
+
itemThree: string;
|
|
76
|
+
itemFour: string;
|
|
77
|
+
};
|
|
78
|
+
text: string;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
readonly pageTermsAndConditions: {
|
|
82
|
+
title: string;
|
|
83
|
+
text: string;
|
|
84
|
+
sectionOne: {
|
|
85
|
+
title: string;
|
|
86
|
+
text: string;
|
|
87
|
+
list: {
|
|
88
|
+
itemOne: {
|
|
89
|
+
title: string;
|
|
90
|
+
description: string;
|
|
91
|
+
};
|
|
92
|
+
itemTwo: {
|
|
93
|
+
title: string;
|
|
94
|
+
description: string;
|
|
95
|
+
};
|
|
96
|
+
itemThree: {
|
|
97
|
+
title: string;
|
|
98
|
+
description: string;
|
|
99
|
+
};
|
|
100
|
+
itemFour: {
|
|
101
|
+
title: string;
|
|
102
|
+
description: string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
sectionTwo: {
|
|
107
|
+
title: string;
|
|
108
|
+
list: {
|
|
109
|
+
itemOne: {
|
|
110
|
+
title: string;
|
|
111
|
+
description: string;
|
|
112
|
+
};
|
|
113
|
+
itemTwo: {
|
|
114
|
+
title: string;
|
|
115
|
+
description: string;
|
|
116
|
+
};
|
|
117
|
+
itemThree: {
|
|
118
|
+
title: string;
|
|
119
|
+
description: string;
|
|
120
|
+
};
|
|
121
|
+
itemFour: {
|
|
122
|
+
title: string;
|
|
123
|
+
description: string;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
sectionThree: {
|
|
128
|
+
title: string;
|
|
129
|
+
text: string;
|
|
130
|
+
};
|
|
131
|
+
sectionFour: {
|
|
132
|
+
title: string;
|
|
133
|
+
text: string;
|
|
134
|
+
list: {
|
|
135
|
+
itemOne: {
|
|
136
|
+
title: string;
|
|
137
|
+
description: string;
|
|
138
|
+
};
|
|
139
|
+
itemTwo: {
|
|
140
|
+
title: string;
|
|
141
|
+
description: string;
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
sectionFive: {
|
|
146
|
+
title: string;
|
|
147
|
+
text: string;
|
|
148
|
+
};
|
|
149
|
+
sectionSix: {
|
|
150
|
+
title: string;
|
|
151
|
+
textOne: string;
|
|
152
|
+
list: {
|
|
153
|
+
itemOne: string;
|
|
154
|
+
itemTwo: string;
|
|
155
|
+
itemThree: string;
|
|
156
|
+
};
|
|
157
|
+
textTwo: string;
|
|
158
|
+
textTwoWithLink: {
|
|
159
|
+
contentStart: string;
|
|
160
|
+
link: string;
|
|
161
|
+
contentEnd: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
sectionSeven: {
|
|
165
|
+
title: string;
|
|
166
|
+
list: {
|
|
167
|
+
itemOne: {
|
|
168
|
+
title: string;
|
|
169
|
+
description: string;
|
|
170
|
+
};
|
|
171
|
+
itemTwo: {
|
|
172
|
+
title: string;
|
|
173
|
+
description: string;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
readonly footer: {
|
|
179
|
+
copyright: string;
|
|
180
|
+
disclaimer: {
|
|
181
|
+
title: string;
|
|
182
|
+
description: string;
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
readonly gameDemo: {
|
|
186
|
+
warning: string;
|
|
187
|
+
action: {
|
|
188
|
+
playForReal: string;
|
|
189
|
+
playForFree: string;
|
|
190
|
+
activateFullscreen: string;
|
|
191
|
+
deactivateFullscreen: string;
|
|
192
|
+
exit: string;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
195
|
+
readonly gameInfo: {
|
|
196
|
+
title: string;
|
|
197
|
+
group: {
|
|
198
|
+
general: string;
|
|
199
|
+
features: string;
|
|
200
|
+
};
|
|
201
|
+
feature: {
|
|
202
|
+
BONUS_FEATURES: string;
|
|
203
|
+
COMPATIBILITY: string;
|
|
204
|
+
FUNCTIONS: string;
|
|
205
|
+
DEVELOPER: string;
|
|
206
|
+
HAS_AUTOPLAY: string;
|
|
207
|
+
HAS_BONUS_PURCHASE: string;
|
|
208
|
+
HAS_COLLECTION_SYMBOLS: string;
|
|
209
|
+
HAS_DEMO: string;
|
|
210
|
+
HAS_FAST_SPIN: string;
|
|
211
|
+
HAS_FREE_SPINS: string;
|
|
212
|
+
HAS_PROGRESSIVE_JACKPOT: string;
|
|
213
|
+
LANGUAGES: string;
|
|
214
|
+
MAX_WIN: string;
|
|
215
|
+
MAX_BET: string;
|
|
216
|
+
MIN_BET: string;
|
|
217
|
+
NAME: string;
|
|
218
|
+
PAY_LINES: string;
|
|
219
|
+
REELS_NUMBER: string;
|
|
220
|
+
RELEASE_DATE: string;
|
|
221
|
+
ROWS_WITH_PINS: string;
|
|
222
|
+
RTP: string;
|
|
223
|
+
THEME: string;
|
|
224
|
+
TYPE: string;
|
|
225
|
+
VOLATILITY: string;
|
|
226
|
+
};
|
|
227
|
+
value: {
|
|
228
|
+
boolean: {
|
|
229
|
+
true: string;
|
|
230
|
+
false: string;
|
|
231
|
+
};
|
|
232
|
+
volatility: {
|
|
233
|
+
HIGH: string;
|
|
234
|
+
MEDIUM: string;
|
|
235
|
+
LOW: string;
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
readonly prosCons: {
|
|
240
|
+
advantages: string;
|
|
241
|
+
disadvantages: string;
|
|
242
|
+
};
|
|
243
|
+
readonly author: {
|
|
244
|
+
title: string;
|
|
245
|
+
action: {
|
|
246
|
+
expand: string;
|
|
247
|
+
collapse: string;
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
readonly contactForm: {
|
|
251
|
+
field: {
|
|
252
|
+
name: {
|
|
253
|
+
label: string;
|
|
254
|
+
placeholder: string;
|
|
255
|
+
};
|
|
256
|
+
email: {
|
|
257
|
+
label: string;
|
|
258
|
+
placeholder: string;
|
|
259
|
+
};
|
|
260
|
+
message: {
|
|
261
|
+
label: string;
|
|
262
|
+
placeholder: string;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
notification: {
|
|
266
|
+
title: string;
|
|
267
|
+
description: string;
|
|
268
|
+
};
|
|
269
|
+
action: {
|
|
270
|
+
send: string;
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
readonly bonusCard: {
|
|
274
|
+
action: {
|
|
275
|
+
expand: string;
|
|
276
|
+
collapse: string;
|
|
277
|
+
};
|
|
278
|
+
};
|
|
279
|
+
};
|
|
280
|
+
export default dictionary;
|