@anywayseo/tools 5.7.1 → 5.8.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 +3 -3
- package/dist/components/index.mjs +3 -3
- package/dist/components/seo/index.d.ts +2 -1
- package/dist/components/seo/types.d.ts +4 -0
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/i18n/index.cjs +6 -5
- package/dist/i18n/index.mjs +6 -5
- package/dist/i18n/resources/es/index.d.ts +331 -0
- package/dist/{index-CNyyTj_C.js → index-BNkvrBOj.js} +1 -1
- package/dist/{index-RL_4tl8T.js → index-BSOCyFLF.js} +6 -5
- package/dist/{index-N0fjwTCB.mjs → index-Bigf9jEx.mjs} +6 -5
- package/dist/{index-CzAt2Bs2.js → index-BrpyfyHr.js} +3 -3
- package/dist/{index-CB0JfZMx.mjs → index-C1kr7Vd-.mjs} +1 -1
- package/dist/{index-ZivV_RbX.mjs → index-C3FKVt3V.mjs} +1 -1
- package/dist/{index-B-k9oWE7.js → index-CBRFCYhV.js} +474 -125
- package/dist/{index-D15SAjJc.js → index-CVv755RW.js} +1 -1
- package/dist/{index-BUz6iLeg.mjs → index-CodGh8Sq.mjs} +3 -3
- package/dist/{index-BFkFqBM7.js → index-DdLlwS4n.js} +2 -2
- package/dist/{index-CVN8I7r9.mjs → index-RzByAgHO.mjs} +474 -125
- package/dist/{index-s2a55HsU.mjs → index-cY5WnaQc.mjs} +2 -2
- package/dist/index.cjs +6 -6
- package/dist/index.mjs +6 -6
- package/dist/layout/header/locale-switcher/icons/argentina/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/bolivia/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/chile/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/columbia/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/costa-rica/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/dominican-republic/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/ecuador/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/guatemala/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/guinea/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/honduras/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/index.d.ts +19 -0
- package/dist/layout/header/locale-switcher/icons/mexico/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/nicaragua/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/panama/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/paraguay/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/peru/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/salvador/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/spain/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/uruguay/index.d.ts +2 -0
- package/dist/layout/header/locale-switcher/icons/venezuela/index.d.ts +2 -0
- package/dist/layout/index.cjs +460 -3
- package/dist/layout/index.mjs +460 -3
- package/dist/providers/index.cjs +2 -2
- package/dist/providers/index.mjs +2 -2
- package/dist/types/i18n/index.d.ts +3 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const react = require("@chakra-ui/react");
|
|
3
3
|
require("./index-C6MG_f24.js");
|
|
4
|
-
require("./index-
|
|
4
|
+
require("./index-CBRFCYhV.js");
|
|
5
5
|
const index = require("./index-CbuiYkSg.js");
|
|
6
6
|
function usePrimaryColors() {
|
|
7
7
|
const color = react.useColorModeValue(index.LIGHT_THEME_COLOR, index.DARK_THEME_COLOR);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Flex, Container as Container$1, useColorModeValue, useToast, useClipboard, Text, IconButton, Button, Box, Stack, Card, Badge, Td, Tr, Table, Thead, Th, Tbody } from "@chakra-ui/react";
|
|
3
|
-
import { L as Link, a as useSiteContext, I as Image, u as usePageContext } from "./index-
|
|
3
|
+
import { L as Link, a as useSiteContext, I as Image, u as usePageContext } from "./index-C3FKVt3V.mjs";
|
|
4
4
|
import "@mdx-js/react";
|
|
5
5
|
import { useTranslation } from "react-i18next";
|
|
6
6
|
import { A as Animation } from "./index-BJRvnR8Q.mjs";
|
|
7
|
-
import { a as CasinoCharacteristic, C as CasinoTableColumn } from "./index-
|
|
7
|
+
import { a as CasinoCharacteristic, C as CasinoTableColumn } from "./index-RzByAgHO.mjs";
|
|
8
8
|
import "react";
|
|
9
9
|
import { CheckIcon, CopyIcon, StarIcon } from "@chakra-ui/icons";
|
|
10
10
|
import "react-medium-image-zoom";
|
|
11
|
-
import { u as usePrimaryColors } from "./index-
|
|
11
|
+
import { u as usePrimaryColors } from "./index-C1kr7Vd-.mjs";
|
|
12
12
|
import { b as formatNumber } from "./index-C7z5qqm_.mjs";
|
|
13
13
|
const FacebookIcon = (props) => {
|
|
14
14
|
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", "aria-label": "Facebook", ...props, children: [
|
|
@@ -3,9 +3,9 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
3
3
|
const react = require("@mdx-js/react");
|
|
4
4
|
require("react-i18next");
|
|
5
5
|
require("@chakra-ui/react");
|
|
6
|
-
const index$1 = require("./index-
|
|
6
|
+
const index$1 = require("./index-BNkvrBOj.js");
|
|
7
7
|
require("./index-C6MG_f24.js");
|
|
8
|
-
require("./index-
|
|
8
|
+
require("./index-CBRFCYhV.js");
|
|
9
9
|
require("react");
|
|
10
10
|
require("@chakra-ui/icons");
|
|
11
11
|
const index = require("./index-DDg_PkD2.js");
|