@anywayseo/tools 2.2.4 → 2.2.5

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-BN2dAI6c.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-BNnjW2A2.mjs";
2
2
  export {
3
3
  A as Author,
4
4
  B as BonusCard,
@@ -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;
@@ -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");
@@ -948,19 +948,17 @@ const Table = ({
948
948
  }) => {
949
949
  const headerItems = items.slice(0, columnNumber);
950
950
  const bodyItems = items.slice(columnNumber);
951
- return /* @__PURE__ */ jsxRuntime.jsxs(
951
+ return /* @__PURE__ */ jsxRuntime.jsx(
952
952
  react.TableContainer,
953
953
  {
954
954
  border: bordered ? void 0 : "none",
955
955
  ...scrollable ? { maxH: "50vh", overflowY: "auto" } : {},
956
956
  ...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
- ] }),
957
+ children: /* @__PURE__ */ jsxRuntime.jsxs(react.Table, { variant: striped ? "striped" : "simple", children: [
958
+ /* @__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)) }) }),
959
+ /* @__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
960
  !!caption && /* @__PURE__ */ jsxRuntime.jsx(react.TableCaption, { children: caption })
963
- ]
961
+ ] })
964
962
  }
965
963
  );
966
964
  };
@@ -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";
@@ -947,19 +947,17 @@ const Table = ({
947
947
  }) => {
948
948
  const headerItems = items.slice(0, columnNumber);
949
949
  const bodyItems = items.slice(columnNumber);
950
- return /* @__PURE__ */ jsxs(
950
+ return /* @__PURE__ */ jsx(
951
951
  TableContainer,
952
952
  {
953
953
  border: bordered ? void 0 : "none",
954
954
  ...scrollable ? { maxH: "50vh", overflowY: "auto" } : {},
955
955
  ...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
- ] }),
956
+ children: /* @__PURE__ */ jsxs(Table$1, { variant: striped ? "striped" : "simple", children: [
957
+ /* @__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)) }) }),
958
+ /* @__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
959
  !!caption && /* @__PURE__ */ jsx(TableCaption, { children: caption })
962
- ]
960
+ ] })
963
961
  }
964
962
  );
965
963
  };
@@ -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 }),
@@ -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% {
@@ -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-BN2dAI6c.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-BNnjW2A2.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 {};
@@ -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.2.5",
5
5
  "keywords": [
6
6
  "react",
7
7
  "ui",