@anywayseo/tools 2.2.3 → 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.
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/components/layout/header/navigation/mobile/nav-list/index.d.ts +1 -1
- 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-B-J8fcfm.js → index-BN2dAI6c.js} +19 -22
- package/dist/{index-CAcPXV4F.mjs → index-BNnjW2A2.mjs} +19 -22
- package/dist/{index-wbMOJRW_.mjs → index-C-e_0aJJ.mjs} +1 -1
- package/dist/{index-BrTxsE2A.js → index-CKjc79l2.js} +1 -1
- package/dist/{index-j8Vo42fz.mjs → index-CxCmXGhl.mjs} +1 -1
- 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/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-BN2dAI6c.js");
|
|
4
4
|
exports.Author = index.Author;
|
|
5
5
|
exports.BonusCard = index.BonusCard;
|
|
6
6
|
exports.Center = index.Center;
|
|
@@ -2,7 +2,7 @@ import { FC } from 'react';
|
|
|
2
2
|
import { INavItem } from '../../../../../../types';
|
|
3
3
|
type NavListProps = INavItem & {
|
|
4
4
|
isExpanded: boolean;
|
|
5
|
-
onExpand:
|
|
5
|
+
onExpand: VoidFunction;
|
|
6
6
|
};
|
|
7
7
|
declare const NavList: FC<NavListProps>;
|
|
8
8
|
export default NavList;
|
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;
|
|
@@ -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");
|
|
@@ -618,7 +618,7 @@ const NavList$1 = ({ path, label, children }) => {
|
|
|
618
618
|
children: label
|
|
619
619
|
}
|
|
620
620
|
) }),
|
|
621
|
-
/* @__PURE__ */ jsxRuntime.jsx(react.PopoverContent, { p: 2, border: 0, minW: "sm", rounded: "xl", boxShadow: "xl", bg: background, children: /* @__PURE__ */ jsxRuntime.jsx(react.List, { spacing: 2, p: 0, children: children == null ? void 0 : children.map((child) => /* @__PURE__ */ jsxRuntime.jsx(react.ListItem, { rounded: "md", _hover: { bg: backgroundHover }, children: /* @__PURE__ */ jsxRuntime.jsxs(react.Flex, { as: gatsby.Link, to: `${path}${child.path}`, p: 2, role: "group", children: [
|
|
621
|
+
/* @__PURE__ */ jsxRuntime.jsx(react.PopoverContent, { p: 2, border: 0, minW: "sm", rounded: "xl", boxShadow: "xl", bg: background, children: /* @__PURE__ */ jsxRuntime.jsx(react.List, { spacing: 2, p: 0, children: children == null ? void 0 : children.map((child, index2) => /* @__PURE__ */ jsxRuntime.jsx(react.ListItem, { rounded: "md", _hover: { bg: backgroundHover }, children: /* @__PURE__ */ jsxRuntime.jsxs(react.Flex, { as: gatsby.Link, to: `${path}${child.path}`, p: 2, role: "group", children: [
|
|
622
622
|
/* @__PURE__ */ jsxRuntime.jsx(react.Text, { fontWeight: 500, transition: "all .3s ease", _groupHover: { color: "brand.400" }, children: child.label }),
|
|
623
623
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
624
624
|
react.Flex,
|
|
@@ -633,20 +633,17 @@ const NavList$1 = ({ path, label, children }) => {
|
|
|
633
633
|
children: /* @__PURE__ */ jsxRuntime.jsx(react.Icon, { as: icons.ChevronRightIcon, color: "brand.400", w: 5, h: 5 })
|
|
634
634
|
}
|
|
635
635
|
)
|
|
636
|
-
] }) },
|
|
636
|
+
] }) }, index2)) }) })
|
|
637
637
|
] });
|
|
638
638
|
};
|
|
639
639
|
const DesktopNavigation = ({ menu }) => {
|
|
640
640
|
return /* @__PURE__ */ jsxRuntime.jsx(react.Flex, { as: "ul", role: "list", gap: 2, p: 0, display: { base: "none", md: "flex" }, children: menu.map((item, index2) => {
|
|
641
641
|
var _a;
|
|
642
|
-
return /* @__PURE__ */ jsxRuntime.jsx(react.Flex, { as: "li", role: "listitem", children: ((_a = item.children) == null ? void 0 : _a.length) ? /* @__PURE__ */ jsxRuntime.jsx(NavList$1, { ...item }) : /* @__PURE__ */ jsxRuntime.jsx(NavLink, { ...item }) },
|
|
642
|
+
return /* @__PURE__ */ jsxRuntime.jsx(react.Flex, { as: "li", role: "listitem", children: ((_a = item.children) == null ? void 0 : _a.length) ? /* @__PURE__ */ jsxRuntime.jsx(NavList$1, { ...item }) : /* @__PURE__ */ jsxRuntime.jsx(NavLink, { ...item }) }, index2);
|
|
643
643
|
}) });
|
|
644
644
|
};
|
|
645
645
|
const CHEVRON_DOWN_ICON_SIZE = "1.5rem";
|
|
646
646
|
const NavList = ({ path, label, children, isExpanded, onExpand }) => {
|
|
647
|
-
function handleClick() {
|
|
648
|
-
onExpand(path);
|
|
649
|
-
}
|
|
650
647
|
return /* @__PURE__ */ jsxRuntime.jsxs(react.Stack, { flex: 1, children: [
|
|
651
648
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
652
649
|
react.Flex,
|
|
@@ -657,7 +654,7 @@ const NavList = ({ path, label, children, isExpanded, onExpand }) => {
|
|
|
657
654
|
align: "center",
|
|
658
655
|
justifyContent: "space-between",
|
|
659
656
|
_hover: { textDecoration: "none", color: "brand.400" },
|
|
660
|
-
onClick:
|
|
657
|
+
onClick: onExpand,
|
|
661
658
|
children: [
|
|
662
659
|
/* @__PURE__ */ jsxRuntime.jsx(react.Text, { isTruncated: true, fontWeight: 600, children: label }),
|
|
663
660
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -672,20 +669,22 @@ const NavList = ({ path, label, children, isExpanded, onExpand }) => {
|
|
|
672
669
|
]
|
|
673
670
|
}
|
|
674
671
|
),
|
|
675
|
-
/* @__PURE__ */ jsxRuntime.jsx(react.Collapse, { in: isExpanded, transition: { enter: { ease: "easeIn" }, exit: { duration: 0.2 } }, children: /* @__PURE__ */ jsxRuntime.jsx(react.List, { ml: 2, pl: 0, borderLeft: 1, borderStyle: "solid", borderColor: react.useColorModeValue("gray.200", "gray.700"), children: children == null ? void 0 : children.map((child) => /* @__PURE__ */ jsxRuntime.jsx(react.Flex, { as: "li", role: "listitem", children: /* @__PURE__ */ jsxRuntime.jsx(react.Text, { as: gatsby.Link, to: `${path}${child.path}`, p: 2, fontSize: "sm", children: child.label }) },
|
|
672
|
+
/* @__PURE__ */ jsxRuntime.jsx(react.Collapse, { in: isExpanded, transition: { enter: { ease: "easeIn" }, exit: { duration: 0.2 } }, children: /* @__PURE__ */ jsxRuntime.jsx(react.List, { ml: 2, pl: 0, borderLeft: 1, borderStyle: "solid", borderColor: react.useColorModeValue("gray.200", "gray.700"), children: children == null ? void 0 : children.map((child, index2) => /* @__PURE__ */ jsxRuntime.jsx(react.Flex, { as: "li", role: "listitem", children: /* @__PURE__ */ jsxRuntime.jsx(react.Text, { as: gatsby.Link, to: `${path}${child.path}`, p: 2, fontSize: "sm", children: child.label }) }, index2)) }) })
|
|
676
673
|
] });
|
|
677
674
|
};
|
|
678
675
|
const CLOSE_ICON_SIZE = "0.75rem";
|
|
679
676
|
const HAMBURGER_ICON_SIZE = "1rem";
|
|
680
677
|
const MobileNavigation = ({ menu }) => {
|
|
681
|
-
const [
|
|
678
|
+
const [expanded, setExpanded] = react$1.useState(null);
|
|
682
679
|
const { isOpen, onToggle } = react.useDisclosure();
|
|
683
680
|
const background = react.useColorModeValue("gray.50", "gray.900");
|
|
684
|
-
function handleExpand(
|
|
685
|
-
|
|
681
|
+
function handleExpand(index2) {
|
|
682
|
+
return () => {
|
|
683
|
+
setExpanded((prev) => prev === index2 ? null : index2);
|
|
684
|
+
};
|
|
686
685
|
}
|
|
687
686
|
function handleClick() {
|
|
688
|
-
|
|
687
|
+
setExpanded(null);
|
|
689
688
|
onToggle();
|
|
690
689
|
}
|
|
691
690
|
return /* @__PURE__ */ jsxRuntime.jsxs(react.Box, { display: { base: "block", md: "none" }, children: [
|
|
@@ -712,7 +711,7 @@ const MobileNavigation = ({ menu }) => {
|
|
|
712
711
|
bg: background,
|
|
713
712
|
children: menu.map((item, index2) => {
|
|
714
713
|
var _a;
|
|
715
|
-
return /* @__PURE__ */ jsxRuntime.jsx(react.Flex, { as: "li", role: "listitem", children: ((_a = item.children) == null ? void 0 : _a.length) ? /* @__PURE__ */ jsxRuntime.jsx(NavList, { ...item, isExpanded:
|
|
714
|
+
return /* @__PURE__ */ jsxRuntime.jsx(react.Flex, { as: "li", role: "listitem", children: ((_a = item.children) == null ? void 0 : _a.length) ? /* @__PURE__ */ jsxRuntime.jsx(NavList, { ...item, isExpanded: index2 === expanded, onExpand: handleExpand(index2) }) : /* @__PURE__ */ jsxRuntime.jsx(NavLink, { ...item }) }, index2);
|
|
716
715
|
})
|
|
717
716
|
}
|
|
718
717
|
) }) })
|
|
@@ -949,19 +948,17 @@ const Table = ({
|
|
|
949
948
|
}) => {
|
|
950
949
|
const headerItems = items.slice(0, columnNumber);
|
|
951
950
|
const bodyItems = items.slice(columnNumber);
|
|
952
|
-
return /* @__PURE__ */ jsxRuntime.
|
|
951
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
953
952
|
react.TableContainer,
|
|
954
953
|
{
|
|
955
954
|
border: bordered ? void 0 : "none",
|
|
956
955
|
...scrollable ? { maxH: "50vh", overflowY: "auto" } : {},
|
|
957
956
|
...boxProps,
|
|
958
|
-
children: [
|
|
959
|
-
/* @__PURE__ */ jsxRuntime.
|
|
960
|
-
|
|
961
|
-
/* @__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
|
-
] }),
|
|
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)) }),
|
|
963
960
|
!!caption && /* @__PURE__ */ jsxRuntime.jsx(react.TableCaption, { children: caption })
|
|
964
|
-
]
|
|
961
|
+
] })
|
|
965
962
|
}
|
|
966
963
|
);
|
|
967
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-
|
|
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";
|
|
@@ -617,7 +617,7 @@ const NavList$1 = ({ path, label, children }) => {
|
|
|
617
617
|
children: label
|
|
618
618
|
}
|
|
619
619
|
) }),
|
|
620
|
-
/* @__PURE__ */ jsx(PopoverContent, { p: 2, border: 0, minW: "sm", rounded: "xl", boxShadow: "xl", bg: background, children: /* @__PURE__ */ jsx(List$1, { spacing: 2, p: 0, children: children == null ? void 0 : children.map((child) => /* @__PURE__ */ jsx(ListItem, { rounded: "md", _hover: { bg: backgroundHover }, children: /* @__PURE__ */ jsxs(Flex, { as: Link$1, to: `${path}${child.path}`, p: 2, role: "group", children: [
|
|
620
|
+
/* @__PURE__ */ jsx(PopoverContent, { p: 2, border: 0, minW: "sm", rounded: "xl", boxShadow: "xl", bg: background, children: /* @__PURE__ */ jsx(List$1, { spacing: 2, p: 0, children: children == null ? void 0 : children.map((child, index) => /* @__PURE__ */ jsx(ListItem, { rounded: "md", _hover: { bg: backgroundHover }, children: /* @__PURE__ */ jsxs(Flex, { as: Link$1, to: `${path}${child.path}`, p: 2, role: "group", children: [
|
|
621
621
|
/* @__PURE__ */ jsx(Text, { fontWeight: 500, transition: "all .3s ease", _groupHover: { color: "brand.400" }, children: child.label }),
|
|
622
622
|
/* @__PURE__ */ jsx(
|
|
623
623
|
Flex,
|
|
@@ -632,20 +632,17 @@ const NavList$1 = ({ path, label, children }) => {
|
|
|
632
632
|
children: /* @__PURE__ */ jsx(Icon, { as: ChevronRightIcon, color: "brand.400", w: 5, h: 5 })
|
|
633
633
|
}
|
|
634
634
|
)
|
|
635
|
-
] }) },
|
|
635
|
+
] }) }, index)) }) })
|
|
636
636
|
] });
|
|
637
637
|
};
|
|
638
638
|
const DesktopNavigation = ({ menu }) => {
|
|
639
639
|
return /* @__PURE__ */ jsx(Flex, { as: "ul", role: "list", gap: 2, p: 0, display: { base: "none", md: "flex" }, children: menu.map((item, index) => {
|
|
640
640
|
var _a;
|
|
641
|
-
return /* @__PURE__ */ jsx(Flex, { as: "li", role: "listitem", children: ((_a = item.children) == null ? void 0 : _a.length) ? /* @__PURE__ */ jsx(NavList$1, { ...item }) : /* @__PURE__ */ jsx(NavLink, { ...item }) },
|
|
641
|
+
return /* @__PURE__ */ jsx(Flex, { as: "li", role: "listitem", children: ((_a = item.children) == null ? void 0 : _a.length) ? /* @__PURE__ */ jsx(NavList$1, { ...item }) : /* @__PURE__ */ jsx(NavLink, { ...item }) }, index);
|
|
642
642
|
}) });
|
|
643
643
|
};
|
|
644
644
|
const CHEVRON_DOWN_ICON_SIZE = "1.5rem";
|
|
645
645
|
const NavList = ({ path, label, children, isExpanded, onExpand }) => {
|
|
646
|
-
function handleClick() {
|
|
647
|
-
onExpand(path);
|
|
648
|
-
}
|
|
649
646
|
return /* @__PURE__ */ jsxs(Stack, { flex: 1, children: [
|
|
650
647
|
/* @__PURE__ */ jsxs(
|
|
651
648
|
Flex,
|
|
@@ -656,7 +653,7 @@ const NavList = ({ path, label, children, isExpanded, onExpand }) => {
|
|
|
656
653
|
align: "center",
|
|
657
654
|
justifyContent: "space-between",
|
|
658
655
|
_hover: { textDecoration: "none", color: "brand.400" },
|
|
659
|
-
onClick:
|
|
656
|
+
onClick: onExpand,
|
|
660
657
|
children: [
|
|
661
658
|
/* @__PURE__ */ jsx(Text, { isTruncated: true, fontWeight: 600, children: label }),
|
|
662
659
|
/* @__PURE__ */ jsx(
|
|
@@ -671,20 +668,22 @@ const NavList = ({ path, label, children, isExpanded, onExpand }) => {
|
|
|
671
668
|
]
|
|
672
669
|
}
|
|
673
670
|
),
|
|
674
|
-
/* @__PURE__ */ jsx(Collapse, { in: isExpanded, transition: { enter: { ease: "easeIn" }, exit: { duration: 0.2 } }, children: /* @__PURE__ */ jsx(List$1, { ml: 2, pl: 0, borderLeft: 1, borderStyle: "solid", borderColor: useColorModeValue("gray.200", "gray.700"), children: children == null ? void 0 : children.map((child) => /* @__PURE__ */ jsx(Flex, { as: "li", role: "listitem", children: /* @__PURE__ */ jsx(Text, { as: Link$1, to: `${path}${child.path}`, p: 2, fontSize: "sm", children: child.label }) },
|
|
671
|
+
/* @__PURE__ */ jsx(Collapse, { in: isExpanded, transition: { enter: { ease: "easeIn" }, exit: { duration: 0.2 } }, children: /* @__PURE__ */ jsx(List$1, { ml: 2, pl: 0, borderLeft: 1, borderStyle: "solid", borderColor: useColorModeValue("gray.200", "gray.700"), children: children == null ? void 0 : children.map((child, index) => /* @__PURE__ */ jsx(Flex, { as: "li", role: "listitem", children: /* @__PURE__ */ jsx(Text, { as: Link$1, to: `${path}${child.path}`, p: 2, fontSize: "sm", children: child.label }) }, index)) }) })
|
|
675
672
|
] });
|
|
676
673
|
};
|
|
677
674
|
const CLOSE_ICON_SIZE = "0.75rem";
|
|
678
675
|
const HAMBURGER_ICON_SIZE = "1rem";
|
|
679
676
|
const MobileNavigation = ({ menu }) => {
|
|
680
|
-
const [
|
|
677
|
+
const [expanded, setExpanded] = useState(null);
|
|
681
678
|
const { isOpen, onToggle } = useDisclosure();
|
|
682
679
|
const background = useColorModeValue("gray.50", "gray.900");
|
|
683
|
-
function handleExpand(
|
|
684
|
-
|
|
680
|
+
function handleExpand(index) {
|
|
681
|
+
return () => {
|
|
682
|
+
setExpanded((prev) => prev === index ? null : index);
|
|
683
|
+
};
|
|
685
684
|
}
|
|
686
685
|
function handleClick() {
|
|
687
|
-
|
|
686
|
+
setExpanded(null);
|
|
688
687
|
onToggle();
|
|
689
688
|
}
|
|
690
689
|
return /* @__PURE__ */ jsxs(Box, { display: { base: "block", md: "none" }, children: [
|
|
@@ -711,7 +710,7 @@ const MobileNavigation = ({ menu }) => {
|
|
|
711
710
|
bg: background,
|
|
712
711
|
children: menu.map((item, index) => {
|
|
713
712
|
var _a;
|
|
714
|
-
return /* @__PURE__ */ jsx(Flex, { as: "li", role: "listitem", children: ((_a = item.children) == null ? void 0 : _a.length) ? /* @__PURE__ */ jsx(NavList, { ...item, isExpanded:
|
|
713
|
+
return /* @__PURE__ */ jsx(Flex, { as: "li", role: "listitem", children: ((_a = item.children) == null ? void 0 : _a.length) ? /* @__PURE__ */ jsx(NavList, { ...item, isExpanded: index === expanded, onExpand: handleExpand(index) }) : /* @__PURE__ */ jsx(NavLink, { ...item }) }, index);
|
|
715
714
|
})
|
|
716
715
|
}
|
|
717
716
|
) }) })
|
|
@@ -948,19 +947,17 @@ const Table = ({
|
|
|
948
947
|
}) => {
|
|
949
948
|
const headerItems = items.slice(0, columnNumber);
|
|
950
949
|
const bodyItems = items.slice(columnNumber);
|
|
951
|
-
return /* @__PURE__ */
|
|
950
|
+
return /* @__PURE__ */ jsx(
|
|
952
951
|
TableContainer,
|
|
953
952
|
{
|
|
954
953
|
border: bordered ? void 0 : "none",
|
|
955
954
|
...scrollable ? { maxH: "50vh", overflowY: "auto" } : {},
|
|
956
955
|
...boxProps,
|
|
957
|
-
children: [
|
|
958
|
-
/* @__PURE__ */
|
|
959
|
-
|
|
960
|
-
/* @__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
|
-
] }),
|
|
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)) }),
|
|
962
959
|
!!caption && /* @__PURE__ */ jsx(TableCaption, { children: caption })
|
|
963
|
-
]
|
|
960
|
+
] })
|
|
964
961
|
}
|
|
965
962
|
);
|
|
966
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 }),
|
|
@@ -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-BN2dAI6c.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-BNnjW2A2.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