@anywayseo/tools 5.5.0 → 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-cEaX-HbN.mjs → index-JUwyHkmj.mjs} +222 -691
- 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/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-D86anUPd.js +0 -1528
- /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
package/dist/index.cjs
CHANGED
|
@@ -1,23 +1,28 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index-
|
|
4
|
-
const index$1 = require("./index-
|
|
5
|
-
const index$2 = require("./index-
|
|
6
|
-
const index$3 = 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");
|
|
7
|
+
const index$4 = require("./index-WFgDSB1A.js");
|
|
8
|
+
const index$5 = require("./index-5J1CqqcW.js");
|
|
7
9
|
const i18n = require("./i18n/index.cjs");
|
|
8
|
-
const
|
|
9
|
-
const index$
|
|
10
|
-
const index$
|
|
11
|
-
const index$
|
|
12
|
-
const index$
|
|
13
|
-
const index$
|
|
14
|
-
const index$
|
|
10
|
+
const layout = require("./layout/index.cjs");
|
|
11
|
+
const index$6 = require("./index-D4zJ5RBA.js");
|
|
12
|
+
const index$7 = require("./index-DMR4Ptkt.js");
|
|
13
|
+
const index$8 = require("./index-C6MG_f24.js");
|
|
14
|
+
const index$9 = require("./index-CYr1ct1t.js");
|
|
15
|
+
const index$a = require("./index-CkRY_NXp.js");
|
|
16
|
+
const index$b = require("./index-C-ri0Fgy.js");
|
|
17
|
+
const index$c = require("./index-DgrIJs-a.js");
|
|
18
|
+
const index$d = require("./index-CbuiYkSg.js");
|
|
15
19
|
exports.Author = index.Author;
|
|
16
20
|
exports.AuthorCard = index.AuthorCard;
|
|
17
21
|
exports.BonusCard = index.BonusCard;
|
|
18
22
|
exports.BonusCardGrid = index.BonusCardGrid;
|
|
19
23
|
exports.Center = index.Center;
|
|
20
|
-
exports.
|
|
24
|
+
exports.Contacts = index.Contacts;
|
|
25
|
+
exports.CookiePolicy = index.CookiePolicy;
|
|
21
26
|
exports.Faq = index.Faq;
|
|
22
27
|
exports.FeatureCard = index.FeatureCard;
|
|
23
28
|
exports.FeatureCardGrid = index.FeatureCardGrid;
|
|
@@ -27,46 +32,57 @@ exports.GameDemo = index.GameDemo;
|
|
|
27
32
|
exports.GameInfo = index.GameInfo;
|
|
28
33
|
exports.Grid = index.Grid;
|
|
29
34
|
exports.HowTo = index.HowTo;
|
|
30
|
-
exports.Layout = index.Layout;
|
|
31
|
-
exports.LinkButton = index.LinkButton;
|
|
32
35
|
exports.List = index.List;
|
|
33
36
|
exports.NotFound = index.NotFound;
|
|
37
|
+
exports.PrivacyPolicy = index.PrivacyPolicy;
|
|
34
38
|
exports.ProsCons = index.ProsCons;
|
|
35
39
|
exports.Seo = index.Seo;
|
|
36
|
-
exports.SocialNetwork = index.SocialNetwork;
|
|
37
|
-
exports.SocialNetworks = index.SocialNetworks;
|
|
38
40
|
exports.StrapiContentRenderer = index.StrapiContentRenderer;
|
|
39
41
|
exports.Table = index.Table;
|
|
40
42
|
exports.Tabs = index.Tabs;
|
|
43
|
+
exports.TermsAndConditions = index.TermsAndConditions;
|
|
41
44
|
exports.Tip = index.Tip;
|
|
42
|
-
exports.
|
|
43
|
-
exports.
|
|
44
|
-
exports.
|
|
45
|
-
exports.
|
|
46
|
-
exports.
|
|
47
|
-
exports.
|
|
48
|
-
exports.
|
|
49
|
-
exports.
|
|
45
|
+
exports.Container = index$1.Container;
|
|
46
|
+
exports.LinkButton = index$1.LinkButton;
|
|
47
|
+
exports.Logo = index$1.Logo;
|
|
48
|
+
exports.SocialNetwork = index$1.SocialNetwork;
|
|
49
|
+
exports.SocialNetworks = index$1.SocialNetworks;
|
|
50
|
+
exports.H1 = index$2.Heading1;
|
|
51
|
+
exports.H2 = index$2.Heading2;
|
|
52
|
+
exports.H3 = index$2.Heading3;
|
|
53
|
+
exports.OL = index$2.Ordered;
|
|
54
|
+
exports.P = index$2.Paragraph;
|
|
55
|
+
exports.UL = index$2.Unordered;
|
|
56
|
+
exports.Image = index$3.Image;
|
|
57
|
+
exports.Link = index$3.Link;
|
|
58
|
+
exports.PageProvider = index$3.PageProvider;
|
|
59
|
+
exports.SiteProvider = index$3.SiteProvider;
|
|
60
|
+
exports.usePageContext = index$3.usePageContext;
|
|
61
|
+
exports.useSiteContext = index$3.useSiteContext;
|
|
62
|
+
exports.useLocalization = index$4.useLocalization;
|
|
63
|
+
exports.usePrimaryColors = index$5.usePrimaryColors;
|
|
50
64
|
exports.DEFAULT_LANGUAGE = i18n.DEFAULT_LANGUAGE;
|
|
51
65
|
exports.resources = i18n.resources;
|
|
52
|
-
exports.
|
|
53
|
-
exports.
|
|
54
|
-
exports.
|
|
55
|
-
exports.
|
|
56
|
-
exports.
|
|
57
|
-
exports.
|
|
58
|
-
exports.
|
|
59
|
-
exports.
|
|
60
|
-
exports.
|
|
61
|
-
exports.formatNumber = index$
|
|
62
|
-
exports.getCurrencySymbol = index$
|
|
63
|
-
exports.
|
|
64
|
-
exports.
|
|
65
|
-
exports.
|
|
66
|
-
exports.
|
|
67
|
-
exports.
|
|
68
|
-
exports.
|
|
69
|
-
exports.
|
|
70
|
-
exports.
|
|
71
|
-
exports.
|
|
72
|
-
exports.
|
|
66
|
+
exports.Layout = layout;
|
|
67
|
+
exports.MdxProvider = index$6.MdxProvider;
|
|
68
|
+
exports.GameCharacteristic = index$7.GameCharacteristic;
|
|
69
|
+
exports.GameVolatility = index$7.GameVolatility;
|
|
70
|
+
exports.Animation = index$8.Animation;
|
|
71
|
+
exports.getLocale = index$9.getLocale;
|
|
72
|
+
exports.getLocales = index$9.getLocales;
|
|
73
|
+
exports.getNavigation = index$9.getNavigation;
|
|
74
|
+
exports.getSiteName = index$9.getSiteName;
|
|
75
|
+
exports.formatNumber = index$a.formatNumber;
|
|
76
|
+
exports.getCurrencySymbol = index$a.getCurrencySymbol;
|
|
77
|
+
exports.getSeededRandomComparator = index$a.getSeededRandomComparator;
|
|
78
|
+
exports.randomComparator = index$a.randomComparator;
|
|
79
|
+
exports.round = index$a.round;
|
|
80
|
+
exports.toFixedTwo = index$a.toFixedTwo;
|
|
81
|
+
exports.formatDate = index$b.formatDate;
|
|
82
|
+
exports.getCurrentMonth = index$b.getCurrentMonth;
|
|
83
|
+
exports.getCurrentYear = index$b.getCurrentYear;
|
|
84
|
+
exports.buildPath = index$c.buildPath;
|
|
85
|
+
exports.isAbsolutePath = index$c.isAbsolutePath;
|
|
86
|
+
exports.isRelativePath = index$c.isRelativePath;
|
|
87
|
+
exports.DARK_THEME_COLOR = index$d.DARK_THEME_COLOR;
|
|
88
|
+
exports.LIGHT_THEME_COLOR = index$d.LIGHT_THEME_COLOR;
|
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,23 +1,29 @@
|
|
|
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, P as P3, S as S3, u, a as a4 } from "./index-HLGPI9-S.mjs";
|
|
3
5
|
import { u as u2 } from "./index-BzbpMLDD.mjs";
|
|
4
|
-
import { u as u3 } from "./index-
|
|
6
|
+
import { u as u3 } from "./index-DYS7zQW4.mjs";
|
|
5
7
|
import { DEFAULT_LANGUAGE, resources } from "./i18n/index.mjs";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
+
import { default as default2 } from "./layout/index.mjs";
|
|
9
|
+
import { M } from "./index-C2T70CMa.mjs";
|
|
10
|
+
import { a as a5, G as G2 } from "./index-CWMHJGbL.mjs";
|
|
8
11
|
import { A as A2 } from "./index-BJRvnR8Q.mjs";
|
|
9
|
-
import { b as
|
|
10
|
-
import { f as f2,
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
12
|
+
import { b as b4, c as c2, g as g2, a as a6 } from "./index-cQqALZIW.mjs";
|
|
13
|
+
import { f as f2, g as g3, b as b5, a as a7, r, t } from "./index-Drz_7u2p.mjs";
|
|
14
|
+
import { f as f3, a as a8, g as g4 } from "./index-B1PwYYQt.mjs";
|
|
15
|
+
import { b as b6, a as a9, i as i2 } from "./index-Bph7a3PR.mjs";
|
|
16
|
+
import { D, L as L4 } from "./index-BRVKhbs6.mjs";
|
|
13
17
|
export {
|
|
14
18
|
A2 as Animation,
|
|
15
|
-
|
|
19
|
+
j as Author,
|
|
16
20
|
A as AuthorCard,
|
|
17
21
|
B as BonusCard,
|
|
18
22
|
a as BonusCardGrid,
|
|
19
|
-
|
|
20
|
-
|
|
23
|
+
C as Center,
|
|
24
|
+
m as Contacts,
|
|
25
|
+
C2 as Container,
|
|
26
|
+
l as CookiePolicy,
|
|
21
27
|
D as DARK_THEME_COLOR,
|
|
22
28
|
DEFAULT_LANGUAGE,
|
|
23
29
|
F as Faq,
|
|
@@ -25,48 +31,58 @@ export {
|
|
|
25
31
|
c as FeatureCardGrid,
|
|
26
32
|
G as GameCard,
|
|
27
33
|
d as GameCardGrid,
|
|
28
|
-
|
|
34
|
+
a5 as GameCharacteristic,
|
|
29
35
|
e as GameDemo,
|
|
30
36
|
f as GameInfo,
|
|
31
37
|
G2 as GameVolatility,
|
|
32
|
-
|
|
38
|
+
k as Grid,
|
|
39
|
+
H2 as H1,
|
|
40
|
+
a3 as H2,
|
|
41
|
+
b3 as H3,
|
|
33
42
|
H as HowTo,
|
|
34
43
|
I as Image,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
44
|
+
L4 as LIGHT_THEME_COLOR,
|
|
45
|
+
default2 as Layout,
|
|
46
|
+
L3 as Link,
|
|
47
|
+
L2 as LinkButton,
|
|
48
|
+
L as List,
|
|
49
|
+
a2 as Logo,
|
|
40
50
|
M as MdxProvider,
|
|
41
51
|
N as NotFound,
|
|
42
|
-
|
|
52
|
+
O as OL,
|
|
53
|
+
P2 as P,
|
|
54
|
+
P3 as PageProvider,
|
|
55
|
+
n as PrivacyPolicy,
|
|
43
56
|
P as ProsCons,
|
|
44
57
|
S as Seo,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
58
|
+
S3 as SiteProvider,
|
|
59
|
+
S2 as SocialNetwork,
|
|
60
|
+
b2 as SocialNetworks,
|
|
61
|
+
g as StrapiContentRenderer,
|
|
49
62
|
T as Table,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
63
|
+
h as Tabs,
|
|
64
|
+
o as TermsAndConditions,
|
|
65
|
+
i as Tip,
|
|
66
|
+
U as UL,
|
|
67
|
+
b6 as buildPath,
|
|
68
|
+
f3 as formatDate,
|
|
69
|
+
f2 as formatNumber,
|
|
55
70
|
g3 as getCurrencySymbol,
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
71
|
+
a8 as getCurrentMonth,
|
|
72
|
+
g4 as getCurrentYear,
|
|
73
|
+
b4 as getLocale,
|
|
59
74
|
c2 as getLocales,
|
|
60
75
|
g2 as getNavigation,
|
|
61
|
-
|
|
62
|
-
|
|
76
|
+
b5 as getSeededRandomComparator,
|
|
77
|
+
a6 as getSiteName,
|
|
78
|
+
a9 as isAbsolutePath,
|
|
63
79
|
i2 as isRelativePath,
|
|
64
|
-
|
|
80
|
+
a7 as randomComparator,
|
|
65
81
|
resources,
|
|
66
82
|
r as round,
|
|
67
83
|
t as toFixedTwo,
|
|
68
84
|
u2 as useLocalization,
|
|
69
85
|
u as usePageContext,
|
|
70
86
|
u3 as usePrimaryColors,
|
|
71
|
-
|
|
87
|
+
a4 as useSiteContext
|
|
72
88
|
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { BrazilIcon } from './brazil';
|
|
2
|
+
export { BulgariaIcon } from './bulgaria';
|
|
3
|
+
export { DenmarkIcon } from './denmark';
|
|
4
|
+
export { FinlandIcon } from './finland';
|
|
5
|
+
export { FranceIcon } from './france';
|
|
6
|
+
export { GeorgiaIcon } from './georgia';
|
|
7
|
+
export { GermanyIcon } from './germany';
|
|
8
|
+
export { GlobeIcon } from './globe';
|
|
9
|
+
export { ItalyIcon } from './italy';
|
|
10
|
+
export { RussiaIcon } from './russia';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconComponent, ILocale } from '
|
|
1
|
+
import { IconComponent, ILocale } from '../../../types';
|
|
2
2
|
export declare function getMappedIcon(code: ILocale['code']): IconComponent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { INavItem } from '
|
|
1
|
+
import { INavItem } from '../../../../types';
|
|
2
2
|
type NavLinkProps = Omit<INavItem, 'children'>;
|
|
3
3
|
declare const NavLink: import('react').ForwardRefExoticComponent<NavLinkProps & import('react').RefAttributes<HTMLAnchorElement>>;
|
|
4
4
|
export default NavLink;
|