@anywayseo/tools 2.2.4 → 2.3.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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../index-DWa1ea5F.js");
3
+ const index = require("../index-C5BWCSo_.js");
4
4
  exports.Author = index.Author;
5
5
  exports.BonusCard = index.BonusCard;
6
6
  exports.Center = index.Center;
@@ -1,4 +1,4 @@
1
- import { A, B, g, C, h, E, F, a, b, G, c, d, i, H, L, j, e, P, k, S, T, f } from "../index-COCjNsCL.mjs";
1
+ import { A, B, g, C, h, E, F, a, b, G, c, d, i, H, L, j, e, P, k, S, T, f } from "../index-DaSzU8Hb.mjs";
2
2
  export {
3
3
  A as Author,
4
4
  B as BonusCard,
@@ -0,0 +1,3 @@
1
+ import { FC, PropsWithChildren } from 'react';
2
+ declare const Extra: FC<PropsWithChildren>;
3
+ export default Extra;
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  require("react-i18next");
4
4
  const i18n = require("i18next");
5
- const i18n$1 = require("../index-DCIXk-YH.js");
5
+ const i18n$1 = require("../index-uq_uSyaC.js");
6
6
  exports.i18n = i18n;
7
7
  exports.resources = i18n$1.resources;
@@ -1,6 +1,6 @@
1
1
  import "react-i18next";
2
2
  import { default as default2 } from "i18next";
3
- import { r } from "../index-DxLcykuT.mjs";
3
+ import { r } from "../index-DjBQjd1k.mjs";
4
4
  export {
5
5
  default2 as i18n,
6
6
  r as resources
@@ -31,6 +31,7 @@ declare const dictionary: {
31
31
  feature: {
32
32
  BONUS_FEATURES: string;
33
33
  COMPATIBILITY: string;
34
+ FUNCTIONS: string;
34
35
  DEVELOPER: string;
35
36
  HAS_AUTOPLAY: string;
36
37
  HAS_BONUS_PURCHASE: string;
@@ -47,6 +48,7 @@ declare const dictionary: {
47
48
  PAY_LINES: string;
48
49
  REELS_NUMBER: string;
49
50
  RELEASE_DATE: string;
51
+ ROWS_WITH_PINS: string;
50
52
  RTP: string;
51
53
  THEME: string;
52
54
  TYPE: string;
@@ -31,6 +31,7 @@ declare const dictionary: {
31
31
  feature: {
32
32
  BONUS_FEATURES: string;
33
33
  COMPATIBILITY: string;
34
+ FUNCTIONS: string;
34
35
  DEVELOPER: string;
35
36
  HAS_AUTOPLAY: string;
36
37
  HAS_BONUS_PURCHASE: string;
@@ -47,6 +48,7 @@ declare const dictionary: {
47
48
  PAY_LINES: string;
48
49
  REELS_NUMBER: string;
49
50
  RELEASE_DATE: string;
51
+ ROWS_WITH_PINS: string;
50
52
  RTP: string;
51
53
  THEME: string;
52
54
  TYPE: string;
@@ -31,6 +31,7 @@ declare const dictionary: {
31
31
  feature: {
32
32
  BONUS_FEATURES: string;
33
33
  COMPATIBILITY: string;
34
+ FUNCTIONS: string;
34
35
  DEVELOPER: string;
35
36
  HAS_AUTOPLAY: string;
36
37
  HAS_BONUS_PURCHASE: string;
@@ -47,6 +48,7 @@ declare const dictionary: {
47
48
  PAY_LINES: string;
48
49
  REELS_NUMBER: string;
49
50
  RELEASE_DATE: string;
51
+ ROWS_WITH_PINS: string;
50
52
  RTP: string;
51
53
  THEME: string;
52
54
  TYPE: string;
@@ -4,7 +4,7 @@ import { MDXProvider } from "@mdx-js/react";
4
4
  const components = {
5
5
  h1: (props) => /* @__PURE__ */ jsx(Heading, { as: "h1", size: "xl", mb: 4, ...props }),
6
6
  h2: (props) => /* @__PURE__ */ jsx(Heading, { as: "h2", size: "lg", mt: 6, mb: 4, ...props }),
7
- h3: (props) => /* @__PURE__ */ jsx(Heading, { as: "h3", size: "md", mb: 4, ...props }),
7
+ h3: (props) => /* @__PURE__ */ jsx(Heading, { as: "h3", size: "md", mt: 4, mb: 4, ...props }),
8
8
  ol: (props) => /* @__PURE__ */ jsx(OrderedList, { mb: 4, ...props }),
9
9
  ul: (props) => /* @__PURE__ */ jsx(UnorderedList, { mb: 4, ...props }),
10
10
  p: (props) => /* @__PURE__ */ jsx(Text, { mb: 4, ...props }),
@@ -2,8 +2,8 @@
2
2
  const jsxRuntime = require("react/jsx-runtime");
3
3
  const react = require("@chakra-ui/react");
4
4
  const reactI18next = require("react-i18next");
5
- const index$1 = require("./index-BrTxsE2A.js");
6
- const i18n = require("./index-DCIXk-YH.js");
5
+ const index$1 = require("./index-CKjc79l2.js");
6
+ const i18n = require("./index-uq_uSyaC.js");
7
7
  require("@ctrl/tinycolor");
8
8
  require("@mdx-js/react");
9
9
  const index = require("./index-BhsXlbd8.js");
@@ -539,17 +539,22 @@ const Disclaimer = () => {
539
539
  t("disclaimer.description", { domain: index$1.getDomain(siteUrl) })
540
540
  ] });
541
541
  };
542
+ const Extra = ({ children }) => {
543
+ return /* @__PURE__ */ jsxRuntime.jsx(react.Box, { as: "section", my: 2, children });
544
+ };
542
545
  const Navigation$1 = ({ menu }) => {
543
546
  return /* @__PURE__ */ jsxRuntime.jsx(
544
547
  react.SimpleGrid,
545
548
  {
549
+ as: "ul",
546
550
  columns: { base: 1, sm: 2, md: 4 },
547
- pt: 4,
548
- pb: 6,
551
+ mt: 4,
552
+ mb: 6,
553
+ p: 0,
549
554
  spacing: 4,
550
555
  justifyItems: { base: "flex-start", md: "center" },
551
556
  justifyContent: "space-between",
552
- children: menu.map(({ path, label }) => /* @__PURE__ */ jsxRuntime.jsx(
557
+ children: menu.map(({ path, label }, index2) => /* @__PURE__ */ jsxRuntime.jsx(react.Flex, { as: "li", children: /* @__PURE__ */ jsxRuntime.jsx(
553
558
  react.Text,
554
559
  {
555
560
  as: gatsby.Link,
@@ -561,14 +566,15 @@ const Navigation$1 = ({ menu }) => {
561
566
  children: label
562
567
  },
563
568
  path
564
- ))
569
+ ) }, index2))
565
570
  }
566
571
  );
567
572
  };
568
573
  const Footer = () => {
569
- var _a;
574
+ var _a, _b;
570
575
  const { configs } = index.useSiteContext();
571
576
  const navigation = ((_a = configs == null ? void 0 : configs.footer) == null ? void 0 : _a.navigation) ?? [];
577
+ const extra = (_b = configs == null ? void 0 : configs.footer) == null ? void 0 : _b.extra;
572
578
  return /* @__PURE__ */ jsxRuntime.jsx(
573
579
  react.Box,
574
580
  {
@@ -578,6 +584,7 @@ const Footer = () => {
578
584
  py: 4,
579
585
  children: /* @__PURE__ */ jsxRuntime.jsxs(Container, { children: [
580
586
  /* @__PURE__ */ jsxRuntime.jsx(Navigation$1, { menu: navigation }),
587
+ !!extra && /* @__PURE__ */ jsxRuntime.jsx(Extra, { children: extra }),
581
588
  /* @__PURE__ */ jsxRuntime.jsx(Disclaimer, {}),
582
589
  /* @__PURE__ */ jsxRuntime.jsx(Brand$1, { brand: /* @__PURE__ */ jsxRuntime.jsx(Logo, {}) }),
583
590
  /* @__PURE__ */ jsxRuntime.jsx(Copyright, {})
@@ -948,19 +955,17 @@ const Table = ({
948
955
  }) => {
949
956
  const headerItems = items.slice(0, columnNumber);
950
957
  const bodyItems = items.slice(columnNumber);
951
- return /* @__PURE__ */ jsxRuntime.jsxs(
958
+ return /* @__PURE__ */ jsxRuntime.jsx(
952
959
  react.TableContainer,
953
960
  {
954
961
  border: bordered ? void 0 : "none",
955
962
  ...scrollable ? { maxH: "50vh", overflowY: "auto" } : {},
956
963
  ...boxProps,
957
- children: [
958
- /* @__PURE__ */ jsxRuntime.jsxs(react.Table, { variant: striped ? "striped" : "simple", children: [
959
- /* @__PURE__ */ jsxRuntime.jsx(react.Thead, { ...scrollable ? { position: "sticky", top: 0, zIndex: 1, bg: "gray.800" } : {}, children: /* @__PURE__ */ jsxRuntime.jsx(react.Tr, { children: headerItems.map((item, index2) => /* @__PURE__ */ jsxRuntime.jsx(react.Th, { children: item }, index2)) }) }),
960
- /* @__PURE__ */ jsxRuntime.jsx(react.Tbody, { children: Array.from({ length: Math.ceil(bodyItems.length / columnNumber) }, (_, rowIndex) => /* @__PURE__ */ jsxRuntime.jsx(react.Tr, { children: Array.from({ length: columnNumber }, (_2, colIndex) => /* @__PURE__ */ jsxRuntime.jsx(react.Td, { children: bodyItems[rowIndex * columnNumber + colIndex] || "" }, colIndex)) }, rowIndex)) })
961
- ] }),
964
+ children: /* @__PURE__ */ jsxRuntime.jsxs(react.Table, { variant: striped ? "striped" : "simple", children: [
965
+ /* @__PURE__ */ jsxRuntime.jsx(react.Thead, { ...scrollable ? { position: "sticky", top: 0, zIndex: 1, bg: "gray.800" } : {}, children: /* @__PURE__ */ jsxRuntime.jsx(react.Tr, { children: headerItems.map((item, index2) => /* @__PURE__ */ jsxRuntime.jsx(react.Th, { children: item }, index2)) }) }),
966
+ /* @__PURE__ */ jsxRuntime.jsx(react.Tbody, { children: Array.from({ length: Math.ceil(bodyItems.length / columnNumber) }, (_, rowIndex) => /* @__PURE__ */ jsxRuntime.jsx(react.Tr, { children: Array.from({ length: columnNumber }, (_2, colIndex) => /* @__PURE__ */ jsxRuntime.jsx(react.Td, { children: bodyItems[rowIndex * columnNumber + colIndex] || "" }, colIndex)) }, rowIndex)) }),
962
967
  !!caption && /* @__PURE__ */ jsxRuntime.jsx(react.TableCaption, { children: caption })
963
- ]
968
+ ] })
964
969
  }
965
970
  );
966
971
  };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const react = require("@emotion/react");
3
- require("./index-DCIXk-YH.js");
3
+ require("./index-uq_uSyaC.js");
4
4
  const i18n = require("i18next");
5
5
  const pulse = react.keyframes`
6
6
  0% {
@@ -1,5 +1,5 @@
1
1
  import { keyframes } from "@emotion/react";
2
- import "./index-DxLcykuT.mjs";
2
+ import "./index-DjBQjd1k.mjs";
3
3
  import i18n from "i18next";
4
4
  const pulse = keyframes`
5
5
  0% {
@@ -1,8 +1,8 @@
1
1
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
2
  import { Center as Center$1, Box, Collapse, Text, Button, Flex, Stack, Image, SimpleGrid, Link, Card, CardHeader, Heading, CardBody, Popover, PopoverTrigger, PopoverContent, PopoverBody, CardFooter, useToast, useColorModeValue, VStack, FormControl, FormLabel, InputGroup, InputLeftElement, Input, Textarea, Accordion, AccordionItem, AccordionButton, AccordionIcon, AccordionPanel, LinkBox, LinkOverlay, IconButton, AbsoluteCenter, Spinner, useDisclosure, Divider, Circle, Container as Container$1, List as List$1, ListItem, Icon, ListIcon, TableContainer, Table as Table$1, Thead, Tr, Th, Tbody, Td, TableCaption, Tabs as Tabs$1, TabList, Tab, TabPanels, TabPanel } from "@chakra-ui/react";
3
3
  import { useTranslation } from "react-i18next";
4
- import { A as Animation, b as formatNumber, c as getCurrencySymbol, f as formatDate, d as getDomain, g as getCurrentYear, a as getCurrentMonth } from "./index-j8Vo42fz.mjs";
5
- import { a as GameCharacteristic } from "./index-DxLcykuT.mjs";
4
+ import { A as Animation, b as formatNumber, c as getCurrencySymbol, f as formatDate, d as getDomain, g as getCurrentYear, a as getCurrentMonth } from "./index-CxCmXGhl.mjs";
5
+ import { a as GameCharacteristic } from "./index-DjBQjd1k.mjs";
6
6
  import "@ctrl/tinycolor";
7
7
  import "@mdx-js/react";
8
8
  import { u as useSiteContext } from "./index-BNb-P8a6.mjs";
@@ -538,17 +538,22 @@ const Disclaimer = () => {
538
538
  t2("disclaimer.description", { domain: getDomain(siteUrl) })
539
539
  ] });
540
540
  };
541
+ const Extra = ({ children }) => {
542
+ return /* @__PURE__ */ jsx(Box, { as: "section", my: 2, children });
543
+ };
541
544
  const Navigation$1 = ({ menu }) => {
542
545
  return /* @__PURE__ */ jsx(
543
546
  SimpleGrid,
544
547
  {
548
+ as: "ul",
545
549
  columns: { base: 1, sm: 2, md: 4 },
546
- pt: 4,
547
- pb: 6,
550
+ mt: 4,
551
+ mb: 6,
552
+ p: 0,
548
553
  spacing: 4,
549
554
  justifyItems: { base: "flex-start", md: "center" },
550
555
  justifyContent: "space-between",
551
- children: menu.map(({ path, label }) => /* @__PURE__ */ jsx(
556
+ children: menu.map(({ path, label }, index) => /* @__PURE__ */ jsx(Flex, { as: "li", children: /* @__PURE__ */ jsx(
552
557
  Text,
553
558
  {
554
559
  as: Link$1,
@@ -560,14 +565,15 @@ const Navigation$1 = ({ menu }) => {
560
565
  children: label
561
566
  },
562
567
  path
563
- ))
568
+ ) }, index))
564
569
  }
565
570
  );
566
571
  };
567
572
  const Footer = () => {
568
- var _a;
573
+ var _a, _b;
569
574
  const { configs } = useSiteContext();
570
575
  const navigation = ((_a = configs == null ? void 0 : configs.footer) == null ? void 0 : _a.navigation) ?? [];
576
+ const extra = (_b = configs == null ? void 0 : configs.footer) == null ? void 0 : _b.extra;
571
577
  return /* @__PURE__ */ jsx(
572
578
  Box,
573
579
  {
@@ -577,6 +583,7 @@ const Footer = () => {
577
583
  py: 4,
578
584
  children: /* @__PURE__ */ jsxs(Container, { children: [
579
585
  /* @__PURE__ */ jsx(Navigation$1, { menu: navigation }),
586
+ !!extra && /* @__PURE__ */ jsx(Extra, { children: extra }),
580
587
  /* @__PURE__ */ jsx(Disclaimer, {}),
581
588
  /* @__PURE__ */ jsx(Brand$1, { brand: /* @__PURE__ */ jsx(Logo, {}) }),
582
589
  /* @__PURE__ */ jsx(Copyright, {})
@@ -947,19 +954,17 @@ const Table = ({
947
954
  }) => {
948
955
  const headerItems = items.slice(0, columnNumber);
949
956
  const bodyItems = items.slice(columnNumber);
950
- return /* @__PURE__ */ jsxs(
957
+ return /* @__PURE__ */ jsx(
951
958
  TableContainer,
952
959
  {
953
960
  border: bordered ? void 0 : "none",
954
961
  ...scrollable ? { maxH: "50vh", overflowY: "auto" } : {},
955
962
  ...boxProps,
956
- children: [
957
- /* @__PURE__ */ jsxs(Table$1, { variant: striped ? "striped" : "simple", children: [
958
- /* @__PURE__ */ jsx(Thead, { ...scrollable ? { position: "sticky", top: 0, zIndex: 1, bg: "gray.800" } : {}, children: /* @__PURE__ */ jsx(Tr, { children: headerItems.map((item, index) => /* @__PURE__ */ jsx(Th, { children: item }, index)) }) }),
959
- /* @__PURE__ */ jsx(Tbody, { children: Array.from({ length: Math.ceil(bodyItems.length / columnNumber) }, (_, rowIndex) => /* @__PURE__ */ jsx(Tr, { children: Array.from({ length: columnNumber }, (_2, colIndex) => /* @__PURE__ */ jsx(Td, { children: bodyItems[rowIndex * columnNumber + colIndex] || "" }, colIndex)) }, rowIndex)) })
960
- ] }),
963
+ children: /* @__PURE__ */ jsxs(Table$1, { variant: striped ? "striped" : "simple", children: [
964
+ /* @__PURE__ */ jsx(Thead, { ...scrollable ? { position: "sticky", top: 0, zIndex: 1, bg: "gray.800" } : {}, children: /* @__PURE__ */ jsx(Tr, { children: headerItems.map((item, index) => /* @__PURE__ */ jsx(Th, { children: item }, index)) }) }),
965
+ /* @__PURE__ */ jsx(Tbody, { children: Array.from({ length: Math.ceil(bodyItems.length / columnNumber) }, (_, rowIndex) => /* @__PURE__ */ jsx(Tr, { children: Array.from({ length: columnNumber }, (_2, colIndex) => /* @__PURE__ */ jsx(Td, { children: bodyItems[rowIndex * columnNumber + colIndex] || "" }, colIndex)) }, rowIndex)) }),
961
966
  !!caption && /* @__PURE__ */ jsx(TableCaption, { children: caption })
962
- ]
967
+ ] })
963
968
  }
964
969
  );
965
970
  };
@@ -16,6 +16,7 @@ var GameCharacteristic = /* @__PURE__ */ ((GameCharacteristic2) => {
16
16
  GameCharacteristic2["Volatility"] = "VOLATILITY";
17
17
  GameCharacteristic2["ReelsNumber"] = "REELS_NUMBER";
18
18
  GameCharacteristic2["PayLines"] = "PAY_LINES";
19
+ GameCharacteristic2["RowsWithPins"] = "ROWS_WITH_PINS";
19
20
  GameCharacteristic2["MinBet"] = "MIN_BET";
20
21
  GameCharacteristic2["MaxBet"] = "MAX_BET";
21
22
  GameCharacteristic2["MaxWin"] = "MAX_WIN";
@@ -29,6 +30,7 @@ var GameCharacteristic = /* @__PURE__ */ ((GameCharacteristic2) => {
29
30
  GameCharacteristic2["HasProgressiveJackpot"] = "HAS_PROGRESSIVE_JACKPOT";
30
31
  GameCharacteristic2["BonusFeatures"] = "BONUS_FEATURES";
31
32
  GameCharacteristic2["Languages"] = "LANGUAGES";
33
+ GameCharacteristic2["Functions"] = "FUNCTIONS";
32
34
  return GameCharacteristic2;
33
35
  })(GameCharacteristic || {});
34
36
  const pageNotFound$2 = {
@@ -63,6 +65,7 @@ const gameInfo$2 = {
63
65
  feature: {
64
66
  [GameCharacteristic.BonusFeatures]: "Bonusfunktionen",
65
67
  [GameCharacteristic.Compatibility]: "Kompatibilität",
68
+ [GameCharacteristic.Functions]: "Funktionen",
66
69
  [GameCharacteristic.Developer]: "Entwickler",
67
70
  [GameCharacteristic.HasAutoplay]: "Autoplay",
68
71
  [GameCharacteristic.HasBonusPurchase]: "Bonus-Kauf",
@@ -79,6 +82,7 @@ const gameInfo$2 = {
79
82
  [GameCharacteristic.PayLines]: "Anzahl der Gewinnlinien",
80
83
  [GameCharacteristic.ReelsNumber]: "Anzahl der Walzen",
81
84
  [GameCharacteristic.ReleaseDate]: "Veröffentlichungsdatum",
85
+ [GameCharacteristic.RowsWithPins]: "Anzahl der Reihen mit Stiften",
82
86
  [GameCharacteristic.Rtp]: "RTP",
83
87
  [GameCharacteristic.Theme]: "Thema",
84
88
  [GameCharacteristic.Type]: "Typ",
@@ -178,6 +182,7 @@ const gameInfo$1 = {
178
182
  feature: {
179
183
  [GameCharacteristic.BonusFeatures]: "Bonus Features",
180
184
  [GameCharacteristic.Compatibility]: "Compatibility",
185
+ [GameCharacteristic.Functions]: "Functions",
181
186
  [GameCharacteristic.Developer]: "Developer",
182
187
  [GameCharacteristic.HasAutoplay]: "Autoplay",
183
188
  [GameCharacteristic.HasBonusPurchase]: "Bonus Purchase",
@@ -194,6 +199,7 @@ const gameInfo$1 = {
194
199
  [GameCharacteristic.PayLines]: "Pay Lines Number",
195
200
  [GameCharacteristic.ReelsNumber]: "Reels Number",
196
201
  [GameCharacteristic.ReleaseDate]: "Release Date",
202
+ [GameCharacteristic.RowsWithPins]: "Number of Rows with Pins",
197
203
  [GameCharacteristic.Rtp]: "RTP",
198
204
  [GameCharacteristic.Theme]: "Theme",
199
205
  [GameCharacteristic.Type]: "Type",
@@ -293,6 +299,7 @@ const gameInfo = {
293
299
  feature: {
294
300
  [GameCharacteristic.BonusFeatures]: "Funzionalità Bonus",
295
301
  [GameCharacteristic.Compatibility]: "Compatibilità",
302
+ [GameCharacteristic.Functions]: "Funzioni",
296
303
  [GameCharacteristic.Developer]: "Sviluppatore",
297
304
  [GameCharacteristic.HasAutoplay]: "Autoplay",
298
305
  [GameCharacteristic.HasBonusPurchase]: "Acquisto Bonus",
@@ -309,6 +316,7 @@ const gameInfo = {
309
316
  [GameCharacteristic.PayLines]: "Numero di Linee di Pagamento",
310
317
  [GameCharacteristic.ReelsNumber]: "Numero di Rulli",
311
318
  [GameCharacteristic.ReleaseDate]: "Data di Rilascio",
319
+ [GameCharacteristic.RowsWithPins]: "Numero di file con pioli",
312
320
  [GameCharacteristic.Rtp]: "RTP",
313
321
  [GameCharacteristic.Theme]: "Tema",
314
322
  [GameCharacteristic.Type]: "Tipo",
@@ -5,7 +5,7 @@ const react = require("@mdx-js/react");
5
5
  const components = {
6
6
  h1: (props) => /* @__PURE__ */ jsxRuntime.jsx(react$1.Heading, { as: "h1", size: "xl", mb: 4, ...props }),
7
7
  h2: (props) => /* @__PURE__ */ jsxRuntime.jsx(react$1.Heading, { as: "h2", size: "lg", mt: 6, mb: 4, ...props }),
8
- h3: (props) => /* @__PURE__ */ jsxRuntime.jsx(react$1.Heading, { as: "h3", size: "md", mb: 4, ...props }),
8
+ h3: (props) => /* @__PURE__ */ jsxRuntime.jsx(react$1.Heading, { as: "h3", size: "md", mt: 4, mb: 4, ...props }),
9
9
  ol: (props) => /* @__PURE__ */ jsxRuntime.jsx(react$1.OrderedList, { mb: 4, ...props }),
10
10
  ul: (props) => /* @__PURE__ */ jsxRuntime.jsx(react$1.UnorderedList, { mb: 4, ...props }),
11
11
  p: (props) => /* @__PURE__ */ jsxRuntime.jsx(react$1.Text, { mb: 4, ...props }),
@@ -17,6 +17,7 @@ var GameCharacteristic = /* @__PURE__ */ ((GameCharacteristic2) => {
17
17
  GameCharacteristic2["Volatility"] = "VOLATILITY";
18
18
  GameCharacteristic2["ReelsNumber"] = "REELS_NUMBER";
19
19
  GameCharacteristic2["PayLines"] = "PAY_LINES";
20
+ GameCharacteristic2["RowsWithPins"] = "ROWS_WITH_PINS";
20
21
  GameCharacteristic2["MinBet"] = "MIN_BET";
21
22
  GameCharacteristic2["MaxBet"] = "MAX_BET";
22
23
  GameCharacteristic2["MaxWin"] = "MAX_WIN";
@@ -30,6 +31,7 @@ var GameCharacteristic = /* @__PURE__ */ ((GameCharacteristic2) => {
30
31
  GameCharacteristic2["HasProgressiveJackpot"] = "HAS_PROGRESSIVE_JACKPOT";
31
32
  GameCharacteristic2["BonusFeatures"] = "BONUS_FEATURES";
32
33
  GameCharacteristic2["Languages"] = "LANGUAGES";
34
+ GameCharacteristic2["Functions"] = "FUNCTIONS";
33
35
  return GameCharacteristic2;
34
36
  })(GameCharacteristic || {});
35
37
  const pageNotFound$2 = {
@@ -64,6 +66,7 @@ const gameInfo$2 = {
64
66
  feature: {
65
67
  [GameCharacteristic.BonusFeatures]: "Bonusfunktionen",
66
68
  [GameCharacteristic.Compatibility]: "Kompatibilität",
69
+ [GameCharacteristic.Functions]: "Funktionen",
67
70
  [GameCharacteristic.Developer]: "Entwickler",
68
71
  [GameCharacteristic.HasAutoplay]: "Autoplay",
69
72
  [GameCharacteristic.HasBonusPurchase]: "Bonus-Kauf",
@@ -80,6 +83,7 @@ const gameInfo$2 = {
80
83
  [GameCharacteristic.PayLines]: "Anzahl der Gewinnlinien",
81
84
  [GameCharacteristic.ReelsNumber]: "Anzahl der Walzen",
82
85
  [GameCharacteristic.ReleaseDate]: "Veröffentlichungsdatum",
86
+ [GameCharacteristic.RowsWithPins]: "Anzahl der Reihen mit Stiften",
83
87
  [GameCharacteristic.Rtp]: "RTP",
84
88
  [GameCharacteristic.Theme]: "Thema",
85
89
  [GameCharacteristic.Type]: "Typ",
@@ -179,6 +183,7 @@ const gameInfo$1 = {
179
183
  feature: {
180
184
  [GameCharacteristic.BonusFeatures]: "Bonus Features",
181
185
  [GameCharacteristic.Compatibility]: "Compatibility",
186
+ [GameCharacteristic.Functions]: "Functions",
182
187
  [GameCharacteristic.Developer]: "Developer",
183
188
  [GameCharacteristic.HasAutoplay]: "Autoplay",
184
189
  [GameCharacteristic.HasBonusPurchase]: "Bonus Purchase",
@@ -195,6 +200,7 @@ const gameInfo$1 = {
195
200
  [GameCharacteristic.PayLines]: "Pay Lines Number",
196
201
  [GameCharacteristic.ReelsNumber]: "Reels Number",
197
202
  [GameCharacteristic.ReleaseDate]: "Release Date",
203
+ [GameCharacteristic.RowsWithPins]: "Number of Rows with Pins",
198
204
  [GameCharacteristic.Rtp]: "RTP",
199
205
  [GameCharacteristic.Theme]: "Theme",
200
206
  [GameCharacteristic.Type]: "Type",
@@ -294,6 +300,7 @@ const gameInfo = {
294
300
  feature: {
295
301
  [GameCharacteristic.BonusFeatures]: "Funzionalità Bonus",
296
302
  [GameCharacteristic.Compatibility]: "Compatibilità",
303
+ [GameCharacteristic.Functions]: "Funzioni",
297
304
  [GameCharacteristic.Developer]: "Sviluppatore",
298
305
  [GameCharacteristic.HasAutoplay]: "Autoplay",
299
306
  [GameCharacteristic.HasBonusPurchase]: "Acquisto Bonus",
@@ -310,6 +317,7 @@ const gameInfo = {
310
317
  [GameCharacteristic.PayLines]: "Numero di Linee di Pagamento",
311
318
  [GameCharacteristic.ReelsNumber]: "Numero di Rulli",
312
319
  [GameCharacteristic.ReleaseDate]: "Data di Rilascio",
320
+ [GameCharacteristic.RowsWithPins]: "Numero di file con pioli",
313
321
  [GameCharacteristic.Rtp]: "RTP",
314
322
  [GameCharacteristic.Theme]: "Tema",
315
323
  [GameCharacteristic.Type]: "Tipo",
package/dist/index.cjs CHANGED
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("./index-DWa1ea5F.js");
3
+ const index = require("./index-C5BWCSo_.js");
4
4
  const index$1 = require("./index-IpSV-c71.js");
5
- const i18n$1 = require("./index-DCIXk-YH.js");
6
- const index$2 = require("./index-BWuTDC6H.js");
5
+ const i18n$1 = require("./index-uq_uSyaC.js");
6
+ const index$2 = require("./index-m97PmVsd.js");
7
7
  const index$3 = require("./index-BhsXlbd8.js");
8
- const index$4 = require("./index-BrTxsE2A.js");
8
+ const index$4 = require("./index-CKjc79l2.js");
9
9
  const index$5 = require("./index-B-5oUop6.js");
10
10
  const i18n = require("i18next");
11
11
  exports.Author = index.Author;
package/dist/index.mjs CHANGED
@@ -1,9 +1,9 @@
1
- import { A, B, g, C, h, E, F, a, b, G, c, d, i, H, L, j, e, P, k, S, T, f } from "./index-COCjNsCL.mjs";
1
+ import { A, B, g, C, h, E, F, a, b, G, c, d, i, H, L, j, e, P, k, S, T, f } from "./index-DaSzU8Hb.mjs";
2
2
  import { u } from "./index-xuSxvz5z.mjs";
3
- import { a as a2, G as G2, r } from "./index-DxLcykuT.mjs";
4
- import { M } from "./index-wbMOJRW_.mjs";
3
+ import { a as a2, G as G2, r } from "./index-DjBQjd1k.mjs";
4
+ import { M } from "./index-C-e_0aJJ.mjs";
5
5
  import { S as S2, u as u2 } from "./index-BNb-P8a6.mjs";
6
- import { A as A2, f as f2, b as b2, c as c2, a as a3, g as g2, d as d2, p, r as r2, t } from "./index-j8Vo42fz.mjs";
6
+ import { A as A2, f as f2, b as b2, c as c2, a as a3, g as g2, d as d2, p, r as r2, t } from "./index-CxCmXGhl.mjs";
7
7
  import { e as e2, g as g3 } from "./index-BUx1Bxrs.mjs";
8
8
  import { default as default2 } from "i18next";
9
9
  export {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../index-BWuTDC6H.js");
3
+ const index = require("../index-m97PmVsd.js");
4
4
  const index$1 = require("../index-BhsXlbd8.js");
5
5
  exports.MdxProvider = index.MdxProvider;
6
6
  exports.SiteProvider = index$1.SiteProvider;
@@ -1,4 +1,4 @@
1
- import { M } from "../index-wbMOJRW_.mjs";
1
+ import { M } from "../index-C-e_0aJJ.mjs";
2
2
  import { S, u } from "../index-BNb-P8a6.mjs";
3
3
  export {
4
4
  M as MdxProvider,
@@ -18,6 +18,7 @@ export declare enum GameCharacteristic {
18
18
  Volatility = "VOLATILITY",
19
19
  ReelsNumber = "REELS_NUMBER",
20
20
  PayLines = "PAY_LINES",
21
+ RowsWithPins = "ROWS_WITH_PINS",
21
22
  MinBet = "MIN_BET",
22
23
  MaxBet = "MAX_BET",
23
24
  MaxWin = "MAX_WIN",
@@ -30,7 +31,8 @@ export declare enum GameCharacteristic {
30
31
  HasCollectionSymbols = "HAS_COLLECTION_SYMBOLS",
31
32
  HasProgressiveJackpot = "HAS_PROGRESSIVE_JACKPOT",
32
33
  BonusFeatures = "BONUS_FEATURES",
33
- Languages = "LANGUAGES"
34
+ Languages = "LANGUAGES",
35
+ Functions = "FUNCTIONS"
34
36
  }
35
37
  export interface IGameInfo {
36
38
  general: Partial<{
@@ -43,6 +45,7 @@ export interface IGameInfo {
43
45
  [GameCharacteristic.Volatility]: GameVolatility;
44
46
  [GameCharacteristic.ReelsNumber]: number | string;
45
47
  [GameCharacteristic.PayLines]: number | string;
48
+ [GameCharacteristic.RowsWithPins]: number | string;
46
49
  [GameCharacteristic.MinBet]: number | string;
47
50
  [GameCharacteristic.MaxBet]: number | string;
48
51
  [GameCharacteristic.MaxWin]: number | string;
@@ -58,6 +61,7 @@ export interface IGameInfo {
58
61
  [GameCharacteristic.HasProgressiveJackpot]: boolean;
59
62
  [GameCharacteristic.BonusFeatures]: GameFeature[] | string;
60
63
  [GameCharacteristic.Languages]: GameLanguage[];
64
+ [GameCharacteristic.Functions]: string;
61
65
  }>;
62
66
  }
63
67
  export {};
@@ -17,6 +17,7 @@ interface ISiteHeaderConfig {
17
17
  }
18
18
  interface ISiteFooterConfig {
19
19
  navigation?: INavItem[];
20
+ extra?: ReactNode;
20
21
  }
21
22
  export interface ISiteConfigs {
22
23
  header?: ISiteHeaderConfig;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const index = require("../index-BrTxsE2A.js");
3
+ const index = require("../index-CKjc79l2.js");
4
4
  const index$1 = require("../index-B-5oUop6.js");
5
5
  exports.Animation = index.Animation;
6
6
  exports.formatDate = index.formatDate;
@@ -1,4 +1,4 @@
1
- import { A, f, b, c, a, g, d, p, r, t } from "../index-j8Vo42fz.mjs";
1
+ import { A, f, b, c, a, g, d, p, r, t } from "../index-CxCmXGhl.mjs";
2
2
  import { e, g as g2 } from "../index-BUx1Bxrs.mjs";
3
3
  export {
4
4
  A as Animation,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@anywayseo/tools",
3
3
  "description": "Shared UI Components and Modules",
4
- "version": "2.2.4",
4
+ "version": "2.3.0",
5
5
  "keywords": [
6
6
  "react",
7
7
  "ui",