@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
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { BoxPositionProps, ILink } from '../../types';
3
+ type ActionButtonProps = ILink & BoxPositionProps;
4
+ declare const ActionButton: FC<ActionButtonProps>;
5
+ export default ActionButton;
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ import { IArticlePreviewCard, ImageType } from '../../types';
3
+ type ArticleCardProps = IArticlePreviewCard & {
4
+ image?: ImageType;
5
+ };
6
+ declare const ArticleCard: FC<ArticleCardProps>;
7
+ export default ArticleCard;
@@ -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;
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { BoxPositionProps, IArticleInfo } from '../../types';
3
+ type ArticleInfoCardProps = IArticleInfo & BoxPositionProps;
4
+ declare const ArticleInfoCard: FC<ArticleInfoCardProps>;
5
+ export default ArticleInfoCard;
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ import { IArticleMeta } from '../../../types';
3
+ type ArticleMetaProps = IArticleMeta & {
4
+ variant?: 'full' | 'short';
5
+ };
6
+ declare const ArticleMeta: FC<ArticleMetaProps>;
7
+ export default ArticleMeta;
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ type ArticleMetaItemProps = {
3
+ label: string;
4
+ value: string;
5
+ };
6
+ declare const ArticleMetaItem: FC<ArticleMetaItemProps>;
7
+ export default ArticleMetaItem;
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ type CopyTextProps = {
3
+ value: string;
4
+ };
5
+ declare const CopyText: FC<CopyTextProps>;
6
+ export default CopyText;
@@ -1,10 +1,8 @@
1
- import { BoxPositionProps, GridColumns, GridGap, KeyGetter, RenderFunction } from '../../../types';
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;
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { HeadingProps } from '@chakra-ui/react';
3
+ declare const Heading1: FC<HeadingProps>;
4
+ export default Heading1;
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { HeadingProps } from '@chakra-ui/react';
3
+ declare const Heading2: FC<HeadingProps>;
4
+ export default Heading2;
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { HeadingProps } from '@chakra-ui/react';
3
+ declare const Heading3: FC<HeadingProps>;
4
+ export default Heading3;
@@ -1,8 +1,19 @@
1
+ export { default as ArticleMeta } from './article-meta';
1
2
  export { default as Author } from './author';
2
3
  export { default as Center } from './center';
4
+ export { default as Container } from './container';
5
+ export { default as CopyText } from './copy-text';
3
6
  export { default as Grid } from './grid';
7
+ export { default as H1 } from './h1';
8
+ export { default as H2 } from './h2';
9
+ export { default as H3 } from './h3';
4
10
  export { default as Image } from './image';
5
11
  export { default as Link } from './link';
6
12
  export { default as LinkButton } from './link-button';
13
+ export { default as Logo } from './logo';
14
+ export { default as OL } from './ol';
15
+ export { default as P } from './p';
16
+ export { default as Rating } from './rating';
7
17
  export { default as SocialNetwork } from './social-network';
8
18
  export { default as SocialNetworks } from './social-networks';
19
+ export { default as UL } from './ul';
@@ -1,2 +1,6 @@
1
- declare const Link: import('react').ForwardRefExoticComponent<Omit<import('gatsby-link').GatsbyLinkProps<unknown>, "ref"> & import('react').RefAttributes<HTMLAnchorElement>>;
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 +1,2 @@
1
+ export declare function isExternalLink(path: string): boolean;
1
2
  export declare function getLocalizedPath(path: string, currentLocaleCode: string, defaultLocaleCode: string): string;
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { ListProps } from '@chakra-ui/react';
3
+ declare const Ordered: FC<ListProps>;
4
+ export default Ordered;
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { TextProps } from '@chakra-ui/react';
3
+ declare const Paragraph: FC<TextProps>;
4
+ export default Paragraph;
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+ type RatingSize = 'sm' | 'md' | 'lg';
3
+ type RatingProps = {
4
+ value?: number;
5
+ max?: number;
6
+ size?: RatingSize;
7
+ hasLabel?: boolean;
8
+ };
9
+ declare const Rating: FC<RatingProps>;
10
+ export default Rating;
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { ListProps } from '@chakra-ui/react';
3
+ declare const Unordered: FC<ListProps>;
4
+ export default Unordered;
@@ -1,10 +1,8 @@
1
1
  import { FC } from 'react';
2
- import { BoxPositionProps, GridColumns, GridGap, IBonusCard, IBonusCardCustomizationProps } from '../../types';
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 CasinoTableProps = {
4
+ casinos: ICasino[];
5
+ showHeader?: boolean;
6
+ };
7
+ declare const CasinoTable: FC<CasinoTableProps>;
8
+ export default CasinoTable;
@@ -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;
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { ICasino } from '../../../../types';
3
+ type CasinoBonusProps = {
4
+ bonus: ICasino['bonus'];
5
+ promoCode?: ICasino['promoCode'];
6
+ };
7
+ declare const CasinoBonus: FC<CasinoBonusProps>;
8
+ export default CasinoBonus;
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ import { ICasinoInfo } from '../../../../types';
3
+ type CasinoInfoProps = {
4
+ info: Partial<ICasinoInfo>;
5
+ };
6
+ declare const CasinoInfo: FC<CasinoInfoProps>;
7
+ export default CasinoInfo;
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ type CasinoInfoItemProps = {
3
+ label: string;
4
+ value: string;
5
+ };
6
+ declare const CasinoInfoItem: FC<CasinoInfoItemProps>;
7
+ export default CasinoInfoItem;
@@ -0,0 +1,2 @@
1
+ import { ILocale, CasinoCharacteristic } from '../../../../types';
2
+ export declare function getCasinoInfoItemValue(key: CasinoCharacteristic, value: unknown, locale: ILocale['code']): string;
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { ICasinoLicense } from '../../../../types';
3
+ type CasinoLicenseProps = ICasinoLicense;
4
+ declare const CasinoLicense: FC<CasinoLicenseProps>;
5
+ export default CasinoLicense;
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { ICasino } from '../../../../types';
3
+ type CasinoLogoProps = {
4
+ name: ICasino['name'];
5
+ image?: ICasino['image'];
6
+ isBestChoice?: boolean;
7
+ };
8
+ declare const CasinoLogo: FC<CasinoLogoProps>;
9
+ export default CasinoLogo;
@@ -0,0 +1,8 @@
1
+ import { FC } from 'react';
2
+ import { ICasino } from '../../../../types';
3
+ type CasinoNameProps = {
4
+ name: ICasino['name'];
5
+ rating: ICasino['rating'];
6
+ };
7
+ declare const CasinoName: FC<CasinoNameProps>;
8
+ export default CasinoName;
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ import { TableCellProps } from '@chakra-ui/react';
3
+ type CellProps = Omit<TableCellProps, 'borderColor'> & {
4
+ borderColor?: string;
5
+ };
6
+ declare const Cell: FC<CellProps>;
7
+ export default Cell;
@@ -0,0 +1,7 @@
1
+ import { FC } from 'react';
2
+ import { ICasino } from '../../../types';
3
+ type CasinoTableRowProps = {
4
+ casino: ICasino;
5
+ };
6
+ declare const CasinoTableRow: FC<CasinoTableRowProps>;
7
+ export default CasinoTableRow;
@@ -1,9 +1,7 @@
1
1
  import { FC } from 'react';
2
- import { BoxPositionProps, GridColumns, GridGap, IFeature } from '../../types';
2
+ import { BoxPositionProps, GridConfigProps, IFeature } from '../../types';
3
3
  type FeatureCardGridProps = {
4
4
  items: IFeature[];
5
- columns?: GridColumns;
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, GridColumns, GridGap, IGameCard } from '../../types';
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;
@@ -1,6 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  type GameDemoContentProps = {
3
- src: string;
3
+ src?: string;
4
4
  isFullscreen: boolean;
5
5
  isLoaded: boolean;
6
6
  onLoad: VoidFunction;
@@ -9,8 +9,8 @@ type GamePreviewImageProps = {
9
9
  };
10
10
  type GameDemoProps = {
11
11
  name: string;
12
- src: string;
13
- href?: string;
12
+ src?: string;
13
+ refLink?: string;
14
14
  } & BoxPositionProps & GamePreviewImageProps;
15
15
  declare const GameDemo: FC<GameDemoProps>;
16
16
  export default GameDemo;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const GameDemoAlert: FC;
3
+ export default GameDemoAlert;
@@ -3,7 +3,8 @@ import { ImageType, ImageFit } from '../../../types';
3
3
  type GameDemoPreviewProps = {
4
4
  image: ImageType;
5
5
  alt: string;
6
- href?: string;
6
+ src?: string;
7
+ refLink?: string;
7
8
  imageFit?: ImageFit;
8
9
  onPlayDemo: VoidFunction;
9
10
  };
@@ -1,13 +1,21 @@
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");
3
+ const index = require("../index-B71VkIfX.js");
4
+ const index$1 = require("../index-BTpEZIok.js");
5
+ const index$2 = require("../index-DDg_PkD2.js");
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;
5
12
  exports.Author = index.Author;
6
13
  exports.AuthorCard = index.AuthorCard;
7
14
  exports.BonusCard = index.BonusCard;
8
15
  exports.BonusCardGrid = index.BonusCardGrid;
9
16
  exports.Center = index.Center;
10
- exports.ContactForm = index.ContactForm;
17
+ exports.Contacts = index.Contacts;
18
+ exports.CookiePolicy = index.CookiePolicy;
11
19
  exports.Faq = index.Faq;
12
20
  exports.FeatureCard = index.FeatureCard;
13
21
  exports.FeatureCardGrid = index.FeatureCardGrid;
@@ -17,17 +25,30 @@ exports.GameDemo = index.GameDemo;
17
25
  exports.GameInfo = index.GameInfo;
18
26
  exports.Grid = index.Grid;
19
27
  exports.HowTo = index.HowTo;
20
- exports.Layout = index.Layout;
21
- exports.LinkButton = index.LinkButton;
28
+ exports.Informer = index.Informer;
22
29
  exports.List = index.List;
23
30
  exports.NotFound = index.NotFound;
31
+ exports.PrivacyPolicy = index.PrivacyPolicy;
24
32
  exports.ProsCons = index.ProsCons;
25
33
  exports.Seo = index.Seo;
26
- exports.SocialNetwork = index.SocialNetwork;
27
- exports.SocialNetworks = index.SocialNetworks;
28
34
  exports.StrapiContentRenderer = index.StrapiContentRenderer;
29
35
  exports.Table = index.Table;
30
36
  exports.Tabs = index.Tabs;
37
+ exports.TermsAndConditions = index.TermsAndConditions;
31
38
  exports.Tip = index.Tip;
32
- exports.Image = index$1.Image;
33
- exports.Link = index$1.Link;
39
+ exports.CasinoTable = index$1.CasinoTable;
40
+ exports.Container = index$1.Container;
41
+ exports.CopyText = index$1.CopyText;
42
+ exports.LinkButton = index$1.LinkButton;
43
+ exports.Logo = index$1.Logo;
44
+ exports.Rating = index$1.Rating;
45
+ exports.SocialNetwork = index$1.SocialNetwork;
46
+ exports.SocialNetworks = index$1.SocialNetworks;
47
+ exports.H1 = index$2.Heading1;
48
+ exports.H2 = index$2.Heading2;
49
+ exports.H3 = index$2.Heading3;
50
+ exports.OL = index$2.Ordered;
51
+ exports.P = index$2.Paragraph;
52
+ exports.UL = index$2.Unordered;
53
+ exports.Image = index$3.Image;
54
+ exports.Link = index$3.Link;
@@ -1,8 +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';
5
- export { default as ContactForm } from './contact-form';
9
+ export { default as CasinoTable } from './casino-table';
6
10
  export { default as Faq } from './faq';
7
11
  export { default as FeatureCard } from './feature-card';
8
12
  export { default as FeatureCardGrid } from './feature-card-grid';
@@ -11,9 +15,9 @@ export { default as GameCardGrid } from './game-card-grid';
11
15
  export { default as GameDemo } from './game-demo';
12
16
  export { default as GameInfo } from './game-info';
13
17
  export { default as HowTo } from './how-to';
14
- export { default as Layout } from './layout';
18
+ export { default as Informer } from './informer';
15
19
  export { default as List } from './list';
16
- export { default as NotFound } from './not-found';
20
+ export * from './pages';
17
21
  export { default as ProsCons } from './pros-cons';
18
22
  export { default as Seo } from './seo';
19
23
  export { default as StrapiContentRenderer } from './strapi-content-renderer';
@@ -1,33 +1,54 @@
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 } from "../index-8_-KtKsW.mjs";
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
+ import { H as H2, a as a3, b as b3, O, P as P2, U } from "../index-BEjKnOZA.mjs";
4
+ import { I as I2, L as L3 } from "../index-ksqN4RPm.mjs";
3
5
  export {
4
- k as Author,
5
- A as AuthorCard,
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,
6
13
  B as BonusCard,
7
- a as BonusCardGrid,
8
- l as Center,
9
- C as ContactForm,
14
+ e as BonusCardGrid,
15
+ C2 as CasinoTable,
16
+ C as Center,
17
+ r as Contacts,
18
+ a2 as Container,
19
+ q as CookiePolicy,
20
+ b2 as CopyText,
10
21
  F as Faq,
11
- b as FeatureCard,
12
- c as FeatureCardGrid,
22
+ f as FeatureCard,
23
+ g as FeatureCardGrid,
13
24
  G as GameCard,
14
- d as GameCardGrid,
15
- e as GameDemo,
16
- f as GameInfo,
17
- m as Grid,
25
+ h as GameCardGrid,
26
+ i as GameDemo,
27
+ j as GameInfo,
28
+ p as Grid,
29
+ H2 as H1,
30
+ a3 as H2,
31
+ b3 as H3,
18
32
  H as HowTo,
19
- I as Image,
20
- L as Layout,
21
- L2 as Link,
22
- n as LinkButton,
23
- g as List,
33
+ I2 as Image,
34
+ I as Informer,
35
+ L3 as Link,
36
+ L2 as LinkButton,
37
+ L as List,
38
+ c2 as Logo,
24
39
  N as NotFound,
40
+ O as OL,
41
+ P2 as P,
42
+ s as PrivacyPolicy,
25
43
  P as ProsCons,
44
+ R as Rating,
26
45
  S as Seo,
27
- o as SocialNetwork,
28
- p as SocialNetworks,
29
- h as StrapiContentRenderer,
46
+ S2 as SocialNetwork,
47
+ d2 as SocialNetworks,
48
+ k as StrapiContentRenderer,
30
49
  T as Table,
31
- i as Tabs,
32
- j as Tip
50
+ l as Tabs,
51
+ t as TermsAndConditions,
52
+ m as Tip,
53
+ U as UL
33
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']>;
@@ -1,5 +1,5 @@
1
1
  import { FC } from 'react';
2
- import { BoxPositionProps } from '../../types';
2
+ import { BoxPositionProps } from '../../../../types';
3
3
  type ContactFormProps = BoxPositionProps;
4
4
  declare const ContactForm: FC<ContactFormProps>;
5
5
  export default ContactForm;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const Contacts: FC;
3
+ export default Contacts;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ declare const CookiePolicy: FC;
3
+ export default CookiePolicy;
@@ -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';
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ type PrivacyPolicyProps = {
3
+ contactsSlug?: string;
4
+ };
5
+ declare const PrivacyPolicy: FC<PrivacyPolicyProps>;
6
+ export default PrivacyPolicy;
@@ -0,0 +1,6 @@
1
+ import { FC } from 'react';
2
+ type TermsAndConditionsProps = {
3
+ privacyPolicySlug?: string;
4
+ };
5
+ declare const TermsAndConditions: FC<TermsAndConditionsProps>;
6
+ export default TermsAndConditions;
@@ -4,5 +4,8 @@ type TipProps = {
4
4
  tip: string;
5
5
  author?: IAuthor | null;
6
6
  } & BoxPositionProps;
7
+ /**
8
+ * @deprecated use `<Informer type="quote"/>` instead
9
+ */
7
10
  declare const Tip: FC<TipProps>;
8
11
  export default Tip;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../index-WFgDSB1A.js");
4
- const index$1 = require("../index-CAfBnNV6.js");
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;
@@ -1,5 +1,5 @@
1
- import { u } from "../index-BzbpMLDD.mjs";
2
- import { u as u2 } from "../index-tj12BA6U.mjs";
1
+ import { u } from "../index-DHURrUMW.mjs";
2
+ import { u as u2 } from "../index-CB0JfZMx.mjs";
3
3
  export {
4
4
  u as useLocalization,
5
5
  u2 as usePrimaryColors
@@ -1,12 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../index-CJVr79Z2.js");
3
+ const index = require("../index-B-k9oWE7.js");
4
4
  const resources = {
5
- en: index.dictionary$4,
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
- de: index.dictionary$2,
8
- ru: index.dictionary$1,
9
- fr: index.dictionary
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;
@@ -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-Bts2DBYS.mjs";
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
- en: dictionary$4,
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
- de: dictionary$2,
6
- ru: dictionary$1,
7
- fr: dictionary
10
+ ka: dictionary$2,
11
+ pt: dictionary$1,
12
+ ru: dictionary
8
13
  };
9
14
  const DEFAULT_LANGUAGE = "en";
10
15
  export {