@anywayseo/tools 5.6.0 → 5.7.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/action-button/index.d.ts +5 -0
- package/dist/components/article-card/index.d.ts +7 -0
- package/dist/components/article-card-grid/index.d.ts +7 -0
- package/dist/components/article-info-card/index.d.ts +5 -0
- package/dist/components/base/article-meta/index.d.ts +7 -0
- package/dist/components/base/article-meta/item/index.d.ts +7 -0
- package/dist/components/base/copy-text/index.d.ts +6 -0
- package/dist/components/base/grid/index.d.ts +2 -4
- package/dist/components/base/index.d.ts +3 -0
- package/dist/components/base/rating/index.d.ts +10 -0
- package/dist/components/bonus-card-grid/index.d.ts +2 -4
- package/dist/components/casino-table/index.d.ts +8 -0
- package/dist/components/casino-table/row/casino-actions/index.d.ts +8 -0
- package/dist/components/casino-table/row/casino-bonus/index.d.ts +8 -0
- package/dist/components/casino-table/row/casino-info/index.d.ts +7 -0
- package/dist/components/casino-table/row/casino-info/item/index.d.ts +7 -0
- package/dist/components/casino-table/row/casino-info/utils.d.ts +2 -0
- package/dist/components/casino-table/row/casino-license/index.d.ts +5 -0
- package/dist/components/casino-table/row/casino-logo/index.d.ts +9 -0
- package/dist/components/casino-table/row/casino-name/index.d.ts +8 -0
- package/dist/components/casino-table/row/cell/index.d.ts +7 -0
- package/dist/components/casino-table/row/index.d.ts +7 -0
- package/dist/components/feature-card-grid/index.d.ts +2 -4
- package/dist/components/game-card-grid/index.d.ts +2 -4
- package/dist/components/game-demo/content/index.d.ts +1 -1
- package/dist/components/game-demo/index.d.ts +2 -2
- package/dist/components/game-demo/preview/alert/index.d.ts +3 -0
- package/dist/components/game-demo/preview/index.d.ts +2 -1
- package/dist/components/index.cjs +12 -3
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.mjs +32 -23
- package/dist/components/informer/index.d.ts +9 -0
- package/dist/components/informer/utils.d.ts +5 -0
- package/dist/components/tip/index.d.ts +3 -0
- package/dist/hooks/index.cjs +2 -2
- package/dist/hooks/index.mjs +2 -2
- package/dist/i18n/index.cjs +1 -1
- package/dist/i18n/index.mjs +1 -1
- package/dist/i18n/resources/bg/index.d.ts +51 -0
- package/dist/i18n/resources/da/index.d.ts +51 -0
- package/dist/i18n/resources/de/index.d.ts +51 -0
- package/dist/i18n/resources/en/index.d.ts +51 -0
- package/dist/i18n/resources/fi/index.d.ts +51 -0
- package/dist/i18n/resources/fr/index.d.ts +51 -0
- package/dist/i18n/resources/it/index.d.ts +51 -0
- package/dist/i18n/resources/ka/index.d.ts +51 -0
- package/dist/i18n/resources/pt/index.d.ts +51 -0
- package/dist/i18n/resources/ru/index.d.ts +51 -0
- package/dist/{index-DMR4Ptkt.js → index-B-k9oWE7.js} +606 -10
- package/dist/{index-CyuHme_p.js → index-B71VkIfX.js} +403 -234
- package/dist/index-BTpEZIok.js +401 -0
- package/dist/index-BeJTy4iY.mjs +26 -0
- package/dist/index-BfITsKAr.js +25 -0
- package/dist/{index-Drz_7u2p.mjs → index-C7z5qqm_.mjs} +21 -23
- package/dist/{index-DYS7zQW4.mjs → index-CB0JfZMx.mjs} +1 -1
- package/dist/{index-JUwyHkmj.mjs → index-CEqTLcAR.mjs} +238 -69
- package/dist/{index-CWMHJGbL.mjs → index-CVN8I7r9.mjs} +616 -20
- package/dist/{index-5J1CqqcW.js → index-D15SAjJc.js} +1 -1
- package/dist/{index-BzbpMLDD.mjs → index-DHURrUMW.mjs} +1 -1
- package/dist/{index-C2T70CMa.mjs → index-FfZIjQy3.mjs} +5 -4
- package/dist/index-Lln67Kfn.mjs +402 -0
- package/dist/{index-CR5rM7at.js → index-QPgJfbrC.js} +36 -35
- package/dist/{index-D4zJ5RBA.js → index-TxqSZvgf.js} +5 -4
- package/dist/{index-HLGPI9-S.mjs → index-ksqN4RPm.mjs} +29 -28
- package/dist/{index-WFgDSB1A.js → index-ma-iV7GU.js} +1 -1
- package/dist/{index-CkRY_NXp.js → index-qR3kVjjs.js} +20 -22
- package/dist/index.cjs +24 -12
- package/dist/index.mjs +53 -41
- package/dist/layout/index.cjs +13 -12
- package/dist/layout/index.mjs +13 -12
- package/dist/providers/index.cjs +2 -2
- package/dist/providers/index.mjs +2 -2
- package/dist/types/components/article-card/index.d.ts +9 -0
- package/dist/types/components/button/index.d.ts +1 -1
- package/dist/types/components/casino/index.d.ts +32 -0
- package/dist/types/components/casino-info/index.d.ts +12 -0
- package/dist/types/components/common/index.d.ts +1 -1
- package/dist/types/components/game-info/index.d.ts +4 -8
- package/dist/types/components/grid/index.d.ts +4 -0
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/components/informer/index.d.ts +5 -0
- package/dist/types/components/strapi-component/index.d.ts +1 -1
- package/dist/types/content/article/index.d.ts +12 -0
- package/dist/types/content/index.d.ts +1 -0
- package/dist/types/i18n/index.d.ts +1 -1
- package/dist/utils/index.cjs +5 -5
- package/dist/utils/index.mjs +7 -7
- package/package.json +1 -1
- package/dist/index-B1PwYYQt.mjs +0 -24
- package/dist/index-B6wz_B9_.js +0 -145
- package/dist/index-C-ri0Fgy.js +0 -23
- package/dist/index-COv56GyV.mjs +0 -146
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { BoxPositionProps, IArticlePreviewCard, GridConfigProps } from '../../types';
|
|
3
|
+
type FeatureCardGridProps = {
|
|
4
|
+
items: IArticlePreviewCard[];
|
|
5
|
+
} & GridConfigProps & BoxPositionProps;
|
|
6
|
+
declare const ArticleCardGrid: FC<FeatureCardGridProps>;
|
|
7
|
+
export default ArticleCardGrid;
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { BoxPositionProps,
|
|
1
|
+
import { BoxPositionProps, GridConfigProps, KeyGetter, RenderFunction } from '../../../types';
|
|
2
2
|
type GridProps<T> = {
|
|
3
3
|
items: T[];
|
|
4
|
-
columns?: GridColumns;
|
|
5
|
-
gap?: GridGap;
|
|
6
4
|
getKey?: KeyGetter<T>;
|
|
7
5
|
render: RenderFunction<T>;
|
|
8
|
-
} & BoxPositionProps;
|
|
6
|
+
} & GridConfigProps & BoxPositionProps;
|
|
9
7
|
declare const Grid: <T>({ items, columns, gap, render, getKey, ...boxProps }: GridProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
10
8
|
export default Grid;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
export { default as ArticleMeta } from './article-meta';
|
|
1
2
|
export { default as Author } from './author';
|
|
2
3
|
export { default as Center } from './center';
|
|
3
4
|
export { default as Container } from './container';
|
|
5
|
+
export { default as CopyText } from './copy-text';
|
|
4
6
|
export { default as Grid } from './grid';
|
|
5
7
|
export { default as H1 } from './h1';
|
|
6
8
|
export { default as H2 } from './h2';
|
|
@@ -11,6 +13,7 @@ export { default as LinkButton } from './link-button';
|
|
|
11
13
|
export { default as Logo } from './logo';
|
|
12
14
|
export { default as OL } from './ol';
|
|
13
15
|
export { default as P } from './p';
|
|
16
|
+
export { default as Rating } from './rating';
|
|
14
17
|
export { default as SocialNetwork } from './social-network';
|
|
15
18
|
export { default as SocialNetworks } from './social-networks';
|
|
16
19
|
export { default as UL } from './ul';
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { BoxPositionProps,
|
|
2
|
+
import { BoxPositionProps, GridConfigProps, IBonusCard, IBonusCardCustomizationProps } from '../../types';
|
|
3
3
|
type BonusCardGridProps = {
|
|
4
4
|
items: IBonusCard[];
|
|
5
|
-
columns?: GridColumns;
|
|
6
|
-
gap?: GridGap;
|
|
7
5
|
cardCustomization?: IBonusCardCustomizationProps;
|
|
8
|
-
} & BoxPositionProps;
|
|
6
|
+
} & GridConfigProps & BoxPositionProps;
|
|
9
7
|
declare const BonusCardGrid: FC<BonusCardGridProps>;
|
|
10
8
|
export default BonusCardGrid;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ICasino } from '../../../../types';
|
|
3
|
+
type CasinoActionsProps = {
|
|
4
|
+
referralUrl: ICasino['referralUrl'];
|
|
5
|
+
reviewUrl: ICasino['reviewUrl'];
|
|
6
|
+
};
|
|
7
|
+
declare const CasinoActions: FC<CasinoActionsProps>;
|
|
8
|
+
export default CasinoActions;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { BoxPositionProps,
|
|
2
|
+
import { BoxPositionProps, GridConfigProps, IFeature } from '../../types';
|
|
3
3
|
type FeatureCardGridProps = {
|
|
4
4
|
items: IFeature[];
|
|
5
|
-
|
|
6
|
-
gap?: GridGap;
|
|
7
|
-
} & BoxPositionProps;
|
|
5
|
+
} & GridConfigProps & BoxPositionProps;
|
|
8
6
|
declare const FeatureCardGrid: FC<FeatureCardGridProps>;
|
|
9
7
|
export default FeatureCardGrid;
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { BoxPositionProps, GameCardHeight,
|
|
2
|
+
import { BoxPositionProps, GameCardHeight, GridConfigProps, IGameCard } from '../../types';
|
|
3
3
|
type GameCardGridProps = {
|
|
4
4
|
items: IGameCard[];
|
|
5
|
-
columns?: GridColumns;
|
|
6
|
-
gap?: GridGap;
|
|
7
5
|
cardHeight?: GameCardHeight;
|
|
8
6
|
order?: 'default' | 'random';
|
|
9
7
|
randomSeed?: number;
|
|
10
|
-
} & BoxPositionProps;
|
|
8
|
+
} & GridConfigProps & BoxPositionProps;
|
|
11
9
|
declare const GameCardGrid: FC<GameCardGridProps>;
|
|
12
10
|
export default GameCardGrid;
|
|
@@ -9,8 +9,8 @@ type GamePreviewImageProps = {
|
|
|
9
9
|
};
|
|
10
10
|
type GameDemoProps = {
|
|
11
11
|
name: string;
|
|
12
|
-
src
|
|
13
|
-
|
|
12
|
+
src?: string;
|
|
13
|
+
refLink?: string;
|
|
14
14
|
} & BoxPositionProps & GamePreviewImageProps;
|
|
15
15
|
declare const GameDemo: FC<GameDemoProps>;
|
|
16
16
|
export default GameDemo;
|
|
@@ -1,9 +1,14 @@
|
|
|
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-B71VkIfX.js");
|
|
4
|
+
const index$1 = require("../index-BTpEZIok.js");
|
|
5
5
|
const index$2 = require("../index-DDg_PkD2.js");
|
|
6
|
-
const index$3 = require("../index-
|
|
6
|
+
const index$3 = require("../index-QPgJfbrC.js");
|
|
7
|
+
exports.ActionButton = index.ActionButton;
|
|
8
|
+
exports.ArticleCard = index.ArticleCard;
|
|
9
|
+
exports.ArticleCardGrid = index.ArticleCardGrid;
|
|
10
|
+
exports.ArticleInfoCard = index.ArticleInfoCard;
|
|
11
|
+
exports.ArticleMeta = index.ArticleMeta;
|
|
7
12
|
exports.Author = index.Author;
|
|
8
13
|
exports.AuthorCard = index.AuthorCard;
|
|
9
14
|
exports.BonusCard = index.BonusCard;
|
|
@@ -20,6 +25,7 @@ exports.GameDemo = index.GameDemo;
|
|
|
20
25
|
exports.GameInfo = index.GameInfo;
|
|
21
26
|
exports.Grid = index.Grid;
|
|
22
27
|
exports.HowTo = index.HowTo;
|
|
28
|
+
exports.Informer = index.Informer;
|
|
23
29
|
exports.List = index.List;
|
|
24
30
|
exports.NotFound = index.NotFound;
|
|
25
31
|
exports.PrivacyPolicy = index.PrivacyPolicy;
|
|
@@ -30,9 +36,12 @@ exports.Table = index.Table;
|
|
|
30
36
|
exports.Tabs = index.Tabs;
|
|
31
37
|
exports.TermsAndConditions = index.TermsAndConditions;
|
|
32
38
|
exports.Tip = index.Tip;
|
|
39
|
+
exports.CasinoTable = index$1.CasinoTable;
|
|
33
40
|
exports.Container = index$1.Container;
|
|
41
|
+
exports.CopyText = index$1.CopyText;
|
|
34
42
|
exports.LinkButton = index$1.LinkButton;
|
|
35
43
|
exports.Logo = index$1.Logo;
|
|
44
|
+
exports.Rating = index$1.Rating;
|
|
36
45
|
exports.SocialNetwork = index$1.SocialNetwork;
|
|
37
46
|
exports.SocialNetworks = index$1.SocialNetworks;
|
|
38
47
|
exports.H1 = index$2.Heading1;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
export * from './base';
|
|
2
|
+
export { default as ActionButton } from './action-button';
|
|
3
|
+
export { default as ArticleCard } from './article-card';
|
|
4
|
+
export { default as ArticleCardGrid } from './article-card-grid';
|
|
5
|
+
export { default as ArticleInfoCard } from './article-info-card';
|
|
2
6
|
export { default as AuthorCard } from './author-card';
|
|
3
7
|
export { default as BonusCard } from './bonus-card';
|
|
4
8
|
export { default as BonusCardGrid } from './bonus-card-grid';
|
|
9
|
+
export { default as CasinoTable } from './casino-table';
|
|
5
10
|
export { default as Faq } from './faq';
|
|
6
11
|
export { default as FeatureCard } from './feature-card';
|
|
7
12
|
export { default as FeatureCardGrid } from './feature-card-grid';
|
|
@@ -10,6 +15,7 @@ export { default as GameCardGrid } from './game-card-grid';
|
|
|
10
15
|
export { default as GameDemo } from './game-demo';
|
|
11
16
|
export { default as GameInfo } from './game-info';
|
|
12
17
|
export { default as HowTo } from './how-to';
|
|
18
|
+
export { default as Informer } from './informer';
|
|
13
19
|
export { default as List } from './list';
|
|
14
20
|
export * from './pages';
|
|
15
21
|
export { default as ProsCons } from './pros-cons';
|
|
@@ -1,45 +1,54 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { C as C2, L as L2,
|
|
1
|
+
import { A, a, b, c, n, o, d, B, e, C, r, q, F, f, g, G, h, i, j, p, H, I, L, N, s, P, S, k, T, l, t, m } from "../index-CEqTLcAR.mjs";
|
|
2
|
+
import { C as C2, a as a2, b as b2, L as L2, c as c2, R, S as S2, d as d2 } from "../index-Lln67Kfn.mjs";
|
|
3
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-
|
|
4
|
+
import { I as I2, L as L3 } from "../index-ksqN4RPm.mjs";
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
A as ActionButton,
|
|
7
|
+
a as ArticleCard,
|
|
8
|
+
b as ArticleCardGrid,
|
|
9
|
+
c as ArticleInfoCard,
|
|
10
|
+
n as ArticleMeta,
|
|
11
|
+
o as Author,
|
|
12
|
+
d as AuthorCard,
|
|
8
13
|
B as BonusCard,
|
|
9
|
-
|
|
14
|
+
e as BonusCardGrid,
|
|
15
|
+
C2 as CasinoTable,
|
|
10
16
|
C as Center,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
17
|
+
r as Contacts,
|
|
18
|
+
a2 as Container,
|
|
19
|
+
q as CookiePolicy,
|
|
20
|
+
b2 as CopyText,
|
|
14
21
|
F as Faq,
|
|
15
|
-
|
|
16
|
-
|
|
22
|
+
f as FeatureCard,
|
|
23
|
+
g as FeatureCardGrid,
|
|
17
24
|
G as GameCard,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
25
|
+
h as GameCardGrid,
|
|
26
|
+
i as GameDemo,
|
|
27
|
+
j as GameInfo,
|
|
28
|
+
p as Grid,
|
|
22
29
|
H2 as H1,
|
|
23
30
|
a3 as H2,
|
|
24
31
|
b3 as H3,
|
|
25
32
|
H as HowTo,
|
|
26
|
-
|
|
33
|
+
I2 as Image,
|
|
34
|
+
I as Informer,
|
|
27
35
|
L3 as Link,
|
|
28
36
|
L2 as LinkButton,
|
|
29
37
|
L as List,
|
|
30
|
-
|
|
38
|
+
c2 as Logo,
|
|
31
39
|
N as NotFound,
|
|
32
40
|
O as OL,
|
|
33
41
|
P2 as P,
|
|
34
|
-
|
|
42
|
+
s as PrivacyPolicy,
|
|
35
43
|
P as ProsCons,
|
|
44
|
+
R as Rating,
|
|
36
45
|
S as Seo,
|
|
37
46
|
S2 as SocialNetwork,
|
|
38
|
-
|
|
39
|
-
|
|
47
|
+
d2 as SocialNetworks,
|
|
48
|
+
k as StrapiContentRenderer,
|
|
40
49
|
T as Table,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
50
|
+
l as Tabs,
|
|
51
|
+
t as TermsAndConditions,
|
|
52
|
+
m as Tip,
|
|
44
53
|
U as UL
|
|
45
54
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { BoxPositionProps, IAuthor, InformerType } from '../../types';
|
|
3
|
+
type InformerProps = {
|
|
4
|
+
type: Lowercase<keyof typeof InformerType>;
|
|
5
|
+
text: string;
|
|
6
|
+
author?: IAuthor | null;
|
|
7
|
+
} & BoxPositionProps;
|
|
8
|
+
declare const Informer: FC<InformerProps>;
|
|
9
|
+
export default Informer;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { CardProps } from '@chakra-ui/react';
|
|
2
|
+
import { InformerType } from '../../types';
|
|
3
|
+
export declare function getQuotePseudoElement(color: string): CardProps['_before'];
|
|
4
|
+
export declare const PrefixMap: Record<Lowercase<InformerType>, string>;
|
|
5
|
+
export declare const BorderColorMap: Record<Lowercase<InformerType>, CardProps['borderLeftColor']>;
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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-ma-iV7GU.js");
|
|
4
|
+
const index$1 = require("../index-D15SAjJc.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
package/dist/i18n/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as dictionary,
|
|
1
|
+
import { d as dictionary, c as dictionary$1, e as dictionary$2, f as dictionary$3, g as dictionary$4, h as dictionary$5, i as dictionary$6, j as dictionary$7, k as dictionary$8, l as dictionary$9 } from "../index-CVN8I7r9.mjs";
|
|
2
2
|
const resources = {
|
|
3
3
|
bg: dictionary$9,
|
|
4
4
|
de: dictionary$8,
|
|
@@ -182,6 +182,50 @@ declare const dictionary: {
|
|
|
182
182
|
description: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
+
readonly article: {
|
|
186
|
+
meta: {
|
|
187
|
+
author: string;
|
|
188
|
+
publicationDate: string;
|
|
189
|
+
readingTime: {
|
|
190
|
+
label: string;
|
|
191
|
+
count_one: string;
|
|
192
|
+
count_few: string;
|
|
193
|
+
count_many: string;
|
|
194
|
+
count_other: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly casinoInfo: {
|
|
199
|
+
feature: {
|
|
200
|
+
RTP: string;
|
|
201
|
+
GAMES_COUNT: string;
|
|
202
|
+
MIN_DEPOSIT: string;
|
|
203
|
+
PAYOUT_SPEED: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
readonly casinoTable: {
|
|
207
|
+
column: {
|
|
208
|
+
ID: string;
|
|
209
|
+
LOGO: string;
|
|
210
|
+
NAME: string;
|
|
211
|
+
LICENSE: string;
|
|
212
|
+
BONUS: string;
|
|
213
|
+
INFO: string;
|
|
214
|
+
ACTIONS: string;
|
|
215
|
+
};
|
|
216
|
+
row: {
|
|
217
|
+
logo: {
|
|
218
|
+
bestChoiceBadge: string;
|
|
219
|
+
};
|
|
220
|
+
actions: {
|
|
221
|
+
getBonus: string;
|
|
222
|
+
readReview: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly copyText: {
|
|
227
|
+
title: string;
|
|
228
|
+
};
|
|
185
229
|
readonly gameDemo: {
|
|
186
230
|
warning: string;
|
|
187
231
|
action: {
|
|
@@ -191,6 +235,10 @@ declare const dictionary: {
|
|
|
191
235
|
deactivateFullscreen: string;
|
|
192
236
|
exit: string;
|
|
193
237
|
};
|
|
238
|
+
alert: {
|
|
239
|
+
title: string;
|
|
240
|
+
description: string;
|
|
241
|
+
};
|
|
194
242
|
};
|
|
195
243
|
readonly gameInfo: {
|
|
196
244
|
title: string;
|
|
@@ -276,5 +324,8 @@ declare const dictionary: {
|
|
|
276
324
|
collapse: string;
|
|
277
325
|
};
|
|
278
326
|
};
|
|
327
|
+
readonly informer: {
|
|
328
|
+
[x: string]: string;
|
|
329
|
+
};
|
|
279
330
|
};
|
|
280
331
|
export default dictionary;
|
|
@@ -182,6 +182,50 @@ declare const dictionary: {
|
|
|
182
182
|
description: string;
|
|
183
183
|
};
|
|
184
184
|
};
|
|
185
|
+
readonly article: {
|
|
186
|
+
meta: {
|
|
187
|
+
author: string;
|
|
188
|
+
publicationDate: string;
|
|
189
|
+
readingTime: {
|
|
190
|
+
label: string;
|
|
191
|
+
count_one: string;
|
|
192
|
+
count_few: string;
|
|
193
|
+
count_many: string;
|
|
194
|
+
count_other: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
197
|
+
};
|
|
198
|
+
readonly casinoInfo: {
|
|
199
|
+
feature: {
|
|
200
|
+
RTP: string;
|
|
201
|
+
GAMES_COUNT: string;
|
|
202
|
+
MIN_DEPOSIT: string;
|
|
203
|
+
PAYOUT_SPEED: string;
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
readonly casinoTable: {
|
|
207
|
+
column: {
|
|
208
|
+
ID: string;
|
|
209
|
+
LOGO: string;
|
|
210
|
+
NAME: string;
|
|
211
|
+
LICENSE: string;
|
|
212
|
+
BONUS: string;
|
|
213
|
+
INFO: string;
|
|
214
|
+
ACTIONS: string;
|
|
215
|
+
};
|
|
216
|
+
row: {
|
|
217
|
+
logo: {
|
|
218
|
+
bestChoiceBadge: string;
|
|
219
|
+
};
|
|
220
|
+
actions: {
|
|
221
|
+
getBonus: string;
|
|
222
|
+
readReview: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly copyText: {
|
|
227
|
+
title: string;
|
|
228
|
+
};
|
|
185
229
|
readonly gameDemo: {
|
|
186
230
|
warning: string;
|
|
187
231
|
action: {
|
|
@@ -191,6 +235,10 @@ declare const dictionary: {
|
|
|
191
235
|
deactivateFullscreen: string;
|
|
192
236
|
exit: string;
|
|
193
237
|
};
|
|
238
|
+
alert: {
|
|
239
|
+
title: string;
|
|
240
|
+
description: string;
|
|
241
|
+
};
|
|
194
242
|
};
|
|
195
243
|
readonly gameInfo: {
|
|
196
244
|
title: string;
|
|
@@ -276,5 +324,8 @@ declare const dictionary: {
|
|
|
276
324
|
collapse: string;
|
|
277
325
|
};
|
|
278
326
|
};
|
|
327
|
+
readonly informer: {
|
|
328
|
+
[x: string]: string;
|
|
329
|
+
};
|
|
279
330
|
};
|
|
280
331
|
export default dictionary;
|