@anywayseo/tools 5.6.0 → 5.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) 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/index.d.ts +3 -0
  10. package/dist/components/base/rating/index.d.ts +10 -0
  11. package/dist/components/bonus-card-grid/index.d.ts +2 -4
  12. package/dist/components/casino-table/index.d.ts +8 -0
  13. package/dist/components/casino-table/row/casino-actions/index.d.ts +8 -0
  14. package/dist/components/casino-table/row/casino-bonus/index.d.ts +8 -0
  15. package/dist/components/casino-table/row/casino-info/index.d.ts +7 -0
  16. package/dist/components/casino-table/row/casino-info/item/index.d.ts +7 -0
  17. package/dist/components/casino-table/row/casino-info/utils.d.ts +2 -0
  18. package/dist/components/casino-table/row/casino-license/index.d.ts +5 -0
  19. package/dist/components/casino-table/row/casino-logo/index.d.ts +9 -0
  20. package/dist/components/casino-table/row/casino-name/index.d.ts +8 -0
  21. package/dist/components/casino-table/row/cell/index.d.ts +7 -0
  22. package/dist/components/casino-table/row/index.d.ts +7 -0
  23. package/dist/components/feature-card-grid/index.d.ts +2 -4
  24. package/dist/components/game-card-grid/index.d.ts +2 -4
  25. package/dist/components/game-demo/content/index.d.ts +1 -1
  26. package/dist/components/game-demo/index.d.ts +2 -2
  27. package/dist/components/game-demo/preview/alert/index.d.ts +3 -0
  28. package/dist/components/game-demo/preview/index.d.ts +2 -1
  29. package/dist/components/index.cjs +12 -3
  30. package/dist/components/index.d.ts +6 -0
  31. package/dist/components/index.mjs +32 -23
  32. package/dist/components/informer/index.d.ts +9 -0
  33. package/dist/components/informer/utils.d.ts +5 -0
  34. package/dist/components/tip/index.d.ts +3 -0
  35. package/dist/hooks/index.cjs +2 -2
  36. package/dist/hooks/index.mjs +2 -2
  37. package/dist/i18n/index.cjs +1 -1
  38. package/dist/i18n/index.mjs +1 -1
  39. package/dist/i18n/resources/bg/index.d.ts +51 -0
  40. package/dist/i18n/resources/da/index.d.ts +51 -0
  41. package/dist/i18n/resources/de/index.d.ts +51 -0
  42. package/dist/i18n/resources/en/index.d.ts +51 -0
  43. package/dist/i18n/resources/fi/index.d.ts +51 -0
  44. package/dist/i18n/resources/fr/index.d.ts +51 -0
  45. package/dist/i18n/resources/it/index.d.ts +51 -0
  46. package/dist/i18n/resources/ka/index.d.ts +51 -0
  47. package/dist/i18n/resources/pt/index.d.ts +51 -0
  48. package/dist/i18n/resources/ru/index.d.ts +51 -0
  49. package/dist/{index-DMR4Ptkt.js → index-B-k9oWE7.js} +606 -10
  50. package/dist/{index-CyuHme_p.js → index-B71VkIfX.js} +403 -234
  51. package/dist/index-BTpEZIok.js +401 -0
  52. package/dist/index-BeJTy4iY.mjs +26 -0
  53. package/dist/index-BfITsKAr.js +25 -0
  54. package/dist/{index-Drz_7u2p.mjs → index-C7z5qqm_.mjs} +21 -23
  55. package/dist/{index-DYS7zQW4.mjs → index-CB0JfZMx.mjs} +1 -1
  56. package/dist/{index-JUwyHkmj.mjs → index-CEqTLcAR.mjs} +238 -69
  57. package/dist/{index-CWMHJGbL.mjs → index-CVN8I7r9.mjs} +616 -20
  58. package/dist/{index-5J1CqqcW.js → index-D15SAjJc.js} +1 -1
  59. package/dist/{index-BzbpMLDD.mjs → index-DHURrUMW.mjs} +1 -1
  60. package/dist/{index-C2T70CMa.mjs → index-FfZIjQy3.mjs} +5 -4
  61. package/dist/index-Lln67Kfn.mjs +402 -0
  62. package/dist/{index-CR5rM7at.js → index-QPgJfbrC.js} +36 -35
  63. package/dist/{index-D4zJ5RBA.js → index-TxqSZvgf.js} +5 -4
  64. package/dist/{index-HLGPI9-S.mjs → index-ksqN4RPm.mjs} +29 -28
  65. package/dist/{index-WFgDSB1A.js → index-ma-iV7GU.js} +1 -1
  66. package/dist/{index-CkRY_NXp.js → index-qR3kVjjs.js} +20 -22
  67. package/dist/index.cjs +24 -12
  68. package/dist/index.mjs +53 -41
  69. package/dist/layout/index.cjs +13 -12
  70. package/dist/layout/index.mjs +13 -12
  71. package/dist/providers/index.cjs +2 -2
  72. package/dist/providers/index.mjs +2 -2
  73. package/dist/types/components/article-card/index.d.ts +9 -0
  74. package/dist/types/components/button/index.d.ts +1 -1
  75. package/dist/types/components/casino/index.d.ts +32 -0
  76. package/dist/types/components/casino-info/index.d.ts +12 -0
  77. package/dist/types/components/common/index.d.ts +1 -1
  78. package/dist/types/components/game-info/index.d.ts +4 -8
  79. package/dist/types/components/grid/index.d.ts +4 -0
  80. package/dist/types/components/index.d.ts +4 -0
  81. package/dist/types/components/informer/index.d.ts +5 -0
  82. package/dist/types/components/strapi-component/index.d.ts +1 -1
  83. package/dist/types/content/article/index.d.ts +12 -0
  84. package/dist/types/content/index.d.ts +1 -0
  85. package/dist/types/i18n/index.d.ts +1 -1
  86. package/dist/utils/index.cjs +5 -5
  87. package/dist/utils/index.mjs +7 -7
  88. package/package.json +1 -1
  89. package/dist/index-B1PwYYQt.mjs +0 -24
  90. package/dist/index-B6wz_B9_.js +0 -145
  91. package/dist/index-C-ri0Fgy.js +0 -23
  92. package/dist/index-COv56GyV.mjs +0 -146
@@ -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;
@@ -1,6 +1,8 @@
1
+ export { default as ArticleMeta } from './article-meta';
1
2
  export { default as Author } from './author';
2
3
  export { default as Center } from './center';
3
4
  export { default as Container } from './container';
5
+ export { default as CopyText } from './copy-text';
4
6
  export { default as Grid } from './grid';
5
7
  export { default as H1 } from './h1';
6
8
  export { default as H2 } from './h2';
@@ -11,6 +13,7 @@ export { default as LinkButton } from './link-button';
11
13
  export { default as Logo } from './logo';
12
14
  export { default as OL } from './ol';
13
15
  export { default as P } from './p';
16
+ export { default as Rating } from './rating';
14
17
  export { default as SocialNetwork } from './social-network';
15
18
  export { default as SocialNetworks } from './social-networks';
16
19
  export { default as UL } from './ul';
@@ -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;
@@ -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,9 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../index-CyuHme_p.js");
4
- const index$1 = require("../index-B6wz_B9_.js");
3
+ const index = require("../index-B71VkIfX.js");
4
+ const index$1 = require("../index-BTpEZIok.js");
5
5
  const index$2 = require("../index-DDg_PkD2.js");
6
- const index$3 = require("../index-CR5rM7at.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;
7
12
  exports.Author = index.Author;
8
13
  exports.AuthorCard = index.AuthorCard;
9
14
  exports.BonusCard = index.BonusCard;
@@ -20,6 +25,7 @@ exports.GameDemo = index.GameDemo;
20
25
  exports.GameInfo = index.GameInfo;
21
26
  exports.Grid = index.Grid;
22
27
  exports.HowTo = index.HowTo;
28
+ exports.Informer = index.Informer;
23
29
  exports.List = index.List;
24
30
  exports.NotFound = index.NotFound;
25
31
  exports.PrivacyPolicy = index.PrivacyPolicy;
@@ -30,9 +36,12 @@ exports.Table = index.Table;
30
36
  exports.Tabs = index.Tabs;
31
37
  exports.TermsAndConditions = index.TermsAndConditions;
32
38
  exports.Tip = index.Tip;
39
+ exports.CasinoTable = index$1.CasinoTable;
33
40
  exports.Container = index$1.Container;
41
+ exports.CopyText = index$1.CopyText;
34
42
  exports.LinkButton = index$1.LinkButton;
35
43
  exports.Logo = index$1.Logo;
44
+ exports.Rating = index$1.Rating;
36
45
  exports.SocialNetwork = index$1.SocialNetwork;
37
46
  exports.SocialNetworks = index$1.SocialNetworks;
38
47
  exports.H1 = index$2.Heading1;
@@ -1,7 +1,12 @@
1
1
  export * from './base';
2
+ export { default as ActionButton } from './action-button';
3
+ export { default as ArticleCard } from './article-card';
4
+ export { default as ArticleCardGrid } from './article-card-grid';
5
+ export { default as ArticleInfoCard } from './article-info-card';
2
6
  export { default as AuthorCard } from './author-card';
3
7
  export { default as BonusCard } from './bonus-card';
4
8
  export { default as BonusCardGrid } from './bonus-card-grid';
9
+ export { default as CasinoTable } from './casino-table';
5
10
  export { default as Faq } from './faq';
6
11
  export { default as FeatureCard } from './feature-card';
7
12
  export { default as FeatureCardGrid } from './feature-card-grid';
@@ -10,6 +15,7 @@ export { default as GameCardGrid } from './game-card-grid';
10
15
  export { default as GameDemo } from './game-demo';
11
16
  export { default as GameInfo } from './game-info';
12
17
  export { default as HowTo } from './how-to';
18
+ export { default as Informer } from './informer';
13
19
  export { default as List } from './list';
14
20
  export * from './pages';
15
21
  export { default as ProsCons } from './pros-cons';
@@ -1,45 +1,54 @@
1
- import { 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";
1
+ import { A, a, b, c, n, o, d, B, e, C, r, q, F, f, g, G, h, i, j, p, H, I, L, N, s, P, S, k, T, l, t, m } from "../index-CEqTLcAR.mjs";
2
+ import { C as C2, a as a2, b as b2, L as L2, c as c2, R, S as S2, d as d2 } from "../index-Lln67Kfn.mjs";
3
3
  import { H as H2, a as a3, b as b3, O, P as P2, U } from "../index-BEjKnOZA.mjs";
4
- import { I, L as L3 } from "../index-HLGPI9-S.mjs";
4
+ import { I as I2, L as L3 } from "../index-ksqN4RPm.mjs";
5
5
  export {
6
- j as Author,
7
- 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,
8
13
  B as BonusCard,
9
- a as BonusCardGrid,
14
+ e as BonusCardGrid,
15
+ C2 as CasinoTable,
10
16
  C as Center,
11
- m as Contacts,
12
- C2 as Container,
13
- l as CookiePolicy,
17
+ r as Contacts,
18
+ a2 as Container,
19
+ q as CookiePolicy,
20
+ b2 as CopyText,
14
21
  F as Faq,
15
- b as FeatureCard,
16
- c as FeatureCardGrid,
22
+ f as FeatureCard,
23
+ g as FeatureCardGrid,
17
24
  G as GameCard,
18
- d as GameCardGrid,
19
- e as GameDemo,
20
- f as GameInfo,
21
- k as Grid,
25
+ h as GameCardGrid,
26
+ i as GameDemo,
27
+ j as GameInfo,
28
+ p as Grid,
22
29
  H2 as H1,
23
30
  a3 as H2,
24
31
  b3 as H3,
25
32
  H as HowTo,
26
- I as Image,
33
+ I2 as Image,
34
+ I as Informer,
27
35
  L3 as Link,
28
36
  L2 as LinkButton,
29
37
  L as List,
30
- a2 as Logo,
38
+ c2 as Logo,
31
39
  N as NotFound,
32
40
  O as OL,
33
41
  P2 as P,
34
- n as PrivacyPolicy,
42
+ s as PrivacyPolicy,
35
43
  P as ProsCons,
44
+ R as Rating,
36
45
  S as Seo,
37
46
  S2 as SocialNetwork,
38
- b2 as SocialNetworks,
39
- g as StrapiContentRenderer,
47
+ d2 as SocialNetworks,
48
+ k as StrapiContentRenderer,
40
49
  T as Table,
41
- h as Tabs,
42
- o as TermsAndConditions,
43
- i as Tip,
50
+ l as Tabs,
51
+ t as TermsAndConditions,
52
+ m as Tip,
44
53
  U as UL
45
54
  };
@@ -0,0 +1,9 @@
1
+ import { FC } from 'react';
2
+ import { BoxPositionProps, IAuthor, InformerType } from '../../types';
3
+ type InformerProps = {
4
+ type: Lowercase<keyof typeof InformerType>;
5
+ text: string;
6
+ author?: IAuthor | null;
7
+ } & BoxPositionProps;
8
+ declare const Informer: FC<InformerProps>;
9
+ export default Informer;
@@ -0,0 +1,5 @@
1
+ import { CardProps } from '@chakra-ui/react';
2
+ import { InformerType } from '../../types';
3
+ export declare function getQuotePseudoElement(color: string): CardProps['_before'];
4
+ export declare const PrefixMap: Record<Lowercase<InformerType>, string>;
5
+ export declare const BorderColorMap: Record<Lowercase<InformerType>, CardProps['borderLeftColor']>;
@@ -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-5J1CqqcW.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-DYS7zQW4.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,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../index-DMR4Ptkt.js");
3
+ const index = require("../index-B-k9oWE7.js");
4
4
  const resources = {
5
5
  bg: index.dictionary$9,
6
6
  de: index.dictionary$8,
@@ -1,4 +1,4 @@
1
- import { d as dictionary, b as dictionary$1, c as dictionary$2, e as dictionary$3, f as dictionary$4, g as dictionary$5, h as dictionary$6, i as dictionary$7, j as dictionary$8, k as dictionary$9 } from "../index-CWMHJGbL.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
3
  bg: dictionary$9,
4
4
  de: dictionary$8,
@@ -182,6 +182,50 @@ declare const dictionary: {
182
182
  description: string;
183
183
  };
184
184
  };
185
+ readonly article: {
186
+ meta: {
187
+ author: string;
188
+ publicationDate: string;
189
+ readingTime: {
190
+ label: string;
191
+ count_one: string;
192
+ count_few: string;
193
+ count_many: string;
194
+ count_other: string;
195
+ };
196
+ };
197
+ };
198
+ readonly casinoInfo: {
199
+ feature: {
200
+ RTP: string;
201
+ GAMES_COUNT: string;
202
+ MIN_DEPOSIT: string;
203
+ PAYOUT_SPEED: string;
204
+ };
205
+ };
206
+ readonly casinoTable: {
207
+ column: {
208
+ ID: string;
209
+ LOGO: string;
210
+ NAME: string;
211
+ LICENSE: string;
212
+ BONUS: string;
213
+ INFO: string;
214
+ ACTIONS: string;
215
+ };
216
+ row: {
217
+ logo: {
218
+ bestChoiceBadge: string;
219
+ };
220
+ actions: {
221
+ getBonus: string;
222
+ readReview: string;
223
+ };
224
+ };
225
+ };
226
+ readonly copyText: {
227
+ title: string;
228
+ };
185
229
  readonly gameDemo: {
186
230
  warning: string;
187
231
  action: {
@@ -191,6 +235,10 @@ declare const dictionary: {
191
235
  deactivateFullscreen: string;
192
236
  exit: string;
193
237
  };
238
+ alert: {
239
+ title: string;
240
+ description: string;
241
+ };
194
242
  };
195
243
  readonly gameInfo: {
196
244
  title: string;
@@ -276,5 +324,8 @@ declare const dictionary: {
276
324
  collapse: string;
277
325
  };
278
326
  };
327
+ readonly informer: {
328
+ [x: string]: string;
329
+ };
279
330
  };
280
331
  export default dictionary;
@@ -182,6 +182,50 @@ declare const dictionary: {
182
182
  description: string;
183
183
  };
184
184
  };
185
+ readonly article: {
186
+ meta: {
187
+ author: string;
188
+ publicationDate: string;
189
+ readingTime: {
190
+ label: string;
191
+ count_one: string;
192
+ count_few: string;
193
+ count_many: string;
194
+ count_other: string;
195
+ };
196
+ };
197
+ };
198
+ readonly casinoInfo: {
199
+ feature: {
200
+ RTP: string;
201
+ GAMES_COUNT: string;
202
+ MIN_DEPOSIT: string;
203
+ PAYOUT_SPEED: string;
204
+ };
205
+ };
206
+ readonly casinoTable: {
207
+ column: {
208
+ ID: string;
209
+ LOGO: string;
210
+ NAME: string;
211
+ LICENSE: string;
212
+ BONUS: string;
213
+ INFO: string;
214
+ ACTIONS: string;
215
+ };
216
+ row: {
217
+ logo: {
218
+ bestChoiceBadge: string;
219
+ };
220
+ actions: {
221
+ getBonus: string;
222
+ readReview: string;
223
+ };
224
+ };
225
+ };
226
+ readonly copyText: {
227
+ title: string;
228
+ };
185
229
  readonly gameDemo: {
186
230
  warning: string;
187
231
  action: {
@@ -191,6 +235,10 @@ declare const dictionary: {
191
235
  deactivateFullscreen: string;
192
236
  exit: string;
193
237
  };
238
+ alert: {
239
+ title: string;
240
+ description: string;
241
+ };
194
242
  };
195
243
  readonly gameInfo: {
196
244
  title: string;
@@ -276,5 +324,8 @@ declare const dictionary: {
276
324
  collapse: string;
277
325
  };
278
326
  };
327
+ readonly informer: {
328
+ [x: string]: string;
329
+ };
279
330
  };
280
331
  export default dictionary;