@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.
Files changed (114) hide show
  1. package/dist/components/base/h1/index.d.ts +4 -0
  2. package/dist/components/base/h2/index.d.ts +4 -0
  3. package/dist/components/base/h3/index.d.ts +4 -0
  4. package/dist/components/base/index.d.ts +8 -0
  5. package/dist/components/base/link/index.d.ts +5 -1
  6. package/dist/components/base/link/utils.d.ts +1 -0
  7. package/dist/components/base/ol/index.d.ts +4 -0
  8. package/dist/components/base/p/index.d.ts +4 -0
  9. package/dist/components/base/ul/index.d.ts +4 -0
  10. package/dist/components/index.cjs +21 -9
  11. package/dist/components/index.d.ts +1 -3
  12. package/dist/components/index.mjs +27 -15
  13. package/dist/components/{contact-form → pages/contacts/contact-form}/index.d.ts +1 -1
  14. package/dist/components/pages/contacts/index.d.ts +3 -0
  15. package/dist/components/pages/cookie-policy/index.d.ts +3 -0
  16. package/dist/components/pages/index.d.ts +5 -0
  17. package/dist/components/pages/privacy-policy/index.d.ts +6 -0
  18. package/dist/components/pages/terms-and-conditions/index.d.ts +6 -0
  19. package/dist/hooks/index.cjs +1 -1
  20. package/dist/hooks/index.mjs +1 -1
  21. package/dist/i18n/index.cjs +10 -5
  22. package/dist/i18n/index.mjs +10 -5
  23. package/dist/i18n/resources/bg/index.d.ts +280 -0
  24. package/dist/i18n/resources/da/index.d.ts +280 -0
  25. package/dist/i18n/resources/de/index.d.ts +168 -0
  26. package/dist/i18n/resources/en/index.d.ts +168 -0
  27. package/dist/i18n/resources/fi/index.d.ts +280 -0
  28. package/dist/i18n/resources/fr/index.d.ts +168 -0
  29. package/dist/i18n/resources/it/index.d.ts +168 -0
  30. package/dist/i18n/resources/ka/index.d.ts +280 -0
  31. package/dist/i18n/resources/pt/index.d.ts +280 -0
  32. package/dist/i18n/resources/ru/index.d.ts +168 -0
  33. package/dist/{index-CAfBnNV6.js → index-5J1CqqcW.js} +1 -1
  34. package/dist/index-B1PwYYQt.mjs +24 -0
  35. package/dist/index-B6wz_B9_.js +145 -0
  36. package/dist/index-BEjKnOZA.mjs +28 -0
  37. package/dist/{index-BmaWfWLV.mjs → index-Bph7a3PR.mjs} +4 -0
  38. package/dist/index-C-ri0Fgy.js +23 -0
  39. package/dist/index-C2T70CMa.mjs +44 -0
  40. package/dist/index-COv56GyV.mjs +146 -0
  41. package/dist/{index-DZBLiQFh.js → index-CR5rM7at.js} +21 -6
  42. package/dist/index-CWMHJGbL.mjs +2957 -0
  43. package/dist/{index-BICcOaT7.js → index-CkRY_NXp.js} +0 -21
  44. package/dist/index-CyuHme_p.js +1059 -0
  45. package/dist/{index-BcFDxh8P.js → index-D4zJ5RBA.js} +13 -26
  46. package/dist/index-DDg_PkD2.js +27 -0
  47. package/dist/index-DMR4Ptkt.js +2956 -0
  48. package/dist/{index-tj12BA6U.mjs → index-DYS7zQW4.mjs} +1 -1
  49. package/dist/{index-At00w6EN.js → index-DgrIJs-a.js} +4 -0
  50. package/dist/{index-BCK4kr6V.mjs → index-Drz_7u2p.mjs} +3 -24
  51. package/dist/{index-8_-KtKsW.mjs → index-HLGPI9-S.mjs} +23 -8
  52. package/dist/{index-cEaX-HbN.mjs → index-JUwyHkmj.mjs} +222 -691
  53. package/dist/index.cjs +61 -45
  54. package/dist/index.d.ts +1 -0
  55. package/dist/index.mjs +52 -36
  56. package/dist/{components/layout → layout}/footer/navigation/index.d.ts +1 -1
  57. package/dist/layout/header/locale-switcher/icons/brazil/index.d.ts +2 -0
  58. package/dist/layout/header/locale-switcher/icons/bulgaria/index.d.ts +2 -0
  59. package/dist/layout/header/locale-switcher/icons/denmark/index.d.ts +2 -0
  60. package/dist/layout/header/locale-switcher/icons/finland/index.d.ts +2 -0
  61. package/dist/layout/header/locale-switcher/icons/france/index.d.ts +2 -0
  62. package/dist/layout/header/locale-switcher/icons/georgia/index.d.ts +2 -0
  63. package/dist/layout/header/locale-switcher/icons/germany/index.d.ts +2 -0
  64. package/dist/layout/header/locale-switcher/icons/globe/index.d.ts +2 -0
  65. package/dist/layout/header/locale-switcher/icons/index.d.ts +10 -0
  66. package/dist/layout/header/locale-switcher/icons/italy/index.d.ts +2 -0
  67. package/dist/layout/header/locale-switcher/icons/russia/index.d.ts +2 -0
  68. package/dist/{components/layout → layout}/header/locale-switcher/index.d.ts +1 -1
  69. package/dist/{components/layout → layout}/header/locale-switcher/utils.d.ts +1 -1
  70. package/dist/{components/layout → layout}/header/navigation/desktop/index.d.ts +1 -1
  71. package/dist/{components/layout → layout}/header/navigation/desktop/nav-list/index.d.ts +1 -1
  72. package/dist/{components/layout → layout}/header/navigation/index.d.ts +1 -1
  73. package/dist/{components/layout → layout}/header/navigation/mobile/index.d.ts +1 -1
  74. package/dist/{components/layout → layout}/header/navigation/mobile/nav-list/index.d.ts +1 -1
  75. package/dist/{components/layout → layout}/header/navigation/nav-link/index.d.ts +1 -1
  76. package/dist/{components/layout → layout}/hero/index.d.ts +1 -1
  77. package/dist/layout/index.cjs +596 -0
  78. package/dist/layout/index.mjs +597 -0
  79. package/dist/providers/index.cjs +2 -2
  80. package/dist/providers/index.mjs +2 -2
  81. package/dist/providers/mdx-provider/types.d.ts +3 -1
  82. package/dist/providers/mdx-provider/utils.d.ts +1 -2
  83. package/dist/types/components/strapi-component/index.d.ts +1 -1
  84. package/dist/types/i18n/index.d.ts +1 -1
  85. package/dist/utils/index.cjs +12 -10
  86. package/dist/utils/index.mjs +10 -8
  87. package/dist/utils/navigation/index.d.ts +1 -0
  88. package/package.json +7 -1
  89. package/dist/components/layout/header/locale-switcher/icons/earth/index.d.ts +0 -2
  90. package/dist/components/layout/header/locale-switcher/icons/france/index.d.ts +0 -2
  91. package/dist/components/layout/header/locale-switcher/icons/germany/index.d.ts +0 -2
  92. package/dist/components/layout/header/locale-switcher/icons/globe/index.d.ts +0 -2
  93. package/dist/components/layout/header/locale-switcher/icons/index.d.ts +0 -6
  94. package/dist/components/layout/header/locale-switcher/icons/italy/index.d.ts +0 -2
  95. package/dist/components/layout/header/locale-switcher/icons/russia/index.d.ts +0 -2
  96. package/dist/index-Bts2DBYS.mjs +0 -637
  97. package/dist/index-CJVr79Z2.js +0 -636
  98. package/dist/index-C_FekfFC.mjs +0 -57
  99. package/dist/index-D86anUPd.js +0 -1528
  100. /package/dist/components/{layout → base}/container/index.d.ts +0 -0
  101. /package/dist/components/{layout → base}/logo/index.d.ts +0 -0
  102. /package/dist/components/{not-found → pages/not-found}/index.d.ts +0 -0
  103. /package/dist/{components/layout → layout}/content/index.d.ts +0 -0
  104. /package/dist/{components/layout → layout}/footer/brand/index.d.ts +0 -0
  105. /package/dist/{components/layout → layout}/footer/copyright/index.d.ts +0 -0
  106. /package/dist/{components/layout → layout}/footer/disclaimer/index.d.ts +0 -0
  107. /package/dist/{components/layout → layout}/footer/extra/index.d.ts +0 -0
  108. /package/dist/{components/layout → layout}/footer/index.d.ts +0 -0
  109. /package/dist/{components/layout → layout}/header/brand/index.d.ts +0 -0
  110. /package/dist/{components/layout → layout}/header/index.d.ts +0 -0
  111. /package/dist/{components/layout → layout}/header/theme-toggler/index.d.ts +0 -0
  112. /package/dist/{components/layout → layout}/index.d.ts +0 -0
  113. /package/dist/{components/layout → layout}/main/index.d.ts +0 -0
  114. /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-D86anUPd.js");
4
- const index$1 = require("./index-DZBLiQFh.js");
5
- const index$2 = require("./index-WFgDSB1A.js");
6
- const index$3 = require("./index-CAfBnNV6.js");
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 index$4 = require("./index-BcFDxh8P.js");
9
- const index$5 = require("./index-CJVr79Z2.js");
10
- const index$6 = require("./index-C6MG_f24.js");
11
- const index$7 = require("./index-CYr1ct1t.js");
12
- const index$8 = require("./index-BICcOaT7.js");
13
- const index$9 = require("./index-At00w6EN.js");
14
- const index$a = require("./index-CbuiYkSg.js");
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.ContactForm = index.ContactForm;
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.Image = index$1.Image;
43
- exports.Link = index$1.Link;
44
- exports.PageProvider = index$1.PageProvider;
45
- exports.SiteProvider = index$1.SiteProvider;
46
- exports.usePageContext = index$1.usePageContext;
47
- exports.useSiteContext = index$1.useSiteContext;
48
- exports.useLocalization = index$2.useLocalization;
49
- exports.usePrimaryColors = index$3.usePrimaryColors;
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.MdxProvider = index$4.MdxProvider;
53
- exports.GameCharacteristic = index$5.GameCharacteristic;
54
- exports.GameVolatility = index$5.GameVolatility;
55
- exports.Animation = index$6.Animation;
56
- exports.getLocale = index$7.getLocale;
57
- exports.getLocales = index$7.getLocales;
58
- exports.getNavigation = index$7.getNavigation;
59
- exports.getSiteName = index$7.getSiteName;
60
- exports.formatDate = index$8.formatDate;
61
- exports.formatNumber = index$8.formatNumber;
62
- exports.getCurrencySymbol = index$8.getCurrencySymbol;
63
- exports.getCurrentMonth = index$8.getCurrentMonth;
64
- exports.getCurrentYear = index$8.getCurrentYear;
65
- exports.getSeededRandomComparator = index$8.getSeededRandomComparator;
66
- exports.randomComparator = index$8.randomComparator;
67
- exports.round = index$8.round;
68
- exports.toFixedTwo = index$8.toFixedTwo;
69
- exports.buildPath = index$9.buildPath;
70
- exports.isRelativePath = index$9.isRelativePath;
71
- exports.DARK_THEME_COLOR = index$a.DARK_THEME_COLOR;
72
- exports.LIGHT_THEME_COLOR = index$a.LIGHT_THEME_COLOR;
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
@@ -1,6 +1,7 @@
1
1
  export * from './components';
2
2
  export * from './hooks';
3
3
  export * from './i18n';
4
+ export { default as Layout } from './layout';
4
5
  export * from './providers';
5
6
  export * from './types';
6
7
  export * from './utils';
package/dist/index.mjs CHANGED
@@ -1,23 +1,29 @@
1
- import { k, A, B, a, l, C, F, b, c, G, d, e, f, m, H, L, n, g, N, P, S, o, p, h, T, i, j } from "./index-cEaX-HbN.mjs";
2
- import { I, L as L2, P as P2, S as S2, u, a as a2 } from "./index-8_-KtKsW.mjs";
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-tj12BA6U.mjs";
6
+ import { u as u3 } from "./index-DYS7zQW4.mjs";
5
7
  import { DEFAULT_LANGUAGE, resources } from "./i18n/index.mjs";
6
- import { M } from "./index-C_FekfFC.mjs";
7
- import { a as a3, G as G2 } from "./index-Bts2DBYS.mjs";
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 b2, c as c2, g as g2, a as a4 } from "./index-cQqALZIW.mjs";
10
- import { f as f2, c as c3, g as g3, b as b3, a as a5, e as e2, d as d2, r, t } from "./index-BCK4kr6V.mjs";
11
- import { b as b4, i as i2 } from "./index-BmaWfWLV.mjs";
12
- import { D, L as L3 } from "./index-BRVKhbs6.mjs";
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
- k as Author,
19
+ j as Author,
16
20
  A as AuthorCard,
17
21
  B as BonusCard,
18
22
  a as BonusCardGrid,
19
- l as Center,
20
- C as ContactForm,
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
- a3 as GameCharacteristic,
34
+ a5 as GameCharacteristic,
29
35
  e as GameDemo,
30
36
  f as GameInfo,
31
37
  G2 as GameVolatility,
32
- m as Grid,
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
- L3 as LIGHT_THEME_COLOR,
36
- L as Layout,
37
- L2 as Link,
38
- n as LinkButton,
39
- g as List,
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
- P2 as PageProvider,
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
- S2 as SiteProvider,
46
- o as SocialNetwork,
47
- p as SocialNetworks,
48
- h as StrapiContentRenderer,
58
+ S3 as SiteProvider,
59
+ S2 as SocialNetwork,
60
+ b2 as SocialNetworks,
61
+ g as StrapiContentRenderer,
49
62
  T as Table,
50
- i as Tabs,
51
- j as Tip,
52
- b4 as buildPath,
53
- f2 as formatDate,
54
- c3 as formatNumber,
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
- b3 as getCurrentMonth,
57
- a5 as getCurrentYear,
58
- b2 as getLocale,
71
+ a8 as getCurrentMonth,
72
+ g4 as getCurrentYear,
73
+ b4 as getLocale,
59
74
  c2 as getLocales,
60
75
  g2 as getNavigation,
61
- e2 as getSeededRandomComparator,
62
- a4 as getSiteName,
76
+ b5 as getSeededRandomComparator,
77
+ a6 as getSiteName,
78
+ a9 as isAbsolutePath,
63
79
  i2 as isRelativePath,
64
- d2 as randomComparator,
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
- a2 as useSiteContext
87
+ a4 as useSiteContext
72
88
  };
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { INavItem } from '../../../../types';
2
+ import { INavItem } from '../../../types';
3
3
  type NavigationProps = {
4
4
  menu: INavItem[];
5
5
  };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../../../../../types';
2
+ export declare const BrazilIcon: IconComponent;
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../../../../../types';
2
+ export declare const BulgariaIcon: IconComponent;
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../../../../../types';
2
+ export declare const DenmarkIcon: IconComponent;
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../../../../../types';
2
+ export declare const FinlandIcon: IconComponent;
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../../../../../types';
2
+ export declare const FranceIcon: IconComponent;
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../../../../../types';
2
+ export declare const GeorgiaIcon: IconComponent;
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../../../../../types';
2
+ export declare const GermanyIcon: IconComponent;
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../../../../../types';
2
+ export declare const GlobeIcon: IconComponent;
@@ -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';
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../../../../../types';
2
+ export declare const ItalyIcon: IconComponent;
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../../../../../types';
2
+ export declare const RussiaIcon: IconComponent;
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { ILocale } from '../../../../types';
2
+ import { ILocale } from '../../../types';
3
3
  type LocaleSwitcherProps = {
4
4
  currentLocale: ILocale;
5
5
  locales: ILocale[];
@@ -1,2 +1,2 @@
1
- import { IconComponent, ILocale } from '../../../../types';
1
+ import { IconComponent, ILocale } from '../../../types';
2
2
  export declare function getMappedIcon(code: ILocale['code']): IconComponent;
@@ -1,4 +1,4 @@
1
1
  import { FC } from 'react';
2
- import { NavigationProps } from '../../../../../types';
2
+ import { NavigationProps } from '../../../../types';
3
3
  declare const DesktopNavigation: FC<NavigationProps>;
4
4
  export default DesktopNavigation;
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { INavItem } from '../../../../../../types';
2
+ import { INavItem } from '../../../../../types';
3
3
  type NavListProps = INavItem;
4
4
  declare const NavList: FC<NavListProps>;
5
5
  export default NavList;
@@ -1,4 +1,4 @@
1
1
  import { FC } from 'react';
2
- import { NavigationProps } from '../../../../types';
2
+ import { NavigationProps } from '../../../types';
3
3
  declare const Navigation: FC<NavigationProps>;
4
4
  export default Navigation;
@@ -1,4 +1,4 @@
1
1
  import { FC } from 'react';
2
- import { NavigationProps } from '../../../../../types';
2
+ import { NavigationProps } from '../../../../types';
3
3
  declare const MobileNavigation: FC<NavigationProps>;
4
4
  export default MobileNavigation;
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { INavItem } from '../../../../../../types';
2
+ import { INavItem } from '../../../../../types';
3
3
  type NavListProps = INavItem & {
4
4
  isExpanded: boolean;
5
5
  onExpand: VoidFunction;
@@ -1,4 +1,4 @@
1
- import { INavItem } from '../../../../../types';
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;
@@ -1,5 +1,5 @@
1
1
  import { FC, ReactElement } from 'react';
2
- import { ILink } from '../../../types';
2
+ import { ILink } from '../../types';
3
3
  type HeroProps = {
4
4
  title: string;
5
5
  subtitle?: string;