@anywayseo/tools 5.7.1 → 5.7.2
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/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-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-RL_4tl8T.js → index-Cl0ZvmOD.js} +4 -4
- package/dist/{index-BUz6iLeg.mjs → index-CodGh8Sq.mjs} +3 -3
- package/dist/{index-BFkFqBM7.js → index-DdLlwS4n.js} +2 -2
- package/dist/{index-N0fjwTCB.mjs → index-QmNh8L3Y.mjs} +4 -4
- 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
|
@@ -2,9 +2,9 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { MDXProvider } from "@mdx-js/react";
|
|
3
3
|
import "react-i18next";
|
|
4
4
|
import "@chakra-ui/react";
|
|
5
|
-
import { I as Image, L as Link } from "./index-
|
|
5
|
+
import { I as Image, L as Link } from "./index-C3FKVt3V.mjs";
|
|
6
6
|
import "./index-BJRvnR8Q.mjs";
|
|
7
|
-
import "./index-
|
|
7
|
+
import "./index-RzByAgHO.mjs";
|
|
8
8
|
import "react";
|
|
9
9
|
import "@chakra-ui/icons";
|
|
10
10
|
import { P as Paragraph, U as Unordered, O as Ordered, b as Heading3, a as Heading2, H as Heading1 } from "./index-BEjKnOZA.mjs";
|
package/dist/index.cjs
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index-
|
|
4
|
-
const index$1 = require("./index-
|
|
3
|
+
const index = require("./index-Cl0ZvmOD.js");
|
|
4
|
+
const index$1 = require("./index-BrpyfyHr.js");
|
|
5
5
|
const index$2 = require("./index-DDg_PkD2.js");
|
|
6
|
-
const index$3 = require("./index-
|
|
6
|
+
const index$3 = require("./index-BNkvrBOj.js");
|
|
7
7
|
const index$4 = require("./index-ma-iV7GU.js");
|
|
8
|
-
const index$5 = require("./index-
|
|
8
|
+
const index$5 = require("./index-CVv755RW.js");
|
|
9
9
|
const i18n = require("./i18n/index.cjs");
|
|
10
10
|
const layout = require("./layout/index.cjs");
|
|
11
|
-
const index$6 = require("./index-
|
|
12
|
-
const index$7 = require("./index-
|
|
11
|
+
const index$6 = require("./index-DdLlwS4n.js");
|
|
12
|
+
const index$7 = require("./index-CBRFCYhV.js");
|
|
13
13
|
const index$8 = require("./index-C6MG_f24.js");
|
|
14
14
|
const index$9 = require("./index-CYr1ct1t.js");
|
|
15
15
|
const index$a = require("./index-BfITsKAr.js");
|
package/dist/index.mjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { A, a, b, c, n, o, d, B, e, C, r, q, F, f, g, G, h, i, j, p, H, I, L, N, s, P, S, k, T, l, t, m } from "./index-
|
|
2
|
-
import { C as C2, a as a2, b as b2, L as L2, c as c2, R, S as S2, d as d2 } from "./index-
|
|
1
|
+
import { A, a, b, c, n, o, d, B, e, C, r, q, F, f, g, G, h, i, j, p, H, I, L, N, s, P, S, k, T, l, t, m } from "./index-QmNh8L3Y.mjs";
|
|
2
|
+
import { C as C2, a as a2, b as b2, L as L2, c as c2, R, S as S2, d as d2 } from "./index-CodGh8Sq.mjs";
|
|
3
3
|
import { H as H2, a as a3, b as b3, O, P as P2, U } from "./index-BEjKnOZA.mjs";
|
|
4
|
-
import { I as I2, L as L3, P as P3, S as S3, u, a as a4 } from "./index-
|
|
4
|
+
import { I as I2, L as L3, P as P3, S as S3, u, a as a4 } from "./index-C3FKVt3V.mjs";
|
|
5
5
|
import { u as u2 } from "./index-DHURrUMW.mjs";
|
|
6
|
-
import { u as u3 } from "./index-
|
|
6
|
+
import { u as u3 } from "./index-C1kr7Vd-.mjs";
|
|
7
7
|
import { DEFAULT_LANGUAGE, resources } from "./i18n/index.mjs";
|
|
8
8
|
import { default as default2 } from "./layout/index.mjs";
|
|
9
|
-
import { M } from "./index-
|
|
10
|
-
import { a as a5, C as C3, b as b4, G as G2, I as I3 } from "./index-
|
|
9
|
+
import { M } from "./index-cY5WnaQc.mjs";
|
|
10
|
+
import { a as a5, C as C3, b as b4, G as G2, I as I3 } from "./index-RzByAgHO.mjs";
|
|
11
11
|
import { A as A2 } from "./index-BJRvnR8Q.mjs";
|
|
12
12
|
import { b as b5, c as c3, g as g2, a as a6 } from "./index-cQqALZIW.mjs";
|
|
13
13
|
import { g as g3, a as a7, r as r2 } from "./index-BeJTy4iY.mjs";
|
|
@@ -1,10 +1,29 @@
|
|
|
1
|
+
export { ArgentinaIcon } from './argentina';
|
|
2
|
+
export { BoliviaIcon } from './bolivia';
|
|
1
3
|
export { BrazilIcon } from './brazil';
|
|
2
4
|
export { BulgariaIcon } from './bulgaria';
|
|
5
|
+
export { ChileIcon } from './chile';
|
|
6
|
+
export { ColumbiaIcon } from './columbia';
|
|
7
|
+
export { CostaRicaIcon } from './costa-rica';
|
|
3
8
|
export { DenmarkIcon } from './denmark';
|
|
9
|
+
export { DominicanRepublicIcon } from './dominican-republic';
|
|
10
|
+
export { EcuadorIcon } from './ecuador';
|
|
4
11
|
export { FinlandIcon } from './finland';
|
|
5
12
|
export { FranceIcon } from './france';
|
|
6
13
|
export { GeorgiaIcon } from './georgia';
|
|
7
14
|
export { GermanyIcon } from './germany';
|
|
8
15
|
export { GlobeIcon } from './globe';
|
|
16
|
+
export { GuatemalaIcon } from './guatemala';
|
|
17
|
+
export { GuineaIcon } from './guinea';
|
|
18
|
+
export { HondurasIcon } from './honduras';
|
|
9
19
|
export { ItalyIcon } from './italy';
|
|
20
|
+
export { MexicoIcon } from './mexico';
|
|
21
|
+
export { NicaraguaIcon } from './nicaragua';
|
|
22
|
+
export { PanamaIcon } from './panama';
|
|
23
|
+
export { ParaguayIcon } from './paraguay';
|
|
24
|
+
export { PeruIcon } from './peru';
|
|
25
|
+
export { SalvadorIcon } from './salvador';
|
|
10
26
|
export { RussiaIcon } from './russia';
|
|
27
|
+
export { SpainIcon } from './spain';
|
|
28
|
+
export { UruguayIcon } from './uruguay';
|
|
29
|
+
export { VenezuelaIcon } from './venezuela';
|