@anywayseo/tools 5.5.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.
Files changed (156) hide show
  1. package/dist/components/action-button/index.d.ts +5 -0
  2. package/dist/components/article-card/index.d.ts +7 -0
  3. package/dist/components/article-card-grid/index.d.ts +7 -0
  4. package/dist/components/article-info-card/index.d.ts +5 -0
  5. package/dist/components/base/article-meta/index.d.ts +7 -0
  6. package/dist/components/base/article-meta/item/index.d.ts +7 -0
  7. package/dist/components/base/copy-text/index.d.ts +6 -0
  8. package/dist/components/base/grid/index.d.ts +2 -4
  9. package/dist/components/base/h1/index.d.ts +4 -0
  10. package/dist/components/base/h2/index.d.ts +4 -0
  11. package/dist/components/base/h3/index.d.ts +4 -0
  12. package/dist/components/base/index.d.ts +11 -0
  13. package/dist/components/base/link/index.d.ts +5 -1
  14. package/dist/components/base/link/utils.d.ts +1 -0
  15. package/dist/components/base/ol/index.d.ts +4 -0
  16. package/dist/components/base/p/index.d.ts +4 -0
  17. package/dist/components/base/rating/index.d.ts +10 -0
  18. package/dist/components/base/ul/index.d.ts +4 -0
  19. package/dist/components/bonus-card-grid/index.d.ts +2 -4
  20. package/dist/components/casino-table/index.d.ts +8 -0
  21. package/dist/components/casino-table/row/casino-actions/index.d.ts +8 -0
  22. package/dist/components/casino-table/row/casino-bonus/index.d.ts +8 -0
  23. package/dist/components/casino-table/row/casino-info/index.d.ts +7 -0
  24. package/dist/components/casino-table/row/casino-info/item/index.d.ts +7 -0
  25. package/dist/components/casino-table/row/casino-info/utils.d.ts +2 -0
  26. package/dist/components/casino-table/row/casino-license/index.d.ts +5 -0
  27. package/dist/components/casino-table/row/casino-logo/index.d.ts +9 -0
  28. package/dist/components/casino-table/row/casino-name/index.d.ts +8 -0
  29. package/dist/components/casino-table/row/cell/index.d.ts +7 -0
  30. package/dist/components/casino-table/row/index.d.ts +7 -0
  31. package/dist/components/feature-card-grid/index.d.ts +2 -4
  32. package/dist/components/game-card-grid/index.d.ts +2 -4
  33. package/dist/components/game-demo/content/index.d.ts +1 -1
  34. package/dist/components/game-demo/index.d.ts +2 -2
  35. package/dist/components/game-demo/preview/alert/index.d.ts +3 -0
  36. package/dist/components/game-demo/preview/index.d.ts +2 -1
  37. package/dist/components/index.cjs +30 -9
  38. package/dist/components/index.d.ts +7 -3
  39. package/dist/components/index.mjs +44 -23
  40. package/dist/components/informer/index.d.ts +9 -0
  41. package/dist/components/informer/utils.d.ts +5 -0
  42. package/dist/components/{contact-form → pages/contacts/contact-form}/index.d.ts +1 -1
  43. package/dist/components/pages/contacts/index.d.ts +3 -0
  44. package/dist/components/pages/cookie-policy/index.d.ts +3 -0
  45. package/dist/components/pages/index.d.ts +5 -0
  46. package/dist/components/pages/privacy-policy/index.d.ts +6 -0
  47. package/dist/components/pages/terms-and-conditions/index.d.ts +6 -0
  48. package/dist/components/tip/index.d.ts +3 -0
  49. package/dist/hooks/index.cjs +2 -2
  50. package/dist/hooks/index.mjs +2 -2
  51. package/dist/i18n/index.cjs +10 -5
  52. package/dist/i18n/index.mjs +10 -5
  53. package/dist/i18n/resources/bg/index.d.ts +331 -0
  54. package/dist/i18n/resources/da/index.d.ts +331 -0
  55. package/dist/i18n/resources/de/index.d.ts +219 -0
  56. package/dist/i18n/resources/en/index.d.ts +219 -0
  57. package/dist/i18n/resources/fi/index.d.ts +331 -0
  58. package/dist/i18n/resources/fr/index.d.ts +219 -0
  59. package/dist/i18n/resources/it/index.d.ts +219 -0
  60. package/dist/i18n/resources/ka/index.d.ts +331 -0
  61. package/dist/i18n/resources/pt/index.d.ts +331 -0
  62. package/dist/i18n/resources/ru/index.d.ts +219 -0
  63. package/dist/index-B-k9oWE7.js +3552 -0
  64. package/dist/{index-D86anUPd.js → index-B71VkIfX.js} +426 -726
  65. package/dist/index-BEjKnOZA.mjs +28 -0
  66. package/dist/index-BTpEZIok.js +401 -0
  67. package/dist/index-BeJTy4iY.mjs +26 -0
  68. package/dist/index-BfITsKAr.js +25 -0
  69. package/dist/{index-BmaWfWLV.mjs → index-Bph7a3PR.mjs} +4 -0
  70. package/dist/{index-BCK4kr6V.mjs → index-C7z5qqm_.mjs} +3 -26
  71. package/dist/{index-tj12BA6U.mjs → index-CB0JfZMx.mjs} +1 -1
  72. package/dist/{index-cEaX-HbN.mjs → index-CEqTLcAR.mjs} +427 -727
  73. package/dist/index-CVN8I7r9.mjs +3553 -0
  74. package/dist/{index-CAfBnNV6.js → index-D15SAjJc.js} +1 -1
  75. package/dist/index-DDg_PkD2.js +27 -0
  76. package/dist/{index-BzbpMLDD.mjs → index-DHURrUMW.mjs} +1 -1
  77. package/dist/{index-At00w6EN.js → index-DgrIJs-a.js} +4 -0
  78. package/dist/index-FfZIjQy3.mjs +45 -0
  79. package/dist/index-Lln67Kfn.mjs +402 -0
  80. package/dist/{index-DZBLiQFh.js → index-QPgJfbrC.js} +52 -36
  81. package/dist/{index-BcFDxh8P.js → index-TxqSZvgf.js} +15 -27
  82. package/dist/{index-8_-KtKsW.mjs → index-ksqN4RPm.mjs} +50 -34
  83. package/dist/{index-WFgDSB1A.js → index-ma-iV7GU.js} +1 -1
  84. package/dist/{index-BICcOaT7.js → index-qR3kVjjs.js} +0 -23
  85. package/dist/index.cjs +73 -45
  86. package/dist/index.d.ts +1 -0
  87. package/dist/index.mjs +75 -47
  88. package/dist/{components/layout → layout}/footer/navigation/index.d.ts +1 -1
  89. package/dist/layout/header/locale-switcher/icons/brazil/index.d.ts +2 -0
  90. package/dist/layout/header/locale-switcher/icons/bulgaria/index.d.ts +2 -0
  91. package/dist/layout/header/locale-switcher/icons/denmark/index.d.ts +2 -0
  92. package/dist/layout/header/locale-switcher/icons/finland/index.d.ts +2 -0
  93. package/dist/layout/header/locale-switcher/icons/france/index.d.ts +2 -0
  94. package/dist/layout/header/locale-switcher/icons/georgia/index.d.ts +2 -0
  95. package/dist/layout/header/locale-switcher/icons/germany/index.d.ts +2 -0
  96. package/dist/layout/header/locale-switcher/icons/globe/index.d.ts +2 -0
  97. package/dist/layout/header/locale-switcher/icons/index.d.ts +10 -0
  98. package/dist/layout/header/locale-switcher/icons/italy/index.d.ts +2 -0
  99. package/dist/layout/header/locale-switcher/icons/russia/index.d.ts +2 -0
  100. package/dist/{components/layout → layout}/header/locale-switcher/index.d.ts +1 -1
  101. package/dist/{components/layout → layout}/header/locale-switcher/utils.d.ts +1 -1
  102. package/dist/{components/layout → layout}/header/navigation/desktop/index.d.ts +1 -1
  103. package/dist/{components/layout → layout}/header/navigation/desktop/nav-list/index.d.ts +1 -1
  104. package/dist/{components/layout → layout}/header/navigation/index.d.ts +1 -1
  105. package/dist/{components/layout → layout}/header/navigation/mobile/index.d.ts +1 -1
  106. package/dist/{components/layout → layout}/header/navigation/mobile/nav-list/index.d.ts +1 -1
  107. package/dist/{components/layout → layout}/header/navigation/nav-link/index.d.ts +1 -1
  108. package/dist/{components/layout → layout}/hero/index.d.ts +1 -1
  109. package/dist/layout/index.cjs +597 -0
  110. package/dist/layout/index.mjs +598 -0
  111. package/dist/providers/index.cjs +2 -2
  112. package/dist/providers/index.mjs +2 -2
  113. package/dist/providers/mdx-provider/types.d.ts +3 -1
  114. package/dist/providers/mdx-provider/utils.d.ts +1 -2
  115. package/dist/types/components/article-card/index.d.ts +9 -0
  116. package/dist/types/components/button/index.d.ts +1 -1
  117. package/dist/types/components/casino/index.d.ts +32 -0
  118. package/dist/types/components/casino-info/index.d.ts +12 -0
  119. package/dist/types/components/common/index.d.ts +1 -1
  120. package/dist/types/components/game-info/index.d.ts +4 -8
  121. package/dist/types/components/grid/index.d.ts +4 -0
  122. package/dist/types/components/index.d.ts +4 -0
  123. package/dist/types/components/informer/index.d.ts +5 -0
  124. package/dist/types/components/strapi-component/index.d.ts +1 -1
  125. package/dist/types/content/article/index.d.ts +12 -0
  126. package/dist/types/content/index.d.ts +1 -0
  127. package/dist/types/i18n/index.d.ts +2 -2
  128. package/dist/utils/index.cjs +15 -13
  129. package/dist/utils/index.mjs +10 -8
  130. package/dist/utils/navigation/index.d.ts +1 -0
  131. package/package.json +7 -1
  132. package/dist/components/layout/header/locale-switcher/icons/earth/index.d.ts +0 -2
  133. package/dist/components/layout/header/locale-switcher/icons/france/index.d.ts +0 -2
  134. package/dist/components/layout/header/locale-switcher/icons/germany/index.d.ts +0 -2
  135. package/dist/components/layout/header/locale-switcher/icons/globe/index.d.ts +0 -2
  136. package/dist/components/layout/header/locale-switcher/icons/index.d.ts +0 -6
  137. package/dist/components/layout/header/locale-switcher/icons/italy/index.d.ts +0 -2
  138. package/dist/components/layout/header/locale-switcher/icons/russia/index.d.ts +0 -2
  139. package/dist/index-Bts2DBYS.mjs +0 -637
  140. package/dist/index-CJVr79Z2.js +0 -636
  141. package/dist/index-C_FekfFC.mjs +0 -57
  142. /package/dist/components/{layout → base}/container/index.d.ts +0 -0
  143. /package/dist/components/{layout → base}/logo/index.d.ts +0 -0
  144. /package/dist/components/{not-found → pages/not-found}/index.d.ts +0 -0
  145. /package/dist/{components/layout → layout}/content/index.d.ts +0 -0
  146. /package/dist/{components/layout → layout}/footer/brand/index.d.ts +0 -0
  147. /package/dist/{components/layout → layout}/footer/copyright/index.d.ts +0 -0
  148. /package/dist/{components/layout → layout}/footer/disclaimer/index.d.ts +0 -0
  149. /package/dist/{components/layout → layout}/footer/extra/index.d.ts +0 -0
  150. /package/dist/{components/layout → layout}/footer/index.d.ts +0 -0
  151. /package/dist/{components/layout → layout}/header/brand/index.d.ts +0 -0
  152. /package/dist/{components/layout → layout}/header/index.d.ts +0 -0
  153. /package/dist/{components/layout → layout}/header/theme-toggler/index.d.ts +0 -0
  154. /package/dist/{components/layout → layout}/index.d.ts +0 -0
  155. /package/dist/{components/layout → layout}/main/index.d.ts +0 -0
  156. /package/dist/{components/layout → layout}/scroll-to-top/index.d.ts +0 -0
@@ -7,6 +7,174 @@ declare const dictionary: {
7
7
  description: string;
8
8
  action: string;
9
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
+ };
10
178
  readonly footer: {
11
179
  copyright: string;
12
180
  disclaimer: {
@@ -14,6 +182,50 @@ declare const dictionary: {
14
182
  description: string;
15
183
  };
16
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
+ };
17
229
  readonly gameDemo: {
18
230
  warning: string;
19
231
  action: {
@@ -23,6 +235,10 @@ declare const dictionary: {
23
235
  deactivateFullscreen: string;
24
236
  exit: string;
25
237
  };
238
+ alert: {
239
+ title: string;
240
+ description: string;
241
+ };
26
242
  };
27
243
  readonly gameInfo: {
28
244
  title: string;
@@ -108,5 +324,8 @@ declare const dictionary: {
108
324
  collapse: string;
109
325
  };
110
326
  };
327
+ readonly informer: {
328
+ [x: string]: string;
329
+ };
111
330
  };
112
331
  export default dictionary;
@@ -7,6 +7,174 @@ declare const dictionary: {
7
7
  description: string;
8
8
  action: string;
9
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
+ };
10
178
  readonly footer: {
11
179
  copyright: string;
12
180
  disclaimer: {
@@ -14,6 +182,50 @@ declare const dictionary: {
14
182
  description: string;
15
183
  };
16
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
+ };
17
229
  readonly gameDemo: {
18
230
  warning: string;
19
231
  action: {
@@ -23,6 +235,10 @@ declare const dictionary: {
23
235
  deactivateFullscreen: string;
24
236
  exit: string;
25
237
  };
238
+ alert: {
239
+ title: string;
240
+ description: string;
241
+ };
26
242
  };
27
243
  readonly gameInfo: {
28
244
  title: string;
@@ -108,5 +324,8 @@ declare const dictionary: {
108
324
  collapse: string;
109
325
  };
110
326
  };
327
+ readonly informer: {
328
+ [x: string]: string;
329
+ };
111
330
  };
112
331
  export default dictionary;