@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.
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/components/layout/footer/extra/index.d.ts +3 -0
- package/dist/i18n/index.cjs +1 -1
- package/dist/i18n/index.mjs +1 -1
- package/dist/i18n/resources/de/index.d.ts +2 -0
- package/dist/i18n/resources/en/index.d.ts +2 -0
- package/dist/i18n/resources/it/index.d.ts +2 -0
- package/dist/{index-wbMOJRW_.mjs → index-C-e_0aJJ.mjs} +1 -1
- package/dist/{index-DWa1ea5F.js → index-C5BWCSo_.js} +19 -14
- package/dist/{index-BrTxsE2A.js → index-CKjc79l2.js} +1 -1
- package/dist/{index-j8Vo42fz.mjs → index-CxCmXGhl.mjs} +1 -1
- package/dist/{index-COCjNsCL.mjs → index-DaSzU8Hb.mjs} +19 -14
- package/dist/{index-DxLcykuT.mjs → index-DjBQjd1k.mjs} +8 -0
- package/dist/{index-BWuTDC6H.js → index-m97PmVsd.js} +1 -1
- package/dist/{index-DCIXk-YH.js → index-uq_uSyaC.js} +8 -0
- package/dist/index.cjs +4 -4
- package/dist/index.mjs +4 -4
- package/dist/providers/index.cjs +1 -1
- package/dist/providers/index.mjs +1 -1
- package/dist/types/components/game-info/index.d.ts +5 -1
- package/dist/types/site/index.d.ts +1 -0
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("../index-
|
|
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;
|
package/dist/i18n/index.cjs
CHANGED
|
@@ -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-
|
|
5
|
+
const i18n$1 = require("../index-uq_uSyaC.js");
|
|
6
6
|
exports.i18n = i18n;
|
|
7
7
|
exports.resources = i18n$1.resources;
|
package/dist/i18n/index.mjs
CHANGED
|
@@ -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-
|
|
6
|
-
const i18n = require("./index-
|
|
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
|
-
|
|
548
|
-
|
|
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.
|
|
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.
|
|
959
|
-
|
|
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,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-
|
|
5
|
-
import { a as GameCharacteristic } from "./index-
|
|
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
|
-
|
|
547
|
-
|
|
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__ */
|
|
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__ */
|
|
958
|
-
|
|
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-
|
|
3
|
+
const index = require("./index-C5BWCSo_.js");
|
|
4
4
|
const index$1 = require("./index-IpSV-c71.js");
|
|
5
|
-
const i18n$1 = require("./index-
|
|
6
|
-
const index$2 = require("./index-
|
|
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-
|
|
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-
|
|
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-
|
|
4
|
-
import { M } from "./index-
|
|
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-
|
|
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 {
|
package/dist/providers/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("../index-
|
|
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;
|
package/dist/providers/index.mjs
CHANGED
|
@@ -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 {};
|
package/dist/utils/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("../index-
|
|
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;
|
package/dist/utils/index.mjs
CHANGED